Container summary for suse/manager/5.0/x86_64/server


SUSE-CU-2024:4396-1

Container Advisory IDSUSE-CU-2024:4396-1
Container Tagssuse/manager/5.0/x86_64/server:5.0.1 , suse/manager/5.0/x86_64/server:5.0.1.7.5.2 , suse/manager/5.0/x86_64/server:latest
Container Release7.5.2
The following patches have been included in this update:
Advisory IDSUSE-SU-2024:3216-1
ReleasedThu Sep 12 13:05:20 2024
SummarySecurity update for expat
Typesecurity
Severitymoderate
References1229930,1229931,1229932,CVE-2024-45490,CVE-2024-45491,CVE-2024-45492
Description:

This update for expat fixes the following issues:


Advisory IDSUSE-RU-2024:3235-1
ReleasedFri Sep 13 08:50:24 2024
SummaryRecommended update for grub2
Typerecommended
Severitymoderate
References1226497
Description:

This update for grub2 fixes the following issues:


Advisory IDSUSE-RU-2024:3239-1
ReleasedFri Sep 13 12:00:58 2024
SummaryRecommended update for util-linux
Typerecommended
Severitymoderate
References1229476
Description:

This update for util-linux fixes the following issue:


Advisory IDSUSE-RU-2024:3263-1
ReleasedTue Sep 17 07:38:48 2024
SummaryRecommended update for python3-dmidecode
Typerecommended
Severitymoderate
References1229855
Description:

This update for python3-dmidecode fixes the following issues:


* Added support for SMBIOS3.3.0


Advisory IDSUSE-Manager-5.0-2024-3265
ReleasedTue Sep 17 09:41:47 2024
SummaryMaintenance update for SUSE Manager 5.0: Server, Proxy and Retail Branch Server
Typerecommended
Severitymoderate
References1146701,1211899,1217248,1219450,1219645,1223312,1223988,1224004,1224209,1225619,1225960,1226313,1226439,1226461,1226491,1226728,1226917,1227133,1227406,1227526,1227599,1228036,1228101,1228198,1228286,1228545,1229339
Description:

Maintenance update for SUSE Manager 5.0: Server, Proxy and Retail Branch Server This is a codestream only update


Advisory IDSUSE-RU-2024:3287-1
ReleasedTue Sep 17 09:47:47 2024
SummaryRecommended update for salt
Typerecommended
Severitymoderate
References1222684
Description:

This update for salt fixes the following issues:


Advisory IDSUSE-RU-2024:3290-1
ReleasedTue Sep 17 15:24:09 2024
SummaryRecommended update for python-netaddr
Typerecommended
Severitymoderate
References
Description:

This update for python-netaddr fixes the following issue:
New python packages: - python311-netaddr


SUSE-CU-2024:4378-1

Container Advisory IDSUSE-CU-2024:4378-1
Container Tagssuse/manager/5.0/x86_64/server:5.0.1 , suse/manager/5.0/x86_64/server:5.0.1.7.5.1 , suse/manager/5.0/x86_64/server:latest
Container Release7.5.1
The following patches have been included in this update:
Advisory IDSUSE-SU-2024:2405-1
ReleasedThu Jul 11 10:21:19 2024
SummarySecurity update for apache2
Typesecurity
Severityimportant
References1227270,1227271,CVE-2024-38477,CVE-2024-39573
Description:

This update for apache2 fixes the following issues:


Advisory IDSUSE-SU-2024:2479-1
ReleasedMon Jul 15 10:33:22 2024
SummarySecurity update for python3
Typesecurity
Severityimportant
References1219559,1220664,1221563,1221854,1222075,1226447,1226448,CVE-2023-52425,CVE-2024-0397,CVE-2024-0450,CVE-2024-4032
Description:

This update for python3 fixes the following issues:


Advisory IDSUSE-SU-2024:2485-1
ReleasedMon Jul 15 14:37:17 2024
SummarySecurity update for tomcat
Typesecurity
Severityimportant
References1227399,CVE-2024-34750
Description:

This update for tomcat fixes the following issues:
Updated to version 9.0.91:


Advisory IDSUSE-RU-2024:2519-1
ReleasedTue Jul 16 13:46:38 2024
SummaryRecommended update for salt
Typerecommended
Severitymoderate
References1216063
Description:

This update for salt fixes the following issues:


Advisory IDSUSE-SU-2024:2568-1
ReleasedMon Jul 22 05:19:24 2024
SummarySecurity update for mockito, snakeyaml, testng
Typesecurity
Severityimportant
References1205628,CVE-2022-4065
Description:

This update for mockito, snakeyaml, testng fixes the following issues:
mockito was updated to version 5.11.0:


* Mockito 2.7.6 introduced the mockito-inline mockmaker based on the 'inline bytecode' principle, offering compatibility advantages over the subclass mockmaker * This change avoids JDK restrictions, such as violating module boundaries and leaking subclass creation

* Scenarios where the inline mockmaker does not function, such as on Graal VM's native image * If avoiding mocking final classes, the subclass mockmaker remains a viable option, although issues may arise on JDK 17+ * Mockito aims to support both mockmakers, allowing users to choose based on their requirements.

* Mockito 5 raised the minimum supported Java version to 11 * Community member @reta contributed to this change. * Users still on JDK 8 can continue using Mockito 4, with minimal API differences between versions

* The ArgumentMatcher interface now includes a new type() method to support varargs methods, addressing previous limitations * Users can now differentiate between matching calls with any exact number of arguments or match any number of arguments * Mockito 5 provides a default implementation of the new method, ensuring backward compatibility. * No obligation for users to implement the new method; Mockito 5 considers Void.type by default for varargs handling * ArgumentCaptor is now fully type-aware, enabling capturing specific subclasses on a generic method.

snake-yaml was updated to version 2.2:

* Define default scalar style as PLAIN (for polyglot Maven) * Add missing 'exports org.yaml.snakeyaml.inspector' to module-info.java

* Heavy Allocation in Emitter.analyzeScalar(String) due to Regex Overhead * Use identity in toString() for sequences to avoid OutOfMemoryError * NumberFormatException from SnakeYAML due to int overflow for corrupt YAML version * Document size limit should be applied to single document notthe whole input stream * Detect invalid Unicode code point (thanks to Tatu Saloranta) * Remove Trusted*Inspector classes from main sources tree

* Rollback to Java 7 target * Add module-info.java * Migrate to Java 8 * Remove many deprecated constructors * Remove long deprecated methods in FlowStyle * Do not allow global tags by default * Yaml.LoadAs() signature to support Class type instead of Class * CustomClassLoaderConstructor takes LoaderOptions * Check input parameters for non-null values
testng was updated to version 7.10.1:

* CVE-2022-4065: Fixed Zip Slip Vulnerability (bsc#1205628)

* Fixed maven build with junit5

* Minor discrepancy fixes * Deleting TestNG eclipse plugin specific classes * Remove deprecated JUnit related support in TestNG * Handle exceptions in emailable Reporter * Added wrapperbot and update workflow order * Support ITestNGFactory customisation * Streamlined data provider listener invocation * Streamlined Guice Module creation in concurrency. * Copy test result attributes when unexpected failures * chore: use explicit dependency versions instead of refreshVersions * Removed Ant * Support ordering of listeners * Added errorprone * Allow custom thread pool executors to be wired in. * Allow data providers to be non cacheable * Use Locks instead of synchronised keyword * Document pgp artifact signing keys * Added Unique Id for all test class instances * Added issue management workflows * Map object to configurations * Allow listeners to be disabled at runtime * Streamlined Data Provider execution * Honour inheritance when parsing listener factories * Tweaks around accessing SuiteResult * Streamlined random generation * Streamlined dependencies for configurations

* Fixed maps containing nulls can be incorrectly considered equal * Test Results as artifacts for failed runs * Fixed data races * Dont honour params specified in suite-file tag * Decouple SuiteRunner and TestRunner * Disable Native DI for BeforeSuite methods * Streamlined running Parallel Dataproviders+retries * Removed extra whitespace in log for Configuration.createMethods() * Added the link for TestNG Documentation's GitHub Repo in README.md * FirstTimeOnlyConfig methods + Listener invocations * Added overrideGroupsFromCliInParentChildXml test * Ensure thread safety for attribute access * Added @inherited to the Listeners annotation * Restrict Group inheritance to Before|AfterGroups * Ensure ITestResult injected to @AfterMethod is apt * Support suite level thread pools for data provider * Favour CompletableFuture instead of PoolService * Favour FutureTask for concurrency support * Shared Threadpool for normal/datadriven tests. * Abort for invalid combinations

* [Feature] Not exception but warning if some (not all) of the given test names are not found in suite files. * [Feature] Generate testng-results.xml per test suite * [Feature] Allow test classes to define 'configfailurepolicy' at a per class level * XmlTest index is not set for test suites invoked with YAML * Listener's onAfterClass is called before @afterclass configuration methods are executed. * After upgrading to TestNG 7.5.0, setting ITestResult.status to FAILURE doesn't fail the test anymore * JUnitReportReporter should capture the test case output at the test case level * TestNG.xml doesn't honour Parallel value of a clone * before configuration and before invocation should be 'SKIP' when beforeMethod is 'skip' * Test listeners specified in parent testng.xml file are not included in testng-failed.xml file * Discrepancies with DataProvider and Retry of failed tests * Skipped Tests with DataProvider appear as failed * testng-results xml reports config skips from base classes as ignored * Feature: Check that specific object present in List * Upgraded snakeyaml to 2.0

* Streamline overloaded assertion methods for Groovy

* Replace FindBugs by SpotBugs * Gradle: Drop forUseAtConfigurationTime() * Added ability to provide custom message to assertThrows\expectThrows methods * Only resolve hostname once * Prevent overlogging of debug msgs in Graph impl * Streamlined dataprovider invoking in abstract classes * Streamlined TestResult due to expectedExceptions * Unexpected test runs count with retry analyzer * Make PackageUtils compliant with JPMS * Ability to retry a data provider during failures * Fixing bug with DataProvider retry * Added config key for callback discrepancy behavior * Fixed FileAlreadyExistsException error on copy * JarFileUtils.delete(File f) throw actual exception (instead of FileNotFound) when file cannot be deleted #2825 * Changing assertion message of the osgitest * Enhancing the Matrix * Avoid Compilation errors on Semeru JDK flavour. * Add addition yml extension * Support getting dependencies info for a test * Honour regex in dependsOnMethods * Ensure All tests run all the time * Deprecate support for running Spock Tests * Streamline dependsOnMethods for configurations * Ensure ITestContext available for JUnit4 tests * Deprecate support for running JUnit tests * Changes of 7.6.1 * Fix Files.copy() such that parent dirs are created * Remove deprecated utility methods

* Remove redundant Parameter implementation * Upgraded to JDK11 * Move SimpleBaseTest to be Kotlin based * Restore testnames when using suites in suite. * Moving ClassHelperTests into Kotlin * IHookable and IConfigurable callback discrepancy * Minor refactoring * Add additional condition for assertEqualsNoOrder * beforeConfiguration() listener method should be invoked for skipped configurations as well * Keep the initial order of listeners * SuiteRunner could not be initial by default Configuration * Enable Dataprovider failures to be considered. * BeforeGroups should run before any matched test * Fixed possible StringIndexOutOfBoundsException exception in XmlReporter * DataProvider: possibility to unload dataprovider class, when done with it * Fixed possibilty that AfterGroups method is invoked before all tests * Fixed equals implementation for WrappedTestNGMethod * Wire-In listeners consistently * Streamline AfterClass invocation * Show FQMN for tests in console * Honour custom attribute values in TestNG default reports


Advisory IDSUSE-RU-2024:2581-1
ReleasedMon Jul 22 12:48:13 2024
SummaryRecommended update for sssd
Typerecommended
Severitymoderate
References1226157
Description:

This update for sssd fixes the following issue:


Advisory IDSUSE-RU-2024:2587-1
ReleasedMon Jul 22 13:44:54 2024
SummaryRecommended update for openssh
Typerecommended
Severitymoderate
References1227456
Description:

This update for openssh fixes the following issues:


Advisory IDSUSE-SU-2024:2597-1
ReleasedTue Jul 23 09:03:59 2024
SummarySecurity update for apache2
Typesecurity
Severityimportant
References1227268,1227269,1227272,CVE-2024-36387,CVE-2024-38475,CVE-2024-38476
Description:

This update for apache2 fixes the following issues:


Advisory IDSUSE-SU-2024:2610-1
ReleasedSat Jul 27 16:42:39 2024
SummarySecurity update for libgit2
Typesecurity
Severityimportant
References1219660,CVE-2024-24577
Description:

This update for libgit2 fixes the following issues:


Advisory IDSUSE-SU-2024:2628-1
ReleasedTue Jul 30 09:09:07 2024
SummarySecurity update for java-17-openjdk
Typesecurity
Severityimportant
References1227298,1228046,1228047,1228048,1228051,1228052,CVE-2024-21131,CVE-2024-21138,CVE-2024-21140,CVE-2024-21145,CVE-2024-21147
Description:

This update for java-17-openjdk fixes the following issues:
Updated to version 17.0.12+7 (July 2024 CPU):


Advisory IDSUSE-SU-2024:2629-1
ReleasedTue Jul 30 09:11:33 2024
SummarySecurity update for java-11-openjdk
Typesecurity
Severityimportant
References1227298,1228046,1228047,1228048,1228050,1228051,1228052,CVE-2024-21131,CVE-2024-21138,CVE-2024-21140,CVE-2024-21144,CVE-2024-21145,CVE-2024-21147
Description:

This update for java-11-openjdk fixes the following issues:
Updated to version 11.0.24+8 (July 2024 CPU):


Advisory IDSUSE-SU-2024:2630-1
ReleasedTue Jul 30 09:12:44 2024
SummarySecurity update for shadow
Typesecurity
Severityimportant
References916845,CVE-2013-4235
Description:

This update for shadow fixes the following issues:


Advisory IDSUSE-SU-2024:2635-1
ReleasedTue Jul 30 09:14:09 2024
SummarySecurity update for openssl-3
Typesecurity
Severityimportant
References1222899,1223336,1226463,1227138,CVE-2024-5535
Description:

This update for openssl-3 fixes the following issues:
Security fixes:


Other fixes:


Advisory IDSUSE-SU-2024:2636-1
ReleasedTue Jul 30 09:14:22 2024
SummarySecurity update for bind
Typesecurity
Severityimportant
References1228255,1228256,1228257,1228258,CVE-2024-0760,CVE-2024-1737,CVE-2024-1975,CVE-2024-4076
Description:

This update for bind fixes the following issues:
Update to release 9.18.28
Security fixes:


Changelog:
* Command-line options for IPv4-only (named -4) and IPv6-only (named -6) modes are now respected for zone primaries, also-notify, and parental-agents. * An RPZ response’s SOA record TTL was set to 1 instead of the SOA TTL, if add-soa was used. This has been fixed. * When a query related to zone maintenance (NOTIFY, SOA) timed out close to a view shutdown (triggered e.g. by rndc reload), named could crash with an assertion failure. This has been fixed. * The statistics channel counters that indicated the number of currently connected TCP IPv4/IPv6 clients were not properly adjusted in certain failure scenarios. This has been fixed. * Some servers that could not be reached due to EHOSTDOWN or ENETDOWN conditions were incorrectly prioritized during server selection. These are now properly handled as unreachable. * On some systems the libuv call may return an error code when sending a TCP reset for a connection, which triggers an assertion failure in named. This error condition is now dealt with in a more graceful manner, by logging the incident and shutting down the connection. * Changes to listen-on statements were ignored on reconfiguration unless the port or interface address was changed, making it impossible to change a related listener transport type. That issue has been fixed. * A bug in the keymgr code unintentionally slowed down some DNSSEC key rollovers. This has been fixed. * Some ISO 8601 durations were accepted erroneously, leading to shorter durations than expected. This has been fixed * A regression in cache-cleaning code enabled memory use to grow significantly more quickly than before, until the configured max-cache-size limit was reached. This has been fixed. * Using rndc flush inadvertently caused cache cleaning to become less effective. This could ultimately lead to the configured max-cache-size limit being exceeded and has now been fixed. * The logic for cleaning up expired cached DNS records was tweaked to be more aggressive. This change helps with enforcing max-cache-ttl and max-ncache-ttl in a timely manner. * It was possible to trigger a use-after-free assertion when the overmem cache cleaning was initiated. This has been fixed. New Features: * A new option signatures-jitter has been added to dnssec-policy to allow signature expirations to be spread out over a period of time. * The statistics channel now includes counters that indicate the number of currently connected TCP IPv4/IPv6 clients. * Added RESOLVER.ARPA to the built in empty zones. Feature Changes: * DNSSEC signatures that are not valid because the current time falls outside the signature inception and expiration dates are skipped instead of causing an immediate validation failure. Security Fixes: * A malicious DNS client that sent many queries over TCP but never read the responses could cause a server to respond slowly or not at all for other clients. This has been fixed. (CVE-2024-0760) * It is possible to craft excessively large resource records sets, which have the effect of slowing down database processing. This has been addressed by adding a configurable limit to the number of records that can be stored per name and type in a cache or zone database. The default is 100, which can be tuned with the new max-records-per-type option. * It is possible to craft excessively large numbers of resource record types for a given owner name, which has the effect of slowing down database processing. This has been addressed by adding a configurable limit to the number of records that can be stored per name and type in a cache or zone database. The default is 100, which can be tuned with the new max-types-per-name option. (CVE-2024-1737) * Validating DNS messages signed using the SIG(0) protocol (RFC 2931) could cause excessive CPU load, leading to a denial-of-service condition. Support for SIG(0) message validation was removed from this version of named. (CVE-2024-1975) * Due to a logic error, lookups that triggered serving stale data and required lookups in local authoritative zone data could have resulted in an assertion failure. This has been fixed. * Potential data races were found in our DoH implementation, related to HTTP/2 session object management and endpoints set object management after reconfiguration. These issues have been fixed. * When looking up the NS records of parent zones as part of looking up DS records, it was possible for named to trigger an assertion failure if serve-stale was enabled. This has been fixed. (CVE-2024-4076)


Advisory IDSUSE-RU-2024:2641-1
ReleasedTue Jul 30 09:29:36 2024
SummaryRecommended update for systemd
Typerecommended
Severitymoderate
References
Description:

This update for systemd fixes the following issues:
systemd was updated from version 254.13 to version 254.15:


* boot: cover for hardware keys on phones/tablets * Conditional PSI check to reflect changes done in 5.13 * core/dbus-manager: refuse SoftReboot() for user managers * core/exec-invoke: reopen OpenFile= fds with O_NOCTTY * core/exec-invoke: use sched_setattr instead of sched_setscheduler * core/unit: follow merged units before updating SourcePath= timestamp too * coredump: correctly take tmpfs size into account for compression * cryptsetup: improve TPM2 blob display * docs: Add section to HACKING.md on distribution packages * docs: fixed dead link to GNOME documentation * docs/CODING_STYLE: document that we nowadays prefer (const char*) for func ret type * Fixed typo in CAP_BPF description * LICENSES/README: expand text to summarize state for binaries and libs * man: fully adopt ~/.local/state/ * man/systemd.exec: list inaccessible files for ProtectKernelTunables * man/tmpfiles: remove outdated behavior regarding symlink ownership * meson: bpf: propagate 'sysroot' for cross compilation * meson: Define __TARGET_ARCH macros required by bpf * mkfs-util: Set sector size for btrfs as well * mkosi: drop CentOS 8 from CI * mkosi: Enable hyperscale-packages-experimental for CentOS * mountpoint-util: do not assume symlinks are not mountpoints * os-util: avoid matching on the wrong extension-release file * README: add missing CONFIG_MEMCG kernel config option for oomd * README: update requirements for signed dm-verity * resolved: allow the full TTL to be used by OPT records * resolved: correct parsing of OPT extended RCODEs * sysusers: handle NSS errors gracefully * TEST-58-REPART: reverse order of diff args * TEST-64-UDEV-STORAGE: Make nvme_subsystem expected pci symlinks more generic * test: fixed TEST-24-CRYPTSETUP on SUSE * test: install /etc/hosts * Use consistent spelling of systemd.condition_first_boot argument * util: make file_read() 64bit offset safe * vmm: make sure we can handle smbios objects without variable part
* analyze: show pcrs also in sha384 bank * chase: Tighten '.' and './' check * core/service: fixed accept-socket deserialization * efi-api: check /sys/class/tpm/tpm0/tpm_version_major, too * executor: check for all permission related errnos when setting up IPC namespace * install: allow removing symlinks even for units that are gone * json: use secure un{base64,hex}mem for sensitive variants * man,units: drop 'temporary' from description of systemd-tmpfiles * missing_loop.h: fixed LOOP_SET_STATUS_SETTABLE_FLAGS * repart: fixed memory leak * repart: Use CRYPT_ACTIVATE_PRIVATE * resolved: permit dnssec rrtype questions when we aren't validating * rules: Limit the number of device units generated for serial ttys * run: do not pass the pty slave fd to transient service in a machine * sd-dhcp-server: clear buffer before receive * strbuf: use GREEDY_REALLOC to grow the buffer


Advisory IDSUSE-SU-2024:2655-1
ReleasedTue Jul 30 15:34:16 2024
SummarySecurity update for python-dnspython
Typesecurity
Severitymoderate
References1222693,CVE-2023-29483
Description:

This update for python-dnspython fixes the following issues:
- CVE-2023-29483: Fixed an issue that allowed remote attackers to interfere with DNS name resolution (bsc#1222693).


Advisory IDSUSE-SU-2024:2662-1
ReleasedTue Jul 30 15:41:34 2024
SummarySecurity update for python-urllib3
Typesecurity
Severitymoderate
References1226469,CVE-2024-37891
Description:

This update for python-urllib3 fixes the following issues:


Advisory IDSUSE-RU-2024:2667-1
ReleasedTue Jul 30 16:14:01 2024
SummaryRecommended update for libxkbcommon
Typerecommended
Severitymoderate
References1218640,1228322
Description:


This update of libxkbcommon fixes the following issue:


Advisory IDSUSE-RU-2024:2677-1
ReleasedWed Jul 31 06:58:52 2024
SummaryRecommended update for wicked
Typerecommended
Severityimportant
References1225976,1226125,1226664
Description:

This update for wicked fixes the following issues:


Advisory IDSUSE-RU-2024:2684-1
ReleasedWed Jul 31 20:04:41 2024
SummaryRecommended update for mozilla-nss
Typerecommended
Severitymoderate
References1214980,1222804,1222807,1222811,1222813,1222814,1222821,1222822,1222826,1222828,1222830,1222833,1222834,1223724,1224113,1224115,1224116,1224118,1227918,CVE-2023-5388
Description:

This update for mozilla-nss fixes the following issues:




Update to NSS 3.101.2:



update to NSS 3.101.1:

update to NSS 3.101:


Update to NSS 3.100:

Update to NSS 3.99:

Update to NSS 3.98:

Update to NSS 3.97:

Update to NSS 3.96.1:

Update to NSS 3.95:

Update to NSS 3.94:

Update to NSS 3.93:

Update to NSS 3.92:

Update to NSS 3.91:

Update to NSS 3.90.3:


Advisory IDSUSE-feature-2024:2688-1
ReleasedThu Aug 1 07:00:59 2024
SummaryFeature update for Public Cloud
Typefeature
Severityimportant
References1222075,1227067,1227106,1227711
Description:

This update for Public Cloud fixes the following issues:




Advisory IDSUSE-RU-2024:2691-1
ReleasedThu Aug 1 12:12:47 2024
SummaryRecommended update for fence-agents
Typerecommended
Severitymoderate
References1224797
Description:

This update for fence-agents fixes the following issues:




Advisory IDSUSE-RU-2024:2747-1
ReleasedMon Aug 5 18:14:40 2024
SummaryRecommended update for suseconnect-ng
Typerecommended
Severityimportant
References1219004,1223107,1226128
Description:

This update for suseconnect-ng fixes the following issues:


Advisory IDSUSE-RU-2024:2779-1
ReleasedTue Aug 6 14:35:49 2024
SummaryRecommended update for permissions
Typerecommended
Severitymoderate
References1228548
Description:


This update for permissions fixes the following issue:


Advisory IDSUSE-SU-2024:2780-1
ReleasedTue Aug 6 14:36:01 2024
SummarySecurity update for patch
Typesecurity
Severitylow
References1167721,CVE-2019-20633
Description:

This update for patch fixes the following issues:


Advisory IDSUSE-SU-2024:2784-1
ReleasedTue Aug 6 14:58:38 2024
SummarySecurity update for curl
Typesecurity
Severityimportant
References1227888,1228535,CVE-2024-6197,CVE-2024-7264
Description:

This update for curl fixes the following issues:


Advisory IDSUSE-RU-2024:2788-1
ReleasedTue Aug 6 15:50:29 2024
SummaryRecommended update for sudo
Typerecommended
Severitymoderate
References1227574
Description:

This update for sudo fixes the following issue:


Advisory IDSUSE-RU-2024:2791-1
ReleasedTue Aug 6 16:35:06 2024
SummaryRecommended update for various 32bit packages
Typerecommended
Severitymoderate
References1228322
Description:


This update of various packages delivers 32bit variants to allow running Wine on SLE PackageHub 15 SP6.


Advisory IDSUSE-SU-2024:2808-1
ReleasedWed Aug 7 09:49:32 2024
SummarySecurity update for shadow
Typesecurity
Severitymoderate
References1228770,CVE-2013-4235
Description:

This update for shadow fixes the following issues:


Advisory IDSUSE-SU-2024:2869-1
ReleasedFri Aug 9 15:59:29 2024
SummarySecurity update for ca-certificates-mozilla
Typesecurity
Severityimportant
References1220356,1227525
Description:

This update for ca-certificates-mozilla fixes the following issues:



Advisory IDSUSE-RU-2024:2886-1
ReleasedTue Aug 13 09:46:48 2024
SummaryRecommended update for dmidecode
Typerecommended
Severitymoderate
References
Description:

This update for dmidecode fixes the following issues:

Update for HPE servers from upstream:
  • dmioem-update-hpe-oem-type-238 patch: Decode PCI bus segment in HPE type 238 records

  • Advisory IDSUSE-RU-2024:2888-1
    ReleasedTue Aug 13 11:07:41 2024
    SummaryRecommended update for util-linux
    Typerecommended
    Severitymoderate
    References1159034,1194818,1218609,1222285
    Description:

    This update for util-linux fixes the following issues:


    Advisory IDSUSE-RU-2024:2912-1
    ReleasedWed Aug 14 20:20:13 2024
    SummaryRecommended update for cloud-regionsrv-client
    Typerecommended
    Severityimportant
    References1222985,1223571,1224014,1224016,1227308
    Description:

    This update for cloud-regionsrv-client contains the following fixes:



    Advisory IDSUSE-RU-2024:2918-1
    ReleasedThu Aug 15 06:59:39 2024
    SummaryRecommended update for grub2
    Typerecommended
    Severityimportant
    References1223535,1226100,1228124
    Description:

    This update for grub2 fixes the following issues:


    Advisory IDSUSE-RU-2024:2932-1
    ReleasedThu Aug 15 12:05:04 2024
    SummaryRecommended update for supportutils
    Typerecommended
    Severitymoderate
    References1222021,1227127,1228265
    Description:

    This update for supportutils fixes the following issues:
    Changes to version 3.2.8


    Advisory IDSUSE-SU-2024:2933-1
    ReleasedThu Aug 15 12:12:50 2024
    SummarySecurity update for openssl-1_1
    Typesecurity
    Severitymoderate
    References1225907,1226463,1227138,CVE-2024-5535
    Description:

    This update for openssl-1_1 fixes the following issues:


    Other fixes:


    Advisory IDSUSE-RU-2024:2957-1
    ReleasedMon Aug 19 10:48:01 2024
    SummaryRecommended update for ldb, samba
    Typerecommended
    Severitymoderate
    References1228732
    Description:

    This update for ldb, samba fixes the following issues:


    Advisory IDSUSE-RU-2024:2967-1
    ReleasedMon Aug 19 15:41:29 2024
    SummaryRecommended update for pam
    Typerecommended
    Severitymoderate
    References1194818
    Description:

    This update for pam fixes the following issue:


    Advisory IDSUSE-RU-2024:2971-1
    ReleasedTue Aug 20 08:13:06 2024
    SummaryRecommended update for perl-DBD-Pg, perl-DBD-SQLite, perl-DBI, perl-YAML-LibYAML
    Typerecommended
    Severitymoderate
    References
    Description:

    This update for perl-DBD-Pg, perl-DBD-SQLite, perl-DBI, perl-YAML-LibYAML fixes the following issues:
    perl-DBI was updated from version 1.642 to 1.643:


    perl-DBD-SQLite was updated from version 1.66 to 1.74:

    perl-DBD-Pg was update from version 3.10.4 to 3.18.0:
    perl-YAML-LibYAML was updated to version 0.89:


    Advisory IDSUSE-SU-2024:3054-1
    ReleasedWed Aug 28 14:48:31 2024
    SummarySecurity update for python3-setuptools
    Typesecurity
    Severityimportant
    References1228105,CVE-2024-6345
    Description:

    This update for python3-setuptools fixes the following issues:


    Advisory IDSUSE-SU-2024:3106-1
    ReleasedTue Sep 3 17:00:40 2024
    SummarySecurity update for openssl-3
    Typesecurity
    Severitymoderate
    References1220523,1220690,1220693,1220696,1221365,1221751,1221752,1221753,1221760,1221786,1221787,1221821,1221822,1221824,1221827,1229465,CVE-2024-6119
    Description:

    This update for openssl-3 fixes the following issues:


    Other fixes:


    Advisory IDSUSE-RU-2024:3121-1
    ReleasedTue Sep 3 17:15:32 2024
    SummaryRecommended update for yast2-users
    Typerecommended
    Severitymoderate
    References1206627,1208913,1209377,1211583,1211753,1228149
    Description:

    This update for yast2-users fixes the following issues:


    Advisory IDSUSE-RU-2024:3124-1
    ReleasedTue Sep 3 17:38:34 2024
    SummaryRecommended update for cryptsetup
    Typerecommended
    Severitymoderate
    References1229975
    Description:

    This update for cryptsetup fixes the following issues:


    Advisory IDSUSE-RU-2024:3129-1
    ReleasedTue Sep 3 17:40:36 2024
    SummaryRecommended update for unzip
    Typerecommended
    Severitymoderate
    References1190273
    Description:

    This update for unzip fixes the following issues:


    Advisory IDSUSE-RU-2024:3131-1
    ReleasedTue Sep 3 17:42:24 2024
    SummaryRecommended update for mozilla-nss
    Typerecommended
    Severitymoderate
    References1224113
    Description:

    This update for mozilla-nss fixes the following issues:


    Advisory IDSUSE-RU-2024:3132-1
    ReleasedTue Sep 3 17:43:10 2024
    SummaryRecommended update for permissions
    Typerecommended
    Severitymoderate
    References1228968,1229329
    Description:

    This update for permissions fixes the following issues:



    Advisory IDSUSE-RU-2024:3135-1
    ReleasedWed Sep 4 08:36:23 2024
    SummaryRecommended update for rsyslog
    Typerecommended
    Severitymoderate
    References
    Description:

    This update for rsyslog fixes the following issues:


    Advisory IDSUSE-SU-2024:3159-1
    ReleasedFri Sep 6 12:15:52 2024
    SummarySecurity update for postgresql16
    Typesecurity
    Severityimportant
    References1224038,1224051,1229013,CVE-2024-4317,CVE-2024-7348
    Description:

    This update for postgresql16 fixes the following issues:


    Advisory IDSUSE-RU-2024:3166-1
    ReleasedMon Sep 9 12:25:30 2024
    SummaryRecommended update for glibc
    Typerecommended
    Severitymoderate
    References1228042
    Description:

    This update for glibc fixes the following issue:


    Advisory IDSUSE-SU-2024:3172-1
    ReleasedMon Sep 9 12:55:40 2024
    SummarySecurity update for apache2
    Typesecurity
    Severityimportant
    References1227276,1227278,1227353,CVE-2024-38473,CVE-2024-38474,CVE-2024-39884
    Description:

    This update for apache2 fixes the following issues:


    Advisory IDSUSE-RU-2024:3178-1
    ReleasedMon Sep 9 14:39:12 2024
    SummaryRecommended update for libzypp, zypper, libsolv, zypp-plugin, PackageKit-branding-SLE, PackageKit, libyui, yast2-pkg-bindings
    Typerecommended
    Severityimportant
    References1081596,1223094,1224771,1225267,1226014,1226030,1226493,1227205,1227625,1227793,1228138,1228206,1228208,1228420,1228787,222971
    Description:

    This update for libzypp, zypper, libsolv, zypp-plugin, PackageKit-branding-SLE, PackageKit, libyui, yast2-pkg-bindings fixes the following issues:


    Advisory IDSUSE-RU-2024:3180-1
    ReleasedMon Sep 9 14:50:18 2024
    SummaryRecommended update for binutils
    Typerecommended
    Severitymoderate
    References1215341,1216908
    Description:

    This update for binutils fixes the following issues:
    Update to current 2.43.1 branch [jsc#PED-10474]:
    Update to version 2.43:


    Update to version 2.42:


    Advisory IDSUSE-RU-2024:3199-1
    ReleasedWed Sep 11 08:46:57 2024
    SummaryRecommended update for yast2-installation
    Typerecommended
    Severitymoderate
    References1181625
    Description:

    This update for yast2-installation fixes the following issue:


    Advisory IDSUSE-SU-2024:3204-1
    ReleasedWed Sep 11 10:55:22 2024
    SummarySecurity update for curl
    Typesecurity
    Severitymoderate
    References1230093,CVE-2024-8096
    Description:

    This update for curl fixes the following issues:


    SUSE-CU-2024:3212-1

    Container Advisory IDSUSE-CU-2024:3212-1
    Container Tagssuse/manager/5.0/x86_64/server:5.0.0 , suse/manager/5.0/x86_64/server:5.0.0.5.44 , suse/manager/5.0/x86_64/server:latest
    Container Release5.44
    The following patches have been included in this update:

    SUSE-CU-2024:3211-1

    Container Advisory IDSUSE-CU-2024:3211-1
    Container Tagssuse/manager/5.0/x86_64/server:5.0.0 , suse/manager/5.0/x86_64/server:5.0.0.5.44 , suse/manager/5.0/x86_64/server:latest
    Container Release5.44
    The following patches have been included in this update:
    Advisory IDSUSE-SU-2023:1693-1
    ReleasedThu Mar 30 10:16:39 2023
    SummarySecurity update for python-Werkzeug
    Typesecurity
    Severityimportant
    References1208283,CVE-2023-25577
    Description:

    This update for python-Werkzeug fixes the following issues:


    Advisory IDSUSE-SU-2023:2263-1
    ReleasedMon May 22 12:16:13 2023
    SummarySecurity update for python-Flask
    Typesecurity
    Severityimportant
    References1211246,CVE-2023-30861
    Description:

    This update for python-Flask fixes the following issues:


    Advisory IDSUSE-SU-2024:1624-1
    ReleasedMon May 13 16:26:07 2024
    SummarySecurity update for python-Werkzeug
    Typesecurity
    Severityimportant
    References1223979,CVE-2024-34069
    Description:

    This update for python-Werkzeug fixes the following issues:


    Advisory IDSUSE-RU-2024:1764-1
    ReleasedThu May 23 04:56:40 2024
    SummaryRecommended update for jackson
    Typerecommended
    Severitymoderate
    References
    Description:

    This update for jackson fixes the following issues:
    jackson-annotations was upgraded to version 2.16.1:


    jackson-bom was upgraded to version 2.16.1:

    jackson-core was upgraded to version 2.16.1:

    jackson-databind was upgraded to version 2.16.1:

    jackson-dataformats-binary was upgraded to version 2.16.1:

    jackson-modules-base was upgraded to version 2.16.1:

    jackson-parent was upgraded to version 2.16:
    jackson-parent, fasterxml-oss-parent:


    Advisory IDSUSE-RU-2024:1850-1
    ReleasedThu May 30 13:46:58 2024
    SummaryRecommended update for sg3_utils
    Typerecommended
    Severitymoderate
    References1219547
    Description:

    This update for sg3_utils fixes the following issue:


    Advisory IDSUSE-RU-2024:1851-1
    ReleasedThu May 30 13:53:44 2024
    SummaryRecommended update for dwz
    Typerecommended
    Severitylow
    References1221634
    Description:

    This update for dwz fixes the following issues:


    Advisory IDSUSE-RU-2024:1852-1
    ReleasedThu May 30 14:02:02 2024
    SummaryRecommended update for wicked
    Typerecommended
    Severitymoderate
    References1205604,1218926,1219108,1224100
    Description:

    This update for wicked fixes the following issues:


    Advisory IDSUSE-SU-2024:1863-1
    ReleasedThu May 30 14:18:27 2024
    SummarySecurity update for python-Jinja2
    Typesecurity
    Severitymoderate
    References1218722,1223980,CVE-2024-22195,CVE-2024-34064
    Description:

    This update for python-Jinja2 fixes the following issues:


    Advisory IDSUSE-SU-2024:1874-1
    ReleasedFri May 31 05:05:25 2024
    SummarySecurity update for Java
    Typesecurity
    Severityimportant
    References1187446,1224410,CVE-2021-33813
    Description:

    This update for Java fixes thefollowing issues:
    apiguardian was updated to vesion 1.1.2:


    assertj-core was implemented at version 3.25.3:

    byte-buddy was updated to version v1.14.16:

    * Update ASM and introduce support for Java 23.

    * Allow attaching from root on J9.

    * Adjust type validation to accept additional names that are legal in the class file format. * Fix dynamic attach on Windows when a service user is active. * Avoid failure when using Android's strict mode.
    dom4j was updated to version 2.1.4:

    * Added new factory method org.dom4j.io.SAXReader.createDefault(). It has more secure defaults than new SAXReader(), which uses system XMLReaderFactory.createXMLReader() or SAXParserFactory.newInstance().newSAXParser(). * If you use some optional dependency of dom4j (for example Jaxen, xsdlib etc.), you need to specify an explicit dependency on it in your project. They are no longer marked as a mandatory transitive dependency by dom4j. * Following SAX parser features are disabled by default in DocumentHelper.parse() for security reasons (they were enabled in previous versions): + http://xml.org/sax/properties/external-general-entities + http://xml.org/sax/properties/external-parameter-entities

    * Do not depend on jtidy, since it is not used during build * Fixed license to Plexus * JPMS: Add the Automatic-Module-Name attribute to the manifest. * Make a separate flavour for a minimal `dom4j-bootstrap` package used to build `jaxen` and full `dom4j` * Updated pull-parser version * Reuse the writeAttribute method in writeAttributes * Support build on OS with non-UTF8 as default charset * Gradle: add an automatic module name * Use Correct License Name 'Plexus' * Possible vulnerability of DocumentHelper.parseText() to XML injection * CVS directories left in the source tree * XMLWriter does not escape supplementary unicode characters correctly * writer.writeOpen(x) doesn't write namespaces * Fixed concurrency problem with QNameCache * All dependencies are optional * SAXReader: hardcoded namespace features * Validate QNames * StringIndexOutOfBoundsException in XMLWriter.writeElementContent() * TreeNode has grown some generics * QName serialization fix * DocumentException initialize with nested exception * Accidentally occurring error in a multi-threaded test * Added compatibility with W3C DOM Level 3 * Use Java generics
    hamcrest:

    junit had the following change:

    junit5 was updated to version 5.10.2:
    jdom:

    * CVE-2021-33813: Fixed an XXE issue in SAXBuilder in JDOM through 2.0.6 allows attackers to cause a denial of service via a crafted HTTP request (bsc#1187446)

    jaxen was implemented at version 2.0.0:

    jopt-simple:

    objectweb-asm was updated to version 9.7:


    open-test-reporting:

    saxpath was implemented at version 1.0 FCS:

    xom was implemented at version 1.3.9:


    Advisory IDSUSE-RU-2024:1876-1
    ReleasedFri May 31 06:47:32 2024
    SummaryRecommended update for aaa_base
    Typerecommended
    Severitymoderate
    References1221361
    Description:

    This update for aaa_base fixes the following issues:


    Advisory IDSUSE-RU-2024:1877-1
    ReleasedFri May 31 06:48:40 2024
    SummaryRecommended update for fdupes
    Typerecommended
    Severitymoderate
    References1195709,1197484
    Description:

    This update for fdupes fixes the following issues:


    Advisory IDSUSE-SU-2024:1880-1
    ReleasedFri May 31 08:45:12 2024
    SummarySecurity update for python-requests
    Typesecurity
    Severitymoderate
    References1224788,CVE-2024-35195
    Description:

    This update for python-requests fixes the following issues:


    Advisory IDSUSE-RU-2024:1883-1
    ReleasedFri May 31 09:31:11 2024
    SummaryRecommended update for iputils
    Typerecommended
    Severitymoderate
    References1224877
    Description:

    This update for iputils fixes the following issue:


    Advisory IDSUSE-RU-2024:1887-1
    ReleasedFri May 31 19:08:38 2024
    SummaryRecommended update for suse-module-tools
    Typerecommended
    Severitymoderate
    References1192014,1216717,1217979,1223278,1224320
    Description:

    This update for suse-module-tools fixes the following issues:


    Advisory IDSUSE-RU-2024:1897-1
    ReleasedMon Jun 3 10:45:08 2024
    SummaryRecommended update for postfix
    Typerecommended
    Severitymoderate
    References1223264,1224207
    Description:

    This update for postfix fixes the following issues:


    Advisory IDSUSE-SU-2024:1941-1
    ReleasedFri Jun 7 16:33:38 2024
    SummarySecurity update for sssd
    Typesecurity
    Severityimportant
    References1223050,1223100,CVE-2023-3758
    Description:

    This update for sssd fixes the following issues:


    The following non-security bugs were fixed:


    Advisory IDSUSE-SU-2024:1943-1
    ReleasedFri Jun 7 17:04:06 2024
    SummarySecurity update for util-linux
    Typesecurity
    Severityimportant
    References1218609,1220117,1221831,1223605,CVE-2024-28085
    Description:

    This update for util-linux fixes the following issues:


    Advisory IDSUSE-SU-2024:1950-1
    ReleasedFri Jun 7 17:20:14 2024
    SummarySecurity update for glib2
    Typesecurity
    Severitymoderate
    References1224044,CVE-2024-34397
    Description:

    This update for glib2 fixes the following issues:
    Update to version 2.78.6:


    Changes in version 2.78.5:

    Changes in version 2.78.4:


    Advisory IDSUSE-RU-2024:1951-1
    ReleasedFri Jun 7 17:27:16 2024
    SummaryRecommended update for libbpf
    Typerecommended
    Severitymoderate
    References1221101
    Description:

    This update for libbpf fixes the following issues:


    Advisory IDSUSE-RU-2024:1954-1
    ReleasedFri Jun 7 18:01:06 2024
    SummaryRecommended update for glibc
    Typerecommended
    Severitymoderate
    References1221482
    Description:

    This update for glibc fixes the following issues:


    Advisory IDSUSE-RU-2024:1956-1
    ReleasedMon Jun 10 04:50:39 2024
    SummaryRecommended update for google-errorprone, guava
    Typerecommended
    Severitymoderate
    References
    Description:

    This update for google-errorprone, guava fixes the following issues:
    guava:


    * Changes of version 33.1.0:
    + Updated our Error Prone dependency to 2.26.1, which includes a JPMS-ready jar of annotations. If you use the Error Prone annotations in a modular build of your own code, you may need to add a requires line for them. + base: Added a Duration overload for Suppliers.memoizeWithExpiration. + base: Deprecated the remaining two overloads of Throwables.propagateIfPossible. They won't be deleted, but we recommend migrating off them. + cache: Fixed a bug that could cause false 'recursive load' reports during refresh. + graph: Changed the return types of transitiveClosure() and reachableNodes() to Immutable* types. reachableNodes() already returned an immutable object (even though that was not reflected in the declared return type); transitiveClosure() used to return a mutable object. The old signatures remain available, so this change does not break binary compatibility. + graph: Changed the behavior of views returned by graph accessor methods that take a graph element as input: They now throw IllegalStateException when that element is removed from the graph. + hash: Optimized Checksum-based hash functions for Java 9+. + testing: Exposed FakeTicker Duration methods to Android users. + util.concurrent: Deprecated the constructors of UncheckedExecutionException and ExecutionError that don't accept a cause. We won't remove these constructors, but we recommend migrating off them, as users of those classes often assume that instances will contain a cause. + util.concurrent: Improved the correctness of racy accesses for J2ObjC users.
    * Changes of version 33.0.0:
    + This version of guava-android contains some package-private methods whose signature includes the Java 8 Collector API. This is a test to identify any problems before we expose those methods publicly to users. Please report any problems that you encounter. + Changed various classes to catch Exception instead of RuntimeException even when only RuntimeException is theoretically possible. This can help code that throws undeclared exceptions, as some bytecode rewriters (e.g., Robolectric) and languages (e.g., Kotlin) do. + Added an Automatic-Module-Name to failureaccess, Guava's one strong runtime dependency. + reflect: In guava-android only, removed Invokable.getAnnotatedReturnType() and Parameter.getAnnotatedType(). These methods never worked in an Android VM, and to reflect that, they were born @Deprecated, @Beta, and @DoNotCall. They're now preventing us from rolling out some new Android compatibility testing. This is the only binary-incompatible change in this release, and it should have no effect in practice. Still, we bump the major version number to follow Semantic Versioning. + util.concurrent: Changed our implementations to avoid eagerly initializing loggers during class loading. This can help performance, especially under Android.
    * Changes of version 32.1.3:
    + Changed Gradle Metadata to include dependency versions directly. This may address 'Could not find some-dependency' errors that some users have reported (which might be a result of users' excluding guava-parent). + collect: Changed Multisets.unmodifiableMultiset(set) .removeIf(predicate) to throw an exception always, even if nothing matches predicate. + graph: Fixed the behavior of Graph/ValueGraph views for a node when that node is removed from the graph. + io: Fixed Files.createTempDir and FileBackedOutputStream under Windows services, a rare use case. (The fix actually covers only Java 9+ because Java 8 would require an additional approach. Let us know if you need support under Java 8.) + net: Made MediaType.parse allow and skip over whitespace around the / and = separator tokens in addition to the ; separator, for which it was already being allowed. + util.concurrent: Tweaked Futures.getChecked constructor-selection behavior: The method continues to prefer to call constructors with a String parameter, but now it breaks ties based on whether the constructor has a Throwable parameter. Beyond that, the choice of constructor remains undefined. (For this and other reasons, we discourage the use of getChecked.)
    * Changes of version 32.1.2:
    + Removed the section of our Gradle metadata that caused Gradle to report conflicts with listenablefuture. + Changed our Maven project to avoid affecting which version of Mockito our Gradle users see. + collect: Under J2CL, exposed ImmutableList and ImmutableSet methods copyOf and of for JavaScript usage. + net: Optimized InternetDomainName construction.
    * Changes of version 32.1.1:
    + Fixed our broken Gradle metadata from 32.1.0. Sorry again for the trouble. If you use Gradle, please still read the release notes from that version: You may still see errors from the new checking that the metadata enables, and the release notes discuss how to fix those errors.
    * Changes of version 32.1.0:
    + collect: Tweaked more nullness annotations. + hash: Enhanced crc32c() to use Java's hardware-accelerated implementation where available. + util.concurrent: Added Duration-based default methods to ListeningExecutorService. + Began updating Javadoc to focus less on APIs that have been superseded by additions to the JDK. We're also looking to add more documentation that directs users to JDK equivalents for our APIs. Further PRs welcome! + Fixed some problems with using Guava from a Java Agent. (But we don't test that configuration, and we don't know how well we'll be able to keep it working.) + Fixed BootstrapMethodError when using CacheBuilder from a custom system class loader. (As with the previous item, we're not sure how well we'll be able to keep this use case working.) + Suppressed a harmless unusable-by-js warning seen by users of guava-gwt.

    google-errorprone, google-errorprone-annotations:

    * Changes of version 2.26.1:
    + Fixes the module name: from 'com.google.errorprone.annotation' to 'com.google.errorprone.annotations'. Amends the OSGi build not to include 'Automatic-Module-Name' in the MANIFEST.MF for the 'annotations' project.
    * Changes of version 2.26.0:
    + The 'annotations' artifact now includes a module-info.java for Java Platform Module System support. + Disabled checks passed to -XepPatchChecks are now ignored, instead of causing a crash. + New checks:
    - SystemConsoleNull: Null-checking System.console() is not a reliable way to detect if the console is connected to a terminal. - EnumOrdinal: Discourage uses of Enum.ordinal()
    + Closed issues:
    - Add module-info.java - 2.19.x: Exception thrown when a disabled check is passed to -XepPatchChecks - Ignore disabled checks passed to -XepPatchChecks - feat: add jpms definition for annotations - Add the 'compile' goal for 'compile-java9'
    * Changes of version 2.25.0:
    + New checks:
    - JUnitIncompatibleType: Detects incompatible types passed to an assertion, similar to TruthIncompatibleType - RedundantSetterCall: Detects fields set twice in the same chained expression. Generalization of previous ProtoRedundantSet check to also handle AutoValue.
    + Closed issues:
    - Crash in UnnecessaryStringBuilder - Fix typos - Add support for specifying badEnclosingTypes for BadImport via flags - Some BugPattern docs are missing code examples - Remove incorrect statement from BugPattern index doc - Do not report NonFinalStaticField findings for fields modified in @BeforeAll methods
    * Changes of version 2.24.1:
    + Add an assertion to try to help debug
    * Changes of version 2.24.0:
    + New checks:
    - MultipleNullnessAnnotations: Discourage multiple nullness annotations - NullableTypeParameter: Discourage nullness annotations on type parameters - NullableWildcard: Discourage nullness annotations on wildcards - SuperCallToObjectMethod: Generalization of SuperEqualsIsObjectEquals, now covers hashCode
    * Changes of version 2.23.0:
    + New checks: DuplicateDateFormatField, NonFinalStaticField, StringCharset, StringFormatWithLiteral, SuperEqualsIsObjectEquals + Bug fixes and improvements
    * Changes of version 2.22.0:
    + New checks:
    - ClosingStandardOutputStreams: Prevents accidentally closing System.{out,err} with try-with-resources - TruthContainsExactlyElementsInUsage: containsExactly is preferred over containsExactlyElementsIn when creating new iterables - UnnecessaryAsync: detects unnecessary use of async primitives in local (and hence single-threaded) scopes - ReturnAtTheEndOfVoidFunction: detects unnecessary return statements at the end of void functions - MultimapKeys: Suggests using keySet() instead of iterating over Multimap.keys(), which does not collapse duplicates
    + Bug fixes and improvements: - Don't complain about literal IP addresses in AddressSelection - Prevent SuggestedFixes#renameMethod from modifying return type declaration - Fix UnusedVariable false positives for private record parameters - When running in conservative mode, no longer assume that implementations of Map.get, etc. return null - CanIgnoreReturnValueSuggester: Support additional exempting method annotations - UnusedVariable: exclude junit5's @RegisterExtension - Support running all available patch checks - Upgrade java-diff-utils 4.0 -> 4.12 - Flag unused Refaster template parameters - Support @SuppressWarnings('all') - Prevent Refaster UMemberSelect from matching method parameters - MissingDefault : Don't require // fall out comments on expression switches - Skip UnnecessaryLambda findings for usages in enhanced for loops - Fix bug where nested MissingBraces violations' suggested fixes result in broken code - Add support for specifying exemptPrefixes/exemptNames for UnusedVariable via flags - UnusedMethod: Added exempting variable annotations
    * Changes of version 2.21.1: + Handle overlapping ranges in suppressedRegions + Add AddressSelection to discourage APIs that convert a hostname to a single address
    * Changes of version 2.21.0:
    + New Checkers:
    - AttemptedNegativeZero: Prevents accidental use of -0, which is the same as 0. The floating-point negative zero is -0.0. - ICCProfileGetInstance: Warns on uses of ICC_Profile.getInstance(String), due to JDK-8191622. - MutableGuiceModule: Fields in Guice modules should be final. - NullableOptional: Discourages @Nullable-annotated Optionals. - OverridingMethodInconsistentArgumentNamesChecker: Arguments of overriding method are inconsistent with overridden method.
    + Fixed issues:
    - Avoid MemberName IOOBE on lambda parameters inside overriding methods - Improve LockOnNonEnclosingClassLiteral documentation - Security scan reported high CVE for com.google.guava:guava:31.1-jre - Upgrade guava to 32.0.1 - Proposal: checker to prevent other checkers from calling javac methods that changed across JDKs - Add support in ASTHelpersSuggestions for getEnclosedElements
    * Changes of version 2.20.0:
    + This release is compatible with early-access builds of JDK 21. + New Checkers: InlineTrivialConstant, UnnecessaryStringBuilder, BanClassLoader, DereferenceWithNullBranch, DoNotUseRuleChain, LockOnNonEnclosingClassLiteral, MissingRefasterAnnotation, NamedLikeContextualKeyword, NonApiType + Fixes issues:
    - Introduce MissingRefasterAnnotation checker - Fix minor typo in URepeated - Drop unused constant Template#AUTOBOXING_DEFAULT - Introduce command-line flag -XepAllSuggestionsAsWarnings - JDK21 compatibility - Add OSGi runtime metadata to error-prone's MANIFEST.MF files - Use EISOP Checker Framework version 3.34.0-eisop1 - NotJavadoc pattern does not allow Javadoc on module declarations - ErrorProneInjector incorrectly picks up the no-args constructor - Several high CVEs related to dependency com.google.protobuf:protobuf-java:3.19.2 - Upgrade protobuf-java to 3.19.6
    * Changes of version 2.19.1:
    + This release fixes a binary compatibility issue when running on JDK 11
    * Changes of version 2.19.0:
    + New Checkers: NotJavadoc, StringCaseLocaleUsage, UnnecessaryTestMethodPrefix + Fixes issues:
    - Exclude inner classes annotated with @Nested from ClassCanBeStatic rule - Optimize VisitorState#getSymbolFromName - ClassCanBeStatic: Exclude JUnit @Nested classes - BadImport: flag static import of newInstance methods - Support given for enforcing DirectInvocationOnMock: issue 3396 - Handle yield statement case in ASTHelpers#targetType - Should ASTHelpers.getSymbol(Tree) be annotated with @Nullable? - Fix '@' character in javadoc code snippets - Replace guava cache with caffeine - Discourage APIs locale-dependent APIs like String.to{Lower,Upper}Case - Introduce StringCaseLocaleUsage check
    * Changes of version 2.18.0:
    + New Checkers: InjectOnBugCheckers, LabelledBreakTarget, UnusedLabel, YodaCondition + Fixes issues:
    - @SuppressWarnings('InlineFormatString') doesn't work - Refaster: support method invocation type argument inlining - java.lang.IllegalArgumentException: Cannot edit synthetic AST nodes with specific record constructor - Rename class to match filename - Optimize VisitorState#getSymbolFromName - refactor: refactor bad smell UnusedLabel - LambdaFunctionalInterface crash with IllegalArgumentException when processing an enum constructor taking a lambda - Fix JDK 20-ea build compatibility - UngroupedOverloads: ignore generated constructors - [errorprone 2.17.0] NPE in StatementSwitchToExpressionSwitch.analyzeSwitchTree - StatementSwitchToExpressionSwitch: handle empty statement blocks - StatementSwitchToExpressionSwitch: only trigger on compatible target versions - Fix Finalize bugpattern to match protected finalize() - Make MemoizeConstantVisitorStateLookups check suppressible
    * Changes of version 2.17.0:
    + New Checkers: AvoidObjectArrays, Finalize, IgnoredPureGetter, ImpossibleNullComparison, MathAbsoluteNegative, NewFileSystem, StatementSwitchToExpressionSwitch, UnqualifiedYield + Fixed issues:
    - InvalidParam warning on Javadoc for Java record components - UnusedMethod flags @JsonValue methods as unused - UnusedMethod: Add more JPA lifecycle annotations or make annotations configurable - UnusedMethod: Support additional exempting method annotations - Have InvalidParam support records - Fix -XepDisableAllWarnings flag when passed on its own - ASTHelpersSuggestions does not flag call to packge() on com.sun.tools.javac.code.Symbol.ClassSymbol - @SupressWarnings on record compact constructor causes crash
    * Changes of version 2.16.0:
    + New Checkers: ASTHelpersSuggestions, CanIgnoreReturnValueSuggester, LenientFormatStringValidation, UnnecessarilyUsedValue + Fixed issues: - Avoid using non-ASCII Unicode characters outside of comments and literals - NullPointerException thrown during analysis - NPE analysing new style switch statement (2.14.0) - ImmutableChecker handles null types - Drop pre-JDK 11 logic from Refaster's Inliner class
    * Changes of version 2.15.0:
    + New Checkers: BuilderReturnThis, CanIgnoreReturnValueSuggester, CannotMockFinalClass, CannotMockFinalMethod, DirectInvocationOnMock, ExtendsObject, MockNotUsedInProduction, NoCanIgnoreReturnValueOnClasses, NullArgumentForNonNullParameter, SelfAlwaysReturnsThis, UnsafeWildcard, UnusedTypeParameter
    * Changes of version 2.14.0:
    + New checkers: BanJNDI, EmptyTopLevelDeclaration, ErroneousBitwiseExpression, FuzzyEqualsShouldNotBeUsedInEqualsMethod, Interruption, NullableOnContainingClass
    * Changes of version 2.13.1:
    + Fix a crash in UnnecessaryBoxedVariable + Include the unicode character in the diagnostic message
    * Changes of version 2.13.0:
    + Handle all annotations with the simple name Generated in -XepDisableWarningsInGeneratedCode + Reconcile BugChecker#isSuppressed with suppression handling in ErrorProneScanner + Fix a bug in enclosingPackage + Improve performance of fix application + Implicitly treat @AutoBuilder setter methods as @CanIgnoreReturnValue. + Remove some obsolete checks (PublicConstructorForAbstractClass, HashCodeToString)
    * Changes of version 2.12.1:
    + This release adds an infrastructure optimization to AppliedFix source code processing.
    * Changes of version 2.12.0:
    + New checks: BoxedPrimitiveEquality, DoubleBraceInitialization, IgnoredPureGetter, LockOnBoxedPrimitive, IncorrectMainMethod, LongDoubleConversion, RobolectricShadowDirectlyOn, StaticAssignmentOfThrowable, UnnecessaryLongToIntConversion, Varifier


    Advisory IDSUSE-SU-2024:1962-1
    ReleasedMon Jun 10 13:09:11 2024
    SummarySecurity update for libvirt
    Typesecurity
    Severitymoderate
    References1222584,1223849,CVE-2024-4418
    Description:

    This update for libvirt fixes the following issues:


    Advisory IDSUSE-SU-2024:1963-1
    ReleasedMon Jun 10 13:09:41 2024
    SummarySecurity update for apache2
    Typesecurity
    Severityimportant
    References1221401,1222330,1222332,CVE-2023-38709,CVE-2024-24795,CVE-2024-27316
    Description:

    This update for apache2 fixes the following issues:


    Advisory IDSUSE-RU-2024:1994-1
    ReleasedTue Jun 11 15:03:55 2024
    SummaryRecommended update for iputils
    Typerecommended
    Severitymoderate
    References
    Description:

    This update for iputils fixes the following issue:


    Advisory IDSUSE-RU-2024:1997-1
    ReleasedTue Jun 11 17:24:32 2024
    SummaryRecommended update for e2fsprogs
    Typerecommended
    Severitymoderate
    References1223596
    Description:

    This update for e2fsprogs fixes the following issues:


    Advisory IDSUSE-RU-2024:1998-1
    ReleasedTue Jun 11 22:53:43 2024
    SummaryRecommended update for yast2-registration
    Typerecommended
    Severitymoderate
    References1223301
    Description:

    This update for yast2-registration fixes the following issue:


    Advisory IDSUSE-RU-2024:2024-1
    ReleasedThu Jun 13 16:15:18 2024
    SummaryRecommended update for jitterentropy
    Typerecommended
    Severitymoderate
    References1209627
    Description:

    This update for jitterentropy fixes the following issues:


    Updated to 3.4.1


    Advisory ID33664
    ReleasedThu Jun 13 21:03:11 2024
    SummaryRecommended update for libsolv, libzypp, zypper, PackageKit-branding-SLE, PackageKit, libyui, yast2-pkg-bindings
    Typerecommended
    Severityimportant
    References1222086,1223430,1223766,1224242
    Description:

    This update for libsolv, libzypp, zypper, PackageKit-branding-SLE, PackageKit, libyui, yast2-pkg-bindings fixes the following issues:


    Advisory IDSUSE-SU-2024:2059-1
    ReleasedTue Jun 18 13:11:29 2024
    SummarySecurity update for openssl-1_1
    Typesecurity
    Severityimportant
    References1225551,CVE-2024-4741
    Description:

    This update for openssl-1_1 fixes the following issues:


    Advisory IDSUSE-SU-2024:2060-1
    ReleasedTue Jun 18 13:11:47 2024
    SummarySecurity update for less
    Typesecurity
    Severityimportant
    References1222849,CVE-2024-32487
    Description:

    This update for less fixes the following issues:


    Advisory IDSUSE-SU-2024:2066-1
    ReleasedTue Jun 18 13:16:09 2024
    SummarySecurity update for openssl-3
    Typesecurity
    Severityimportant
    References1223428,1224388,1225291,1225551,CVE-2024-4603,CVE-2024-4741
    Description:

    This update for openssl-3 fixes the following issues:
    Security issues fixed:


    Other issues fixed:


    Advisory IDSUSE-RU-2024:2075-1
    ReleasedTue Jun 18 17:52:50 2024
    SummaryRecommended update for sudo
    Typerecommended
    Severitymoderate
    References1222104,1226008
    Description:

    This update for sudo fixes the following issues:


    Advisory IDSUSE-SU-2024:2083-1
    ReleasedWed Jun 19 08:33:38 2024
    SummarySecurity update for libarchive
    Typesecurity
    Severityimportant
    References1225971,1225972,CVE-2024-20696,CVE-2024-20697
    Description:

    This update for libarchive fixes the following issues:


    Advisory IDSUSE-RU-2024:2085-1
    ReleasedWed Jun 19 11:36:00 2024
    Summaryrecommended update for python-requests
    Typerecommended
    Severitymoderate
    References1225912
    Description:

    This update for python-requests fixes the following issue:


    Advisory IDSUSE-RU-2024:2086-1
    ReleasedWed Jun 19 11:48:24 2024
    SummaryRecommended update for gcc13
    Typerecommended
    Severitymoderate
    References1188441
    Description:

    This update for gcc13 fixes the following issues:
    Update to GCC 13.3 release


    Advisory IDSUSE-RU-2024:2104-1
    ReleasedThu Jun 20 10:44:39 2024
    SummaryRecommended update for google-cloud SDK
    Typerecommended
    Severitymoderate
    References
    Description:

    This update for protobuf and python-grpcio fixes the following issue:


    Advisory IDSUSE-RU-2024:2172-1
    ReleasedMon Jun 24 05:51:55 2024
    SummaryRecommended update for iproute2
    Typerecommended
    Severitymoderate
    References1204562
    Description:

    This update for iproute2 fixes the following issues:
    iproute2 was updated to version 6.4 (jsc#PED-6820 jsc#PED-6844, jsc#PED-8358):




    * f_flower: Introduce L2TPv3 support * bridge: fdb: Add support for locked FDB entries * bridge: link: Add MAC Authentication Bypass (MAB) support * ip: Support --json on `ip neigh get` * tc: Add JSON output to tc-class

    * man: ss.8: fix a typo * testsuite: fix build failure * genl: remove unused vars in Makefile * json: do not escape single quotes * ip-monitor: Do not error out when RTNLGRP_STATS is not available * ip-link: man: Document existence of netns argument in add command * macsec: add Extended Packet Number support * macsec: add user manual description for extended packet number feature * ip: xfrm: support 'external' (`collect_md`) mode in xfrm interfaces * ip: xfrm: support adding xfrm metadata as lwtunnel info in routes * ip: add NLM_F_ECHO support * libnetlink: add offset for nl_dump_ext_ack_done * tc/tc_monitor: print netlink extack message * rtnetlink: add new function rtnl_echo_talk() * ip: fix return value for rtnl_talk failures * iplink_bridge: Add no_linklocal_learn option support * devlink: use dl_no_arg instead of checking dl_argc == 0 * devlink: remove dl_argv_parse_put * mnlg: remove unnused mnlg_socket structure * utils: extract CTRL_ATTR_MAXATTR and save it * devlink: expose nested devlink for a line card object * devlink: load port-ifname map on demand * devlink: fix parallel flash notifications processing * devlink: move use_iec into struct dl * devlink: fix typo in variable name in ifname_map_cb() * devlink: load ifname map on demand from ifname_map_rev_lookup() as well * dcb: unblock mnl_socket_recvfrom if not message received * libnetlink: Fix memory leak in __rtnl_talk_iov() * tc_util: Fix no error return when large parent id used * tc_util: Change datatype for maj to avoid overflow issue * ss: man: add missing entries for MPTCP * ss: man: add missing entries for TIPC * ss: usage: add missing parameters * ss: re-add TIPC query support * devlink: Fix setting parent for 'rate add' * link: display 'allmulti' counter * seg6: add support for flavors in SRv6 End* behaviors * tc: ct: Fix invalid pointer dereference * uapi: update from 6.1 pre rc1 * u32: fix json formatting of flowid * tc_stab: remove dead code * uapi: update for in.h and ip.h * remove #if 0 code * tc: add json support to size table * tc: put size table options in json object * tc/basic: fix json output filter * iplink: support JSON in MPLS output * tc: print errors on stderr * ip: print mpls errors on stderr * tc: make prefix const * man: add missing tc class show * iplink_can: add missing `]' of the bitrate, dbitrate and termination arrays * ip link: add sub-command to view and change DSA conduit interface

    * ipstats: Add param.h for musl * Update kernel headers * libbpf: add xdp program name support * iplink: bond_slave: add per port prio support * seg6: add support for SRv6 Headend Reduced Encapsulation * lib: Introduce ppp protocols * f_flower: Introduce PPPoE support

    * ip/iplink_virt_wifi: add support for virt_wifi * Update kernel headers * libnetlink: Add filtering to rtnl_statsdump_req_filter() * ipstats: Add a 'set' command * ipstats: Add a group 'link' * libbpf: Use bpf_object__load instead of bpf_object__load_xattr * uapi: change name for zerocopy sendfile in tls * bridge: vxlan device vnifilter support * f_flower: Add num of vlans parameter

    * The build issues with libbpf should be fixed now. * Building with clang is now supported. * There are still some warnings with gcc-12 that will need to be fixed in the upstream kernel headers.

    * lib/fs: fix memory leak in get_task_name() * bridge: Remove vlan listing from `bridge link` * bond: add arp_missed_max option * libnetlink: fix socket leak in rtnl_open_byproto() * dcb: Fix error reporting when accessing 'dcb app' * tc_util: Fix parsing action control with space and slash * lib: fix ax25.h include for musl * uapi: add missing rose and ax25 files * rdma: Fix res_print_uint() and add res_print_u64() * tc: Add support for ce_threshold_value/mask in fq_codel


    * devlink: Fix cmd_dev_param_set() to check configuration mode * ip: add AMT support * iplink_can: fix configuration ranges in print_usage() and add unit * tc: flower: Fix buffer overflow on large labels * ip/ipnexthop: fix unsigned overflow in parse_nh_group_type_res() * tc/m_vlan: fix print_vlan() conditional on TCA_VLAN_ACT_PUSH_ETH * iplink_can: add new CAN FD bittiming parameters: Transmitter Delay Compensation (TDC)

    * lib: bpf_legacy: fix bpffs mount when /sys/fs/bpf exists * man: devlink-port: fix the devlink port add synopsis * man: devlink-port: fix pfnum for devlink port add * iptuntap: fix multi-queue flag display * mptcp: unbreak JSON endpoint list * ipneigh: add support to print brief output of neigh cache in tabular format * ip/bond: add LACP active support * ip/tunnel: always print all known attributes * Add, show, link, remove IOAM namespaces and schemas * New IOAM6 encap type for routes * tc/skbmod: Introduce SKBMOD_F_ECN option * tc/f_flower: fix port range parsing


    Advisory IDSUSE-RU-2024:2179-1
    ReleasedMon Jun 24 11:30:16 2024
    SummaryRecommended update for sssd
    Typerecommended
    Severitymoderate
    References1226407
    Description:

    This update for sssd fixes the following issue:


    Advisory IDSUSE-SU-2024:2200-1
    ReleasedTue Jun 25 13:53:17 2024
    SummarySecurity update for avahi
    Typesecurity
    Severitymoderate
    References1216594,1216598,1226586,CVE-2023-38469,CVE-2023-38471
    Description:

    This update for avahi fixes the following issues:


    Advisory IDSUSE-RU-2024:2214-1
    ReleasedTue Jun 25 17:11:26 2024
    SummaryRecommended update for util-linux
    Typerecommended
    Severitymoderate
    References1225598
    Description:

    This update for util-linux fixes the following issue:


    Advisory IDSUSE-RU-2024:2229-1
    ReleasedWed Jun 26 08:20:55 2024
    SummaryRecommended update for apache2
    Typerecommended
    Severityimportant
    References1226217
    Description:

    This update for apache2 fixes the following issues:


    Advisory IDSUSE-RU-2024:2234-1
    ReleasedWed Jun 26 12:54:27 2024
    SummaryRecommended update for suse-module-tools
    Typerecommended
    Severitymoderate
    References1224400
    Description:

    This update for suse-module-tools fixes the following issue:


    Advisory IDSUSE-RU-2024:2239-1
    ReleasedWed Jun 26 13:09:10 2024
    SummaryRecommended update for systemd
    Typerecommended
    Severitycritical
    References1226415
    Description:

    This update for systemd contains the following fixes:





    Advisory IDSUSE-RU-2024:2241-1
    ReleasedWed Jun 26 15:37:28 2024
    SummaryRecommended update for wicked
    Typerecommended
    Severityimportant
    References1218668
    Description:

    This update for wicked fixes the following issues:


    Advisory IDSUSE-RU-2024:2264-1
    ReleasedTue Jul 2 10:14:25 2024
    SummaryRecommended update for python-rpm-macros
    Typerecommended
    Severitymoderate
    References
    Description:

    This update for python-rpm-macros fixes the following issues:


    * Fix python_clone sed regex

    * Make sure that RPM_BUILD_ROOT env is set * don't eliminate any cmdline arguments in the shebang line * Create python313 macros

    * Fix typo 310 -> 312 in default-prjconf

    * SPEC0: Drop python39, add python312 to buildset (#169)

    * fix python2_compile macro

    * make FLAVOR_compile compatible with python2

    * Combine fix_shebang in one line * New macro FLAVOR_fix_shebang_path * Use realpath in %python_clone macro shebang replacement * Compile and fix_shebang in %python_install macros

    * Revert 'Compile and fix_shebang in %python_install macros'

    * Compile and fix_shebang in %python_install macros

    * Fix shebang also in sbin with macro _fix_shebang

    * move compile loop to python * remove python38


    Advisory IDSUSE-SU-2024:2266-1
    ReleasedTue Jul 2 10:14:58 2024
    SummarySecurity update for postgresql16
    Typesecurity
    Severitymoderate
    References1224038,1224051,CVE-2024-4317
    Description:

    This update for postgresql16 fixes the following issues:
    PostgreSQL upgrade to version 16.3 (bsc#1224051):


    Bug fixes:

    Release notes:


    Advisory IDSUSE-SU-2024:2275-1
    ReleasedTue Jul 2 16:33:30 2024
    SummarySecurity update for openssh
    Typesecurity
    Severityimportant
    References1226642,CVE-2024-6387
    Description:

    This update for openssh fixes the following issues:


    Advisory IDSUSE-OU-2024:2282-1
    ReleasedTue Jul 2 22:41:28 2024
    SummaryOptional update for openscap, scap-security-guide
    Typeoptional
    Severitymoderate
    References
    Description:


    This update for scap-security-guide and openscap provides the SCAP tooling for SLE Micro 5.3, 5.4, 5.5.
    This includes shipping openscap dependencies libxmlsec1-1 and libxmlsec1-openssl for SLE Micro.


    Advisory IDSUSE-RU-2024:2284-1
    ReleasedWed Jul 3 05:27:30 2024
    SummaryRecommended update for gmavenplus-plugin, istack-commons, replacer, xmvn
    Typerecommended
    Severitymoderate
    References
    Description:

    This update for gmavenplus-plugin, istack-commons, replacer, xmvn fixes the following issues:
    gmavenplus-plugin, istack-commons, replacer, xmvn:


    Advisory IDSUSE-SU-2024:2290-1
    ReleasedWed Jul 3 11:35:00 2024
    SummarySecurity update for libxml2
    Typesecurity
    Severitylow
    References1224282,CVE-2024-34459
    Description:

    This update for libxml2 fixes the following issues:


    Advisory IDSUSE-RU-2024:2306-1
    ReleasedFri Jul 5 10:28:10 2024
    SummaryRecommended update for libvirt
    Typerecommended
    Severitymoderate
    References1226492
    Description:

    This update for libvirt fixes the following issue:


    Advisory IDSUSE-SU-2024:2307-1
    ReleasedFri Jul 5 12:04:34 2024
    SummarySecurity update for krb5
    Typesecurity
    Severityimportant
    References1227186,1227187,CVE-2024-37370,CVE-2024-37371
    Description:

    This update for krb5 fixes the following issues:


    Advisory IDSUSE-OU-2024:2316-1
    ReleasedMon Jul 8 11:18:56 2024
    SummaryOptional update for NetworkManager
    Typeoptional
    Severitylow
    References1227333
    Description:

    This optional update for NetworkManager fixes the following issue:


    Advisory IDSUSE-SU-2024:2393-1
    ReleasedWed Jul 10 17:33:47 2024
    SummarySecurity update for openssh
    Typesecurity
    Severitymoderate
    References1218215,1224392,1225904,1227318,1227350,CVE-2023-51385,CVE-2024-39894
    Description:

    This update for openssh fixes the following issues:
    Security fixes:


    Other fixes:


    SUSE-CU-2024:2290-1

    Container Advisory IDSUSE-CU-2024:2290-1
    Container Tagssuse/manager/5.0/x86_64/server:5.0.0-rc , suse/manager/5.0/x86_64/server:5.0.0-rc.4.56 , suse/manager/5.0/x86_64/server:latest
    Container Release4.56
    The following patches have been included in this update:
    Advisory IDSUSE-RU-2020:314-1
    ReleasedTue Feb 4 14:13:27 2020
    SummaryRecommended update for gssproxy
    Typerecommended
    Severitymoderate
    References1024309
    Description:

    This update for gssproxy fixes the following issues:


    Also ding-libs was updated from 0.6.0 to 0.6.1 (jsc#ECO-248):


    Advisory IDSUSE-RU-2020:521-1
    ReleasedThu Feb 27 18:08:56 2020
    SummaryRecommended update for c-ares
    Typerecommended
    Severitymoderate
    References1125306,1159006
    Description:

    This update for c-ares fixes the following issues:
    c-ares version update to 1.15.0:



    Advisory IDSUSE-SU-2020:3478-1
    ReleasedMon Nov 23 09:33:17 2020
    SummarySecurity update for c-ares
    Typesecurity
    Severitymoderate
    References1178882,CVE-2020-8277
    Description:

    This update for c-ares fixes the following issues:


    Advisory IDSUSE-RU-2020:3616-1
    ReleasedThu Dec 3 10:56:12 2020
    SummaryRecommended update for c-ares
    Typerecommended
    Severitymoderate
    References1178882
    Description:




    Advisory IDSUSE-SU-2021:2760-1
    ReleasedTue Aug 17 17:11:14 2021
    SummarySecurity update for c-ares
    Typesecurity
    Severityimportant
    References1188881,CVE-2021-3672
    Description:

    This update for c-ares fixes the following issues:
    Version update to git snapshot 1.17.1+20200724:


    Advisory IDSUSE-RU-2021:3022-1
    ReleasedMon Sep 13 10:48:16 2021
    SummaryRecommended update for c-ares
    Typerecommended
    Severityimportant
    References1190225
    Description:

    This update for c-ares fixes the following issue:


    Advisory IDSUSE-SU-2022:2660-1
    ReleasedWed Aug 3 21:06:01 2022
    SummarySecurity update for java-17-openjdk
    Typesecurity
    Severityimportant
    References1201684,1201685,1201692,1201694,CVE-2022-21540,CVE-2022-21541,CVE-2022-21549,CVE-2022-34169
    Description:

    This update for java-17-openjdk fixes the following issues:
    Update to upstream tag jdk-17.0.4+8 (July 2022 CPU)


    Advisory IDSUSE-RU-2022:3822-1
    ReleasedMon Oct 31 23:53:38 2022
    SummaryRecommended update for adcli
    Typerecommended
    Severitymoderate
    References1202647
    Description:

    This update for adcli fixes the following issues:


    Advisory IDSUSE-SU-2022:4079-1
    ReleasedFri Nov 18 15:36:28 2022
    SummarySecurity update for java-17-openjdk
    Typesecurity
    Severitymoderate
    References1203476,1204468,1204472,1204473,1204475,1204480,CVE-2022-21618,CVE-2022-21619,CVE-2022-21624,CVE-2022-21628,CVE-2022-39399
    Description:

    This update for java-17-openjdk fixes the following issues:


    Advisory IDSUSE-RU-2023:297-1
    ReleasedTue Feb 7 13:17:47 2023
    SummaryRecommended update for java-17-openjdk
    Typerecommended
    Severitymoderate
    References1205916
    Description:

    This update for java-17-openjdk fixes the following issues:



    Advisory IDSUSE-SU-2023:435-1
    ReleasedThu Feb 16 11:06:29 2023
    SummarySecurity update for java-17-openjdk
    Typesecurity
    Severitymoderate
    References1205916,1207246,1207248,CVE-2023-21835,CVE-2023-21843
    Description:

    This update for java-17-openjdk fixes the following issues:
    Updated to version jdk-17.0.6.0+10:
    - CVE-2023-21835: Fixed handshake DoS attack against DTLS connections (bsc#1207246). - CVE-2023-21843: Fixed soundbank URL remote loading (bsc#1207248).
    Bugfixes:
    - Avoid calling C_GetInfo() too early, before cryptoki is initialized (bsc#1205916).


    Advisory IDSUSE-SU-2023:486-1
    ReleasedThu Feb 23 10:38:13 2023
    SummarySecurity update for c-ares
    Typesecurity
    Severityimportant
    References1208067,CVE-2022-4904
    Description:

    This update for c-ares fixes the following issues:
    Updated to version 1.19.0:
    - CVE-2022-4904: Fixed missing string length check in config_sortlist() (bsc#1208067).


    Advisory IDSUSE-RU-2023:1632-1
    ReleasedTue Mar 28 12:53:57 2023
    SummaryRecommended update for java-17-openjdk
    Typerecommended
    Severityimportant
    References1206549
    Description:

    This update for java-17-openjdk fixes the following issues:


    Advisory IDSUSE-SU-2023:2110-1
    ReleasedFri May 5 14:10:21 2023
    SummarySecurity update for java-17-openjdk
    Typesecurity
    Severityimportant
    References1209333,1210628,1210631,1210632,1210634,1210635,1210636,1210637,CVE-2023-21930,CVE-2023-21937,CVE-2023-21938,CVE-2023-21939,CVE-2023-21954,CVE-2023-21967,CVE-2023-21968
    Description:

    This update for java-17-openjdk fixes the following issues:
    Update to upstrem tag jdk-17.0.7+7 (April 2023 CPU)
    Security fixes:


    Other fixes:


    Advisory IDSUSE-SU-2023:2313-1
    ReleasedTue May 30 09:29:25 2023
    SummarySecurity update for c-ares
    Typesecurity
    Severityimportant
    References1211604,1211605,1211606,1211607,CVE-2023-31124,CVE-2023-31130,CVE-2023-31147,CVE-2023-32067
    Description:

    This update for c-ares fixes the following issues:
    Update to version 1.19.1:


    Advisory IDSUSE-RU-2023:2340-1
    ReleasedThu Jun 1 09:46:52 2023
    SummaryRecommended update for java-17-openjdk
    Typerecommended
    Severitymoderate
    References1210392,1211259
    Description:

    This update for java-17-openjdk fixes the following issues:

    than 127 (SG#65673, bsc#1210392)
  • Do not install separate nss.fips.cfg file, since there is now one in the tree and the install happens automatically
  • Enable system property file by default, without which the FIPS mode would never get enabled (bsc#1211259)

  • Advisory IDSUSE-RU-2023:2825-1
    ReleasedFri Jul 14 11:21:46 2023
    SummaryRecommended update for java-17-openjdk
    Typerecommended
    Severitymoderate
    References1211679
    Description:

    This update for java-17-openjdk fixes the following issues:


    Advisory IDSUSE-SU-2023:3023-1
    ReleasedFri Jul 28 21:59:48 2023
    SummarySecurity update for java-17-openjdk
    Typesecurity
    Severityimportant
    References1207922,1213473,1213474,1213475,1213479,1213481,1213482,CVE-2023-22006,CVE-2023-22036,CVE-2023-22041,CVE-2023-22044,CVE-2023-22045,CVE-2023-22049,CVE-2023-25193
    Description:

    This update for java-17-openjdk fixes the following issues:
    Updated to version jdk-17.0.8+7 (July 2023 CPU):
    - CVE-2023-22006: Fixed vulnerability in the network component (bsc#1213473). - CVE-2023-22036: Fixed vulnerability in the utility component (bsc#1213474). - CVE-2023-22041: Fixed vulnerability in the hotspot component (bsc#1213475). - CVE-2023-22044: Fixed vulnerability in the hotspot component (bsc#1213479). - CVE-2023-22045: Fixed vulnerability in the hotspot component (bsc#1213481). - CVE-2023-22049: Fixed vulnerability in the libraries component (bsc#1213482). - CVE-2023-25193: Fixed vulnerability in the embedded harfbuzz module (bsc#1207922).
    - JDK-8294323: Improve Shared Class Data - JDK-8296565: Enhanced archival support - JDK-8298676, JDK-8300891: Enhanced Look and Feel - JDK-8300285: Enhance TLS data handling - JDK-8300596: Enhance Jar Signature validation - JDK-8301998, JDK-8302084: Update HarfBuzz to 7.0.1 - JDK-8302475: Enhance HTTP client file downloading - JDK-8302483: Enhance ZIP performance - JDK-8303376: Better launching of JDI - JDK-8304460: Improve array usages - JDK-8304468: Better array usages - JDK-8305312: Enhanced path handling - JDK-8308682: Enhance AES performance
    Bugfixes:
    - JDK-8178806: Better exception logging in crypto code - JDK-8201516: DebugNonSafepoints generates incorrect information - JDK-8224768: Test ActalisCA.java fails - JDK-8227060: Optimize safepoint cleanup subtask order - JDK-8227257: javax/swing/JFileChooser/4847375/bug4847375.java fails with AssertionError - JDK-8238274: (sctp) JDK-7118373 is not fixed for SctpChannel - JDK-8244976: vmTestbase/nsk/jdi/Event/request/request001.java doesn' initialize eName - JDK-8245877: assert(_value != __null) failed: resolving NULL _value in JvmtiExport::post_compiled_method_load - JDK-8248001: javadoc generates invalid HTML pages whose ftp:// links are broken - JDK-8252990: Intrinsify Unsafe.storeStoreFence - JDK-8254711: Add java.security.Provider.getService JFR Event - JDK-8257856: Make ClassFileVersionsTest.java robust to JDK version updates - JDK-8261495: Shenandoah: reconsider update references memory ordering - JDK-8268288: jdk/jfr/api/consumer/streaming/ /TestOutOfProcessMigration.java fails with 'Error: ShouldNotReachHere()' - JDK-8268298: jdk/jfr/api/consumer/log/TestVerbosity.java fails: unexpected log message - JDK-8268582: javadoc throws NPE with --ignore-source-errors option - JDK-8269821: Remove is-queue-active check in inner loop of write_ref_array_pre_work - JDK-8270434: JDI+UT: Unexpected event in JDI tests - JDK-8270859: Post JEP 411 refactoring: client libs with maximum covering > 10K - JDK-8270869: G1ServiceThread may not terminate - JDK-8271519: java/awt/event/SequencedEvent/ /MultipleContextsFunctionalTest.java failed with 'Total [200] - Expected [400]' - JDK-8273909: vmTestbase/nsk/jdi/Event/request/request001 can still fail with 'ERROR: new event is not ThreadStartEvent' - JDK-8274243: Implement fast-path for ASCII-compatible CharsetEncoders on aarch64 - JDK-8274615: Support relaxed atomic add for linux-aarch64 - JDK-8274864: Remove Amman/Cairo hacks in ZoneInfoFile - JDK-8275233: Incorrect line number reported in exception stack trace thrown from a lambda expression - JDK-8275287: Relax memory ordering constraints on updating instance class and array class counters - JDK-8275721: Name of UTC timezone in a locale changes depending on previous code - JDK-8275735: [linux] Remove deprecated Metrics api (kernel memory limit) - JDK-8276058: Some swing test fails on specific CI macos system - JDK-8277407: javax/swing/plaf/synth/SynthButtonUI/6276188/ /bug6276188.java fails to compile after JDK-8276058 - JDK-8277775: Fixup bugids in RemoveDropTargetCrashTest.java - add 4357905 - JDK-8278146: G1: Rework VM_G1Concurrent VMOp to clearly identify it as pause - JDK-8278434: timeouts in test java/time/test/java/time/ /format/TestZoneTextPrinterParser.java - JDK-8278834: Error 'Cannot read field 'sym' because 'this.lvar[od]' is null' when compiling - JDK-8282077: PKCS11 provider C_sign() impl should handle CKR_BUFFER_TOO_SMALL error - JDK-8282201: Consider removal of expiry check in VerifyCACerts.java test - JDK-8282227: Locale information for nb is not working properly - JDK-8282704: runtime/Thread/StopAtExit.java may leak memory - JDK-8283057: Update GCC to version 11.2.0 for Oracle builds on Linux - JDK-8283062: Uninitialized warnings in libgtest with GCC 11.2 - JDK-8283520: JFR: Memory leak in dcmd_arena - JDK-8283566: G1: Improve G1BarrierSet::enqueue performance - JDK-8284331: Add sanity check for signal handler modification warning. - JDK-8285635: javax/swing/JRootPane/DefaultButtonTest.java failed with Default Button not pressed for L&F: com.sun.java.swing.plaf.motif.MotifLookAndFeel - JDK-8285987: executing shell scripts without #! fails on Alpine linux - JDK-8286191: misc tests fail due to JDK-8285987 - JDK-8286287: Reading file as UTF-16 causes Error which 'shouldn't happen' - JDK-8286331: jni_GetStringUTFChars() uses wrong heap allocator - JDK-8286346: 3-parameter version of AllocateHeap should not ignore AllocFailType - JDK-8286398: Address possibly lossy conversions in jdk.internal.le - JDK-8287007: [cgroups] Consistently use stringStream throughout parsing code - JDK-8287246: DSAKeyValue should check for missing params instead of relying on KeyFactory provider - JDK-8287541: Files.writeString fails to throw IOException for charset 'windows-1252' - JDK-8287854: Dangling reference in ClassVerifier::verify_class - JDK-8287876: The recently de-problemlisted TestTitledBorderLeak test is unstable - JDK-8287897: Augment src/jdk.internal.le/share/legal/jline.md with information on 4th party dependencies - JDK-8288589: Files.readString ignores encoding errors for UTF-16 - JDK-8289509: Improve test coverage for XPath Axes: descendant, descendant-or-self, following, following-sibling - JDK-8289735: UTIL_LOOKUP_PROGS fails on pathes with space - JDK-8289949: Improve test coverage for XPath: operators - JDK-8290822: C2: assert in PhaseIdealLoop::do_unroll() is subject to undefined behavior - JDK-8291226: Create Test Cases to cover scenarios for JDK-8278067 - JDK-8291637: HttpClient default keep alive timeout not followed if server sends invalid value - JDK-8291638: Keep-Alive timeout of 0 should close connection immediately - JDK-8292206: TestCgroupMetrics.java fails as getMemoryUsage() is lower than expected - JDK-8292301: [REDO v2] C2 crash when allocating array of size too large - JDK-8292407: Improve Weak CAS VarHandle/Unsafe tests resilience under spurious failures - JDK-8292713: Unsafe.allocateInstance should be intrinsified without UseUnalignedAccesses - JDK-8292755: Non-default method in interface leads to a stack overflow in JShell - JDK-8292990: Improve test coverage for XPath Axes: parent - JDK-8293295: Add type check asserts to java_lang_ref_Reference accessors - JDK-8293492: ShenandoahControlThread missing from hs-err log and thread dump - JDK-8293858: Change PKCS7 code to use default SecureRandom impl instead of SHA1PRNG - JDK-8293887: AArch64 build failure with GCC 12 due to maybe-uninitialized warning in libfdlibm k_rem_pio2.c - JDK-8294183: AArch64: Wrong macro check in SharedRuntime::generate_deopt_blob - JDK-8294281: Allow warnings to be disabled on a per-file basis - JDK-8294673: JFR: Add SecurityProviderService#threshold to TestActiveSettingEvent.java - JDK-8294717: (bf) DirectByteBuffer constructor will leak if allocating Deallocator or Cleaner fails with OOME - JDK-8294906: Memory leak in PKCS11 NSS TLS server - JDK-8295564: Norwegian Nynorsk Locale is missing formatting - JDK-8295974: jni_FatalError and Xcheck:jni warnings should print the native stack when there are no Java frames - JDK-8296084: javax/swing/JSpinner/4788637/bug4788637.java fails intermittently on a VM - JDK-8296318: use-def assert: special case undetected loops nested in infinite loops - JDK-8296343: CPVE thrown on missing content-length in OCSP response - JDK-8296412: Special case infinite loops with unmerged backedges in IdealLoopTree::check_safepts - JDK-8296545: C2 Blackholes should allow load optimizations - JDK-8296934: Write a test to verify whether Undecorated Frame can be iconified or not - JDK-8297000: [jib] Add more friendly warning for proxy issues - JDK-8297154: Improve safepoint cleanup logging - JDK-8297450: ScaledTextFieldBorderTest.java fails when run with -show parameter - JDK-8297587: Upgrade JLine to 3.22.0 - JDK-8297730: C2: Arraycopy intrinsic throws incorrect exception - JDK-8297955: LDAP CertStore should use LdapName and not String for DNs - JDK-8298488: [macos13] tools/jpackage tests failing with 'Exit code: 137' on macOS - JDK-8298887: On the latest macOS+XCode the Robot API may report wrong colors - JDK-8299179: ArrayFill with store on backedge needs to reduce length by 1 - JDK-8299259: C2: Div/Mod nodes without zero check could be split through iv phi of loop resulting in SIGFPE - JDK-8299544: Improve performance of CRC32C intrinsics (non-AVX-512) for small inputs - JDK-8299570: [JVMCI] Insufficient error handling when CodeBuffer is exhausted - JDK-8299959: C2: CmpU::Value must filter overflow computation against local sub computation - JDK-8300042: Improve CPU related JFR events descriptions - JDK-8300079: SIGSEGV in LibraryCallKit::inline_string_copy due to constant NULL src argument - JDK-8300823: UB: Compile::_phase_optimize_finished is initialized too late - JDK-8300939: sun/security/provider/certpath/OCSP/ /OCSPNoContentLength.java fails due to network errors - JDK-8301050: Detect Xen Virtualization on Linux aarch64 - JDK-8301119: Support for GB18030-2022 - JDK-8301123: Enable Symbol refcounting underflow checks in PRODUCT - JDK-8301190: [vectorapi] The typeChar of LaneType is incorrect when default locale is tr - JDK-8301216: ForkJoinPool invokeAll() ignores timeout - JDK-8301338: Identical branch conditions in CompileBroker::print_heapinfo - JDK-8301491: C2: java.lang.StringUTF16::indexOfChar intrinsic called with negative character argument - JDK-8301637: ThreadLocalRandom.current().doubles().parallel() contention - JDK-8301661: Enhance os::pd_print_cpu_info on macOS and Windows - JDK-8302151: BMPImageReader throws an exception reading BMP images - JDK-8302172: [JVMCI] HotSpotResolvedJavaMethodImpl.canBeInlined must respect ForceInline - JDK-8302320: AsyncGetCallTrace obtains too few frames in sanity test - JDK-8302491: NoClassDefFoundError omits the original cause of an error - JDK-8302508: Add timestamp to the output TraceCompilerThreads - JDK-8302594: use-after-free in Node::destruct - JDK-8302595: use-after-free related to GraphKit::clone_map - JDK-8302791: Add specific ClassLoader object to Proxy IllegalArgumentException message - JDK-8302849: SurfaceManager might expose partially constructed object - JDK-8303069: Memory leak in CompilerOracle::parse_from_line - JDK-8303102: jcmd: ManagementAgent.status truncates the text longer than O_BUFLEN - JDK-8303130: Document required Accessibility permissions on macOS - JDK-8303354: addCertificatesToKeystore in KeystoreImpl.m needs CFRelease call in early potential CHECK_NULL return - JDK-8303433: Bump update version for OpenJDK: jdk-17.0.8 - JDK-8303440: The 'ZonedDateTime.parse' may not accept the 'UTC+XX' zone id - JDK-8303465: KeyStore of type KeychainStore, provider Apple does not show all trusted certificates - JDK-8303476: Add the runtime version in the release file of a JDK image - JDK-8303482: Update LCMS to 2.15 - JDK-8303508: Vector.lane() gets wrong value on x86 - JDK-8303511: C2: assert(get_ctrl(n) == cle_out) during unrolling - JDK-8303564: C2: 'Bad graph detected in build_loop_late' after a CMove is wrongly split thru phi - JDK-8303575: adjust Xen handling on Linux aarch64 - JDK-8303576: addIdentitiesToKeystore in KeystoreImpl.m needs CFRelease call in early potential CHECK_NULL return - JDK-8303588: [JVMCI] make JVMCI source directories conform with standard layout - JDK-8303809: Dispose context in SPNEGO NegotiatorImpl - JDK-8303822: gtestMain should give more helpful output - JDK-8303861: Error handling step timeouts should never be blocked by OnError and others - JDK-8303937: Corrupted heap dumps due to missing retries for os::write() - JDK-8303949: gcc10 warning Linux ppc64le - note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5 - JDK-8304054: Linux: NullPointerException from FontConfiguration.getVersion in case no fonts are installed - JDK-8304063: tools/jpackage/share/AppLauncherEnvTest.java fails when checking LD_LIBRARY_PATH - JDK-8304134: jib bootstrapper fails to quote filename when checking download filetype - JDK-8304291: [AIX] Broken build after JDK-8301998 - JDK-8304295: harfbuzz build fails with GCC 7 after JDK-8301998 - JDK-8304350: Font.getStringBounds calculates wrong width for TextAttribute.TRACKING other than 0.0 - JDK-8304671: javac regression: Compilation with --release 8 fails on underscore in enum identifiers - JDK-8304683: Memory leak in WB_IsMethodCompatible - JDK-8304760: Add 2 Microsoft TLS roots - JDK-8304867: Explicitly disable dtrace for ppc builds - JDK-8304880: [PPC64] VerifyOops code in C1 doesn't work with ZGC - JDK-8305088: SIGSEGV in Method::is_method_handle_intrinsic - JDK-8305113: (tz) Update Timezone Data to 2023c - JDK-8305400: ISO 4217 Amendment 175 Update - JDK-8305403: Shenandoah evacuation workers may deadlock - JDK-8305481: gtest is_first_C_frame failing on ARM - JDK-8305690: [X86] Do not emit two REX prefixes in Assembler::prefix - JDK-8305711: Arm: C2 always enters slowpath for monitorexit - JDK-8305721: add `make compile-commands` artifacts to .gitignore - JDK-8305975: Add TWCA Global Root CA - JDK-8305993: Add handleSocketErrorWithMessage to extend nio Net.c exception message - JDK-8305994: Guarantee eventual async monitor deflation - JDK-8306072: Open source several AWT MouseInfo related tests - JDK-8306133: Open source few AWT Drag & Drop related tests - JDK-8306409: Open source AWT KeyBoardFocusManger, LightWeightComponent related tests - JDK-8306432: Open source several AWT Text Component related tests - JDK-8306466: Open source more AWT Drag & Drop related tests - JDK-8306489: Open source AWT List related tests - JDK-8306543: GHA: MSVC installation is failing - JDK-8306640: Open source several AWT TextArea related tests - JDK-8306652: Open source AWT MenuItem related tests - JDK-8306658: GHA: MSVC installation could be optional since it might already be pre-installed - JDK-8306664: GHA: Update MSVC version to latest stepping - JDK-8306681: Open source more AWT DnD related tests - JDK-8306683: Open source several clipboard and color AWT tests - JDK-8306752: Open source several container and component AWT tests - JDK-8306753: Open source several container AWT tests - JDK-8306755: Open source few Swing JComponent and AbstractButton tests - JDK-8306768: CodeCache Analytics reports wrong threshold - JDK-8306774: Make runtime/Monitor/ /GuaranteedAsyncDeflationIntervalTest.java more reliable - JDK-8306825: Monitor deflation might be accidentally disabled by zero intervals - JDK-8306850: Open source AWT Modal related tests - JDK-8306871: Open source more AWT Drag & Drop tests - JDK-8306883: Thread stacksize is reported with wrong units in os::create_thread logging - JDK-8306941: Open source several datatransfer and dnd AWT tests - JDK-8306943: Open source several dnd AWT tests - JDK-8306954: Open source five Focus related tests - JDK-8306955: Open source several JComboBox jtreg tests - JDK-8306976: UTIL_REQUIRE_SPECIAL warning on grep - JDK-8306996: Open source Swing MenuItem related tests - JDK-8307080: Open source some more JComboBox jtreg tests - JDK-8307128: Open source some drag and drop tests 4 - JDK-8307130: Open source few Swing JMenu tests - JDK-8307133: Open source some JTable jtreg tests - JDK-8307134: Add GTS root CAs - JDK-8307135: java/awt/dnd/NotReallySerializableTest/ /NotReallySerializableTest.java failed - JDK-8307331: Correctly update line maps when class redefine rewrites bytecodes - JDK-8307346: Add missing gc+phases logging for ObjectCount(AfterGC) JFR event collection code - JDK-8307347: serviceability/sa/ClhsdbDumpclass.java could leave files owned by root on macOS - JDK-8307378: Allow collectors to provide specific values for GC notifications' actions - JDK-8307381: Open Source JFrame, JIF related Swing Tests - JDK-8307425: Socket input stream read burns CPU cycles with back-to-back poll(0) calls - JDK-8307799: Newly added java/awt/dnd/MozillaDnDTest.java has invalid jtreg `@requires` clause - JDK-8308554: [17u] Fix commit of 8286191. vm.musl was not removed from ExternalEditorTest - JDK-8308880: [17u] micro bench ZoneStrings missed in backport of 8278434 - JDK-8308884: [17u/11u] Backout JDK-8297951 - JDK-8311467: [17u] Remove designator DEFAULT_PROMOTED_VERSION_PRE=ea for release 17.0.8


    Advisory IDSUSE-RU-2023:3649-1
    ReleasedMon Sep 18 15:45:04 2023
    SummaryRecommended update for java-17-openjdk
    Typerecommended
    Severityimportant
    References
    Description:

    This update for java-17-openjdk fixes the following issues:


    Advisory IDSUSE-SU-2023:4289-1
    ReleasedTue Oct 31 09:15:08 2023
    SummarySecurity update for java-17-openjdk
    Typesecurity
    Severityimportant
    References1214790,1216339,1216374,CVE-2023-22025,CVE-2023-22081
    Description:

    This update for java-17-openjdk fixes the following issues:


    - CVE-2023-22081: Fixed a partial denial of service issue that could be triggered via HTTPS (bsc#1216374). - CVE-2023-22025: Fixed a memory corruption issue in applications using AVX-512 (bsc#1216339).
    Please visit the Oracle Release Notes page for the full changelog:
    https://www.oracle.com/java/technologies/javase/17all-relnotes.html


    Advisory IDSUSE-RU-2024:230-1
    ReleasedThu Jan 25 11:11:27 2024
    SummaryRecommended update for adcli
    Typerecommended
    Severitymoderate
    References1214076
    Description:

    This update for adcli fixes the following issues:


    Advisory IDSUSE-SU-2024:325-1
    ReleasedMon Feb 5 11:39:10 2024
    SummarySecurity update for java-17-openjdk
    Typesecurity
    Severityimportant
    References1218903,1218905,1218907,1218908,1218909,1218911,CVE-2024-20918,CVE-2024-20919,CVE-2024-20921,CVE-2024-20932,CVE-2024-20945,CVE-2024-20952
    Description:

    This update for java-17-openjdk fixes the following issues:
    Updated to version 17.0.10 (January 2024 CPU):
    - CVE-2024-20918: Fixed an out of bounds access in the Hotspot JVM due to a missing bounds check (bsc#1218907). - CVE-2024-20919: Fixed a sandbox bypass in the Hotspot JVM class file verifier (bsc#1218903). - CVE-2024-20921: Fixed an incorrect optimization in the Hotspot JVM that could lead to corruption of JVM memory (bsc#1218905). - CVE-2024-20932: Fixed an incorrect handling of ZIP files with duplicate entries (bsc#1218908). - CVE-2024-20945: Fixed a potential private key leak through debug logs (bsc#1218909). - CVE-2024-20952: Fixed an RSA padding issue and timing side-channel attack against TLS (bsc#1218911).
    Find the full release notes at:
    https://mail.openjdk.org/pipermail/jdk-updates-dev/2024-January/029089.html


    Advisory IDSUSE-RU-2024:948-1
    ReleasedWed Mar 20 15:36:58 2024
    SummaryRecommended update for java-17-openjdk
    Typerecommended
    Severitymoderate
    References1219662
    Description:

    This update for java-17-openjdk fixes the following issues:


    Advisory IDSUSE-SU-2024:1136-1
    ReleasedMon Apr 8 11:30:15 2024
    SummarySecurity update for c-ares
    Typesecurity
    Severitymoderate
    References1220279,CVE-2024-25629
    Description:

    This update for c-ares fixes the following issues:


    Advisory IDSUSE-RU-2024:1341-1
    ReleasedThu Apr 18 15:29:45 2024
    SummaryRecommended update for tftp
    Typerecommended
    Severitymoderate
    References1215520
    Description:

    This update for tftp fixes the following issue:


    Advisory IDSUSE-RU-2024:1344-1
    ReleasedThu Apr 18 18:50:37 2024
    SummaryRecommended update for libzypp, zypper
    Typerecommended
    Severitymoderate
    References1175678,1218171,1221525,1222086
    Description:

    This update for libzypp, zypper fixes the following issues:


    Advisory IDSUSE-SU-2024:1345-1
    ReleasedThu Apr 18 19:15:51 2024
    SummarySecurity update for tomcat
    Typesecurity
    Severityimportant
    References1221385,1221386,CVE-2024-23672,CVE-2024-24549
    Description:

    This update for tomcat fixes the following issues:


    Other fixes:


    Advisory IDSUSE-SU-2024:1368-1
    ReleasedMon Apr 22 11:06:29 2024
    SummarySecurity update for shim
    Typesecurity
    Severityimportant
    References1198101,1205588,1205855,1210382,1213945,1215098,1215099,1215100,1215101,1215102,1215103,1219460,CVE-2022-28737,CVE-2023-40546,CVE-2023-40547,CVE-2023-40548,CVE-2023-40549,CVE-2023-40550,CVE-2023-40551
    Description:

    This update for shim fixes the following issues:


    Update to version 15.8:
    Security issues fixed:

    The NX flag is disable which is same as the default value of shim-15.8, hence, not need to enable it by this patch now.



    Advisory IDSUSE-RU-2024:1429-1
    ReleasedWed Apr 24 15:13:10 2024
    SummaryRecommended update for ca-certificates
    Typerecommended
    Severitymoderate
    References1188500,1221184
    Description:

    This update for ca-certificates fixes the following issue:


    Advisory IDSUSE-SU-2024:1439-1
    ReleasedThu Apr 25 23:41:12 2024
    SummarySecurity update for python-idna
    Typesecurity
    Severitymoderate
    References1222842,CVE-2024-3651
    Description:

    This update for python-idna fixes the following issues:


    Advisory IDSUSE-RU-2024:1458-1
    ReleasedMon Apr 29 07:47:34 2024
    SummaryRecommended update for vim
    Typerecommended
    Severitymoderate
    References1220763
    Description:

    This update for vim fixes the following issues:


    Advisory IDSUSE-RU-2024:1487-1
    ReleasedThu May 2 10:43:53 2024
    SummaryRecommended update for aaa_base
    Typerecommended
    Severitymoderate
    References1211721,1221361,1221407,1222547
    Description:

    This update for aaa_base fixes the following issues:


    Advisory IDSUSE-SU-2024:1498-1
    ReleasedMon May 6 09:42:11 2024
    SummarySecurity update for java-11-openjdk
    Typesecurity
    Severitylow
    References1213470,1222979,1222983,1222984,1222986,1222987,CVE-2024-21011,CVE-2024-21012,CVE-2024-21068,CVE-2024-21085,CVE-2024-21094
    Description:

    This update for java-11-openjdk fixes the following issues:


    Other fixes:


    Advisory IDSUSE-SU-2024:1499-1
    ReleasedMon May 6 09:44:56 2024
    SummarySecurity update for java-17-openjdk
    Typesecurity
    Severitylow
    References1213470,1222979,1222983,1222986,1222987,CVE-2024-21011,CVE-2024-21012,CVE-2024-21068,CVE-2024-21094
    Description:

    This update for java-17-openjdk fixes the following issues:


    Other fixes:


    Advisory IDSUSE-RU-2024:1529-1
    ReleasedMon May 6 11:52:10 2024
    SummaryRecommended update for salt
    Typerecommended
    Severitymoderate
    References1211649,1211888,1216850,1218482,1219001
    Description:

    This update for salt fixes the following issues:


    Advisory IDSUSE-SU-2024:1530-1
    ReleasedMon May 6 11:52:34 2024
    SummarySecurity update for grafana and mybatis
    Typesecurity
    Severitymoderate
    References1219912,1222155,CVE-2023-6152,CVE-2024-1313
    Description:

    This update for grafana and mybatis fixes the following issues:
    grafana was updated to version 9.5.18:


    * CVE-2024-1313: Require same organisation when deleting snapshots (bsc#1222155) * CVE-2023-6152: Add email verification when updating user email (bsc#1219912)

    * Version 9.5.17:
    + [FEATURE] Alerting: Backport use Alertmanager API v2
    * Version 9.5.16:
    + [BUGFIX] Annotations: Split cleanup into separate queries and deletes to avoid deadlocks on MySQL
    * Version 9.5.15:
    + [FEATURE] Alerting: Attempt to retry retryable errors
    * Version 9.5.14:
    + [BUGFIX] Alerting: Fix state manager to not keep datasource_uid and ref_id labels in state after Error + [BUGFIX] Transformations: Config overrides being lost when config from query transform is applied + [BUGFIX] LDAP: Fix enable users on successfull login
    * Version 9.5.13:
    + [BUGFIX] BrowseDashboards: Only remember the most recent expanded folder + [BUGFIX] Licensing: Pass func to update env variables when starting plugin
    * Version 9.5.12:
    + [FEATURE] Azure: Add support for Workload Identity authentication
    * Version 9.5.9:
    + [FEATURE] SSE: Fix DSNode to not panic when response has empty response + [FEATURE] Prometheus: Handle the response with different field key order + [BUGFIX] LDAP: Fix user disabling

    mybatis:


    Advisory IDSUSE-RU-2024:1531-1
    ReleasedMon May 6 11:54:10 2024
    SummaryRecommended update for golang-github-prometheus-alertmanager, golang-github-prometheus-node_exporter
    Typerecommended
    Severitymoderate
    References
    Description:

    This update for golang-github-prometheus-alertmanager, golang-github-prometheus-node_exporter fixes the following issues:




    Advisory IDSUSE-OU-2024:1542-1
    ReleasedTue May 7 10:58:08 2024
    SummaryOptional update for python-cheroot
    Typeoptional
    Severitylow
    References1223694
    Description:

    This update for python-cheroot and python-tempora fixes the following issues:


    Advisory IDSUSE-SU-2024:1557-1
    ReleasedWed May 8 11:42:34 2024
    SummarySecurity update for rpm
    Typesecurity
    Severitymoderate
    References1189495,1191175,1218686,CVE-2021-3521
    Description:

    This update for rpm fixes the following issues:
    Security fixes:


    Other fixes:


    Advisory IDSUSE-RU-2024:1602-1
    ReleasedFri May 10 15:00:11 2024
    SummaryRecommended update for salt
    Typerecommended
    Severityimportant
    References
    Description:

    This update for salt fixes the following issues:


    Advisory IDSUSE-RU-2024:1665-1
    ReleasedThu May 16 08:00:09 2024
    SummaryRecommended update for coreutils
    Typerecommended
    Severitymoderate
    References1221632
    Description:

    This update for coreutils fixes the following issues:


    Advisory IDSUSE-SU-2024:1762-1
    ReleasedWed May 22 16:14:17 2024
    SummarySecurity update for perl
    Typesecurity
    Severityimportant
    References1082216,1082233,1213638,CVE-2018-6798,CVE-2018-6913
    Description:

    This update for perl fixes the following issues:
    Security issues fixed:


    Non-security issue fixed:


    SUSE-CU-2024:1690-1

    Container Advisory IDSUSE-CU-2024:1690-1
    Container Tagssuse/manager/5.0/x86_64/server:5.0.0-beta2 , suse/manager/5.0/x86_64/server:5.0.0-beta2.3.64 , suse/manager/5.0/x86_64/server:latest
    Container Release3.64
    The following patches have been included in this update:
    Advisory IDSUSE-RU-2020:2735-1
    ReleasedThu Sep 24 13:32:25 2020
    SummaryRecommended update for systemd-rpm-macros
    Typerecommended
    Severitymoderate
    References1173034
    Description:

    This update for systemd-rpm-macros fixes the following issues:


    Advisory IDSUSE-RU-2020:2782-1
    ReleasedTue Sep 29 11:40:22 2020
    SummaryRecommended update for systemd-rpm-macros
    Typerecommended
    Severityimportant
    References1176932
    Description:

    This update for systemd-rpm-macros fixes the following issues:



    Advisory IDSUSE-OU-2020:3795-1
    ReleasedMon Dec 14 17:43:26 2020
    SummaryOptional update for systemd-rpm-macros
    Typeoptional
    Severitylow
    References1059627,1178481,1179020
    Description:

    This update for systemd-rpm-macros fixes the following issues:


    Advisory IDSUSE-RU-2021:707-1
    ReleasedThu Mar 4 09:19:36 2021
    SummaryRecommended update for systemd-rpm-macros
    Typerecommended
    Severitymoderate
    References1177039
    Description:

    This update for systemd-rpm-macros fixes the following issues:




    Advisory IDSUSE-RU-2021:795-1
    ReleasedTue Mar 16 10:28:02 2021
    SummaryRecommended update for systemd-rpm-macros
    Typerecommended
    Severitylow
    References1182661,1183012,1183051
    Description:

    This update for systemd-rpm-macros fixes the following issues:


    Advisory IDSUSE-RU-2021:2899-1
    ReleasedWed Sep 1 08:30:58 2021
    SummaryRecommended update for systemd-rpm-macros
    Typerecommended
    Severitymoderate
    References1186282,1187332
    Description:

    This update for systemd-rpm-macros fixes the following issues:


    Advisory IDSUSE-RU-2021:4009-1
    ReleasedMon Dec 13 11:24:43 2021
    SummaryRecommended update for systemd-rpm-macros
    Typerecommended
    Severitylow
    References
    Description:

    This update for systemd-rpm-macros fixes the following issues:


    Advisory IDSUSE-RU-2022:353-1
    ReleasedTue Feb 8 17:41:48 2022
    SummaryRecommended update for systemd-rpm-macros
    Typerecommended
    Severitymoderate
    References
    Description:

    This update for systemd-rpm-macros fixes the following issues:



    Advisory IDSUSE-RU-2023:1880-1
    ReleasedTue Apr 18 11:11:27 2023
    SummaryRecommended update for systemd-rpm-macros
    Typerecommended
    Severitylow
    References1208079
    Description:

    This update for systemd-rpm-macros fixes the following issue:


    Advisory IDSUSE-RU-2023:2482-1
    ReleasedMon Jun 12 07:19:53 2023
    SummaryRecommended update for systemd-rpm-macros
    Typerecommended
    Severitymoderate
    References1211272
    Description:

    This update for systemd-rpm-macros fixes the following issues:


    Advisory IDSUSE-RU-2023:4138-1
    ReleasedThu Oct 19 17:15:38 2023
    SummaryRecommended update for systemd-rpm-macros
    Typerecommended
    Severitymoderate
    References
    Description:

    This update for systemd-rpm-macros fixes the following issues:


    Advisory IDSUSE-RU-2023:4973-1
    ReleasedTue Dec 26 04:44:10 2023
    SummaryRecommended update for duktape
    Typerecommended
    Severitymoderate
    References1216296
    Description:


    This update of duktape fixes the following issue:


    Advisory IDSUSE-RU-2024:561-1
    ReleasedWed Feb 21 05:35:13 2024
    SummaryRecommended update for openblas
    Typerecommended
    Severityimportant
    References1217608
    Description:

    This update for openblas contains the following fixes:


    Advisory IDSUSE-RU-2024:637-1
    ReleasedTue Feb 27 10:06:55 2024
    SummaryRecommended update for duktape
    Typerecommended
    Severitymoderate
    References
    Description:

    This update for duktape fixes the following issues:


    Advisory IDSUSE-SU-2024:726-1
    ReleasedThu Feb 29 12:12:44 2024
    SummarySecurity update for Java
    Typesecurity
    Severityimportant
    References1220068,1220070,CVE-2024-25710,CVE-2024-26308
    Description:

    This update for Java fixes the following issues:
    apache-commons-codec was updated to version 1.16.1:


    * New features:
    + Added Maven property project.build.outputTimestamp for build reproducibility
    * Bugs fixed:
    + Correct error in Base64 Javadoc + Added minimum Java version in changes.xml + Documentation update for the org.apache.commons.codec.digest.* package + Precompile regular expression in UnixCrypt.crypt(byte[], String) + Fixed possible IndexOutOfBoundException in PhoneticEngine.encode method + Fixed possible ArrayIndexOutOfBoundsException in QuotedPrintableCodec.encodeQuotedPrintable() method + Fixed possible StringIndexOutOfBoundException in MatchRatingApproachEncoder.encode() method + Fixed possible ArrayIndexOutOfBoundException in RefinedSoundex.getMappingCode() + Fixed possible IndexOutOfBoundsException in PercentCodec.insertAlwaysEncodeChars() method + Deprecated UnixCrypt 0-argument constructor + Deprecated Md5Crypt 0-argument constructor + Deprecated Crypt 0-argument constructor + Deprecated StringUtils 0-argument constructor + Deprecated Resources 0-argument constructor + Deprecated Charsets 0-argument constructor + Deprecated CharEncoding 0-argument constructor

    * Remove duplicated words from Javadocs * Use Standard Charset object * Use String.contains() functions * Avoid use toString() or substring() in favor of a simplified expression * Fixed byte-skipping in Base16 decoding * Fixed several typos, improve writing in some javadocs * BaseNCodecOutputStream.eof() should not throw IOException. * Javadoc improvements and cleanups. * Deprecated BaseNCodec.isWhiteSpace(byte) and use Character.isWhitespace(int). * Added support for Blake3 family of hashes * Added github/codeql-action * Bump actions/cache from v2 to v3.0.10 * Bump actions/setup-java from v1.4.1 to 3.5.1 * Bump actions/checkout from 2.3.2 to 3.1.0 * Bump commons-parent from 52 to 58 * Bump junit from 4.13.1 to 5.9.1 * Bump Java 7 to 8. * Bump japicmp-maven-plugin from 0.14.3 to 0.17.1. * Bump jacoco-maven-plugin from 0.8.5 to 0.8.8 (Fixes Java 15 builds). * Bump maven-surefire-plugin from 2.22.2 to 3.0.0-M7 * Bump maven-javadoc-plugin from 3.2.0 to 3.4.1. * Bump animal-sniffer-maven-plugin from 1.19 to 1.22. * Bump maven-pmd-plugin from 3.13.0 to 3.19.0 * Bump pmd from 6.47.0 to 6.52.0. * Bump maven-checkstyle-plugin from 2.17 to 3.2.0 * Bump checkstyle from 8.45.1 to 9.3 * Bump taglist-maven-plugin from 2.4 to 3.0.0 * Bump jacoco-maven-plugin from 0.8.7 to 0.8.8.
    apache-commons-compress was updated to version 1.26:

    * Security issues fixed:
    + CVE-2024-26308: Fixed allocation of Resources Without Limits or Throttling vulnerability in Apache Commons Compress (bsc#1220068) + CVE-2024-25710: Fixed loop with Unreachable Exit Condition ('Infinite Loop') vulnerability in Apache Commons Compress (bsc#1220070)
    * New Features:
    + Added and use ZipFile.builder(), ZipFile.Builder, and deprecate constructors + Added and use SevenZFile.builder(), SevenZFile.Builder, and deprecate constructors + Added and use ArchiveInputStream.getCharset() + Added and use ArchiveEntry.resolveIn(Path) + Added Maven property project.build.outputTimestamp for build reproducibility
    * Bugs fixed: + Check for invalid PAX values in TarArchiveEntry + Fixed zero size headers in ArjInputStream + Fixes and tests for ArInputStream + Fixes for dump file parsing + Improved CPIO exception detection and handling + Deprecated SkipShieldingInputStream without replacement (nolonger used) + Reuse commons-codec, don't duplicate class PureJavaCrc32C (removed package-private class) + Reuse commons-codec, don't duplicate class XXHash32 (deprecated class) + Reuse commons-io, don't duplicate class Charsets (deprecated class) + Reuse commons-io, don't duplicate class IOUtils (deprecated methods) + Reuse commons-io, don't duplicate class BoundedInputStream (deprecated class) + Reuse commons-io, don't duplicate class FileTimes (deprecated TimeUtils methods) + Reuse Arrays.equals(byte[], byte[]) and deprecate ArchiveUtils.isEqual(byte[], byte[]) + Added a null-check for the class loader of OsgiUtils + Added a null-check in Pack200.newInstance(String, String) + Deprecated ChecksumCalculatingInputStream in favor of java.util.zip.CheckedInputStream + Deprecated CRC32VerifyingInputStream.CRC32VerifyingInputStream(InputStream, long, int) + FramedSnappyCompressorOutputStream produces incorrect output when writing a large buffer + Fixed TAR directory entries being misinterpreted as files + Deprecated unused method FileNameUtils.getBaseName(String) + Deprecated unused method FileNameUtils.getExtension(String) + ArchiveInputStream.BoundedInputStream.read() incorrectly adds 1 for EOF to the bytes read count + Deprecated IOUtils.read(File, byte[]) + Deprecated IOUtils.copyRange(InputStream, long, OutputStream, int) + ZipArchiveOutputStream multi archive updates metadata in incorrect file + Deprecated ByteUtils.InputStreamByteSupplier + Deprecated ByteUtils.fromLittleEndian(InputStream, int) + Deprecated ByteUtils.toLittleEndian(DataOutput, long, int) + Reduce duplication by having ArchiveInputStream extend FilterInputStream + Support preamble garbage in ZipArchiveInputStream + Fixed formatting the lowest expressable DOS time + Dropped reflection from ExtraFieldUtils static initialization + Preserve exception causation in ExtraFieldUtils.register(Class)

    * For the full list of changes please consult: https://commons.apache.org/proper/commons-compress/changes-report.html#a1.25.0

    * For the full list of changes please consult: https://commons.apache.org/proper/commons-compress/changes-report.html#a1.24.0

    * For the full list of changes please consult: https://commons.apache.org/proper/commons-compress/changes-report.html#a1.23.0

    * For the full list of changes please consult: https://commons.apache.org/proper/commons-compress/changes-report.html#a1.22
    apache-commons-io was updated to version 2.15.1:

    * For the full list of changes please consult: https://commons.apache.org/proper/commons-io/changes-report.html#a2.15.1

    * For the full list of changes please consult: https://commons.apache.org/proper/commons-io/changes-report.html#a2.15.0

    * For the full list of changes please consult: https://commons.apache.org/proper/commons-io/changes-report.html#a2.14.0
    javapackages-meta:

    maven was updated to version 3.9.6:

    * Bugs fixed:
    + Error message when modelVersion is 4.0 is confusing
    * Improvements:
    + Colorize transfer messages + Support ${project.basedir} in file profile activation + Allow to exclude plugins from validation
    * Tasks:
    + Maven Resolver Provider classes ctor change + Undeprecate wrongly deprecated repository metadata + Deprecated `org.apache.maven.repository.internal.MavenResolverModule` + maven-resolver-provider: introduce NAME constants.
    * Dependency upgrade:
    + Updated to Resolver 1.9.16 + Upgraded Sisu version to 0.9.0.M2 + Upgraded Resolver version to 1.9.18 + Upgraded to parent POM 41 + Upgraded default plugin bindings
    maven-assembly-plugin:

    maven-doxia was updated to version 1.12.0:
    * Changes in version 1.12.0:
    + Upgraded to FOP 2.2 + Fixed rendering links and paragraphs inside tables + Rewrite .md and .markdown links to .html + Upgraded HttpComponents: httpclient to 4.5.8 and httpcore to 4.4.11 + Escape links to xml based figureGraphics image elements + SECURITY: Use HTTPS to resolve dependencies in Maven Build + Removed old Maven 1 and 2 info + Updated commons-lang to 3.8.1 + Dropped dependency to outdated Log4j + Fixed Java 7 compatibility that was broken + Import tests from maven-site-plugin + Fixed crosslinks starting with a dot in markdown files + Replace deprecated class from commons-lang + Fill in some generic types
    maven-doxia-sitetools was updated to version 1.11.1:

    * Bugs fixed:
    + CLIRR can't find previous version
    * Improvements:
    + Removed all   in default-site-macros.vm and replace by a space + Improved documentation on site.xml inheritance vs interpolation
    * Tasks:
    + Deprecated Doxia Sitetools Doc Renderer
    * Dependency upgrade:
    + Fixed javadoc issues with JDK 8 when generating documentation + Wrong coordinates for jai_core: hyphen should be underscore + Use latest JUnit version 4.13.2 + Upgraded Plexus Utils to 3.3.0 + Upgraded Plexus Interpolation to 1.26 + Upgraded Maven Doxia to 1.10 + Upgraded Maven Doxia to 1.11.1
    maven-jar-plugin was updated to version 3.3.0:

    * Bugs fixed:
    + outputTimestamp not applied to module-info; breaks reproducible builds
    * Task:
    + Updated plugin (requires Maven 3.2.5+) + Java 8 as minimum
    * Dependency upgrade:
    + Upgraded Plexus Utils to 3.3.1 + Removed override for Plexus Archiver to fix order of META-INF/ and META-INF/MANIFEST.MF entries + Upgraded Parent to 36 + Updated Plexus Utils to 3.4.2 + Upgraded Parent to 37
    maven-jar-plugin was updated to version 3.6.0:

    * Bugs fixed:
    + Setting maven.javadoc.isoffline seems to have no effect + javadoc site is broken for projects that contain modules + Alternative doclet page points to an SEO spammy page + [REGRESSION] Transitive dependencies of docletArtifact missing + Unresolvable link in javadoc tag with value ResourcesBundleMojo#getAttachmentClassifier() found in ResourcesBundleMojo + IOException --> NullPointerException in JavadocUtil.copyResource + JavadocReportTest.testExceptions is broken + javadoc creates invalid --patch-module statements + javadoc plugin can not deal with transitive filename based modules
    * Improvements:
    + Clean up deprecated and unpreferred methods in JavadocUtil + Cleanup dependency declarations as best possible + Allow building javadoc 'the old fashioned way' after Java 8
    * Tasks:
    + Dropped use of deprecated localRepository mojo parameter + Make build pass with Java 20 + Refresh download page
    * Dependency upgrade:
    + Updated to commons-io 2.13.0 + Updated plexus-archiver from 4.7.1 to 4.8.0 + Upgraded Parent to 40

    * Bugs fixed:
    + Invalid anchors in Javadoc and plugin mojo + Plugin duplicates classes in Java 8 all-classes lists + javadoc site creation ignores configuration parameters
    * Improvements:
    + Deprecated parameter 'stylesheet' + Parse stderr output and suppress informational lines + Link to Javadoc references from JDK 17 + Migrate components to JSR 330, get rid of maven-artifact-transfer, update to parent 37
    * Tasks:
    + Removed remains of org.codehaus.doxia.sink.Sink
    * Dependency upgrades:
    + Upgraded plugins in ITs + Upgraded to Maven 3.2.5 + Updated Maven Archiver to 3.6.0 + Upgraded Maven Reporting API to 3.1.1/Complete with Maven Reporting Impl 3.2.0 + Upgraded commons-text to 1.10.0 + Upgraded Parent to 39 + Upgraded plugins and components
    maven-reporting-api was updated to version 3.1.1:

    maven-reporting-impl was updated to version 3.2.0:

    * Improvement:
    + Render with a skin when report is run in standalone mode
    * Dependency upgrades:
    + Upgraded Maven Reporting API to 3.1.1 + Upgraded plugins and components in project and ITs
    maven-resolver was updated to version 1.9.18:

    * Bugs fixed:
    + Sporadic AccessDeniedEx on Windows + Undo FileUtils changes that altered non-Windows execution path
    * Improvements:
    + Native transport should retry on HTTP 429 (Retry-After)
    * Task:
    + Deprecated Guice modules + Get rid of component name string literals, make them constants and reusable + Expose configuration for inhibiting Expect-Continue handshake in 1.x + Refresh download page + Resolver should not override given HTTP transport default use of expect-continue handshake
    maven-resources-plugin was updated to version 3.3.1:

    * Bugs fixed:
    + Resource plugin's handling of symbolic links changed in 3.0.x, broke existing behavior + Resource copying not using specified encoding + java.nio.charset.MalformedInputException: Input length = 1 + Filtering of Maven properties with long names is not working after transition from 2.6 to 3.2.0 + Valid location for directory parameter is always required + Symlinks cause copying resources to fail + FileUtils.copyFile() fails with source file having `lastModified = 0`
    * New Features:
    + Added ability to flatten folder structure into target directory when copying resources
    * Improvements:
    + Make tests jar reproducible + Describe from and to in 'Copying xresources' info message
    * Task:
    + Dropped plexus legacy + Updated to parent POM 39, reformat sources + Updated plugin (requires Maven 3.2.5+) + Require Java 8
    * Dependency upgrade:
    + Upgraded maven-plugin parent to 36 + Upgraded Maven Filtering to 3.3.0 + Upgraded plexus-utils to 3.5.1 + Upgraded to maven-filtering 3.3.1
    sbt:

    xmvn:


    Advisory IDSUSE-RU-2024:737-1
    ReleasedFri Mar 1 09:04:30 2024
    SummaryRecommended update for system-user-prometheus
    Typerecommended
    Severityimportant
    References1218252
    Description:

    This update for system-user-prometheus contains the following fixes:


    Advisory IDSUSE-SU-2024:773-1
    ReleasedTue Mar 5 20:33:45 2024
    SummarySecurity update for postgresql-jdbc
    Typesecurity
    Severitycritical
    References1220644,CVE-2024-1597
    Description:

    This update for postgresql-jdbc fixes the following issues:


    Advisory IDSUSE-SU-2024:786-1
    ReleasedWed Mar 6 21:07:20 2024
    SummarySecurity update for giflib
    Typesecurity
    Severityimportant
    References1198880,1200551,1217390,CVE-2021-40633,CVE-2022-28506,CVE-2023-48161
    Description:

    This update for giflib fixes the following issues:
    Update to version 5.2.2


    Advisory IDSUSE-RU-2024:827-1
    ReleasedMon Mar 11 03:55:54 2024
    SummaryRecommended update for tomcat
    Typerecommended
    Severitymoderate
    References1219530
    Description:

    This update for tomcat fixes the following issues:


    Advisory IDSUSE-RU-2024:849-1
    ReleasedTue Mar 12 15:38:03 2024
    SummaryRecommended update for cloud-init
    Typerecommended
    Severityimportant
    References1198533,1214169,1218952
    Description:

    This update for cloud-init contains the following fixes:





    Advisory IDSUSE-RU-2024:861-1
    ReleasedWed Mar 13 09:12:30 2024
    SummaryRecommended update for aaa_base
    Typerecommended
    Severitymoderate
    References1218232
    Description:

    This update for aaa_base fixes the following issues:


    Advisory IDSUSE-SU-2024:901-1
    ReleasedThu Mar 14 17:49:10 2024
    SummarySecurity update for python3
    Typesecurity
    Severityimportant
    References1214691,1219666,CVE-2022-48566,CVE-2023-6597
    Description:

    This update for python3 fixes the following issues:


    Advisory IDSUSE-RU-2024:907-1
    ReleasedFri Mar 15 08:57:38 2024
    SummaryRecommended update for audit
    Typerecommended
    Severitymoderate
    References1215377
    Description:

    This update for audit fixes the following issue:


    Advisory IDSUSE-RU-2024:929-1
    ReleasedTue Mar 19 06:36:24 2024
    SummaryRecommended update for coreutils
    Typerecommended
    Severitymoderate
    References1219321
    Description:

    This update for coreutils fixes the following issues:


    Advisory IDSUSE-RU-2024:982-1
    ReleasedMon Mar 25 12:56:33 2024
    SummaryRecommended update for systemd-rpm-macros
    Typerecommended
    Severitymoderate
    References1217964
    Description:

    This update for systemd-rpm-macros fixes the following issue:


    Advisory IDSUSE-feature-2024:1075-1
    ReleasedMon Apr 1 10:50:53 2024
    SummaryFeature update for openblas
    Typefeature
    Severityimportant
    References1221813
    Description:

    This update for openblas fixes the following issues:
    openblas was updated from version 0.3.21 to version 0.3.25 (jsc#PED-7926, jsc#PED-7927, bsc#1221813):


    * General:
    + Improved the error message shown on exceeding the maximum thread count + Improved the code to add supplementary thread buffers in case of overflow + Fixed a potential division by zero in `?ROTG` + Improved the `?MATCOPY` functions to accept zero-sized rows or columns + Corrected empty prototypes in function declarations + cleaned up unused declarations in the f2c-converted versions of the LAPACK sources + Improved link line rewriting to avoid mixed libgomp/libomp builds with clang&gfortran + imported the following changes from the upcoming release 3.12 of Reference-LAPACK: LAPACK PR 900, LAPACK PR 904, LAPACK PR 907, LAPACK PR 909, LAPACK PR 926, LAPACK PR 927, LAPACK PR 928 & 930
    * Architecture x86-64:
    + Fixed capability-based fallback selection for unknown cpus in `DYNAMIC_ARCH` + Added AVX512 optimizations for `?ASUM` on Intel Sapphire Rapids and Cooper Lake
    * Architecture ARM64:
    + Fixed building with XCODE 15 + Fixed building on A64FX and Cortex A710/X1/X2 + increased the default buffer size for recent arm server cpus * Architecture POWER PC:
    + Added support for `DYNAMIC_ARCH` builds with clang + Fixed union declaration in the `BFLOAT16` test case

    * General:
    + Declared the arguments of `cblas_xerbla` as `const` (in accordance with the reference implementation and others, the previous discrepancy appears to have dated back to GotoBLAS) + Fixed the implementation of `?GEMMT` that was added in 0.3.23 + made cpu-specific `SWITCH_RATIO` parameters for GEMM available to `DYNAMIC_ARCH` builds + Fixed missing `SSYCONVF` function in the shared library + Fixed parallel build logic used with gmake + Fixed several issues with the handling of runtime limits on the number of OPENMP threads + Corrected the error code returned by `SGEADD`/`DGEADD` when LDA is too small + Corrected the error code returned by `IMATCOPY` when LDB is too small + Updated `?NRM2` to support negative increment values (as introduced in release 3.10.0 of the Reference BLAS) + Updated `?ROTG` to use the safe scaling algorithm introduced in release 3.10.0 of the Reference BLAS + Fixed OpenMP builds with CLANG for the case where libomp is not in a standard location + Fixed a potential overwrite of unrelated memory during thread initialisation on startup + Fixed a potential integer overflow in the multithreading threshold for `?SYMM`/`?SYRK` + Fixed build of the LAPACKE interfaces for the LAPACK 3.11.0 `?TRSYL` functions added in 0.3.22 + Applied additions and corrections from the development branch of Reference-LAPACK: - Fixed actual arguments passed to a number of LAPACK functions (from Reference-LAPACK PR 885) - Fixed workspace query results in LAPACK `?SYTRF`/`?TRECV3` (from Reference-LAPACK PR 883) - Fixed derivation of the UPLO parameter in `LAPACKE_?larfb` (from Reference-LAPACK PR 878) - Fixed a crash in LAPACK `?GELSDD` on `NRHS=0` (from Reference-LAPACK PR 876) - Added new LAPACK utility functions `CRSCL` and `ZRSCL` (from Reference-LAPACK PR 839) - Corrected the order of eigenvalues for 2x2 matrices in `?STEMR` (Reference-LAPACK PR 867) - Removed spurious reference to OpenMP variables outside OpenMP contexts (Reference-LAPACK PR 860) - Updated file comments on use of `LAMBDA` variable in LAPACK (Reference-LAPACK PR 852) - Fixed documentation of LAPACK `SLASD0`/`DLASD0` (Reference-LAPACK PR 855) - Fixed confusing use of 'minor' in LAPACK documentation (Reference-LAPACK PR 849) - Added new LAPACK functions ?GEDMD for dynamic mode decomposition (Reference-LAPACK PR 736) - Fixed potential stack overflows in the `EIG` part of the LAPACK testsuite (Reference-LAPACK PR 854) - Applied small improvements to the variants of Cholesky and QR functions (Reference-LAPACK PR 847) - Removed unused variables from LAPACK `?BDSQR` (Reference-LAPACK PR 832) - Fixed a potential crash on allocation failure in LAPACKE `SGEESX`/`DGEESX` (Reference-LAPACK PR 836) - Added a quick return from `SLARUV`/`DLARUV` for N < 1 (Reference-LAPACK PR 837) - Updated function descriptions in LAPACK `?GEGS`/`?GEGV` (Reference-LAPACK PR 831) - Improved algorithm description in `?GELSY` (Reference-LAPACK PR 833) - Fixed scaling in LAPACK `STGSNA`/`DTGSNA` (Reference-LAPACK PR 830) - Fixed crash in `LAPACKE_?geqrt` with row-major data (Reference-LAPACK PR 768) - Added LAPACKE interfaces for `C/ZUNHR_COL` and `S/DORHR_COL` (Reference-LAPACK PR 827) - Added error exit tests for `SYSV`/`SYTD2`/`GEHD2` to the testsuite (Reference-LAPACK PR 795) - Fixed typos in LAPACK source and comments (Reference-LAPACK PRs 809,811,812,814,820) - Adopt refactored `?GEBAL` implementation (Reference-LAPACK PR 808)
    * Architecture x86_64:
    + Added cpu model autodetection for Intel Alder Lake N + Added activation of the AMX tile to the Sapphire Rapids `SBGEMM` kernel + worked around miscompilations of GEMV/SYMV kernels by gcc's tree-vectorizer + Fixed runtime detection of Cooperlake and Sapphire Rapids in `DYNAMIC_ARCH` + Fixed feature-based cputype fallback in `DYNAMIC_ARCH` + Corrected `ZAXPY` result on old pre-AVX hardware for the `INCX=0` case + Fixed a potential use of uninitialized variables in ZTRSM
    * Architecture ARMV8:
    + implemented SWITCH_RATIO parameter for improved GEMM performance on Neoverse + activated SVE SGEMM and DGEMM kernels for Neoverse V1 + Improved performance of the SVE CGEMM and ZGEMM kernels on Neoverse V1 + Improved kernel selection for the ARMV8SVE target and added it to `DYNAMIC_ARCH` + Fixed runtime check for SVE availability in `DYNAMIC_ARCH` builds to take OS or container restrictions into account + Fixed a potential use of uninitialized variables in ZTRSM
    * Architecture POWER PC:
    + Fixed compiler warnings in the POWER10 SBGEMM kernel

    * General:
    + Fixed a serious regression in `GETRF`/`GETF2` and `ZGETRF`/`ZGETF2` where subnormal but nonzero data elements triggered the singularity flag + Fixed a long-standing bug in `CSPR`/`ZSPR` in single-threaded operation + for cases where elements of the X vector are real numbers (or complex with only the real part zero)
    * Architecture x86_64:
    + Added further CPUID values for Intel Raptor Lake

    * General:
    + Updated the included LAPACK to Reference-LAPACK release 3.11.0 plus post-release corrections and improvements + Added a threshold for multithreading in `SYMM`, `SYMV` and `SYR2K` + Increased the threshold for multithreading in `SYRK` + OpenBLAS no longer decreases the global `OMP_NUM_THREADS` when it exceeds the maximum thread count the library was compiled for. + Fixed `?GETF2` potentially returning `NaN` with tiny matrix elements + Fixed `openblas_set_num_threads` to work in `USE_OPENMP` builds. + Fixed cpu core counting in `USE_OPENMP` builds returning the number of OMP 'places' rather than cores + Fixed stride calculation in the optimized small-matrix path of complex `SYR` + Fixed building of Reference-LAPACK with recent gfortran + Added new environment variable `OPENBLAS_DEFAULT_NUM_THREADS` + Added a GEMV-based implementation of `GEMMT`
    * Architecture x86_64:
    + Added autodetection of Intel Raptor Lake cpu models + Added SSCAL microkernels for Haswell and newer targets + Improved the performance of the Haswell DSCAL microkernel + Added CSCAL and ZSCAL microkernels for SkylakeX targets + Fixed detection of gfortran and Cray CCE compilers + Fixed runtime selection of COOPERLAKE in `DYNAMIC_ARCH` builds + Worked around gcc/llvm using risky FMA operations in CSCAL/ZSCAL
    * Architecture ARMV8:
    + Fixed cross-compilation to CortexA53 with CMAKE + Fixed compilation with CMAKE and 'Arm Compiler for Linux 22.1' + Added cpu autodetection for Cortex X3 and A715 + Fixed conditional compilation of SVE-capable targets in `DYNAMIC_ARCH` + sped up SVE kernels by removing unnecessary prefetches + Improved the GEMM performance of Neoverse V1 + Added SVE kernels for SDOT and DDOT + Added an SBGEMM kernel for Neoverse N2 + Improved cpu-specific compiler option selection for Neoverse cpus + Added support for setting `CONSISTENT_FPCSR`


    Advisory IDSUSE-SU-2024:1079-1
    ReleasedTue Apr 2 05:52:07 2024
    SummarySecurity update for netty, netty-tcnative
    Typesecurity
    Severityimportant
    References1222045,CVE-2024-29025
    Description:

    This update for netty, netty-tcnative fixes the following issues:


    Advisory IDSUSE-RU-2024:1091-1
    ReleasedTue Apr 2 12:18:46 2024
    SummaryRecommended update for rpm
    Typerecommended
    Severitymoderate
    References
    Description:

    This update for rpm fixes the following issues:



    Advisory IDSUSE-SU-2024:1129-1
    ReleasedMon Apr 8 09:12:08 2024
    SummarySecurity update for expat
    Typesecurity
    Severityimportant
    References1219559,1221289,CVE-2023-52425,CVE-2024-28757
    Description:

    This update for expat fixes the following issues:


    Advisory IDSUSE-SU-2024:1133-1
    ReleasedMon Apr 8 11:29:02 2024
    SummarySecurity update for ncurses
    Typesecurity
    Severitymoderate
    References1220061,CVE-2023-45918
    Description:

    This update for ncurses fixes the following issues:


    Advisory IDSUSE-RU-2024:1176-1
    ReleasedTue Apr 9 10:43:33 2024
    SummaryRecommended update for hwdata
    Typerecommended
    Severitymoderate
    References
    Description:

    This update for hwdata fixes the following issues:


    Advisory IDSUSE-RU-2024:1201-1
    ReleasedThu Apr 11 10:47:59 2024
    SummaryRecommended update for xfsprogs-scrub and jctools
    Typerecommended
    Severitylow
    References1190495,1213418
    Description:

    This update for xfsprogs-scrub fixes the following issues:


    Advisory IDSUSE-RU-2024:1206-1
    ReleasedThu Apr 11 12:56:24 2024
    SummaryRecommended update for rpm
    Typerecommended
    Severitymoderate
    References1222259
    Description:

    This update for rpm fixes the following issues:


    Advisory IDSUSE-RU-2024:1253-1
    ReleasedFri Apr 12 08:15:18 2024
    SummaryRecommended update for gcc13
    Typerecommended
    Severitymoderate
    References1210959,1214934,1217450,1217667,1218492,1219031,1219520,1220724,1221239
    Description:

    This update for gcc13 fixes the following issues:


    Advisory IDSUSE-RU-2024:1279-1
    ReleasedFri Apr 12 21:35:09 2024
    SummaryRecommended update for python3
    Typerecommended
    Severitymoderate
    References1222109
    Description:

    This update for python3 fixes the following issue:


    Advisory IDSUSE-SU-2024:1287-1
    ReleasedMon Apr 15 15:03:40 2024
    SummarySecurity update for vim
    Typesecurity
    Severityimportant
    References1215005,1217316,1217320,1217321,1217324,1217326,1217329,1217330,1217432,1219581,CVE-2023-4750,CVE-2023-48231,CVE-2023-48232,CVE-2023-48233,CVE-2023-48234,CVE-2023-48235,CVE-2023-48236,CVE-2023-48237,CVE-2023-48706,CVE-2024-22667
    Description:

    This update for vim fixes the following issues:
    Updated to version 9.1.0111, fixes the following security problems


    Advisory IDSUSE-RU-2024:1398-1
    ReleasedTue Apr 23 13:58:22 2024
    SummaryRecommended update for systemd-default-settings
    Typerecommended
    Severitymoderate
    References
    Description:

    This update for systemd-default-settings fixes the following issues:


    SUSE-CU-2024:806-1

    Container Advisory IDSUSE-CU-2024:806-1
    Container Tagssuse/manager/5.0/x86_64/server:5.0.0-beta1 , suse/manager/5.0/x86_64/server:5.0.0-beta1.2.122 , suse/manager/5.0/x86_64/server:latest
    Container Release2.122
    The following patches have been included in this update:
    Advisory IDSUSE-SU-2018:1277-1
    ReleasedThu Jul 5 08:38:06 2018
    SummarySecurity update for unzip
    Typesecurity
    Severitymoderate
    References1080074,910683,914442,CVE-2014-9636,CVE-2018-1000035
    Description:

    This update for unzip fixes the following issues:


    This non-security issue was fixed:
    +- Allow processing of Windows zip64 archives (Windows archivers set total_disks field to 0 but per standard, valid values are 1 and higher) (bnc#910683)


    Advisory IDSUSE-RU-2018:1332-1
    ReleasedTue Jul 17 09:01:19 2018
    SummaryRecommended update for timezone
    Typerecommended
    Severitymoderate
    References1073299,1093392
    Description:

    This update for timezone provides the following fixes:


    Advisory IDSUSE-SU-2018:1462-1
    ReleasedTue Jul 31 14:04:41 2018
    SummarySecurity update for java-11-openjdk
    Typesecurity
    Severitymoderate
    References1101645,1101651,1101655,1101656,CVE-2018-2940,CVE-2018-2952,CVE-2018-2972,CVE-2018-2973
    Description:

    This java-11-openjdk update to version jdk-11+24 fixes the following issues:
    Security issues fixed:


    Advisory IDSUSE-RU-2018:2022-1
    ReleasedWed Sep 26 09:48:09 2018
    SummaryRecommended update for SUSE Manager Client Tools
    Typerecommended
    Severitymoderate
    References1103388,1104120,1106523
    Description:

    This update fixes the following issues:
    hwdata:


    spacewalk-backend:


    Advisory IDSUSE-RU-2018:2298-1
    ReleasedWed Oct 17 17:02:57 2018
    SummaryRecommended update for java-11-openjdk
    Typerecommended
    Severitymoderate
    References1111162,1112142,1112143,1112144,1112145,1112146,1112147,1112148,1112149,CVE-2018-3136,CVE-2018-3139,CVE-2018-3149,CVE-2018-3150,CVE-2018-3157,CVE-2018-3169,CVE-2018-3180,CVE-2018-3183
    Description:

    This update for java-11-openjdk fixes the following issues:
    Update to upstream tag jdk-11.0.1+13 (Oracle October 2018 CPU)
    Security fixes:


    Security-In-Depth fixes:

    Update to upstream tag jdk-11+28 (OpenJDK 11 rc1)


    Update to upstream tag jdk-11+27


    Advisory IDSUSE-RU-2018:2307-1
    ReleasedThu Oct 18 14:42:54 2018
    SummaryRecommended update for libxcb
    Typerecommended
    Severitymoderate
    References1101560
    Description:

    This update for libxcb provides the following fix:


    Advisory IDSUSE-SU-2018:2340-1
    ReleasedFri Oct 19 16:05:53 2018
    SummarySecurity update for fuse
    Typesecurity
    Severitymoderate
    References1101797,CVE-2018-10906
    Description:

    This update for fuse fixes the following issues:


    Advisory IDSUSE-RU-2018:2463-1
    ReleasedThu Oct 25 14:48:34 2018
    SummaryRecommended update for timezone, timezone-java
    Typerecommended
    Severitymoderate
    References1104700,1112310
    Description:


    This update for timezone, timezone-java fixes the following issues:
    The timezone database was updated to 2018f:


    Other bugfixes:


    Advisory IDSUSE-RU-2018:2550-1
    ReleasedWed Oct 31 16:16:56 2018
    SummaryRecommended update for timezone, timezone-java
    Typerecommended
    Severitymoderate
    References1113554
    Description:

    This update provides the latest time zone definitions (2018g), including the following change:


    Advisory IDSUSE-RU-2018:2569-1
    ReleasedFri Nov 2 19:00:18 2018
    SummaryRecommended update for pam
    Typerecommended
    Severitymoderate
    References1110700
    Description:

    This update for pam fixes the following issues:


    Advisory IDSUSE-RU-2018:2607-1
    ReleasedWed Nov 7 15:42:48 2018
    SummaryOptional update for gcc8
    Typerecommended
    Severitylow
    References1084812,1084842,1087550,1094222,1102564
    Description:


    The GNU Compiler GCC 8 is being added to the Development Tools Module by this update.
    The update also supplies gcc8 compatible libstdc++, libgcc_s1 and other gcc derived libraries for the Basesystem module of SUSE Linux Enterprise 15.
    Various optimizers have been improved in GCC 8, several of bugs fixed, quite some new warnings added and the error pin-pointing and fix-suggestions have been greatly improved.
    The GNU Compiler page for GCC 8 contains a summary of all the changes that have happened:
    https://gcc.gnu.org/gcc-8/changes.html
    Also changes needed or common pitfalls when porting software are described on:
    https://gcc.gnu.org/gcc-8/porting_to.html


    Advisory IDSUSE-RU-2018:2625-1
    ReleasedMon Nov 12 08:58:25 2018
    SummaryRecommended update for java-11-openjdk
    Typerecommended
    Severitymoderate
    References1113734
    Description:

    This update for java-11-openjdk fixes the following issues:
    Merge into the JDK following modules from github.com/javaee:


    This provides a default implementation of JAXB-API that existed in JDK before Java 11 and that some applications depend on.


    Advisory IDSUSE-RU-2018:2798-1
    ReleasedWed Nov 28 07:48:35 2018
    SummaryRecommended update for make
    Typerecommended
    Severitymoderate
    References1100504
    Description:

    This update for make fixes the following issues:


    Advisory IDSUSE-SU-2018:2825-1
    ReleasedMon Dec 3 15:35:02 2018
    SummarySecurity update for pam
    Typesecurity
    Severityimportant
    References1115640,CVE-2018-17953
    Description:

    This update for pam fixes the following issue:
    Security issue fixed:


    Advisory IDSUSE-SU-2018:2861-1
    ReleasedThu Dec 6 14:32:01 2018
    SummarySecurity update for ncurses
    Typesecurity
    Severityimportant
    References1103320,1115929,CVE-2018-19211
    Description:

    This update for ncurses fixes the following issues:
    Security issue fixed:


    Non-security issue fixed:


    Advisory IDSUSE-SU-2018:3044-1
    ReleasedFri Dec 21 18:47:21 2018
    SummarySecurity update for MozillaFirefox, mozilla-nspr and mozilla-nss
    Typesecurity
    Severityimportant
    References1097410,1106873,1119069,1119105,CVE-2018-0495,CVE-2018-12384,CVE-2018-12404,CVE-2018-12405,CVE-2018-17466,CVE-2018-18492,CVE-2018-18493,CVE-2018-18494,CVE-2018-18498
    Description:

    This update for MozillaFirefox, mozilla-nss and mozilla-nspr fixes the following issues:
    Issues fixed in MozillaFirefox:


    Issues fixed in mozilla-nss:

    Issues fixed in mozilla-nspr:


    Advisory IDSUSE-RU-2019:6-1
    ReleasedWed Jan 2 20:25:25 2019
    SummaryRecommended update for gcc7
    Typerecommended
    Severitymoderate
    References1099119,1099192
    Description:



    GCC 7 was updated to the GCC 7.4 release.


    Advisory IDSUSE-RU-2019:44-1
    ReleasedTue Jan 8 13:07:32 2019
    SummaryRecommended update for acl
    Typerecommended
    Severitylow
    References953659
    Description:

    This update for acl fixes the following issues:


    Advisory IDSUSE-RU-2019:102-1
    ReleasedTue Jan 15 18:02:58 2019
    SummaryRecommended update for timezone
    Typerecommended
    Severitymoderate
    References1120402
    Description:

    This update for timezone fixes the following issues:


    Advisory IDSUSE-SU-2019:110-1
    ReleasedThu Jan 17 14:17:05 2019
    SummarySecurity update for zeromq
    Typesecurity
    Severityimportant
    References1121717,CVE-2019-6250
    Description:

    This update for zeromq fixes the following issues:
    Security issue fixed:


    Advisory IDSUSE-SU-2019:221-1
    ReleasedFri Feb 1 15:20:56 2019
    SummarySecurity update for java-11-openjdk
    Typesecurity
    Severityimportant
    References1120431,1122293,1122299,CVE-2018-11212,CVE-2019-2422,CVE-2019-2426
    Description:

    This update for java-11-openjdk to version 11.0.2+7 fixes the following issues:
    Security issues fixed:


    Non-security issues fix:


    Advisory IDSUSE-SU-2019:247-1
    ReleasedWed Feb 6 07:18:45 2019
    SummarySecurity update for lua53
    Typesecurity
    Severitymoderate
    References1123043,CVE-2019-6706
    Description:

    This update for lua53 fixes the following issues:
    Security issue fixed:


    Advisory IDSUSE-SU-2019:571-1
    ReleasedThu Mar 7 18:13:46 2019
    SummarySecurity update for file
    Typesecurity
    Severitymoderate
    References1096974,1096984,1126117,1126118,1126119,CVE-2018-10360,CVE-2019-8905,CVE-2019-8906,CVE-2019-8907
    Description:

    This update for file fixes the following issues:
    The following security vulnerabilities were addressed:


    Advisory IDSUSE-SU-2019:707-1
    ReleasedFri Mar 22 13:32:07 2019
    SummarySecurity update for unzip
    Typesecurity
    Severitymoderate
    References1110194,CVE-2018-18384
    Description:

    This update for unzip fixes the following issues:


    Advisory IDSUSE-SU-2019:788-1
    ReleasedThu Mar 28 11:55:06 2019
    SummarySecurity update for sqlite3
    Typesecurity
    Severitymoderate
    References1119687,CVE-2018-20346
    Description:

    This update for sqlite3 to version 3.27.2 fixes the following issue:
    Security issue fixed:


    Release notes: https://www.sqlite.org/releaselog/3_27_2.html


    Advisory IDSUSE-RU-2019:790-1
    ReleasedThu Mar 28 12:06:17 2019
    SummaryRecommended update for timezone
    Typerecommended
    Severitymoderate
    References1130557
    Description:

    This update for timezone fixes the following issues:
    timezone was updated 2019a:


    Advisory IDSUSE-RU-2019:905-1
    ReleasedMon Apr 8 16:48:02 2019
    SummaryRecommended update for gcc
    Typerecommended
    Severitymoderate
    References1096008
    Description:

    This update for gcc fixes the following issues:


    Advisory IDSUSE-SU-2019:926-1
    ReleasedWed Apr 10 16:33:12 2019
    SummarySecurity update for tar
    Typesecurity
    Severitymoderate
    References1120610,1130496,CVE-2018-20482,CVE-2019-9923
    Description:

    This update for tar fixes the following issues:
    Security issues fixed:


    Advisory IDSUSE-RU-2019:1022-1
    ReleasedWed Apr 24 13:46:51 2019
    SummaryRecommended update for hwdata
    Typerecommended
    Severitymoderate
    References1121410
    Description:

    This update for hwdata fixes the following issues:
    Update to version 0.320 (bsc#1121410):


    Advisory IDSUSE-SU-2019:1040-1
    ReleasedThu Apr 25 17:09:21 2019
    SummarySecurity update for samba
    Typesecurity
    Severityimportant
    References1114407,1124223,1125410,1126377,1131060,1131686,CVE-2019-3880
    Description:

    This update for samba fixes the following issues:
    Security issue fixed:



    ldb was updated to version 1.2.4 (bsc#1125410 bsc#1131686):


    Non-security issues fixed:


    Advisory IDSUSE-SU-2019:1052-1
    ReleasedFri Apr 26 14:33:42 2019
    SummarySecurity update for java-11-openjdk
    Typesecurity
    Severitymoderate
    References1132728,1132732,CVE-2019-2602,CVE-2019-2684
    Description:

    This update for java-11-openjdk to version 11.0.3+7 fixes the following issues:
    Security issues fixed:


    Non-security issues fixed:


    Advisory IDSUSE-RU-2019:1105-1
    ReleasedTue Apr 30 12:10:58 2019
    SummaryRecommended update for gcc7
    Typerecommended
    Severitymoderate
    References1084842,1114592,1124644,1128794,1129389,1131264,SLE-6738
    Description:

    This update for gcc7 fixes the following issues:
    Update to gcc-7-branch head (r270528).


    Advisory IDSUSE-RU-2019:1113-1
    ReleasedTue Apr 30 14:08:42 2019
    SummaryRecommended update for python-pycurl
    Typerecommended
    Severitymoderate
    References1128355
    Description:

    This update for python-pycurl fixes the following issues:



    Advisory IDSUSE-SU-2019:1127-1
    ReleasedThu May 2 09:39:24 2019
    SummarySecurity update for sqlite3
    Typesecurity
    Severitymoderate
    References1130325,1130326,CVE-2019-9936,CVE-2019-9937
    Description:

    This update for sqlite3 to version 3.28.0 fixes the following issues:
    Security issues fixed:


    Advisory IDSUSE-RU-2019:1152-1
    ReleasedFri May 3 18:06:09 2019
    SummaryRecommended update for java-11-openjdk
    Typerecommended
    Severitymoderate
    References1131378
    Description:

    This update for java-11-openjdk fixes the following issues:


    Advisory IDSUSE-SU-2019:1156-1
    ReleasedMon May 6 13:46:07 2019
    SummarySecurity update for python-Jinja2
    Typesecurity
    Severityimportant
    References1125815,1132174,1132323,CVE-2016-10745,CVE-2019-10906,CVE-2019-8341
    Description:

    This update for python-Jinja2 to version 2.10.1 fixes the following issues:
    Security issues fixed:


    Advisory IDSUSE-RU-2019:1229-1
    ReleasedTue May 14 11:05:55 2019
    SummaryRecommended update for sensors
    Typerecommended
    Severitymoderate
    References1108468,1116021
    Description:

    This update for sensors fixes the following issues:
    sensors was updated to version 3.5.0:
    The following changes were done:



    * Fix systemd paths. * Add detection of Fintek F81768. * Only probe I/O ports on x86. * Add detection of Nuvoton NCT6793D. * Add detection of Microchip MCP9808. * Mark F71868A as supported by the f71882fg driver. * Mark F81768D as supported by the f71882fg driver. * Mark F81866D as supported by the f71882fg driver. * Add detection of various ITE chips. * Add detection of Nuvoton NCT6795D. * Add detection of DDR4 SPD. * Add detection of ITE IT8987D. * Add detection of AMD Family 17h temperature sensors. * Add detection of AMD KERNCZ SMBus controller. * Add detection of various Intel SMBus controllers. * Add detection of Giantec GT30TS00. * Add detection of ONS CAT34TS02C and CAT34TS04. * Add detection of AMD Family 15h Model 60+ temperature sensors. * Add detection of Nuvoton NCT6796D. * Add detection of AMD Family 15h Model 70+ temperature sensors.

    * Add hardwired inputs of NCT6795D * Add hardwired inputs of F71868A * Add hardwired NCT6796D inputs

    * Add support for SENSORS_BUS_TYPE_SCSI, add support for power min, lcrit, min_alarm, lcrit_alarm. * Handle hwmon device with thermal device parent (bsc#1108468).


    Advisory IDSUSE-SU-2019:1368-1
    ReleasedTue May 28 13:15:38 2019
    SummaryRecommended update for sles12sp3-docker-image, sles12sp4-image, system-user-root
    Typesecurity
    Severityimportant
    References1134524,CVE-2019-5021
    Description:

    This update for sles12sp3-docker-image, sles12sp4-image, system-user-root fixes the following issues:


    Advisory IDSUSE-SU-2019:1372-1
    ReleasedTue May 28 16:53:28 2019
    SummarySecurity update for libtasn1
    Typesecurity
    Severitymoderate
    References1105435,CVE-2018-1000654
    Description:

    This update for libtasn1 fixes the following issues:
    Security issue fixed:


    Advisory IDSUSE-RU-2019:1492-1
    ReleasedThu Jun 13 14:51:01 2019
    SummaryRecommended update for libidn
    Typerecommended
    Severitylow
    References1132869
    Description:


    This update for libidn fixes the following issue:


    Advisory IDSUSE-RU-2019:1691-1
    ReleasedMon Jun 24 16:21:37 2019
    SummaryRecommended update for SUSE Manager Client Tools
    Typerecommended
    Severitymoderate
    References1095804,1103388,1103696,1104034,1118492,1120242,1125610,1125744,1128529,1128564,1129243,1129300,1130041,1130077,1131677,1132346,1133424,1134876,1136102,1138130,987798
    Description:


    This update fixes the following issues:
    koan:


    prometheus-node_exporter:

    rhnlib:

    spacecmd:

    spacewalk-backend:

    spacewalk-client-tools:

    spacewalk-koan:

    spacewalk-oscap:

    spacewalk-remote-utils:

    spacewalk-usix:

    supportutils-plugin-susemanager-client:

    suseRegisterInfo:

    zypp-plugin-spacewalk:

    mgr-daemon:


    Advisory IDSUSE-SU-2019:1776-1
    ReleasedMon Jul 8 18:18:37 2019
    SummarySecurity update for zeromq
    Typesecurity
    Severityimportant
    References1082318,1140255,CVE-2019-13132
    Description:

    This update for zeromq fixes the following issues:




    Advisory IDSUSE-SU-2019:1804-1
    ReleasedWed Jul 10 10:40:44 2019
    SummarySecurity update for ruby-bundled-gems-rpmhelper, ruby2.5
    Typesecurity
    Severityimportant
    References1082007,1082008,1082009,1082010,1082011,1082014,1082058,1087433,1087434,1087436,1087437,1087440,1087441,1112530,1112532,1130028,1130611,1130617,1130620,1130622,1130623,1130627,1133790,CVE-2017-17742,CVE-2018-1000073,CVE-2018-1000074,CVE-2018-1000075,CVE-2018-1000076,CVE-2018-1000077,CVE-2018-1000078,CVE-2018-1000079,CVE-2018-16395,CVE-2018-16396,CVE-2018-6914,CVE-2018-8777,CVE-2018-8778,CVE-2018-8779,CVE-2018-8780,CVE-2019-8320,CVE-2019-8321,CVE-2019-8322,CVE-2019-8323,CVE-2019-8324,CVE-2019-8325
    Description:

    This update for ruby2.5 and ruby-bundled-gems-rpmhelper fixes the following issues:
    Changes in ruby2.5:
    Update to 2.5.5 and 2.5.4:
    https://www.ruby-lang.org/en/news/2019/03/15/ruby-2-5-5-released/ https://www.ruby-lang.org/en/news/2019/03/13/ruby-2-5-4-released/
    Security issues fixed:



    Ruby 2.5 was updated to 2.5.3:
    This release includes some bug fixes and some security fixes.
    Security issues fixed:

    Ruby 2.5 was updated to 2.5.1:
    This release includes some bug fixes and some security fixes.
    Security issues fixed:


    - CVE-2018-1000079: Fixed path traversal issue during gem installation allows to write to arbitrary filesystem locations (bsc#1082058) - CVE-2018-1000075: Fixed infinite loop vulnerability due to negative size in tar header causes Denial of Service (bsc#1082014) - CVE-2018-1000078: Fixed XSS vulnerability in homepage attribute when displayed via gem server (bsc#1082011) - CVE-2018-1000077: Fixed that missing URL validation on spec home attribute allows malicious gem to set an invalid homepage URL (bsc#1082010) - CVE-2018-1000076: Fixed improper verification of signatures in tarball allows to install mis-signed gem (bsc#1082009) - CVE-2018-1000074: Fixed unsafe Object Deserialization Vulnerability in gem owner allowing arbitrary code execution on specially crafted YAML (bsc#1082008) - CVE-2018-1000073: Fixed path traversal when writing to a symlinked basedir outside of the root (bsc#1082007)
    Other changes:


    Changes in ruby-bundled-gems-rpmhelper:


    Advisory IDSUSE-RU-2019:1807-1
    ReleasedWed Jul 10 13:13:21 2019
    SummaryRecommended update for java-11-openjdk
    Typerecommended
    Severitymoderate
    References1137264
    Description:


    This update ships the OpenJDK LTS version 11 in the java-11-openjdk packages. (FATE#326347 bsc#1137264)


    Advisory IDSUSE-RU-2019:1815-1
    ReleasedThu Jul 11 07:47:55 2019
    SummaryRecommended update for timezone
    Typerecommended
    Severitymoderate
    References1140016
    Description:

    This update for timezone fixes the following issues:


    Advisory IDSUSE-SU-2019:2002-1
    ReleasedMon Jul 29 13:00:27 2019
    SummarySecurity update for java-11-openjdk
    Typesecurity
    Severityimportant
    References1115375,1140461,1141780,1141781,1141782,1141783,1141784,1141785,1141787,1141788,1141789,CVE-2019-2745,CVE-2019-2762,CVE-2019-2766,CVE-2019-2769,CVE-2019-2786,CVE-2019-2816,CVE-2019-2818,CVE-2019-2821,CVE-2019-7317
    Description:

    This update for java-11-openjdk to version jdk-11.0.4+11 fixes the following issues:
    Security issues fixed:


    Non-security issues fixed:


    Advisory IDSUSE-RU-2019:2142-1
    ReleasedWed Aug 14 18:14:04 2019
    SummaryRecommended update for mozilla-nspr, mozilla-nss
    Typerecommended
    Severitymoderate
    References1141322
    Description:


    This update for mozilla-nspr, mozilla-nss fixes the following issues:
    mozilla-nss was updated to NSS 3.45 (bsc#1141322) :


    mozilla-nspr was updated to version 4.21


    Advisory IDSUSE-RU-2019:2218-1
    ReleasedMon Aug 26 11:29:57 2019
    SummaryRecommended update for pinentry
    Typerecommended
    Severitymoderate
    References1141883
    Description:

    This update for pinentry fixes the following issues:


    Advisory IDSUSE-OU-2019:2483-1
    ReleasedFri Sep 27 14:16:23 2019
    SummaryOptional update for python3-google-api-python-client, python3-httplib2, python3-oauth2client, and python3-uritemplate.
    Typeoptional
    Severitylow
    References1088358
    Description:

    This update ships python3-google-api-python-client, python3-httplib2, python3-oauth2client, and python3-uritemplate for the SUSE Linux Enterprise Public Cloud 15 module.


    Advisory IDSUSE-SU-2019:2533-1
    ReleasedThu Oct 3 15:02:50 2019
    SummarySecurity update for sqlite3
    Typesecurity
    Severitymoderate
    References1150137,CVE-2019-16168
    Description:

    This update for sqlite3 fixes the following issues:
    Security issue fixed:


    Advisory IDSUSE-RU-2019:2681-1
    ReleasedTue Oct 15 22:01:40 2019
    SummaryRecommended update for libdb-4_8
    Typerecommended
    Severitymoderate
    References1148244
    Description:

    This update for libdb-4_8 fixes the following issues:


    Advisory IDSUSE-SU-2019:2702-1
    ReleasedWed Oct 16 18:41:30 2019
    SummarySecurity update for gcc7
    Typesecurity
    Severitymoderate
    References1071995,1141897,1142649,1148517,1149145,CVE-2019-14250,CVE-2019-15847
    Description:

    This update for gcc7 to r275405 fixes the following issues:
    Security issues fixed:


    Non-security issue fixed:


    Advisory IDSUSE-SU-2019:2730-1
    ReleasedMon Oct 21 16:04:57 2019
    SummarySecurity update for procps
    Typesecurity
    Severityimportant
    References1092100,1121753,CVE-2018-1122,CVE-2018-1123,CVE-2018-1124,CVE-2018-1125,CVE-2018-1126
    Description:

    This update for procps fixes the following issues:
    procps was updated to 3.3.15. (bsc#1092100)
    Following security issues were fixed:



    Also this non-security issue was fixed:

    The update to 3.3.15 contains the following fixes:


    Advisory IDSUSE-RU-2019:2762-1
    ReleasedThu Oct 24 07:08:44 2019
    SummaryRecommended update for timezone
    Typerecommended
    Severitymoderate
    References1150451
    Description:

    This update for timezone fixes the following issues:


    Advisory IDSUSE-SU-2019:2779-1
    ReleasedThu Oct 24 16:57:42 2019
    SummarySecurity update for binutils
    Typesecurity
    Severitymoderate
    References1109412,1109413,1109414,1111996,1112534,1112535,1113247,1113252,1113255,1116827,1118644,1118830,1118831,1120640,1121034,1121035,1121056,1133131,1133232,1141913,1142772,1152590,1154016,1154025,CVE-2018-1000876,CVE-2018-17358,CVE-2018-17359,CVE-2018-17360,CVE-2018-17985,CVE-2018-18309,CVE-2018-18483,CVE-2018-18484,CVE-2018-18605,CVE-2018-18606,CVE-2018-18607,CVE-2018-19931,CVE-2018-19932,CVE-2018-20623,CVE-2018-20651,CVE-2018-20671,CVE-2018-6323,CVE-2018-6543,CVE-2018-6759,CVE-2018-6872,CVE-2018-7208,CVE-2018-7568,CVE-2018-7569,CVE-2018-7570,CVE-2018-7642,CVE-2018-7643,CVE-2018-8945,CVE-2019-1010180,ECO-368,SLE-6206
    Description:

    This update for binutils fixes the following issues:
    binutils was updated to current 2.32 branch [jsc#ECO-368].
    Includes following security fixes:



    Update to binutils 2.32:


    Advisory IDSUSE-RU-2019:2993-1
    ReleasedMon Nov 18 11:52:23 2019
    SummaryRecommended update for tftp
    Typerecommended
    Severitymoderate
    References1153625
    Description:

    This update for tftp fixes the following issues:


    Advisory IDSUSE-SU-2019:2997-1
    ReleasedMon Nov 18 15:16:38 2019
    SummarySecurity update for ncurses
    Typesecurity
    Severitymoderate
    References1103320,1154036,1154037,CVE-2019-17594,CVE-2019-17595
    Description:

    This update for ncurses fixes the following issues:
    Security issues fixed:


    Non-security issue fixed:


    Advisory IDSUSE-SU-2019:2998-1
    ReleasedMon Nov 18 15:17:23 2019
    SummarySecurity update for java-11-openjdk
    Typesecurity
    Severityimportant
    References1152856,1154212,CVE-2019-2894,CVE-2019-2933,CVE-2019-2945,CVE-2019-2949,CVE-2019-2958,CVE-2019-2962,CVE-2019-2964,CVE-2019-2973,CVE-2019-2975,CVE-2019-2977,CVE-2019-2978,CVE-2019-2981,CVE-2019-2983,CVE-2019-2987,CVE-2019-2988,CVE-2019-2989,CVE-2019-2992,CVE-2019-2999
    Description:

    This update for java-11-openjdk to version jdk-11.0.5-10 fixes the following issues:
    Security issues fixed (October 2019 CPU bsc#1154212):


    Advisory IDSUSE-SU-2019:3061-1
    ReleasedMon Nov 25 17:34:22 2019
    SummarySecurity update for gcc9
    Typesecurity
    Severitymoderate
    References1114592,1135254,1141897,1142649,1142654,1148517,1149145,CVE-2019-14250,CVE-2019-15847,SLE-6533,SLE-6536
    Description:



    This update includes the GNU Compiler Collection 9.
    A full changelog is provided by the GCC team on:
    https://www.gnu.org/software/gcc/gcc-9/changes.html

    The base system compiler libraries libgcc_s1, libstdc++6 and others are now built by the gcc 9 packages.
    To use it, install 'gcc9' or 'gcc9-c++' or other compiler brands and use CC=gcc-9 / CXX=g++-9 during configuration for using it.

    Security issues fixed:


    Non-security issues fixed:


    Advisory IDSUSE-SU-2019:3086-1
    ReleasedThu Nov 28 10:02:24 2019
    SummarySecurity update for libidn2
    Typesecurity
    Severitymoderate
    References1154884,1154887,CVE-2019-12290,CVE-2019-18224
    Description:

    This update for libidn2 to version 2.2.0 fixes the following issues:


    Advisory IDSUSE-RU-2019:3205-1
    ReleasedMon Dec 9 13:48:28 2019
    SummaryRecommended update for insserv-compat
    Typerecommended
    Severitymoderate
    References1052837,1133306
    Description:

    This update for insserv-compat fixes the following issues:


    Advisory IDSUSE-RU-2019:3361-1
    ReleasedThu Dec 19 18:54:43 2019
    SummaryRecommended update for SUSE Manager Client Tools
    Typerecommended
    Severitymoderate
    References1113160,1131556,1143913,1146683,1152722,1153090,1154968,1156211,1156397,1156521
    Description:


    This update fixes the following issues:
    golang-github-lusitaniae-apache_exporter:


    golang-github-prometheus-prometheus:

    koan:

    rhnlib:

    spacecmd:

    spacewalk-backend:

    spacewalk-client-tools:

    spacewalk-koan:

    zypp-plugin-spacewalk:


    Advisory IDSUSE-SU-2019:3395-1
    ReleasedMon Dec 30 14:05:06 2019
    SummarySecurity update for mozilla-nspr, mozilla-nss
    Typesecurity
    Severitymoderate
    References1141322,1158527,1159819,CVE-2018-18508,CVE-2019-11745,CVE-2019-17006
    Description:

    This update for mozilla-nspr, mozilla-nss fixes the following issues:
    mozilla-nss was updated to NSS 3.47.1:
    Security issues fixed:


    mozilla-nspr was updated to version 4.23:


    Advisory IDSUSE-RU-2019:3400-1
    ReleasedTue Dec 31 08:18:40 2019
    SummaryRecommended update for libsodium
    Typerecommended
    Severitymoderate
    References1146257
    Description:

    This update for libsodium fixes the following issues:


    Advisory IDSUSE-RU-2020:10-1
    ReleasedThu Jan 2 12:35:06 2020
    SummaryRecommended update for gcc7
    Typerecommended
    Severitymoderate
    References1146475
    Description:

    This update for gcc7 fixes the following issues:


    Advisory IDSUSE-SU-2020:213-1
    ReleasedWed Jan 22 15:38:15 2020
    SummarySecurity update for java-11-openjdk
    Typesecurity
    Severityimportant
    References1160968,CVE-2020-2583,CVE-2020-2590,CVE-2020-2593,CVE-2020-2601,CVE-2020-2604,CVE-2020-2654,CVE-2020-2655
    Description:

    This update for java-11-openjdk fixes the following issues:
    Update to version jdk-11.0.6-10 (January 2020 CPU, bsc#1160968)
    Fixing these security related issues:


    Advisory IDSUSE-RU-2020:225-1
    ReleasedFri Jan 24 06:49:07 2020
    SummaryRecommended update for procps
    Typerecommended
    Severitymoderate
    References1158830
    Description:

    This update for procps fixes the following issues:


    Advisory IDSUSE-RU-2020:338-1
    ReleasedThu Feb 6 13:00:23 2020
    SummaryRecommended update for apr
    Typerecommended
    Severitymoderate
    References1151059
    Description:

    This update for apr fixes the following issues:


    Advisory IDSUSE-RU-2020:362-1
    ReleasedFri Feb 7 11:14:20 2020
    SummaryRecommended update for libXi
    Typerecommended
    Severitymoderate
    References1153311
    Description:


    This update for libXi fixes the following issue:


    Advisory IDSUSE-RU-2020:395-1
    ReleasedTue Feb 18 14:16:48 2020
    SummaryRecommended update for gcc7
    Typerecommended
    Severitymoderate
    References1160086
    Description:


    This update for gcc7 fixes the following issue:



    Advisory IDSUSE-RU-2020:453-1
    ReleasedTue Feb 25 10:51:53 2020
    SummaryRecommended update for binutils
    Typerecommended
    Severitymoderate
    References1160590
    Description:

    This update for binutils fixes the following issues:


    Advisory IDSUSE-RU-2020:525-1
    ReleasedFri Feb 28 11:49:36 2020
    SummaryRecommended update for pam
    Typerecommended
    Severitymoderate
    References1164562
    Description:

    This update for pam fixes the following issues:


    Advisory IDSUSE-RU-2020:556-1
    ReleasedMon Mar 2 13:32:14 2020
    SummaryRecommended update for 389-ds
    Typerecommended
    Severitymoderate
    References1155951
    Description:

    This update for 389-ds to version 1.4.2.2 fixes the following issues:
    389-ds was updated to 1.4.2.6 (fate#326677, bsc#1155951), bringing many bug and stability fixes.
    Issue addressed:

    More information for this release at: https://directory.fedoraproject.org/docs/389ds/releases/release-1-4-2-1.html


    Advisory IDSUSE-RU-2020:689-1
    ReleasedFri Mar 13 17:09:01 2020
    SummaryRecommended update for pam
    Typerecommended
    Severitymoderate
    References1166510
    Description:


    This update for PAM fixes the following issue:


    Advisory IDSUSE-SU-2020:737-1
    ReleasedFri Mar 20 13:47:16 2020
    SummaryRecommended update for ruby2.5
    Typesecurity
    Severityimportant
    References1140844,1152990,1152992,1152994,1152995,1162396,1164804,CVE-2012-6708,CVE-2015-9251,CVE-2019-15845,CVE-2019-16201,CVE-2019-16254,CVE-2019-16255,CVE-2020-8130
    Description:

    This update for ruby2.5 toversion 2.5.7 fixes the following issues: ruby 2.5 was updated to version 2.5.7


    Advisory IDSUSE-RU-2020:917-1
    ReleasedFri Apr 3 15:02:25 2020
    SummaryRecommended update for pam
    Typerecommended
    Severitymoderate
    References1166510
    Description:

    This update for pam fixes the following issues:


    Advisory IDSUSE-SU-2020:948-1
    ReleasedWed Apr 8 07:44:21 2020
    SummarySecurity update for gmp, gnutls, libnettle
    Typesecurity
    Severitymoderate
    References1152692,1155327,1166881,1168345,CVE-2020-11501
    Description:

    This update for gmp, gnutls, libnettle fixes the following issues:
    Security issue fixed:


    FIPS related bugfixes:


    Advisory IDSUSE-SU-2020:693-1
    ReleasedWed Apr 8 14:11:14 2020
    SummarySecurity update for wireshark
    Typesecurity
    Severitymoderate
    References1093733,1094301,1101776,1101777,1101786,1101788,1101791,1101794,1101800,1101802,1101804,1101810,1106514,1111647,1117740,1121231,1121232,1121233,1121234,1121235,1127367,1127369,1127370,1131941,1131945,1136021,1141980,1150690,1156288,1158505,1161052,1165241,1165710,957624,CVE-2018-11354,CVE-2018-11355,CVE-2018-11356,CVE-2018-11357,CVE-2018-11358,CVE-2018-11359,CVE-2018-11360,CVE-2018-11361,CVE-2018-11362,CVE-2018-12086,CVE-2018-14339,CVE-2018-14340,CVE-2018-14341,CVE-2018-14342,CVE-2018-14343,CVE-2018-14344,CVE-2018-14367,CVE-2018-14368,CVE-2018-14369,CVE-2018-14370,CVE-2018-16056,CVE-2018-16057,CVE-2018-16058,CVE-2018-18225,CVE-2018-18226,CVE-2018-18227,CVE-2018-19622,CVE-2018-19623,CVE-2018-19624,CVE-2018-19625,CVE-2018-19626,CVE-2018-19627,CVE-2018-19628,CVE-2019-10894,CVE-2019-10895,CVE-2019-10896,CVE-2019-10897,CVE-2019-10898,CVE-2019-10899,CVE-2019-10900,CVE-2019-10901,CVE-2019-10902,CVE-2019-10903,CVE-2019-13619,CVE-2019-16319,CVE-2019-19553,CVE-2019-5716,CVE-2019-5717,CVE-2019-5718,CVE-2019-5719,CVE-2019-5721,CVE-2019-9208,CVE-2019-9209,CVE-2019-9214,CVE-2020-7044,CVE-2020-9428,CVE-2020-9429,CVE-2020-9430,CVE-2020-9431
    Description:

    This update for wireshark and libmaxminddb fixes the following issues:
    Update wireshark to new major version 3.2.2 and introduce libmaxminddb for GeoIP support (bsc#1156288).
    New features include:


    Advisory IDSUSE-SU-2020:995-1
    ReleasedWed Apr 15 08:30:39 2020
    SummarySecurity update for ruby2.5
    Typesecurity
    Severitymoderate
    References1167244,1168938,CVE-2020-10663,CVE-2020-10933
    Description:

    This update for ruby2.5 to version 2.5.8 fixes the following issues:


    Advisory IDSUSE-RU-2020:1037-1
    ReleasedMon Apr 20 10:49:39 2020
    SummaryRecommended update for python-pytest
    Typerecommended
    Severitylow
    References1002895,1107105,1138666,1167732
    Description:


    This update fixes the following issues:
    New python-pytest versions are provided.
    In Basesystem:


    In Python2:


    Advisory IDSUSE-RU-2020:1226-1
    ReleasedFri May 8 10:51:05 2020
    SummaryRecommended update for gcc9
    Typerecommended
    Severitymoderate
    References1149995,1152590,1167898
    Description:

    This update for gcc9 fixes the following issues:
    This update ships the GCC 9.3 release.


    Advisory IDSUSE-RU-2020:1261-1
    ReleasedTue May 12 18:40:18 2020
    SummaryRecommended update for hwdata
    Typerecommended
    Severitymoderate
    References1168806
    Description:

    This update for hwdata fixes the following issues:
    Update from version 0.320 to version 0.324 (bsc#1168806)


    Advisory IDSUSE-RU-2020:1280-1
    ReleasedThu May 14 14:27:51 2020
    SummaryRecommended update for postgresql, postgresql10, postgresql12
    Typerecommended
    Severitymoderate
    References1138034,1151591,1153168,1163985,1167541,CVE-2019-10164,CVE-2020-1720
    Description:

    This update for postgresql, postgresql10, postgresql12 fixes the following issues:
    Changes in the postgresql wrapper package:


    Changes in postgresql10:

    Changes in postgresql12:
    Initial package for the postgresql 12 branch
    https://www.postgresql.org/about/news/1976/




    https://www.postgresql.org/docs/12/release-12-1.html https://www.postgresql.org/about/news/1994/

    python-psycopg2 was updated to 2.8.4 to allow working with postgresql12.


    Advisory IDSUSE-SU-2020:1294-1
    ReleasedMon May 18 07:38:36 2020
    SummarySecurity update for file
    Typesecurity
    Severitymoderate
    References1154661,1169512,CVE-2019-18218
    Description:

    This update for file fixes the following issues:
    Security issues fixed:


    Non-security issue fixed:


    Advisory IDSUSE-RU-2020:1303-1
    ReleasedMon May 18 09:40:36 2020
    SummaryRecommended update for timezone
    Typerecommended
    Severitymoderate
    References1169582
    Description:

    This update for timezone fixes the following issues:


    Advisory IDSUSE-RU-2020:1328-1
    ReleasedMon May 18 17:16:04 2020
    SummaryRecommended update for grep
    Typerecommended
    Severitymoderate
    References1155271
    Description:

    This update for grep fixes the following issues:


    Advisory IDSUSE-SU-2020:1353-1
    ReleasedWed May 20 13:02:32 2020
    SummarySecurity update for freetype2
    Typesecurity
    Severitymoderate
    References1079603,1091109,CVE-2018-6942
    Description:

    This update for freetype2 to version 2.10.1 fixes the following issues:
    Security issue fixed:


    Non-security issues fixed:









    Advisory IDSUSE-RU-2020:1494-1
    ReleasedWed May 27 20:29:48 2020
    SummaryRecommended update for python-psycopg2
    Typerecommended
    Severitymoderate
    References1171213
    Description:

    This update for python-psycopg2 fixes the following issues:


    Advisory IDSUSE-RU-2020:1507-1
    ReleasedFri May 29 17:23:52 2020
    SummaryRecommended update for publicsuffix
    Typerecommended
    Severitymoderate
    References1171819
    Description:

    This update for publicsuffix fixes the following issues:



















    Advisory IDSUSE-SU-2020:1511-1
    ReleasedFri May 29 18:03:39 2020
    SummarySecurity update for java-11-openjdk
    Typesecurity
    Severityimportant
    References1167462,1169511,CVE-2020-2754,CVE-2020-2755,CVE-2020-2756,CVE-2020-2757,CVE-2020-2767,CVE-2020-2773,CVE-2020-2778,CVE-2020-2781,CVE-2020-2800,CVE-2020-2803,CVE-2020-2805,CVE-2020-2816,CVE-2020-2830
    Description:

    This update for java-11-openjdk fixes the following issues:
    Java was updated to jdk-11.0.7+10 (April 2020 CPU, bsc#1169511).
    Security issues fixed:


    Advisory IDSUSE-RU-2020:1542-1
    ReleasedThu Jun 4 13:24:37 2020
    SummaryRecommended update for timezone
    Typerecommended
    Severitymoderate
    References1172055
    Description:

    This update for timezone fixes the following issue:


    Advisory IDSUSE-SU-2020:1677-1
    ReleasedThu Jun 18 18:16:39 2020
    SummarySecurity update for mozilla-nspr, mozilla-nss
    Typesecurity
    Severityimportant
    References1159819,1169746,1171978,CVE-2019-17006,CVE-2020-12399
    Description:

    This update for mozilla-nspr, mozilla-nss fixes the following issues:
    mozilla-nss was updated to version 3.53

    Release notes: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.53_release_notes
    mozilla-nspr to version 4.25


    Advisory IDSUSE-RU-2020:1801-1
    ReleasedTue Jun 30 13:07:01 2020
    SummaryRecommended update for zeromq
    Typerecommended
    Severitylow
    References1171566
    Description:


    This update of zeromq fixes the following issue.


    Advisory IDSUSE-RU-2020:1852-1
    ReleasedMon Jul 6 16:50:23 2020
    SummaryRecommended update for fontforge, ghostscript-fonts, ttf-converter, xorg-x11-fonts
    Typerecommended
    Severitymoderate
    References1169444
    Description:

    This update for fontforge, ghostscript-fonts, ttf-converter, xorg-x11-fonts fixes the following issues:
    Changes in fontforge:


    Changes in ttf-converter:

    --shift-unicode-values: When passed 3 comma separated numbers a,b,c this shifts the unicode values of glyphs between a and b (both included) by adding c. Can be used more than once. * Add --bitmapTransform parameter to transform bitmap glyphs. (bsc#1169444) When used, all glyphs are modified with the transformation function and values passed as parameters. The parameter has three values separated by commas: fliph|flipv|rotate90cw|rotate90ccw|rotate180|skew|transmove,xoff,yoff * Add support to convert bitmap fonts (bsc#1169444) * Rename MediumItalic subfamily to Medium Italic * Show some more information when removing duplicated glyphs * Add a --force-monospaced argument instead of hardcoding font names * Convert `BoldCond` subfamily to `Bold Condensed` * Fixes for Monospaced fonts and force the Nimbus Mono L font to be Monospaced. (bsc#1169444 #c41) * Add a --version argument * Fix subfamily names so the converted font's subfamily match the original ones. (bsc#1169444 #c41)
    Changes in xorg-x11-fonts:

    Changes in ghostscript-fonts:


    Advisory IDSUSE-RU-2020:1979-1
    ReleasedTue Jul 21 02:41:47 2020
    SummaryRecommended update for golang-github-prometheus-node_exporter
    Typerecommended
    Severitymoderate
    References1143913
    Description:

    This update for golang-github-prometheus-node_exporter fixes the following issues:

    0.18.1 / 2019-06-04 * [BUGFIX] Fix incorrect sysctl call in BSD meminfo collector, resulting in broken swap metrics on FreeBSD * [BUGFIX] Fix rollover bug in mountstats collector 0.18.0 / 2019-05-09 * Renamed interface label to device in netclass collector for consistency with other network metrics * The cpufreq metrics now separate the cpufreq and scaling data based on what the driver provides. * The labels for the network_up metric have changed * Bonding collector now uses mii_status instead of operstatus * Several systemd metrics have been turned off by default to improve performance * These include unit_tasks_current, unit_tasks_max, service_restart_total, and unit_start_time_seconds * The systemd collector blacklist now includes automount, device, mount, and slice units by default. * [CHANGE] Bonding state uses mii_status * [CHANGE] Add a limit to the number of in-flight requests * [CHANGE] Renamed interface label to device in netclass collector * [CHANGE] Add separate cpufreq and scaling metrics * [CHANGE] Several systemd metrics have been turned off by default to improve performance * [CHANGE] Expand systemd collector blacklist * [CHANGE] Split cpufreq metrics into a separate collector * [FEATURE] Add a flag to disable exporter metrics * [FEATURE] Add kstat-based Solaris metrics for boottime, cpu and zfs collectors * [FEATURE] Add uname collector for FreeBSD * [FEATURE] Add diskstats collector for OpenBSD * [FEATURE] Add pressure collector exposing pressure stall information for Linux * [FEATURE] Add perf exporter for Linux * [ENHANCEMENT] Add Infiniband counters * [ENHANCEMENT] Add TCPSynRetrans to netstat default filter * [ENHANCEMENT] Move network_up labels into new metric network_info * [ENHANCEMENT] Use 64-bit counters for Darwin netstat * [BUGFIX] Add fallback for missing /proc/1/mounts * [BUGFIX] Fix node_textfile_mtime_seconds to work properly on symlinks
  • Add network-online (Wants and After) dependency to systemd unit. (bsc#1143913)

  • Advisory IDSUSE-SU-2020:1983-1
    ReleasedTue Jul 21 08:31:44 2020
    SummarySecurity update for tomcat
    Typesecurity
    Severityimportant
    References1173389,CVE-2020-11996
    Description:

    This update for tomcat fixes the following issues: Tomcat was updated to 9.0.36 See changelog at


    Advisory IDSUSE-RU-2020:2000-1
    ReleasedWed Jul 22 09:04:41 2020
    SummaryRecommended update for efivar
    Typerecommended
    Severityimportant
    References1100077,1101023,1120862,1127544
    Description:

    This update for efivar fixes the following issues:


    Advisory IDSUSE-SU-2020:2047-1
    ReleasedFri Jul 24 14:09:14 2020
    SummarySecurity update for tomcat
    Typesecurity
    Severityimportant
    References1174117,1174121,CVE-2020-13934,CVE-2020-13935
    Description:

    This update for tomcat fixes the following issues:


    Advisory IDSUSE-RU-2020:2083-1
    ReleasedThu Jul 30 10:27:59 2020
    SummaryRecommended update for diffutils
    Typerecommended
    Severitymoderate
    References1156913
    Description:

    This update for diffutils fixes the following issue:


    Advisory IDSUSE-SU-2020:2116-1
    ReleasedTue Aug 4 15:12:41 2020
    SummarySecurity update for libX11
    Typesecurity
    Severityimportant
    References1174628,CVE-2020-14344
    Description:

    This update for libX11 fixes the following issues:


    Advisory IDSUSE-SU-2020:2143-1
    ReleasedThu Aug 6 11:06:49 2020
    SummarySecurity update for java-11-openjdk
    Typesecurity
    Severityimportant
    References1174157,CVE-2020-14556,CVE-2020-14562,CVE-2020-14573,CVE-2020-14577,CVE-2020-14581,CVE-2020-14583,CVE-2020-14593,CVE-2020-14621
    Description:

    This update for java-11-openjdk fixes the following issues:


    Advisory IDSUSE-RU-2020:2148-1
    ReleasedThu Aug 6 13:36:17 2020
    SummaryRecommended update for ca-certificates-mozilla
    Typerecommended
    Severityimportant
    References1174673
    Description:

    This update for ca-certificates-mozilla fixes the following issues:
    Update to 2.42 state of the Mozilla NSS Certificate store (bsc#1174673)
    Removed CAs:
    * AddTrust External CA Root * AddTrust Class 1 CA Root * LuxTrust Global Root 2 * Staat der Nederlanden Root CA - G2 * Symantec Class 1 Public Primary Certification Authority - G4 * Symantec Class 2 Public Primary Certification Authority - G4 * VeriSign Class 3 Public Primary Certification Authority - G3
    Added CAs:
    * certSIGN Root CA G2 * e-Szigno Root CA 2017 * Microsoft ECC Root Certificate Authority 2017 * Microsoft RSA Root Certificate Authority 2017


    Advisory IDSUSE-RU-2020:2282-1
    ReleasedWed Aug 19 21:28:40 2020
    SummaryRecommended update for libgit2
    Typerecommended
    Severitymoderate
    References1157473
    Description:

    This update for libgit2 provides the following fix:


    Advisory IDSUSE-SU-2020:2373-1
    ReleasedFri Aug 28 12:58:51 2020
    SummarySecurity update for SUSE Manager 4.1.1
    Typesecurity
    Severitymoderate
    References1136857,1165572,1169553,1169780,1170244,1170468,1170654,1171281,1172279,1172504,1172709,1172807,1172831,1172839,1173169,1173522,1173535,1173554,1173566,1173584,1173932,1173982,1173997,1174025,1174167,1174201,1174229,1174325,1174405,1174470,1174965,1175485,1175555,1175558,1175724,1175791,678126,CVE-2020-11022
    Description:

    This consolidated update includes multiple patchinfos for SUSE Manager Server and Proxy. This patchinfo is used for the codestream release only.


    Advisory IDSUSE-RU-2020:2374-1
    ReleasedFri Aug 28 12:59:39 2020
    SummaryRecommended update for SUSE Manager Client Tools
    Typerecommended
    Severitymoderate
    References1171281,1172709,1173149,1173584,1174405,1174965
    Description:


    This update fixes the following issues:
    POS_Image-Graphical7:


    POS_Image-JeOS7:

    dracut-saltboot:

    dracut-wireless:

    golang-github-prometheus-prometheus:

    mgr-osad:

    spacecmd:

    spacewalk-koan:

    suseRegisterInfo:

    uyuni-common-libs:


    Advisory IDSUSE-RU-2020:2440-1
    ReleasedTue Sep 1 22:14:33 2020
    SummaryRecommended update for libmaxminddb
    Typerecommended
    Severitymoderate
    References1175006
    Description:

    This update for libmaxminddb fixes the following issues:


    Advisory IDSUSE-RU-2020:2539-1
    ReleasedFri Sep 4 16:43:26 2020
    SummaryRecommended update for golang-github-QubitProducts-exporter_exporter
    Typerecommended
    Severityimportant
    References1175946
    Description:

    This Maintenance update for SUSE Manager fixes the following issue:


    Advisory IDSUSE-RU-2020:2549-1
    ReleasedFri Sep 4 18:25:50 2020
    SummaryRecommended update for OpenStack clients
    Typerecommended
    Severitymoderate
    References1121610,1174571,917818
    Description:

    Updated OpenStack clients to the latest OpenStack release named Ussuri.


    Advisory IDSUSE-RU-2020:2558-1
    ReleasedMon Sep 7 14:32:59 2020
    SummaryRecommended update for tomcat
    Typerecommended
    Severitymoderate
    References1092163,1172562,1173103
    Description:

    This update for tomcat fixes the following issues:


    Advisory IDSUSE-SU-2020:2646-1
    ReleasedWed Sep 16 12:07:28 2020
    SummarySecurity update for perl-DBI
    Typesecurity
    Severityimportant
    References1176409,1176412,CVE-2020-14392,CVE-2020-14393
    Description:

    This update for perl-DBI fixes the following issues:
    Security issues fixed:


    Advisory IDSUSE-SU-2020:2828-1
    ReleasedFri Oct 2 10:33:22 2020
    SummarySecurity update for perl-DBI
    Typesecurity
    Severityimportant
    References1176764,CVE-2019-20919
    Description:

    This update for perl-DBI fixes the following issues:


    Advisory IDSUSE-RU-2020:2839-1
    ReleasedFri Oct 2 12:16:15 2020
    SummaryRecommended update for SUSE Manager Client Tools
    Typerecommended
    Severitymoderate
    References1173268,1175889
    Description:


    This update fixes the following issues:
    POS_Image-Graphical7:


    POS_Image-JeOS7:

    dracut-saltboot:

    golang-github-QubitProducts-exporter_exporter:

    mgr-daemon:

    spacecmd:

    spacewalk-client-tools:


    Advisory IDSUSE-RU-2020:2842-1
    ReleasedFri Oct 2 12:17:55 2020
    SummaryRecommended update for golang-github-prometheus-node_exporter
    Typerecommended
    Severitymoderate
    References1151557
    Description:

    This update for golang-github-prometheus-node_exporter fixes the following issues:





    Breaking changes * The netdev collector CLI argument --collector.netdev.ignored-devices was renamed to --collector.netdev.device-blacklist in order to conform with the systemd collector. #1279 * The label named state on node_systemd_service_restart_total metrics was changed to name to better describe the metric. #1393 * Refactoring of the mdadm collector changes several metrics node_md_disks_active is removed node_md_disks now has a state label for 'fail', 'spare', 'active' disks. node_md_is_active is replaced by node_md_state with a state set of 'active', 'inactive', 'recovering', 'resync'. * Additional label mountaddr added to NFS device metrics to distinguish mounts from the same URL, but different IP addresses. #1417 * Metrics node_cpu_scaling_frequency_min_hrts and node_cpu_scaling_frequency_max_hrts of the cpufreq collector were renamed to node_cpu_scaling_frequency_min_hertz and node_cpu_scaling_frequency_max_hertz. #1510 * Collectors that are enabled, but are unable to find data to collect, now return 0 for node_scrape_collector_success.


    Advisory IDSUSE-RU-2020:2863-1
    ReleasedTue Oct 6 09:28:41 2020
    SummaryRecommended update for efivar
    Typerecommended
    Severitymoderate
    References1175989
    Description:

    This update for efivar fixes the following issues:


    Advisory IDSUSE-SU-2020:2947-1
    ReleasedFri Oct 16 15:23:07 2020
    SummarySecurity update for gcc10, nvptx-tools
    Typesecurity
    Severitymoderate
    References1172798,1172846,1173972,1174753,1174817,1175168,CVE-2020-13844
    Description:

    This update for gcc10, nvptx-tools fixes the following issues:
    This update provides the GCC10 compiler suite and runtime libraries.
    The base SUSE Linux Enterprise libraries libgcc_s1, libstdc++6 are replaced by the gcc10 variants.
    The new compiler variants are available with '-10' suffix, you can specify them via:
    CC=gcc-10 CXX=g++-10
    or similar commands.
    For a detailed changelog check out https://gcc.gnu.org/gcc-10/changes.html
    Changes in nvptx-tools:


    Advisory IDSUSE-RU-2020:2958-1
    ReleasedTue Oct 20 12:24:55 2020
    SummaryRecommended update for procps
    Typerecommended
    Severitymoderate
    References1158830
    Description:

    This update for procps fixes the following issues:


    Advisory IDSUSE-RU-2020:2983-1
    ReleasedWed Oct 21 15:03:03 2020
    SummaryRecommended update for file
    Typerecommended
    Severitymoderate
    References1176123
    Description:

    This update for file fixes the following issues:


    Advisory IDSUSE-SU-2020:2995-1
    ReleasedThu Oct 22 10:03:09 2020
    SummarySecurity update for freetype2
    Typesecurity
    Severityimportant
    References1177914,CVE-2020-15999
    Description:

    This update for freetype2 fixes the following issues:


    Advisory IDSUSE-RU-2020:3059-1
    ReleasedWed Oct 28 06:11:23 2020
    SummaryRecommended update for sysconfig
    Typerecommended
    Severitymoderate
    References1173391,1176285,1176325
    Description:

    This update for sysconfig fixes the following issues:


    Advisory IDSUSE-SU-2020:3060-1
    ReleasedWed Oct 28 08:09:21 2020
    SummarySecurity update for binutils
    Typesecurity
    Severitymoderate
    References1126826,1126829,1126831,1140126,1142649,1143609,1153768,1153770,1157755,1160254,1160590,1163333,1163744,CVE-2019-12972,CVE-2019-14250,CVE-2019-14444,CVE-2019-17450,CVE-2019-17451,CVE-2019-9074,CVE-2019-9075,CVE-2019-9077
    Description:

    This update for binutils fixes the following issues:
    binutils was updated to version 2.35. (jsc#ECO-2373)
    Update to binutils 2.35:




    Update to binutils 2.34:



    Update to binutils 2.33.1:



    Advisory IDSUSE-SU-2020:3068-1
    ReleasedWed Oct 28 11:46:10 2020
    SummarySecurity update for tomcat
    Typesecurity
    Severitymoderate
    References1177582,CVE-2020-13943
    Description:

    This update for tomcat fixes the following issues:


    Advisory IDSUSE-SU-2020:3091-1
    ReleasedThu Oct 29 16:35:37 2020
    SummarySecurity update for MozillaThunderbird and mozilla-nspr
    Typesecurity
    Severityimportant
    References1174230,1176384,1176756,1176899,1177977,CVE-2020-15673,CVE-2020-15676,CVE-2020-15677,CVE-2020-15678,CVE-2020-15683,CVE-2020-15969
    Description:

    This update for MozillaThunderbird and mozilla-nspr fixes the following issues:



    Advisory IDSUSE-RU-2020:3099-1
    ReleasedThu Oct 29 19:33:41 2020
    SummaryRecommended update for timezone
    Typerecommended
    Severitymoderate
    References1177460
    Description:

    This update for timezone fixes the following issues:


    Advisory IDSUSE-RU-2020:3123-1
    ReleasedTue Nov 3 09:48:13 2020
    SummaryRecommended update for timezone
    Typerecommended
    Severityimportant
    References1177460,1178346,1178350,1178353
    Description:

    This update for timezone fixes the following issues:


    Advisory IDSUSE-RU-2020:3157-1
    ReleasedWed Nov 4 15:37:05 2020
    SummaryRecommended update for ca-certificates-mozilla
    Typerecommended
    Severitymoderate
    References1177864
    Description:

    This update for ca-certificates-mozilla fixes the following issues:
    The SSL Root CA store was updated to the 2.44 state of the Mozilla NSS Certificate store (bsc#1177864)


    - EE Certification Centre Root CA - Taiwan GRCA

    - Trustwave Global Certification Authority - Trustwave Global ECC P256 Certification Authority - Trustwave Global ECC P384 Certification Authority


    Advisory IDSUSE-SU-2020:3264-1
    ReleasedTue Nov 10 09:50:29 2020
    SummarySecurity update for zeromq
    Typesecurity
    Severitymoderate
    References1176116,1176256,1176257,1176258,1176259,CVE-2020-15166
    Description:

    This update for zeromq fixes the following issues:


    Advisory IDSUSE-SU-2020:3359-1
    ReleasedTue Nov 17 13:18:30 2020
    SummarySecurity update for java-11-openjdk
    Typesecurity
    Severitymoderate
    References1177943,CVE-2020-14779,CVE-2020-14781,CVE-2020-14782,CVE-2020-14792,CVE-2020-14796,CVE-2020-14797,CVE-2020-14798,CVE-2020-14803
    Description:

    This update for java-11-openjdk fixes the following issues:


    Advisory IDSUSE-SU-2020:3384-1
    ReleasedThu Nov 19 11:33:53 2020
    SummarySecurity update for perl-DBI
    Typesecurity
    Severitymoderate
    References1176492,CVE-2014-10401,CVE-2014-10402
    Description:

    This update for perl-DBI fixes the following issues:


    Advisory IDSUSE-RU-2020:3452-1
    ReleasedThu Nov 19 19:42:47 2020
    SummaryRecommended update for tomcat
    Typerecommended
    Severitymoderate
    References1178396
    Description:

    This update for tomcat fixes the following issues:


    Advisory IDSUSE-RU-2020:3462-1
    ReleasedFri Nov 20 13:14:35 2020
    SummaryRecommended update for pam and sudo
    Typerecommended
    Severitymoderate
    References1174593,1177858,1178727
    Description:

    This update for pam and sudo fixes the following issue:
    pam:


    sudo:


    Advisory IDSUSE-RU-2020:3620-1
    ReleasedThu Dec 3 17:03:55 2020
    SummaryRecommended update for pam
    Typerecommended
    Severitymoderate
    References
    Description:

    This update for pam fixes the following issues:


    Advisory IDSUSE-RU-2020:3640-1
    ReleasedMon Dec 7 13:24:41 2020
    SummaryRecommended update for binutils
    Typerecommended
    Severityimportant
    References1179036,1179341
    Description:

    This update for binutils fixes the following issues:
    Update binutils 2.35 branch to commit 1c5243df:


    Update binutils to 2.35.1 and rebased branch diff:


    Advisory IDSUSE-SU-2020:3749-1
    ReleasedThu Dec 10 14:39:28 2020
    SummarySecurity update for gcc7
    Typesecurity
    Severitymoderate
    References1150164,1161913,1167939,1172798,1178577,1178614,1178624,1178675,CVE-2020-13844
    Description:

    This update for gcc7 fixes the following issues:


    Advisory IDSUSE-RU-2020:3767-1
    ReleasedFri Dec 11 16:06:22 2020
    SummaryRecommended update for apache-commons-el
    Typerecommended
    Severitylow
    References1179637
    Description:

    This update for apache-commons-el fixes the following issues:


    Advisory IDSUSE-RU-2020:3791-1
    ReleasedMon Dec 14 17:39:19 2020
    SummaryRecommended update for gzip
    Typerecommended
    Severitymoderate
    References
    Description:

    This update for gzip fixes the following issue:


    Advisory IDSUSE-RU-2020:3942-1
    ReleasedTue Dec 29 12:22:01 2020
    SummaryRecommended update for libidn2
    Typerecommended
    Severitymoderate
    References1180138
    Description:

    This update for libidn2 fixes the following issues:


    Advisory IDSUSE-SU-2021:41-1
    ReleasedThu Jan 7 11:51:31 2021
    SummarySecurity update for tomcat
    Typesecurity
    Severitymoderate
    References1179602,CVE-2020-17527
    Description:

    This update for tomcat fixes the following issue:


    Advisory IDSUSE-RU-2021:79-1
    ReleasedTue Jan 12 10:49:34 2021
    SummaryRecommended update for gcc7
    Typerecommended
    Severitymoderate
    References1167939
    Description:

    This update for gcc7 fixes the following issues:


    Advisory IDSUSE-SU-2021:176-1
    ReleasedWed Jan 20 09:49:05 2021
    SummarySecurity update for xstream
    Typesecurity
    Severityimportant
    References1180145,1180146,1180994,CVE-2020-26217,CVE-2020-26258,CVE-2020-26259
    Description:

    This update for xstream fixes the following issues:
    xstream was updated to version 1.4.15.


    Advisory IDSUSE-RU-2021:179-1
    ReleasedWed Jan 20 13:38:51 2021
    SummaryRecommended update for timezone
    Typerecommended
    Severitymoderate
    References1177460
    Description:

    This update for timezone fixes the following issues:





    Advisory IDSUSE-RU-2021:207-1
    ReleasedMon Jan 25 16:16:05 2021
    SummaryRecommended update for python-websockify
    Typerecommended
    Severitymoderate
    References1163513
    Description:

    This update for python-websockify fixes the following issues:


    Advisory IDSUSE-RU-2021:220-1
    ReleasedTue Jan 26 14:00:51 2021
    SummaryRecommended update for keyutils
    Typerecommended
    Severitymoderate
    References1180603
    Description:

    This update for keyutils fixes the following issues:


    Advisory IDSUSE-SU-2021:243-1
    ReleasedFri Jan 29 09:37:29 2021
    SummarySecurity update for jackson-databind
    Typesecurity
    Severitymoderate
    References1177616,1180391,1181118,CVE-2020-25649,CVE-2020-35728,CVE-2021-20190
    Description:

    This update for jackson-databind fixes the following issues:
    jackson-databind was updated to 2.10.5.1: * #2589: `DOMDeserializer`: setExpandEntityReferences(false) may not prevent external entity expansion in all cases (CVE-2020-25649, bsc#1177616) * #2787 (partial fix): NPE after add mixin for enum * #2679: 'ObjectMapper.readValue('123', Void.TYPE)' throws 'should never occur'


    Advisory IDSUSE-RU-2021:293-1
    ReleasedWed Feb 3 12:52:34 2021
    SummaryRecommended update for gmp
    Typerecommended
    Severitymoderate
    References1180603
    Description:

    This update for gmp fixes the following issues:


    Advisory IDSUSE-RU-2021:301-1
    ReleasedThu Feb 4 08:46:27 2021
    SummaryRecommended update for timezone
    Typerecommended
    Severitymoderate
    References1177460
    Description:

    This update for timezone fixes the following issues:



    Advisory IDSUSE-RU-2021:333-1
    ReleasedMon Feb 8 10:31:48 2021
    SummaryRecommended update for SUSE Manager Client Tools
    Typerecommended
    Severitymoderate
    References1176823,1177884,1179555,1179566
    Description:

    This update fixes the following issues:
    golang-github-prometheus-alertmanager:


    golang-github-prometheus-prometheus:

    grafana:

    mgr-osad:

    spacecmd:

    uyuni-common-libs:


    Advisory IDSUSE-OU-2021:339-1
    ReleasedMon Feb 8 13:16:07 2021
    SummaryOptional update for pam
    Typeoptional
    Severitylow
    References
    Description:

    This update for pam fixes the following issues:


    This patch is optional to be installed - it doesn't fix any bugs.


    Advisory IDSUSE-SU-2021:352-1
    ReleasedTue Feb 9 15:02:05 2021
    SummarySecurity update for java-11-openjdk
    Typesecurity
    Severityimportant
    References1181239
    Description:

    This update for java-11-openjdk fixes the following issues:
    java-11-openjdk was upgraded to include January 2021 CPU (bsc#1181239)


    Advisory IDSUSE-RU-2021:421-1
    ReleasedWed Feb 10 12:05:23 2021
    SummaryRecommended update for hwdata
    Typerecommended
    Severitylow
    References1180422,1180482
    Description:

    This update for hwdata fixes the following issues:


    Advisory IDSUSE-RU-2021:526-1
    ReleasedFri Feb 19 12:46:27 2021
    SummaryRecommended update for python-distro
    Typerecommended
    Severitymoderate
    References
    Description:

    This update for python-distro fixes the following issues:
    Upgrade from version 1.2.0 to 1.5.0 (jsc#ECO-3212)




    Advisory IDSUSE-SU-2021:531-1
    ReleasedFri Feb 19 14:54:06 2021
    SummarySecurity update for tomcat
    Typesecurity
    Severitymoderate
    References1180947,CVE-2021-24122
    Description:

    This update for tomcat fixes the following issues:


    Advisory IDSUSE-RU-2021:596-1
    ReleasedThu Feb 25 10:26:30 2021
    SummaryRecommended update for gcc7
    Typerecommended
    Severitymoderate
    References1181618
    Description:

    This update for gcc7 fixes the following issues:


    Advisory IDSUSE-RU-2021:644-1
    ReleasedFri Feb 26 11:21:54 2021
    SummaryRecommended Beta update for SUSE Manager Client Tools
    Typerecommended
    Severitymoderate
    References1180583,1180585
    Description:

    This update fixes the following issues:
    spacecmd:


    Advisory IDSUSE-SU-2021:654-1
    ReleasedFri Feb 26 20:01:10 2021
    SummarySecurity update for python-Jinja2
    Typesecurity
    Severityimportant
    References1181944,1182244,CVE-2020-28493
    Description:

    This update for python-Jinja2 fixes the following issues:


    Advisory IDSUSE-RU-2021:656-1
    ReleasedMon Mar 1 09:34:21 2021
    SummaryRecommended update for protobuf
    Typerecommended
    Severitymoderate
    References1177127
    Description:

    This update for protobuf fixes the following issues:


    Advisory IDSUSE-RU-2021:784-1
    ReleasedMon Mar 15 11:19:08 2021
    SummaryRecommended update for efivar
    Typerecommended
    Severitymoderate
    References1181967
    Description:

    This update for efivar fixes the following issues:


    Advisory IDSUSE-SU-2021:792-1
    ReleasedTue Mar 16 08:43:01 2021
    SummarySecurity update for netty
    Typesecurity
    Severitymoderate
    References1183262,CVE-2021-21295
    Description:

    This update for netty fixes the following issues:


    Advisory IDSUSE-RU-2021:880-1
    ReleasedFri Mar 19 04:14:38 2021
    SummaryRecommended update for hwdata
    Typerecommended
    Severitylow
    References1170160,1182482
    Description:

    This update for hwdata fixes the following issues:


    Advisory IDSUSE-RU-2021:906-1
    ReleasedFri Mar 19 16:18:34 2021
    SummaryRecommended maintenance update for SUSE Manager 4.1: Server and Proxy
    Typerecommended
    Severitymoderate
    References1157711,1173893,1175660,1177508,1179579,1180145,1180146,1180224,1180439,1180547,1180558,1180757,1180994,1181048,1181165,1181228,1181290,1181416,1181423,1181635,1181807,1181814,1182001,1182006,1182008,1182071,1182200,1182492,1182685,CVE-2020-26217,CVE-2020-26258,CVE-2020-26259,CVE-2020-28477
    Description:

    Maintenance update for SUSE Manager 4.1: Server and Proxy
    This is a codestream only patchinfo.


    Advisory IDSUSE-RU-2021:924-1
    ReleasedTue Mar 23 10:00:49 2021
    SummaryRecommended update for filesystem
    Typerecommended
    Severitymoderate
    References1078466,1146705,1175519,1178775,1180020,1180083,1180596,1181011,1181831,1183094
    Description:

    This update for filesystem the following issues:


    This update for systemd fixes the following issues:


    Advisory IDSUSE-RU-2021:927-1
    ReleasedTue Mar 23 14:07:06 2021
    SummaryRecommended update for libreoffice
    Typerecommended
    Severitymoderate
    References1041090,1049382,1116658,1136234,1155141,1173404,1173409,1173410,1173471,1174465,1176547,1177955,1178807,1178943,1178944,1179025,1179203,1181122,1181644,1181872,1182790
    Description:

    This update for libreoffice provides the upgrade from version 6.4.5.2 to 7.1.1.2 (jsc#ECO-3150, bsc#1182790)

    libreoffice:


    libixion:
    Update to 0.16.1:

    libmwaw:
    Update to 0.3.17:

    libnumbertext:
    Update to 1.0.6
    liborcus:
    Update to 0.16.1

    libstaroffice:
    Update to 0.0.7:

    libwps:
    Update to 0.4.11:

    glfw:
    New package provided on version 3.3.2:

    Box2D:
    New package provided on version 2.4.1:
    * Extended distance joint to have a minimum and maximum limit. * `B2_USER_SETTINGS` and `b2_user_settings.h` can control user data, length units, and maximum polygon vertices. * Default user data is now uintptr_t instead of void* * b2FixtureDef::restitutionThreshold lets you set the restitution velocity threshold per fixture. * Collision * Chain and edge shape must now be one-sided to eliminate ghost collisions * Broad-phase optimizations * Added b2ShapeCast for linear shape casting * Dynamics * Joint limits are now predictive and not stateful * Experimental 2D cloth (rope) * b2Body::SetActive -> b2Body::SetEnabled * Better support for running multiple worlds * Handle zero density better * The body behaves like a static body * The body is drawn with a red color * Added translation limit to wheel joint * World dump now writes to box2d_dump.inl * Static bodies are never awake * All joints with spring-dampers now use stiffness and damping * Added utility functions to convert frequency and damping ratio to stiffness and damping * Polygon creation now computes the convex hull. * The convex hull code will merge vertices closer than dm_linearSlop.


    Advisory IDSUSE-SU-2021:933-1
    ReleasedWed Mar 24 12:16:14 2021
    SummarySecurity update for ruby2.5
    Typesecurity
    Severityimportant
    References1177125,1177222,CVE-2020-25613
    Description:

    This update for ruby2.5 fixes the following issues:


    Advisory IDSUSE-RU-2021:952-1
    ReleasedThu Mar 25 14:36:56 2021
    SummaryRecommended update for libunwind
    Typerecommended
    Severitymoderate
    References1160876,1171549
    Description:

    This update for libunwind fixes the following issues:


    Advisory IDSUSE-SU-2021:974-1
    ReleasedMon Mar 29 19:31:27 2021
    SummarySecurity update for tar
    Typesecurity
    Severitylow
    References1181131,CVE-2021-20193
    Description:

    This update for tar fixes the following issues:
    CVE-2021-20193: Memory leak in read_header() in list.c (bsc#1181131)


    Advisory IDSUSE-RU-2021:985-1
    ReleasedTue Mar 30 14:43:43 2021
    SummaryRecommended update for the Azure SDK and CLI
    Typerecommended
    Severitymoderate
    References1125671,1140565,1154393,1174514,1175289,1176784,1176785,1178168,CVE-2020-14343,CVE-2020-25659
    Description:


    This update for the Azure SDK and CLI adds support for the AHB (Azure Hybrid Benefit). (bsc#1176784, jsc#ECO=3105)


    Advisory IDSUSE-SU-2021:1007-1
    ReleasedThu Apr 1 17:47:20 2021
    SummarySecurity update for MozillaFirefox
    Typesecurity
    Severityimportant
    References1183942,CVE-2021-23981,CVE-2021-23982,CVE-2021-23984,CVE-2021-23987
    Description:

    This update for MozillaFirefox fixes the following issues:


    Advisory IDSUSE-SU-2021:1008-1
    ReleasedThu Apr 1 17:49:05 2021
    SummarySecurity update for tomcat
    Typesecurity
    Severityimportant
    References1182909,1182912,CVE-2021-25122,CVE-2021-25329
    Description:

    This update for tomcat fixes the following issues:
    CVE-2021-25122: Apache Tomcat h2c request mix-up (bsc#1182912) CVE-2021-25329: Complete fix for CVE-2020-9484 (bsc#1182909)


    Advisory IDSUSE-RU-2021:1018-1
    ReleasedTue Apr 6 14:29:13 2021
    SummaryRecommended update for gzip
    Typerecommended
    Severitymoderate
    References1180713
    Description:

    This update for gzip fixes the following issues:


    Advisory IDSUSE-RU-2021:1169-1
    ReleasedTue Apr 13 15:01:42 2021
    SummaryRecommended update for procps
    Typerecommended
    Severitylow
    References1181976
    Description:

    This update for procps fixes the following issues:


    Advisory IDSUSE-RU-2021:1230-1
    ReleasedThu Apr 15 17:09:58 2021
    SummaryRecommended update for SUSE Manager Client Tools
    Typerecommended
    Severitymoderate
    References1131670,1178072,1181124,1181474,1182339,1182603,1183959
    Description:


    This update fixes the following issues:
    golang-github-boynux-squid_exporter:


    golang-github-lusitaniae-apache_exporter:

    golang-github-prometheus-prometheus:

    grafana:

    rhnlib:

    spacecmd:

    spacewalk-client-tools:

    supportutils-plugin-salt:

    zypp-plugin-spacewalk:


    Advisory IDSUSE-SU-2021:1280-1
    ReleasedTue Apr 20 14:34:19 2021
    SummarySecurity update for ruby2.5
    Typesecurity
    Severitymoderate
    References1184644,CVE-2021-28965
    Description:

    This update for ruby2.5 fixes the following issues:


    Advisory IDSUSE-SU-2021:1282-1
    ReleasedTue Apr 20 14:47:17 2021
    SummarySecurity update for apache-commons-io
    Typesecurity
    Severitymoderate
    References1184755,CVE-2021-29425
    Description:

    This update for apache-commons-io fixes the following issues:


    Advisory IDSUSE-RU-2021:1289-1
    ReleasedWed Apr 21 14:02:46 2021
    SummaryRecommended update for gzip
    Typerecommended
    Severitymoderate
    References1177047
    Description:

    This update for gzip fixes the following issues:


    Advisory IDSUSE-RU-2021:1291-1
    ReleasedWed Apr 21 14:04:06 2021
    SummaryRecommended update for mpfr
    Typerecommended
    Severitymoderate
    References1141190
    Description:

    This update for mpfr fixes the following issues:


    Technical library fixes:


    Advisory IDSUSE-SU-2021:1409-1
    ReleasedWed Apr 28 16:32:50 2021
    SummarySecurity update for giflib
    Typesecurity
    Severitylow
    References1184123
    Description:

    This update for giflib fixes the following issues:


    Advisory IDSUSE-RU-2021:1549-1
    ReleasedMon May 10 13:48:00 2021
    SummaryRecommended update for procps
    Typerecommended
    Severitymoderate
    References1185417
    Description:

    This update for procps fixes the following issues:


    Advisory IDSUSE-SU-2021:1554-1
    ReleasedTue May 11 09:43:41 2021
    SummarySecurity update for java-11-openjdk
    Typesecurity
    Severityimportant
    References1184606,1185055,1185056,CVE-2021-2161,CVE-2021-2163
    Description:

    This update for java-11-openjdk fixes the following issues:


    Advisory IDSUSE-RU-2021:1583-1
    ReleasedWed May 12 13:40:35 2021
    SummaryRecommended update for sensors
    Typerecommended
    Severitymoderate
    References1185183
    Description:

    This update for sensors fixes the following issues:


    Advisory IDSUSE-RU-2021:1643-1
    ReleasedWed May 19 13:51:48 2021
    SummaryRecommended update for pam
    Typerecommended
    Severityimportant
    References1181443,1184358,1185562
    Description:

    This update for pam fixes the following issues:


    Advisory IDSUSE-SU-2021:1840-1
    ReleasedWed Jun 2 16:29:28 2021
    SummarySecurity update for xstream
    Typesecurity
    Severityimportant
    References1184372,1184373,1184374,1184375,1184376,1184377,1184378,1184379,1184380,1184796,1184797,CVE-2021-21341,CVE-2021-21342,CVE-2021-21343,CVE-2021-21344,CVE-2021-21345,CVE-2021-21346,CVE-2021-21347,CVE-2021-21348,CVE-2021-21349,CVE-2021-21350,CVE-2021-21351
    Description:

    This update for xstream fixes the following issues:


    Advisory IDSUSE-SU-2021:1859-1
    ReleasedFri Jun 4 09:02:38 2021
    SummarySecurity update for python-py
    Typesecurity
    Severitymoderate
    References1179805,1184505,CVE-2020-29651
    Description:

    This update for python-py fixes the following issues:


    Advisory IDSUSE-RU-2021:1861-1
    ReleasedFri Jun 4 09:59:40 2021
    SummaryRecommended update for gcc10
    Typerecommended
    Severitymoderate
    References1029961,1106014,1178577,1178624,1178675,1182016
    Description:

    This update for gcc10 fixes the following issues:


    Advisory IDSUSE-SU-2021:1876-1
    ReleasedMon Jun 7 14:01:09 2021
    SummarySecurity update for snakeyaml
    Typesecurity
    Severityimportant
    References1159488,1186088,CVE-2017-18640
    Description:

    This update for snakeyaml fixes the following issues:


    Advisory IDSUSE-RU-2021:1926-1
    ReleasedThu Jun 10 08:38:14 2021
    SummaryRecommended update for gcc
    Typerecommended
    Severitymoderate
    References1096677
    Description:

    This update for gcc fixes the following issues:


    Advisory IDSUSE-RU-2021:1935-1
    ReleasedThu Jun 10 10:45:09 2021
    SummaryRecommended update for gzip
    Typerecommended
    Severitymoderate
    References1186642
    Description:


    This update for gzip fixes the following issue:


    Advisory IDSUSE-RU-2021:1941-1
    ReleasedThu Jun 10 10:49:52 2021
    SummaryRecommended update for sysconfig
    Typerecommended
    Severitymoderate
    References1186642
    Description:


    This update for sysconfig fixes the following issue:


    Advisory IDSUSE-RU-2021:1950-1
    ReleasedThu Jun 10 14:42:00 2021
    SummaryRecommended update for hwdata
    Typerecommended
    Severitymoderate
    References1170160,1182482,1185697
    Description:

    This update for hwdata fixes the following issues:



    Advisory IDSUSE-SU-2021:1995-1
    ReleasedThu Jun 17 15:11:40 2021
    SummarySecurity update for xstream
    Typesecurity
    Severityimportant
    References1186651,CVE-2021-29505
    Description:

    This update for xstream fixes the following issues:
    Upgrade to 1.4.17


    Advisory IDSUSE-RU-2021:2000-1
    ReleasedThu Jun 17 16:50:00 2021
    SummaryRecommended update for tomcat
    Typerecommended
    Severitymoderate
    References1186642
    Description:


    This update for tomcat fixes the following issue:


    Advisory IDSUSE-SU-2021:2008-1
    ReleasedThu Jun 17 18:07:45 2021
    SummarySecurity update for python-rsa
    Typesecurity
    Severityimportant
    References1172389,CVE-2020-13757
    Description:

    This update for python-rsa fixes the following issues:


    Advisory IDSUSE-SU-2021:2012-1
    ReleasedFri Jun 18 09:15:13 2021
    SummarySecurity update for python-urllib3
    Typesecurity
    Severityimportant
    References1187045,CVE-2021-33503
    Description:

    This update for python-urllib3 fixes the following issues:


    Advisory IDSUSE-RU-2021:2096-1
    ReleasedMon Jun 21 13:35:38 2021
    SummaryRecommended update for python-six
    Typerecommended
    Severitymoderate
    References1186642
    Description:


    This update for python-six fixes the following issue:


    Advisory IDSUSE-RU-2021:2103-1
    ReleasedMon Jun 21 19:23:28 2021
    SummaryRecommended update for SUSE Manager Client Tools
    Typerecommended
    Severitymoderate
    References1173557,1177884,1177928,1180583,1180584,1180585,1185178
    Description:

    This update fixes the following issues:
    POS_Image-Graphical7:


    POS_Image-JeOS7:

    golang-github-prometheus-prometheus:

    mgr-cfg:

    mgr-custom-info:

    mgr-daemon:

    mgr-osad:

    mgr-push:

    mgr-virtualization:

    python-hwdata:

    rhnlib:

    spacecmd:

    spacewalk-client-tools:

    spacewalk-koan:

    spacewalk-oscap:

    spacewalk-remote-utils:

    supportutils-plugin-susemanager-client:

    suseRegisterInfo:

    uyuni-common-libs:


    Advisory IDSUSE-SU-2021:2106-1
    ReleasedMon Jun 21 19:26:19 2021
    SummarySecurity update for salt
    Typesecurity
    Severitycritical
    References1171257,1176293,1179831,1181368,1182281,1182293,1182382,1185092,1185281,1186674,CVE-2018-15750,CVE-2018-15751,CVE-2020-11651,CVE-2020-11652,CVE-2020-25592,CVE-2021-25315,CVE-2021-31607
    Description:

    This update for salt fixes the following issues:
    Update to Salt release version 3002.2 (jsc#ECO-3212, jsc#SLE-18033, jsc#SLE-18028)


    Advisory IDSUSE-RU-2021:2107-1
    ReleasedMon Jun 21 19:29:09 2021
    SummaryRecommended update for golang-github-prometheus-node_exporter
    Typerecommended
    Severitymoderate
    References1151558
    Description:

    This update for golang-github-prometheus-node_exporter fixes the following issues:
    Update from version 1.0.1 to version 1.1.2



    Advisory IDSUSE-RU-2021:2173-1
    ReleasedMon Jun 28 14:59:45 2021
    SummaryRecommended update for automake
    Typerecommended
    Severitymoderate
    References1040589,1047218,1182604,1185540,1186049
    Description:

    This update for automake fixes the following issues:


    This update for pcre fixes the following issues:

    This update for brp-check-suse fixes the following issues:


    Advisory IDSUSE-RU-2021:2179-1
    ReleasedMon Jun 28 17:36:37 2021
    SummaryRecommended update for thin-provisioning-tools
    Typerecommended
    Severitymoderate
    References1184124
    Description:

    This update for thin-provisioning-tools fixes the following issues:


    Advisory IDSUSE-RU-2021:2193-1
    ReleasedMon Jun 28 18:38:43 2021
    SummaryRecommended update for tar
    Typerecommended
    Severitymoderate
    References1184124
    Description:

    This update for tar fixes the following issues:


    Advisory IDSUSE-SU-2021:2196-1
    ReleasedTue Jun 29 09:41:39 2021
    SummarySecurity update for lua53
    Typesecurity
    Severitymoderate
    References1175448,1175449,CVE-2020-24370,CVE-2020-24371
    Description:

    This update for lua53 fixes the following issues:
    Update to version 5.3.6:


    Advisory IDSUSE-RU-2021:2286-1
    ReleasedFri Jul 9 17:38:53 2021
    SummaryRecommended update for dosfstools
    Typerecommended
    Severitymoderate
    References1172863
    Description:

    This update for dosfstools fixes the following issue:


    Advisory IDSUSE-SU-2021:2320-1
    ReleasedWed Jul 14 17:01:06 2021
    SummarySecurity update for sqlite3
    Typesecurity
    Severityimportant
    References1157818,1158812,1158958,1158959,1158960,1159491,1159715,1159847,1159850,1160309,1160438,1160439,1164719,1172091,1172115,1172234,1172236,1172240,1173641,928700,928701,CVE-2015-3414,CVE-2015-3415,CVE-2019-19244,CVE-2019-19317,CVE-2019-19603,CVE-2019-19645,CVE-2019-19646,CVE-2019-19880,CVE-2019-19923,CVE-2019-19924,CVE-2019-19925,CVE-2019-19926,CVE-2019-19959,CVE-2019-20218,CVE-2020-13434,CVE-2020-13435,CVE-2020-13630,CVE-2020-13631,CVE-2020-13632,CVE-2020-15358,CVE-2020-9327
    Description:

    This update for sqlite3 fixes the following issues:


    Advisory IDSUSE-RU-2021:2395-1
    ReleasedMon Jul 19 12:08:34 2021
    SummaryRecommended update for efivar
    Typerecommended
    Severitymoderate
    References1187386
    Description:

    This update for efivar provides the following fix:


    Advisory IDSUSE-RU-2021:2447-1
    ReleasedThu Jul 22 08:26:29 2021
    SummaryRecommended update for hwdata
    Typerecommended
    Severitymoderate
    References1186749,1187948
    Description:

    This update for hwdata fixes the following issue:


    Advisory IDSUSE-RU-2021:2463-1
    ReleasedFri Jul 23 12:56:22 2021
    SummaryRecommended update for python-pyzmq
    Typerecommended
    Severitymoderate
    References1186945
    Description:

    This update for python-pyzmq fixes the following issues:


    Advisory IDSUSE-RU-2021:2464-1
    ReleasedFri Jul 23 14:20:23 2021
    SummaryRecommended update for shim
    Typerecommended
    Severitymoderate
    References1185232,1185261,1185441,1185464,1185961,1187071,1187260,1187696
    Description:

    This update for shim fixes the following issues:


    Advisory IDSUSE-RU-2021:2467-1
    ReleasedMon Jul 26 11:57:11 2021
    SummaryRecommended update for jsch
    Typerecommended
    Severitylow
    References
    Description:

    This update for jsch fixes the following issues:


    Advisory IDSUSE-RU-2021:2481-1
    ReleasedTue Jul 27 14:20:27 2021
    SummaryRecommended update for sysconfig
    Typerecommended
    Severitymoderate
    References1184124
    Description:

    This update for sysconfig fixes the following issues:


    Advisory IDSUSE-RU-2021:2558-1
    ReleasedThu Jul 29 12:05:03 2021
    SummaryRecommended update for python-pytz
    Typerecommended
    Severitymoderate
    References1185748
    Description:

    This update for python-pytz fixes the following issues:


    Advisory IDSUSE-RU-2021:2573-1
    ReleasedThu Jul 29 14:21:52 2021
    SummaryRecommended update for timezone
    Typerecommended
    Severitymoderate
    References1188127
    Description:

    This update for timezone fixes the following issue:

    the IANA time zone database package, in addition to 'zone1970.tab', as before. This makes sure time zone aliases are now correctly supported. This update adds the 'tzdata.zi' file (bsc#1188127).


    Advisory IDSUSE-SU-2021:2612-1
    ReleasedThu Aug 5 10:17:44 2021
    SummarySecurity update for apache-commons-compress
    Typesecurity
    Severityimportant
    References1188463,1188464,1188465,1188466,CVE-2021-35515,CVE-2021-35516,CVE-2021-35517,CVE-2021-36090
    Description:

    This update for apache-commons-compress fixes the following issues:


    Advisory IDSUSE-RU-2021:2627-1
    ReleasedThu Aug 5 12:10:46 2021
    SummaryRecommended maintenance update for systemd-default-settings
    Typerecommended
    Severitymoderate
    References1188348
    Description:

    This update for systemd-default-settings fixes the following issue:


    Advisory IDSUSE-RU-2021:2667-1
    ReleasedThu Aug 12 12:03:18 2021
    SummaryRecommended update for system-user-prometheus
    Typerecommended
    Severitymoderate
    References
    Description:

    This recommended update for system-user-prometheus provides the following fixes:


    Advisory IDSUSE-OU-2021:2816-1
    ReleasedMon Aug 23 14:17:28 2021
    SummaryOptional update for python-kubernetes
    Typeoptional
    Severitylow
    References
    Description:

    This patch provides the python3-kubernetes package to the following modules:


    Advisory IDSUSE-SU-2021:2817-1
    ReleasedMon Aug 23 15:05:18 2021
    SummarySecurity update for aws-cli, python-boto3, python-botocore, python-service_identity, python-trustme, python-urllib3
    Typesecurity
    Severitymoderate
    References1102408,1138715,1138746,1176389,1177120,1182421,1182422,CVE-2020-26137
    Description:

    This patch updates the Python AWS SDK stack in SLE 15:
    General:
    # aws-cli


    # python-boto3

    # python-botocore

    # python-urllib3

    # python-service_identity

    # python-trustme

    Security fixes:
    # python-urllib3:


    Advisory IDSUSE-RU-2021:2885-1
    ReleasedTue Aug 31 12:21:17 2021
    SummaryRecommended update for publicsuffix
    Typerecommended
    Severitylow
    References1189124
    Description:

    This update for publicsuffix fixes the following issues:


    Advisory IDSUSE-RU-2021:2901-1
    ReleasedWed Sep 1 10:34:50 2021
    SummaryRecommended update for insserv-compat
    Typerecommended
    Severitymoderate
    References1187941
    Description:

    This update for insserv-compat fixes the following issues:


    Advisory IDSUSE-SU-2021:2952-1
    ReleasedFri Sep 3 14:38:44 2021
    SummarySecurity update for java-11-openjdk
    Typesecurity
    Severityimportant
    References1185476,1188564,1188565,1188566,CVE-2021-2341,CVE-2021-2369,CVE-2021-2388
    Description:

    This update for java-11-openjdk fixes the following issues:


    Advisory IDSUSE-RU-2021:2973-1
    ReleasedTue Sep 7 16:56:08 2021
    SummaryRecommended update for hwdata
    Typerecommended
    Severitymoderate
    References1190091
    Description:

    This update for hwdata fixes the following issue:


    Advisory IDSUSE-RU-2021:2993-1
    ReleasedThu Sep 9 14:31:33 2021
    SummaryRecommended update for gcc
    Typerecommended
    Severitymoderate
    References1185348
    Description:

    This update for gcc fixes the following issues:


    Advisory IDSUSE-RU-2021:2997-1
    ReleasedThu Sep 9 14:37:34 2021
    SummaryRecommended update for python3
    Typerecommended
    Severitymoderate
    References1187338,1189659
    Description:

    This update for python3 fixes the following issues:


    Advisory IDSUSE-RU-2021:3001-1
    ReleasedThu Sep 9 15:08:13 2021
    SummaryRecommended update for netcfg
    Typerecommended
    Severitymoderate
    References1189683
    Description:

    This update for netcfg fixes the following issues:


    Advisory IDSUSE-RU-2021:3115-1
    ReleasedThu Sep 16 14:04:26 2021
    SummaryRecommended update for mozilla-nspr, mozilla-nss
    Typerecommended
    Severitymoderate
    References1029961,1174697,1176206,1176934,1179382,1188891,CVE-2020-12400,CVE-2020-12401,CVE-2020-12403,CVE-2020-25648,CVE-2020-6829
    Description:

    This update for mozilla-nspr fixes the following issues:
    mozilla-nspr was updated to version 4.32:



    Mozilla NSS was updated to version 3.68:

    update to NSS 3.67

    update to NSS 3.66

    update to NSS 3.65

    update to NSS 3.64
    disable_crypto_vsx.
  • bmo#1698320 - replace __builtin_cpu_supports('vsx') with
  • ppc_crypto_support() for clang.
  • bmo#1613235 - Add POWER ChaCha20 stream cipher vector
  • acceleration.
    Fixed in 3.63
    initialization to prevent build isses with GCC 4.8.
  • bmo#1683520 - [lib/freebl/ecl] P-384: allow zero scalars in dual
  • scalar multiplication.
  • bmo#1683520 - ECCKiila P521, change syntax of nested structs
  • initialization to prevent build isses with GCC 4.8.
  • bmo#1683520 - [lib/freebl/ecl] P-521: allow zero scalars in dual
  • scalar multiplication.
  • bmo#1696800 - HACL* update March 2021 - c95ab70fcb2bc21025d8845281bc4bc8987ca683.
  • bmo#1694214 - tstclnt can't enable middlebox compat mode.
  • bmo#1694392 - NSS does not work with PKCS #11 modules not supporting
  • profiles.
  • bmo#1685880 - Minor fix to prevent unused variable on early return.
  • bmo#1685880 - Fix for the gcc compiler version 7 to support setenv
  • with nss build.
  • bmo#1693217 - Increase nssckbi.h version number for March 2021 batch
  • of root CA changes, CA list version 2.48.
  • bmo#1692094 - Set email distrust after to 21-03-01 for Camerfirma's
  • 'Chambers of Commerce' and 'Global Chambersign' roots.
  • bmo#1618407 - Symantec root certs - Set CKA_NSS_EMAIL_DISTRUST_AFTER.
  • bmo#1693173 - Add GlobalSign R45, E45, R46, and E46 root certs to NSS.
  • bmo#1683738 - Add AC RAIZ FNMT-RCM SERVIDORES SEGUROS root cert to NSS.
  • bmo#1686854 - Remove GeoTrust PCA-G2 and VeriSign Universal root certs
  • from NSS.
  • bmo#1687822 - Turn off Websites trust bit for the “Staat der
  • Nederlanden Root CA - G3” root cert in NSS.
  • bmo#1692094 - Turn off Websites Trust Bit for 'Chambers of Commerce
  • Root - 2008' and 'Global Chambersign Root - 2008’.
  • bmo#1694291 - Tracing fixes for ECH.

  • update to NSS 3.62
    can corrupt 'cachedCertTable'
  • bmo#1690583 - Fix CH padding extension size calculation
  • bmo#1690421 - Adjust 3.62 ABI report formatting for new libabigail
  • bmo#1690421 - Install packaged libabigail in docker-builds image
  • bmo#1689228 - Minor ECH -09 fixes for interop testing, fuzzing
  • bmo#1674819 - Fixup a51fae403328, enum type may be signed
  • bmo#1681585 - Add ECH support to selfserv
  • bmo#1681585 - Update ECH to Draft-09
  • bmo#1678398 - Add Export/Import functions for HPKE context
  • bmo#1678398 - Update HPKE to draft-07

  • update to NSS 3.61
    values under certain conditions.
  • bmo#1684300 - Fix default PBE iteration count when NSS is compiled
  • with NSS_DISABLE_DBM.
  • bmo#1651411 - Improve constant-timeness in RSA operations.
  • bmo#1677207 - Upgrade Google Test version to latest release.
  • bmo#1654332 - Add aarch64-make target to nss-try.

  • Update to NSS 3.60.1:
    Notable changes in NSS 3.60:
    Update to NSS 3.59.1:
    PKCS11 modules
    Update to NSS 3.59:
    Notable changes:

    Bugfixes
    root certs when SHA1 signatures are disabled.
  • bmo#1644209 - Fix broken SelectedCipherSuiteReplacer filter to
  • solve some test intermittents
  • bmo#1672703 - Tolerate the first CCS in TLS 1.3 to fix a regression in
  • our CVE-2020-25648 fix that broke purple-discord (boo#1179382)
  • bmo#1666891 - Support key wrap/unwrap with RSA-OAEP
  • bmo#1667989 - Fix gyp linking on Solaris
  • bmo#1668123 - Export CERT_AddCertToListHeadWithData and
  • CERT_AddCertToListTailWithData from libnss
  • bmo#1634584 - Set CKA_NSS_SERVER_DISTRUST_AFTER for Trustis FPS Root CA
  • bmo#1663091 - Remove unnecessary assertions in the streaming
  • ASN.1 decoder that affected decoding certain PKCS8 private keys when using NSS debug builds
  • bmo#670839 - Use ARM crypto extension for AES, SHA1 and SHA2 on MacOS.

  • update to NSS 3.58
    Bugs fixed:

    update to NSS 3.57

    update to NSS 3.56
    Notable changes
    detection.
  • bmo#1652729 - Add build flag to disable RC2 and relocate to
  • lib/freebl/deprecated.
  • bmo#1656429 - Correct RTT estimate used in 0-RTT anti-replay.
  • bmo#1588941 - Send empty certificate message when scheme selection
  • fails.
  • bmo#1652032 - Fix failure to build in Windows arm64 makefile
  • cross-compilation.
  • bmo#1625791 - Fix deadlock issue in nssSlot_IsTokenPresent.
  • bmo#1653975 - Fix 3.53 regression by setting 'all' as the default
  • makefile target.
  • bmo#1659792 - Fix broken libpkix tests with unexpired PayPal cert.
  • bmo#1659814 - Fix interop.sh failures with newer tls-interop
  • commit and dependencies.
  • bmo#1656519 - NSPR dependency updated to 4.28

  • update to NSS 3.55
    Notable changes
    Relevant Bugfixes

    update to NSS 3.54
    Notable changes


    Bugs fixed
    Root Certification Authority; C=TW' root.
  • bmo#1645199 - Remove AddTrust root certificates.
  • bmo#1641718 - Remove 'LuxTrust Global Root 2' root certificate.
  • bmo#1639987 - Remove 'Staat der Nederlanden Root CA - G2' root
  • certificate.
  • bmo#1618402 - Remove Symantec root certificates and disable email trust
  • bit.
  • bmo#1640516 - NSS 3.54 should depend on NSPR 4.26.
  • bmo#1642146 - Fix undefined reference to `PORT_ZAlloc_stub' in seed.c.
  • bmo#1642153 - Fix infinite recursion building NSS.
  • bmo#1642638 - Fix fuzzing assertion crash.
  • bmo#1642871 - Enable SSL_SendSessionTicket after resumption.
  • bmo#1643123 - Support SSL_ExportEarlyKeyingMaterial with External PSKs.
  • bmo#1643557 - Fix numerous compile warnings in NSS.
  • bmo#1644774 - SSL gtests to use ClearServerCache when resetting
  • self-encrypt keys.
  • bmo#1645479 - Don't use SECITEM_MakeItem in secutil.c.
  • bmo#1646520 - Stricter enforcement of ASN.1 INTEGER encoding.

  • Advisory IDSUSE-feature-2021:3168-1
    ReleasedMon Sep 20 17:25:42 2021
    SummaryFeature update for SUSE Manager 4.2.2 Proxy and Server
    Typefeature
    Severitymoderate
    References
    Description:

    This update provides the following package to SUSE Manager 4.2.2 Proxy
    python-pyvmomi:


    Advisory IDSUSE-feature-2021:3169-1
    ReleasedMon Sep 20 17:26:07 2021
    SummaryFeature update for SUSE Manager 4.2.2 Proxy and Server
    Typefeature
    Severitymoderate
    References
    Description:

    This update provides the following packages to SUSE Manager 4.2.2 Proxy and Server:
    ansible:


    golang-github-prometheus-alertmanager:

    python-python-memcached:

    python-redis:

    system-user-prometheus:


    Advisory IDSUSE-RU-2021:3171-1
    ReleasedMon Sep 20 17:26:34 2021
    SummaryRecommended update for java-11-openjdk
    Typerecommended
    Severityimportant
    References1189201,1190252
    Description:

    This update for java-11-openjdk fixes the following issues:


    Advisory IDSUSE-RU-2021:3182-1
    ReleasedTue Sep 21 17:04:26 2021
    SummaryRecommended update for file
    Typerecommended
    Severitymoderate
    References1189996
    Description:

    This update for file fixes the following issues:


    Advisory IDSUSE-feature-2021:3263-1
    ReleasedThu Sep 30 11:39:37 2021
    SummaryFeature update for SUSE Manager 4.1.11 Proxy
    Typefeature
    Severitymoderate
    References
    Description:

    This update provides the following packages to SUSE Manager 4.1.11 Proxy
    golang-github-prometheus-alertmanager:


    system-user-prometheus:


    Advisory IDSUSE-RU-2021:3274-1
    ReleasedFri Oct 1 10:34:17 2021
    SummaryRecommended update for ca-certificates-mozilla
    Typerecommended
    Severityimportant
    References1190858
    Description:

    This update for ca-certificates-mozilla fixes the following issues:


    Advisory IDSUSE-RU-2021:3382-1
    ReleasedTue Oct 12 14:30:17 2021
    SummaryRecommended update for ca-certificates-mozilla
    Typerecommended
    Severitymoderate
    References
    Description:

    This update for ca-certificates-mozilla fixes the following issues:


    Advisory IDSUSE-SU-2021:3476-1
    ReleasedWed Oct 20 08:42:00 2021
    SummarySecurity update for xstream
    Typesecurity
    Severityimportant
    References1189798,CVE-2021-39139,CVE-2021-39140,CVE-2021-39141,CVE-2021-39144,CVE-2021-39145,CVE-2021-39146,CVE-2021-39147,CVE-2021-39148,CVE-2021-39149,CVE-2021-39150,CVE-2021-39151,CVE-2021-39152,CVE-2021-39153,CVE-2021-39154
    Description:

    This update for xstream fixes the following issues:


    Advisory IDSUSE-SU-2021:3490-1
    ReleasedWed Oct 20 16:31:55 2021
    SummarySecurity update for ncurses
    Typesecurity
    Severitymoderate
    References1190793,CVE-2021-39537
    Description:

    This update for ncurses fixes the following issues:


    Advisory IDSUSE-RU-2021:3494-1
    ReleasedWed Oct 20 16:48:46 2021
    SummaryRecommended update for pam
    Typerecommended
    Severitymoderate
    References1190052
    Description:

    This update for pam fixes the following issues:


    Advisory IDSUSE-RU-2021:3510-1
    ReleasedTue Oct 26 11:22:15 2021
    SummaryRecommended update for pam
    Typerecommended
    Severityimportant
    References1191987
    Description:

    This update for pam fixes the following issues:


    Advisory IDSUSE-SU-2021:3529-1
    ReleasedWed Oct 27 09:23:32 2021
    SummarySecurity update for pcre
    Typesecurity
    Severitymoderate
    References1172973,1172974,CVE-2019-20838,CVE-2020-14155
    Description:

    This update for pcre fixes the following issues:
    Update pcre to version 8.45:


    Advisory IDSUSE-SU-2021:3616-1
    ReleasedThu Nov 4 12:29:16 2021
    SummarySecurity update for binutils
    Typesecurity
    Severitymoderate
    References1179898,1179899,1179900,1179901,1179902,1179903,1180451,1180454,1180461,1181452,1182252,1183511,1184620,1184794,CVE-2020-16590,CVE-2020-16591,CVE-2020-16592,CVE-2020-16593,CVE-2020-16598,CVE-2020-16599,CVE-2020-35448,CVE-2020-35493,CVE-2020-35496,CVE-2020-35507,CVE-2021-20197,CVE-2021-20284,CVE-2021-3487
    Description:

    This update for binutils fixes the following issues:
    Update to binutils 2.37:


    The semantics of the =follow-links option have also been slightly changed. When enabled, the option allows for the loading of symbol tables and string tables from the separate files which can be used to enhance the information displayed when dumping other sections, but it does not automatically imply that information from the separate files should be displayed.
    If other debug section display options are also enabled (eg '--debug-dump=info') then the contents of matching sections in both the main file and the separate debuginfo file *will* be displayed. This is because in most cases the debug section will only be present in one of the files.
    If however non-debug section display options are enabled (eg '--sections') then the contents of matching parts of the separate debuginfo file will *not* be displayed. This is because in most cases the user probably only wanted to load the symbol information from the separate debuginfo file. In order to change this behaviour a new command line option --process-links can be used. This will allow di0pslay options to applied to both the main file and any separate debuginfo files.

    Update to binutils 2.36:
    New features in the Assembler:

    * When setting the link order attribute of ELF sections, it is now possible to use a numeric section index instead of symbol name. * Added a .nop directive to generate a single no-op instruction in a target neutral manner. This instruction does have an effect on DWARF line number generation, if that is active. * Removed --reduce-memory-overheads and --hash-size as gas now uses hash tables that can be expand and shrink automatically.

    * Add support for AVX VNNI, HRESET, UINTR, TDX, AMX and Key Locker instructions. * Support non-absolute segment values for lcall and ljmp. * Add {disp16} pseudo prefix to x86 assembler. * Configure with --enable-x86-used-note by default for Linux/x86.

    * Add support for Cortex-A78, Cortex-A78AE and Cortex-X1, Cortex-R82, Neoverse V1, and Neoverse N2 cores. * Add support for ETMv4 (Embedded Trace Macrocell), ETE (Embedded Trace Extension), TRBE (Trace Buffer Extension), CSRE (Call Stack Recorder Extension) and BRBE (Branch Record Buffer Extension) system registers. * Add support for Armv8-R and Armv8.7-A ISA extensions. * Add support for DSB memory nXS barrier, WFET and WFIT instruction for Armv8.7. * Add support for +csre feature for -march. Add CSR PDEC instruction for CSRE feature in AArch64. * Add support for +flagm feature for -march in Armv8.4 AArch64. * Add support for +ls64 feature for -march in Armv8.7 AArch64. Add atomic 64-byte load/store instructions for this feature. * Add support for +pauth (Pointer Authentication) feature for -march in AArch64.
    New features in the Linker:
    * Add --error-handling-script= command line option to allow a helper script to be invoked when an undefined symbol or a missing library is encountered. This option can be suppressed via the configure time switch: --enable-error-handling-script=no. * Add -z x86-64-{baseline|v[234]} to the x86 ELF linker to mark x86-64-{baseline|v[234]} ISA level as needed. * Add -z unique-symbol to avoid duplicated local symbol names. * The creation of PE format DLLs now defaults to using a more secure set of DLL characteristics. * The linker now deduplicates the types in .ctf sections. The new command-line option --ctf-share-types describes how to do this: its default value, share-unconflicted, produces the most compact output. * The linker now omits the 'variable section' from .ctf sections by default, saving space. This is almost certainly what you want unless you are working on a project that has its own analogue of symbol tables that are not reflected in the ELF symtabs.
    New features in other binary tools:
    * The ar tool's previously unused l modifier is now used for specifying dependencies of a static library. The arguments of this option (or --record-libdeps long form option) will be stored verbatim in the __.LIBDEP member of the archive, which the linker may read at link time. * Readelf can now display the contents of LTO symbol table sections when asked to do so via the --lto-syms command line option. * Readelf now accepts the -C command line option to enable the demangling of symbol names. In addition the --demangle=