diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2022-03-17 19:46:28 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2022-03-18 06:59:44 +0100 |
commit | a55e318a865afebcd9ca91039ed256ce4e907f81 (patch) | |
tree | b07b4d25ff149f236acfe09ad7b03aa17298702d /source/k | |
parent | ae74897d321c65aca844b23e4ae780fdd915185f (diff) | |
download | current-a55e318a865afebcd9ca91039ed256ce4e907f81.tar.gz |
Thu Mar 17 19:46:28 UTC 202220220317194628
Have a great day, everyone! Off to enjoy a couple Guinness. :-)
a/kernel-generic-5.16.15-x86_64-1.txz: Upgraded.
a/kernel-huge-5.16.15-x86_64-1.txz: Upgraded.
a/kernel-modules-5.16.15-x86_64-1.txz: Upgraded.
a/openssl-solibs-1.1.1n-x86_64-1.txz: Upgraded.
d/kernel-headers-5.16.15-x86-1.txz: Upgraded.
d/meson-0.61.3-x86_64-1.txz: Upgraded.
k/kernel-source-5.16.15-noarch-1.txz: Upgraded.
kde/kstars-3.5.8-x86_64-1.txz: Upgraded.
l/nodejs-16.14.1-x86_64-1.txz: Upgraded.
n/bind-9.18.1-x86_64-1.txz: Upgraded.
This update fixes bugs and the following security issues:
An assertion could occur in resume_dslookup() if the fetch had been shut
down earlier.
Lookups involving a DNAME could trigger an INSIST when "synth-from-dnssec"
was enabled.
A synchronous call to closehandle_cb() caused isc__nm_process_sock_buffer()
to be called recursively, which in turn left TCP connections hanging in the
CLOSE_WAIT state blocking indefinitely when out-of-order processing was
disabled.
The rules for acceptance of records into the cache have been tightened to
prevent the possibility of poisoning if forwarders send records outside
the configured bailiwick.
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0667
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0635
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0396
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-25220
(* Security fix *)
n/bluez-5.64-x86_64-1.txz: Upgraded.
n/mobile-broadband-provider-info-20220316-x86_64-1.txz: Upgraded.
n/openssl-1.1.1n-x86_64-1.txz: Upgraded.
This update fixes a high severity security issue:
The BN_mod_sqrt() function, which computes a modular square root, contains
a bug that can cause it to loop forever for non-prime moduli.
For more information, see:
https://www.openssl.org/news/secadv/20220315.txt
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0778
(* Security fix *)
n/openvpn-2.5.6-x86_64-1.txz: Upgraded.
x/ibus-1.5.26-x86_64-1.txz: Upgraded.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source/k')
-rw-r--r-- | source/k/kernel-configs/config-generic-5.16.15 (renamed from source/k/kernel-configs/config-generic-5.16.14) | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-generic-5.16.15.x64 (renamed from source/k/kernel-configs/config-generic-5.16.14.x64) | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-generic-smp-5.16.15-smp (renamed from source/k/kernel-configs/config-generic-smp-5.16.14-smp) | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-huge-5.16.15 (renamed from source/k/kernel-configs/config-huge-5.16.14) | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-huge-5.16.15.x64 (renamed from source/k/kernel-configs/config-huge-5.16.14.x64) | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-huge-smp-5.16.15-smp (renamed from source/k/kernel-configs/config-huge-smp-5.16.14-smp) | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/source/k/kernel-configs/config-generic-5.16.14 b/source/k/kernel-configs/config-generic-5.16.15 index 096b0596..fe9ed010 100644 --- a/source/k/kernel-configs/config-generic-5.16.14 +++ b/source/k/kernel-configs/config-generic-5.16.15 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.16.14 Kernel Configuration +# Linux/x86 5.16.15 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0" CONFIG_CC_IS_GCC=y diff --git a/source/k/kernel-configs/config-generic-5.16.14.x64 b/source/k/kernel-configs/config-generic-5.16.15.x64 index f53fbdc2..0f5d850e 100644 --- a/source/k/kernel-configs/config-generic-5.16.14.x64 +++ b/source/k/kernel-configs/config-generic-5.16.15.x64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.16.14 Kernel Configuration +# Linux/x86 5.16.15 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0" CONFIG_CC_IS_GCC=y diff --git a/source/k/kernel-configs/config-generic-smp-5.16.14-smp b/source/k/kernel-configs/config-generic-smp-5.16.15-smp index bbf5b963..a23f90c5 100644 --- a/source/k/kernel-configs/config-generic-smp-5.16.14-smp +++ b/source/k/kernel-configs/config-generic-smp-5.16.15-smp @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.16.14 Kernel Configuration +# Linux/x86 5.16.15 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0" CONFIG_CC_IS_GCC=y diff --git a/source/k/kernel-configs/config-huge-5.16.14 b/source/k/kernel-configs/config-huge-5.16.15 index 9a0ef7a1..80a0e471 100644 --- a/source/k/kernel-configs/config-huge-5.16.14 +++ b/source/k/kernel-configs/config-huge-5.16.15 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.16.14 Kernel Configuration +# Linux/x86 5.16.15 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0" CONFIG_CC_IS_GCC=y diff --git a/source/k/kernel-configs/config-huge-5.16.14.x64 b/source/k/kernel-configs/config-huge-5.16.15.x64 index 93107f86..9d642b61 100644 --- a/source/k/kernel-configs/config-huge-5.16.14.x64 +++ b/source/k/kernel-configs/config-huge-5.16.15.x64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.16.14 Kernel Configuration +# Linux/x86 5.16.15 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0" CONFIG_CC_IS_GCC=y diff --git a/source/k/kernel-configs/config-huge-smp-5.16.14-smp b/source/k/kernel-configs/config-huge-smp-5.16.15-smp index a2ace538..d4f4cfa4 100644 --- a/source/k/kernel-configs/config-huge-smp-5.16.14-smp +++ b/source/k/kernel-configs/config-huge-smp-5.16.15-smp @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.16.14 Kernel Configuration +# Linux/x86 5.16.15 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0" CONFIG_CC_IS_GCC=y |