Packages changed: glibc kernel-firmware (20200424 -> 20200517) libgcrypt pcre2 (10.34 -> 10.35) === Details === ==== glibc ==== Subpackages: glibc-locale glibc-locale-base - glibc-nsswitch-usr.diff: read /usr/etc/nsswitch.conf if /etc/nsswitch.conf does not exist - Install default nsswitch.conf in /usr/etc - Don't install gai.conf in /etc ==== kernel-firmware ==== Version update (20200424 -> 20200517) Subpackages: kernel-firmware-all kernel-firmware-amdgpu kernel-firmware-ath10k kernel-firmware-atheros kernel-firmware-bluetooth kernel-firmware-bnx2 kernel-firmware-brcm kernel-firmware-chelsio kernel-firmware-dpaa2 kernel-firmware-i915 kernel-firmware-intel kernel-firmware-iwlwifi kernel-firmware-liquidio kernel-firmware-marvell kernel-firmware-media kernel-firmware-mediatek kernel-firmware-mellanox kernel-firmware-mwifiex kernel-firmware-network kernel-firmware-nfp kernel-firmware-nvidia kernel-firmware-platform kernel-firmware-qlogic kernel-firmware-radeon kernel-firmware-realtek kernel-firmware-serial kernel-firmware-sound kernel-firmware-ti kernel-firmware-ueagle kernel-firmware-usb-network ucode-amd - Update to version 20200517 (git commit f8d32e4cc99b): * rtw88: update firmware information and README * linux-firmware: add firmware for MT7915E * QCA: Add Bluetooth firmware for QCA9377 * linux-firmware: add rebb firmware for mt7663 ==== libgcrypt ==== - FIPS: RSA/DSA/ECC test_keys() print out debug messages [bsc#1171872] * Print the debug messages in test_keys() only in debug mode. - Update patches: libgcrypt-PCT-RSA.patch libgcrypt-PCT-DSA.patch libgcrypt-PCT-ECC.patch ==== pcre2 ==== Version update (10.34 -> 10.35) Subpackages: libpcre2-16-0 libpcre2-8-0 - Refresh spec-file via spec-cleaner. * Add %make_build and %license macros. - Update to 10.35 * https://www.pcre.org/changelog.txt * Use PCRE2_MATCH_EMPTY flag to detect empty matches in JIT. * A JIT bug is fixed which allowed to read the fields of the compiled pattern before its existence is checked. * Added PCRE2_SUBSTITUTE_LITERAL. * Avoid some VS compiler warnings. * Added PCRE2_SUBSTITUTE_MATCHED. * Added (?* and (?<* as synonms for (*napla: and (*naplb: to match another regex engine. * Fix *THEN verbs in lookahead assertions in JIT. * Added PCRE2_SUBSTITUTE_REPLACEMENT_ONLY. * The JIT stack should be freed when the low-level stack allocation fails. * Changed setting of CMAKE_MODULE_PATH in CMakeLists.txt from SET to LIST(APPEND...) to allow a setting from the command line to be included. * Updated to Unicode 13.0.0. * CMake build now checks for secure_getenv() and strerror(). * Restrict the configuration setting for the SELinux compatible execmem allocator (change 10.30/44) to Linux and NetBSD.