diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-12-21 21:02:24 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-12-22 08:59:50 +0100 |
commit | 34c69a90eabb6e22de0b9bba1c7031c976ae3d4d (patch) | |
tree | 8726deae26229f33906077fef5a05de029dc18e2 /slackware64/k | |
parent | 07f87f994f59b3e53d1385c2a078db7a9952492d (diff) | |
download | current-34c69a90eabb6e22de0b9bba1c7031c976ae3d4d.tar.gz |
Sat Dec 21 21:02:24 UTC 201920191221210224
a/kernel-generic-5.4.6-x86_64-1.txz: Upgraded.
a/kernel-huge-5.4.6-x86_64-1.txz: Upgraded.
a/kernel-modules-5.4.6-x86_64-1.txz: Upgraded.
a/procps-ng-3.3.16-x86_64-2.txz: Rebuilt.
Patched to hardcode the pgrep command string buffer size to 4096 as was done
in the previous release. This avoids an allocation error when the stack size
is unlimited. Thanks to Jeroslaw Siebert.
a/xfsprogs-5.4.0-x86_64-1.txz: Upgraded.
d/kernel-headers-5.4.6-x86-1.txz: Upgraded.
k/kernel-source-5.4.6-noarch-1.txz: Upgraded.
l/QScintilla-2.11.4-x86_64-1.txz: Upgraded.
n/dhcpcd-8.1.4-x86_64-1.txz: Upgraded.
n/lftp-4.9.0-x86_64-1.txz: Upgraded.
xap/hexchat-2.14.3-x86_64-1.txz: Upgraded.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'slackware64/k')
-rw-r--r-- | slackware64/k/maketag | 2 | ||||
-rw-r--r-- | slackware64/k/maketag.ez | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/slackware64/k/maketag b/slackware64/k/maketag index 32801057..107b9115 100644 --- a/slackware64/k/maketag +++ b/slackware64/k/maketag @@ -21,7 +21,7 @@ from series K. Use the UP/DOWN keys to scroll through the list, and \ the SPACE key to deselect any items you don't want to install. \ Press ENTER when you are \ done." 11 70 1 \ -"kernel-source" "Linux 5.4.5 kernel source" "on" \ +"kernel-source" "Linux 5.4.6 kernel source" "on" \ 2> $TMP/SeTpkgs if [ $? = 1 -o $? = 255 ]; then rm -f $TMP/SeTpkgs diff --git a/slackware64/k/maketag.ez b/slackware64/k/maketag.ez index 32801057..107b9115 100644 --- a/slackware64/k/maketag.ez +++ b/slackware64/k/maketag.ez @@ -21,7 +21,7 @@ from series K. Use the UP/DOWN keys to scroll through the list, and \ the SPACE key to deselect any items you don't want to install. \ Press ENTER when you are \ done." 11 70 1 \ -"kernel-source" "Linux 5.4.5 kernel source" "on" \ +"kernel-source" "Linux 5.4.6 kernel source" "on" \ 2> $TMP/SeTpkgs if [ $? = 1 -o $? = 255 ]; then rm -f $TMP/SeTpkgs |