diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2022-04-14 21:14:21 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2022-04-15 06:59:45 +0200 |
commit | 2be63df823370dd01af02b4720eb680c5eda13ad (patch) | |
tree | 621b04f5cb8f3fcfd2367c04495a67e6029466a1 | |
parent | e4db68e72f65f509a9f1a9432441c17d14245a8c (diff) | |
download | current-2be63df823370dd01af02b4720eb680c5eda13ad.tar.gz current-2be63df823370dd01af02b4720eb680c5eda13ad.tar.xz |
Thu Apr 14 21:14:21 UTC 202220220414211421
a/kernel-firmware-20220413_8a2d811-noarch-1.txz: Upgraded.
a/sysvinit-3.03-x86_64-1.txz: Upgraded.
a/xz-5.2.5-x86_64-4.txz: Rebuilt.
This update fixes a security issue:
xzgrep applied to a crafted file name with two or more newlines can no
longer overwrite an arbitrary, attacker-selected file.
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1271
(* Security fix *)
d/git-2.35.3-x86_64-1.txz: Upgraded.
This update fixes a security issue where a Git worktree created by another
user might be able to execute arbitrary code.
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24765
(* Security fix *)
l/libaio-0.3.113-x86_64-1.txz: Upgraded.
l/tevent-0.12.0-x86_64-1.txz: Upgraded.
n/php-7.4.29-x86_64-1.txz: Upgraded.
extra/php81/php81-8.1.5-x86_64-1.txz: Upgraded.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog.rss | 33 | ||||
-rw-r--r-- | ChangeLog.txt | 21 | ||||
-rw-r--r-- | FILELIST.TXT | 162 | ||||
-rwxr-xr-x | extra/source/php81/fetch-php.sh | 4 | ||||
-rwxr-xr-x | extra/source/php81/php81.SlackBuild | 2 | ||||
-rwxr-xr-x | source/a/xz/xz.SlackBuild | 4 | ||||
-rw-r--r-- | source/a/xz/xzgrep-ZDI-CAN-16587.patch | 94 | ||||
-rwxr-xr-x | source/l/libaio/libaio.SlackBuild | 2 | ||||
-rwxr-xr-x | source/l/tevent/tevent.SlackBuild | 2 | ||||
-rwxr-xr-x | source/n/php/fetch-php.sh | 4 | ||||
-rwxr-xr-x | source/n/php/php.SlackBuild | 2 |
11 files changed, 239 insertions, 91 deletions
diff --git a/ChangeLog.rss b/ChangeLog.rss index e671719c7..03eb8e597 100644 --- a/ChangeLog.rss +++ b/ChangeLog.rss @@ -11,10 +11,39 @@ <description>Tracking Slackware development in git.</description> <language>en-us</language> <id xmlns="http://www.w3.org/2005/Atom">urn:uuid:c964f45e-6732-11e8-bbe5-107b4450212f</id> - <pubDate>Wed, 13 Apr 2022 20:51:01 GMT</pubDate> - <lastBuildDate>Thu, 14 Apr 2022 04:59:44 GMT</lastBuildDate> + <pubDate>Thu, 14 Apr 2022 21:14:21 GMT</pubDate> + <lastBuildDate>Fri, 15 Apr 2022 04:59:45 GMT</lastBuildDate> <generator>maintain_current_git.sh v 1.17</generator> <item> + <title>Thu, 14 Apr 2022 21:14:21 GMT</title> + <pubDate>Thu, 14 Apr 2022 21:14:21 GMT</pubDate> + <link>https://git.slackware.nl/current/tag/?h=20220414211421</link> + <guid isPermaLink="false">20220414211421</guid> + <description> + <![CDATA[<pre> +a/kernel-firmware-20220413_8a2d811-noarch-1.txz: Upgraded. +a/sysvinit-3.03-x86_64-1.txz: Upgraded. +a/xz-5.2.5-x86_64-4.txz: Rebuilt. + This update fixes a security issue: + xzgrep applied to a crafted file name with two or more newlines can no + longer overwrite an arbitrary, attacker-selected file. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1271 + (* Security fix *) +d/git-2.35.3-x86_64-1.txz: Upgraded. + This update fixes a security issue where a Git worktree created by another + user might be able to execute arbitrary code. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24765 + (* Security fix *) +l/libaio-0.3.113-x86_64-1.txz: Upgraded. +l/tevent-0.12.0-x86_64-1.txz: Upgraded. +n/php-7.4.29-x86_64-1.txz: Upgraded. +extra/php81/php81-8.1.5-x86_64-1.txz: Upgraded. + </pre>]]> + </description> + </item> + <item> <title>Wed, 13 Apr 2022 20:51:01 GMT</title> <pubDate>Wed, 13 Apr 2022 20:51:01 GMT</pubDate> <link>https://git.slackware.nl/current/tag/?h=20220413205101</link> diff --git a/ChangeLog.txt b/ChangeLog.txt index ee6f10909..ee0def573 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,24 @@ +Thu Apr 14 21:14:21 UTC 2022 +a/kernel-firmware-20220413_8a2d811-noarch-1.txz: Upgraded. +a/sysvinit-3.03-x86_64-1.txz: Upgraded. +a/xz-5.2.5-x86_64-4.txz: Rebuilt. + This update fixes a security issue: + xzgrep applied to a crafted file name with two or more newlines can no + longer overwrite an arbitrary, attacker-selected file. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1271 + (* Security fix *) +d/git-2.35.3-x86_64-1.txz: Upgraded. + This update fixes a security issue where a Git worktree created by another + user might be able to execute arbitrary code. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24765 + (* Security fix *) +l/libaio-0.3.113-x86_64-1.txz: Upgraded. +l/tevent-0.12.0-x86_64-1.txz: Upgraded. +n/php-7.4.29-x86_64-1.txz: Upgraded. +extra/php81/php81-8.1.5-x86_64-1.txz: Upgraded. ++--------------------------+ Wed Apr 13 20:51:01 UTC 2022 a/kernel-generic-5.17.3-x86_64-1.txz: Upgraded. a/kernel-huge-5.17.3-x86_64-1.txz: Upgraded. diff --git a/FILELIST.TXT b/FILELIST.TXT index be455e7df..da96914eb 100644 --- a/FILELIST.TXT +++ b/FILELIST.TXT @@ -1,20 +1,20 @@ -Wed Apr 13 20:56:04 UTC 2022 +Thu Apr 14 21:21:38 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-04-13 20:51 . +drwxr-xr-x 12 root root 4096 2022-04-14 21:14 . -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 1095702 2022-04-12 22:03 ./CHECKSUMS.md5 --rw-r--r-- 1 root root 163 2022-04-12 22:03 ./CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 1095702 2022-04-13 20:56 ./CHECKSUMS.md5 +-rw-r--r-- 1 root root 163 2022-04-13 20:56 ./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 97548 2022-04-13 20:51 ./ChangeLog.txt +-rw-r--r-- 1 root root 98474 2022-04-14 21:14 ./ChangeLog.txt drwxr-xr-x 3 root root 4096 2013-03-20 22:17 ./EFI drwxr-xr-x 2 root root 4096 2022-04-13 20:50 ./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-04-13 20:50 ./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 1426574 2022-04-12 22:03 ./FILELIST.TXT +-rw-r--r-- 1 root root 1426574 2022-04-13 20:56 ./FILELIST.TXT -rw-r--r-- 1 root root 1572 2012-08-29 18:27 ./GPG-KEY --rw-r--r-- 1 root root 865364 2022-04-13 20:55 ./PACKAGES.TXT +-rw-r--r-- 1 root root 865364 2022-04-14 21:21 ./PACKAGES.TXT -rw-r--r-- 1 root root 8034 2022-02-02 03:36 ./README.TXT -rw-r--r-- 1 root root 3629 2022-04-13 20:35 ./README.initrd -rw-r--r-- 1 root root 34162 2022-01-30 20:35 ./README_CRYPT.TXT @@ -39,12 +39,12 @@ drwxr-xr-x 2 root root 4096 2022-04-13 20:50 ./EFI/BOOT -rw-r--r-- 1 root root 17294 2008-12-08 18:13 ./SPEAK_INSTALL.TXT -rw-r--r-- 1 root root 57187 2022-02-01 19:37 ./Slackware-HOWTO -rw-r--r-- 1 root root 8700 2022-01-26 05:44 ./UPGRADE.TXT -drwxr-xr-x 19 root root 4096 2022-04-11 20:52 ./extra --rw-r--r-- 1 root root 49604 2022-04-11 20:52 ./extra/CHECKSUMS.md5 --rw-r--r-- 1 root root 163 2022-04-11 20:52 ./extra/CHECKSUMS.md5.asc --rw-r--r-- 1 root root 62474 2022-04-11 20:52 ./extra/FILE_LIST --rw-r--r-- 1 root root 1701143 2022-04-11 20:52 ./extra/MANIFEST.bz2 --rw-r--r-- 1 root root 36505 2022-04-11 20:52 ./extra/PACKAGES.TXT +drwxr-xr-x 19 root root 4096 2022-04-14 21:20 ./extra +-rw-r--r-- 1 root root 49604 2022-04-14 21:20 ./extra/CHECKSUMS.md5 +-rw-r--r-- 1 root root 163 2022-04-14 21:20 ./extra/CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 62474 2022-04-14 21:20 ./extra/FILE_LIST +-rw-r--r-- 1 root root 1697137 2022-04-14 21:20 ./extra/MANIFEST.bz2 +-rw-r--r-- 1 root root 36505 2022-04-14 21:20 ./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 @@ -352,10 +352,10 @@ drwxr-xr-x 2 root root 4096 2022-04-11 20:52 ./extra/php80 -rw-r--r-- 1 root root 369 2022-04-11 18:28 ./extra/php80/php80-8.0.17-x86_64-2.txt -rw-r--r-- 1 root root 6161348 2022-04-11 18:28 ./extra/php80/php80-8.0.17-x86_64-2.txz -rw-r--r-- 1 root root 163 2022-04-11 18:28 ./extra/php80/php80-8.0.17-x86_64-2.txz.asc -drwxr-xr-x 2 root root 4096 2022-04-11 20:52 ./extra/php81 --rw-r--r-- 1 root root 369 2022-04-11 03:18 ./extra/php81/php81-8.1.4-x86_64-2.txt --rw-r--r-- 1 root root 6285604 2022-04-11 03:18 ./extra/php81/php81-8.1.4-x86_64-2.txz --rw-r--r-- 1 root root 163 2022-04-11 03:18 ./extra/php81/php81-8.1.4-x86_64-2.txz.asc +drwxr-xr-x 2 root root 4096 2022-04-14 21:20 ./extra/php81 +-rw-r--r-- 1 root root 369 2022-04-14 19:53 ./extra/php81/php81-8.1.5-x86_64-1.txt +-rw-r--r-- 1 root root 6281880 2022-04-14 19:53 ./extra/php81/php81-8.1.5-x86_64-1.txz +-rw-r--r-- 1 root root 163 2022-04-14 19:53 ./extra/php81/php81-8.1.5-x86_64-1.txz.asc drwxr-xr-x 2 root root 4096 2022-02-10 01:53 ./extra/rust-for-mozilla -rw-r--r-- 1 root root 700 2022-01-27 20:31 ./extra/rust-for-mozilla/README -rw-r--r-- 1 root root 426 2022-02-08 22:14 ./extra/rust-for-mozilla/rust-1.57.0-x86_64-1.txt @@ -577,16 +577,16 @@ drwxr-xr-x 2 root root 4096 2022-03-18 19:24 ./extra/source/php80 -rw-r--r-- 1 root root 805 2020-05-12 19:14 ./extra/source/php80/php.ini-development.diff.gz -rwxr-xr-x 1 root root 10632 2022-04-11 03:11 ./extra/source/php80/php80.SlackBuild -rw-r--r-- 1 root root 822 2021-12-03 05:20 ./extra/source/php80/slack-desc -drwxr-xr-x 2 root root 4096 2022-03-18 19:36 ./extra/source/php81 +drwxr-xr-x 2 root root 4096 2022-04-14 19:50 ./extra/source/php81 -rw-r--r-- 1 root root 432 2020-12-21 16:28 ./extra/source/php81/doinst.sh.gz --rwxr-xr-x 1 root root 118 2022-03-18 19:34 ./extra/source/php81/fetch-php.sh +-rwxr-xr-x 1 root root 118 2022-04-14 19:49 ./extra/source/php81/fetch-php.sh -rw-r--r-- 1 root root 1020 2021-02-19 20:43 ./extra/source/php81/mod_php.conf.example --rw-r--r-- 1 root root 11700448 2022-03-15 20:40 ./extra/source/php81/php-8.1.4.tar.xz --rw-r--r-- 1 root root 833 2022-03-15 20:40 ./extra/source/php81/php-8.1.4.tar.xz.asc +-rw-r--r-- 1 root root 11752684 2022-04-12 17:00 ./extra/source/php81/php-8.1.5.tar.xz +-rw-r--r-- 1 root root 833 2022-04-12 17:00 ./extra/source/php81/php-8.1.5.tar.xz.asc -rw-r--r-- 1 root root 387 2017-11-28 02:08 ./extra/source/php81/php-fpm.conf.diff.gz -rw-r--r-- 1 root root 605 2020-03-17 21:22 ./extra/source/php81/php.imap.api.diff.gz -rw-r--r-- 1 root root 806 2021-11-29 19:09 ./extra/source/php81/php.ini-development.diff.gz --rwxr-xr-x 1 root root 10632 2022-04-11 03:16 ./extra/source/php81/php81.SlackBuild +-rwxr-xr-x 1 root root 10632 2022-04-14 19:50 ./extra/source/php81/php81.SlackBuild -rw-r--r-- 1 root root 822 2021-12-03 05:18 ./extra/source/php81/slack-desc drwxr-xr-x 2 root root 4096 2022-02-09 04:07 ./extra/source/rust-for-mozilla -rw-r--r-- 1 root root 261 2020-11-19 19:46 ./extra/source/rust-for-mozilla/link_libffi.diff.gz @@ -744,13 +744,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-04-13 20:55 ./slackware64 --rw-r--r-- 1 root root 337649 2022-04-13 20:55 ./slackware64/CHECKSUMS.md5 --rw-r--r-- 1 root root 163 2022-04-13 20:55 ./slackware64/CHECKSUMS.md5.asc --rw-r--r-- 1 root root 418757 2022-04-13 20:54 ./slackware64/FILE_LIST --rw-r--r-- 1 root root 4243920 2022-04-13 20:54 ./slackware64/MANIFEST.bz2 +drwxr-xr-x 17 root root 4096 2022-04-14 21:21 ./slackware64 +-rw-r--r-- 1 root root 337649 2022-04-14 21:21 ./slackware64/CHECKSUMS.md5 +-rw-r--r-- 1 root root 163 2022-04-14 21:21 ./slackware64/CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 418757 2022-04-14 21:20 ./slackware64/FILE_LIST +-rw-r--r-- 1 root root 4255175 2022-04-14 21:20 ./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-04-13 20:54 ./slackware64/a +drwxr-xr-x 2 root root 32768 2022-04-14 21:20 ./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 @@ -912,9 +912,9 @@ drwxr-xr-x 2 root root 32768 2022-04-13 20:54 ./slackware64/a -rw-r--r-- 1 root root 461 2021-02-13 11:08 ./slackware64/a/kbd-1.15.3-x86_64-6.txt -rw-r--r-- 1 root root 1137072 2021-02-13 11:08 ./slackware64/a/kbd-1.15.3-x86_64-6.txz -rw-r--r-- 1 root root 163 2021-02-13 11:08 ./slackware64/a/kbd-1.15.3-x86_64-6.txz.asc --rw-r--r-- 1 root root 422 2022-04-12 21:10 ./slackware64/a/kernel-firmware-20220411_f219d61-noarch-1.txt --rw-r--r-- 1 root root 213388828 2022-04-12 21:10 ./slackware64/a/kernel-firmware-20220411_f219d61-noarch-1.txz --rw-r--r-- 1 root root 163 2022-04-12 21:10 ./slackware64/a/kernel-firmware-20220411_f219d61-noarch-1.txz.asc +-rw-r--r-- 1 root root 422 2022-04-14 19:46 ./slackware64/a/kernel-firmware-20220413_8a2d811-noarch-1.txt +-rw-r--r-- 1 root root 213419732 2022-04-14 19:46 ./slackware64/a/kernel-firmware-20220413_8a2d811-noarch-1.txz +-rw-r--r-- 1 root root 163 2022-04-14 19:46 ./slackware64/a/kernel-firmware-20220413_8a2d811-noarch-1.txz.asc -rw-r--r-- 1 root root 624 2022-04-13 20:23 ./slackware64/a/kernel-generic-5.17.3-x86_64-1.txt -rw-r--r-- 1 root root 8286604 2022-04-13 20:23 ./slackware64/a/kernel-generic-5.17.3-x86_64-1.txz -rw-r--r-- 1 root root 163 2022-04-13 20:23 ./slackware64/a/kernel-generic-5.17.3-x86_64-1.txz.asc @@ -1067,9 +1067,9 @@ drwxr-xr-x 2 root root 32768 2022-04-13 20:54 ./slackware64/a -rw-r--r-- 1 root root 517 2021-02-13 11:17 ./slackware64/a/syslinux-4.07-x86_64-4.txt -rw-r--r-- 1 root root 910980 2021-02-13 11:17 ./slackware64/a/syslinux-4.07-x86_64-4.txz -rw-r--r-- 1 root root 163 2021-02-13 11:17 ./slackware64/a/syslinux-4.07-x86_64-4.txz.asc --rw-r--r-- 1 root root 553 2022-03-29 18:44 ./slackware64/a/sysvinit-3.02-x86_64-1.txt --rw-r--r-- 1 root root 105348 2022-03-29 18:44 ./slackware64/a/sysvinit-3.02-x86_64-1.txz --rw-r--r-- 1 root root 163 2022-03-29 18:44 ./slackware64/a/sysvinit-3.02-x86_64-1.txz.asc +-rw-r--r-- 1 root root 553 2022-04-14 19:52 ./slackware64/a/sysvinit-3.03-x86_64-1.txt +-rw-r--r-- 1 root root 105304 2022-04-14 19:52 ./slackware64/a/sysvinit-3.03-x86_64-1.txz +-rw-r--r-- 1 root root 163 2022-04-14 19:52 ./slackware64/a/sysvinit-3.03-x86_64-1.txz.asc -rw-r--r-- 1 root root 694 2021-02-13 11:17 ./slackware64/a/sysvinit-functions-8.53-x86_64-5.txt -rw-r--r-- 1 root root 36392 2021-02-13 11:17 ./slackware64/a/sysvinit-functions-8.53-x86_64-5.txz -rw-r--r-- 1 root root 163 2021-02-13 11:17 ./slackware64/a/sysvinit-functions-8.53-x86_64-5.txz.asc @@ -1122,9 +1122,9 @@ drwxr-xr-x 2 root root 32768 2022-04-13 20:54 ./slackware64/a -rw-r--r-- 1 root root 494 2022-04-10 23:54 ./slackware64/a/xfsprogs-5.13.0-x86_64-3.txt -rw-r--r-- 1 root root 1015520 2022-04-10 23:54 ./slackware64/a/xfsprogs-5.13.0-x86_64-3.txz -rw-r--r-- 1 root root 163 2022-04-10 23:54 ./slackware64/a/xfsprogs-5.13.0-x86_64-3.txz.asc --rw-r--r-- 1 root root 489 2021-02-13 11:21 ./slackware64/a/xz-5.2.5-x86_64-3.txt --rw-r--r-- 1 root root 322892 2021-02-13 11:21 ./slackware64/a/xz-5.2.5-x86_64-3.txz --rw-r--r-- 1 root root 163 2021-02-13 11:21 ./slackware64/a/xz-5.2.5-x86_64-3.txz.asc +-rw-r--r-- 1 root root 489 2022-04-14 21:03 ./slackware64/a/xz-5.2.5-x86_64-4.txt +-rw-r--r-- 1 root root 322564 2022-04-14 21:03 ./slackware64/a/xz-5.2.5-x86_64-4.txz +-rw-r--r-- 1 root root 163 2022-04-14 21:03 ./slackware64/a/xz-5.2.5-x86_64-4.txz.asc -rw-r--r-- 1 root root 540 2021-02-13 11:21 ./slackware64/a/zerofree-1.1.1-x86_64-3.txt -rw-r--r-- 1 root root 6964 2021-02-13 11:21 ./slackware64/a/zerofree-1.1.1-x86_64-3.txz -rw-r--r-- 1 root root 163 2021-02-13 11:21 ./slackware64/a/zerofree-1.1.1-x86_64-3.txz.asc @@ -1386,7 +1386,7 @@ drwxr-xr-x 2 root root 20480 2022-04-12 22:02 ./slackware64/ap -rw-r--r-- 1 root root 506 2022-02-13 19:41 ./slackware64/ap/zsh-5.8.1-x86_64-1.txt -rw-r--r-- 1 root root 3054964 2022-02-13 19:41 ./slackware64/ap/zsh-5.8.1-x86_64-1.txz -rw-r--r-- 1 root root 163 2022-02-13 19:41 ./slackware64/ap/zsh-5.8.1-x86_64-1.txz.asc -drwxr-xr-x 2 root root 20480 2022-04-13 20:54 ./slackware64/d +drwxr-xr-x 2 root root 20480 2022-04-14 21:20 ./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 @@ -1465,9 +1465,9 @@ drwxr-xr-x 2 root root 20480 2022-04-13 20:54 ./slackware64/d -rw-r--r-- 1 root root 628 2021-02-13 09:52 ./slackware64/d/gettext-tools-0.21-x86_64-3.txt -rw-r--r-- 1 root root 2181092 2021-02-13 09:52 ./slackware64/d/gettext-tools-0.21-x86_64-3.txz -rw-r--r-- 1 root root 163 2021-02-13 09:52 ./slackware64/d/gettext-tools-0.21-x86_64-3.txz.asc --rw-r--r-- 1 root root 397 2022-01-30 20:29 ./slackware64/d/git-2.35.1-x86_64-1.txt --rw-r--r-- 1 root root 6651092 2022-01-30 20:29 ./slackware64/d/git-2.35.1-x86_64-1.txz --rw-r--r-- 1 root root 163 2022-01-30 20:29 ./slackware64/d/git-2.35.1-x86_64-1.txz.asc +-rw-r--r-- 1 root root 397 2022-04-14 19:40 ./slackware64/d/git-2.35.3-x86_64-1.txt +-rw-r--r-- 1 root root 6655184 2022-04-14 19:40 ./slackware64/d/git-2.35.3-x86_64-1.txz +-rw-r--r-- 1 root root 163 2022-04-14 19:40 ./slackware64/d/git-2.35.3-x86_64-1.txz.asc -rw-r--r-- 1 root root 589 2021-02-13 09:54 ./slackware64/d/gnucobol-3.1.2-x86_64-3.txt -rw-r--r-- 1 root root 880720 2021-02-13 09:54 ./slackware64/d/gnucobol-3.1.2-x86_64-3.txz -rw-r--r-- 1 root root 163 2021-02-13 09:54 ./slackware64/d/gnucobol-3.1.2-x86_64-3.txz.asc @@ -2742,7 +2742,7 @@ drwxr-xr-x 2 root root 86016 2022-04-13 20:54 ./slackware64/kde -rw-r--r-- 1 root root 296 2022-03-03 20:32 ./slackware64/kde/zeroconf-ioslave-21.12.3-x86_64-1.txt -rw-r--r-- 1 root root 50192 2022-03-03 20:32 ./slackware64/kde/zeroconf-ioslave-21.12.3-x86_64-1.txz -rw-r--r-- 1 root root 163 2022-03-03 20:32 ./slackware64/kde/zeroconf-ioslave-21.12.3-x86_64-1.txz.asc -drwxr-xr-x 2 root root 86016 2022-04-13 20:54 ./slackware64/l +drwxr-xr-x 2 root root 86016 2022-04-14 21:20 ./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 @@ -3156,9 +3156,9 @@ drwxr-xr-x 2 root root 86016 2022-04-13 20:54 ./slackware64/l -rw-r--r-- 1 root root 415 2021-11-03 00:55 ./slackware64/l/lensfun-0.3.95-x86_64-5.txt -rw-r--r-- 1 root root 390456 2021-11-03 00:55 ./slackware64/l/lensfun-0.3.95-x86_64-5.txz -rw-r--r-- 1 root root 163 2021-11-03 00:55 ./slackware64/l/lensfun-0.3.95-x86_64-5.txz.asc --rw-r--r-- 1 root root 504 2021-02-13 06:56 ./slackware64/l/libaio-0.3.112-x86_64-3.txt --rw-r--r-- 1 root root 14516 2021-02-13 06:56 ./slackware64/l/libaio-0.3.112-x86_64-3.txz --rw-r--r-- 1 root root 163 2021-02-13 06:56 ./slackware64/l/libaio-0.3.112-x86_64-3.txz.asc +-rw-r--r-- 1 root root 504 2022-04-14 19:40 ./slackware64/l/libaio-0.3.113-x86_64-1.txt +-rw-r--r-- 1 root root 14924 2022-04-14 19:40 ./slackware64/l/libaio-0.3.113-x86_64-1.txz +-rw-r--r-- 1 root root 163 2022-04-14 19:40 ./slackware64/l/libaio-0.3.113-x86_64-1.txz.asc -rw-r--r-- 1 root root 426 2021-02-13 06:56 ./slackware64/l/libao-1.2.2-x86_64-4.txt -rw-r--r-- 1 root root 54736 2021-02-13 06:56 ./slackware64/l/libao-1.2.2-x86_64-4.txz -rw-r--r-- 1 root root 163 2021-02-13 06:56 ./slackware64/l/libao-1.2.2-x86_64-4.txz.asc @@ -3849,9 +3849,9 @@ drwxr-xr-x 2 root root 86016 2022-04-13 20:54 ./slackware64/l -rw-r--r-- 1 root root 305 2022-01-25 05:56 ./slackware64/l/tdb-1.4.6-x86_64-1.txt -rw-r--r-- 1 root root 74420 2022-01-25 05:56 ./slackware64/l/tdb-1.4.6-x86_64-1.txz -rw-r--r-- 1 root root 163 2022-01-25 05:56 ./slackware64/l/tdb-1.4.6-x86_64-1.txz.asc --rw-r--r-- 1 root root 269 2021-11-03 01:08 ./slackware64/l/tevent-0.11.0-x86_64-3.txt --rw-r--r-- 1 root root 116472 2021-11-03 01:08 ./slackware64/l/tevent-0.11.0-x86_64-3.txz --rw-r--r-- 1 root root 163 2021-11-03 01:08 ./slackware64/l/tevent-0.11.0-x86_64-3.txz.asc +-rw-r--r-- 1 root root 269 2022-04-14 19:54 ./slackware64/l/tevent-0.12.0-x86_64-1.txt +-rw-r--r-- 1 root root 116352 2022-04-14 19:54 ./slackware64/l/tevent-0.12.0-x86_64-1.txz +-rw-r--r-- 1 root root 163 2022-04-14 19:54 ./slackware64/l/tevent-0.12.0-x86_64-1.txz.asc -rw-r--r-- 1 root root 408 2021-09-01 18:04 ./slackware64/l/tidy-html5-5.8.0-x86_64-2.txt -rw-r--r-- 1 root root 296976 2021-09-01 18:04 ./slackware64/l/tidy-html5-5.8.0-x86_64-2.txz -rw-r--r-- 1 root root 163 2021-09-01 18:04 ./slackware64/l/tidy-html5-5.8.0-x86_64-2.txz.asc @@ -3885,7 +3885,7 @@ drwxr-xr-x 2 root root 86016 2022-04-13 20:54 ./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 32768 2022-04-13 20:54 ./slackware64/n +drwxr-xr-x 2 root root 32768 2022-04-14 21:20 ./slackware64/n -rw-r--r-- 1 root root 357 2022-02-11 19:23 ./slackware64/n/ModemManager-1.18.6-x86_64-1.txt -rw-r--r-- 1 root root 2132292 2022-02-11 19:23 ./slackware64/n/ModemManager-1.18.6-x86_64-1.txz -rw-r--r-- 1 root root 163 2022-02-11 19:23 ./slackware64/n/ModemManager-1.18.6-x86_64-1.txz.asc @@ -4235,9 +4235,9 @@ drwxr-xr-x 2 root root 32768 2022-04-13 20:54 ./slackware64/n -rw-r--r-- 1 root root 478 2021-10-29 17:02 ./slackware64/n/pam-krb5-4.11-x86_64-1.txt -rw-r--r-- 1 root root 71756 2021-10-29 17:02 ./slackware64/n/pam-krb5-4.11-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-10-29 17:02 ./slackware64/n/pam-krb5-4.11-x86_64-1.txz.asc --rw-r--r-- 1 root root 345 2022-04-11 00:09 ./slackware64/n/php-7.4.28-x86_64-4.txt --rw-r--r-- 1 root root 5835452 2022-04-11 00:09 ./slackware64/n/php-7.4.28-x86_64-4.txz --rw-r--r-- 1 root root 163 2022-04-11 00:09 ./slackware64/n/php-7.4.28-x86_64-4.txz.asc +-rw-r--r-- 1 root root 345 2022-04-14 19:46 ./slackware64/n/php-7.4.29-x86_64-1.txt +-rw-r--r-- 1 root root 5833220 2022-04-14 19:46 ./slackware64/n/php-7.4.29-x86_64-1.txz +-rw-r--r-- 1 root root 163 2022-04-14 19:46 ./slackware64/n/php-7.4.29-x86_64-1.txz.asc -rw-r--r-- 1 root root 576 2021-02-13 12:24 ./slackware64/n/pidentd-3.0.19-x86_64-6.txt -rw-r--r-- 1 root root 42736 2021-02-13 12:24 ./slackware64/n/pidentd-3.0.19-x86_64-6.txz -rw-r--r-- 1 root root 163 2021-02-13 12:24 ./slackware64/n/pidentd-3.0.19-x86_64-6.txz.asc @@ -5613,11 +5613,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-04-13 20:56 ./source --rw-r--r-- 1 root root 583062 2022-04-13 20:56 ./source/CHECKSUMS.md5 --rw-r--r-- 1 root root 163 2022-04-13 20:56 ./source/CHECKSUMS.md5.asc --rw-r--r-- 1 root root 811801 2022-04-13 20:55 ./source/FILE_LIST --rw-r--r-- 1 root root 23609277 2022-04-13 20:55 ./source/MANIFEST.bz2 +drwxr-xr-x 18 root root 4096 2022-04-14 21:21 ./source +-rw-r--r-- 1 root root 583202 2022-04-14 21:21 ./source/CHECKSUMS.md5 +-rw-r--r-- 1 root root 163 2022-04-14 21:21 ./source/CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 811975 2022-04-14 21:21 ./source/FILE_LIST +-rw-r--r-- 1 root root 23609650 2022-04-14 21:21 ./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-04-11 18:37 ./source/a -rw-r--r-- 1 root root 111 2022-02-07 20:58 ./source/a/FTBFSlog @@ -6543,7 +6543,7 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/a/syslinux -rw-r--r-- 1 root root 4580396 2013-07-25 09:37 ./source/a/syslinux/syslinux-4.07.tar.xz -rwxr-xr-x 1 root root 3689 2021-02-13 05:31 ./source/a/syslinux/syslinux.SlackBuild -rw-r--r-- 1 root root 182 2018-09-19 00:05 ./source/a/syslinux/syslinux.glibc228.diff.gz -drwxr-xr-x 2 root root 4096 2022-03-29 18:43 ./source/a/sysvinit +drwxr-xr-x 2 root root 4096 2022-04-14 19:52 ./source/a/sysvinit drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/a/sysvinit-functions -rw-r--r-- 1 root root 832 2007-04-29 18:51 ./source/a/sysvinit-functions/README.functions -rw-r--r-- 1 root root 226 2007-05-15 02:38 ./source/a/sysvinit-functions/doinst.sh.gz @@ -6572,8 +6572,8 @@ drwxr-xr-x 2 root root 4096 2022-04-11 18:35 ./source/a/sysvinit-scripts/ -rwxr-xr-x 1 root root 2374 2022-04-10 20:45 ./source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild -rw-r--r-- 1 root root 668 2015-08-06 22:54 ./source/a/sysvinit/doinst.sh.gz -rw-r--r-- 1 root root 1009 2018-06-21 18:24 ./source/a/sysvinit/slack-desc --rw-r--r-- 1 root root 219560 2022-03-29 01:42 ./source/a/sysvinit/sysvinit-3.02.tar.xz --rw-r--r-- 1 root root 833 2022-03-29 01:42 ./source/a/sysvinit/sysvinit-3.02.tar.xz.sig +-rw-r--r-- 1 root root 219956 2022-04-13 15:50 ./source/a/sysvinit/sysvinit-3.03.tar.xz +-rw-r--r-- 1 root root 833 2022-04-13 15:50 ./source/a/sysvinit/sysvinit-3.03.tar.xz.sig -rwxr-xr-x 1 root root 4765 2022-03-29 18:43 ./source/a/sysvinit/sysvinit.SlackBuild -rw-r--r-- 1 root root 277 2021-12-14 21:04 ./source/a/sysvinit/sysvinit.always.define.version.diff.gz -rw-r--r-- 1 root root 367 2012-07-31 16:44 ./source/a/sysvinit/sysvinit.paths.diff.gz @@ -6696,11 +6696,13 @@ drwxr-xr-x 2 root root 4096 2022-04-10 21:40 ./source/a/xfsprogs -rw-r--r-- 1 root root 1301112 2021-08-20 19:10 ./source/a/xfsprogs/xfsprogs-5.13.0.tar.xz -rwxr-xr-x 1 root root 4903 2022-04-10 21:40 ./source/a/xfsprogs/xfsprogs.SlackBuild -rw-r--r-- 1 root root 42 2017-09-27 22:21 ./source/a/xfsprogs/xfsprogs.url -drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/a/xz +drwxr-xr-x 2 root root 4096 2022-04-14 20:33 ./source/a/xz -rw-r--r-- 1 root root 939 2020-03-18 18:04 ./source/a/xz/slack-desc -rw-r--r-- 1 root root 1148824 2020-03-17 18:46 ./source/a/xz/xz-5.2.5.tar.xz -rw-r--r-- 1 root root 566 2020-03-17 18:27 ./source/a/xz/xz-5.2.5.tar.xz.sig --rwxr-xr-x 1 root root 5178 2021-02-13 05:31 ./source/a/xz/xz.SlackBuild +-rwxr-xr-x 1 root root 5247 2022-04-14 20:34 ./source/a/xz/xz.SlackBuild +-rw-r--r-- 1 root root 3488 2022-04-07 16:59 ./source/a/xz/xzgrep-ZDI-CAN-16587.patch +-rw-r--r-- 1 root root 566 2022-04-07 16:59 ./source/a/xz/xzgrep-ZDI-CAN-16587.patch.sig drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/a/zerofree -rw-r--r-- 1 root root 996 2020-01-31 20:02 ./source/a/zerofree/slack-desc -rw-r--r-- 1 root root 6044 2019-07-27 17:28 ./source/a/zerofree/sparsify.c @@ -7442,9 +7444,9 @@ drwxr-xr-x 2 root root 4096 2022-01-16 20:26 ./source/d/gdb -rwxr-xr-x 1 root root 4532 2022-01-16 20:26 ./source/d/gdb/gdb.SlackBuild -rw-r--r-- 1 root root 1200 2018-02-27 06:48 ./source/d/gdb/slack-desc lrwxrwxrwx 1 root root 12 2010-07-29 00:48 ./source/d/gettext-tools -> ../a/gettext -drwxr-xr-x 2 root root 4096 2022-01-30 20:28 ./source/d/git --rw-r--r-- 1 root root 566 2022-01-29 01:46 ./source/d/git/git-2.35.1.tar.sign --rw-r--r-- 1 root root 6874520 2022-01-29 01:46 ./source/d/git/git-2.35.1.tar.xz +drwxr-xr-x 2 root root 4096 2022-04-14 19:39 ./source/d/git +-rw-r--r-- 1 root root 566 2022-04-14 00:16 ./source/d/git/git-2.35.3.tar.sign +-rw-r--r-- 1 root root 6876328 2022-04-14 00:16 ./source/d/git/git-2.35.3.tar.xz -rwxr-xr-x 1 root root 5481 2021-03-10 19:46 ./source/d/git/git.SlackBuild -rw-r--r-- 1 root root 45 2015-09-01 20:04 ./source/d/git/git.url -rw-r--r-- 1 root root 848 2018-02-27 06:13 ./source/d/git/slack-desc @@ -10476,9 +10478,9 @@ drwxr-xr-x 2 root root 4096 2021-11-02 19:02 ./source/l/lensfun -rwxr-xr-- 1 root root 4258 2021-11-02 19:02 ./source/l/lensfun/lensfun.SlackBuild -rw-r--r-- 1 root root 35 2020-09-29 01:47 ./source/l/lensfun/lensfun.url -rw-r--r-- 1 root root 870 2020-11-01 20:04 ./source/l/lensfun/slack-desc -drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/l/libaio --rw-r--r-- 1 root root 38196 2019-02-25 02:33 ./source/l/libaio/libaio-0.3.112.tar.xz --rwxr-xr-x 1 root root 4115 2021-02-13 05:31 ./source/l/libaio/libaio.SlackBuild +drwxr-xr-x 2 root root 4096 2022-04-14 19:40 ./source/l/libaio +-rw-r--r-- 1 root root 40752 2022-04-14 19:29 ./source/l/libaio/libaio-0.3.113.tar.xz +-rwxr-xr-x 1 root root 4115 2022-04-14 19:40 ./source/l/libaio/libaio.SlackBuild -rw-r--r-- 1 root root 56 2018-05-02 17:13 ./source/l/libaio/libaio.url -rw-r--r-- 1 root root 958 2018-02-27 06:12 ./source/l/libaio/slack-desc drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/l/libao @@ -11724,11 +11726,11 @@ drwxr-xr-x 2 root root 4096 2022-01-25 05:55 ./source/l/tdb -rw-r--r-- 1 root root 488 2022-01-24 12:24 ./source/l/tdb/tdb-1.4.6.tar.asc -rw-r--r-- 1 root root 540840 2022-01-24 12:24 ./source/l/tdb/tdb-1.4.6.tar.lz -rwxr-xr-x 1 root root 4514 2022-01-25 05:56 ./source/l/tdb/tdb.SlackBuild -drwxr-xr-x 2 root root 4096 2021-11-02 19:02 ./source/l/tevent +drwxr-xr-x 2 root root 4096 2022-04-14 19:53 ./source/l/tevent -rw-r--r-- 1 root root 723 2018-02-27 06:12 ./source/l/tevent/slack-desc --rw-r--r-- 1 root root 488 2021-07-08 07:44 ./source/l/tevent/tevent-0.11.0.tar.asc --rw-r--r-- 1 root root 629378 2021-07-08 07:44 ./source/l/tevent/tevent-0.11.0.tar.lz --rwxr-xr-x 1 root root 4541 2021-11-02 19:02 ./source/l/tevent/tevent.SlackBuild +-rw-r--r-- 1 root root 488 2022-04-11 23:59 ./source/l/tevent/tevent-0.12.0.tar.asc +-rw-r--r-- 1 root root 636684 2022-04-11 23:59 ./source/l/tevent/tevent-0.12.0.tar.lz +-rwxr-xr-x 1 root root 4541 2022-04-14 19:53 ./source/l/tevent/tevent.SlackBuild drwxr-xr-x 2 root root 4096 2021-08-08 18:53 ./source/l/tidy-html5 -rw-r--r-- 1 root root 898 2020-05-12 18:36 ./source/l/tidy-html5/slack-desc -rw-r--r-- 1 root root 513619 2021-07-16 23:45 ./source/l/tidy-html5/tidy-html5-5.8.0.tar.lz @@ -11961,9 +11963,9 @@ drwxr-xr-x 2 root root 4096 2022-03-09 21:01 ./source/n/dhcp -rw-r--r-- 1 root root 414 2017-08-03 20:32 ./source/n/dhcp/dhclient-script.PATH.diff.gz -rw-r--r-- 1 root root 10078953 2022-03-09 15:20 ./source/n/dhcp/dhcp-4.4.3.tar.gz -rw-r--r-- 1 root root 874 2022-03-09 15:20 ./source/n/dhcp/dhcp-4.4.3.tar.gz.asc --rw-r--r-- 1 root root 874 2022-03-09 15:20 ./source/n/dhcp/dhcp-4.4.3.tar.gz.sha1.asc --rw-r--r-- 1 root root 874 2022-03-09 15:20 ./source/n/dhcp/dhcp-4.4.3.tar.gz.sha256.asc --rw-r--r-- 1 root root 874 2022-03-09 15:20 ./source/n/dhcp/dhcp-4.4.3.tar.gz.sha512.asc +-rw-r--r-- 1 root root 874 2022-03-09 15:20 ./source/n/dhcp/dhcp-4.4.3.tar.gz.sha1.asc +-rw-r--r-- 1 root root 874 2022-03-09 15:20 ./source/n/dhcp/dhcp-4.4.3.tar.gz.sha256.asc +-rw-r--r-- 1 root root 874 2022-03-09 15:20 ./source/n/dhcp/dhcp-4.4.3.tar.gz.sha512.asc -rwxr-xr-x 1 root root 1667 2011-04-06 19:13 ./source/n/dhcp/dhcp-remove-bind-tarball.sh -rwxr-xr-x 1 root root 5716 2021-05-29 17:23 ./source/n/dhcp/dhcp.SlackBuild -rw-r--r-- 1 root root 28 2020-01-22 18:55 ./source/n/dhcp/dhcp.url @@ -12608,14 +12610,14 @@ drwxr-xr-x 2 root root 4096 2021-10-29 17:02 ./source/n/pam-krb5 -rw-r--r-- 1 root root 45 2020-05-09 19:13 ./source/n/pam-krb5/pam-krb5.url -rw-r--r-- 1 root root 929 2020-05-09 19:19 ./source/n/pam-krb5/slack-desc -rw-r--r-- 1 root root 379 2020-05-09 19:12 ./source/n/pam-krb5/system-auth.krb5 -drwxr-xr-x 2 root root 4096 2022-04-10 21:40 ./source/n/php +drwxr-xr-x 2 root root 4096 2022-04-14 19:44 ./source/n/php -rw-r--r-- 1 root root 432 2020-12-21 16:28 ./source/n/php/doinst.sh.gz --rwxr-xr-x 1 root root 120 2022-02-18 02:03 ./source/n/php/fetch-php.sh +-rwxr-xr-x 1 root root 120 2022-04-14 19:44 ./source/n/php/fetch-php.sh -rw-r--r-- 1 root root 1022 2017-11-28 18:32 ./source/n/php/mod_php.conf.example --rw-r--r-- 1 root root 10418352 2022-02-15 13:40 ./source/n/php/php-7.4.28.tar.xz --rw-r--r-- 1 root root 833 2022-02-15 13:40 ./source/n/php/php-7.4.28.tar.xz.asc +-rw-r--r-- 1 root root 10418908 2022-04-12 17:00 ./source/n/php/php-7.4.29.tar.xz +-rw-r--r-- 1 root root 833 2022-04-12 17:00 ./source/n/php/php-7.4.29.tar.xz.asc -rw-r--r-- 1 root root 387 2017-11-28 02:08 ./source/n/php/php-fpm.conf.diff.gz --rwxr-xr-x 1 root root 10795 2022-04-10 21:40 ./source/n/php/php.SlackBuild +-rwxr-xr-x 1 root root 10795 2022-04-14 19:44 ./source/n/php/php.SlackBuild -rw-r--r-- 1 root root 855 2021-06-29 20:14 ./source/n/php/php.enchant-2.patch.gz -rw-r--r-- 1 root root 605 2020-03-17 21:22 ./source/n/php/php.imap.api.diff.gz -rw-r--r-- 1 root root 805 2020-05-12 19:14 ./source/n/php/php.ini-development.diff.gz diff --git a/extra/source/php81/fetch-php.sh b/extra/source/php81/fetch-php.sh index b49a51f80..14fee3128 100755 --- a/extra/source/php81/fetch-php.sh +++ b/extra/source/php81/fetch-php.sh @@ -1,2 +1,2 @@ -lftpget http://us.php.net/distributions/php-8.1.4.tar.xz.asc -lftpget http://us.php.net/distributions/php-8.1.4.tar.xz +lftpget http://us.php.net/distributions/php-8.1.5.tar.xz.asc +lftpget http://us.php.net/distributions/php-8.1.5.tar.xz diff --git a/extra/source/php81/php81.SlackBuild b/extra/source/php81/php81.SlackBuild index ebd3f6f14..f42df646f 100755 --- a/extra/source/php81/php81.SlackBuild +++ b/extra/source/php81/php81.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=php VERSION=${VERSION:-$(echo php-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} ALPINE=2.25 -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/a/xz/xz.SlackBuild b/source/a/xz/xz.SlackBuild index a0616e524..379412d4a 100755 --- a/source/a/xz/xz.SlackBuild +++ b/source/a/xz/xz.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=xz VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-4} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -89,6 +89,8 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \+ +cat $CWD/xzgrep-ZDI-CAN-16587.patch | patch -p1 --verbose || exit 1 + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ diff --git a/source/a/xz/xzgrep-ZDI-CAN-16587.patch b/source/a/xz/xzgrep-ZDI-CAN-16587.patch new file mode 100644 index 000000000..406ded590 --- /dev/null +++ b/source/a/xz/xzgrep-ZDI-CAN-16587.patch @@ -0,0 +1,94 @@ +From 69d1b3fc29677af8ade8dc15dba83f0589cb63d6 Mon Sep 17 00:00:00 2001 +From: Lasse Collin <lasse.collin@tukaani.org> +Date: Tue, 29 Mar 2022 19:19:12 +0300 +Subject: [PATCH] xzgrep: Fix escaping of malicious filenames (ZDI-CAN-16587). + +Malicious filenames can make xzgrep to write to arbitrary files +or (with a GNU sed extension) lead to arbitrary code execution. + +xzgrep from XZ Utils versions up to and including 5.2.5 are +affected. 5.3.1alpha and 5.3.2alpha are affected as well. +This patch works for all of them. + +This bug was inherited from gzip's zgrep. gzip 1.12 includes +a fix for zgrep. + +The issue with the old sed script is that with multiple newlines, +the N-command will read the second line of input, then the +s-commands will be skipped because it's not the end of the +file yet, then a new sed cycle starts and the pattern space +is printed and emptied. So only the last line or two get escaped. + +One way to fix this would be to read all lines into the pattern +space first. However, the included fix is even simpler: All lines +except the last line get a backslash appended at the end. To ensure +that shell command substitution doesn't eat a possible trailing +newline, a colon is appended to the filename before escaping. +The colon is later used to separate the filename from the grep +output so it is fine to add it here instead of a few lines later. + +The old code also wasn't POSIX compliant as it used \n in the +replacement section of the s-command. Using \<newline> is the +POSIX compatible method. + +LC_ALL=C was added to the two critical sed commands. POSIX sed +manual recommends it when using sed to manipulate pathnames +because in other locales invalid multibyte sequences might +cause issues with some sed implementations. In case of GNU sed, +these particular sed scripts wouldn't have such problems but some +other scripts could have, see: + + info '(sed)Locale Considerations' + +This vulnerability was discovered by: +cleemy desu wayo working with Trend Micro Zero Day Initiative + +Thanks to Jim Meyering and Paul Eggert discussing the different +ways to fix this and for coordinating the patch release schedule +with gzip. +--- + src/scripts/xzgrep.in | 20 ++++++++++++-------- + 1 file changed, 12 insertions(+), 8 deletions(-) + +diff --git a/src/scripts/xzgrep.in b/src/scripts/xzgrep.in +index b180936..e5186ba 100644 +--- a/src/scripts/xzgrep.in ++++ b/src/scripts/xzgrep.in +@@ -180,22 +180,26 @@ for i; do + { test $# -eq 1 || test $no_filename -eq 1; }; then + eval "$grep" + else ++ # Append a colon so that the last character will never be a newline ++ # which would otherwise get lost in shell command substitution. ++ i="$i:" ++ ++ # Escape & \ | and newlines only if such characters are present ++ # (speed optimization). + case $i in + (*' + '* | *'&'* | *'\'* | *'|'*) +- i=$(printf '%s\n' "$i" | +- sed ' +- $!N +- $s/[&\|]/\\&/g +- $s/\n/\\n/g +- ');; ++ i=$(printf '%s\n' "$i" | LC_ALL=C sed 's/[&\|]/\\&/g; $!s/$/\\/');; + esac +- sed_script="s|^|$i:|" ++ ++ # $i already ends with a colon so don't add it here. ++ sed_script="s|^|$i|" + + # Fail if grep or sed fails. + r=$( + exec 4>&1 +- (eval "$grep" 4>&-; echo $? >&4) 3>&- | sed "$sed_script" >&3 4>&- ++ (eval "$grep" 4>&-; echo $? >&4) 3>&- | ++ LC_ALL=C sed "$sed_script" >&3 4>&- + ) || r=2 + exit $r + fi >&3 5>&- +-- +2.35.1 + diff --git a/source/l/libaio/libaio.SlackBuild b/source/l/libaio/libaio.SlackBuild index a19f49c91..f61cc917b 100755 --- a/source/l/libaio/libaio.SlackBuild +++ b/source/l/libaio/libaio.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libaio 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 diff --git a/source/l/tevent/tevent.SlackBuild b/source/l/tevent/tevent.SlackBuild index d639c11c6..7bb29af57 100755 --- a/source/l/tevent/tevent.SlackBuild +++ b/source/l/tevent/tevent.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=tevent 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 diff --git a/source/n/php/fetch-php.sh b/source/n/php/fetch-php.sh index 211bc93c6..20c125d26 100755 --- a/source/n/php/fetch-php.sh +++ b/source/n/php/fetch-php.sh @@ -1,2 +1,2 @@ -lftpget http://us.php.net/distributions/php-7.4.28.tar.xz.asc -lftpget http://us.php.net/distributions/php-7.4.28.tar.xz +lftpget http://us.php.net/distributions/php-7.4.29.tar.xz.asc +lftpget http://us.php.net/distributions/php-7.4.29.tar.xz diff --git a/source/n/php/php.SlackBuild b/source/n/php/php.SlackBuild index ef51d81d8..8663af6b4 100755 --- a/source/n/php/php.SlackBuild +++ b/source/n/php/php.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=php VERSION=${VERSION:-$(echo php-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} ALPINE=2.25 -BUILD=${BUILD:-4} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |