diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-08-19 05:17:32 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-08-19 11:59:58 +0200 |
commit | cbe41bb716d11b2258c713cb0a8001e30d57a784 (patch) | |
tree | f349daeac81a06077e935056c5432888dd015c66 /source/a/aaa_libraries | |
parent | 4dd4f47b2c102c8bc2fbb9403eb80808ea4c7b29 (diff) | |
download | current-cbe41bb716d11b2258c713cb0a8001e30d57a784.tar.gz current-cbe41bb716d11b2258c713cb0a8001e30d57a784.tar.xz |
Thu Aug 19 05:17:32 UTC 202120210819051732
a/aaa_libraries-15.0-x86_64-9.txz: Rebuilt.
Fixed wrong version of libasound.so.2.0.0.
Thanks to Eduardo Charquero and PiterPunk.
a/kernel-firmware-20210818_c46b8c3-noarch-1.txz: Upgraded.
a/kernel-generic-5.13.12-x86_64-1.txz: Upgraded.
a/kernel-huge-5.13.12-x86_64-1.txz: Upgraded.
a/kernel-modules-5.13.12-x86_64-1.txz: Upgraded.
d/kernel-headers-5.13.12-x86-1.txz: Upgraded.
k/kernel-source-5.13.12-noarch-1.txz: Upgraded.
kde/konsole-21.08.0-x86_64-2.txz: Rebuilt.
Patched to fix konsole size and toolbars. Thanks to alienBOB and PiterPunk.
n/bind-9.16.20-x86_64-1.txz: Upgraded.
This update fixes bugs and the following security issue:
An assertion failure occurred when named attempted to send a UDP packet that
exceeded the MTU size, if Response Rate Limiting (RRL) was enabled.
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-25218
(* Security fix *)
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source/a/aaa_libraries')
-rwxr-xr-x | source/a/aaa_libraries/aaa_libraries.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/a/aaa_libraries/aaa_libraries.SlackBuild b/source/a/aaa_libraries/aaa_libraries.SlackBuild index bdf44ff69..3cac1008d 100755 --- a/source/a/aaa_libraries/aaa_libraries.SlackBuild +++ b/source/a/aaa_libraries/aaa_libraries.SlackBuild @@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=aaa_libraries VERSION=${VERSION:-15.0} -BUILD=${BUILD:-8} +BUILD=${BUILD:-9} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |