openSUSE-SLE-15.5-2022-2956
Recommended update for post-build-checks
moderate
SUSE Updates openSUSE-SLE 15.5
This update for post-build-checks is a test update for openSUSE Leap 15.5.
post-build-checks-84.87+git20220325.f46ef3c-150500.3.2.1.noarch.rpm
post-build-checks-84.87+git20220325.f46ef3c-150500.3.2.1.src.rpm
openSUSE-SLE-15.5-2022-4205
Security update for net-snmp
moderate
SUSE Updates openSUSE-SLE 15.5
This update for net-snmp fixes the following issues:
Updated to version 5.9.3 (bsc#1201103, jsc#SLE-11203):
- CVE-2022-24805: Fixed a buffer overflow in the handling of the INDEX of NET-SNMP-VACM-MIB that can cause an out-of-bounds memory access.
- CVE-2022-24809: Fixed a malformed OID in a GET-NEXT to the nsVacmAccessTable that can cause a NULL pointer dereference.
- CVE-2022-24806: Fixed an improper Input Validation when SETing malformed OIDs in master agent and subagent simultaneously.
- CVE-2022-24807: Fixed a malformed OID in a SET request to SNMP-VIEW-BASED-ACM-MIB::vacmAccessTable can cause an out-of-bounds memory access.
- CVE-2022-24808: Fixed a malformed OID in a SET request to NET-SNMP-AGENT-MIB::nsLogTable can cause a NULL pointer dereference.
- CVE-2022-24810: Fixed a malformed OID in a SET to the nsVacmAccessTable can cause a NULL pointer dereference.
net-snmp-5.9.3-150300.15.3.1.src.rpm
net-snmp-5.9.3-150300.15.3.1.x86_64.rpm
net-snmp-devel-32bit-5.9.3-150300.15.3.1.x86_64.rpm
net-snmp-devel-5.9.3-150300.15.3.1.x86_64.rpm
perl-SNMP-5.9.3-150300.15.3.1.x86_64.rpm
python3-net-snmp-5.9.3-150300.15.3.1.x86_64.rpm
snmp-mibs-5.9.3-150300.15.3.1.x86_64.rpm
net-snmp-5.9.3-150300.15.3.1.s390x.rpm
net-snmp-devel-5.9.3-150300.15.3.1.s390x.rpm
perl-SNMP-5.9.3-150300.15.3.1.s390x.rpm
python3-net-snmp-5.9.3-150300.15.3.1.s390x.rpm
snmp-mibs-5.9.3-150300.15.3.1.s390x.rpm
net-snmp-5.9.3-150300.15.3.1.ppc64le.rpm
net-snmp-devel-5.9.3-150300.15.3.1.ppc64le.rpm
perl-SNMP-5.9.3-150300.15.3.1.ppc64le.rpm
python3-net-snmp-5.9.3-150300.15.3.1.ppc64le.rpm
snmp-mibs-5.9.3-150300.15.3.1.ppc64le.rpm
net-snmp-5.9.3-150300.15.3.1.aarch64.rpm
net-snmp-devel-5.9.3-150300.15.3.1.aarch64.rpm
perl-SNMP-5.9.3-150300.15.3.1.aarch64.rpm
python3-net-snmp-5.9.3-150300.15.3.1.aarch64.rpm
snmp-mibs-5.9.3-150300.15.3.1.aarch64.rpm
openSUSE-SLE-15.5-2023-419
Security update for nodejs18
moderate
SUSE Updates openSUSE-SLE 15.5
This update for nodejs18 fixes the following issues:
This update ships nodejs18 (jsc#PED-2097)
Update to NodejJS 18.13.0 LTS:
* build: disable v8 snapshot compression by default
* crypto: update root certificates
* deps: update ICU to 72.1
* doc:
+ add doc-only deprecation for headers/trailers setters
+ add Rafael to the tsc
+ deprecate use of invalid ports in url.parse
+ deprecate url.parse()
* lib: drop fetch experimental warning
* net: add autoSelectFamily and autoSelectFamilyAttemptTimeout options
* src:
+ add uvwasi version
+ add initial shadow realm support
* test_runner:
+ add t.after() hook
+ don't use a symbol for runHook()
* tls:
+ add "ca" property to certificate object
* util:
+ add fast path for utf8 encoding
+ improve textdecoder decode performance
+ add MIME utilities
- Fixes compatibility with ICU 72.1 (bsc#1205236)
- Fix migration to openssl-3 (bsc#1205042)
Update to NodeJS 18.12.1 LTS:
* inspector: DNS rebinding in --inspect via invalid octal IP
(bsc#1205119, CVE-2022-43548)
Update to NodeJS 18.12.0 LTS:
* Running in 'watch' mode using node --watch restarts the process
when an imported file is changed.
* fs: add FileHandle.prototype.readLines
* http: add writeEarlyHints function to ServerResponse
* http2: make early hints generic
* util: add default value option to parsearg
Update to NodeJS 18.11.0:
* added experimental watch mode -- running in 'watch' mode using
node --watch restarts the process when an imported file is changed
* fs: add FileHandle.prototype.readLines
* http: add writeEarlyHints function to ServerResponse
* http2: make early hints generic
* lib: refactor transferable AbortSignal
* src: add detailed embedder process initialization API
* util: add default value option to parsearg
Update to NodeJS 18.10.0:
* deps: upgrade npm to 8.19.2
* http: throw error on content-length mismatch
* stream: add ReadableByteStream.tee()
Update to Nodejs 18.9.1:
* deps: llhttp updated to 6.0.10
+ CVE-2022-32213 bypass via obs-fold mechanic (bsc#1201325)
+ Incorrect Parsing of Multi-line Transfer-Encoding
(CVE-2022-32215, bsc#1201327)
+ Incorrect Parsing of Header Fields (CVE-2022-35256, bsc#1203832)
* crypto: fix weak randomness in WebCrypto keygen
(CVE-2022-35255, bsc#1203831)
Update to Nodejs 18.9.0:
* lib - add diagnostics channel for process and worker
* os - add machine method
* report - expose report public native apis
* src - expose environment RequestInterrupt api
* vm - include vm context in the embedded snapshot
Changes in 18.8.0:
* bootstrap: implement run-time user-land snapshots via
--build-snapshot and --snapshot-blob. See
* crypto:
+ allow zero-length IKM in HKDF and in webcrypto PBKDF2
+ allow zero-length secret KeyObject
* deps: upgrade npm to 8.18.0
* http: make idle http parser count configurable
* net: add local family
* src: print source map error source on demand
* tls: pass a valid socket on tlsClientError
Update to Nodejs 18.7.0:
* events: add CustomEvent
* http: add drop request event for http server
* lib: improved diagnostics_channel subscribe/unsubscribe
* util: add tokens to parseArgs
- enable crypto policy ciphers for TW and SLE15 SP4+ (bsc#1200303)
Update to Nodejs 18.6.0:
* Experimental ESM Loader Hooks API. For details see,
https://nodejs.org/api/esm.html
* dns: export error code constants from dns/promises
* esm: add chaining to loaders
* http: add diagnostics channel for http client
* http: add perf_hooks detail for http request and client
* module: add isBuiltIn method
* net: add drop event for net server
* test_runner: expose describe and it
* v8: add v8.startupSnapshot utils
For details, see
https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V18.md#18.6.0
Update to Nodejs 18.5.0:
* http: stricter Transfer-Encoding and header separator parsing
(bsc#1201325, bsc#1201326, bsc#1201327,
CVE-2022-32213, CVE-2022-32214, CVE-2022-32215)
* src: fix IPv4 validation in inspector_socket
(bsc#1201328, CVE-2022-32212)
For details, see
https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V18.md#18.5.0
Update to Nodejs 18.4.0. For detailed changes see,
https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V18.md#18.4.0
Initial packaging of Nodejs 18.2.0. For detailed changes since previous versions, see
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V18.md#18.2.0
corepack18-18.13.0-150400.9.3.1.x86_64.rpm
nodejs18-18.13.0-150400.9.3.1.src.rpm
nodejs18-18.13.0-150400.9.3.1.x86_64.rpm
nodejs18-devel-18.13.0-150400.9.3.1.x86_64.rpm
nodejs18-docs-18.13.0-150400.9.3.1.noarch.rpm
npm18-18.13.0-150400.9.3.1.x86_64.rpm
corepack18-18.13.0-150400.9.3.1.s390x.rpm
nodejs18-18.13.0-150400.9.3.1.s390x.rpm
nodejs18-devel-18.13.0-150400.9.3.1.s390x.rpm
npm18-18.13.0-150400.9.3.1.s390x.rpm
corepack18-18.13.0-150400.9.3.1.aarch64.rpm
nodejs18-18.13.0-150400.9.3.1.aarch64.rpm
nodejs18-devel-18.13.0-150400.9.3.1.aarch64.rpm
npm18-18.13.0-150400.9.3.1.aarch64.rpm
openSUSE-SLE-15.5-2023-1954
Recommended update for xmlsec1
low
SUSE Updates openSUSE-SLE 15.5
This update for xmlsec1 fixes the following issue:
- Ship missing xmlsec1 to synchronize its version across different products (bsc#1201617)
libxmlsec1-1-1.2.28-150100.7.13.4.x86_64.rpm
libxmlsec1-gcrypt1-1.2.28-150100.7.13.4.x86_64.rpm
libxmlsec1-gnutls1-1.2.28-150100.7.13.4.x86_64.rpm
libxmlsec1-nss1-1.2.28-150100.7.13.4.x86_64.rpm
libxmlsec1-openssl1-1.2.28-150100.7.13.4.x86_64.rpm
xmlsec1-1.2.28-150100.7.13.4.src.rpm
xmlsec1-1.2.28-150100.7.13.4.x86_64.rpm
xmlsec1-devel-1.2.28-150100.7.13.4.x86_64.rpm
xmlsec1-gcrypt-devel-1.2.28-150100.7.13.4.x86_64.rpm
xmlsec1-gnutls-devel-1.2.28-150100.7.13.4.x86_64.rpm
xmlsec1-nss-devel-1.2.28-150100.7.13.4.x86_64.rpm
xmlsec1-openssl-devel-1.2.28-150100.7.13.4.x86_64.rpm
libxmlsec1-1-1.2.28-150100.7.13.4.s390x.rpm
libxmlsec1-gcrypt1-1.2.28-150100.7.13.4.s390x.rpm
libxmlsec1-gnutls1-1.2.28-150100.7.13.4.s390x.rpm
libxmlsec1-nss1-1.2.28-150100.7.13.4.s390x.rpm
libxmlsec1-openssl1-1.2.28-150100.7.13.4.s390x.rpm
xmlsec1-1.2.28-150100.7.13.4.s390x.rpm
xmlsec1-devel-1.2.28-150100.7.13.4.s390x.rpm
xmlsec1-gcrypt-devel-1.2.28-150100.7.13.4.s390x.rpm
xmlsec1-gnutls-devel-1.2.28-150100.7.13.4.s390x.rpm
xmlsec1-nss-devel-1.2.28-150100.7.13.4.s390x.rpm
xmlsec1-openssl-devel-1.2.28-150100.7.13.4.s390x.rpm
libxmlsec1-1-1.2.28-150100.7.13.4.ppc64le.rpm
libxmlsec1-gcrypt1-1.2.28-150100.7.13.4.ppc64le.rpm
libxmlsec1-gnutls1-1.2.28-150100.7.13.4.ppc64le.rpm
libxmlsec1-nss1-1.2.28-150100.7.13.4.ppc64le.rpm
libxmlsec1-openssl1-1.2.28-150100.7.13.4.ppc64le.rpm
xmlsec1-1.2.28-150100.7.13.4.ppc64le.rpm
xmlsec1-devel-1.2.28-150100.7.13.4.ppc64le.rpm
xmlsec1-gcrypt-devel-1.2.28-150100.7.13.4.ppc64le.rpm
xmlsec1-gnutls-devel-1.2.28-150100.7.13.4.ppc64le.rpm
xmlsec1-nss-devel-1.2.28-150100.7.13.4.ppc64le.rpm
xmlsec1-openssl-devel-1.2.28-150100.7.13.4.ppc64le.rpm
libxmlsec1-1-1.2.28-150100.7.13.4.aarch64.rpm
libxmlsec1-gcrypt1-1.2.28-150100.7.13.4.aarch64.rpm
libxmlsec1-gnutls1-1.2.28-150100.7.13.4.aarch64.rpm
libxmlsec1-nss1-1.2.28-150100.7.13.4.aarch64.rpm
libxmlsec1-openssl1-1.2.28-150100.7.13.4.aarch64.rpm
xmlsec1-1.2.28-150100.7.13.4.aarch64.rpm
xmlsec1-devel-1.2.28-150100.7.13.4.aarch64.rpm
xmlsec1-gcrypt-devel-1.2.28-150100.7.13.4.aarch64.rpm
xmlsec1-gnutls-devel-1.2.28-150100.7.13.4.aarch64.rpm
xmlsec1-nss-devel-1.2.28-150100.7.13.4.aarch64.rpm
xmlsec1-openssl-devel-1.2.28-150100.7.13.4.aarch64.rpm
openSUSE-SLE-15.5-2023-2434
Feature update for junit5, mojo-executor and mojo-parent
moderate
SUSE Updates openSUSE-SLE 15.5
This update for junit5, mojo-executor and mojo-parent fixes the following issues:
mojo-executor:
- Version update from 2.3.1 to 2.4.0 (jsc#SLE-23217):
* Dependencies provided by Maven have been moved to the provided scope where
possible
* The plexus-utils dependency must remain in the compile scope due to
MNG-6965. It has been updated to version 3.0.24 to avoid spurious security
vulnerability notifications due to this dependency.
mojo-parent:
- Version update from 60 to 70 (jsc#SLE-23217):
* Improvement checkstyle configuration
* Add modello-maven-plugin to pluginManagement
* Remove Google search box due to privacy
* Put version for mrm-maven-plugin in property
* Add streamLogsOnFailures to m-invoker-p
* Add property for maven-fluido-skin version
* Setup Apache Matomo analytics
* Downgrade Checkstyle to 9.3. 10.x requires Java 11
* remove requirement to use ssh for github scm devCon
* Require Maven 3.2.5
* Add SHA-512 hashes
* Extract plugin version as variable so child pom can override if needed
* remove issue-tracking as do not exists anymore
* remove cim report as it do not exists anymore
junit5:
- Deliver junit5-bom to openSUSE Leap 15.4 as it is a required dependency for mojo-parent (no source changes)
junit5-5.8.2-150200.3.6.1.noarch.rpm
junit5-5.8.2-150200.3.6.1.src.rpm
junit5-bom-5.8.2-150200.3.6.1.noarch.rpm
junit5-guide-5.8.2-150200.3.6.1.noarch.rpm
junit5-javadoc-5.8.2-150200.3.6.1.noarch.rpm
mojo-executor-2.4.0-150200.3.3.12.noarch.rpm
mojo-executor-2.4.0-150200.3.3.12.src.rpm
mojo-executor-javadoc-2.4.0-150200.3.3.12.noarch.rpm
mojo-parent-70-150200.3.7.1.noarch.rpm
mojo-parent-70-150200.3.7.1.src.rpm
openSUSE-SLE-15.5-2023-2245
Recommended update for libzypp, zypper
moderate
SUSE Updates openSUSE-SLE 15.5
This update for libzypp, zypper fixes the following issues:
- Installing local RPM packages fails if /usr/bin/find is not installed (bsc#1195633)
- multicurl: propagate ssl settings stored in repo url (bsc#1127591)
- MediaCurl: Fix endless loop if wrong credentials are stored in credentials.cat (bsc#1210870)
- zypp.conf: Introduce 'download.connect_timeout' [60 sec.] (bsc#1208329)
- Teach MediaNetwork to retry on HTTP2 errors.
- Fix selecting installed patterns from picklist (bsc#1209406)
- man: better explanation of --priority
libsolv-0.7.24-150400.3.6.4.src.rpm
True
libsolv-demo-0.7.24-150400.3.6.4.x86_64.rpm
True
libsolv-devel-0.7.24-150400.3.6.4.x86_64.rpm
True
libsolv-tools-0.7.24-150400.3.6.4.x86_64.rpm
True
libzypp-17.31.11-150400.3.25.2.src.rpm
True
libzypp-17.31.11-150400.3.25.2.x86_64.rpm
True
libzypp-devel-17.31.11-150400.3.25.2.x86_64.rpm
True
libzypp-devel-doc-17.31.11-150400.3.25.2.x86_64.rpm
True
perl-solv-0.7.24-150400.3.6.4.x86_64.rpm
True
python-solv-0.7.24-150400.3.6.4.x86_64.rpm
True
python3-solv-0.7.24-150400.3.6.4.x86_64.rpm
True
ruby-solv-0.7.24-150400.3.6.4.x86_64.rpm
True
zypper-1.14.60-150400.3.21.2.src.rpm
True
zypper-1.14.60-150400.3.21.2.x86_64.rpm
True
zypper-aptitude-1.14.60-150400.3.21.2.noarch.rpm
True
zypper-log-1.14.60-150400.3.21.2.noarch.rpm
True
zypper-needs-restarting-1.14.60-150400.3.21.2.noarch.rpm
True
libsolv-demo-0.7.24-150400.3.6.4.s390x.rpm
True
libsolv-devel-0.7.24-150400.3.6.4.s390x.rpm
True
libsolv-tools-0.7.24-150400.3.6.4.s390x.rpm
True
libzypp-17.31.11-150400.3.25.2.s390x.rpm
True
libzypp-devel-17.31.11-150400.3.25.2.s390x.rpm
True
libzypp-devel-doc-17.31.11-150400.3.25.2.s390x.rpm
True
perl-solv-0.7.24-150400.3.6.4.s390x.rpm
True
python-solv-0.7.24-150400.3.6.4.s390x.rpm
True
python3-solv-0.7.24-150400.3.6.4.s390x.rpm
True
ruby-solv-0.7.24-150400.3.6.4.s390x.rpm
True
zypper-1.14.60-150400.3.21.2.s390x.rpm
True
libsolv-demo-0.7.24-150400.3.6.4.ppc64le.rpm
True
libsolv-devel-0.7.24-150400.3.6.4.ppc64le.rpm
True
libsolv-tools-0.7.24-150400.3.6.4.ppc64le.rpm
True
libzypp-17.31.11-150400.3.25.2.ppc64le.rpm
True
libzypp-devel-17.31.11-150400.3.25.2.ppc64le.rpm
True
libzypp-devel-doc-17.31.11-150400.3.25.2.ppc64le.rpm
True
perl-solv-0.7.24-150400.3.6.4.ppc64le.rpm
True
python-solv-0.7.24-150400.3.6.4.ppc64le.rpm
True
python3-solv-0.7.24-150400.3.6.4.ppc64le.rpm
True
ruby-solv-0.7.24-150400.3.6.4.ppc64le.rpm
True
zypper-1.14.60-150400.3.21.2.ppc64le.rpm
True
libsolv-demo-0.7.24-150400.3.6.4.aarch64.rpm
True
libsolv-devel-0.7.24-150400.3.6.4.aarch64.rpm
True
libsolv-tools-0.7.24-150400.3.6.4.aarch64.rpm
True
libzypp-17.31.11-150400.3.25.2.aarch64.rpm
True
libzypp-devel-17.31.11-150400.3.25.2.aarch64.rpm
True
libzypp-devel-doc-17.31.11-150400.3.25.2.aarch64.rpm
True
perl-solv-0.7.24-150400.3.6.4.aarch64.rpm
True
python-solv-0.7.24-150400.3.6.4.aarch64.rpm
True
python3-solv-0.7.24-150400.3.6.4.aarch64.rpm
True
ruby-solv-0.7.24-150400.3.6.4.aarch64.rpm
True
zypper-1.14.60-150400.3.21.2.aarch64.rpm
True
openSUSE-SLE-15.5-2023-2445
Security update for google-cloud-sap-agent
important
SUSE Updates openSUSE-SLE 15.5
This update of google-cloud-sap-agent fixes the following issues:
- rebuild the package with the go 1.19 security release (bsc#1200441).
- Update to version 1.5.1 (bsc#1210464)
- Raise golang API version to 1.20
google-cloud-sap-agent-1.5.1-150100.3.7.1.src.rpm
google-cloud-sap-agent-1.5.1-150100.3.7.1.x86_64.rpm
google-cloud-sap-agent-1.5.1-150100.3.7.1.s390x.rpm
google-cloud-sap-agent-1.5.1-150100.3.7.1.ppc64le.rpm
google-cloud-sap-agent-1.5.1-150100.3.7.1.aarch64.rpm
openSUSE-SLE-15.5-2023-2518
Security update for frr
important
SUSE Updates openSUSE-SLE 15.5
This update for frr fixes the following issues:
- CVE-2023-31489: Fixed a remote denial of service via a malformed BGP packet (bsc#1211248).
- CVE-2023-31490: Fixed a remote denial of service via a malformed BGP packet (bsc#1211249).
frr-8.4-150500.4.3.1.src.rpm
frr-8.4-150500.4.3.1.x86_64.rpm
frr-devel-8.4-150500.4.3.1.x86_64.rpm
libfrr0-8.4-150500.4.3.1.x86_64.rpm
libfrr_pb0-8.4-150500.4.3.1.x86_64.rpm
libfrrcares0-8.4-150500.4.3.1.x86_64.rpm
libfrrfpm_pb0-8.4-150500.4.3.1.x86_64.rpm
libfrrospfapiclient0-8.4-150500.4.3.1.x86_64.rpm
libfrrsnmp0-8.4-150500.4.3.1.x86_64.rpm
libfrrzmq0-8.4-150500.4.3.1.x86_64.rpm
libmlag_pb0-8.4-150500.4.3.1.x86_64.rpm
frr-8.4-150500.4.3.1.s390x.rpm
frr-devel-8.4-150500.4.3.1.s390x.rpm
libfrr0-8.4-150500.4.3.1.s390x.rpm
libfrr_pb0-8.4-150500.4.3.1.s390x.rpm
libfrrcares0-8.4-150500.4.3.1.s390x.rpm
libfrrfpm_pb0-8.4-150500.4.3.1.s390x.rpm
libfrrospfapiclient0-8.4-150500.4.3.1.s390x.rpm
libfrrsnmp0-8.4-150500.4.3.1.s390x.rpm
libfrrzmq0-8.4-150500.4.3.1.s390x.rpm
libmlag_pb0-8.4-150500.4.3.1.s390x.rpm
frr-8.4-150500.4.3.1.ppc64le.rpm
frr-devel-8.4-150500.4.3.1.ppc64le.rpm
libfrr0-8.4-150500.4.3.1.ppc64le.rpm
libfrr_pb0-8.4-150500.4.3.1.ppc64le.rpm
libfrrcares0-8.4-150500.4.3.1.ppc64le.rpm
libfrrfpm_pb0-8.4-150500.4.3.1.ppc64le.rpm
libfrrospfapiclient0-8.4-150500.4.3.1.ppc64le.rpm
libfrrsnmp0-8.4-150500.4.3.1.ppc64le.rpm
libfrrzmq0-8.4-150500.4.3.1.ppc64le.rpm
libmlag_pb0-8.4-150500.4.3.1.ppc64le.rpm
frr-8.4-150500.4.3.1.aarch64.rpm
frr-devel-8.4-150500.4.3.1.aarch64.rpm
libfrr0-8.4-150500.4.3.1.aarch64.rpm
libfrr_pb0-8.4-150500.4.3.1.aarch64.rpm
libfrrcares0-8.4-150500.4.3.1.aarch64.rpm
libfrrfpm_pb0-8.4-150500.4.3.1.aarch64.rpm
libfrrospfapiclient0-8.4-150500.4.3.1.aarch64.rpm
libfrrsnmp0-8.4-150500.4.3.1.aarch64.rpm
libfrrzmq0-8.4-150500.4.3.1.aarch64.rpm
libmlag_pb0-8.4-150500.4.3.1.aarch64.rpm
openSUSE-SLE-15.5-2023-2536
Security update for openvswitch3
important
SUSE Updates openSUSE-SLE 15.5
This update for openvswitch3 fixes the following issues:
- CVE-2023-1668: Fixed a remote denial of service that could be
triggered via malformed IP packets (bsc#1210054).
libopenvswitch-3_1-0-3.1.0-150500.3.3.1.x86_64.rpm
libovn-23_03-0-23.03.0-150500.3.3.1.x86_64.rpm
openvswitch3-3.1.0-150500.3.3.1.src.rpm
openvswitch3-3.1.0-150500.3.3.1.x86_64.rpm
openvswitch3-devel-3.1.0-150500.3.3.1.x86_64.rpm
openvswitch3-doc-3.1.0-150500.3.3.1.noarch.rpm
openvswitch3-ipsec-3.1.0-150500.3.3.1.x86_64.rpm
openvswitch3-pki-3.1.0-150500.3.3.1.x86_64.rpm
openvswitch3-test-3.1.0-150500.3.3.1.x86_64.rpm
openvswitch3-vtep-3.1.0-150500.3.3.1.x86_64.rpm
ovn3-23.03.0-150500.3.3.1.x86_64.rpm
ovn3-central-23.03.0-150500.3.3.1.x86_64.rpm
ovn3-devel-23.03.0-150500.3.3.1.x86_64.rpm
ovn3-doc-23.03.0-150500.3.3.1.noarch.rpm
ovn3-docker-23.03.0-150500.3.3.1.x86_64.rpm
ovn3-host-23.03.0-150500.3.3.1.x86_64.rpm
ovn3-vtep-23.03.0-150500.3.3.1.x86_64.rpm
python3-ovs3-3.1.0-150500.3.3.1.x86_64.rpm
libopenvswitch-3_1-0-3.1.0-150500.3.3.1.s390x.rpm
libovn-23_03-0-23.03.0-150500.3.3.1.s390x.rpm
openvswitch3-3.1.0-150500.3.3.1.s390x.rpm
openvswitch3-devel-3.1.0-150500.3.3.1.s390x.rpm
openvswitch3-ipsec-3.1.0-150500.3.3.1.s390x.rpm
openvswitch3-pki-3.1.0-150500.3.3.1.s390x.rpm
openvswitch3-test-3.1.0-150500.3.3.1.s390x.rpm
openvswitch3-vtep-3.1.0-150500.3.3.1.s390x.rpm
ovn3-23.03.0-150500.3.3.1.s390x.rpm
ovn3-central-23.03.0-150500.3.3.1.s390x.rpm
ovn3-devel-23.03.0-150500.3.3.1.s390x.rpm
ovn3-docker-23.03.0-150500.3.3.1.s390x.rpm
ovn3-host-23.03.0-150500.3.3.1.s390x.rpm
ovn3-vtep-23.03.0-150500.3.3.1.s390x.rpm
python3-ovs3-3.1.0-150500.3.3.1.s390x.rpm
libopenvswitch-3_1-0-3.1.0-150500.3.3.1.ppc64le.rpm
libovn-23_03-0-23.03.0-150500.3.3.1.ppc64le.rpm
openvswitch3-3.1.0-150500.3.3.1.ppc64le.rpm
openvswitch3-devel-3.1.0-150500.3.3.1.ppc64le.rpm
openvswitch3-ipsec-3.1.0-150500.3.3.1.ppc64le.rpm
openvswitch3-pki-3.1.0-150500.3.3.1.ppc64le.rpm
openvswitch3-test-3.1.0-150500.3.3.1.ppc64le.rpm
openvswitch3-vtep-3.1.0-150500.3.3.1.ppc64le.rpm
ovn3-23.03.0-150500.3.3.1.ppc64le.rpm
ovn3-central-23.03.0-150500.3.3.1.ppc64le.rpm
ovn3-devel-23.03.0-150500.3.3.1.ppc64le.rpm
ovn3-docker-23.03.0-150500.3.3.1.ppc64le.rpm
ovn3-host-23.03.0-150500.3.3.1.ppc64le.rpm
ovn3-vtep-23.03.0-150500.3.3.1.ppc64le.rpm
python3-ovs3-3.1.0-150500.3.3.1.ppc64le.rpm
libopenvswitch-3_1-0-3.1.0-150500.3.3.1.aarch64.rpm
libovn-23_03-0-23.03.0-150500.3.3.1.aarch64.rpm
openvswitch3-3.1.0-150500.3.3.1.aarch64.rpm
openvswitch3-devel-3.1.0-150500.3.3.1.aarch64.rpm
openvswitch3-ipsec-3.1.0-150500.3.3.1.aarch64.rpm
openvswitch3-pki-3.1.0-150500.3.3.1.aarch64.rpm
openvswitch3-test-3.1.0-150500.3.3.1.aarch64.rpm
openvswitch3-vtep-3.1.0-150500.3.3.1.aarch64.rpm
ovn3-23.03.0-150500.3.3.1.aarch64.rpm
ovn3-central-23.03.0-150500.3.3.1.aarch64.rpm
ovn3-devel-23.03.0-150500.3.3.1.aarch64.rpm
ovn3-docker-23.03.0-150500.3.3.1.aarch64.rpm
ovn3-host-23.03.0-150500.3.3.1.aarch64.rpm
ovn3-vtep-23.03.0-150500.3.3.1.aarch64.rpm
python3-ovs3-3.1.0-150500.3.3.1.aarch64.rpm
openSUSE-SLE-15.5-2023-2383
Recommended update for jansi
moderate
SUSE Updates openSUSE-SLE 15.5
This update for jansi contains the following fix:
- Fetch sources using source_service and don't distribute legally
spurious files. (bsc#1210877)
jansi-2.4.0-150200.3.7.1.src.rpm
jansi-2.4.0-150200.3.7.1.x86_64.rpm
jansi-javadoc-2.4.0-150200.3.7.1.noarch.rpm
jansi-2.4.0-150200.3.7.1.s390x.rpm
jansi-2.4.0-150200.3.7.1.ppc64le.rpm
jansi-2.4.0-150200.3.7.1.aarch64.rpm
openSUSE-SLE-15.5-2023-2296
Security update for openvswitch
important
SUSE Updates openSUSE-SLE 15.5
This update for openvswitch fixes the following issues:
- CVE-2023-1668: Fixed remote traffic denial of service via crafted packets with IP proto 0 (bsc#1210054).
libopenvswitch-2_14-0-2.14.2-150400.24.9.1.x86_64.rpm
libovn-20_06-0-20.06.2-150400.24.9.1.x86_64.rpm
openvswitch-2.14.2-150400.24.9.1.src.rpm
openvswitch-2.14.2-150400.24.9.1.x86_64.rpm
openvswitch-devel-2.14.2-150400.24.9.1.x86_64.rpm
openvswitch-doc-2.14.2-150400.24.9.1.noarch.rpm
openvswitch-ipsec-2.14.2-150400.24.9.1.x86_64.rpm
openvswitch-pki-2.14.2-150400.24.9.1.x86_64.rpm
openvswitch-test-2.14.2-150400.24.9.1.x86_64.rpm
openvswitch-vtep-2.14.2-150400.24.9.1.x86_64.rpm
ovn-20.06.2-150400.24.9.1.x86_64.rpm
ovn-central-20.06.2-150400.24.9.1.x86_64.rpm
ovn-devel-20.06.2-150400.24.9.1.x86_64.rpm
ovn-doc-20.06.2-150400.24.9.1.noarch.rpm
ovn-docker-20.06.2-150400.24.9.1.x86_64.rpm
ovn-host-20.06.2-150400.24.9.1.x86_64.rpm
ovn-vtep-20.06.2-150400.24.9.1.x86_64.rpm
python3-ovs-2.14.2-150400.24.9.1.x86_64.rpm
libopenvswitch-2_14-0-2.14.2-150400.24.9.1.s390x.rpm
libovn-20_06-0-20.06.2-150400.24.9.1.s390x.rpm
openvswitch-2.14.2-150400.24.9.1.s390x.rpm
openvswitch-devel-2.14.2-150400.24.9.1.s390x.rpm
openvswitch-ipsec-2.14.2-150400.24.9.1.s390x.rpm
openvswitch-pki-2.14.2-150400.24.9.1.s390x.rpm
openvswitch-test-2.14.2-150400.24.9.1.s390x.rpm
openvswitch-vtep-2.14.2-150400.24.9.1.s390x.rpm
ovn-20.06.2-150400.24.9.1.s390x.rpm
ovn-central-20.06.2-150400.24.9.1.s390x.rpm
ovn-devel-20.06.2-150400.24.9.1.s390x.rpm
ovn-docker-20.06.2-150400.24.9.1.s390x.rpm
ovn-host-20.06.2-150400.24.9.1.s390x.rpm
ovn-vtep-20.06.2-150400.24.9.1.s390x.rpm
python3-ovs-2.14.2-150400.24.9.1.s390x.rpm
libopenvswitch-2_14-0-2.14.2-150400.24.9.1.ppc64le.rpm
libovn-20_06-0-20.06.2-150400.24.9.1.ppc64le.rpm
openvswitch-2.14.2-150400.24.9.1.ppc64le.rpm
openvswitch-devel-2.14.2-150400.24.9.1.ppc64le.rpm
openvswitch-ipsec-2.14.2-150400.24.9.1.ppc64le.rpm
openvswitch-pki-2.14.2-150400.24.9.1.ppc64le.rpm
openvswitch-test-2.14.2-150400.24.9.1.ppc64le.rpm
openvswitch-vtep-2.14.2-150400.24.9.1.ppc64le.rpm
ovn-20.06.2-150400.24.9.1.ppc64le.rpm
ovn-central-20.06.2-150400.24.9.1.ppc64le.rpm
ovn-devel-20.06.2-150400.24.9.1.ppc64le.rpm
ovn-docker-20.06.2-150400.24.9.1.ppc64le.rpm
ovn-host-20.06.2-150400.24.9.1.ppc64le.rpm
ovn-vtep-20.06.2-150400.24.9.1.ppc64le.rpm
python3-ovs-2.14.2-150400.24.9.1.ppc64le.rpm
libopenvswitch-2_14-0-2.14.2-150400.24.9.1.aarch64.rpm
libovn-20_06-0-20.06.2-150400.24.9.1.aarch64.rpm
openvswitch-2.14.2-150400.24.9.1.aarch64.rpm
openvswitch-devel-2.14.2-150400.24.9.1.aarch64.rpm
openvswitch-ipsec-2.14.2-150400.24.9.1.aarch64.rpm
openvswitch-pki-2.14.2-150400.24.9.1.aarch64.rpm
openvswitch-test-2.14.2-150400.24.9.1.aarch64.rpm
openvswitch-vtep-2.14.2-150400.24.9.1.aarch64.rpm
ovn-20.06.2-150400.24.9.1.aarch64.rpm
ovn-central-20.06.2-150400.24.9.1.aarch64.rpm
ovn-devel-20.06.2-150400.24.9.1.aarch64.rpm
ovn-docker-20.06.2-150400.24.9.1.aarch64.rpm
ovn-host-20.06.2-150400.24.9.1.aarch64.rpm
ovn-vtep-20.06.2-150400.24.9.1.aarch64.rpm
python3-ovs-2.14.2-150400.24.9.1.aarch64.rpm
openSUSE-SLE-15.5-2023-2539
Security update for jetty-minimal
moderate
SUSE Updates openSUSE-SLE 15.5
This update for jetty-minimal fixes the following issues:
Updated to version 9.4.51.v20230217:
- CVE-2023-26048: Fixed an excessive memory consumption when
processing a large multipart request (bsc#1210620)
- CVE-2023-26049: Fixed a cookie exfiltration issue due to improper
parsing (bsc#1210621).
jetty-annotations-9.4.51-150200.3.19.2.noarch.rpm
jetty-ant-9.4.51-150200.3.19.2.noarch.rpm
jetty-cdi-9.4.51-150200.3.19.2.noarch.rpm
jetty-client-9.4.51-150200.3.19.2.noarch.rpm
jetty-continuation-9.4.51-150200.3.19.2.noarch.rpm
jetty-deploy-9.4.51-150200.3.19.2.noarch.rpm
jetty-fcgi-9.4.51-150200.3.19.2.noarch.rpm
jetty-http-9.4.51-150200.3.19.2.noarch.rpm
jetty-http-spi-9.4.51-150200.3.19.2.noarch.rpm
jetty-io-9.4.51-150200.3.19.2.noarch.rpm
jetty-jaas-9.4.51-150200.3.19.2.noarch.rpm
jetty-jmx-9.4.51-150200.3.19.2.noarch.rpm
jetty-jndi-9.4.51-150200.3.19.2.noarch.rpm
jetty-jsp-9.4.51-150200.3.19.2.noarch.rpm
jetty-minimal-9.4.51-150200.3.19.2.src.rpm
jetty-minimal-javadoc-9.4.51-150200.3.19.2.noarch.rpm
jetty-openid-9.4.51-150200.3.19.2.noarch.rpm
jetty-plus-9.4.51-150200.3.19.2.noarch.rpm
jetty-proxy-9.4.51-150200.3.19.2.noarch.rpm
jetty-quickstart-9.4.51-150200.3.19.2.noarch.rpm
jetty-rewrite-9.4.51-150200.3.19.2.noarch.rpm
jetty-security-9.4.51-150200.3.19.2.noarch.rpm
jetty-server-9.4.51-150200.3.19.2.noarch.rpm
jetty-servlet-9.4.51-150200.3.19.2.noarch.rpm
jetty-servlets-9.4.51-150200.3.19.2.noarch.rpm
jetty-start-9.4.51-150200.3.19.2.noarch.rpm
jetty-util-9.4.51-150200.3.19.2.noarch.rpm
jetty-util-ajax-9.4.51-150200.3.19.2.noarch.rpm
jetty-webapp-9.4.51-150200.3.19.2.noarch.rpm
jetty-xml-9.4.51-150200.3.19.2.noarch.rpm
openSUSE-SLE-15.5-2023-2313
Security update for c-ares
important
SUSE Updates openSUSE-SLE 15.5
This update for c-ares fixes the following issues:
Update to version 1.19.1:
- CVE-2023-32067: 0-byte UDP payload causes Denial of Service (bsc#1211604)
- CVE-2023-31147: Insufficient randomness in generation of DNS query IDs (bsc#1211605)
- CVE-2023-31130: Buffer Underwrite in ares_inet_net_pton() (bsc#1211606)
- CVE-2023-31124: AutoTools does not set CARES_RANDOM_FILE during cross compilation (bsc#1211607)
- Fix uninitialized memory warning in test
- ares_getaddrinfo() should allow a port of 0
- Fix memory leak in ares_send() on error
- Fix comment style in ares_data.h
- Fix typo in ares_init_options.3
- Sync ax_pthread.m4 with upstream
- Sync ax_cxx_compile_stdcxx_11.m4 with upstream to fix uclibc support
c-ares-1.19.1-150000.3.23.1.src.rpm
c-ares-devel-1.19.1-150000.3.23.1.x86_64.rpm
c-ares-utils-1.19.1-150000.3.23.1.x86_64.rpm
libcares2-1.19.1-150000.3.23.1.x86_64.rpm
libcares2-32bit-1.19.1-150000.3.23.1.x86_64.rpm
c-ares-devel-1.19.1-150000.3.23.1.s390x.rpm
c-ares-utils-1.19.1-150000.3.23.1.s390x.rpm
libcares2-1.19.1-150000.3.23.1.s390x.rpm
c-ares-devel-1.19.1-150000.3.23.1.ppc64le.rpm
c-ares-utils-1.19.1-150000.3.23.1.ppc64le.rpm
libcares2-1.19.1-150000.3.23.1.ppc64le.rpm
c-ares-devel-1.19.1-150000.3.23.1.aarch64.rpm
c-ares-utils-1.19.1-150000.3.23.1.aarch64.rpm
libcares2-1.19.1-150000.3.23.1.aarch64.rpm
openSUSE-SLE-15.5-2023-2505
Security update for tomcat
important
SUSE Updates openSUSE-SLE 15.5
This update for tomcat fixes the following issues:
Updated to version 9.0.75:
- CVE-2023-28709: Mended an incomplete fix for CVE-2023-24998 (bsc#1208513, bsc#1211608).
tomcat-9.0.75-150200.41.1.noarch.rpm
tomcat-9.0.75-150200.41.1.src.rpm
tomcat-admin-webapps-9.0.75-150200.41.1.noarch.rpm
tomcat-docs-webapp-9.0.75-150200.41.1.noarch.rpm
tomcat-el-3_0-api-9.0.75-150200.41.1.noarch.rpm
tomcat-embed-9.0.75-150200.41.1.noarch.rpm
tomcat-javadoc-9.0.75-150200.41.1.noarch.rpm
tomcat-jsp-2_3-api-9.0.75-150200.41.1.noarch.rpm
tomcat-jsvc-9.0.75-150200.41.1.noarch.rpm
tomcat-lib-9.0.75-150200.41.1.noarch.rpm
tomcat-servlet-4_0-api-9.0.75-150200.41.1.noarch.rpm
tomcat-webapps-9.0.75-150200.41.1.noarch.rpm
openSUSE-SLE-15.5-2023-2390
Security update for apache-commons-fileupload
important
SUSE Updates openSUSE-SLE 15.5
This update for apache-commons-fileupload fixes the following issues:
Updated to version 1.5:
- CVE-2023-24998: Added a configurable maximum number of files to
upload per request (bsc#1208513).
apache-commons-fileupload-1.5-150200.3.9.1.noarch.rpm
apache-commons-fileupload-1.5-150200.3.9.1.src.rpm
apache-commons-fileupload-javadoc-1.5-150200.3.9.1.noarch.rpm
openSUSE-SLE-15.5-2023-2312
Security update for go1.18-openssl
important
SUSE Updates openSUSE-SLE 15.5
This update for go1.18-openssl fixes the following issues:
- Add subpackage go1.x-libstd compiled shared object libstd.so (jsc#PED-1962)
* Main go1.x package included libstd.so in previous versions
* Split libstd.so into subpackage that can be installed standalone
* Continues the slimming down of main go1.x package by 40 Mb
* Experimental and not recommended for general use, Go currently has no ABI
* Upstream Go has not committed to support buildmode=shared long-term
* Do not use in packaging, build static single binaries (the default)
* Upstream Go go1.x binary releases do not include libstd.so
* go1.x Suggests go1.x-libstd so not installed by default Recommends
* go1.x-libstd does not Require: go1.x so can install standalone
* Provides go-libstd unversioned package name
* Fix build step -buildmode=shared std to omit -linkshared
- Packaging improvements:
* go1.x Suggests go1.x-doc so not installed by default Recommends
* Use Group: Development/Languages/Go instead of Other
- Improvements to go1.x packaging spec:
* On Tumbleweed bootstrap with current default gcc13 and gccgo118
* On SLE-12 aarch64 ppc64le ppc64 remove overrides to bootstrap
using go1.x package (%bcond_without gccgo). This is no longer
needed on current SLE-12:Update and removing will consolidate
the build configurations used.
* Change source URLs to go.dev as per Go upstream
* On x86_64 export GOAMD64=v1 as per the current baseline.
At this time forgo GOAMD64=v3 option for x86_64_v3 support.
* On x86_64 %define go_amd64=v1 as current instruction baseline
- Update to version 1.18.10.1 cut from the go1.18-openssl-fips
branch at the revision tagged go1.18.10-1-openssl-fips.
* Merge branch dev.boringcrypto.go1.18 into go1.18-openssl-fips
* Merge go1.18.10 into dev.boringcrypto.go1.18
- go1.18.10 (released 2023-01-10) includes fixes to cgo, the
compiler, the linker, and the crypto/x509, net/http, and syscall
packages.
Refs bsc#1193742 go1.18 release tracking
* go#57705 misc/cgo: backport needed for dlltool fix
* go#57426 crypto/x509: Verify on macOS does not return typed errors
* go#57344 cmd/compile: the loong64 intrinsic for CompareAndSwapUint32 function needs to sign extend its "old" argument.
* go#57338 syscall, internal/poll: accept4-to-accept fallback removal broke Go code on Synology DSM 6.2 ARM devices
* go#57213 os: TestLstat failure on Linux Aarch64
* go#57211 reflect: sort.SliceStable sorts incorrectly on arm64 with less function created with reflect.MakeFunc and slice of sufficient length
* go#57057 cmd/go: remove test dependency on gopkg.in service
* go#57054 cmd/go: TestScript/version_buildvcs_git_gpg (if enabled) fails on linux longtest builders
* go#57044 cgo: malformed DWARF TagVariable entry
* go#57028 cmd/cgo: Wrong types in compiler errors with clang 14
* go#56833 cmd/link/internal/ppc64: too-far trampoline is reused
* go#56711 net: reenable TestLookupDotsWithRemoteSource and TestLookupGoogleSRV with a different target
* go#56323 net/http: bad handling of HEAD requests with a body
go1.18-openssl-1.18.10.1-150000.1.9.1.src.rpm
go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64.rpm
go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64.rpm
go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64.rpm
go1.18-openssl-1.18.10.1-150000.1.9.1.s390x.rpm
go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x.rpm
go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le.rpm
go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le.rpm
go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64.rpm
go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64.rpm
go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64.rpm
openSUSE-SLE-15.5-2023-2347
Security update for cups
important
SUSE Updates openSUSE-SLE 15.5
This update for cups fixes the following issues:
- CVE-2023-32324: Fixed a buffer overflow in format_log_line() which could cause a denial-of-service (bsc#1211643).
cups-2.2.7-150000.3.43.1.src.rpm
cups-2.2.7-150000.3.43.1.x86_64.rpm
cups-client-2.2.7-150000.3.43.1.x86_64.rpm
cups-config-2.2.7-150000.3.43.1.x86_64.rpm
cups-ddk-2.2.7-150000.3.43.1.x86_64.rpm
cups-devel-2.2.7-150000.3.43.1.x86_64.rpm
cups-devel-32bit-2.2.7-150000.3.43.1.x86_64.rpm
libcups2-2.2.7-150000.3.43.1.x86_64.rpm
libcups2-32bit-2.2.7-150000.3.43.1.x86_64.rpm
libcupscgi1-2.2.7-150000.3.43.1.x86_64.rpm
libcupscgi1-32bit-2.2.7-150000.3.43.1.x86_64.rpm
libcupsimage2-2.2.7-150000.3.43.1.x86_64.rpm
libcupsimage2-32bit-2.2.7-150000.3.43.1.x86_64.rpm
libcupsmime1-2.2.7-150000.3.43.1.x86_64.rpm
libcupsmime1-32bit-2.2.7-150000.3.43.1.x86_64.rpm
libcupsppdc1-2.2.7-150000.3.43.1.x86_64.rpm
libcupsppdc1-32bit-2.2.7-150000.3.43.1.x86_64.rpm
cups-2.2.7-150000.3.43.1.s390x.rpm
cups-client-2.2.7-150000.3.43.1.s390x.rpm
cups-config-2.2.7-150000.3.43.1.s390x.rpm
cups-ddk-2.2.7-150000.3.43.1.s390x.rpm
cups-devel-2.2.7-150000.3.43.1.s390x.rpm
libcups2-2.2.7-150000.3.43.1.s390x.rpm
libcupscgi1-2.2.7-150000.3.43.1.s390x.rpm
libcupsimage2-2.2.7-150000.3.43.1.s390x.rpm
libcupsmime1-2.2.7-150000.3.43.1.s390x.rpm
libcupsppdc1-2.2.7-150000.3.43.1.s390x.rpm
cups-2.2.7-150000.3.43.1.ppc64le.rpm
cups-client-2.2.7-150000.3.43.1.ppc64le.rpm
cups-config-2.2.7-150000.3.43.1.ppc64le.rpm
cups-ddk-2.2.7-150000.3.43.1.ppc64le.rpm
cups-devel-2.2.7-150000.3.43.1.ppc64le.rpm
libcups2-2.2.7-150000.3.43.1.ppc64le.rpm
libcupscgi1-2.2.7-150000.3.43.1.ppc64le.rpm
libcupsimage2-2.2.7-150000.3.43.1.ppc64le.rpm
libcupsmime1-2.2.7-150000.3.43.1.ppc64le.rpm
libcupsppdc1-2.2.7-150000.3.43.1.ppc64le.rpm
cups-2.2.7-150000.3.43.1.aarch64.rpm
cups-client-2.2.7-150000.3.43.1.aarch64.rpm
cups-config-2.2.7-150000.3.43.1.aarch64.rpm
cups-ddk-2.2.7-150000.3.43.1.aarch64.rpm
cups-devel-2.2.7-150000.3.43.1.aarch64.rpm
libcups2-2.2.7-150000.3.43.1.aarch64.rpm
libcupscgi1-2.2.7-150000.3.43.1.aarch64.rpm
libcupsimage2-2.2.7-150000.3.43.1.aarch64.rpm
libcupsmime1-2.2.7-150000.3.43.1.aarch64.rpm
libcupsppdc1-2.2.7-150000.3.43.1.aarch64.rpm
openSUSE-SLE-15.5-2023-2479
Security update for mariadb
low
SUSE Updates openSUSE-SLE 15.5
This update for mariadb fixes the following issues:
Updated to version 10.6.13:
- CVE-2022-47015: Fixed a denial of service that could be triggered by
a crafted SQL query (bsc#1207404).
libmariadbd-devel-10.6.13-150400.3.23.1.x86_64.rpm
libmariadbd19-10.6.13-150400.3.23.1.x86_64.rpm
mariadb-10.6.13-150400.3.23.1.src.rpm
mariadb-10.6.13-150400.3.23.1.x86_64.rpm
mariadb-bench-10.6.13-150400.3.23.1.x86_64.rpm
mariadb-client-10.6.13-150400.3.23.1.x86_64.rpm
mariadb-errormessages-10.6.13-150400.3.23.1.noarch.rpm
mariadb-galera-10.6.13-150400.3.23.1.x86_64.rpm
mariadb-rpm-macros-10.6.13-150400.3.23.1.x86_64.rpm
mariadb-test-10.6.13-150400.3.23.1.x86_64.rpm
mariadb-tools-10.6.13-150400.3.23.1.x86_64.rpm
libmariadbd-devel-10.6.13-150400.3.23.1.s390x.rpm
libmariadbd19-10.6.13-150400.3.23.1.s390x.rpm
mariadb-10.6.13-150400.3.23.1.s390x.rpm
mariadb-bench-10.6.13-150400.3.23.1.s390x.rpm
mariadb-client-10.6.13-150400.3.23.1.s390x.rpm
mariadb-galera-10.6.13-150400.3.23.1.s390x.rpm
mariadb-rpm-macros-10.6.13-150400.3.23.1.s390x.rpm
mariadb-test-10.6.13-150400.3.23.1.s390x.rpm
mariadb-tools-10.6.13-150400.3.23.1.s390x.rpm
libmariadbd-devel-10.6.13-150400.3.23.1.ppc64le.rpm
libmariadbd19-10.6.13-150400.3.23.1.ppc64le.rpm
mariadb-10.6.13-150400.3.23.1.ppc64le.rpm
mariadb-bench-10.6.13-150400.3.23.1.ppc64le.rpm
mariadb-client-10.6.13-150400.3.23.1.ppc64le.rpm
mariadb-galera-10.6.13-150400.3.23.1.ppc64le.rpm
mariadb-rpm-macros-10.6.13-150400.3.23.1.ppc64le.rpm
mariadb-test-10.6.13-150400.3.23.1.ppc64le.rpm
mariadb-tools-10.6.13-150400.3.23.1.ppc64le.rpm
libmariadbd-devel-10.6.13-150400.3.23.1.aarch64.rpm
libmariadbd19-10.6.13-150400.3.23.1.aarch64.rpm
mariadb-10.6.13-150400.3.23.1.aarch64.rpm
mariadb-bench-10.6.13-150400.3.23.1.aarch64.rpm
mariadb-client-10.6.13-150400.3.23.1.aarch64.rpm
mariadb-galera-10.6.13-150400.3.23.1.aarch64.rpm
mariadb-rpm-macros-10.6.13-150400.3.23.1.aarch64.rpm
mariadb-test-10.6.13-150400.3.23.1.aarch64.rpm
mariadb-tools-10.6.13-150400.3.23.1.aarch64.rpm
openSUSE-SLE-15.5-2023-2541
Security update for kubernetes1.18
important
SUSE Updates openSUSE-SLE 15.5
This update for kubernetes1.18 fixes the following issues:
- CVE-2023-2727: Fixed bypassing policies imposed by the ImagePolicyWebhook admission plugin (bsc#1211630).
- CVE-2023-2728: Fixed bypassing enforce mountable secrets policy imposed by the ServiceAccount admission plugin (bsc#1211631).
kubernetes1.18-1.18.10-150200.5.10.1.src.rpm
kubernetes1.18-client-1.18.10-150200.5.10.1.x86_64.rpm
kubernetes1.18-client-common-1.18.10-150200.5.10.1.x86_64.rpm
kubernetes1.18-client-1.18.10-150200.5.10.1.s390x.rpm
kubernetes1.18-client-common-1.18.10-150200.5.10.1.s390x.rpm
kubernetes1.18-client-1.18.10-150200.5.10.1.ppc64le.rpm
kubernetes1.18-client-common-1.18.10-150200.5.10.1.ppc64le.rpm
kubernetes1.18-client-1.18.10-150200.5.10.1.aarch64.rpm
kubernetes1.18-client-common-1.18.10-150200.5.10.1.aarch64.rpm
openSUSE-SLE-15.5-2023-2334
Security update for tiff
moderate
SUSE Updates openSUSE-SLE 15.5
This update for tiff fixes the following issues:
Fixed multiple out of bounds read/write security issues:
CVE-2023-0795 (bsc#1208226), CVE-2023-0796 (bsc#1208227), CVE-2023-0797 (bsc#1208228),
CVE-2023-0798 (bsc#1208229), CVE-2023-0799 (bsc#1208230), CVE-2023-0800 (bsc#1208231),
CVE-2023-0801 (bsc#1208232), CVE-2023-0802 (bsc#1208233), CVE-2023-0803 (bsc#1208234),
CVE-2023-0804 (bsc#1208236).
libtiff-devel-32bit-4.0.9-150000.45.28.1.x86_64.rpm
libtiff-devel-4.0.9-150000.45.28.1.x86_64.rpm
libtiff5-32bit-4.0.9-150000.45.28.1.x86_64.rpm
libtiff5-4.0.9-150000.45.28.1.x86_64.rpm
tiff-4.0.9-150000.45.28.1.src.rpm
tiff-4.0.9-150000.45.28.1.x86_64.rpm
libtiff-devel-4.0.9-150000.45.28.1.s390x.rpm
libtiff5-4.0.9-150000.45.28.1.s390x.rpm
tiff-4.0.9-150000.45.28.1.s390x.rpm
libtiff-devel-4.0.9-150000.45.28.1.ppc64le.rpm
libtiff5-4.0.9-150000.45.28.1.ppc64le.rpm
tiff-4.0.9-150000.45.28.1.ppc64le.rpm
libtiff-devel-4.0.9-150000.45.28.1.aarch64.rpm
libtiff5-4.0.9-150000.45.28.1.aarch64.rpm
tiff-4.0.9-150000.45.28.1.aarch64.rpm
openSUSE-SLE-15.5-2023-2430
Recommended update for supportutils-plugin-suse-public-cloud
critical
SUSE Updates openSUSE-SLE 15.5
This update for supportutils-plugin-suse-public-cloud fixes the following issues:
- This update will be delivered to SLE Micro. (SMO-219)
supportutils-plugin-suse-public-cloud-1.0.7-150000.3.14.1.noarch.rpm
supportutils-plugin-suse-public-cloud-1.0.7-150000.3.14.1.src.rpm
openSUSE-SLE-15.5-2023-2331
Security update for openssl-1_0_0
important
SUSE Updates openSUSE-SLE 15.5
This update for openssl-1_0_0 fixes the following issues:
- CVE-2023-2650: Fixed possible denial of service translating ASN.1 object identifiers (bsc#1211430).
libopenssl-1_0_0-devel-1.0.2p-150000.3.76.1.x86_64.rpm
libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.76.1.x86_64.rpm
libopenssl10-1.0.2p-150000.3.76.1.x86_64.rpm
libopenssl1_0_0-1.0.2p-150000.3.76.1.x86_64.rpm
libopenssl1_0_0-32bit-1.0.2p-150000.3.76.1.x86_64.rpm
libopenssl1_0_0-hmac-1.0.2p-150000.3.76.1.x86_64.rpm
libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.76.1.x86_64.rpm
libopenssl1_0_0-steam-1.0.2p-150000.3.76.1.x86_64.rpm
libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.76.1.x86_64.rpm
openssl-1_0_0-1.0.2p-150000.3.76.1.src.rpm
openssl-1_0_0-1.0.2p-150000.3.76.1.x86_64.rpm
openssl-1_0_0-cavs-1.0.2p-150000.3.76.1.x86_64.rpm
openssl-1_0_0-doc-1.0.2p-150000.3.76.1.noarch.rpm
libopenssl-1_0_0-devel-1.0.2p-150000.3.76.1.s390x.rpm
libopenssl10-1.0.2p-150000.3.76.1.s390x.rpm
libopenssl1_0_0-1.0.2p-150000.3.76.1.s390x.rpm
libopenssl1_0_0-hmac-1.0.2p-150000.3.76.1.s390x.rpm
libopenssl1_0_0-steam-1.0.2p-150000.3.76.1.s390x.rpm
openssl-1_0_0-1.0.2p-150000.3.76.1.s390x.rpm
openssl-1_0_0-cavs-1.0.2p-150000.3.76.1.s390x.rpm
libopenssl-1_0_0-devel-1.0.2p-150000.3.76.1.ppc64le.rpm
libopenssl10-1.0.2p-150000.3.76.1.ppc64le.rpm
libopenssl1_0_0-1.0.2p-150000.3.76.1.ppc64le.rpm
libopenssl1_0_0-hmac-1.0.2p-150000.3.76.1.ppc64le.rpm
libopenssl1_0_0-steam-1.0.2p-150000.3.76.1.ppc64le.rpm
openssl-1_0_0-1.0.2p-150000.3.76.1.ppc64le.rpm
openssl-1_0_0-cavs-1.0.2p-150000.3.76.1.ppc64le.rpm
libopenssl-1_0_0-devel-1.0.2p-150000.3.76.1.aarch64.rpm
libopenssl10-1.0.2p-150000.3.76.1.aarch64.rpm
libopenssl1_0_0-1.0.2p-150000.3.76.1.aarch64.rpm
libopenssl1_0_0-hmac-1.0.2p-150000.3.76.1.aarch64.rpm
libopenssl1_0_0-steam-1.0.2p-150000.3.76.1.aarch64.rpm
openssl-1_0_0-1.0.2p-150000.3.76.1.aarch64.rpm
openssl-1_0_0-cavs-1.0.2p-150000.3.76.1.aarch64.rpm
openSUSE-SLE-15.5-2023-2535
Security update for xen
important
SUSE Updates openSUSE-SLE 15.5
This update for xen fixes the following issues:
Security fixes:
- CVE-2022-42336: Fix an issue where guests configuring AMD
Speculative Store Bypass Disable would have no effect (XSA-431)
(bsc#1211433).
- CVE-2022-42335: Fixed an issue where guests running under shadow
mode with a PCI devices passed through could force the hypervisor
to dereference arbitrary memory, leading to a denial of service
(XSA-430) (bsc#1210315).
Non-security fixes:
- Fixed a build warning false positive (bsc#1210570).
- Added missing debug-info to xen-syms (bsc#1209237).
- Updated to version 4.17.1 (bsc#1027519).
- Fixed a failure during VM destruction when using host-assisted kexec
and kdump (bsc#1209245).
- Other upstream fixes (bsc#1027519).
xen-4.17.1_04-150500.3.3.1.src.rpm
True
xen-4.17.1_04-150500.3.3.1.x86_64.rpm
True
xen-devel-4.17.1_04-150500.3.3.1.x86_64.rpm
True
xen-doc-html-4.17.1_04-150500.3.3.1.x86_64.rpm
True
xen-libs-32bit-4.17.1_04-150500.3.3.1.x86_64.rpm
True
xen-libs-4.17.1_04-150500.3.3.1.x86_64.rpm
True
xen-tools-4.17.1_04-150500.3.3.1.x86_64.rpm
True
xen-tools-domU-4.17.1_04-150500.3.3.1.x86_64.rpm
True
xen-tools-xendomains-wait-disk-4.17.1_04-150500.3.3.1.noarch.rpm
True
xen-4.17.1_04-150500.3.3.1.aarch64.rpm
True
xen-devel-4.17.1_04-150500.3.3.1.aarch64.rpm
True
xen-doc-html-4.17.1_04-150500.3.3.1.aarch64.rpm
True
xen-libs-4.17.1_04-150500.3.3.1.aarch64.rpm
True
xen-tools-4.17.1_04-150500.3.3.1.aarch64.rpm
True
xen-tools-domU-4.17.1_04-150500.3.3.1.aarch64.rpm
True
openSUSE-SLE-15.5-2023-2320
Security update for wireshark
moderate
SUSE Updates openSUSE-SLE 15.5
This update for wireshark fixes the following issues:
Updated to version 3.6.14:
- CVE-2023-2855: Fixed a crash in the Candump log file parser
(boo#1211703).
- CVE-2023-2856: Fixed a crash in the VMS TCPIPtrace file parser
(boo#1211707).
- CVE-2023-2857: Fixed a crash in the BLF file parser (boo#1211705).
- CVE-2023-2858: Fixed a crash in the NetScaler file parser
(boo#1211706).
- CVE-2023-0668: Fixed a crash in the IEEE C37.118 Synchrophasor
dissector (boo#1211710).
- CVE-2023-2879: GDSDB dissector infinite loop (boo#1211793).
Further features, bug fixes and updated protocol support as listed in:
https://www.wireshark.org/docs/relnotes/wireshark-3.6.14.html
libwireshark15-3.6.14-150000.3.92.1.x86_64.rpm
libwiretap12-3.6.14-150000.3.92.1.x86_64.rpm
libwsutil13-3.6.14-150000.3.92.1.x86_64.rpm
wireshark-3.6.14-150000.3.92.1.src.rpm
wireshark-3.6.14-150000.3.92.1.x86_64.rpm
wireshark-devel-3.6.14-150000.3.92.1.x86_64.rpm
wireshark-ui-qt-3.6.14-150000.3.92.1.x86_64.rpm
libwireshark15-3.6.14-150000.3.92.1.s390x.rpm
libwiretap12-3.6.14-150000.3.92.1.s390x.rpm
libwsutil13-3.6.14-150000.3.92.1.s390x.rpm
wireshark-3.6.14-150000.3.92.1.s390x.rpm
wireshark-devel-3.6.14-150000.3.92.1.s390x.rpm
wireshark-ui-qt-3.6.14-150000.3.92.1.s390x.rpm
libwireshark15-3.6.14-150000.3.92.1.ppc64le.rpm
libwiretap12-3.6.14-150000.3.92.1.ppc64le.rpm
libwsutil13-3.6.14-150000.3.92.1.ppc64le.rpm
wireshark-3.6.14-150000.3.92.1.ppc64le.rpm
wireshark-devel-3.6.14-150000.3.92.1.ppc64le.rpm
wireshark-ui-qt-3.6.14-150000.3.92.1.ppc64le.rpm
libwireshark15-3.6.14-150000.3.92.1.aarch64.rpm
libwiretap12-3.6.14-150000.3.92.1.aarch64.rpm
libwsutil13-3.6.14-150000.3.92.1.aarch64.rpm
wireshark-3.6.14-150000.3.92.1.aarch64.rpm
wireshark-devel-3.6.14-150000.3.92.1.aarch64.rpm
wireshark-ui-qt-3.6.14-150000.3.92.1.aarch64.rpm
openSUSE-SLE-15.5-2023-2381
Recommended update for bouncycastle
moderate
SUSE Updates openSUSE-SLE 15.5
This update for bouncycastle fixes the following issues:
bouncycastle was updated to version 1.73: [jsc#PED-3756]
Defects Fixed:
- BCJSSE: Instantiating a JSSE provider in some contexts could
cause an AccessControl exception.
- The EC key pair generator can generate out of range private
keys when used with SM2. A specific SM2KeyPairGenerator has
been added to the low-level API and is used by
KeyPairGenerator.getInstance("SM2", "BC"). The SM2 signer has
been updated to check for out of range keys as well..
- The attached signature type byte was still present in Falcon
signatures as well as the detached signature byte.
- There was an off-by-one error in engineGetOutputSize() for ECIES.
- The method for invoking read() internally in BCPGInputStream
could result in inconsistent behaviour if the class was extended.
- Fixed a rounding issue with FF1 Format Preserving Encryption
algorithm for certain radices.
- Fixed RFC3394WrapEngine handling of 64 bit keys.
- Internal buffer for blake2sp was too small and could result in
an ArrayIndexOutOfBoundsException.
- JCA PSS Signatures using SHAKE128 and SHAKE256 now support
encoding of algorithm parameters.
- PKCS10CertificationRequest now checks for empty extension
parameters.
- Parsing errors in the processing of PGP Armored Data now throw
an explicit exception ArmoredInputException.
- PGP AEAD streams could occassionally be truncated.
- The ESTService class now supports processing of chunked HTTP data.
- A constructed ASN.1 OCTET STRING with a single member would
sometimes be re-encoded as a definite-length OCTET STRING. The
encoding has been adjusted to preserve the BER status of the object.
- PKIXCertPathReviewer could fail if the trust anchor was also
included in the certificate store being used for path analysis.
- UTF-8 parsing of an array range ignored the provided length.
- IPAddress has been written to provide stricter checking and
avoid the use of Integer.parseInt().
- A Java 7 class snuck into the Java 5 to Java 8 build.
Additional Features and Functionality:
- The Rainbow NIST Post Quantum Round-3 Candidate has been added to
the low-level API and the BCPQC provider (level 3 and level 5
parameter sets only).
- The GeMSS NIST Post Quantum Round-3 Candidate has been added to
the low-level API.
- The org.bouncycastle.rsa.max_mr_tests property check has been
added to allow capping of MR tests done on RSA moduli.
- Significant performance improvements in PQC algorithms,
especially BIKE, CMCE, Frodo, HQC, Picnic.
- EdDSA verification now conforms to the recommendations of Taming
the many EdDSAs, in particular cofactored verification. As a side
benefit, Pornin's basis reduction is now used for EdDSA
verification, giving a significant performance boost.
- Major performance improvements for Anomalous Binary (Koblitz) Curves.
- The lightweight Cryptography finalists Ascon, ISAP, Elephant,
PhotonBeetle, Sparkle, and Xoodyak have been added to the
light-weight cryptography API.
- BLAKE2bp and BLAKE2sp have been added to the light-weight
cryptography API.
- Support has been added for X.509, Section 9.8, hybrid certificates
and CRLs using alternate public keys and alternate signatures.
- The property "org.bouncycastle.emulate.oracle" has been added to
signal the provider should return algorithm names on some algorithms
in the same manner as the Oracle JCE provider.
- An extra replaceSigners method has been added to CMSSignedData
which allows for specifying the digest algorithm IDs to be used
in the new CMSSignedData object.
- Parsing and re-encoding of ASN.1 PEM data has been further
optimized to prevent unecessary conversions between basic encoding,
definite length, and DER.
- Support has been added for KEM ciphers in CMS in accordance with
draft-ietf-lamps-cms-kemri
- Support has been added for certEncr in CRMF to allow issuing of
certificates for KEM public keys.
- Further speedups have been made to CRC24.
- GCMParameterSpec constructor caching has been added to improve
performance for JVMs that have the class available.
- The PGPEncrytedDataGenerator now supports injecting the session
key to be used for PGP PBE encrypted data.
- The CRMF CertificateRequestMessageBuilder now supports optional
attributes.
- Improvements to the s calculation in JPAKE.
- A general purpose PQCOtherInfoGenerator has been added which
supports all Kyber and NTRU.
- An implementation of HPKE (RFC 9180 - Hybrid Public Key
Encryption) has been added to the light-weight cryptography API.
Security Advisories:
- The PQC implementations have now been subject to formal review for
secret leakage and side channels, there were issues in BIKE, Falcon,
Frodo, HQC which have now been fixed. Some weak positives also
showed up in Rainbow, Picnic, SIKE, and GeMSS - for now this last
set has been ignored as the algorithms will either be updated if
they reappear in the Signature Round, or deleted, as is already the
case for SIKE (it is now in the legacy package). Details on the
group responsible for the testing can be found in the CONTRIBUTORS
file.
- For at least some ECIES variants (e.g. when using CBC) there is
an issue with potential malleability of a nonce (implying silent
malleability of the plaintext) that must be sent alongside the
ciphertext but is outside the IES integrity check. For this reason
the automatic generation of nonces with IED is now disabled and
they have to be passed in using an IESParameterSpec. The current
advice is to agree on a nonce between parties and then rely on the
use of the ephemeral key component to allow the nonce (rather the
so called nonce) usage to be extended.
bouncycastle-1.73-150200.3.18.1.noarch.rpm
bouncycastle-1.73-150200.3.18.1.src.rpm
bouncycastle-javadoc-1.73-150200.3.18.1.noarch.rpm
bouncycastle-jmail-1.73-150200.3.18.1.noarch.rpm
bouncycastle-mail-1.73-150200.3.18.1.noarch.rpm
bouncycastle-pg-1.73-150200.3.18.1.noarch.rpm
bouncycastle-pkix-1.73-150200.3.18.1.noarch.rpm
bouncycastle-tls-1.73-150200.3.18.1.noarch.rpm
bouncycastle-util-1.73-150200.3.18.1.noarch.rpm
openSUSE-SLE-15.5-2023-2484
Security update for openldap2
moderate
SUSE Updates openSUSE-SLE 15.5
This update for openldap2 fixes the following issues:
- CVE-2023-2953: Fixed null pointer deref in ber_memalloc_x (bsc#1211795).
libldap-2_4-2-2.4.46-150200.14.14.1.x86_64.rpm
libldap-2_4-2-32bit-2.4.46-150200.14.14.1.x86_64.rpm
libldap-data-2.4.46-150200.14.14.1.noarch.rpm
openldap2-2.4.46-150200.14.14.1.src.rpm
openldap2-2.4.46-150200.14.14.1.x86_64.rpm
openldap2-back-meta-2.4.46-150200.14.14.1.x86_64.rpm
openldap2-back-perl-2.4.46-150200.14.14.1.x86_64.rpm
openldap2-back-sock-2.4.46-150200.14.14.1.x86_64.rpm
openldap2-back-sql-2.4.46-150200.14.14.1.x86_64.rpm
openldap2-client-2.4.46-150200.14.14.1.x86_64.rpm
openldap2-contrib-2.4.46-150200.14.14.1.x86_64.rpm
openldap2-devel-2.4.46-150200.14.14.1.x86_64.rpm
openldap2-devel-32bit-2.4.46-150200.14.14.1.x86_64.rpm
openldap2-devel-static-2.4.46-150200.14.14.1.x86_64.rpm
openldap2-doc-2.4.46-150200.14.14.1.noarch.rpm
openldap2-ppolicy-check-password-1.2-150200.14.14.1.x86_64.rpm
libldap-2_4-2-2.4.46-150200.14.14.1.s390x.rpm
openldap2-2.4.46-150200.14.14.1.s390x.rpm
openldap2-back-meta-2.4.46-150200.14.14.1.s390x.rpm
openldap2-back-perl-2.4.46-150200.14.14.1.s390x.rpm
openldap2-back-sock-2.4.46-150200.14.14.1.s390x.rpm
openldap2-back-sql-2.4.46-150200.14.14.1.s390x.rpm
openldap2-client-2.4.46-150200.14.14.1.s390x.rpm
openldap2-contrib-2.4.46-150200.14.14.1.s390x.rpm
openldap2-devel-2.4.46-150200.14.14.1.s390x.rpm
openldap2-devel-static-2.4.46-150200.14.14.1.s390x.rpm
openldap2-ppolicy-check-password-1.2-150200.14.14.1.s390x.rpm
libldap-2_4-2-2.4.46-150200.14.14.1.ppc64le.rpm
openldap2-2.4.46-150200.14.14.1.ppc64le.rpm
openldap2-back-meta-2.4.46-150200.14.14.1.ppc64le.rpm
openldap2-back-perl-2.4.46-150200.14.14.1.ppc64le.rpm
openldap2-back-sock-2.4.46-150200.14.14.1.ppc64le.rpm
openldap2-back-sql-2.4.46-150200.14.14.1.ppc64le.rpm
openldap2-client-2.4.46-150200.14.14.1.ppc64le.rpm
openldap2-contrib-2.4.46-150200.14.14.1.ppc64le.rpm
openldap2-devel-2.4.46-150200.14.14.1.ppc64le.rpm
openldap2-devel-static-2.4.46-150200.14.14.1.ppc64le.rpm
openldap2-ppolicy-check-password-1.2-150200.14.14.1.ppc64le.rpm
libldap-2_4-2-2.4.46-150200.14.14.1.aarch64.rpm
openldap2-2.4.46-150200.14.14.1.aarch64.rpm
openldap2-back-meta-2.4.46-150200.14.14.1.aarch64.rpm
openldap2-back-perl-2.4.46-150200.14.14.1.aarch64.rpm
openldap2-back-sock-2.4.46-150200.14.14.1.aarch64.rpm
openldap2-back-sql-2.4.46-150200.14.14.1.aarch64.rpm
openldap2-client-2.4.46-150200.14.14.1.aarch64.rpm
openldap2-contrib-2.4.46-150200.14.14.1.aarch64.rpm
openldap2-devel-2.4.46-150200.14.14.1.aarch64.rpm
openldap2-devel-static-2.4.46-150200.14.14.1.aarch64.rpm
openldap2-ppolicy-check-password-1.2-150200.14.14.1.aarch64.rpm
openSUSE-SLE-15.5-2023-2344
Security update for ImageMagick
important
SUSE Updates openSUSE-SLE 15.5
This update for ImageMagick fixes the following issues:
- CVE-2023-34151: Fixed an undefined behavior issue due to floating
point truncation (bsc#1211791).
- CVE-2023-34153: Fixed a command injection issue when encoding or
decoding VIDEO files (bsc#1211792).
ImageMagick-7.1.0.9-150400.6.21.1.src.rpm
ImageMagick-7.1.0.9-150400.6.21.1.x86_64.rpm
ImageMagick-config-7-SUSE-7.1.0.9-150400.6.21.1.x86_64.rpm
ImageMagick-config-7-upstream-7.1.0.9-150400.6.21.1.x86_64.rpm
ImageMagick-devel-32bit-7.1.0.9-150400.6.21.1.x86_64.rpm
ImageMagick-devel-7.1.0.9-150400.6.21.1.x86_64.rpm
ImageMagick-doc-7.1.0.9-150400.6.21.1.noarch.rpm
ImageMagick-extra-7.1.0.9-150400.6.21.1.x86_64.rpm
libMagick++-7_Q16HDRI5-32bit-7.1.0.9-150400.6.21.1.x86_64.rpm
libMagick++-7_Q16HDRI5-7.1.0.9-150400.6.21.1.x86_64.rpm
libMagick++-devel-32bit-7.1.0.9-150400.6.21.1.x86_64.rpm
libMagick++-devel-7.1.0.9-150400.6.21.1.x86_64.rpm
libMagickCore-7_Q16HDRI10-32bit-7.1.0.9-150400.6.21.1.x86_64.rpm
libMagickCore-7_Q16HDRI10-7.1.0.9-150400.6.21.1.x86_64.rpm
libMagickWand-7_Q16HDRI10-32bit-7.1.0.9-150400.6.21.1.x86_64.rpm
libMagickWand-7_Q16HDRI10-7.1.0.9-150400.6.21.1.x86_64.rpm
perl-PerlMagick-7.1.0.9-150400.6.21.1.x86_64.rpm
ImageMagick-7.1.0.9-150400.6.21.1.s390x.rpm
ImageMagick-config-7-SUSE-7.1.0.9-150400.6.21.1.s390x.rpm
ImageMagick-config-7-upstream-7.1.0.9-150400.6.21.1.s390x.rpm
ImageMagick-devel-7.1.0.9-150400.6.21.1.s390x.rpm
ImageMagick-extra-7.1.0.9-150400.6.21.1.s390x.rpm
libMagick++-7_Q16HDRI5-7.1.0.9-150400.6.21.1.s390x.rpm
libMagick++-devel-7.1.0.9-150400.6.21.1.s390x.rpm
libMagickCore-7_Q16HDRI10-7.1.0.9-150400.6.21.1.s390x.rpm
libMagickWand-7_Q16HDRI10-7.1.0.9-150400.6.21.1.s390x.rpm
perl-PerlMagick-7.1.0.9-150400.6.21.1.s390x.rpm
ImageMagick-7.1.0.9-150400.6.21.1.ppc64le.rpm
ImageMagick-config-7-SUSE-7.1.0.9-150400.6.21.1.ppc64le.rpm
ImageMagick-config-7-upstream-7.1.0.9-150400.6.21.1.ppc64le.rpm
ImageMagick-devel-7.1.0.9-150400.6.21.1.ppc64le.rpm
ImageMagick-extra-7.1.0.9-150400.6.21.1.ppc64le.rpm
libMagick++-7_Q16HDRI5-7.1.0.9-150400.6.21.1.ppc64le.rpm
libMagick++-devel-7.1.0.9-150400.6.21.1.ppc64le.rpm
libMagickCore-7_Q16HDRI10-7.1.0.9-150400.6.21.1.ppc64le.rpm
libMagickWand-7_Q16HDRI10-7.1.0.9-150400.6.21.1.ppc64le.rpm
perl-PerlMagick-7.1.0.9-150400.6.21.1.ppc64le.rpm
ImageMagick-7.1.0.9-150400.6.21.1.aarch64.rpm
ImageMagick-config-7-SUSE-7.1.0.9-150400.6.21.1.aarch64.rpm
ImageMagick-config-7-upstream-7.1.0.9-150400.6.21.1.aarch64.rpm
ImageMagick-devel-7.1.0.9-150400.6.21.1.aarch64.rpm
ImageMagick-extra-7.1.0.9-150400.6.21.1.aarch64.rpm
libMagick++-7_Q16HDRI5-7.1.0.9-150400.6.21.1.aarch64.rpm
libMagick++-devel-7.1.0.9-150400.6.21.1.aarch64.rpm
libMagickCore-7_Q16HDRI10-7.1.0.9-150400.6.21.1.aarch64.rpm
libMagickWand-7_Q16HDRI10-7.1.0.9-150400.6.21.1.aarch64.rpm
perl-PerlMagick-7.1.0.9-150400.6.21.1.aarch64.rpm
openSUSE-SLE-15.5-2023-2433
Recommended update for picocli
moderate
SUSE Updates openSUSE-SLE 15.5
This update for picocli fixes the following issues:
- Build picocli using ant to avoid cycles (jsc#SLE-23217)
picocli-4.6.2-150200.3.8.1.noarch.rpm
picocli-4.6.2-150200.3.8.1.src.rpm
picocli-javadoc-4.6.2-150200.3.8.1.noarch.rpm
openSUSE-SLE-15.5-2023-2432
Recommended update for mockito
moderate
SUSE Updates openSUSE-SLE 15.5
This update for mockito fixes the following issues:
- Build with Java 8 (jsc#SLE-23217)
mockito-1.10.19-150200.3.4.1.noarch.rpm
mockito-1.10.19-150200.3.4.1.src.rpm
mockito-javadoc-1.10.19-150200.3.4.1.noarch.rpm
openSUSE-SLE-15.5-2023-2529
Optional update for go1.19-openssl
moderate
SUSE Updates openSUSE-SLE 15.5
This update for go1.19-openssl fixes the following issues:
This update delivers a go1.19 1.19.10.1 package built with its cryptography
using the system openssl library. (jsc#SLE-18320 jsc#PED-1962)
This allows GO binaries built with go1.19-openssl to be operating in FIPS 140-2/3 mode.
go1.19-openssl-1.19.10.1-150000.1.5.1.src.rpm
go1.19-openssl-1.19.10.1-150000.1.5.1.x86_64.rpm
go1.19-openssl-doc-1.19.10.1-150000.1.5.1.x86_64.rpm
go1.19-openssl-race-1.19.10.1-150000.1.5.1.x86_64.rpm
go1.19-openssl-1.19.10.1-150000.1.5.1.s390x.rpm
go1.19-openssl-doc-1.19.10.1-150000.1.5.1.s390x.rpm
go1.19-openssl-race-1.19.10.1-150000.1.5.1.s390x.rpm
go1.19-openssl-1.19.10.1-150000.1.5.1.ppc64le.rpm
go1.19-openssl-doc-1.19.10.1-150000.1.5.1.ppc64le.rpm
go1.19-openssl-race-1.19.10.1-150000.1.5.1.ppc64le.rpm
go1.19-openssl-1.19.10.1-150000.1.5.1.aarch64.rpm
go1.19-openssl-doc-1.19.10.1-150000.1.5.1.aarch64.rpm
go1.19-openssl-race-1.19.10.1-150000.1.5.1.aarch64.rpm
openSUSE-SLE-15.5-2023-2452
Recommended update for libnvme, nvme-cli
moderate
SUSE Updates openSUSE-SLE 15.5
This update for libnvme, nvme-cli, nvme-stas fixes the following issues:
- Update to version v1.4 (jsc#PED-553, jsc#PED-3884)
- Fix invalid string lenght calculation for UUID (bsc#1209906)
- Fix segmentation fault during garbage collection (bsc#1209905)
- Always sanitize traddr and trsvcid entries (bsc#1207435)
- Allow tracking unique discover controllers (bsc#1186689)
- Enabled unit test on s390x again (bsc#1207687, bsc#1207686)
- Replaced old nbft implementation with the upstream one
- Don't enable TLS if kernel does not support it
- Set version-tag so that version are correctly reported
- Extend udev rule to pass --host-interface argument to nvme-cli (bsc#1208001)
- Build documentation to be up to date
- Improvements for supported-log-pages (bsc#1209550)
- Fix read command (bsc#1209564)
- Fix mounting filesystems via fstab (bsc#1208075)
- Update host_traddr when using config.json file (bsc#1210089)
- Changed default behavior of connect-all to match with old nbft behavior
- Fix auto connect conditions (bsc#1210105)
- Fix auto boot for NBFT connections (bsc#1211647)
- nvme-stas: Update to version 2.2:
- add DHCHAP support for in-band authentication (bsc#1208580)
libnvme-1.4+18.g932f9c37e05a-150500.4.3.1.src.rpm
libnvme-devel-1.4+18.g932f9c37e05a-150500.4.3.1.x86_64.rpm
libnvme-mi1-1.4+18.g932f9c37e05a-150500.4.3.1.x86_64.rpm
libnvme1-1.4+18.g932f9c37e05a-150500.4.3.1.x86_64.rpm
nvme-cli-2.4+17.gf4cfca93998a-150500.4.3.1.src.rpm
nvme-cli-2.4+17.gf4cfca93998a-150500.4.3.1.x86_64.rpm
nvme-cli-bash-completion-2.4+17.gf4cfca93998a-150500.4.3.1.noarch.rpm
nvme-cli-regress-script-2.4+17.gf4cfca93998a-150500.4.3.1.noarch.rpm
nvme-cli-zsh-completion-2.4+17.gf4cfca93998a-150500.4.3.1.noarch.rpm
nvme-stas-2.2-150500.3.3.1.src.rpm
nvme-stas-2.2-150500.3.3.1.x86_64.rpm
python3-libnvme-1.4+18.g932f9c37e05a-150500.4.3.1.x86_64.rpm
libnvme-devel-1.4+18.g932f9c37e05a-150500.4.3.1.s390x.rpm
libnvme-mi1-1.4+18.g932f9c37e05a-150500.4.3.1.s390x.rpm
libnvme1-1.4+18.g932f9c37e05a-150500.4.3.1.s390x.rpm
nvme-cli-2.4+17.gf4cfca93998a-150500.4.3.1.s390x.rpm
nvme-stas-2.2-150500.3.3.1.s390x.rpm
python3-libnvme-1.4+18.g932f9c37e05a-150500.4.3.1.s390x.rpm
libnvme-devel-1.4+18.g932f9c37e05a-150500.4.3.1.ppc64le.rpm
libnvme-mi1-1.4+18.g932f9c37e05a-150500.4.3.1.ppc64le.rpm
libnvme1-1.4+18.g932f9c37e05a-150500.4.3.1.ppc64le.rpm
nvme-cli-2.4+17.gf4cfca93998a-150500.4.3.1.ppc64le.rpm
nvme-stas-2.2-150500.3.3.1.ppc64le.rpm
python3-libnvme-1.4+18.g932f9c37e05a-150500.4.3.1.ppc64le.rpm
libnvme-devel-1.4+18.g932f9c37e05a-150500.4.3.1.aarch64.rpm
libnvme-mi1-1.4+18.g932f9c37e05a-150500.4.3.1.aarch64.rpm
libnvme1-1.4+18.g932f9c37e05a-150500.4.3.1.aarch64.rpm
nvme-cli-2.4+17.gf4cfca93998a-150500.4.3.1.aarch64.rpm
nvme-stas-2.2-150500.3.3.1.aarch64.rpm
python3-libnvme-1.4+18.g932f9c37e05a-150500.4.3.1.aarch64.rpm
openSUSE-SLE-15.5-2023-2515
Security update for rekor
moderate
SUSE Updates openSUSE-SLE 15.5
This update for rekor fixes the following issues:
- updated to rekor 1.2.1 (jsc#SLE-23476):
- CVE-2023-33199: Fixed that malformed proposed intoto v0.0.2 entries can cause a panic (bsc#1211790).
rekor-1.2.1-150400.4.12.1.src.rpm
rekor-1.2.1-150400.4.12.1.x86_64.rpm
rekor-1.2.1-150400.4.12.1.s390x.rpm
rekor-1.2.1-150400.4.12.1.ppc64le.rpm
rekor-1.2.1-150400.4.12.1.aarch64.rpm
openSUSE-SLE-15.5-2023-2467
Security update for libwebp
important
SUSE Updates openSUSE-SLE 15.5
This update for libwebp fixes the following issues:
- CVE-2023-1999: Fixed a double free (bsc#1210212).
libwebp-1.0.3-150200.3.5.1.src.rpm
libwebp-devel-1.0.3-150200.3.5.1.x86_64.rpm
libwebp-devel-32bit-1.0.3-150200.3.5.1.x86_64.rpm
libwebp-tools-1.0.3-150200.3.5.1.x86_64.rpm
libwebp7-1.0.3-150200.3.5.1.x86_64.rpm
libwebp7-32bit-1.0.3-150200.3.5.1.x86_64.rpm
libwebpdecoder3-1.0.3-150200.3.5.1.x86_64.rpm
libwebpdecoder3-32bit-1.0.3-150200.3.5.1.x86_64.rpm
libwebpdemux2-1.0.3-150200.3.5.1.x86_64.rpm
libwebpdemux2-32bit-1.0.3-150200.3.5.1.x86_64.rpm
libwebpmux3-1.0.3-150200.3.5.1.x86_64.rpm
libwebpmux3-32bit-1.0.3-150200.3.5.1.x86_64.rpm
libwebp-devel-1.0.3-150200.3.5.1.s390x.rpm
libwebp-tools-1.0.3-150200.3.5.1.s390x.rpm
libwebp7-1.0.3-150200.3.5.1.s390x.rpm
libwebpdecoder3-1.0.3-150200.3.5.1.s390x.rpm
libwebpdemux2-1.0.3-150200.3.5.1.s390x.rpm
libwebpmux3-1.0.3-150200.3.5.1.s390x.rpm
libwebp-devel-1.0.3-150200.3.5.1.ppc64le.rpm
libwebp-tools-1.0.3-150200.3.5.1.ppc64le.rpm
libwebp7-1.0.3-150200.3.5.1.ppc64le.rpm
libwebpdecoder3-1.0.3-150200.3.5.1.ppc64le.rpm
libwebpdemux2-1.0.3-150200.3.5.1.ppc64le.rpm
libwebpmux3-1.0.3-150200.3.5.1.ppc64le.rpm
libwebp-devel-1.0.3-150200.3.5.1.aarch64.rpm
libwebp-tools-1.0.3-150200.3.5.1.aarch64.rpm
libwebp7-1.0.3-150200.3.5.1.aarch64.rpm
libwebpdecoder3-1.0.3-150200.3.5.1.aarch64.rpm
libwebpdemux2-1.0.3-150200.3.5.1.aarch64.rpm
libwebpmux3-1.0.3-150200.3.5.1.aarch64.rpm
openSUSE-SLE-15.5-2023-2516
Security update for opensc
moderate
SUSE Updates openSUSE-SLE 15.5
This update for opensc fixes the following issues:
- CVE-2023-2977: Fixed out of bounds read in pkcs15 cardos_have_verifyrc_package() (bsc#1211894).
opensc-0.22.0-150400.3.3.1.src.rpm
opensc-0.22.0-150400.3.3.1.x86_64.rpm
opensc-32bit-0.22.0-150400.3.3.1.x86_64.rpm
opensc-0.22.0-150400.3.3.1.s390x.rpm
opensc-0.22.0-150400.3.3.1.ppc64le.rpm
opensc-0.22.0-150400.3.3.1.aarch64.rpm
openSUSE-SLE-15.5-2023-2489
Security update for MozillaFirefox
important
SUSE Updates openSUSE-SLE 15.5
This update for MozillaFirefox fixes the following issues:
Extended Support Release 102.12.0 ESR (bsc#1211922):
- CVE-2023-34414: Click-jacking certificate exceptions through rendering lag
- CVE-2023-34416: Memory safety bugs fixed in Firefox 114 and Firefox ESR 102.12
MozillaFirefox-102.12.0-150200.152.90.1.src.rpm
MozillaFirefox-102.12.0-150200.152.90.1.x86_64.rpm
MozillaFirefox-branding-upstream-102.12.0-150200.152.90.1.x86_64.rpm
MozillaFirefox-devel-102.12.0-150200.152.90.1.x86_64.rpm
MozillaFirefox-translations-common-102.12.0-150200.152.90.1.x86_64.rpm
MozillaFirefox-translations-other-102.12.0-150200.152.90.1.x86_64.rpm
MozillaFirefox-102.12.0-150200.152.90.1.s390x.rpm
MozillaFirefox-branding-upstream-102.12.0-150200.152.90.1.s390x.rpm
MozillaFirefox-devel-102.12.0-150200.152.90.1.s390x.rpm
MozillaFirefox-translations-common-102.12.0-150200.152.90.1.s390x.rpm
MozillaFirefox-translations-other-102.12.0-150200.152.90.1.s390x.rpm
MozillaFirefox-102.12.0-150200.152.90.1.ppc64le.rpm
MozillaFirefox-branding-upstream-102.12.0-150200.152.90.1.ppc64le.rpm
MozillaFirefox-devel-102.12.0-150200.152.90.1.ppc64le.rpm
MozillaFirefox-translations-common-102.12.0-150200.152.90.1.ppc64le.rpm
MozillaFirefox-translations-other-102.12.0-150200.152.90.1.ppc64le.rpm
MozillaFirefox-102.12.0-150200.152.90.1.aarch64.rpm
MozillaFirefox-branding-upstream-102.12.0-150200.152.90.1.aarch64.rpm
MozillaFirefox-devel-102.12.0-150200.152.90.1.aarch64.rpm
MozillaFirefox-translations-common-102.12.0-150200.152.90.1.aarch64.rpm
MozillaFirefox-translations-other-102.12.0-150200.152.90.1.aarch64.rpm
openSUSE-SLE-15.5-2023-2517
Security update for python3
moderate
SUSE Updates openSUSE-SLE 15.5
This update for python3 fixes the following issues:
- CVE-2007-4559: Fixed filter for tarfile.extractall (bsc#1203750).
- Fixed unittest.mock.patch.dict returns function when applied to coroutines (bsc#1211158).
libpython3_6m1_0-3.6.15-150300.10.48.1.x86_64.rpm
libpython3_6m1_0-32bit-3.6.15-150300.10.48.1.x86_64.rpm
python3-3.6.15-150300.10.48.1.src.rpm
python3-3.6.15-150300.10.48.1.x86_64.rpm
python3-base-3.6.15-150300.10.48.1.x86_64.rpm
python3-core-3.6.15-150300.10.48.1.src.rpm
python3-curses-3.6.15-150300.10.48.1.x86_64.rpm
python3-dbm-3.6.15-150300.10.48.1.x86_64.rpm
python3-devel-3.6.15-150300.10.48.1.x86_64.rpm
python3-doc-3.6.15-150300.10.48.1.x86_64.rpm
python3-doc-devhelp-3.6.15-150300.10.48.1.x86_64.rpm
python3-documentation-3.6.15-150300.10.48.1.src.rpm
python3-idle-3.6.15-150300.10.48.1.x86_64.rpm
python3-testsuite-3.6.15-150300.10.48.1.x86_64.rpm
python3-tk-3.6.15-150300.10.48.1.x86_64.rpm
python3-tools-3.6.15-150300.10.48.1.x86_64.rpm
libpython3_6m1_0-3.6.15-150300.10.48.1.s390x.rpm
python3-3.6.15-150300.10.48.1.s390x.rpm
python3-base-3.6.15-150300.10.48.1.s390x.rpm
python3-curses-3.6.15-150300.10.48.1.s390x.rpm
python3-dbm-3.6.15-150300.10.48.1.s390x.rpm
python3-devel-3.6.15-150300.10.48.1.s390x.rpm
python3-doc-3.6.15-150300.10.48.1.s390x.rpm
python3-doc-devhelp-3.6.15-150300.10.48.1.s390x.rpm
python3-idle-3.6.15-150300.10.48.1.s390x.rpm
python3-testsuite-3.6.15-150300.10.48.1.s390x.rpm
python3-tk-3.6.15-150300.10.48.1.s390x.rpm
python3-tools-3.6.15-150300.10.48.1.s390x.rpm
libpython3_6m1_0-3.6.15-150300.10.48.1.ppc64le.rpm
python3-3.6.15-150300.10.48.1.ppc64le.rpm
python3-base-3.6.15-150300.10.48.1.ppc64le.rpm
python3-curses-3.6.15-150300.10.48.1.ppc64le.rpm
python3-dbm-3.6.15-150300.10.48.1.ppc64le.rpm
python3-devel-3.6.15-150300.10.48.1.ppc64le.rpm
python3-doc-3.6.15-150300.10.48.1.ppc64le.rpm
python3-doc-devhelp-3.6.15-150300.10.48.1.ppc64le.rpm
python3-idle-3.6.15-150300.10.48.1.ppc64le.rpm
python3-testsuite-3.6.15-150300.10.48.1.ppc64le.rpm
python3-tk-3.6.15-150300.10.48.1.ppc64le.rpm
python3-tools-3.6.15-150300.10.48.1.ppc64le.rpm
libpython3_6m1_0-3.6.15-150300.10.48.1.aarch64.rpm
python3-3.6.15-150300.10.48.1.aarch64.rpm
python3-base-3.6.15-150300.10.48.1.aarch64.rpm
python3-curses-3.6.15-150300.10.48.1.aarch64.rpm
python3-dbm-3.6.15-150300.10.48.1.aarch64.rpm
python3-devel-3.6.15-150300.10.48.1.aarch64.rpm
python3-doc-3.6.15-150300.10.48.1.aarch64.rpm
python3-doc-devhelp-3.6.15-150300.10.48.1.aarch64.rpm
python3-idle-3.6.15-150300.10.48.1.aarch64.rpm
python3-testsuite-3.6.15-150300.10.48.1.aarch64.rpm
python3-tk-3.6.15-150300.10.48.1.aarch64.rpm
python3-tools-3.6.15-150300.10.48.1.aarch64.rpm
openSUSE-SLE-15.5-2023-2463
Security update for python310
moderate
SUSE Updates openSUSE-SLE 15.5
This update for python310 fixes the following issues:
- CVE-2007-4559: Fixed filter for tarfile.extractall (bsc#1203750).
libpython3_10-1_0-3.10.11-150400.4.25.1.x86_64.rpm
libpython3_10-1_0-32bit-3.10.11-150400.4.25.1.x86_64.rpm
python310-3.10.11-150400.4.25.1.src.rpm
python310-3.10.11-150400.4.25.1.x86_64.rpm
python310-32bit-3.10.11-150400.4.25.1.x86_64.rpm
python310-base-3.10.11-150400.4.25.1.x86_64.rpm
python310-base-32bit-3.10.11-150400.4.25.1.x86_64.rpm
python310-core-3.10.11-150400.4.25.1.src.rpm
python310-curses-3.10.11-150400.4.25.1.x86_64.rpm
python310-dbm-3.10.11-150400.4.25.1.x86_64.rpm
python310-devel-3.10.11-150400.4.25.1.x86_64.rpm
python310-doc-3.10.11-150400.4.25.1.x86_64.rpm
python310-doc-devhelp-3.10.11-150400.4.25.1.x86_64.rpm
python310-documentation-3.10.11-150400.4.25.1.src.rpm
python310-idle-3.10.11-150400.4.25.1.x86_64.rpm
python310-testsuite-3.10.11-150400.4.25.1.x86_64.rpm
python310-tk-3.10.11-150400.4.25.1.x86_64.rpm
python310-tools-3.10.11-150400.4.25.1.x86_64.rpm
libpython3_10-1_0-3.10.11-150400.4.25.1.s390x.rpm
python310-3.10.11-150400.4.25.1.s390x.rpm
python310-base-3.10.11-150400.4.25.1.s390x.rpm
python310-curses-3.10.11-150400.4.25.1.s390x.rpm
python310-dbm-3.10.11-150400.4.25.1.s390x.rpm
python310-devel-3.10.11-150400.4.25.1.s390x.rpm
python310-doc-3.10.11-150400.4.25.1.s390x.rpm
python310-doc-devhelp-3.10.11-150400.4.25.1.s390x.rpm
python310-idle-3.10.11-150400.4.25.1.s390x.rpm
python310-testsuite-3.10.11-150400.4.25.1.s390x.rpm
python310-tk-3.10.11-150400.4.25.1.s390x.rpm
python310-tools-3.10.11-150400.4.25.1.s390x.rpm
libpython3_10-1_0-3.10.11-150400.4.25.1.ppc64le.rpm
python310-3.10.11-150400.4.25.1.ppc64le.rpm
python310-base-3.10.11-150400.4.25.1.ppc64le.rpm
python310-curses-3.10.11-150400.4.25.1.ppc64le.rpm
python310-dbm-3.10.11-150400.4.25.1.ppc64le.rpm
python310-devel-3.10.11-150400.4.25.1.ppc64le.rpm
python310-doc-3.10.11-150400.4.25.1.ppc64le.rpm
python310-doc-devhelp-3.10.11-150400.4.25.1.ppc64le.rpm
python310-idle-3.10.11-150400.4.25.1.ppc64le.rpm
python310-testsuite-3.10.11-150400.4.25.1.ppc64le.rpm
python310-tk-3.10.11-150400.4.25.1.ppc64le.rpm
python310-tools-3.10.11-150400.4.25.1.ppc64le.rpm
libpython3_10-1_0-3.10.11-150400.4.25.1.aarch64.rpm
python310-3.10.11-150400.4.25.1.aarch64.rpm
python310-base-3.10.11-150400.4.25.1.aarch64.rpm
python310-curses-3.10.11-150400.4.25.1.aarch64.rpm
python310-dbm-3.10.11-150400.4.25.1.aarch64.rpm
python310-devel-3.10.11-150400.4.25.1.aarch64.rpm
python310-doc-3.10.11-150400.4.25.1.aarch64.rpm
python310-doc-devhelp-3.10.11-150400.4.25.1.aarch64.rpm
python310-idle-3.10.11-150400.4.25.1.aarch64.rpm
python310-testsuite-3.10.11-150400.4.25.1.aarch64.rpm
python310-tk-3.10.11-150400.4.25.1.aarch64.rpm
python310-tools-3.10.11-150400.4.25.1.aarch64.rpm
openSUSE-SLE-15.5-2023-2481
Recommended update for dracut
moderate
SUSE Updates openSUSE-SLE 15.5
This update for dracut fixes the following issues:
- Update to version 055+suse.364.g4c1d0276:
- Honor rd.timeout for nvme ctrl_loss_tmo (bsc#1211080)
- Suppress warning if hostname is not set (bsc#1211072)
- Set netroot=nbft (bsc#1210909)
dracut-055+suse.364.g4c1d0276-150500.3.3.1.src.rpm
dracut-055+suse.364.g4c1d0276-150500.3.3.1.x86_64.rpm
dracut-extra-055+suse.364.g4c1d0276-150500.3.3.1.x86_64.rpm
dracut-fips-055+suse.364.g4c1d0276-150500.3.3.1.x86_64.rpm
dracut-ima-055+suse.364.g4c1d0276-150500.3.3.1.x86_64.rpm
dracut-mkinitrd-deprecated-055+suse.364.g4c1d0276-150500.3.3.1.x86_64.rpm
dracut-tools-055+suse.364.g4c1d0276-150500.3.3.1.x86_64.rpm
dracut-055+suse.364.g4c1d0276-150500.3.3.1.s390x.rpm
dracut-extra-055+suse.364.g4c1d0276-150500.3.3.1.s390x.rpm
dracut-fips-055+suse.364.g4c1d0276-150500.3.3.1.s390x.rpm
dracut-ima-055+suse.364.g4c1d0276-150500.3.3.1.s390x.rpm
dracut-mkinitrd-deprecated-055+suse.364.g4c1d0276-150500.3.3.1.s390x.rpm
dracut-tools-055+suse.364.g4c1d0276-150500.3.3.1.s390x.rpm
dracut-055+suse.364.g4c1d0276-150500.3.3.1.ppc64le.rpm
dracut-extra-055+suse.364.g4c1d0276-150500.3.3.1.ppc64le.rpm
dracut-fips-055+suse.364.g4c1d0276-150500.3.3.1.ppc64le.rpm
dracut-ima-055+suse.364.g4c1d0276-150500.3.3.1.ppc64le.rpm
dracut-mkinitrd-deprecated-055+suse.364.g4c1d0276-150500.3.3.1.ppc64le.rpm
dracut-tools-055+suse.364.g4c1d0276-150500.3.3.1.ppc64le.rpm
dracut-055+suse.364.g4c1d0276-150500.3.3.1.aarch64.rpm
dracut-extra-055+suse.364.g4c1d0276-150500.3.3.1.aarch64.rpm
dracut-fips-055+suse.364.g4c1d0276-150500.3.3.1.aarch64.rpm
dracut-ima-055+suse.364.g4c1d0276-150500.3.3.1.aarch64.rpm
dracut-mkinitrd-deprecated-055+suse.364.g4c1d0276-150500.3.3.1.aarch64.rpm
dracut-tools-055+suse.364.g4c1d0276-150500.3.3.1.aarch64.rpm
openSUSE-SLE-15.5-2023-2519
Recommended update for supportutils
moderate
SUSE Updates openSUSE-SLE 15.5
This update for supportutils fixes the following issues:
- Added missed sanitation check on crash.txt (bsc#1203818)
- Added check to _sanitize_file
- Using variable for replement text in _sanitize_file
supportutils-3.1.21-150300.7.35.18.1.noarch.rpm
supportutils-3.1.21-150300.7.35.18.1.src.rpm
openSUSE-SLE-15.5-2023-2491
Security update for java-1_8_0-ibm
important
SUSE Updates openSUSE-SLE 15.5
This update for java-1_8_0-ibm fixes the following issues:
- CVE-2023-21930: Fixed possible compromise from unauthenticated attacker with network access via TLS (bsc#1210628).
- CVE-2023-21937: Fixed vulnerability inside the networking component (bsc#1210631).
- CVE-2023-21938: Fixed vulnerability inside the library component (bsc#1210632).
- CVE-2023-21939: Fixed vulnerability inside the swing component (bsc#1210634).
- CVE-2023-21968: Fixed vulnerability inside the library component (bsc#1210637).
- CVE-2023-2597: Fixed buffer overflow in shared cache implementation (bsc#1211615).
- CVE-2023-21967: Fixed vulnerability inside the JSSE component (bsc#1210636).
- CVE-2023-21954: Fixed vulnerability inside the hotspot component (bsc#1210635).
Additional reference fixed already in 8.0.7.15:
- CVE-2023-30441: Fixed components that could have exposed sensitive information using a combination of flaws and configurations (bsc#1210711).
java-1_8_0-ibm-1.8.0_sr8.5-150000.3.74.1.nosrc.rpm
java-1_8_0-ibm-1.8.0_sr8.5-150000.3.74.1.x86_64.rpm
java-1_8_0-ibm-32bit-1.8.0_sr8.5-150000.3.74.1.x86_64.rpm
java-1_8_0-ibm-alsa-1.8.0_sr8.5-150000.3.74.1.x86_64.rpm
java-1_8_0-ibm-demo-1.8.0_sr8.5-150000.3.74.1.x86_64.rpm
java-1_8_0-ibm-devel-1.8.0_sr8.5-150000.3.74.1.x86_64.rpm
java-1_8_0-ibm-devel-32bit-1.8.0_sr8.5-150000.3.74.1.x86_64.rpm
java-1_8_0-ibm-plugin-1.8.0_sr8.5-150000.3.74.1.x86_64.rpm
java-1_8_0-ibm-src-1.8.0_sr8.5-150000.3.74.1.x86_64.rpm
java-1_8_0-ibm-1.8.0_sr8.5-150000.3.74.1.s390x.rpm
java-1_8_0-ibm-demo-1.8.0_sr8.5-150000.3.74.1.s390x.rpm
java-1_8_0-ibm-devel-1.8.0_sr8.5-150000.3.74.1.s390x.rpm
java-1_8_0-ibm-src-1.8.0_sr8.5-150000.3.74.1.s390x.rpm
java-1_8_0-ibm-1.8.0_sr8.5-150000.3.74.1.ppc64le.rpm
java-1_8_0-ibm-demo-1.8.0_sr8.5-150000.3.74.1.ppc64le.rpm
java-1_8_0-ibm-devel-1.8.0_sr8.5-150000.3.74.1.ppc64le.rpm
java-1_8_0-ibm-src-1.8.0_sr8.5-150000.3.74.1.ppc64le.rpm
openSUSE-SLE-15.5-2023-2495
Recommended update for libzypp
important
SUSE Updates openSUSE-SLE 15.5
This update for libzypp fixes the following issues:
- Fix "Curl error 92" when synchronizing SUSE Manager repositories. [bsc#1212187]
- Do not unconditionally release a medium if provideFile failed. [bsc#1211661]
libzypp-17.31.13-150400.3.30.1.src.rpm
True
libzypp-17.31.13-150400.3.30.1.x86_64.rpm
True
libzypp-devel-17.31.13-150400.3.30.1.x86_64.rpm
True
libzypp-devel-doc-17.31.13-150400.3.30.1.x86_64.rpm
True
libzypp-17.31.13-150400.3.30.1.s390x.rpm
True
libzypp-devel-17.31.13-150400.3.30.1.s390x.rpm
True
libzypp-devel-doc-17.31.13-150400.3.30.1.s390x.rpm
True
libzypp-17.31.13-150400.3.30.1.ppc64le.rpm
True
libzypp-devel-17.31.13-150400.3.30.1.ppc64le.rpm
True
libzypp-devel-doc-17.31.13-150400.3.30.1.ppc64le.rpm
True
libzypp-17.31.13-150400.3.30.1.aarch64.rpm
True
libzypp-devel-17.31.13-150400.3.30.1.aarch64.rpm
True
libzypp-devel-doc-17.31.13-150400.3.30.1.aarch64.rpm
True
openSUSE-SLE-15.5-2023-2525
Security update for go1.19
moderate
SUSE Updates openSUSE-SLE 15.5
This update for go1.19 fixes the following issues:
Update to go1.19.10 (bsc#1200441):
- CVE-2023-29402: cmd/go: Fixed cgo code injection (bsc#1212073).
- CVE-2023-29403: runtime: Fixed unexpected behavior of setuid/setgid binaries (bsc#1212074).
- CVE-2023-29404: cmd/go: Fixed improper sanitization of LDFLAGS (bsc#1212075).
- CVE-2023-29405: cmd/go: Fixed improper sanitization of LDFLAGS (bsc#1212076).
go1.19-1.19.10-150000.1.34.1.src.rpm
go1.19-1.19.10-150000.1.34.1.x86_64.rpm
go1.19-doc-1.19.10-150000.1.34.1.x86_64.rpm
go1.19-race-1.19.10-150000.1.34.1.x86_64.rpm
go1.19-1.19.10-150000.1.34.1.s390x.rpm
go1.19-doc-1.19.10-150000.1.34.1.s390x.rpm
go1.19-race-1.19.10-150000.1.34.1.s390x.rpm
go1.19-1.19.10-150000.1.34.1.ppc64le.rpm
go1.19-doc-1.19.10-150000.1.34.1.ppc64le.rpm
go1.19-race-1.19.10-150000.1.34.1.ppc64le.rpm
go1.19-1.19.10-150000.1.34.1.aarch64.rpm
go1.19-doc-1.19.10-150000.1.34.1.aarch64.rpm
go1.19-race-1.19.10-150000.1.34.1.aarch64.rpm
openSUSE-SLE-15.5-2023-2526
Security update for go1.20
moderate
SUSE Updates openSUSE-SLE 15.5
This update for go1.20 fixes the following issues:
Update to go1.20.5 (bsc#1206346):
- CVE-2023-29402: cmd/go: Fixed cgo code injection (bsc#1212073).
- CVE-2023-29403: runtime: Fixed unexpected behavior of setuid/setgid binaries (bsc#1212074).
- CVE-2023-29404: cmd/go: Fixed improper sanitization of LDFLAGS (bsc#1212075).
- CVE-2023-29405: cmd/go: Fixed improper sanitization of LDFLAGS (bsc#1212076).
go1.20-1.20.5-150000.1.14.1.src.rpm
go1.20-1.20.5-150000.1.14.1.x86_64.rpm
go1.20-doc-1.20.5-150000.1.14.1.x86_64.rpm
go1.20-race-1.20.5-150000.1.14.1.x86_64.rpm
go1.20-1.20.5-150000.1.14.1.s390x.rpm
go1.20-doc-1.20.5-150000.1.14.1.s390x.rpm
go1.20-race-1.20.5-150000.1.14.1.s390x.rpm
go1.20-1.20.5-150000.1.14.1.ppc64le.rpm
go1.20-doc-1.20.5-150000.1.14.1.ppc64le.rpm
go1.20-race-1.20.5-150000.1.14.1.ppc64le.rpm
go1.20-1.20.5-150000.1.14.1.aarch64.rpm
go1.20-doc-1.20.5-150000.1.14.1.aarch64.rpm
go1.20-race-1.20.5-150000.1.14.1.aarch64.rpm
openSUSE-SLE-15.5-2023-2547
Recommended update for qemu
moderate
SUSE Updates openSUSE-SLE 15.5
This update for qemu fixes the following issues:
- vCPU stalls in Qemu with NFS storage (bsc#1211000)
qemu-testsuite-6.2.0-150400.37.17.2.src.rpm
qemu-testsuite-6.2.0-150400.37.17.2.x86_64.rpm
qemu-testsuite-6.2.0-150400.37.17.2.s390x.rpm
qemu-testsuite-6.2.0-150400.37.17.2.ppc64le.rpm
qemu-testsuite-6.2.0-150400.37.17.2.aarch64.rpm
openSUSE-SLE-15.5-2023-2549
Recommended update for qemu
moderate
SUSE Updates openSUSE-SLE 15.5
This update for qemu fixes the following issues:
- vCPU stalls in Qemu with NFS storage (bsc#1211000)
- The SMBIOS tables are not being filled out correctly (bsc#bsc#1211697)
qemu-7.1.0-150500.49.3.1.src.rpm
qemu-7.1.0-150500.49.3.1.x86_64.rpm
qemu-SLOF-7.1.0-150500.49.3.1.noarch.rpm
qemu-accel-qtest-7.1.0-150500.49.3.1.x86_64.rpm
qemu-accel-tcg-x86-7.1.0-150500.49.3.1.x86_64.rpm
qemu-arm-7.1.0-150500.49.3.1.x86_64.rpm
qemu-audio-alsa-7.1.0-150500.49.3.1.x86_64.rpm
qemu-audio-dbus-7.1.0-150500.49.3.1.x86_64.rpm
qemu-audio-jack-7.1.0-150500.49.3.1.x86_64.rpm
qemu-audio-pa-7.1.0-150500.49.3.1.x86_64.rpm
qemu-audio-spice-7.1.0-150500.49.3.1.x86_64.rpm
qemu-block-curl-7.1.0-150500.49.3.1.x86_64.rpm
qemu-block-dmg-7.1.0-150500.49.3.1.x86_64.rpm
qemu-block-gluster-7.1.0-150500.49.3.1.x86_64.rpm
qemu-block-iscsi-7.1.0-150500.49.3.1.x86_64.rpm
qemu-block-nfs-7.1.0-150500.49.3.1.x86_64.rpm
qemu-block-rbd-7.1.0-150500.49.3.1.x86_64.rpm
qemu-block-ssh-7.1.0-150500.49.3.1.x86_64.rpm
qemu-chardev-baum-7.1.0-150500.49.3.1.x86_64.rpm
qemu-chardev-spice-7.1.0-150500.49.3.1.x86_64.rpm
qemu-extra-7.1.0-150500.49.3.1.x86_64.rpm
qemu-guest-agent-7.1.0-150500.49.3.1.x86_64.rpm
qemu-hw-display-qxl-7.1.0-150500.49.3.1.x86_64.rpm
qemu-hw-display-virtio-gpu-7.1.0-150500.49.3.1.x86_64.rpm
qemu-hw-display-virtio-gpu-pci-7.1.0-150500.49.3.1.x86_64.rpm
qemu-hw-display-virtio-vga-7.1.0-150500.49.3.1.x86_64.rpm
qemu-hw-s390x-virtio-gpu-ccw-7.1.0-150500.49.3.1.x86_64.rpm
qemu-hw-usb-host-7.1.0-150500.49.3.1.x86_64.rpm
qemu-hw-usb-redirect-7.1.0-150500.49.3.1.x86_64.rpm
qemu-hw-usb-smartcard-7.1.0-150500.49.3.1.x86_64.rpm
qemu-ipxe-1.0.0+-150500.49.3.1.noarch.rpm
qemu-ivshmem-tools-7.1.0-150500.49.3.1.x86_64.rpm
qemu-ksm-7.1.0-150500.49.3.1.x86_64.rpm
qemu-kvm-7.1.0-150500.49.3.1.x86_64.rpm
qemu-lang-7.1.0-150500.49.3.1.x86_64.rpm
qemu-microvm-7.1.0-150500.49.3.1.noarch.rpm
qemu-ppc-7.1.0-150500.49.3.1.x86_64.rpm
qemu-s390x-7.1.0-150500.49.3.1.x86_64.rpm
qemu-seabios-1.16.0_0_gd239552-150500.49.3.1.noarch.rpm
qemu-sgabios-8-150500.49.3.1.noarch.rpm
qemu-skiboot-7.1.0-150500.49.3.1.noarch.rpm
qemu-tools-7.1.0-150500.49.3.1.x86_64.rpm
qemu-ui-curses-7.1.0-150500.49.3.1.x86_64.rpm
qemu-ui-dbus-7.1.0-150500.49.3.1.x86_64.rpm
qemu-ui-gtk-7.1.0-150500.49.3.1.x86_64.rpm
qemu-ui-opengl-7.1.0-150500.49.3.1.x86_64.rpm
qemu-ui-spice-app-7.1.0-150500.49.3.1.x86_64.rpm
qemu-ui-spice-core-7.1.0-150500.49.3.1.x86_64.rpm
qemu-vgabios-1.16.0_0_gd239552-150500.49.3.1.noarch.rpm
qemu-vhost-user-gpu-7.1.0-150500.49.3.1.x86_64.rpm
qemu-x86-7.1.0-150500.49.3.1.x86_64.rpm
qemu-7.1.0-150500.49.3.1.s390x.rpm
qemu-accel-qtest-7.1.0-150500.49.3.1.s390x.rpm
qemu-accel-tcg-x86-7.1.0-150500.49.3.1.s390x.rpm
qemu-arm-7.1.0-150500.49.3.1.s390x.rpm
qemu-audio-alsa-7.1.0-150500.49.3.1.s390x.rpm
qemu-audio-dbus-7.1.0-150500.49.3.1.s390x.rpm
qemu-audio-jack-7.1.0-150500.49.3.1.s390x.rpm
qemu-audio-pa-7.1.0-150500.49.3.1.s390x.rpm
qemu-audio-spice-7.1.0-150500.49.3.1.s390x.rpm
qemu-block-curl-7.1.0-150500.49.3.1.s390x.rpm
qemu-block-dmg-7.1.0-150500.49.3.1.s390x.rpm
qemu-block-gluster-7.1.0-150500.49.3.1.s390x.rpm
qemu-block-iscsi-7.1.0-150500.49.3.1.s390x.rpm
qemu-block-nfs-7.1.0-150500.49.3.1.s390x.rpm
qemu-block-rbd-7.1.0-150500.49.3.1.s390x.rpm
qemu-block-ssh-7.1.0-150500.49.3.1.s390x.rpm
qemu-chardev-baum-7.1.0-150500.49.3.1.s390x.rpm
qemu-chardev-spice-7.1.0-150500.49.3.1.s390x.rpm
qemu-extra-7.1.0-150500.49.3.1.s390x.rpm
qemu-guest-agent-7.1.0-150500.49.3.1.s390x.rpm
qemu-hw-display-qxl-7.1.0-150500.49.3.1.s390x.rpm
qemu-hw-display-virtio-gpu-7.1.0-150500.49.3.1.s390x.rpm
qemu-hw-display-virtio-gpu-pci-7.1.0-150500.49.3.1.s390x.rpm
qemu-hw-display-virtio-vga-7.1.0-150500.49.3.1.s390x.rpm
qemu-hw-s390x-virtio-gpu-ccw-7.1.0-150500.49.3.1.s390x.rpm
qemu-hw-usb-host-7.1.0-150500.49.3.1.s390x.rpm
qemu-hw-usb-redirect-7.1.0-150500.49.3.1.s390x.rpm
qemu-hw-usb-smartcard-7.1.0-150500.49.3.1.s390x.rpm
qemu-ivshmem-tools-7.1.0-150500.49.3.1.s390x.rpm
qemu-ksm-7.1.0-150500.49.3.1.s390x.rpm
qemu-kvm-7.1.0-150500.49.3.1.s390x.rpm
qemu-lang-7.1.0-150500.49.3.1.s390x.rpm
qemu-ppc-7.1.0-150500.49.3.1.s390x.rpm
qemu-s390x-7.1.0-150500.49.3.1.s390x.rpm
qemu-tools-7.1.0-150500.49.3.1.s390x.rpm
qemu-ui-curses-7.1.0-150500.49.3.1.s390x.rpm
qemu-ui-dbus-7.1.0-150500.49.3.1.s390x.rpm
qemu-ui-gtk-7.1.0-150500.49.3.1.s390x.rpm
qemu-ui-opengl-7.1.0-150500.49.3.1.s390x.rpm
qemu-ui-spice-app-7.1.0-150500.49.3.1.s390x.rpm
qemu-ui-spice-core-7.1.0-150500.49.3.1.s390x.rpm
qemu-vhost-user-gpu-7.1.0-150500.49.3.1.s390x.rpm
qemu-x86-7.1.0-150500.49.3.1.s390x.rpm
qemu-7.1.0-150500.49.3.1.ppc64le.rpm
qemu-accel-qtest-7.1.0-150500.49.3.1.ppc64le.rpm
qemu-accel-tcg-x86-7.1.0-150500.49.3.1.ppc64le.rpm
qemu-arm-7.1.0-150500.49.3.1.ppc64le.rpm
qemu-audio-alsa-7.1.0-150500.49.3.1.ppc64le.rpm
qemu-audio-dbus-7.1.0-150500.49.3.1.ppc64le.rpm
qemu-audio-jack-7.1.0-150500.49.3.1.ppc64le.rpm
qemu-audio-pa-7.1.0-150500.49.3.1.ppc64le.rpm
qemu-audio-spice-7.1.0-150500.49.3.1.ppc64le.rpm
qemu-block-curl-7.1.0-150500.49.3.1.ppc64le.rpm
qemu-block-dmg-7.1.0-150500.49.3.1.ppc64le.rpm
qemu-block-gluster-7.1.0-150500.49.3.1.ppc64le.rpm
qemu-block-iscsi-7.1.0-150500.49.3.1.ppc64le.rpm
qemu-block-nfs-7.1.0-150500.49.3.1.ppc64le.rpm
qemu-block-rbd-7.1.0-150500.49.3.1.ppc64le.rpm
qemu-block-ssh-7.1.0-150500.49.3.1.ppc64le.rpm
qemu-chardev-baum-7.1.0-150500.49.3.1.ppc64le.rpm
qemu-chardev-spice-7.1.0-150500.49.3.1.ppc64le.rpm
qemu-extra-7.1.0-150500.49.3.1.ppc64le.rpm
qemu-guest-agent-7.1.0-150500.49.3.1.ppc64le.rpm
qemu-hw-display-qxl-7.1.0-150500.49.3.1.ppc64le.rpm
qemu-hw-display-virtio-gpu-7.1.0-150500.49.3.1.ppc64le.rpm
qemu-hw-display-virtio-gpu-pci-7.1.0-150500.49.3.1.ppc64le.rpm
qemu-hw-display-virtio-vga-7.1.0-150500.49.3.1.ppc64le.rpm
qemu-hw-s390x-virtio-gpu-ccw-7.1.0-150500.49.3.1.ppc64le.rpm
qemu-hw-usb-host-7.1.0-150500.49.3.1.ppc64le.rpm
qemu-hw-usb-redirect-7.1.0-150500.49.3.1.ppc64le.rpm
qemu-hw-usb-smartcard-7.1.0-150500.49.3.1.ppc64le.rpm
qemu-ivshmem-tools-7.1.0-150500.49.3.1.ppc64le.rpm
qemu-ksm-7.1.0-150500.49.3.1.ppc64le.rpm
qemu-lang-7.1.0-150500.49.3.1.ppc64le.rpm
qemu-ppc-7.1.0-150500.49.3.1.ppc64le.rpm
qemu-s390x-7.1.0-150500.49.3.1.ppc64le.rpm
qemu-tools-7.1.0-150500.49.3.1.ppc64le.rpm
qemu-ui-curses-7.1.0-150500.49.3.1.ppc64le.rpm
qemu-ui-dbus-7.1.0-150500.49.3.1.ppc64le.rpm
qemu-ui-gtk-7.1.0-150500.49.3.1.ppc64le.rpm
qemu-ui-opengl-7.1.0-150500.49.3.1.ppc64le.rpm
qemu-ui-spice-app-7.1.0-150500.49.3.1.ppc64le.rpm
qemu-ui-spice-core-7.1.0-150500.49.3.1.ppc64le.rpm
qemu-vhost-user-gpu-7.1.0-150500.49.3.1.ppc64le.rpm
qemu-x86-7.1.0-150500.49.3.1.ppc64le.rpm
qemu-7.1.0-150500.49.3.1.aarch64.rpm
qemu-accel-qtest-7.1.0-150500.49.3.1.aarch64.rpm
qemu-accel-tcg-x86-7.1.0-150500.49.3.1.aarch64.rpm
qemu-arm-7.1.0-150500.49.3.1.aarch64.rpm
qemu-audio-alsa-7.1.0-150500.49.3.1.aarch64.rpm
qemu-audio-dbus-7.1.0-150500.49.3.1.aarch64.rpm
qemu-audio-jack-7.1.0-150500.49.3.1.aarch64.rpm
qemu-audio-pa-7.1.0-150500.49.3.1.aarch64.rpm
qemu-audio-spice-7.1.0-150500.49.3.1.aarch64.rpm
qemu-block-curl-7.1.0-150500.49.3.1.aarch64.rpm
qemu-block-dmg-7.1.0-150500.49.3.1.aarch64.rpm
qemu-block-gluster-7.1.0-150500.49.3.1.aarch64.rpm
qemu-block-iscsi-7.1.0-150500.49.3.1.aarch64.rpm
qemu-block-nfs-7.1.0-150500.49.3.1.aarch64.rpm
qemu-block-rbd-7.1.0-150500.49.3.1.aarch64.rpm
qemu-block-ssh-7.1.0-150500.49.3.1.aarch64.rpm
qemu-chardev-baum-7.1.0-150500.49.3.1.aarch64.rpm
qemu-chardev-spice-7.1.0-150500.49.3.1.aarch64.rpm
qemu-extra-7.1.0-150500.49.3.1.aarch64.rpm
qemu-guest-agent-7.1.0-150500.49.3.1.aarch64.rpm
qemu-hw-display-qxl-7.1.0-150500.49.3.1.aarch64.rpm
qemu-hw-display-virtio-gpu-7.1.0-150500.49.3.1.aarch64.rpm
qemu-hw-display-virtio-gpu-pci-7.1.0-150500.49.3.1.aarch64.rpm
qemu-hw-display-virtio-vga-7.1.0-150500.49.3.1.aarch64.rpm
qemu-hw-s390x-virtio-gpu-ccw-7.1.0-150500.49.3.1.aarch64.rpm
qemu-hw-usb-host-7.1.0-150500.49.3.1.aarch64.rpm
qemu-hw-usb-redirect-7.1.0-150500.49.3.1.aarch64.rpm
qemu-hw-usb-smartcard-7.1.0-150500.49.3.1.aarch64.rpm
qemu-ivshmem-tools-7.1.0-150500.49.3.1.aarch64.rpm
qemu-ksm-7.1.0-150500.49.3.1.aarch64.rpm
qemu-lang-7.1.0-150500.49.3.1.aarch64.rpm
qemu-ppc-7.1.0-150500.49.3.1.aarch64.rpm
qemu-s390x-7.1.0-150500.49.3.1.aarch64.rpm
qemu-tools-7.1.0-150500.49.3.1.aarch64.rpm
qemu-ui-curses-7.1.0-150500.49.3.1.aarch64.rpm
qemu-ui-dbus-7.1.0-150500.49.3.1.aarch64.rpm
qemu-ui-gtk-7.1.0-150500.49.3.1.aarch64.rpm
qemu-ui-opengl-7.1.0-150500.49.3.1.aarch64.rpm
qemu-ui-spice-app-7.1.0-150500.49.3.1.aarch64.rpm
qemu-ui-spice-core-7.1.0-150500.49.3.1.aarch64.rpm
qemu-vhost-user-gpu-7.1.0-150500.49.3.1.aarch64.rpm
qemu-x86-7.1.0-150500.49.3.1.aarch64.rpm
openSUSE-SLE-15.5-2023-2534
Security update for the Linux Kernel
important
SUSE Updates openSUSE-SLE 15.5
The SUSE Linux Enterprise 15 SP1 kernel was updated to receive various security and bugfixes.
The following security bugs were fixed:
- CVE-2023-1077: Fixed a type confusion in pick_next_rt_entity(), that could cause memory corruption (bsc#1208600).
- CVE-2022-3566: Fixed race condition in the TCP Handler (bsc#1204405).
- CVE-2022-45886: Fixed a .disconnect versus dvb_device_open race condition in dvb_net.c that lead to a use-after-free (bsc#1205760).
- CVE-2022-45885: Fixed a race condition in dvb_frontend.c that could cause a use-after-free when a device is disconnected (bsc#1205758).
- CVE-2022-45887: Fixed a memory leak in ttusb_dec.c caused by the lack of a dvb_frontend_detach call (bsc#1205762).
- CVE-2022-45919: Fixed a use-after-free in dvb_ca_en50221.c that could occur if there is a disconnect after an open, because of the lack of a wait_event (bsc#1205803).
- CVE-2022-45884: Fixed a use-after-free in dvbdev.c, related to dvb_register_device dynamically allocating fops (bsc#1205756).
- CVE-2023-31084: Fixed a blocking issue in drivers/media/dvb-core/dvb_frontend.c (bsc#1210783).
- CVE-2023-31436: Fixed an out-of-bounds write in qfq_change_class() because lmax can exceed QFQ_MIN_LMAX (bsc#1210940).
- CVE-2023-2194: Fixed an out-of-bounds write vulnerability in the SLIMpro I2C device driver (bsc#1210715).
- CVE-2023-32269: Fixed a use-after-free in af_netrom.c, related to the fact that accept() was also allowed for a successfully connected AF_NETROM socket (bsc#1211186).
- CVE-2023-28466: Fixed race condition that could lead to use-after-free or NULL pointer dereference in do_tls_getsockopt in net/tls/tls_main.c (bsc#1209366).
- CVE-2023-1380: Fixed a slab-out-of-bound read problem in brcmf_get_assoc_ies() (bsc#1209287).
- CVE-2023-2513: Fixed a use-after-free vulnerability in the ext4 filesystem (bsc#1211105).
- CVE-2023-2483: Fixed a use after free bug in emac_remove caused by a race condition (bsc#1211037).
- CVE-2023-2176: Fixed an out-of-boundary read in compare_netdev_and_ip in drivers/infiniband/core/cma.c in RDMA (bsc#1210629).
The following non-security bugs were fixed:
- ext4: add EXT4_INODE_HAS_XATTR_SPACE macro in xattr.h (bsc#1206878).
- google/gve:fix repeated words in comments (bsc#1211519).
- gve: Adding a new AdminQ command to verify driver (bsc#1211519).
- gve: Cache link_speed value from device (bsc#1211519).
- gve: Fix GFP flags when allocing pages (bsc#1211519).
- gve: Fix error return code in gve_prefill_rx_pages() (bsc#1211519).
- gve: Fix spelling mistake "droping" -> "dropping" (bsc#1211519).
- gve: Handle alternate miss completions (bsc#1211519).
- gve: Reduce alloc and copy costs in the GQ rx path (bsc#1211519).
- gve: Remove the code of clearing PBA bit (bsc#1211519).
- gve: Secure enough bytes in the first TX desc for all TCP pkts (bsc#1211519).
- gve: enhance no queue page list detection (bsc#1211519).
- hv: vmbus: Optimize vmbus_on_event (bsc#1211622).
- ipv6: sr: fix out-of-bounds read when setting HMAC data (bsc#1211592).
- kernel-binary: install expoline.o (boo#1210791 bsc#1211089)
- scsi: storvsc: Parameterize number hardware queues (bsc#1211622).
- usrmerge: Compatibility with earlier rpm (boo#1211796)
kernel-vanilla-4.12.14-150100.197.148.1.nosrc.rpm
True
kernel-vanilla-4.12.14-150100.197.148.1.x86_64.rpm
True
kernel-vanilla-base-4.12.14-150100.197.148.1.x86_64.rpm
True
kernel-vanilla-devel-4.12.14-150100.197.148.1.x86_64.rpm
True
kernel-vanilla-livepatch-devel-4.12.14-150100.197.148.1.x86_64.rpm
True
kernel-vanilla-4.12.14-150100.197.148.1.s390x.rpm
True
kernel-vanilla-base-4.12.14-150100.197.148.1.s390x.rpm
True
kernel-vanilla-devel-4.12.14-150100.197.148.1.s390x.rpm
True
kernel-vanilla-livepatch-devel-4.12.14-150100.197.148.1.s390x.rpm
True
kernel-vanilla-4.12.14-150100.197.148.1.ppc64le.rpm
True
kernel-vanilla-base-4.12.14-150100.197.148.1.ppc64le.rpm
True
kernel-vanilla-devel-4.12.14-150100.197.148.1.ppc64le.rpm
True
kernel-vanilla-livepatch-devel-4.12.14-150100.197.148.1.ppc64le.rpm
True
kernel-vanilla-4.12.14-150100.197.148.1.aarch64.rpm
True
kernel-vanilla-base-4.12.14-150100.197.148.1.aarch64.rpm
True
kernel-vanilla-devel-4.12.14-150100.197.148.1.aarch64.rpm
True
kernel-vanilla-livepatch-devel-4.12.14-150100.197.148.1.aarch64.rpm
True
openSUSE-SLE-15.5-2023-2543
Security update for kubernetes1.23
important
SUSE Updates openSUSE-SLE 15.5
This update for kubernetes1.23 fixes the following issues:
- CVE-2023-2727: Fixed bypassing policies imposed by the ImagePolicyWebhook admission plugin (bsc#1211630).
- CVE-2023-2728: Fixed bypassing enforce mountable secrets policy imposed by the ServiceAccount admission plugin (bsc#1211631).
kubernetes1.23-1.23.17-150500.3.3.1.src.rpm
kubernetes1.23-apiserver-1.23.17-150500.3.3.1.x86_64.rpm
kubernetes1.23-client-1.23.17-150500.3.3.1.x86_64.rpm
kubernetes1.23-client-bash-completion-1.23.17-150500.3.3.1.noarch.rpm
kubernetes1.23-client-common-1.23.17-150500.3.3.1.x86_64.rpm
kubernetes1.23-client-fish-completion-1.23.17-150500.3.3.1.noarch.rpm
kubernetes1.23-controller-manager-1.23.17-150500.3.3.1.x86_64.rpm
kubernetes1.23-kubeadm-1.23.17-150500.3.3.1.x86_64.rpm
kubernetes1.23-kubelet-1.23.17-150500.3.3.1.x86_64.rpm
kubernetes1.23-kubelet-common-1.23.17-150500.3.3.1.x86_64.rpm
kubernetes1.23-proxy-1.23.17-150500.3.3.1.x86_64.rpm
kubernetes1.23-scheduler-1.23.17-150500.3.3.1.x86_64.rpm
kubernetes1.23-apiserver-1.23.17-150500.3.3.1.s390x.rpm
kubernetes1.23-client-1.23.17-150500.3.3.1.s390x.rpm
kubernetes1.23-client-common-1.23.17-150500.3.3.1.s390x.rpm
kubernetes1.23-controller-manager-1.23.17-150500.3.3.1.s390x.rpm
kubernetes1.23-kubeadm-1.23.17-150500.3.3.1.s390x.rpm
kubernetes1.23-kubelet-1.23.17-150500.3.3.1.s390x.rpm
kubernetes1.23-kubelet-common-1.23.17-150500.3.3.1.s390x.rpm
kubernetes1.23-proxy-1.23.17-150500.3.3.1.s390x.rpm
kubernetes1.23-scheduler-1.23.17-150500.3.3.1.s390x.rpm
kubernetes1.23-apiserver-1.23.17-150500.3.3.1.ppc64le.rpm
kubernetes1.23-client-1.23.17-150500.3.3.1.ppc64le.rpm
kubernetes1.23-client-common-1.23.17-150500.3.3.1.ppc64le.rpm
kubernetes1.23-controller-manager-1.23.17-150500.3.3.1.ppc64le.rpm
kubernetes1.23-kubeadm-1.23.17-150500.3.3.1.ppc64le.rpm
kubernetes1.23-kubelet-1.23.17-150500.3.3.1.ppc64le.rpm
kubernetes1.23-kubelet-common-1.23.17-150500.3.3.1.ppc64le.rpm
kubernetes1.23-proxy-1.23.17-150500.3.3.1.ppc64le.rpm
kubernetes1.23-scheduler-1.23.17-150500.3.3.1.ppc64le.rpm
kubernetes1.23-apiserver-1.23.17-150500.3.3.1.aarch64.rpm
kubernetes1.23-client-1.23.17-150500.3.3.1.aarch64.rpm
kubernetes1.23-client-common-1.23.17-150500.3.3.1.aarch64.rpm
kubernetes1.23-controller-manager-1.23.17-150500.3.3.1.aarch64.rpm
kubernetes1.23-kubeadm-1.23.17-150500.3.3.1.aarch64.rpm
kubernetes1.23-kubelet-1.23.17-150500.3.3.1.aarch64.rpm
kubernetes1.23-kubelet-common-1.23.17-150500.3.3.1.aarch64.rpm
kubernetes1.23-proxy-1.23.17-150500.3.3.1.aarch64.rpm
kubernetes1.23-scheduler-1.23.17-150500.3.3.1.aarch64.rpm
openSUSE-SLE-15.5-2023-2544
Security update for kubernetes1.24
important
SUSE Updates openSUSE-SLE 15.5
This update for kubernetes1.24 fixes the following issues:
- CVE-2023-2727: Fixed bypassing policies imposed by the ImagePolicyWebhook admission plugin (bsc#1211630).
- CVE-2023-2728: Fixed bypassing enforce mountable secrets policy imposed by the ServiceAccount admission plugin (bsc#1211631).
kubernetes1.24-1.24.13-150500.3.3.1.src.rpm
kubernetes1.24-apiserver-1.24.13-150500.3.3.1.x86_64.rpm
kubernetes1.24-client-1.24.13-150500.3.3.1.x86_64.rpm
kubernetes1.24-client-bash-completion-1.24.13-150500.3.3.1.noarch.rpm
kubernetes1.24-client-common-1.24.13-150500.3.3.1.x86_64.rpm
kubernetes1.24-client-fish-completion-1.24.13-150500.3.3.1.noarch.rpm
kubernetes1.24-controller-manager-1.24.13-150500.3.3.1.x86_64.rpm
kubernetes1.24-kubeadm-1.24.13-150500.3.3.1.x86_64.rpm
kubernetes1.24-kubelet-1.24.13-150500.3.3.1.x86_64.rpm
kubernetes1.24-kubelet-common-1.24.13-150500.3.3.1.x86_64.rpm
kubernetes1.24-proxy-1.24.13-150500.3.3.1.x86_64.rpm
kubernetes1.24-scheduler-1.24.13-150500.3.3.1.x86_64.rpm
kubernetes1.24-apiserver-1.24.13-150500.3.3.1.s390x.rpm
kubernetes1.24-client-1.24.13-150500.3.3.1.s390x.rpm
kubernetes1.24-client-common-1.24.13-150500.3.3.1.s390x.rpm
kubernetes1.24-controller-manager-1.24.13-150500.3.3.1.s390x.rpm
kubernetes1.24-kubeadm-1.24.13-150500.3.3.1.s390x.rpm
kubernetes1.24-kubelet-1.24.13-150500.3.3.1.s390x.rpm
kubernetes1.24-kubelet-common-1.24.13-150500.3.3.1.s390x.rpm
kubernetes1.24-proxy-1.24.13-150500.3.3.1.s390x.rpm
kubernetes1.24-scheduler-1.24.13-150500.3.3.1.s390x.rpm
kubernetes1.24-apiserver-1.24.13-150500.3.3.1.ppc64le.rpm
kubernetes1.24-client-1.24.13-150500.3.3.1.ppc64le.rpm
kubernetes1.24-client-common-1.24.13-150500.3.3.1.ppc64le.rpm
kubernetes1.24-controller-manager-1.24.13-150500.3.3.1.ppc64le.rpm
kubernetes1.24-kubeadm-1.24.13-150500.3.3.1.ppc64le.rpm
kubernetes1.24-kubelet-1.24.13-150500.3.3.1.ppc64le.rpm
kubernetes1.24-kubelet-common-1.24.13-150500.3.3.1.ppc64le.rpm
kubernetes1.24-proxy-1.24.13-150500.3.3.1.ppc64le.rpm
kubernetes1.24-scheduler-1.24.13-150500.3.3.1.ppc64le.rpm
kubernetes1.24-apiserver-1.24.13-150500.3.3.1.aarch64.rpm
kubernetes1.24-client-1.24.13-150500.3.3.1.aarch64.rpm
kubernetes1.24-client-common-1.24.13-150500.3.3.1.aarch64.rpm
kubernetes1.24-controller-manager-1.24.13-150500.3.3.1.aarch64.rpm
kubernetes1.24-kubeadm-1.24.13-150500.3.3.1.aarch64.rpm
kubernetes1.24-kubelet-1.24.13-150500.3.3.1.aarch64.rpm
kubernetes1.24-kubelet-common-1.24.13-150500.3.3.1.aarch64.rpm
kubernetes1.24-proxy-1.24.13-150500.3.3.1.aarch64.rpm
kubernetes1.24-scheduler-1.24.13-150500.3.3.1.aarch64.rpm
openSUSE-SLE-15.5-2023-2559
Recommended update for rust, rust1.70
moderate
SUSE Updates openSUSE-SLE 15.5
This update for rust, rust1.70 fixes the following issues:
Changes in rust:
- Update to version 1.70.0 - for details see the rust1.70 package
Changes in rust1.70:
Version 1.70.0 (2023-06-01)
==========================
Language
--------
- Relax ordering rules for `asm!` operands
- Properly allow macro expanded `format_args` invocations to uses captures
- Lint ambiguous glob re-exports
- Perform const and unsafe checking for expressions in `let _ = expr` position.
Compiler
--------
- Extend -Cdebuginfo with new options and named aliases
This provides a smaller version of debuginfo for cases that only need line number information
(`-Cdebuginfo=line-tables-only`), which may eventually become the default for `-Cdebuginfo=1`.
- Make `unused_allocation` lint against `Box::new` too
- Detect uninhabited types early in const eval
- Switch to LLD as default linker for {arm,thumb}v4t-none-eabi
- Add tier 3 target `loongarch64-unknown-linux-gnu`
- Add tier 3 target for `i586-pc-nto-qnx700` (QNX Neutrino RTOS, version 7.0)
- Insert alignment checks for pointer dereferences as debug assertions
This catches undefined behavior at runtime, and may cause existing code to fail.
Refer to Rust's platform support page
for more information on Rust's tiered platform support.
Libraries
---------
- Document NonZeroXxx layout guarantees
- Windows: make `Command` prefer non-verbatim paths
- Implement Default for some alloc/core iterators
- Fix handling of trailing bare CR in str::lines
- allow negative numeric literals in `concat!`
- Add documentation about the memory layout of `Cell`
- Use `partial_cmp` to implement tuple `lt`/`le`/`ge`/`gt`
- Stabilize `atomic_as_ptr`
- Stabilize `nonnull_slice_from_raw_parts`
- Partial stabilization of `once_cell`
- Stabilize `nonzero_min_max`
- Flatten/inline format_args!() and (string and int) literal arguments into format_args!()
- Stabilize movbe target feature
- don't splice from files into pipes in io::copy
- Add a builtin unstable `FnPtr` trait that is implemented for all function pointers
This extends `Debug`, `Pointer`, `Hash`, `PartialEq`, `Eq`, `PartialOrd`, and `Ord`
implementations for function pointers with all ABIs.
Stabilized APIs
---------------
- `NonZero*::MIN/MAX`
- `BinaryHeap::retain`
- `Default for std::collections::binary_heap::IntoIter`
- `Default for std::collections::btree_map::{IntoIter, Iter, IterMut}`
- `Default for std::collections::btree_map::{IntoKeys, Keys}`
- `Default for std::collections::btree_map::{IntoValues, Values}`
- `Default for std::collections::btree_map::Range`
- `Default for std::collections::btree_set::{IntoIter, Iter}`
- `Default for std::collections::btree_set::Range`
- `Default for std::collections::linked_list::{IntoIter, Iter, IterMut}`
- `Default for std::vec::IntoIter`
- `Default for std::iter::Chain`
- `Default for std::iter::Cloned`
- `Default for std::iter::Copied`
- `Default for std::iter::Enumerate`
- `Default for std::iter::Flatten`
- `Default for std::iter::Fuse`
- `Default for std::iter::Rev`
- `Default for std::slice::Iter`
- `Default for std::slice::IterMut`
- `Rc::into_inner`
- `Arc::into_inner`
- `std::cell::OnceCell`
- `Option::is_some_and`
- `NonNull::slice_from_raw_parts`
- `Result::is_ok_and`
- `Result::is_err_and`
- `std::sync::atomic::Atomic*::as_ptr`
- `std::io::IsTerminal`
- `std::os::linux::net::SocketAddrExt`
- `std::os::unix::net::UnixDatagram::bind_addr`
- `std::os::unix::net::UnixDatagram::connect_addr`
- `std::os::unix::net::UnixDatagram::send_to_addr`
- `std::os::unix::net::UnixListener::bind_addr`
- `std::path::Path::as_mut_os_str`
- `std::sync::OnceLock`
Cargo
-----
- Add `CARGO_PKG_README`
- Make `sparse` the default protocol for crates.io
- Accurately show status when downgrading dependencies
- Use registry.default for login/logout
- Stabilize `cargo logout`
Misc
----
- Stabilize rustdoc `--test-run-directory`
Compatibility Notes
-------------------
- Prevent stable `libtest` from supporting `-Zunstable-options`
- Perform const and unsafe checking for expressions in `let _ = expr` position.
- WebAssembly targets enable `sign-ext` and `mutable-globals` features in codegen
This may cause incompatibility with older execution environments.
- Insert alignment checks for pointer dereferences as debug assertions
This catches undefined behavior at runtime, and may cause existing code to fail.
cargo-1.70.0-150400.24.18.1.x86_64.rpm
cargo1.70-1.70.0-150400.9.3.1.x86_64.rpm
rust-1.70.0-150400.24.18.1.src.rpm
rust-1.70.0-150400.24.18.1.x86_64.rpm
rust1.70-1.70.0-150400.9.3.1.nosrc.rpm
rust1.70-1.70.0-150400.9.3.1.x86_64.rpm
cargo-1.70.0-150400.24.18.1.s390x.rpm
cargo1.70-1.70.0-150400.9.3.1.s390x.rpm
rust-1.70.0-150400.24.18.1.s390x.rpm
rust1.70-1.70.0-150400.9.3.1.s390x.rpm
cargo-1.70.0-150400.24.18.1.ppc64le.rpm
cargo1.70-1.70.0-150400.9.3.1.ppc64le.rpm
rust-1.70.0-150400.24.18.1.ppc64le.rpm
rust1.70-1.70.0-150400.9.3.1.ppc64le.rpm
cargo-1.70.0-150400.24.18.1.aarch64.rpm
cargo1.70-1.70.0-150400.9.3.1.aarch64.rpm
rust-1.70.0-150400.24.18.1.aarch64.rpm
rust1.70-1.70.0-150400.9.3.1.aarch64.rpm
openSUSE-SLE-15.5-2023-2558
Recommended update for virt-manager
moderate
SUSE Updates openSUSE-SLE 15.5
This update for virt-manager fixes the following issues:
- virt-install --graphics vnc fails with not support for video model 'virtio' (bsc#1201748)
- Language file fixes (bsc#1209800, bsc#1197945, bsc#1197947, bsc#1198041)
- libvirt fails to start the guest once the new shared disk is added (bsc#1207070)
- Replace downstream patch with upstream version (bsc#1203252)
virt-install-4.1.0-150500.3.3.1.noarch.rpm
virt-manager-4.1.0-150500.3.3.1.noarch.rpm
virt-manager-4.1.0-150500.3.3.1.src.rpm
virt-manager-common-4.1.0-150500.3.3.1.noarch.rpm
openSUSE-SLE-15.5-2023-2511
Recommended update for powerpc-utils
moderate
SUSE Updates openSUSE-SLE 15.5
This update for powerpc-utils fixes the following issues:
- Fix negative utilization value reported by lparstat -E (bsc#1212031)
- Fix lparstat error with mixed SMT state (bsc#1211883 ltc#02144)
powerpc-utils-1.3.11-150500.3.3.1.ppc64le.rpm
powerpc-utils-1.3.11-150500.3.3.1.src.rpm
openSUSE-SLE-15.5-2023-2554
Recommended update for nvme-stas
critical
SUSE Updates openSUSE-SLE 15.5
This update for nvme-stas fixes the following issues:
- Update to version 2.2.2:
* Fix python crash caused by wrong transport identifier handling. (bsc#1211557)
* staslib: Fix setting controller DHCHAP key (bsc#1211557)
nvme-stas-2.2.2-150500.3.6.1.src.rpm
nvme-stas-2.2.2-150500.3.6.1.x86_64.rpm
nvme-stas-2.2.2-150500.3.6.1.s390x.rpm
nvme-stas-2.2.2-150500.3.6.1.ppc64le.rpm
nvme-stas-2.2.2-150500.3.6.1.aarch64.rpm
openSUSE-SLE-15.5-2023-2546
Security update for bluez
important
SUSE Updates openSUSE-SLE 15.5
This update for bluez fixes the following issues:
- CVE-2023-27349: Fixed crash while handling unsupported events (bsc#1210398).
bluez-5.65-150500.3.3.1.src.rpm
bluez-5.65-150500.3.3.1.x86_64.rpm
bluez-auto-enable-devices-5.65-150500.3.3.1.noarch.rpm
bluez-cups-5.65-150500.3.3.1.x86_64.rpm
bluez-deprecated-5.65-150500.3.3.1.x86_64.rpm
bluez-devel-32bit-5.65-150500.3.3.1.x86_64.rpm
bluez-devel-5.65-150500.3.3.1.x86_64.rpm
bluez-obexd-5.65-150500.3.3.1.x86_64.rpm
bluez-test-5.65-150500.3.3.1.x86_64.rpm
bluez-zsh-completion-5.65-150500.3.3.1.noarch.rpm
libbluetooth3-32bit-5.65-150500.3.3.1.x86_64.rpm
libbluetooth3-5.65-150500.3.3.1.x86_64.rpm
bluez-5.65-150500.3.3.1.s390x.rpm
bluez-cups-5.65-150500.3.3.1.s390x.rpm
bluez-deprecated-5.65-150500.3.3.1.s390x.rpm
bluez-devel-5.65-150500.3.3.1.s390x.rpm
bluez-obexd-5.65-150500.3.3.1.s390x.rpm
bluez-test-5.65-150500.3.3.1.s390x.rpm
libbluetooth3-5.65-150500.3.3.1.s390x.rpm
bluez-5.65-150500.3.3.1.ppc64le.rpm
bluez-cups-5.65-150500.3.3.1.ppc64le.rpm
bluez-deprecated-5.65-150500.3.3.1.ppc64le.rpm
bluez-devel-5.65-150500.3.3.1.ppc64le.rpm
bluez-obexd-5.65-150500.3.3.1.ppc64le.rpm
bluez-test-5.65-150500.3.3.1.ppc64le.rpm
libbluetooth3-5.65-150500.3.3.1.ppc64le.rpm
bluez-5.65-150500.3.3.1.aarch64.rpm
bluez-cups-5.65-150500.3.3.1.aarch64.rpm
bluez-deprecated-5.65-150500.3.3.1.aarch64.rpm
bluez-devel-5.65-150500.3.3.1.aarch64.rpm
bluez-obexd-5.65-150500.3.3.1.aarch64.rpm
bluez-test-5.65-150500.3.3.1.aarch64.rpm
libbluetooth3-5.65-150500.3.3.1.aarch64.rpm
openSUSE-SLE-15.5-2023-2550
Recommended update for autoyast2, libsolv, libyui, libzypp, yast2-pkg-bindings
moderate
SUSE Updates openSUSE-SLE 15.5
This update for autoyast2, libsolv, libyui, libzypp, yast2-pkg-bindings ships the update stack to
the INSTALLER self-update channel.
yast2-pkg-bindings:
- Added a new option for rebuilding the RPM database (--rebuilddb) (bsc#1209565)
autoyast2:
- Selected products are not installed after resetting the package manager internally (bsc#1202234)
libyui:
- Prevent buffer overflow when drawing very wide labels in ncurses (bsc#1211354)
- Fixed loading icons from an absolute path (bsc#1210591)
- Fix for main window stacking order to avoid unintentional transparency (bsc#1199020, bsc#1191112)
- Force messages from .ui file through our translation mechanism (bsc#1198097)
libsolv-0.7.24-150400.3.8.1.src.rpm
True
libsolv-demo-0.7.24-150400.3.8.1.x86_64.rpm
True
libsolv-devel-0.7.24-150400.3.8.1.x86_64.rpm
True
libsolv-tools-0.7.24-150400.3.8.1.x86_64.rpm
True
libzck-devel-1.1.16-150400.3.4.1.x86_64.rpm
True
libzck1-1.1.16-150400.3.4.1.x86_64.rpm
True
libzypp-17.31.13-150400.3.32.1.src.rpm
True
libzypp-17.31.13-150400.3.32.1.x86_64.rpm
True
libzypp-devel-17.31.13-150400.3.32.1.x86_64.rpm
True
libzypp-devel-doc-17.31.13-150400.3.32.1.x86_64.rpm
True
perl-solv-0.7.24-150400.3.8.1.x86_64.rpm
True
python-solv-0.7.24-150400.3.8.1.x86_64.rpm
True
python3-solv-0.7.24-150400.3.8.1.x86_64.rpm
True
ruby-solv-0.7.24-150400.3.8.1.x86_64.rpm
True
zchunk-1.1.16-150400.3.4.1.src.rpm
True
zchunk-1.1.16-150400.3.4.1.x86_64.rpm
True
libsolv-demo-0.7.24-150400.3.8.1.s390x.rpm
True
libsolv-devel-0.7.24-150400.3.8.1.s390x.rpm
True
libsolv-tools-0.7.24-150400.3.8.1.s390x.rpm
True
libzck-devel-1.1.16-150400.3.4.1.s390x.rpm
True
libzck1-1.1.16-150400.3.4.1.s390x.rpm
True
libzypp-17.31.13-150400.3.32.1.s390x.rpm
True
libzypp-devel-17.31.13-150400.3.32.1.s390x.rpm
True
libzypp-devel-doc-17.31.13-150400.3.32.1.s390x.rpm
True
perl-solv-0.7.24-150400.3.8.1.s390x.rpm
True
python-solv-0.7.24-150400.3.8.1.s390x.rpm
True
python3-solv-0.7.24-150400.3.8.1.s390x.rpm
True
ruby-solv-0.7.24-150400.3.8.1.s390x.rpm
True
zchunk-1.1.16-150400.3.4.1.s390x.rpm
True
libsolv-demo-0.7.24-150400.3.8.1.ppc64le.rpm
True
libsolv-devel-0.7.24-150400.3.8.1.ppc64le.rpm
True
libsolv-tools-0.7.24-150400.3.8.1.ppc64le.rpm
True
libzck-devel-1.1.16-150400.3.4.1.ppc64le.rpm
True
libzck1-1.1.16-150400.3.4.1.ppc64le.rpm
True
libzypp-17.31.13-150400.3.32.1.ppc64le.rpm
True
libzypp-devel-17.31.13-150400.3.32.1.ppc64le.rpm
True
libzypp-devel-doc-17.31.13-150400.3.32.1.ppc64le.rpm
True
perl-solv-0.7.24-150400.3.8.1.ppc64le.rpm
True
python-solv-0.7.24-150400.3.8.1.ppc64le.rpm
True
python3-solv-0.7.24-150400.3.8.1.ppc64le.rpm
True
ruby-solv-0.7.24-150400.3.8.1.ppc64le.rpm
True
zchunk-1.1.16-150400.3.4.1.ppc64le.rpm
True
libsolv-demo-0.7.24-150400.3.8.1.aarch64.rpm
True
libsolv-devel-0.7.24-150400.3.8.1.aarch64.rpm
True
libsolv-tools-0.7.24-150400.3.8.1.aarch64.rpm
True
libzck-devel-1.1.16-150400.3.4.1.aarch64.rpm
True
libzck1-1.1.16-150400.3.4.1.aarch64.rpm
True
libzypp-17.31.13-150400.3.32.1.aarch64.rpm
True
libzypp-devel-17.31.13-150400.3.32.1.aarch64.rpm
True
libzypp-devel-doc-17.31.13-150400.3.32.1.aarch64.rpm
True
perl-solv-0.7.24-150400.3.8.1.aarch64.rpm
True
python-solv-0.7.24-150400.3.8.1.aarch64.rpm
True
python3-solv-0.7.24-150400.3.8.1.aarch64.rpm
True
ruby-solv-0.7.24-150400.3.8.1.aarch64.rpm
True
zchunk-1.1.16-150400.3.4.1.aarch64.rpm
True