From 1bb03caa091f9fa14d1e6120ad2bd1dfa25c76c5 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Thu, 21 Oct 2021 19:36:32 +0000 Subject: Thu Oct 21 19:36:32 UTC 2021 a/lvm2-2.03.13-x86_64-1.txz: Upgraded. Reverted to working version. d/rust-1.56.0-x86_64-1.txz: Upgraded. l/pipewire-0.3.39-x86_64-1.txz: Upgraded. n/krb5-1.19.2-x86_64-2.txz: Rebuilt. [PATCH] Fix KDC null deref on TGS inner body null server. This fixes an issue where an authenticated attacker can cause a denial of service in the KDC by sending a FAST TGS request with no server field. Thanks to nobodino. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-37750 (* Security fix *) x/ibus-m17n-1.4.8-x86_64-1.txz: Upgraded. x/libinput-1.19.2-x86_64-1.txz: Upgraded. xap/freerdp-2.4.1-x86_64-1.txz: Upgraded. This update fixes two security issues: Improper client input validation for gateway connections allows to overwrite memory. Improper region checks in all clients allow out of bound write to memory. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-41159 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-41160 (* Security fix *) xap/gftp-2.7.1b-x86_64-1.txz: Upgraded. extra/php8/php8-8.0.12-x86_64-1.txz: Upgraded. This update fixes bugs and a security issue: FPM: PHP-FPM oob R/W in root process leading to privilege escalation. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21703 (* Security fix *) --- ChangeLog.rss | 44 +++++- ChangeLog.txt | 32 ++++ FILELIST.TXT | 171 +++++++++++---------- extra/source/php8/fetch-php.sh | 4 +- source/d/rust/rust.SlackBuild | 10 +- source/d/rust/rust.url | 8 +- .../d775c95af7606a51bf79547a94fa52ddd1cb7f49.patch | 43 ++++++ source/n/krb5/krb5.SlackBuild | 4 +- source/xap/gftp/gftp.SlackBuild | 2 +- 9 files changed, 218 insertions(+), 100 deletions(-) create mode 100644 source/n/krb5/d775c95af7606a51bf79547a94fa52ddd1cb7f49.patch diff --git a/ChangeLog.rss b/ChangeLog.rss index 25300410f..6ea9c2ba1 100644 --- a/ChangeLog.rss +++ b/ChangeLog.rss @@ -11,9 +11,49 @@ Tracking Slackware development in git. en-us urn:uuid:c964f45e-6732-11e8-bbe5-107b4450212f - Wed, 20 Oct 2021 19:29:55 GMT - Thu, 21 Oct 2021 06:59:46 GMT + Thu, 21 Oct 2021 19:36:32 GMT + Fri, 22 Oct 2021 06:59:49 GMT maintain_current_git.sh v 1.12 + + Thu, 21 Oct 2021 19:36:32 GMT + Thu, 21 Oct 2021 19:36:32 GMT + https://git.slackware.nl/current/tag/?h=20211021193632 + 20211021193632 + + +a/lvm2-2.03.13-x86_64-1.txz: Upgraded. + Reverted to working version. +d/rust-1.56.0-x86_64-1.txz: Upgraded. +l/pipewire-0.3.39-x86_64-1.txz: Upgraded. +n/krb5-1.19.2-x86_64-2.txz: Rebuilt. + [PATCH] Fix KDC null deref on TGS inner body null server. + This fixes an issue where an authenticated attacker can cause a denial of + service in the KDC by sending a FAST TGS request with no server field. + Thanks to nobodino. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-37750 + (* Security fix *) +x/ibus-m17n-1.4.8-x86_64-1.txz: Upgraded. +x/libinput-1.19.2-x86_64-1.txz: Upgraded. +xap/freerdp-2.4.1-x86_64-1.txz: Upgraded. + This update fixes two security issues: + Improper client input validation for gateway connections allows to overwrite + memory. + Improper region checks in all clients allow out of bound write to memory. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-41159 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-41160 + (* Security fix *) +xap/gftp-2.7.1b-x86_64-1.txz: Upgraded. +extra/php8/php8-8.0.12-x86_64-1.txz: Upgraded. + This update fixes bugs and a security issue: + FPM: PHP-FPM oob R/W in root process leading to privilege escalation. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21703 + (* Security fix *) + ]]> + + Wed, 20 Oct 2021 19:29:55 GMT Wed, 20 Oct 2021 19:29:55 GMT diff --git a/ChangeLog.txt b/ChangeLog.txt index f0c08e19a..f230ab652 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,35 @@ +Thu Oct 21 19:36:32 UTC 2021 +a/lvm2-2.03.13-x86_64-1.txz: Upgraded. + Reverted to working version. +d/rust-1.56.0-x86_64-1.txz: Upgraded. +l/pipewire-0.3.39-x86_64-1.txz: Upgraded. +n/krb5-1.19.2-x86_64-2.txz: Rebuilt. + [PATCH] Fix KDC null deref on TGS inner body null server. + This fixes an issue where an authenticated attacker can cause a denial of + service in the KDC by sending a FAST TGS request with no server field. + Thanks to nobodino. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-37750 + (* Security fix *) +x/ibus-m17n-1.4.8-x86_64-1.txz: Upgraded. +x/libinput-1.19.2-x86_64-1.txz: Upgraded. +xap/freerdp-2.4.1-x86_64-1.txz: Upgraded. + This update fixes two security issues: + Improper client input validation for gateway connections allows to overwrite + memory. + Improper region checks in all clients allow out of bound write to memory. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-41159 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-41160 + (* Security fix *) +xap/gftp-2.7.1b-x86_64-1.txz: Upgraded. +extra/php8/php8-8.0.12-x86_64-1.txz: Upgraded. + This update fixes bugs and a security issue: + FPM: PHP-FPM oob R/W in root process leading to privilege escalation. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21703 + (* Security fix *) ++--------------------------+ Wed Oct 20 19:29:55 UTC 2021 a/kernel-generic-5.14.14-x86_64-1.txz: Upgraded. a/kernel-huge-5.14.14-x86_64-1.txz: Upgraded. diff --git a/FILELIST.TXT b/FILELIST.TXT index a9b484dc8..e0a757f8b 100644 --- a/FILELIST.TXT +++ b/FILELIST.TXT @@ -1,20 +1,20 @@ -Wed Oct 20 19:33:44 UTC 2021 +Thu Oct 21 19:40:03 UTC 2021 Here is the file list for this directory. If you are using a mirror site and find missing or extra files in the disk subdirectories, please have the archive administrator refresh the mirror. -drwxr-xr-x 12 root root 4096 2021-10-20 19:29 . +drwxr-xr-x 12 root root 4096 2021-10-21 19:36 . -rw-r--r-- 1 root root 10064 2016-06-30 18:39 ./ANNOUNCE.14_2 -rw-r--r-- 1 root root 15590 2021-08-07 23:14 ./CHANGES_AND_HINTS.TXT --rw-r--r-- 1 root root 1084902 2021-10-19 18:13 ./CHECKSUMS.md5 --rw-r--r-- 1 root root 163 2021-10-19 18:13 ./CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 1084902 2021-10-20 19:34 ./CHECKSUMS.md5 +-rw-r--r-- 1 root root 163 2021-10-20 19:34 ./CHECKSUMS.md5.asc -rw-r--r-- 1 root root 17976 1994-06-10 02:28 ./COPYING -rw-r--r-- 1 root root 35147 2007-06-30 04:21 ./COPYING3 -rw-r--r-- 1 root root 19573 2016-06-23 20:08 ./COPYRIGHT.TXT -rw-r--r-- 1 root root 616 2006-10-02 04:37 ./CRYPTO_NOTICE.TXT --rw-r--r-- 1 root root 1721381 2021-10-20 19:29 ./ChangeLog.txt +-rw-r--r-- 1 root root 1722818 2021-10-21 19:36 ./ChangeLog.txt drwxr-xr-x 3 root root 4096 2013-03-20 22:17 ./EFI drwxr-xr-x 2 root root 4096 2021-10-20 19:29 ./EFI/BOOT -rw-r--r-- 1 root root 1187840 2021-06-15 19:16 ./EFI/BOOT/bootx64.efi @@ -25,9 +25,9 @@ drwxr-xr-x 2 root root 4096 2021-10-20 19:29 ./EFI/BOOT -rwxr-xr-x 1 root root 2504 2019-07-05 18:54 ./EFI/BOOT/make-grub.sh -rw-r--r-- 1 root root 10722 2013-09-21 19:02 ./EFI/BOOT/osdetect.cfg -rw-r--r-- 1 root root 1273 2013-08-12 21:08 ./EFI/BOOT/tools.cfg --rw-r--r-- 1 root root 1412340 2021-10-19 18:13 ./FILELIST.TXT +-rw-r--r-- 1 root root 1412340 2021-10-20 19:33 ./FILELIST.TXT -rw-r--r-- 1 root root 1572 2012-08-29 18:27 ./GPG-KEY --rw-r--r-- 1 root root 856953 2021-10-20 19:33 ./PACKAGES.TXT +-rw-r--r-- 1 root root 856953 2021-10-21 19:39 ./PACKAGES.TXT -rw-r--r-- 1 root root 8564 2016-06-28 21:33 ./README.TXT -rw-r--r-- 1 root root 3635 2021-10-20 19:11 ./README.initrd -rw-r--r-- 1 root root 34412 2017-12-01 17:44 ./README_CRYPT.TXT @@ -39,12 +39,12 @@ drwxr-xr-x 2 root root 4096 2021-10-20 19:29 ./EFI/BOOT -rw-r--r-- 1 root root 17294 2008-12-08 18:13 ./SPEAK_INSTALL.TXT -rw-r--r-- 1 root root 57627 2021-04-11 19:48 ./Slackware-HOWTO -rw-r--r-- 1 root root 6672 2021-02-08 05:11 ./UPGRADE.TXT -drwxr-xr-x 17 root root 4096 2021-10-11 23:48 ./extra --rw-r--r-- 1 root root 47635 2021-10-11 23:48 ./extra/CHECKSUMS.md5 --rw-r--r-- 1 root root 163 2021-10-11 23:48 ./extra/CHECKSUMS.md5.asc --rw-r--r-- 1 root root 59414 2021-10-11 23:48 ./extra/FILE_LIST --rw-r--r-- 1 root root 258478 2021-10-11 23:48 ./extra/MANIFEST.bz2 --rw-r--r-- 1 root root 35368 2021-10-11 23:48 ./extra/PACKAGES.TXT +drwxr-xr-x 17 root root 4096 2021-10-21 19:38 ./extra +-rw-r--r-- 1 root root 47635 2021-10-21 19:38 ./extra/CHECKSUMS.md5 +-rw-r--r-- 1 root root 163 2021-10-21 19:38 ./extra/CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 59414 2021-10-21 19:38 ./extra/FILE_LIST +-rw-r--r-- 1 root root 256664 2021-10-21 19:38 ./extra/MANIFEST.bz2 +-rw-r--r-- 1 root root 35368 2021-10-21 19:38 ./extra/PACKAGES.TXT -rw-r--r-- 1 root root 149 2002-02-09 00:18 ./extra/README.TXT drwxr-xr-x 2 root root 20480 2020-05-26 20:38 ./extra/aspell-word-lists -rw-r--r-- 1 root root 171 2016-06-06 20:10 ./extra/aspell-word-lists/aspell-af-0.50_0-x86_64-5.txt @@ -348,10 +348,10 @@ drwxr-xr-x 2 root root 4096 2018-02-27 06:13 ./extra/google-chrome -rwxr-xr-x 1 root root 4168 2019-09-18 22:18 ./extra/google-chrome/google-chrome.SlackBuild -rw-r--r-- 1 root root 840 2018-02-27 06:13 ./extra/google-chrome/slack-desc lrwxrwxrwx 1 root root 11 2012-07-30 20:41 ./extra/java -> source/java -drwxr-xr-x 2 root root 4096 2021-09-24 19:50 ./extra/php8 --rw-r--r-- 1 root root 357 2021-09-24 18:08 ./extra/php8/php8-8.0.11-x86_64-1.txt --rw-r--r-- 1 root root 6139516 2021-09-24 18:08 ./extra/php8/php8-8.0.11-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-09-24 18:08 ./extra/php8/php8-8.0.11-x86_64-1.txz.asc +drwxr-xr-x 2 root root 4096 2021-10-21 19:38 ./extra/php8 +-rw-r--r-- 1 root root 357 2021-10-21 17:17 ./extra/php8/php8-8.0.12-x86_64-1.txt +-rw-r--r-- 1 root root 6138796 2021-10-21 17:17 ./extra/php8/php8-8.0.12-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-10-21 17:17 ./extra/php8/php8-8.0.12-x86_64-1.txz.asc drwxr-xr-x 2 root root 4096 2021-09-01 18:41 ./extra/sendmail -rw-r--r-- 1 root root 146 2017-11-15 00:39 ./extra/sendmail/README -rw-r--r-- 1 root root 503 2021-09-01 18:13 ./extra/sendmail/sendmail-8.17.1-x86_64-2.txt @@ -557,12 +557,12 @@ drwxr-xr-x 2 root root 4096 2012-07-30 18:44 ./extra/source/java/profile.d -rwxr-xr-x 1 root root 80 2019-07-30 16:57 ./extra/source/java/profile.d/jre.sh -rw-r--r-- 1 root root 817 2018-02-27 06:13 ./extra/source/java/slack-desc.jdk -rw-r--r-- 1 root root 861 2018-02-27 06:13 ./extra/source/java/slack-desc.jre -drwxr-xr-x 2 root root 4096 2021-09-24 18:06 ./extra/source/php8 +drwxr-xr-x 2 root root 4096 2021-10-21 17:15 ./extra/source/php8 -rw-r--r-- 1 root root 432 2020-12-21 16:28 ./extra/source/php8/doinst.sh.gz --rwxr-xr-x 1 root root 120 2021-09-24 18:06 ./extra/source/php8/fetch-php.sh +-rwxr-xr-x 1 root root 120 2021-10-21 17:15 ./extra/source/php8/fetch-php.sh -rw-r--r-- 1 root root 1020 2021-02-19 20:43 ./extra/source/php8/mod_php.conf.example --rw-r--r-- 1 root root 10804388 2021-09-21 17:20 ./extra/source/php8/php-8.0.11.tar.xz --rw-r--r-- 1 root root 858 2021-09-21 17:20 ./extra/source/php8/php-8.0.11.tar.xz.asc +-rw-r--r-- 1 root root 10713980 2021-10-19 15:40 ./extra/source/php8/php-8.0.12.tar.xz +-rw-r--r-- 1 root root 866 2021-10-19 15:40 ./extra/source/php8/php-8.0.12.tar.xz.asc -rw-r--r-- 1 root root 387 2017-11-28 02:08 ./extra/source/php8/php-fpm.conf.diff.gz -rw-r--r-- 1 root root 605 2020-03-17 21:22 ./extra/source/php8/php.imap.api.diff.gz -rw-r--r-- 1 root root 805 2020-05-12 19:14 ./extra/source/php8/php.ini-development.diff.gz @@ -715,13 +715,13 @@ drwxr-xr-x 2 root root 4096 2012-09-20 18:06 ./patches -rw-r--r-- 1 root root 575 2012-09-20 18:06 ./patches/FILE_LIST -rw-r--r-- 1 root root 14 2012-09-20 18:06 ./patches/MANIFEST.bz2 -rw-r--r-- 1 root root 224 2012-09-20 18:06 ./patches/PACKAGES.TXT -drwxr-xr-x 17 root root 4096 2021-10-20 19:33 ./slackware64 --rw-r--r-- 1 root root 334792 2021-10-20 19:33 ./slackware64/CHECKSUMS.md5 --rw-r--r-- 1 root root 163 2021-10-20 19:33 ./slackware64/CHECKSUMS.md5.asc --rw-r--r-- 1 root root 415307 2021-10-20 19:32 ./slackware64/FILE_LIST --rw-r--r-- 1 root root 4153594 2021-10-20 19:32 ./slackware64/MANIFEST.bz2 +drwxr-xr-x 17 root root 4096 2021-10-21 19:39 ./slackware64 +-rw-r--r-- 1 root root 334792 2021-10-21 19:39 ./slackware64/CHECKSUMS.md5 +-rw-r--r-- 1 root root 163 2021-10-21 19:39 ./slackware64/CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 415307 2021-10-21 19:38 ./slackware64/FILE_LIST +-rw-r--r-- 1 root root 4165449 2021-10-21 19:39 ./slackware64/MANIFEST.bz2 lrwxrwxrwx 1 root root 15 2009-08-23 23:34 ./slackware64/PACKAGES.TXT -> ../PACKAGES.TXT -drwxr-xr-x 2 root root 32768 2021-10-20 19:32 ./slackware64/a +drwxr-xr-x 2 root root 32768 2021-10-21 17:35 ./slackware64/a -rw-r--r-- 1 root root 327 2021-07-17 17:47 ./slackware64/a/aaa_base-15.0-x86_64-1.txt -rw-r--r-- 1 root root 10788 2021-07-17 17:47 ./slackware64/a/aaa_base-15.0-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-07-17 17:47 ./slackware64/a/aaa_base-15.0-x86_64-1.txz.asc @@ -931,9 +931,9 @@ drwxr-xr-x 2 root root 32768 2021-10-20 19:32 ./slackware64/a -rw-r--r-- 1 root root 445 2021-03-08 18:58 ./slackware64/a/lrzip-0.641-x86_64-1.txt -rw-r--r-- 1 root root 217872 2021-03-08 18:58 ./slackware64/a/lrzip-0.641-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-03-08 18:58 ./slackware64/a/lrzip-0.641-x86_64-1.txz.asc --rw-r--r-- 1 root root 555 2021-10-20 19:04 ./slackware64/a/lvm2-2.03.14-x86_64-1.txt --rw-r--r-- 1 root root 1636992 2021-10-20 19:04 ./slackware64/a/lvm2-2.03.14-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-10-20 19:04 ./slackware64/a/lvm2-2.03.14-x86_64-1.txz.asc +-rw-r--r-- 1 root root 555 2021-08-12 19:27 ./slackware64/a/lvm2-2.03.13-x86_64-1.txt +-rw-r--r-- 1 root root 1615648 2021-08-12 19:27 ./slackware64/a/lvm2-2.03.13-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-08-12 19:27 ./slackware64/a/lvm2-2.03.13-x86_64-1.txz.asc -rw-r--r-- 1 root root 441 2021-02-13 11:10 ./slackware64/a/lzip-1.22-x86_64-3.txt -rw-r--r-- 1 root root 85204 2021-02-13 11:10 ./slackware64/a/lzip-1.22-x86_64-3.txz -rw-r--r-- 1 root root 163 2021-02-13 11:10 ./slackware64/a/lzip-1.22-x86_64-3.txz.asc @@ -1357,7 +1357,7 @@ drwxr-xr-x 2 root root 20480 2021-10-19 01:11 ./slackware64/ap -rw-r--r-- 1 root root 506 2021-02-13 11:48 ./slackware64/ap/zsh-5.8-x86_64-3.txt -rw-r--r-- 1 root root 3056824 2021-02-13 11:48 ./slackware64/ap/zsh-5.8-x86_64-3.txz -rw-r--r-- 1 root root 163 2021-02-13 11:48 ./slackware64/ap/zsh-5.8-x86_64-3.txz.asc -drwxr-xr-x 2 root root 20480 2021-10-20 19:32 ./slackware64/d +drwxr-xr-x 2 root root 20480 2021-10-21 19:38 ./slackware64/d -rw-r--r-- 1 root root 360 2021-10-09 03:35 ./slackware64/d/Cython-0.29.24-x86_64-2.txt -rw-r--r-- 1 root root 2402828 2021-10-09 03:35 ./slackware64/d/Cython-0.29.24-x86_64-2.txz -rw-r--r-- 1 root root 163 2021-10-09 03:35 ./slackware64/d/Cython-0.29.24-x86_64-2.txz.asc @@ -1545,9 +1545,9 @@ drwxr-xr-x 2 root root 20480 2021-10-20 19:32 ./slackware64/d -rw-r--r-- 1 root root 385 2021-07-07 19:06 ./slackware64/d/ruby-3.0.2-x86_64-1.txt -rw-r--r-- 1 root root 7563112 2021-07-07 19:06 ./slackware64/d/ruby-3.0.2-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-07-07 19:06 ./slackware64/d/ruby-3.0.2-x86_64-1.txz.asc --rw-r--r-- 1 root root 426 2021-10-14 21:04 ./slackware64/d/rust-1.55.0-x86_64-2.txt --rw-r--r-- 1 root root 64485180 2021-10-14 21:04 ./slackware64/d/rust-1.55.0-x86_64-2.txz --rw-r--r-- 1 root root 163 2021-10-14 21:04 ./slackware64/d/rust-1.55.0-x86_64-2.txz.asc +-rw-r--r-- 1 root root 426 2021-10-21 18:00 ./slackware64/d/rust-1.56.0-x86_64-1.txt +-rw-r--r-- 1 root root 66602400 2021-10-21 18:00 ./slackware64/d/rust-1.56.0-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-10-21 18:00 ./slackware64/d/rust-1.56.0-x86_64-1.txz.asc -rw-r--r-- 1 root root 309 2021-05-21 18:57 ./slackware64/d/sassc-3.6.2-x86_64-1.txt -rw-r--r-- 1 root root 7420 2021-05-21 18:57 ./slackware64/d/sassc-3.6.2-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-05-21 18:57 ./slackware64/d/sassc-3.6.2-x86_64-1.txz.asc @@ -2707,7 +2707,7 @@ drwxr-xr-x 2 root root 86016 2021-10-19 18:12 ./slackware64/kde -rw-r--r-- 1 root root 296 2021-10-09 06:27 ./slackware64/kde/zeroconf-ioslave-21.08.2-x86_64-1.txt -rw-r--r-- 1 root root 50044 2021-10-09 06:27 ./slackware64/kde/zeroconf-ioslave-21.08.2-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-10-09 06:27 ./slackware64/kde/zeroconf-ioslave-21.08.2-x86_64-1.txz.asc -drwxr-xr-x 2 root root 77824 2021-10-19 18:12 ./slackware64/l +drwxr-xr-x 2 root root 77824 2021-10-21 19:38 ./slackware64/l -rw-r--r-- 1 root root 329 2021-02-13 05:56 ./slackware64/l/GConf-3.2.6-x86_64-7.txt -rw-r--r-- 1 root root 928148 2021-02-13 05:56 ./slackware64/l/GConf-3.2.6-x86_64-7.txz -rw-r--r-- 1 root root 163 2021-02-13 05:56 ./slackware64/l/GConf-3.2.6-x86_64-7.txz.asc @@ -3561,9 +3561,9 @@ drwxr-xr-x 2 root root 77824 2021-10-19 18:12 ./slackware64/l -rw-r--r-- 1 root root 415 2021-02-13 07:37 ./slackware64/l/pilot-link-0.12.5-x86_64-16.txt -rw-r--r-- 1 root root 554276 2021-02-13 07:37 ./slackware64/l/pilot-link-0.12.5-x86_64-16.txz -rw-r--r-- 1 root root 163 2021-02-13 07:37 ./slackware64/l/pilot-link-0.12.5-x86_64-16.txz.asc --rw-r--r-- 1 root root 552 2021-09-30 17:37 ./slackware64/l/pipewire-0.3.38-x86_64-1.txt --rw-r--r-- 1 root root 1659744 2021-09-30 17:37 ./slackware64/l/pipewire-0.3.38-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-09-30 17:37 ./slackware64/l/pipewire-0.3.38-x86_64-1.txz.asc +-rw-r--r-- 1 root root 552 2021-10-21 17:21 ./slackware64/l/pipewire-0.3.39-x86_64-1.txt +-rw-r--r-- 1 root root 1712252 2021-10-21 17:21 ./slackware64/l/pipewire-0.3.39-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-10-21 17:21 ./slackware64/l/pipewire-0.3.39-x86_64-1.txz.asc -rw-r--r-- 1 root root 450 2021-10-06 18:08 ./slackware64/l/polkit-0.120-x86_64-1.txt -rw-r--r-- 1 root root 403244 2021-10-06 18:08 ./slackware64/l/polkit-0.120-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-10-06 18:08 ./slackware64/l/polkit-0.120-x86_64-1.txz.asc @@ -3817,7 +3817,7 @@ drwxr-xr-x 2 root root 77824 2021-10-19 18:12 ./slackware64/l -rw-r--r-- 1 root root 463 2021-05-15 18:01 ./slackware64/l/zstd-1.5.0-x86_64-1.txt -rw-r--r-- 1 root root 458040 2021-05-15 18:01 ./slackware64/l/zstd-1.5.0-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-05-15 18:01 ./slackware64/l/zstd-1.5.0-x86_64-1.txz.asc -drwxr-xr-x 2 root root 32768 2021-10-20 19:32 ./slackware64/n +drwxr-xr-x 2 root root 32768 2021-10-21 19:38 ./slackware64/n -rw-r--r-- 1 root root 357 2021-09-27 06:13 ./slackware64/n/ModemManager-1.18.2-x86_64-1.txt -rw-r--r-- 1 root root 2111876 2021-09-27 06:13 ./slackware64/n/ModemManager-1.18.2-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-09-27 06:13 ./slackware64/n/ModemManager-1.18.2-x86_64-1.txz.asc @@ -3967,9 +3967,9 @@ drwxr-xr-x 2 root root 32768 2021-10-20 19:32 ./slackware64/n -rw-r--r-- 1 root root 422 2021-02-13 12:08 ./slackware64/n/iw-5.9-x86_64-3.txt -rw-r--r-- 1 root root 86812 2021-02-13 12:08 ./slackware64/n/iw-5.9-x86_64-3.txz -rw-r--r-- 1 root root 163 2021-02-13 12:08 ./slackware64/n/iw-5.9-x86_64-3.txz.asc --rw-r--r-- 1 root root 304 2021-07-27 00:30 ./slackware64/n/krb5-1.19.2-x86_64-1.txt --rw-r--r-- 1 root root 1211196 2021-07-27 00:30 ./slackware64/n/krb5-1.19.2-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-07-27 00:30 ./slackware64/n/krb5-1.19.2-x86_64-1.txz.asc +-rw-r--r-- 1 root root 304 2021-10-21 17:04 ./slackware64/n/krb5-1.19.2-x86_64-2.txt +-rw-r--r-- 1 root root 1211944 2021-10-21 17:04 ./slackware64/n/krb5-1.19.2-x86_64-2.txz +-rw-r--r-- 1 root root 163 2021-10-21 17:04 ./slackware64/n/krb5-1.19.2-x86_64-2.txz.asc -rw-r--r-- 1 root root 546 2021-02-13 12:09 ./slackware64/n/lftp-4.9.2-x86_64-3.txt -rw-r--r-- 1 root root 906912 2021-02-13 12:09 ./slackware64/n/lftp-4.9.2-x86_64-3.txz -rw-r--r-- 1 root root 163 2021-02-13 12:09 ./slackware64/n/lftp-4.9.2-x86_64-3.txz.asc @@ -4324,7 +4324,7 @@ drwxr-xr-x 2 root root 4096 2021-04-06 19:37 ./slackware64/tcl -rw-r--r-- 1 root root 227 2021-04-05 19:38 ./slackware64/tcl/tk-8.6.11.1-x86_64-4.txt -rw-r--r-- 1 root root 1787828 2021-04-05 19:38 ./slackware64/tcl/tk-8.6.11.1-x86_64-4.txz -rw-r--r-- 1 root root 163 2021-04-05 19:38 ./slackware64/tcl/tk-8.6.11.1-x86_64-4.txz.asc -drwxr-xr-x 2 root root 65536 2021-10-19 18:12 ./slackware64/x +drwxr-xr-x 2 root root 65536 2021-10-21 19:38 ./slackware64/x -rw-r--r-- 1 root root 440 2021-09-04 17:57 ./slackware64/x/OpenCC-1.1.3-x86_64-1.txt -rw-r--r-- 1 root root 682700 2021-09-04 17:57 ./slackware64/x/OpenCC-1.1.3-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-09-04 17:57 ./slackware64/x/OpenCC-1.1.3-x86_64-1.txz.asc @@ -4553,9 +4553,9 @@ drwxr-xr-x 2 root root 65536 2021-10-19 18:12 ./slackware64/x -rw-r--r-- 1 root root 393 2021-10-09 04:03 ./slackware64/x/ibus-libpinyin-1.12.1-x86_64-2.txt -rw-r--r-- 1 root root 735360 2021-10-09 04:03 ./slackware64/x/ibus-libpinyin-1.12.1-x86_64-2.txz -rw-r--r-- 1 root root 163 2021-10-09 04:03 ./slackware64/x/ibus-libpinyin-1.12.1-x86_64-2.txz.asc --rw-r--r-- 1 root root 220 2021-08-14 17:56 ./slackware64/x/ibus-m17n-1.4.7-x86_64-1.txt --rw-r--r-- 1 root root 41140 2021-08-14 17:56 ./slackware64/x/ibus-m17n-1.4.7-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-08-14 17:56 ./slackware64/x/ibus-m17n-1.4.7-x86_64-1.txz.asc +-rw-r--r-- 1 root root 220 2021-10-21 17:13 ./slackware64/x/ibus-m17n-1.4.8-x86_64-1.txt +-rw-r--r-- 1 root root 41400 2021-10-21 17:13 ./slackware64/x/ibus-m17n-1.4.8-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-10-21 17:13 ./slackware64/x/ibus-m17n-1.4.8-x86_64-1.txz.asc -rw-r--r-- 1 root root 391 2021-10-09 04:03 ./slackware64/x/ibus-table-1.14.1-x86_64-2.txt -rw-r--r-- 1 root root 1156080 2021-10-09 04:03 ./slackware64/x/ibus-table-1.14.1-x86_64-2.txz -rw-r--r-- 1 root root 163 2021-10-09 04:03 ./slackware64/x/ibus-table-1.14.1-x86_64-2.txz.asc @@ -4714,9 +4714,9 @@ drwxr-xr-x 2 root root 65536 2021-10-19 18:12 ./slackware64/x -rw-r--r-- 1 root root 378 2021-02-13 12:51 ./slackware64/x/libhangul-0.1.0-x86_64-4.txt -rw-r--r-- 1 root root 1865140 2021-02-13 12:51 ./slackware64/x/libhangul-0.1.0-x86_64-4.txz -rw-r--r-- 1 root root 163 2021-02-13 12:51 ./slackware64/x/libhangul-0.1.0-x86_64-4.txz.asc --rw-r--r-- 1 root root 534 2021-09-28 16:53 ./slackware64/x/libinput-1.19.1-x86_64-1.txt --rw-r--r-- 1 root root 273580 2021-09-28 16:53 ./slackware64/x/libinput-1.19.1-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-09-28 16:53 ./slackware64/x/libinput-1.19.1-x86_64-1.txz.asc +-rw-r--r-- 1 root root 534 2021-10-21 17:14 ./slackware64/x/libinput-1.19.2-x86_64-1.txt +-rw-r--r-- 1 root root 273628 2021-10-21 17:14 ./slackware64/x/libinput-1.19.2-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-10-21 17:14 ./slackware64/x/libinput-1.19.2-x86_64-1.txz.asc -rw-r--r-- 1 root root 420 2021-02-13 12:53 ./slackware64/x/libkkc-0.3.5-x86_64-3.txt -rw-r--r-- 1 root root 312164 2021-02-13 12:53 ./slackware64/x/libkkc-0.3.5-x86_64-3.txz -rw-r--r-- 1 root root 163 2021-02-13 12:53 ./slackware64/x/libkkc-0.3.5-x86_64-3.txz.asc @@ -5278,7 +5278,7 @@ drwxr-xr-x 2 root root 65536 2021-10-19 18:12 ./slackware64/x -rw-r--r-- 1 root root 213 2021-02-13 13:14 ./slackware64/x/xwud-1.0.5-x86_64-4.txt -rw-r--r-- 1 root root 25428 2021-02-13 13:14 ./slackware64/x/xwud-1.0.5-x86_64-4.txz -rw-r--r-- 1 root root 163 2021-02-13 13:14 ./slackware64/x/xwud-1.0.5-x86_64-4.txz.asc -drwxr-xr-x 2 root root 16384 2021-10-19 01:11 ./slackware64/xap +drwxr-xr-x 2 root root 16384 2021-10-21 19:38 ./slackware64/xap -rw-r--r-- 1 root root 625 2021-04-18 18:11 ./slackware64/xap/MPlayer-20210418-x86_64-1.txt -rw-r--r-- 1 root root 2738724 2021-04-18 18:11 ./slackware64/xap/MPlayer-20210418-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-04-18 18:11 ./slackware64/xap/MPlayer-20210418-x86_64-1.txz.asc @@ -5312,18 +5312,18 @@ drwxr-xr-x 2 root root 16384 2021-10-19 01:11 ./slackware64/xap -rw-r--r-- 1 root root 229 2021-02-13 13:31 ./slackware64/xap/fluxbox-1.3.7-x86_64-5.txt -rw-r--r-- 1 root root 744948 2021-02-13 13:31 ./slackware64/xap/fluxbox-1.3.7-x86_64-5.txz -rw-r--r-- 1 root root 163 2021-02-13 13:31 ./slackware64/xap/fluxbox-1.3.7-x86_64-5.txz.asc --rw-r--r-- 1 root root 278 2021-09-23 18:46 ./slackware64/xap/freerdp-2.4.0-x86_64-1.txt --rw-r--r-- 1 root root 2784976 2021-09-23 18:46 ./slackware64/xap/freerdp-2.4.0-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-09-23 18:46 ./slackware64/xap/freerdp-2.4.0-x86_64-1.txz.asc +-rw-r--r-- 1 root root 278 2021-10-21 17:09 ./slackware64/xap/freerdp-2.4.1-x86_64-1.txt +-rw-r--r-- 1 root root 2807268 2021-10-21 17:09 ./slackware64/xap/freerdp-2.4.1-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-10-21 17:09 ./slackware64/xap/freerdp-2.4.1-x86_64-1.txz.asc -rw-r--r-- 1 root root 411 2021-02-13 13:31 ./slackware64/xap/fvwm-2.6.9-x86_64-4.txt -rw-r--r-- 1 root root 2452448 2021-02-13 13:31 ./slackware64/xap/fvwm-2.6.9-x86_64-4.txz -rw-r--r-- 1 root root 163 2021-02-13 13:31 ./slackware64/xap/fvwm-2.6.9-x86_64-4.txz.asc -rw-r--r-- 1 root root 302 2021-02-13 13:32 ./slackware64/xap/geeqie-1.6-x86_64-3.txt -rw-r--r-- 1 root root 1016704 2021-02-13 13:32 ./slackware64/xap/geeqie-1.6-x86_64-3.txz -rw-r--r-- 1 root root 163 2021-02-13 13:32 ./slackware64/xap/geeqie-1.6-x86_64-3.txz.asc --rw-r--r-- 1 root root 443 2021-10-06 17:32 ./slackware64/xap/gftp-2.7.0b-x86_64-3.txt --rw-r--r-- 1 root root 686068 2021-10-06 17:32 ./slackware64/xap/gftp-2.7.0b-x86_64-3.txz --rw-r--r-- 1 root root 163 2021-10-06 17:32 ./slackware64/xap/gftp-2.7.0b-x86_64-3.txz.asc +-rw-r--r-- 1 root root 443 2021-10-21 17:46 ./slackware64/xap/gftp-2.7.1b-x86_64-1.txt +-rw-r--r-- 1 root root 690760 2021-10-21 17:46 ./slackware64/xap/gftp-2.7.1b-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-10-21 17:46 ./slackware64/xap/gftp-2.7.1b-x86_64-1.txz.asc -rw-r--r-- 1 root root 471 2021-09-15 05:29 ./slackware64/xap/gimp-2.10.28-x86_64-1.txt -rw-r--r-- 1 root root 19357524 2021-09-15 05:29 ./slackware64/xap/gimp-2.10.28-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-09-15 05:29 ./slackware64/xap/gimp-2.10.28-x86_64-1.txz.asc @@ -5545,13 +5545,13 @@ drwxr-xr-x 2 root root 4096 2021-02-15 19:33 ./slackware64/y -rw-r--r-- 1 root root 1486956 2021-02-13 13:56 ./slackware64/y/nethack-3.6.6-x86_64-3.txz -rw-r--r-- 1 root root 163 2021-02-13 13:56 ./slackware64/y/nethack-3.6.6-x86_64-3.txz.asc -rw-r--r-- 1 root root 26 2020-12-30 21:55 ./slackware64/y/tagfile -drwxr-xr-x 18 root root 4096 2021-10-20 19:33 ./source --rw-r--r-- 1 root root 578789 2021-10-20 19:33 ./source/CHECKSUMS.md5 --rw-r--r-- 1 root root 163 2021-10-20 19:33 ./source/CHECKSUMS.md5.asc --rw-r--r-- 1 root root 805519 2021-10-20 19:33 ./source/FILE_LIST --rw-r--r-- 1 root root 23310860 2021-10-20 19:33 ./source/MANIFEST.bz2 +drwxr-xr-x 18 root root 4096 2021-10-21 19:40 ./source +-rw-r--r-- 1 root root 578879 2021-10-21 19:40 ./source/CHECKSUMS.md5 +-rw-r--r-- 1 root root 163 2021-10-21 19:40 ./source/CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 805624 2021-10-21 19:39 ./source/FILE_LIST +-rw-r--r-- 1 root root 23355780 2021-10-21 19:39 ./source/MANIFEST.bz2 -rw-r--r-- 1 root root 1314 2006-10-02 04:40 ./source/README.TXT -drwxr-xr-x 122 root root 4096 2021-09-25 00:50 ./source/a +drwxr-xr-x 122 root root 4096 2021-10-21 17:33 ./source/a -rw-r--r-- 1 root root 1591 2021-04-06 18:09 ./source/a/FTBFSlog drwxr-xr-x 2 root root 4096 2021-07-17 17:46 ./source/a/aaa_base -rw-r--r-- 1 root root 11115 2018-06-24 18:43 ./source/a/aaa_base/_aaa_base.tar.gz @@ -6113,8 +6113,8 @@ drwxr-xr-x 2 root root 4096 2021-03-08 18:58 ./source/a/lrzip -rw-r--r-- 1 root root 434268 2021-03-05 23:26 ./source/a/lrzip/lrzip-0.641.tar.xz -rwxr-xr-x 1 root root 4477 2021-02-17 19:23 ./source/a/lrzip/lrzip.SlackBuild -rw-r--r-- 1 root root 898 2018-02-27 06:13 ./source/a/lrzip/slack-desc -drwxr-xr-x 2 root root 4096 2021-10-20 19:03 ./source/a/lvm2 --rw-r--r-- 1 root root 1761787 2021-10-20 10:26 ./source/a/lvm2/LVM2.2.03.14.tar.lz +drwxr-xr-x 2 root root 4096 2021-08-12 19:27 ./source/a/lvm2 +-rw-r--r-- 1 root root 1749609 2021-08-11 15:38 ./source/a/lvm2/LVM2.2.03.13.tar.lz -rw-r--r-- 1 root root 302 2014-12-09 04:47 ./source/a/lvm2/create-dm-run-dir.diff.gz -rw-r--r-- 1 root root 271 2008-10-06 12:21 ./source/a/lvm2/doinst.sh.gz -rw-r--r-- 1 root root 31 2019-11-02 17:11 ./source/a/lvm2/lvm.url @@ -7612,11 +7612,11 @@ drwxr-xr-x 2 root root 4096 2021-07-07 19:03 ./source/d/ruby -rw-r--r-- 1 root root 14419799 2021-07-07 11:41 ./source/d/ruby/ruby-3.0.2.tar.lz -rwxr-xr-x 1 root root 4807 2021-04-05 18:26 ./source/d/ruby/ruby.SlackBuild -rw-r--r-- 1 root root 837 2019-03-13 16:43 ./source/d/ruby/slack-desc -drwxr-xr-x 2 root root 4096 2021-10-14 20:33 ./source/d/rust +drwxr-xr-x 2 root root 4096 2021-10-21 17:24 ./source/d/rust -rw-r--r-- 1 root root 261 2020-11-19 19:46 ./source/d/rust/link_libffi.diff.gz --rwxr-xr-x 1 root root 9702 2021-10-14 20:01 ./source/d/rust/rust.SlackBuild --rw-r--r-- 1 root root 1657 2021-09-09 17:19 ./source/d/rust/rust.url --rw-r--r-- 1 root root 108244489 2021-09-09 14:15 ./source/d/rust/rustc-1.55.0-src.tar.lz +-rwxr-xr-x 1 root root 9702 2021-10-21 17:28 ./source/d/rust/rust.SlackBuild +-rw-r--r-- 1 root root 1657 2021-10-21 17:23 ./source/d/rust/rust.url +-rw-r--r-- 1 root root 112239772 2021-10-21 14:55 ./source/d/rust/rustc-1.56.0-src.tar.lz -rw-r--r-- 1 root root 910 2018-02-27 06:49 ./source/d/rust/slack-desc drwxr-xr-x 2 root root 4096 2021-05-21 18:57 ./source/d/sassc -rw-r--r-- 1 root root 23784 2020-10-27 01:21 ./source/d/sassc/sassc-3.6.2.tar.lz @@ -11139,8 +11139,8 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/l/pilot-link -rwxr-xr-x 1 root root 4918 2021-02-13 05:32 ./source/l/pilot-link/pilot-link.SlackBuild -rw-r--r-- 1 root root 645 2010-02-19 18:53 ./source/l/pilot-link/pilot-link.png14.diff.gz -rw-r--r-- 1 root root 873 2018-02-27 06:12 ./source/l/pilot-link/slack-desc -drwxr-xr-x 2 root root 4096 2021-09-30 17:36 ./source/l/pipewire --rw-r--r-- 1 root root 1087110 2021-09-30 17:36 ./source/l/pipewire/pipewire-0.3.38.tar.lz +drwxr-xr-x 2 root root 4096 2021-10-21 17:20 ./source/l/pipewire +-rw-r--r-- 1 root root 1058999 2021-10-21 17:20 ./source/l/pipewire/pipewire-0.3.39.tar.lz -rwxr-xr-- 1 root root 4180 2021-05-19 19:58 ./source/l/pipewire/pipewire.SlackBuild -rw-r--r-- 1 root root 49 2020-09-29 01:53 ./source/l/pipewire/pipewire.url -rw-r--r-- 1 root root 1038 2020-11-01 20:04 ./source/l/pipewire/slack-desc @@ -11627,7 +11627,7 @@ drwxr-xr-x 2 root root 4096 2021-05-15 18:00 ./source/l/zstd -rw-r--r-- 1 root root 325 2018-12-30 04:38 ./source/l/zstd/zstd.dont.link.pzstd.to.static.libzstd.a.diff.gz -rw-r--r-- 1 root root 33 2018-11-08 01:06 ./source/l/zstd/zstd.url -rwxr-xr-x 1 root root 14547 2021-02-14 06:12 ./source/make_world.sh -drwxr-xr-x 156 root root 4096 2021-09-26 18:27 ./source/n +drwxr-xr-x 156 root root 4096 2021-10-21 17:04 ./source/n -rw-r--r-- 1 root root 1448 2021-01-17 00:09 ./source/n/FTBFSlog drwxr-xr-x 2 root root 4096 2021-09-27 06:12 ./source/n/ModemManager -rw-r--r-- 1 root root 2496656 2021-09-16 10:39 ./source/n/ModemManager/ModemManager-1.18.2.tar.xz @@ -11983,7 +11983,7 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/iw -rwxr-xr-x 1 root root 3643 2021-02-13 05:32 ./source/n/iw/iw.SlackBuild -rw-r--r-- 1 root root 47 2019-02-02 03:29 ./source/n/iw/iw.url -rw-r--r-- 1 root root 876 2018-02-27 06:13 ./source/n/iw/slack-desc -drwxr-xr-x 3 root root 4096 2021-07-27 00:30 ./source/n/krb5 +drwxr-xr-x 3 root root 4096 2021-10-21 17:05 ./source/n/krb5 drwxr-xr-x 2 root root 4096 2020-01-21 18:39 ./source/n/krb5/conf -rw-r--r-- 1 root root 92 2019-12-10 20:45 ./source/n/krb5/conf/kadmind -rw-r--r-- 1 root root 1164 2019-12-10 21:03 ./source/n/krb5/conf/kdc.conf.example @@ -11993,9 +11993,10 @@ drwxr-xr-x 2 root root 4096 2020-01-21 18:39 ./source/n/krb5/conf -rw-r--r-- 1 root root 797 2019-12-12 21:24 ./source/n/krb5/conf/rc.kadmind -rw-r--r-- 1 root root 857 2019-12-12 21:25 ./source/n/krb5/conf/rc.kpropd -rw-r--r-- 1 root root 842 2019-12-12 21:24 ./source/n/krb5/conf/rc.krb5kdc +-rw-r--r-- 1 root root 1454 2021-10-21 16:32 ./source/n/krb5/d775c95af7606a51bf79547a94fa52ddd1cb7f49.patch -rw-r--r-- 1 root root 357 2019-12-10 20:54 ./source/n/krb5/doinst.sh.gz -rw-r--r-- 1 root root 6035610 2021-07-22 15:58 ./source/n/krb5/krb5-1.19.2.tar.lz --rwxr-xr-x 1 root root 6084 2021-02-20 19:23 ./source/n/krb5/krb5.SlackBuild +-rwxr-xr-x 1 root root 6173 2021-10-21 17:02 ./source/n/krb5/krb5.SlackBuild -rw-r--r-- 1 root root 39 2017-09-30 20:08 ./source/n/krb5/krb5.url -rw-r--r-- 1 root root 756 2020-01-21 18:49 ./source/n/krb5/slack-desc drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/lftp @@ -12014,8 +12015,8 @@ drwxr-xr-x 2 root root 4096 2021-08-23 18:09 ./source/n/libgcrypt -rw-r--r-- 1 root root 702 2018-02-27 06:13 ./source/n/libgcrypt/slack-desc drwxr-xr-x 2 root root 4096 2021-03-22 18:29 ./source/n/libgpg-error -rw-r--r-- 1 root root 779694 2021-03-22 10:53 ./source/n/libgpg-error/libgpg-error-1.42.tar.lz --rwxr-xr-x 1 root root 4768 2021-03-22 18:29 ./source/n/libgpg-error/libgpg-error.SlackBuild --rw-r--r-- 1 root root 41 2020-02-08 19:17 ./source/n/libgpg-error/libgpg-error.url +-rwxr-xr-x 1 root root 4768 2021-03-22 18:29 ./source/n/libgpg-error/libgpg-error.SlackBuild +-rw-r--r-- 1 root root 41 2020-02-08 19:17 ./source/n/libgpg-error/libgpg-error.url -rw-r--r-- 1 root root 852 2018-02-27 06:13 ./source/n/libgpg-error/slack-desc drwxr-xr-x 2 root root 4096 2021-06-10 18:08 ./source/n/libksba -rw-r--r-- 1 root root 662120 2021-06-10 12:33 ./source/n/libksba/libksba-1.6.0.tar.bz2 @@ -12964,8 +12965,8 @@ drwxr-xr-x 2 root root 4096 2021-10-08 21:01 ./source/x/ibus-libpinyin -rw-r--r-- 1 root root 798028 2021-09-16 05:14 ./source/x/ibus-libpinyin/ibus-libpinyin-1.12.1.tar.lz -rwxr-xr-x 1 root root 3721 2021-10-08 21:01 ./source/x/ibus-libpinyin/ibus-libpinyin.SlackBuild -rw-r--r-- 1 root root 888 2017-03-26 10:01 ./source/x/ibus-libpinyin/slack-desc -drwxr-xr-x 2 root root 4096 2021-08-14 17:56 ./source/x/ibus-m17n --rw-r--r-- 1 root root 307691 2021-08-13 20:21 ./source/x/ibus-m17n/ibus-m17n-1.4.7.tar.lz +drwxr-xr-x 2 root root 4096 2021-10-21 17:13 ./source/x/ibus-m17n +-rw-r--r-- 1 root root 39574 2021-10-19 15:13 ./source/x/ibus-m17n/ibus-m17n-1.4.8.tar.lz -rwxr-xr-x 1 root root 3611 2021-04-07 19:46 ./source/x/ibus-m17n/ibus-m17n.SlackBuild -rw-r--r-- 1 root root 710 2017-03-22 21:41 ./source/x/ibus-m17n/slack-desc drwxr-xr-x 2 root root 4096 2021-10-08 21:01 ./source/x/ibus-table @@ -13048,9 +13049,9 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/libhangul -rw-r--r-- 1 root root 2148068 2011-10-30 11:43 ./source/x/libhangul/libhangul-0.1.0.tar.xz -rwxr-xr-x 1 root root 4871 2021-02-13 05:32 ./source/x/libhangul/libhangul.SlackBuild -rw-r--r-- 1 root root 835 2018-02-27 06:13 ./source/x/libhangul/slack-desc -drwxr-xr-x 2 root root 4096 2021-09-28 16:52 ./source/x/libinput --rw-r--r-- 1 root root 654600 2021-09-28 01:53 ./source/x/libinput/libinput-1.19.1.tar.xz --rw-r--r-- 1 root root 95 2021-09-28 01:53 ./source/x/libinput/libinput-1.19.1.tar.xz.sig +drwxr-xr-x 2 root root 4096 2021-10-21 17:13 ./source/x/libinput +-rw-r--r-- 1 root root 654924 2021-10-21 04:30 ./source/x/libinput/libinput-1.19.2.tar.xz +-rw-r--r-- 1 root root 95 2021-10-21 04:30 ./source/x/libinput/libinput-1.19.2.tar.xz.sig -rwxr-xr-x 1 root root 3880 2021-02-24 18:39 ./source/x/libinput/libinput.SlackBuild -rw-r--r-- 1 root root 500 2021-04-30 17:39 ./source/x/libinput/libinput.less.lag.complaining.diff.gz -rw-r--r-- 1 root root 46 2015-04-21 01:23 ./source/x/libinput/libinput.url @@ -14448,8 +14449,8 @@ drwxr-xr-x 2 root root 4096 2021-08-06 04:17 ./source/xap/fluxbox -rw-r--r-- 1 root root 323 2012-08-09 04:35 ./source/xap/fluxbox/fluxbox.startfluxbox.dbus.diff.gz -rw-r--r-- 1 root root 684 2018-02-27 06:13 ./source/xap/fluxbox/slack-desc -rw-r--r-- 1 root root 339 2012-08-08 19:16 ./source/xap/fluxbox/xinitrc.fluxbox.gz -drwxr-xr-x 2 root root 4096 2021-09-23 18:44 ./source/xap/freerdp --rw-r--r-- 1 root root 4703233 2021-07-27 10:40 ./source/xap/freerdp/freerdp-2.4.0.tar.lz +drwxr-xr-x 2 root root 4096 2021-10-21 17:08 ./source/xap/freerdp +-rw-r--r-- 1 root root 4716753 2021-10-21 07:54 ./source/xap/freerdp/freerdp-2.4.1.tar.lz -rwxr-xr-x 1 root root 4675 2021-09-23 18:43 ./source/xap/freerdp/freerdp.SlackBuild -rw-r--r-- 1 root root 34 2021-09-23 18:07 ./source/xap/freerdp/freerdp.url -rw-r--r-- 1 root root 765 2021-09-23 18:18 ./source/xap/freerdp/slack-desc @@ -14468,9 +14469,9 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xap/geeqie -rw-r--r-- 1 root root 688 2020-12-02 19:08 ./source/xap/geeqie/geeqie-1.6.tar.xz.asc -rwxr-xr-x 1 root root 4629 2021-02-13 05:32 ./source/xap/geeqie/geeqie.SlackBuild -rw-r--r-- 1 root root 756 2018-02-27 06:13 ./source/xap/geeqie/slack-desc -drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xap/gftp --rw-r--r-- 1 root root 750333 2020-11-30 13:40 ./source/xap/gftp/gftp-2.7.0b.tar.lz --rwxr-xr-x 1 root root 3525 2021-10-06 17:32 ./source/xap/gftp/gftp.SlackBuild +drwxr-xr-x 2 root root 4096 2021-10-21 17:46 ./source/xap/gftp +-rw-r--r-- 1 root root 748535 2021-10-19 20:25 ./source/xap/gftp/gftp-2.7.1b.tar.lz +-rwxr-xr-x 1 root root 3525 2021-10-21 17:44 ./source/xap/gftp/gftp.SlackBuild -rw-r--r-- 1 root root 32 2021-02-11 18:21 ./source/xap/gftp/gftp.url -rw-r--r-- 1 root root 895 2018-02-27 06:13 ./source/xap/gftp/slack-desc drwxr-xr-x 2 root root 4096 2021-09-15 05:25 ./source/xap/gimp diff --git a/extra/source/php8/fetch-php.sh b/extra/source/php8/fetch-php.sh index bcd28974a..ba225f190 100755 --- a/extra/source/php8/fetch-php.sh +++ b/extra/source/php8/fetch-php.sh @@ -1,2 +1,2 @@ -lftpget http://us.php.net/distributions/php-8.0.11.tar.xz.asc -lftpget http://us.php.net/distributions/php-8.0.11.tar.xz +lftpget http://us.php.net/distributions/php-8.0.12.tar.xz.asc +lftpget http://us.php.net/distributions/php-8.0.12.tar.xz diff --git a/source/d/rust/rust.SlackBuild b/source/d/rust/rust.SlackBuild index 286c7bd1f..f4cf63b18 100755 --- a/source/d/rust/rust.SlackBuild +++ b/source/d/rust/rust.SlackBuild @@ -26,17 +26,17 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=rust SRCNAM="${PKGNAM}c" -VERSION=${VERSION:-1.55.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.56.0} +BUILD=${BUILD:-1} # Set this to YES to build with the system LLVM, or NO to use the bundled LLVM. # YES is probably better (when it works...) SYSTEM_LLVM=${SYSTEM_LLVM:-YES} # Bootstrap variables (might not be kept updated for latest Rust): -RSTAGE0_VERSION=${RSTAGE0_VERSION:-1.54.0} -RSTAGE0_DIR=${RSTAGE0_DIR:-2021-07-29} -CSTAGE0_VERSION=${CSTAGE0_VERSION:-1.54.0} +RSTAGE0_VERSION=${RSTAGE0_VERSION:-1.55.0} +RSTAGE0_DIR=${RSTAGE0_DIR:-2021-09-09} +CSTAGE0_VERSION=${CSTAGE0_VERSION:-1.55.0} CSTAGE0_DIR=${CSTAGE0_DIR:-$RSTAGE0_DIR} # Automatically determine the architecture we're building on: diff --git a/source/d/rust/rust.url b/source/d/rust/rust.url index 1f4a237b6..e12e4ebf6 100644 --- a/source/d/rust/rust.url +++ b/source/d/rust/rust.url @@ -1,5 +1,5 @@ # Source code (repacked to .tar.lz): -VERSION=1.55.0 +VERSION=1.56.0 rm -f rustc-${VERSION}-src.tar.* lftpget https://static.rust-lang.org/dist/rustc-${VERSION}-src.tar.gz lftpget https://static.rust-lang.org/dist/rustc-${VERSION}-src.tar.gz.asc @@ -20,9 +20,9 @@ fi # update the settings below, look at src/stage0.txt in the Rust sources. exit 0 -BOOTSTRAP_DATE=2021-07-29 -BOOTSTRAP_CARGO=1.54.0 -BOOTSTRAP_VERSION=1.54.0 +BOOTSTRAP_DATE=2021-09-09 +BOOTSTRAP_CARGO=1.55.0 +BOOTSTRAP_VERSION=1.55.0 # i686 bootstrap: lftpget https://static.rust-lang.org/dist/${BOOTSTRAP_DATE}/cargo-${BOOTSTRAP_CARGO}-i686-unknown-linux-gnu.tar.xz diff --git a/source/n/krb5/d775c95af7606a51bf79547a94fa52ddd1cb7f49.patch b/source/n/krb5/d775c95af7606a51bf79547a94fa52ddd1cb7f49.patch new file mode 100644 index 000000000..7623d8292 --- /dev/null +++ b/source/n/krb5/d775c95af7606a51bf79547a94fa52ddd1cb7f49.patch @@ -0,0 +1,43 @@ +From d775c95af7606a51bf79547a94fa52ddd1cb7f49 Mon Sep 17 00:00:00 2001 +From: Greg Hudson +Date: Tue, 3 Aug 2021 01:15:27 -0400 +Subject: [PATCH] Fix KDC null deref on TGS inner body null server + +After the KDC decodes a FAST inner body, it does not check for a null +server. Prior to commit 39548a5b17bbda9eeb63625a201cfd19b9de1c5b this +would typically result in an error from krb5_unparse_name(), but with +the addition of get_local_tgt() it results in a null dereference. Add +a null check. + +Reported by Joseph Sutton of Catalyst. + +CVE-2021-37750: + +In MIT krb5 releases 1.14 and later, an authenticated attacker can +cause a null dereference in the KDC by sending a FAST TGS request with +no server field. + +ticket: 9008 (new) +tags: pullup +target_version: 1.19-next +target_version: 1.18-next +--- + src/kdc/do_tgs_req.c | 5 +++++ + 1 file changed, 5 insertions(+) + +diff --git a/src/kdc/do_tgs_req.c b/src/kdc/do_tgs_req.c +index 582e497cc9..32dc65fa8e 100644 +--- a/src/kdc/do_tgs_req.c ++++ b/src/kdc/do_tgs_req.c +@@ -204,6 +204,11 @@ process_tgs_req(krb5_kdc_req *request, krb5_data *pkt, + status = "FIND_FAST"; + goto cleanup; + } ++ if (sprinc == NULL) { ++ status = "NULL_SERVER"; ++ errcode = KRB5KDC_ERR_S_PRINCIPAL_UNKNOWN; ++ goto cleanup; ++ } + + errcode = get_local_tgt(kdc_context, &sprinc->realm, header_server, + &local_tgt, &local_tgt_storage, &local_tgt_key); diff --git a/source/n/krb5/krb5.SlackBuild b/source/n/krb5/krb5.SlackBuild index fbc5123a4..e39bf7ed0 100755 --- a/source/n/krb5/krb5.SlackBuild +++ b/source/n/krb5/krb5.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=krb5 VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -79,6 +79,8 @@ find . \ sed -i "/KRB5ROOT=/s/\/local//" src/util/ac_check_krb5.m4 +cat $CWD/d775c95af7606a51bf79547a94fa52ddd1cb7f49.patch | patch -p1 --verbose || exit 1 + cd src CFLAGS="$SLKCFLAGS" \ diff --git a/source/xap/gftp/gftp.SlackBuild b/source/xap/gftp/gftp.SlackBuild index 502aae21b..cf670bbc1 100755 --- a/source/xap/gftp/gftp.SlackBuild +++ b/source/xap/gftp/gftp.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=gftp VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then -- cgit v1.2.3