From d7e739bb58e86a0c43f54b7e2c2972dd5f62b3c3 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Thu, 8 Sep 2022 01:33:19 +0000 Subject: Thu Sep 8 01:33:19 UTC 2022 a/hdparm-9.65-x86_64-1.txz: Upgraded. n/samba-4.16.5-x86_64-1.txz: Upgraded. xap/mozilla-thunderbird-102.2.2-x86_64-1.txz: Upgraded. This is a bugfix release. For more information, see: https://www.mozilla.org/en-US/thunderbird/102.2.2/releasenotes/ --- ChangeLog.rss | 64 +++++++- ChangeLog.txt | 45 ++++++ FILELIST.TXT | 192 ++++++++++++----------- recompress.sh | 1 + source/a/eudev/config/rc.d/rc.udev.new | 4 +- source/a/eudev/eudev.SlackBuild | 2 +- source/a/gawk/0001-Add-missing-UPREF.patch | 24 +++ source/a/gawk/gawk.SlackBuild | 4 +- source/a/grep/grep.SlackBuild | 9 +- source/a/grep/scripts/egrep | 4 + source/a/grep/scripts/fgrep | 4 + source/a/hwdata/hwdata.SlackBuild | 4 +- source/a/pkgtools/pkgtools.SlackBuild | 2 +- source/a/pkgtools/scripts/setup.80.make-bootdisk | 4 +- source/ap/linuxdoc-tools/linuxdoc-tools.build | 8 +- source/d/python3/python3.SlackBuild | 2 +- source/d/slacktrack/slacktrack.SlackBuild | 2 +- source/n/samba/samba.url | 4 +- 18 files changed, 264 insertions(+), 115 deletions(-) create mode 100644 source/a/gawk/0001-Add-missing-UPREF.patch create mode 100644 source/a/grep/scripts/egrep create mode 100644 source/a/grep/scripts/fgrep diff --git a/ChangeLog.rss b/ChangeLog.rss index d7841319c..2930970fb 100644 --- a/ChangeLog.rss +++ b/ChangeLog.rss @@ -11,9 +11,69 @@ Tracking Slackware development in git. en-us urn:uuid:c964f45e-6732-11e8-bbe5-107b4450212f - Tue, 6 Sep 2022 20:21:24 GMT - Wed, 7 Sep 2022 05:00:15 GMT + Thu, 8 Sep 2022 01:33:19 GMT + Thu, 8 Sep 2022 05:00:13 GMT maintain_current_git.sh v 1.17 + + Thu, 8 Sep 2022 01:33:19 GMT + Thu, 8 Sep 2022 01:33:19 GMT + https://git.slackware.nl/current/tag/?h=20220908013319 + 20220908013319 + + +a/hdparm-9.65-x86_64-1.txz: Upgraded. +n/samba-4.16.5-x86_64-1.txz: Upgraded. +xap/mozilla-thunderbird-102.2.2-x86_64-1.txz: Upgraded. + This is a bugfix release. + For more information, see: + https://www.mozilla.org/en-US/thunderbird/102.2.2/releasenotes/ + ]]> + + + + Wed, 7 Sep 2022 18:40:44 GMT + Wed, 7 Sep 2022 18:40:44 GMT + https://git.slackware.nl/current/tag/?h=20220907184044 + 20220907184044 + + +a/eudev-3.2.11-x86_64-2.txz: Rebuilt. + rc.udev: removed stray backslashes before whitespace in grep patterns. +a/gawk-5.2.0-x86_64-2.txz: Rebuilt. + Applied 0001-Add-missing-UPREF.patch to fix kernel build. + Thanks to USUARIONUEVO. +a/grep-3.8-x86_64-2.txz: Rebuilt. + Folks, I rarely veto upstream, but I'm not going to entertain this nonsense. + The egrep and fgrep commands were part of Unix since the 70s, continue to be + included with the BSDs, and frankly, aren't hurting anything. GNU grep + declared them deprecated in 2007 and when they were changed into shell + scripts around 8 years ago I figured that's where it would end. I can see no + logical justification to have these scripts start making noise and then to + eventually pull the rug out from under any code that might be using them, so + I've placed non-noisy versions of them into the package sources and will be + installing those during the build. Given that the -F and -E options are part + of the POSIX standard, these scripts will continue to work fine. That said, + we will be continuing to change our own code over to the recommended syntax + to avoid the minimal overhead incurred compared to using grep directly. +a/hwdata-0.362-noarch-1.txz: Upgraded. +a/pkgtools-15.1-noarch-2.txz: Rebuilt. + setup.80.make-bootdisk: change egrep to grep -E. +d/python3-3.9.14-x86_64-1.txz: Upgraded. + This is a security and bugfix release. + gh-95778: Converting between int and str in bases other than 2 (binary), 4, + 8 (octal), 16 (hexadecimal), or 32 such as base 10 (decimal) now raises a + ValueError if the number of digits in string form is above a limit to avoid + potential denial of service attacks due to the algorithmic complexity. + For more information, see: + https://pythoninsider.blogspot.com/2022/09/python-releases-3107-3914-3814-and-3714.html + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10735 + (* Security fix *) +d/slacktrack-2.23-x86_64-1.txz: Upgraded. + Change egrep to grep -E. Thanks to Stuart Winter. +l/libssh-0.10.4-x86_64-1.txz: Upgraded. + ]]> + + Tue, 6 Sep 2022 20:21:24 GMT Tue, 6 Sep 2022 20:21:24 GMT diff --git a/ChangeLog.txt b/ChangeLog.txt index 0d007cadf..f37e24fbd 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,48 @@ +Thu Sep 8 01:33:19 UTC 2022 + +a/hdparm-9.65-x86_64-1.txz: Upgraded. +n/samba-4.16.5-x86_64-1.txz: Upgraded. +xap/mozilla-thunderbird-102.2.2-x86_64-1.txz: Upgraded. + This is a bugfix release. + For more information, see: + https://www.mozilla.org/en-US/thunderbird/102.2.2/releasenotes/ ++--------------------------+ +Wed Sep 7 18:40:44 UTC 2022 +a/eudev-3.2.11-x86_64-2.txz: Rebuilt. + rc.udev: removed stray backslashes before whitespace in grep patterns. +a/gawk-5.2.0-x86_64-2.txz: Rebuilt. + Applied 0001-Add-missing-UPREF.patch to fix kernel build. + Thanks to USUARIONUEVO. +a/grep-3.8-x86_64-2.txz: Rebuilt. + Folks, I rarely veto upstream, but I'm not going to entertain this nonsense. + The egrep and fgrep commands were part of Unix since the 70s, continue to be + included with the BSDs, and frankly, aren't hurting anything. GNU grep + declared them deprecated in 2007 and when they were changed into shell + scripts around 8 years ago I figured that's where it would end. I can see no + logical justification to have these scripts start making noise and then to + eventually pull the rug out from under any code that might be using them, so + I've placed non-noisy versions of them into the package sources and will be + installing those during the build. Given that the -F and -E options are part + of the POSIX standard, these scripts will continue to work fine. That said, + we will be continuing to change our own code over to the recommended syntax + to avoid the minimal overhead incurred compared to using grep directly. +a/hwdata-0.362-noarch-1.txz: Upgraded. +a/pkgtools-15.1-noarch-2.txz: Rebuilt. + setup.80.make-bootdisk: change egrep to grep -E. +d/python3-3.9.14-x86_64-1.txz: Upgraded. + This is a security and bugfix release. + gh-95778: Converting between int and str in bases other than 2 (binary), 4, + 8 (octal), 16 (hexadecimal), or 32 such as base 10 (decimal) now raises a + ValueError if the number of digits in string form is above a limit to avoid + potential denial of service attacks due to the algorithmic complexity. + For more information, see: + https://pythoninsider.blogspot.com/2022/09/python-releases-3107-3914-3814-and-3714.html + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10735 + (* Security fix *) +d/slacktrack-2.23-x86_64-1.txz: Upgraded. + Change egrep to grep -E. Thanks to Stuart Winter. +l/libssh-0.10.4-x86_64-1.txz: Upgraded. ++--------------------------+ Tue Sep 6 20:21:24 UTC 2022 a/cracklib-2.9.8-x86_64-1.txz: Upgraded. a/gawk-5.2.0-x86_64-1.txz: Upgraded. diff --git a/FILELIST.TXT b/FILELIST.TXT index 9015e04a8..3b03b804c 100644 --- a/FILELIST.TXT +++ b/FILELIST.TXT @@ -1,20 +1,20 @@ -Tue Sep 6 20:29:32 UTC 2022 +Thu Sep 8 01:38:27 UTC 2022 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 2022-09-06 20:21 . +drwxr-xr-x 12 root root 4096 2022-09-08 01:33 . -rw-r--r-- 1 root root 5767 2022-02-02 22:44 ./ANNOUNCE.15.0 -rw-r--r-- 1 root root 16617 2022-02-02 23:27 ./CHANGES_AND_HINTS.TXT --rw-r--r-- 1 root root 1100998 2022-09-02 19:12 ./CHECKSUMS.md5 --rw-r--r-- 1 root root 163 2022-09-02 19:12 ./CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 1101347 2022-09-07 18:45 ./CHECKSUMS.md5 +-rw-r--r-- 1 root root 163 2022-09-07 18:45 ./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 284576 2022-09-06 20:21 ./ChangeLog.txt +-rw-r--r-- 1 root root 287013 2022-09-08 01:33 ./ChangeLog.txt drwxr-xr-x 3 root root 4096 2013-03-20 22:17 ./EFI drwxr-xr-x 2 root root 4096 2022-09-06 20:13 ./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 2022-09-06 20:13 ./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 1434409 2022-09-02 19:12 ./FILELIST.TXT +-rw-r--r-- 1 root root 1434904 2022-09-07 18:44 ./FILELIST.TXT -rw-r--r-- 1 root root 1572 2012-08-29 18:27 ./GPG-KEY --rw-r--r-- 1 root root 858334 2022-09-06 20:29 ./PACKAGES.TXT +-rw-r--r-- 1 root root 858334 2022-09-08 01:38 ./PACKAGES.TXT -rw-r--r-- 1 root root 8034 2022-02-02 03:36 ./README.TXT -rw-r--r-- 1 root root 3629 2022-09-06 19:58 ./README.initrd -rw-r--r-- 1 root root 34162 2022-01-30 20:35 ./README_CRYPT.TXT @@ -746,13 +746,13 @@ drwxr-xr-x 2 root root 4096 2022-02-03 07:02 ./patches -rw-r--r-- 1 root root 575 2022-02-03 07:02 ./patches/FILE_LIST -rw-r--r-- 1 root root 14 2022-02-03 07:02 ./patches/MANIFEST.bz2 -rw-r--r-- 1 root root 224 2022-02-03 07:02 ./patches/PACKAGES.TXT -drwxr-xr-x 17 root root 4096 2022-09-06 20:29 ./slackware64 --rw-r--r-- 1 root root 334889 2022-09-06 20:29 ./slackware64/CHECKSUMS.md5 --rw-r--r-- 1 root root 163 2022-09-06 20:29 ./slackware64/CHECKSUMS.md5.asc --rw-r--r-- 1 root root 415453 2022-09-06 20:28 ./slackware64/FILE_LIST --rw-r--r-- 1 root root 4226347 2022-09-06 20:28 ./slackware64/MANIFEST.bz2 +drwxr-xr-x 17 root root 4096 2022-09-08 01:38 ./slackware64 +-rw-r--r-- 1 root root 334889 2022-09-08 01:38 ./slackware64/CHECKSUMS.md5 +-rw-r--r-- 1 root root 163 2022-09-08 01:38 ./slackware64/CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 415453 2022-09-08 01:37 ./slackware64/FILE_LIST +-rw-r--r-- 1 root root 4232372 2022-09-08 01:37 ./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 2022-09-06 20:27 ./slackware64/a +drwxr-xr-x 2 root root 32768 2022-09-08 01:37 ./slackware64/a -rw-r--r-- 1 root root 327 2022-02-15 18:16 ./slackware64/a/aaa_base-15.1-x86_64-2.txt -rw-r--r-- 1 root root 10720 2022-02-15 18:16 ./slackware64/a/aaa_base-15.1-x86_64-2.txz -rw-r--r-- 1 root root 163 2022-02-15 18:16 ./slackware64/a/aaa_base-15.1-x86_64-2.txz.asc @@ -840,9 +840,9 @@ drwxr-xr-x 2 root root 32768 2022-09-06 20:27 ./slackware64/a -rw-r--r-- 1 root root 202 2022-08-15 19:07 ./slackware64/a/etc-15.1-x86_64-2.txt -rw-r--r-- 1 root root 27856 2022-08-15 19:07 ./slackware64/a/etc-15.1-x86_64-2.txz -rw-r--r-- 1 root root 163 2022-08-15 19:07 ./slackware64/a/etc-15.1-x86_64-2.txz.asc --rw-r--r-- 1 root root 510 2022-01-09 18:26 ./slackware64/a/eudev-3.2.11-x86_64-1.txt --rw-r--r-- 1 root root 1166988 2022-01-09 18:26 ./slackware64/a/eudev-3.2.11-x86_64-1.txz --rw-r--r-- 1 root root 163 2022-01-09 18:26 ./slackware64/a/eudev-3.2.11-x86_64-1.txz.asc +-rw-r--r-- 1 root root 510 2022-09-07 00:47 ./slackware64/a/eudev-3.2.11-x86_64-2.txt +-rw-r--r-- 1 root root 1165260 2022-09-07 00:47 ./slackware64/a/eudev-3.2.11-x86_64-2.txz +-rw-r--r-- 1 root root 163 2022-09-07 00:47 ./slackware64/a/eudev-3.2.11-x86_64-2.txz.asc -rw-r--r-- 1 root root 456 2021-11-17 19:41 ./slackware64/a/exfatprogs-1.1.3-x86_64-1.txt -rw-r--r-- 1 root root 42760 2021-11-17 19:41 ./slackware64/a/exfatprogs-1.1.3-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-11-17 19:41 ./slackware64/a/exfatprogs-1.1.3-x86_64-1.txz.asc @@ -858,9 +858,9 @@ drwxr-xr-x 2 root root 32768 2022-09-06 20:27 ./slackware64/a -rw-r--r-- 1 root root 257 2021-02-13 11:02 ./slackware64/a/floppy-5.5-x86_64-4.txt -rw-r--r-- 1 root root 358912 2021-02-13 11:02 ./slackware64/a/floppy-5.5-x86_64-4.txz -rw-r--r-- 1 root root 163 2021-02-13 11:02 ./slackware64/a/floppy-5.5-x86_64-4.txz.asc --rw-r--r-- 1 root root 585 2022-09-06 18:08 ./slackware64/a/gawk-5.2.0-x86_64-1.txt --rw-r--r-- 1 root root 1240444 2022-09-06 18:08 ./slackware64/a/gawk-5.2.0-x86_64-1.txz --rw-r--r-- 1 root root 163 2022-09-06 18:08 ./slackware64/a/gawk-5.2.0-x86_64-1.txz.asc +-rw-r--r-- 1 root root 585 2022-09-07 17:53 ./slackware64/a/gawk-5.2.0-x86_64-2.txt +-rw-r--r-- 1 root root 1240708 2022-09-07 17:53 ./slackware64/a/gawk-5.2.0-x86_64-2.txz +-rw-r--r-- 1 root root 163 2022-09-07 17:53 ./slackware64/a/gawk-5.2.0-x86_64-2.txz.asc -rw-r--r-- 1 root root 496 2021-02-13 11:03 ./slackware64/a/genpower-1.0.5-x86_64-5.txt -rw-r--r-- 1 root root 43092 2021-02-13 11:03 ./slackware64/a/genpower-1.0.5-x86_64-5.txz -rw-r--r-- 1 root root 163 2021-02-13 11:03 ./slackware64/a/genpower-1.0.5-x86_64-5.txz.asc @@ -876,9 +876,9 @@ drwxr-xr-x 2 root root 32768 2022-09-06 20:27 ./slackware64/a -rw-r--r-- 1 root root 575 2022-04-15 19:21 ./slackware64/a/gptfdisk-1.0.9-x86_64-1.txt -rw-r--r-- 1 root root 195060 2022-04-15 19:21 ./slackware64/a/gptfdisk-1.0.9-x86_64-1.txz -rw-r--r-- 1 root root 163 2022-04-15 19:21 ./slackware64/a/gptfdisk-1.0.9-x86_64-1.txz.asc --rw-r--r-- 1 root root 291 2022-09-06 18:36 ./slackware64/a/grep-3.8-x86_64-1.txt --rw-r--r-- 1 root root 266836 2022-09-06 18:36 ./slackware64/a/grep-3.8-x86_64-1.txz --rw-r--r-- 1 root root 163 2022-09-06 18:36 ./slackware64/a/grep-3.8-x86_64-1.txz.asc +-rw-r--r-- 1 root root 291 2022-09-07 18:11 ./slackware64/a/grep-3.8-x86_64-2.txt +-rw-r--r-- 1 root root 266796 2022-09-07 18:11 ./slackware64/a/grep-3.8-x86_64-2.txz +-rw-r--r-- 1 root root 163 2022-09-07 18:11 ./slackware64/a/grep-3.8-x86_64-2.txz.asc -rw-r--r-- 1 root root 182 2021-09-10 18:45 ./slackware64/a/grub-2.06-x86_64-4.txt -rw-r--r-- 1 root root 10176528 2021-09-10 18:45 ./slackware64/a/grub-2.06-x86_64-4.txz -rw-r--r-- 1 root root 163 2021-09-10 18:45 ./slackware64/a/grub-2.06-x86_64-4.txz.asc @@ -888,15 +888,15 @@ drwxr-xr-x 2 root root 32768 2022-09-06 20:27 ./slackware64/a -rw-r--r-- 1 root root 485 2022-04-11 19:10 ./slackware64/a/haveged-1.9.18-x86_64-1.txt -rw-r--r-- 1 root root 55176 2022-04-11 19:10 ./slackware64/a/haveged-1.9.18-x86_64-1.txz -rw-r--r-- 1 root root 163 2022-04-11 19:10 ./slackware64/a/haveged-1.9.18-x86_64-1.txz.asc --rw-r--r-- 1 root root 398 2022-07-10 18:30 ./slackware64/a/hdparm-9.64-x86_64-1.txt --rw-r--r-- 1 root root 76120 2022-07-10 18:30 ./slackware64/a/hdparm-9.64-x86_64-1.txz --rw-r--r-- 1 root root 163 2022-07-10 18:30 ./slackware64/a/hdparm-9.64-x86_64-1.txz.asc +-rw-r--r-- 1 root root 398 2022-09-08 00:51 ./slackware64/a/hdparm-9.65-x86_64-1.txt +-rw-r--r-- 1 root root 76104 2022-09-08 00:51 ./slackware64/a/hdparm-9.65-x86_64-1.txz +-rw-r--r-- 1 root root 163 2022-09-08 00:51 ./slackware64/a/hdparm-9.65-x86_64-1.txz.asc -rw-r--r-- 1 root root 441 2021-02-13 11:07 ./slackware64/a/hostname-3.23-x86_64-3.txt -rw-r--r-- 1 root root 9132 2021-02-13 11:07 ./slackware64/a/hostname-3.23-x86_64-3.txz -rw-r--r-- 1 root root 163 2021-02-13 11:07 ./slackware64/a/hostname-3.23-x86_64-3.txz.asc --rw-r--r-- 1 root root 316 2022-07-04 19:41 ./slackware64/a/hwdata-0.361-noarch-1.txt --rw-r--r-- 1 root root 1505284 2022-07-04 19:41 ./slackware64/a/hwdata-0.361-noarch-1.txz --rw-r--r-- 1 root root 163 2022-07-04 19:41 ./slackware64/a/hwdata-0.361-noarch-1.txz.asc +-rw-r--r-- 1 root root 316 2022-09-07 18:10 ./slackware64/a/hwdata-0.362-noarch-1.txt +-rw-r--r-- 1 root root 1512652 2022-09-07 18:10 ./slackware64/a/hwdata-0.362-noarch-1.txz +-rw-r--r-- 1 root root 163 2022-09-07 18:10 ./slackware64/a/hwdata-0.362-noarch-1.txz.asc -rw-r--r-- 1 root root 465 2021-02-13 11:07 ./slackware64/a/infozip-6.0-x86_64-7.txt -rw-r--r-- 1 root root 401604 2021-02-13 11:07 ./slackware64/a/infozip-6.0-x86_64-7.txz -rw-r--r-- 1 root root 163 2021-02-13 11:07 ./slackware64/a/infozip-6.0-x86_64-7.txz.asc @@ -1024,9 +1024,9 @@ drwxr-xr-x 2 root root 32768 2022-09-06 20:27 ./slackware64/a -rw-r--r-- 1 root root 450 2022-09-06 18:11 ./slackware64/a/pcmciautils-018-x86_64-5.txt -rw-r--r-- 1 root root 31360 2022-09-06 18:11 ./slackware64/a/pcmciautils-018-x86_64-5.txz -rw-r--r-- 1 root root 163 2022-09-06 18:11 ./slackware64/a/pcmciautils-018-x86_64-5.txz.asc --rw-r--r-- 1 root root 672 2022-09-06 18:47 ./slackware64/a/pkgtools-15.1-noarch-1.txt --rw-r--r-- 1 root root 197704 2022-09-06 18:47 ./slackware64/a/pkgtools-15.1-noarch-1.txz --rw-r--r-- 1 root root 163 2022-09-06 18:47 ./slackware64/a/pkgtools-15.1-noarch-1.txz.asc +-rw-r--r-- 1 root root 672 2022-09-07 18:19 ./slackware64/a/pkgtools-15.1-noarch-2.txt +-rw-r--r-- 1 root root 197684 2022-09-07 18:19 ./slackware64/a/pkgtools-15.1-noarch-2.txz +-rw-r--r-- 1 root root 163 2022-09-07 18:19 ./slackware64/a/pkgtools-15.1-noarch-2.txz.asc -rw-r--r-- 1 root root 523 2022-01-28 20:32 ./slackware64/a/plzip-1.10-x86_64-1.txt -rw-r--r-- 1 root root 62592 2022-01-28 20:32 ./slackware64/a/plzip-1.10-x86_64-1.txz -rw-r--r-- 1 root root 163 2022-01-28 20:32 ./slackware64/a/plzip-1.10-x86_64-1.txz.asc @@ -1388,7 +1388,7 @@ drwxr-xr-x 2 root root 20480 2022-09-06 20:27 ./slackware64/ap -rw-r--r-- 1 root root 506 2022-05-15 17:09 ./slackware64/ap/zsh-5.9-x86_64-1.txt -rw-r--r-- 1 root root 3156392 2022-05-15 17:09 ./slackware64/ap/zsh-5.9-x86_64-1.txz -rw-r--r-- 1 root root 163 2022-05-15 17:09 ./slackware64/ap/zsh-5.9-x86_64-1.txz.asc -drwxr-xr-x 2 root root 20480 2022-09-06 20:28 ./slackware64/d +drwxr-xr-x 2 root root 20480 2022-09-07 18:43 ./slackware64/d -rw-r--r-- 1 root root 360 2022-03-09 03:58 ./slackware64/d/Cython-0.29.28-x86_64-1.txt -rw-r--r-- 1 root root 2393012 2022-03-09 03:58 ./slackware64/d/Cython-0.29.28-x86_64-1.txz -rw-r--r-- 1 root root 163 2022-03-09 03:58 ./slackware64/d/Cython-0.29.28-x86_64-1.txz.asc @@ -1561,9 +1561,9 @@ drwxr-xr-x 2 root root 20480 2022-09-06 20:28 ./slackware64/d -rw-r--r-- 1 root root 484 2022-08-06 20:03 ./slackware64/d/python2-2.7.18-x86_64-5.txt -rw-r--r-- 1 root root 13010920 2022-08-06 20:03 ./slackware64/d/python2-2.7.18-x86_64-5.txz -rw-r--r-- 1 root root 163 2022-08-06 20:03 ./slackware64/d/python2-2.7.18-x86_64-5.txz.asc --rw-r--r-- 1 root root 663 2022-08-06 20:05 ./slackware64/d/python3-3.9.13-x86_64-2.txt --rw-r--r-- 1 root root 19177760 2022-08-06 20:05 ./slackware64/d/python3-3.9.13-x86_64-2.txz --rw-r--r-- 1 root root 163 2022-08-06 20:05 ./slackware64/d/python3-3.9.13-x86_64-2.txz.asc +-rw-r--r-- 1 root root 663 2022-09-07 18:32 ./slackware64/d/python3-3.9.14-x86_64-1.txt +-rw-r--r-- 1 root root 19186768 2022-09-07 18:32 ./slackware64/d/python3-3.9.14-x86_64-1.txz +-rw-r--r-- 1 root root 163 2022-09-07 18:32 ./slackware64/d/python3-3.9.14-x86_64-1.txz.asc -rw-r--r-- 1 root root 321 2022-02-28 20:03 ./slackware64/d/rcs-5.10.1-x86_64-1.txt -rw-r--r-- 1 root root 202964 2022-02-28 20:03 ./slackware64/d/rcs-5.10.1-x86_64-1.txz -rw-r--r-- 1 root root 163 2022-02-28 20:03 ./slackware64/d/rcs-5.10.1-x86_64-1.txz.asc @@ -1585,9 +1585,9 @@ drwxr-xr-x 2 root root 20480 2022-09-06 20:28 ./slackware64/d -rw-r--r-- 1 root root 456 2022-08-01 18:56 ./slackware64/d/scons-4.4.0-x86_64-1.txt -rw-r--r-- 1 root root 1882028 2022-08-01 18:56 ./slackware64/d/scons-4.4.0-x86_64-1.txz -rw-r--r-- 1 root root 163 2022-08-01 18:56 ./slackware64/d/scons-4.4.0-x86_64-1.txz.asc --rw-r--r-- 1 root root 467 2021-11-14 17:09 ./slackware64/d/slacktrack-2.22-x86_64-1.txt --rw-r--r-- 1 root root 100612 2021-11-14 17:09 ./slackware64/d/slacktrack-2.22-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-11-14 17:09 ./slackware64/d/slacktrack-2.22-x86_64-1.txz.asc +-rw-r--r-- 1 root root 467 2022-09-07 18:35 ./slackware64/d/slacktrack-2.23-x86_64-1.txt +-rw-r--r-- 1 root root 100516 2022-09-07 18:35 ./slackware64/d/slacktrack-2.23-x86_64-1.txz +-rw-r--r-- 1 root root 163 2022-09-07 18:35 ./slackware64/d/slacktrack-2.23-x86_64-1.txz.asc -rw-r--r-- 1 root root 547 2022-08-13 19:04 ./slackware64/d/strace-5.19-x86_64-1.txt -rw-r--r-- 1 root root 458476 2022-08-13 19:04 ./slackware64/d/strace-5.19-x86_64-1.txz -rw-r--r-- 1 root root 163 2022-08-13 19:04 ./slackware64/d/strace-5.19-x86_64-1.txz.asc @@ -2759,7 +2759,7 @@ drwxr-xr-x 2 root root 86016 2022-09-06 20:28 ./slackware64/kde -rw-r--r-- 1 root root 517 2022-08-18 21:00 ./slackware64/kde/zanshin-22.08.0-x86_64-1.txt -rw-r--r-- 1 root root 678172 2022-08-18 21:00 ./slackware64/kde/zanshin-22.08.0-x86_64-1.txz -rw-r--r-- 1 root root 163 2022-08-18 21:00 ./slackware64/kde/zanshin-22.08.0-x86_64-1.txz.asc -drwxr-xr-x 2 root root 86016 2022-09-06 20:27 ./slackware64/l +drwxr-xr-x 2 root root 86016 2022-09-07 18:43 ./slackware64/l -rw-r--r-- 1 root root 329 2022-03-06 20:00 ./slackware64/l/GConf-3.2.6-x86_64-8.txt -rw-r--r-- 1 root root 928144 2022-03-06 20:00 ./slackware64/l/GConf-3.2.6-x86_64-8.txz -rw-r--r-- 1 root root 163 2022-03-06 20:00 ./slackware64/l/GConf-3.2.6-x86_64-8.txz.asc @@ -3437,9 +3437,9 @@ drwxr-xr-x 2 root root 86016 2022-09-06 20:27 ./slackware64/l -rw-r--r-- 1 root root 456 2022-02-13 19:28 ./slackware64/l/libspectre-0.2.10-x86_64-1.txt -rw-r--r-- 1 root root 39640 2022-02-13 19:28 ./slackware64/l/libspectre-0.2.10-x86_64-1.txz -rw-r--r-- 1 root root 163 2022-02-13 19:28 ./slackware64/l/libspectre-0.2.10-x86_64-1.txz.asc --rw-r--r-- 1 root root 405 2022-09-06 18:14 ./slackware64/l/libssh-0.10.3-x86_64-1.txt --rw-r--r-- 1 root root 232404 2022-09-06 18:14 ./slackware64/l/libssh-0.10.3-x86_64-1.txz --rw-r--r-- 1 root root 163 2022-09-06 18:14 ./slackware64/l/libssh-0.10.3-x86_64-1.txz.asc +-rw-r--r-- 1 root root 405 2022-09-07 18:06 ./slackware64/l/libssh-0.10.4-x86_64-1.txt +-rw-r--r-- 1 root root 232400 2022-09-07 18:06 ./slackware64/l/libssh-0.10.4-x86_64-1.txz +-rw-r--r-- 1 root root 163 2022-09-07 18:06 ./slackware64/l/libssh-0.10.4-x86_64-1.txz.asc -rw-r--r-- 1 root root 251 2021-09-25 04:32 ./slackware64/l/libssh2-1.10.0-x86_64-1.txt -rw-r--r-- 1 root root 260528 2021-09-25 04:32 ./slackware64/l/libssh2-1.10.0-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-09-25 04:32 ./slackware64/l/libssh2-1.10.0-x86_64-1.txz.asc @@ -3935,7 +3935,7 @@ drwxr-xr-x 2 root root 86016 2022-09-06 20:27 ./slackware64/l -rw-r--r-- 1 root root 463 2022-01-21 04:11 ./slackware64/l/zstd-1.5.2-x86_64-1.txt -rw-r--r-- 1 root root 437228 2022-01-21 04:11 ./slackware64/l/zstd-1.5.2-x86_64-1.txz -rw-r--r-- 1 root root 163 2022-01-21 04:11 ./slackware64/l/zstd-1.5.2-x86_64-1.txz.asc -drwxr-xr-x 2 root root 36864 2022-09-06 20:27 ./slackware64/n +drwxr-xr-x 2 root root 36864 2022-09-08 01:37 ./slackware64/n -rw-r--r-- 1 root root 357 2022-06-28 18:16 ./slackware64/n/ModemManager-1.18.10-x86_64-1.txt -rw-r--r-- 1 root root 2145540 2022-06-28 18:16 ./slackware64/n/ModemManager-1.18.10-x86_64-1.txz -rw-r--r-- 1 root root 163 2022-06-28 18:16 ./slackware64/n/ModemManager-1.18.10-x86_64-1.txz.asc @@ -4327,9 +4327,9 @@ drwxr-xr-x 2 root root 36864 2022-09-06 20:27 ./slackware64/n -rw-r--r-- 1 root root 443 2022-03-28 18:40 ./slackware64/n/s-nail-14.9.24-x86_64-1.txt -rw-r--r-- 1 root root 540560 2022-03-28 18:40 ./slackware64/n/s-nail-14.9.24-x86_64-1.txz -rw-r--r-- 1 root root 163 2022-03-28 18:40 ./slackware64/n/s-nail-14.9.24-x86_64-1.txz.asc --rw-r--r-- 1 root root 507 2022-07-27 18:47 ./slackware64/n/samba-4.16.4-x86_64-1.txt --rw-r--r-- 1 root root 13205244 2022-07-27 18:47 ./slackware64/n/samba-4.16.4-x86_64-1.txz --rw-r--r-- 1 root root 163 2022-07-27 18:47 ./slackware64/n/samba-4.16.4-x86_64-1.txz.asc +-rw-r--r-- 1 root root 507 2022-09-08 01:09 ./slackware64/n/samba-4.16.5-x86_64-1.txt +-rw-r--r-- 1 root root 13256256 2022-09-08 01:09 ./slackware64/n/samba-4.16.5-x86_64-1.txz +-rw-r--r-- 1 root root 163 2022-09-08 01:09 ./slackware64/n/samba-4.16.5-x86_64-1.txz.asc -rw-r--r-- 1 root root 346 2021-02-13 12:30 ./slackware64/n/slrn-1.0.3a-x86_64-3.txt -rw-r--r-- 1 root root 468372 2021-02-13 12:30 ./slackware64/n/slrn-1.0.3a-x86_64-3.txz -rw-r--r-- 1 root root 163 2021-02-13 12:30 ./slackware64/n/slrn-1.0.3a-x86_64-3.txz.asc @@ -5312,7 +5312,7 @@ drwxr-xr-x 2 root root 65536 2022-09-06 20:27 ./slackware64/x -rw-r--r-- 1 root root 213 2022-07-11 18:36 ./slackware64/x/xwud-1.0.6-x86_64-1.txt -rw-r--r-- 1 root root 25896 2022-07-11 18:36 ./slackware64/x/xwud-1.0.6-x86_64-1.txz -rw-r--r-- 1 root root 163 2022-07-11 18:36 ./slackware64/x/xwud-1.0.6-x86_64-1.txz.asc -drwxr-xr-x 2 root root 16384 2022-09-06 20:27 ./slackware64/xap +drwxr-xr-x 2 root root 16384 2022-09-08 01:37 ./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 @@ -5392,9 +5392,9 @@ drwxr-xr-x 2 root root 16384 2022-09-06 20:27 ./slackware64/xap -rw-r--r-- 1 root root 570 2022-09-05 19:39 ./slackware64/xap/mozilla-firefox-104.0.2-x86_64-1.txt -rw-r--r-- 1 root root 58306660 2022-09-05 19:39 ./slackware64/xap/mozilla-firefox-104.0.2-x86_64-1.txz -rw-r--r-- 1 root root 163 2022-09-05 19:39 ./slackware64/xap/mozilla-firefox-104.0.2-x86_64-1.txz.asc --rw-r--r-- 1 root root 663 2022-09-01 18:32 ./slackware64/xap/mozilla-thunderbird-102.2.1-x86_64-1.txt --rw-r--r-- 1 root root 54999428 2022-09-01 18:32 ./slackware64/xap/mozilla-thunderbird-102.2.1-x86_64-1.txz --rw-r--r-- 1 root root 163 2022-09-01 18:32 ./slackware64/xap/mozilla-thunderbird-102.2.1-x86_64-1.txz.asc +-rw-r--r-- 1 root root 663 2022-09-07 20:41 ./slackware64/xap/mozilla-thunderbird-102.2.2-x86_64-1.txt +-rw-r--r-- 1 root root 54995456 2022-09-07 20:41 ./slackware64/xap/mozilla-thunderbird-102.2.2-x86_64-1.txz +-rw-r--r-- 1 root root 163 2022-09-07 20:41 ./slackware64/xap/mozilla-thunderbird-102.2.2-x86_64-1.txz.asc -rw-r--r-- 1 root root 359 2022-08-04 18:19 ./slackware64/xap/network-manager-applet-1.28.0-x86_64-1.txt -rw-r--r-- 1 root root 868756 2022-08-04 18:19 ./slackware64/xap/network-manager-applet-1.28.0-x86_64-1.txz -rw-r--r-- 1 root root 163 2022-08-04 18:19 ./slackware64/xap/network-manager-applet-1.28.0-x86_64-1.txz.asc @@ -5579,11 +5579,11 @@ 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 2022-09-06 20:29 ./source --rw-r--r-- 1 root root 591307 2022-09-06 20:29 ./source/CHECKSUMS.md5 --rw-r--r-- 1 root root 163 2022-09-06 20:29 ./source/CHECKSUMS.md5.asc --rw-r--r-- 1 root root 823246 2022-09-06 20:29 ./source/FILE_LIST --rw-r--r-- 1 root root 23768990 2022-09-06 20:29 ./source/MANIFEST.bz2 +drwxr-xr-x 18 root root 4096 2022-09-08 01:38 ./source +-rw-r--r-- 1 root root 591496 2022-09-08 01:38 ./source/CHECKSUMS.md5 +-rw-r--r-- 1 root root 163 2022-09-08 01:38 ./source/CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 823556 2022-09-08 01:38 ./source/FILE_LIST +-rw-r--r-- 1 root root 23765190 2022-09-08 01:38 ./source/MANIFEST.bz2 -rw-r--r-- 1 root root 828 2022-02-02 04:43 ./source/README.TXT drwxr-xr-x 122 root root 4096 2022-08-15 19:00 ./source/a -rw-r--r-- 1 root root 111 2022-02-07 20:58 ./source/a/FTBFSlog @@ -5832,7 +5832,7 @@ drwxr-xr-x 2 root root 4096 2022-08-15 19:07 ./source/a/etc -rw-r--r-- 1 root root 1728 2021-09-16 01:55 ./source/a/etc/passwd.new -rw-r--r-- 1 root root 745 2021-09-16 01:56 ./source/a/etc/shadow.new -rw-r--r-- 1 root root 653 2018-02-27 06:13 ./source/a/etc/slack-desc -drwxr-xr-x 3 root root 4096 2022-01-09 18:23 ./source/a/eudev +drwxr-xr-x 3 root root 4096 2022-09-07 00:46 ./source/a/eudev -rw-r--r-- 1 root root 526 2015-10-24 11:05 ./source/a/eudev/60-cdrom_id.rules.diff.gz drwxr-xr-x 5 root root 4096 2012-01-21 15:54 ./source/a/eudev/config drwxr-xr-x 2 root root 4096 2020-12-28 18:04 ./source/a/eudev/config/modprobe.d @@ -5858,14 +5858,14 @@ drwxr-xr-x 2 root root 4096 2020-12-28 18:04 ./source/a/eudev/config/modp -rw-r--r-- 1 root root 324 2011-08-21 04:59 ./source/a/eudev/config/modprobe.d/via-ircc.conf -rw-r--r-- 1 root root 1678 2020-12-28 18:07 ./source/a/eudev/config/modprobe.d/watchdog.conf drwxr-xr-x 2 root root 4096 2012-07-21 05:44 ./source/a/eudev/config/rc.d --rwxr-xr-x 1 root root 7064 2017-04-23 19:50 ./source/a/eudev/config/rc.d/rc.udev.new +-rwxr-xr-x 1 root root 7062 2022-09-07 00:45 ./source/a/eudev/config/rc.d/rc.udev.new drwxr-xr-x 2 root root 4096 2015-11-17 02:56 ./source/a/eudev/config/rules.d -rw-r--r-- 1 root root 766 2015-11-25 06:19 ./source/a/eudev/config/rules.d/40-slackware.rules -rw-r--r-- 1 root root 1380 2010-04-20 15:25 ./source/a/eudev/config/rules.d/65-permissions.rules -rw-r--r-- 1 root root 200 2014-07-02 02:03 ./source/a/eudev/config/udev.conf -rw-r--r-- 1 root root 541 2012-07-15 01:01 ./source/a/eudev/doinst.sh.gz -rw-r--r-- 1 root root 1556001 2021-12-14 19:57 ./source/a/eudev/eudev-3.2.11.tar.lz --rwxr-xr-x 1 root root 5852 2022-01-09 18:26 ./source/a/eudev/eudev.SlackBuild +-rwxr-xr-x 1 root root 5852 2022-09-07 00:47 ./source/a/eudev/eudev.SlackBuild -rw-r--r-- 1 root root 339 2018-05-01 15:37 ./source/a/eudev/eudev.ignore_bind_unbind_events.diff.gz -rw-r--r-- 1 root root 503 2019-03-01 23:36 ./source/a/eudev/eudev.no.renderD.no.kvm.diff.gz -rw-r--r-- 1 root root 965 2018-02-27 06:13 ./source/a/eudev/slack-desc @@ -5909,10 +5909,11 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/a/floppy -rw-r--r-- 1 root root 356712 2013-01-09 20:31 ./source/a/floppy/mtools-4.0.18.tar.xz -rw-r--r-- 1 root root 1914 2001-02-04 04:50 ./source/a/floppy/mtools.conf -rw-r--r-- 1 root root 711 2018-02-27 06:13 ./source/a/floppy/slack-desc -drwxr-xr-x 2 root root 4096 2022-09-06 18:08 ./source/a/gawk +drwxr-xr-x 2 root root 4096 2022-09-07 17:53 ./source/a/gawk +-rw-r--r-- 1 root root 507 2022-09-07 17:52 ./source/a/gawk/0001-Add-missing-UPREF.patch.gz -rw-r--r-- 1 root root 3385496 2022-09-04 17:48 ./source/a/gawk/gawk-5.2.0.tar.xz -rw-r--r-- 1 root root 488 2022-09-04 17:48 ./source/a/gawk/gawk-5.2.0.tar.xz.sig --rwxr-xr-x 1 root root 4428 2021-10-29 17:00 ./source/a/gawk/gawk.SlackBuild +-rwxr-xr-x 1 root root 4503 2022-09-07 17:53 ./source/a/gawk/gawk.SlackBuild -rw-r--r-- 1 root root 1037 2018-02-27 06:13 ./source/a/gawk/slack-desc drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/a/genpower -rw-r--r-- 1 root root 66728 2005-01-04 22:32 ./source/a/genpower/genpower-1.0.5.tar.gz @@ -5964,10 +5965,13 @@ drwxr-xr-x 2 root root 4096 2022-04-15 19:20 ./source/a/gptfdisk -rw-r--r-- 1 root root 141143 2022-04-15 00:03 ./source/a/gptfdisk/gptfdisk-1.0.9.tar.lz -rwxr-xr-x 1 root root 3853 2021-03-13 19:48 ./source/a/gptfdisk/gptfdisk.SlackBuild -rw-r--r-- 1 root root 1031 2018-07-10 07:23 ./source/a/gptfdisk/slack-desc -drwxr-xr-x 2 root root 4096 2022-09-06 18:35 ./source/a/grep +drwxr-xr-x 3 root root 4096 2022-09-07 16:29 ./source/a/grep -rw-r--r-- 1 root root 1709536 2022-09-03 07:23 ./source/a/grep/grep-3.8.tar.xz -rw-r--r-- 1 root root 833 2022-09-03 07:23 ./source/a/grep/grep-3.8.tar.xz.sig --rwxr-xr-x 1 root root 4373 2022-09-06 18:27 ./source/a/grep/grep.SlackBuild +-rwxr-xr-x 1 root root 4540 2022-09-07 16:31 ./source/a/grep/grep.SlackBuild +drwxr-xr-x 2 root root 4096 2022-09-07 16:29 ./source/a/grep/scripts +-rw-r--r-- 1 root root 104 2022-09-07 16:29 ./source/a/grep/scripts/egrep +-rw-r--r-- 1 root root 104 2022-09-07 16:29 ./source/a/grep/scripts/fgrep -rw-r--r-- 1 root root 743 2018-02-27 06:13 ./source/a/grep/slack-desc drwxr-xr-x 2 root root 4096 2022-09-06 18:27 ./source/a/grub -rw-r--r-- 1 root root 291 2021-09-10 18:33 ./source/a/grub/0001-skip-new-files-in-etc-grub.d.patch.gz @@ -5993,8 +5997,8 @@ drwxr-xr-x 2 root root 4096 2022-04-11 18:43 ./source/a/haveged -rw-r--r-- 1 root root 35 2018-11-02 19:34 ./source/a/haveged/haveged.url -rw-r--r-- 1 root root 762 2018-11-04 19:15 ./source/a/haveged/rc.haveged -rw-r--r-- 1 root root 973 2018-06-12 21:15 ./source/a/haveged/slack-desc -drwxr-xr-x 2 root root 4096 2022-07-10 18:30 ./source/a/hdparm --rw-r--r-- 1 root root 114044 2022-07-09 01:27 ./source/a/hdparm/hdparm-9.64.tar.lz +drwxr-xr-x 2 root root 4096 2022-09-08 00:51 ./source/a/hdparm +-rw-r--r-- 1 root root 114141 2022-09-07 17:20 ./source/a/hdparm/hdparm-9.65.tar.lz -rwxr-xr-x 1 root root 3224 2021-04-26 21:39 ./source/a/hdparm/hdparm.SlackBuild -rw-r--r-- 1 root root 852 2018-02-27 06:13 ./source/a/hdparm/slack-desc drwxr-xr-x 2 root root 4096 2022-09-06 18:27 ./source/a/hostname @@ -6002,9 +6006,9 @@ drwxr-xr-x 2 root root 4096 2022-09-06 18:27 ./source/a/hostname -rw-r--r-- 1 root root 50 2019-08-26 18:12 ./source/a/hostname/hostname.url -rw-r--r-- 1 root root 13672 2019-11-07 11:46 ./source/a/hostname/hostname_3.23.tar.gz -rw-r--r-- 1 root root 897 2018-02-27 06:13 ./source/a/hostname/slack-desc -drwxr-xr-x 2 root root 4096 2022-07-04 19:41 ./source/a/hwdata --rw-r--r-- 1 root root 1483617 2022-07-04 10:57 ./source/a/hwdata/hwdata-0.361.tar.lz --rwxr-xr-x 1 root root 4007 2021-03-01 19:37 ./source/a/hwdata/hwdata.SlackBuild +drwxr-xr-x 2 root root 4096 2022-09-07 18:09 ./source/a/hwdata +-rw-r--r-- 1 root root 1490584 2022-09-07 07:07 ./source/a/hwdata/hwdata-0.362.tar.lz +-rwxr-xr-x 1 root root 4013 2022-09-07 18:10 ./source/a/hwdata/hwdata.SlackBuild -rw-r--r-- 1 root root 802 2018-02-27 06:13 ./source/a/hwdata/slack-desc drwxr-xr-x 4 root root 4096 2021-02-13 05:31 ./source/a/infozip -rwxr-xr-x 1 root root 6620 2021-02-13 05:31 ./source/a/infozip/infozip.SlackBuild @@ -6374,7 +6378,7 @@ drwxr-xr-x 2 root root 4096 2019-10-04 06:20 ./source/a/pkgtools/manpages -rw-r--r-- 1 root root 2518 2021-04-19 18:25 ./source/a/pkgtools/manpages/pkgtool.8 -rw-r--r-- 1 root root 4049 2020-04-01 22:09 ./source/a/pkgtools/manpages/removepkg.8 -rw-r--r-- 1 root root 2962 2018-06-08 19:56 ./source/a/pkgtools/manpages/upgradepkg.8 --rwxr-xr-x 1 root root 3753 2022-09-06 18:47 ./source/a/pkgtools/pkgtools.SlackBuild +-rwxr-xr-x 1 root root 3753 2022-09-07 18:19 ./source/a/pkgtools/pkgtools.SlackBuild drwxr-xr-x 2 root root 4096 2021-02-16 21:37 ./source/a/pkgtools/scripts -rw-r--r-- 1 root root 3610 2021-04-24 18:44 ./source/a/pkgtools/scripts/explodepkg -rw-r--r-- 1 root root 28853 2021-05-21 01:30 ./source/a/pkgtools/scripts/installpkg @@ -6384,7 +6388,7 @@ drwxr-xr-x 2 root root 4096 2021-02-16 21:37 ./source/a/pkgtools/scripts -rw-r--r-- 1 root root 21940 2021-04-24 18:45 ./source/a/pkgtools/scripts/pkgtool -rw-r--r-- 1 root root 17094 2022-09-06 18:47 ./source/a/pkgtools/scripts/removepkg -rw-r--r-- 1 root root 170 2003-02-16 00:56 ./source/a/pkgtools/scripts/setup.70.install-kernel --rw-r--r-- 1 root root 9164 2018-06-19 19:28 ./source/a/pkgtools/scripts/setup.80.make-bootdisk +-rw-r--r-- 1 root root 9168 2022-09-07 18:19 ./source/a/pkgtools/scripts/setup.80.make-bootdisk -rw-r--r-- 1 root root 1062 2018-04-28 19:12 ./source/a/pkgtools/scripts/setup.htmlview -rw-r--r-- 1 root root 9674 2021-12-20 19:35 ./source/a/pkgtools/scripts/setup.services -rw-r--r-- 1 root root 1357 2020-01-22 20:08 ./source/a/pkgtools/scripts/setup.vi-ex @@ -6911,7 +6915,7 @@ drwxr-xr-x 2 root root 4096 2005-10-04 18:51 ./source/ap/linuxdoc-tools/a -rwxr-xr-x 1 root root 1562 2021-08-11 08:14 ./source/ap/linuxdoc-tools/arm/build -rw-r--r-- 1 root root 257 2017-06-07 08:33 ./source/ap/linuxdoc-tools/doinst.sh.gz -rwxr-xr-x 1 root root 947 2018-04-23 17:20 ./source/ap/linuxdoc-tools/linuxdoc-tools.SlackBuild --rwxr-xr-x 1 root root 42421 2021-08-12 12:42 ./source/ap/linuxdoc-tools/linuxdoc-tools.build +-rwxr-xr-x 1 root root 42429 2022-09-06 20:53 ./source/ap/linuxdoc-tools/linuxdoc-tools.build -rwxr-xr-x 1 root root 4196 2019-02-05 12:49 ./source/ap/linuxdoc-tools/postbuildfixes.sh -rw-r--r-- 1 root root 1159 2018-02-27 06:50 ./source/ap/linuxdoc-tools/slack-desc drwxr-xr-x 2 root root 4096 2021-08-12 11:27 ./source/ap/linuxdoc-tools/sources @@ -7279,7 +7283,7 @@ drwxr-xr-x 2 root root 4096 2022-05-15 17:07 ./source/ap/zsh -rwxr-xr-x 1 root root 4352 2022-02-13 19:39 ./source/ap/zsh/zsh.SlackBuild -rw-r--r-- 1 root root 23 2018-09-14 17:50 ./source/ap/zsh/zsh.url -rwxr-xr-x 1 root root 12001 2021-10-08 01:36 ./source/buildlist-from-changelog.sh -drwxr-xr-x 64 root root 4096 2022-08-21 18:32 ./source/d +drwxr-xr-x 64 root root 4096 2022-09-07 18:34 ./source/d drwxr-xr-x 2 root root 4096 2022-03-09 03:56 ./source/d/Cython -rw-r--r-- 1 root root 1614249 2022-02-17 10:59 ./source/d/Cython/Cython-0.29.28.tar.lz -rwxr-xr-x 1 root root 3031 2021-12-06 19:51 ./source/d/Cython/Cython.SlackBuild @@ -7629,13 +7633,13 @@ drwxr-xr-x 2 root root 4096 2022-08-06 20:00 ./source/d/python2 -rw-r--r-- 1 root root 1867 2016-12-28 19:19 ./source/d/python2/python.x86_64.diff.gz -rwxr-xr-x 1 root root 5723 2022-08-06 20:00 ./source/d/python2/python2.SlackBuild -rw-r--r-- 1 root root 939 2020-04-20 19:09 ./source/d/python2/slack-desc -drwxr-xr-x 2 root root 4096 2022-08-06 20:00 ./source/d/python3 --rw-r--r-- 1 root root 19754368 2022-05-17 14:28 ./source/d/python3/Python-3.9.13.tar.xz --rw-r--r-- 1 root root 833 2022-05-17 14:28 ./source/d/python3/Python-3.9.13.tar.xz.asc +drwxr-xr-x 2 root root 4096 2022-09-07 18:22 ./source/d/python3 +-rw-r--r-- 1 root root 19750176 2022-09-06 18:22 ./source/d/python3/Python-3.9.14.tar.xz +-rw-r--r-- 1 root root 833 2022-09-06 18:22 ./source/d/python3/Python-3.9.14.tar.xz.asc -rw-r--r-- 1 root root 890 2017-01-12 20:00 ./source/d/python3/README --rw-r--r-- 1 root root 2534562 2022-05-17 14:28 ./source/d/python3/python-3.9.13-docs-text.tar.bz2 +-rw-r--r-- 1 root root 2536023 2022-09-06 18:38 ./source/d/python3/python-3.9.14-docs-text.tar.bz2 -rw-r--r-- 1 root root 372 2021-11-20 19:27 ./source/d/python3/python.sysconfig.py.x86_64.diff.gz --rwxr-xr-x 1 root root 6370 2022-08-06 20:00 ./source/d/python3/python3.SlackBuild +-rwxr-xr-x 1 root root 6370 2022-09-07 18:22 ./source/d/python3/python3.SlackBuild -rw-r--r-- 1 root root 495 2020-10-24 22:31 ./source/d/python3/python3.distutils.x86_64.diff.gz -rw-r--r-- 1 root root 1389 2020-10-24 17:53 ./source/d/python3/python3.no-static-library.diff.gz -rw-r--r-- 1 root root 369 2014-05-25 17:49 ./source/d/python3/python3.readline.set_pre_input_hook.diff.gz @@ -7677,10 +7681,10 @@ drwxr-xr-x 2 root root 4096 2022-08-01 18:56 ./source/d/scons -rw-r--r-- 1 root root 1439242 2022-07-30 21:13 ./source/d/scons/SCons-4.4.0.tar.lz -rwxr-xr-x 1 root root 3607 2022-08-01 18:56 ./source/d/scons/scons.SlackBuild -rw-r--r-- 1 root root 909 2018-02-27 06:13 ./source/d/scons/slack-desc -drwxr-xr-x 2 root root 4096 2021-11-14 17:09 ./source/d/slacktrack +drwxr-xr-x 2 root root 4096 2022-09-07 11:33 ./source/d/slacktrack -rw-r--r-- 1 root root 27340 2009-05-15 22:42 ./source/d/slacktrack/OVERVIEW --rw-r--r-- 1 root root 91740 2021-11-14 08:37 ./source/d/slacktrack/slacktrack-2.22-source.tar.xz --rwxr-xr-x 1 root root 1033 2021-11-14 08:35 ./source/d/slacktrack/slacktrack.SlackBuild +-rw-r--r-- 1 root root 91808 2022-09-07 11:31 ./source/d/slacktrack/slacktrack-2.23-source.tar.xz +-rwxr-xr-x 1 root root 1033 2022-09-07 11:34 ./source/d/slacktrack/slacktrack.SlackBuild drwxr-xr-x 2 root root 4096 2022-08-13 19:03 ./source/d/strace -rwxr-xr-x 1 root root 1929 2020-07-09 18:37 ./source/d/strace/get-strace.sh -rw-r--r-- 1 root root 1001 2018-02-27 06:13 ./source/d/strace/slack-desc @@ -10898,9 +10902,9 @@ drwxr-xr-x 2 root root 4096 2022-02-13 19:28 ./source/l/libspectre -rw-r--r-- 1 root root 294063 2022-02-12 10:45 ./source/l/libspectre/libspectre-0.2.10.tar.lz -rwxr-xr-x 1 root root 3833 2022-02-13 19:28 ./source/l/libspectre/libspectre.SlackBuild -rw-r--r-- 1 root root 910 2020-05-07 01:01 ./source/l/libspectre/slack-desc -drwxr-xr-x 2 root root 4096 2022-09-06 18:13 ./source/l/libssh --rw-r--r-- 1 root root 554928 2022-09-05 12:36 ./source/l/libssh/libssh-0.10.3.tar.xz --rw-r--r-- 1 root root 833 2022-09-05 12:36 ./source/l/libssh/libssh-0.10.3.tar.xz.asc +drwxr-xr-x 2 root root 4096 2022-09-07 18:06 ./source/l/libssh +-rw-r--r-- 1 root root 554920 2022-09-07 13:33 ./source/l/libssh/libssh-0.10.4.tar.xz +-rw-r--r-- 1 root root 833 2022-09-07 13:33 ./source/l/libssh/libssh-0.10.4.tar.xz.asc -rwxr-xr-x 1 root root 3791 2021-08-29 02:33 ./source/l/libssh/libssh.SlackBuild -rw-r--r-- 1 root root 29 2021-08-29 02:33 ./source/l/libssh/libssh.url -rw-r--r-- 1 root root 859 2018-02-27 06:12 ./source/l/libssh/slack-desc @@ -11960,8 +11964,8 @@ drwxr-xr-x 2 root root 4096 2022-09-06 18:27 ./source/n/bsd-finger -rw-r--r-- 1 root root 2920 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-coverity-bugs.patch.gz -rw-r--r-- 1 root root 430 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-exact.patch.gz -rw-r--r-- 1 root root 541 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-host-info.patch.gz --rw-r--r-- 1 root root 234 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-init-realname.patch.gz --rw-r--r-- 1 root root 349 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-match_sigsegv.patch.gz +-rw-r--r-- 1 root root 234 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-init-realname.patch.gz +-rw-r--r-- 1 root root 349 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-match_sigsegv.patch.gz -rw-r--r-- 1 root root 350 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-rfc742.patch.gz -rw-r--r-- 1 root root 302 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-strip.patch.gz -rw-r--r-- 1 root root 312 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-time.patch.gz @@ -12814,14 +12818,14 @@ drwxr-xr-x 2 root root 4096 2022-03-28 18:40 ./source/n/s-nail -rw-r--r-- 1 root root 267 2021-02-20 02:10 ./source/n/s-nail/s-nail.no.emptystart.diff.gz -rw-r--r-- 1 root root 92 2022-03-28 18:40 ./source/n/s-nail/s-nail.url -rw-r--r-- 1 root root 930 2018-11-24 18:35 ./source/n/s-nail/slack-desc -drwxr-xr-x 2 root root 4096 2022-07-27 18:43 ./source/n/samba +drwxr-xr-x 2 root root 4096 2022-09-08 01:04 ./source/n/samba -rw-r--r-- 1 root root 703 2016-06-13 04:19 ./source/n/samba/doinst.sh.gz -rw-r--r-- 1 root root 940 2016-06-04 17:50 ./source/n/samba/rc.samba --rw-r--r-- 1 root root 833 2022-07-27 07:21 ./source/n/samba/samba-4.16.4.tar.asc --rw-r--r-- 1 root root 19077955 2022-07-27 07:21 ./source/n/samba/samba-4.16.4.tar.lz +-rw-r--r-- 1 root root 833 2022-09-07 18:54 ./source/n/samba/samba-4.16.5.tar.asc +-rw-r--r-- 1 root root 19082800 2022-09-07 18:54 ./source/n/samba/samba-4.16.5.tar.lz -rwxr-xr-x 1 root root 7644 2022-05-02 18:05 ./source/n/samba/samba.SlackBuild -rw-r--r-- 1 root root 227 2019-02-06 20:36 ./source/n/samba/samba.libsmbclient.h.ffmpeg.compat.diff.gz --rw-r--r-- 1 root root 129 2022-07-27 18:42 ./source/n/samba/samba.url +-rw-r--r-- 1 root root 129 2022-09-08 01:03 ./source/n/samba/samba.url -rw-r--r-- 1 root root 960 2018-02-27 06:13 ./source/n/samba/slack-desc -rw-r--r-- 1 root root 7921 2018-04-29 17:31 ./source/n/samba/smb.conf.default -rw-r--r-- 1 root root 7933 2018-01-14 20:41 ./source/n/samba/smb.conf.default.orig @@ -14800,7 +14804,7 @@ drwxr-xr-x 2 root root 4096 2022-03-02 01:30 ./source/xap/mozilla-firefox/ -rwxr-xr-x 1 root root 16248 2022-08-06 20:56 ./source/xap/mozilla-firefox/mozilla-firefox.SlackBuild -rw-r--r-- 1 root root 2748 2017-12-04 21:30 ./source/xap/mozilla-firefox/mozilla-firefox.desktop -rw-r--r-- 1 root root 1033 2020-07-07 18:08 ./source/xap/mozilla-firefox/slack-desc -drwxr-xr-x 4 root root 4096 2022-09-01 18:05 ./source/xap/mozilla-thunderbird +drwxr-xr-x 4 root root 4096 2022-09-07 19:46 ./source/xap/mozilla-thunderbird -rw-r--r-- 1 root root 266 2022-08-06 19:40 ./source/xap/mozilla-thunderbird/arc4random_buf.glibc-2.36.diff.gz drwxr-xr-x 2 root root 4096 2016-07-03 18:05 ./source/xap/mozilla-thunderbird/autoconf -rw-r--r-- 1 root root 5869 2016-07-03 18:04 ./source/xap/mozilla-thunderbird/autoconf/autoconf-2.13-consolidated_fixes-1.patch.gz @@ -14825,8 +14829,8 @@ drwxr-xr-x 2 root root 4096 2022-03-02 01:30 ./source/xap/mozilla-thunderb -rw-r--r-- 1 root root 3378 2005-03-08 05:13 ./source/xap/mozilla-thunderbird/mozilla-thunderbird.desktop -rw-r--r-- 1 root root 1130 2018-02-27 06:47 ./source/xap/mozilla-thunderbird/slack-desc -rw-r--r-- 1 root root 330 2019-08-27 16:35 ./source/xap/mozilla-thunderbird/tb.ui.scrollToClick.diff.gz --rw-r--r-- 1 root root 501438680 2022-08-31 23:55 ./source/xap/mozilla-thunderbird/thunderbird-102.2.1.source.tar.xz --rw-r--r-- 1 root root 833 2022-08-31 23:55 ./source/xap/mozilla-thunderbird/thunderbird-102.2.1.source.tar.xz.asc +-rw-r--r-- 1 root root 504122840 2022-09-07 18:12 ./source/xap/mozilla-thunderbird/thunderbird-102.2.2.source.tar.xz +-rw-r--r-- 1 root root 833 2022-09-07 18:12 ./source/xap/mozilla-thunderbird/thunderbird-102.2.2.source.tar.xz.asc drwxr-xr-x 2 root root 4096 2022-08-04 18:18 ./source/xap/network-manager-applet -rw-r--r-- 1 root root 173 2021-09-10 17:57 ./source/xap/network-manager-applet/doinst.sh.gz -rw-r--r-- 1 root root 1894104 2022-06-07 15:03 ./source/xap/network-manager-applet/network-manager-applet-1.28.0.tar.xz @@ -15240,9 +15244,9 @@ drwxr-xr-x 2 root root 4096 2019-02-17 22:03 ./source/y/bsd-games/patches -rw-r--r-- 1 root root 1960 2006-09-09 00:47 ./source/y/bsd-games/patches/bsd-games.pom.diff.gz -rw-r--r-- 1 root root 1065 2019-02-17 22:28 ./source/y/bsd-games/slack-desc drwxr-xr-x 2 root root 4096 2022-09-06 18:27 ./source/y/nethack --rw-r--r-- 1 root root 4023451 2020-03-08 18:44 ./source/y/nethack/nethack-366-src.tar.lz --rwxr-xr-x 1 root root 5000 2022-09-06 18:27 ./source/y/nethack/nethack.SlackBuild --rw-r--r-- 1 root root 59 2020-12-30 20:25 ./source/y/nethack/nethack.url +-rw-r--r-- 1 root root 4023451 2020-03-08 18:44 ./source/y/nethack/nethack-366-src.tar.lz +-rwxr-xr-x 1 root root 5000 2022-09-06 18:27 ./source/y/nethack/nethack.SlackBuild +-rw-r--r-- 1 root root 59 2020-12-30 20:25 ./source/y/nethack/nethack.url -rw-r--r-- 1 root root 1031 2020-12-30 21:50 ./source/y/nethack/slack-desc drwxr-xr-x 4 root root 4096 2022-08-17 20:46 ./testing -rw-r--r-- 1 root root 552 2022-08-17 20:46 ./testing/CHECKSUMS.md5 diff --git a/recompress.sh b/recompress.sh index 9a8f6a730..43b99f1f6 100755 --- a/recompress.sh +++ b/recompress.sh @@ -132,6 +132,7 @@ gzip ./source/a/rpm2tgz/patches/0009-Add-c-option-just-as-makepkg-c-y.patch gzip ./source/a/rpm2tgz/patches/0010-no-absolute-filenames-extracting-cpio.patch gzip ./source/a/udisks/udisks.no.pci-db.diff gzip ./source/a/udisks/udisks.glibc228.diff +gzip ./source/a/gawk/0001-Add-missing-UPREF.patch gzip ./source/a/dialog/dialog.all.use_height.diff gzip ./source/a/dialog/dialog.smaller.min.height.diff gzip ./source/a/dialog/doinst.sh diff --git a/source/a/eudev/config/rc.d/rc.udev.new b/source/a/eudev/config/rc.d/rc.udev.new index 1b4e3fe9f..1db93c726 100755 --- a/source/a/eudev/config/rc.d/rc.udev.new +++ b/source/a/eudev/config/rc.d/rc.udev.new @@ -95,10 +95,10 @@ case "$1" in if ! /sbin/pidof udevd 1>/dev/null 2>/dev/null; then # start udevd echo "Creating static nodes in /dev." kmod static-nodes -f tmpfiles --output /run/static-nodes - grep "^d\ " /run/static-nodes | while read line ; do + grep "^d " /run/static-nodes | while read line ; do mkdir -p -m $(echo $line | cut -f 3 -d ' ') $(echo $line | cut -f 2 -d ' ') done - grep -v "^d\ " /run/static-nodes | while read line ; do + grep -v "^d " /run/static-nodes | while read line ; do mknod -m $(echo $line | cut -f 3 -d ' ') \ $(echo $line | cut -f 2 -d ' ') \ $(echo $line | cut -b1 ) \ diff --git a/source/a/eudev/eudev.SlackBuild b/source/a/eudev/eudev.SlackBuild index 89f1a708e..a5451b194 100755 --- a/source/a/eudev/eudev.SlackBuild +++ b/source/a/eudev/eudev.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=eudev VERSION=${VERSION:-$(echo eudev-*.tar.* | cut -d - -f 2 | rev | cut -f 3- -d . | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} diff --git a/source/a/gawk/0001-Add-missing-UPREF.patch b/source/a/gawk/0001-Add-missing-UPREF.patch new file mode 100644 index 000000000..a9a5cda86 --- /dev/null +++ b/source/a/gawk/0001-Add-missing-UPREF.patch @@ -0,0 +1,24 @@ +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: "Jan Alexander Steffens (heftig)" +Date: Mon, 5 Sep 2022 15:33:49 +0000 +Subject: [PATCH] Add missing UPREF. + +Fixes: d2e694ad66a379fa128137d19c10b77b942972f2 +Fixes: https://bugs.gentoo.org/868567 +Fixes: https://lists.gnu.org/archive/html/bug-gawk/2022-09/msg00006.html +--- + interpret.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/interpret.h b/interpret.h +index 57d060e63f37..268655b2231f 100644 +--- a/interpret.h ++++ b/interpret.h +@@ -238,6 +238,7 @@ uninitialized_scalar: + _("reference to uninitialized argument `%s'") : + _("reference to uninitialized variable `%s'"), + save_symbol->vname); ++ UPREF(m); + PUSH(m); + break; + diff --git a/source/a/gawk/gawk.SlackBuild b/source/a/gawk/gawk.SlackBuild index 63d668eb7..7c0d701e0 100755 --- a/source/a/gawk/gawk.SlackBuild +++ b/source/a/gawk/gawk.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=gawk VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} @@ -82,6 +82,8 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \+ +zcat $CWD/0001-Add-missing-UPREF.patch.gz | patch -p1 --verbose || exit 1 + CFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ diff --git a/source/a/grep/grep.SlackBuild b/source/a/grep/grep.SlackBuild index 541ffc3ff..b1cb9b460 100755 --- a/source/a/grep/grep.SlackBuild +++ b/source/a/grep/grep.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=grep VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} @@ -95,11 +95,16 @@ make install DESTDIR=$PKG || exit 1 find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null +# Replace the fgrep/egrep scripts with less annoying versions: +cat $CWD/scripts/fgrep > $PKG/bin/fgrep +cat $CWD/scripts/egrep > $PKG/bin/egrep +chmod 755 $PKG/bin/?grep + # Make symlinks in /usr/bin: mkdir -p $PKG/usr/bin ( cd $PKG/usr/bin ln -sf ../../bin/grep . - ln -sf ../../bin/grep -E . + ln -sf ../../bin/egrep . ln -sf ../../bin/fgrep . ) diff --git a/source/a/grep/scripts/egrep b/source/a/grep/scripts/egrep new file mode 100644 index 000000000..513835a72 --- /dev/null +++ b/source/a/grep/scripts/egrep @@ -0,0 +1,4 @@ +#!/bin/sh +#cmd=${0##*/} +#echo "$cmd: warning: $cmd is obsolescent; using grep -E" >&2 +exec grep -E "$@" diff --git a/source/a/grep/scripts/fgrep b/source/a/grep/scripts/fgrep new file mode 100644 index 000000000..e8c4df9a1 --- /dev/null +++ b/source/a/grep/scripts/fgrep @@ -0,0 +1,4 @@ +#!/bin/sh +#cmd=${0##*/} +#echo "$cmd: warning: $cmd is obsolescent; using grep -F" >&2 +exec grep -F "$@" diff --git a/source/a/hwdata/hwdata.SlackBuild b/source/a/hwdata/hwdata.SlackBuild index 143ac8c1d..aee55ac3f 100755 --- a/source/a/hwdata/hwdata.SlackBuild +++ b/source/a/hwdata/hwdata.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for hwdata # Copyright 2015, 2017 Robby Workman, Tuscaloosa, Alabama, USA -# Copyright 2018 Patrick J. Volkerding, Sebeka, Minnesota, USA +# Copyright 2018, 2022 Patrick J. Volkerding, Sebeka, Minnesota, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -80,7 +80,7 @@ find . \ # Grab latest copies of pci and usb ids: rm -f usb.ids pci.ids -lftpget https://pci-ids.ucw.cz/v2.2/pci.ids https://usb-ids.gowdy.us/usb.ids +lftpget https://pci-ids.ucw.cz/v2.2/pci.ids http://www.linux-usb.org/usb.ids ./configure --libdir=/lib || exit 1 #make download # grab latest copies of everything diff --git a/source/a/pkgtools/pkgtools.SlackBuild b/source/a/pkgtools/pkgtools.SlackBuild index de41b74dc..e6e034e33 100755 --- a/source/a/pkgtools/pkgtools.SlackBuild +++ b/source/a/pkgtools/pkgtools.SlackBuild @@ -30,7 +30,7 @@ PKGNAM=pkgtools # *** UPDATE THESE WITH EACH BUILD: VERSION=15.1 ARCH=${ARCH:-noarch} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # If the variable PRINT_PACKAGE_NAME is set, then this script will report what # the name of the created package would be, and then exit. This information diff --git a/source/a/pkgtools/scripts/setup.80.make-bootdisk b/source/a/pkgtools/scripts/setup.80.make-bootdisk index 0ed8b9a14..d1dffe98f 100644 --- a/source/a/pkgtools/scripts/setup.80.make-bootdisk +++ b/source/a/pkgtools/scripts/setup.80.make-bootdisk @@ -36,7 +36,7 @@ while [ 0 ]; do # the bootdisk menu loop /sbin/rescan-scsi-bus -l 1>$RDIR 2>$RDIR # Get a list of removable block devices before the USB stick is inserted: echo "" > $TMP/remov_prior - for BDEV in $(ls --indicator-style none /sys/block | egrep -v "loop|ram"); do + for BDEV in $(ls --indicator-style none /sys/block | grep -E -v "loop|ram"); do [ -r /sys/block/$BDEV/removable -a "$(cat /sys/block/$BDEV/removable)" == "1" ] \ && echo $BDEV >> $TMP/remov_prior done @@ -64,7 +64,7 @@ WARNING! The existing contents of the USB stick will be erased. \n\ /sbin/rescan-scsi-bus -l 1>$RDIR 2>$RDIR # Get a list of removable block devices after the USB stick is inserted: echo "" > $TMP/remov_after - for BDEV in $(ls --indicator-style none /sys/block | egrep -v "loop|ram"); do + for BDEV in $(ls --indicator-style none /sys/block | grep -E -v "loop|ram"); do [ -r /sys/block/$BDEV/removable -a "$(cat /sys/block/$BDEV/removable)" == "1" ] \ && echo $BDEV >> $TMP/remov_after done diff --git a/source/ap/linuxdoc-tools/linuxdoc-tools.build b/source/ap/linuxdoc-tools/linuxdoc-tools.build index 7b3962fbb..1f73284e8 100755 --- a/source/ap/linuxdoc-tools/linuxdoc-tools.build +++ b/source/ap/linuxdoc-tools/linuxdoc-tools.build @@ -569,7 +569,7 @@ make || exit 1 make install htmldir=/usr/doc/docbook-utils-$DOCBOOKUTILSVER/html || exit 1 # grep-2.7 demands [[:space:]] instead of [:space:] -if ! fgrep '[[:space:]]' /usr/bin/jw ; then +if ! grep -F '[[:space:]]' /usr/bin/jw ; then sed -i "s/\[:space:\]/\[\[:space:\]\]/g" /usr/bin/jw fi @@ -1161,7 +1161,7 @@ cd $TMP cd XML-NamespaceSupport*/ || exit 1 perl Makefile.PL INSTALLDIRS=vendor # Make sure the man pages go where we want them: - fgrep -lr -- '/share/man/' . | xargs sed -i 's?/share/man/?/man/?g' + grep -F -lr -- '/share/man/' . | xargs sed -i 's?/share/man/?/man/?g' make || exit 1 make test || exit 1 make pure_install || exit 1 || exit 1 ) || exit 1 @@ -1171,7 +1171,7 @@ cd $TMP tar xvf XML-SAX-Base-*z cd XML-SAX-Base-*/ || exit 1 perl Makefile.PL INSTALLDIRS=vendor - fgrep -lr -- '/share/man/' . | xargs sed -i 's?/share/man/?/man/?g' + grep -F -lr -- '/share/man/' . | xargs sed -i 's?/share/man/?/man/?g' make || exit 1 make test || exit 1 make pure_install || exit 1 ) || exit 1 @@ -1183,7 +1183,7 @@ cd $TMP patch -p1 < ../perl-XML-SAX-0.99-rt20126.patch || exit 1 # Answer Y to updating ParserDetails.ini: yes | perl Makefile.PL INSTALLDIRS=vendor - fgrep -lr -- '/share/man/' . | xargs sed -i 's?/share/man/?/man/?g' + grep -F -lr -- '/share/man/' . | xargs sed -i 's?/share/man/?/man/?g' make || exit 1 make test || exit 1 make pure_install || exit 1 diff --git a/source/d/python3/python3.SlackBuild b/source/d/python3/python3.SlackBuild index b1090dd89..c437325c4 100755 --- a/source/d/python3/python3.SlackBuild +++ b/source/d/python3/python3.SlackBuild @@ -29,7 +29,7 @@ PKGNAM=python3 SRCNAM=Python VERSION=$(echo $SRCNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev) BRANCH_VERSION=$(echo $VERSION | cut -f 1,2 -d . ) -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} diff --git a/source/d/slacktrack/slacktrack.SlackBuild b/source/d/slacktrack/slacktrack.SlackBuild index 9aff38770..55134dff2 100755 --- a/source/d/slacktrack/slacktrack.SlackBuild +++ b/source/d/slacktrack/slacktrack.SlackBuild @@ -6,7 +6,7 @@ if [ "$TMP" = "" ]; then fi PKGNAM=slacktrack -export VERSION=2.22 +export VERSION=2.23 # Automatically determine the architecture we're building on: case "$( uname -m )" in i?86) export ARCH=i586 diff --git a/source/n/samba/samba.url b/source/n/samba/samba.url index 7e59bab02..71a383218 100644 --- a/source/n/samba/samba.url +++ b/source/n/samba/samba.url @@ -1,2 +1,2 @@ -https://download.samba.org/pub/samba/stable/samba-4.16.4.tar.gz -https://download.samba.org/pub/samba/stable/samba-4.16.4.tar.asc +https://download.samba.org/pub/samba/stable/samba-4.16.5.tar.gz +https://download.samba.org/pub/samba/stable/samba-4.16.5.tar.asc -- cgit v1.2.3