From 85ea736cfdd95a77a79dd5f9fad1820cea276c3f Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Sun, 9 Feb 2025 21:47:04 +0000 Subject: [PATCH] Sun Feb 9 21:47:04 UTC 2025 a/openssl11-solibs-1.1.1zb_p2-x86_64-1.txz: Upgraded. a/pkgtools-15.1-noarch-28.txz: Rebuilt. removepkg: when using --verbose, don't remove files in parallel because it causes occasional screen corruption. This change only affects --verbose, and actually hardly slows that down. ap/qpdf-11.10.0-x86_64-1.txz: Upgraded. ap/vim-9.1.1094-x86_64-1.txz: Upgraded. d/cbindgen-0.28.0-x86_64-1.txz: Upgraded. d/python-pip-25.0.1-x86_64-1.txz: Upgraded. d/rust-bindgen-0.71.1-x86_64-1.txz: Upgraded. l/SDL2-2.32.0-x86_64-1.txz: Upgraded. l/gegl-0.4.54-x86_64-1.txz: Upgraded. l/libffi-3.4.7-x86_64-1.txz: Upgraded. l/liboggz-1.1.2-x86_64-1.txz: Upgraded. n/openssl11-1.1.1zb_p2-x86_64-1.txz: Upgraded. Apply patch to fix a low severity security issue: Fix timing side-channel in ECDSA signature computation. There is a timing signal of around 300 nanoseconds when the top word of the inverted ECDSA nonce value is zero. This can happen with significant probability only for some of the supported elliptic curves. In particular the NIST P-521 curve is affected. To be able to measure this leak, the attacker process must either be located in the same physical computer or must have a very fast network connection with low latency. This CVE was fixed by the second 1.1.1zb release that is only available to subscribers to OpenSSL's premium extended support. The patch was prepared by backporting from the OpenSSL-3.0 repo. Thanks to Ken Zalewski for the patch! For more information, see: https://www.cve.org/CVERecord?id=CVE-2024-13176 (* Security fix *) xap/vim-gvim-9.1.1094-x86_64-1.txz: Upgraded. xfce/xfce4-settings-4.20.1-x86_64-1.txz: Upgraded. --- ChangeLog.rss | 46 +++- ChangeLog.txt | 34 +++ FILELIST.TXT | 215 +++++++++--------- source/a/pkgtools/pkgtools.SlackBuild | 2 +- source/a/pkgtools/scripts/removepkg | 4 +- source/ap/qpdf/qpdf.SlackBuild | 11 +- source/d/cbindgen/cbindgen.SlackBuild | 2 +- source/d/cbindgen/fetch-sources.sh | 2 +- source/d/rust-bindgen/fetch-sources.sh | 2 +- source/l/SDL2/SDL2.url | 2 +- source/l/libffi/libffi.SlackBuild | 11 +- source/l/libffi/libffi.url | 1 + source/l/liboggz/liboggz.SlackBuild | 16 +- ...05-openssl-1.1.1zb_p2_CVE_2024_13176.patch | 177 ++++++++++++++ source/n/openssl11/openssl11.SlackBuild | 6 +- .../xfce4-settings/xfce4-settings.SlackBuild | 2 +- 16 files changed, 390 insertions(+), 143 deletions(-) create mode 100644 source/n/openssl11/0005-openssl-1.1.1zb_p2_CVE_2024_13176.patch diff --git a/ChangeLog.rss b/ChangeLog.rss index ecc7743b5..3a1896786 100644 --- a/ChangeLog.rss +++ b/ChangeLog.rss @@ -11,9 +11,51 @@ Tracking Slackware development in git. en-us urn:uuid:c964f45e-6732-11e8-bbe5-107b4450212f - Sat, 8 Feb 2025 23:52:14 GMT - Sun, 9 Feb 2025 01:21:08 GMT + Sun, 9 Feb 2025 21:47:04 GMT + Sun, 9 Feb 2025 22:35:16 GMT maintain_current_git.sh v 1.17 + + Sun, 9 Feb 2025 21:47:04 GMT + Sun, 9 Feb 2025 21:47:04 GMT + https://git.slackware.nl/current/tag/?h=20250209214704 + 20250209214704 + + +a/openssl11-solibs-1.1.1zb_p2-x86_64-1.txz: Upgraded. +a/pkgtools-15.1-noarch-28.txz: Rebuilt. + removepkg: when using --verbose, don't remove files in parallel because it + causes occasional screen corruption. This change only affects --verbose, + and actually hardly slows that down. +ap/qpdf-11.10.0-x86_64-1.txz: Upgraded. +ap/vim-9.1.1094-x86_64-1.txz: Upgraded. +d/cbindgen-0.28.0-x86_64-1.txz: Upgraded. +d/python-pip-25.0.1-x86_64-1.txz: Upgraded. +d/rust-bindgen-0.71.1-x86_64-1.txz: Upgraded. +l/SDL2-2.32.0-x86_64-1.txz: Upgraded. +l/gegl-0.4.54-x86_64-1.txz: Upgraded. +l/libffi-3.4.7-x86_64-1.txz: Upgraded. +l/liboggz-1.1.2-x86_64-1.txz: Upgraded. +n/openssl11-1.1.1zb_p2-x86_64-1.txz: Upgraded. + Apply patch to fix a low severity security issue: + Fix timing side-channel in ECDSA signature computation. + There is a timing signal of around 300 nanoseconds when the top word of + the inverted ECDSA nonce value is zero. This can happen with significant + probability only for some of the supported elliptic curves. In particular + the NIST P-521 curve is affected. To be able to measure this leak, the + attacker process must either be located in the same physical computer or + must have a very fast network connection with low latency. + This CVE was fixed by the second 1.1.1zb release that is only available to + subscribers to OpenSSL's premium extended support. The patch was prepared + by backporting from the OpenSSL-3.0 repo. + Thanks to Ken Zalewski for the patch! + For more information, see: + https://www.cve.org/CVERecord?id=CVE-2024-13176 + (* Security fix *) +xap/vim-gvim-9.1.1094-x86_64-1.txz: Upgraded. +xfce/xfce4-settings-4.20.1-x86_64-1.txz: Upgraded. + ]]> + + Sat, 8 Feb 2025 23:52:14 GMT Sat, 8 Feb 2025 23:52:14 GMT diff --git a/ChangeLog.txt b/ChangeLog.txt index 8219dcdb2..120be3db5 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,37 @@ +Sun Feb 9 21:47:04 UTC 2025 +a/openssl11-solibs-1.1.1zb_p2-x86_64-1.txz: Upgraded. +a/pkgtools-15.1-noarch-28.txz: Rebuilt. + removepkg: when using --verbose, don't remove files in parallel because it + causes occasional screen corruption. This change only affects --verbose, + and actually hardly slows that down. +ap/qpdf-11.10.0-x86_64-1.txz: Upgraded. +ap/vim-9.1.1094-x86_64-1.txz: Upgraded. +d/cbindgen-0.28.0-x86_64-1.txz: Upgraded. +d/python-pip-25.0.1-x86_64-1.txz: Upgraded. +d/rust-bindgen-0.71.1-x86_64-1.txz: Upgraded. +l/SDL2-2.32.0-x86_64-1.txz: Upgraded. +l/gegl-0.4.54-x86_64-1.txz: Upgraded. +l/libffi-3.4.7-x86_64-1.txz: Upgraded. +l/liboggz-1.1.2-x86_64-1.txz: Upgraded. +n/openssl11-1.1.1zb_p2-x86_64-1.txz: Upgraded. + Apply patch to fix a low severity security issue: + Fix timing side-channel in ECDSA signature computation. + There is a timing signal of around 300 nanoseconds when the top word of + the inverted ECDSA nonce value is zero. This can happen with significant + probability only for some of the supported elliptic curves. In particular + the NIST P-521 curve is affected. To be able to measure this leak, the + attacker process must either be located in the same physical computer or + must have a very fast network connection with low latency. + This CVE was fixed by the second 1.1.1zb release that is only available to + subscribers to OpenSSL's premium extended support. The patch was prepared + by backporting from the OpenSSL-3.0 repo. + Thanks to Ken Zalewski for the patch! + For more information, see: + https://www.cve.org/CVERecord?id=CVE-2024-13176 + (* Security fix *) +xap/vim-gvim-9.1.1094-x86_64-1.txz: Upgraded. +xfce/xfce4-settings-4.20.1-x86_64-1.txz: Upgraded. ++--------------------------+ Sat Feb 8 23:52:14 UTC 2025 a/kernel-firmware-20250208_4ccb15a-noarch-1.txz: Upgraded. a/kernel-generic-6.12.13-x86_64-1.txz: Upgraded. diff --git a/FILELIST.TXT b/FILELIST.TXT index fa6dcfd8e..ccb9cd2df 100644 --- a/FILELIST.TXT +++ b/FILELIST.TXT @@ -1,20 +1,20 @@ -Sat Feb 8 23:57:45 UTC 2025 +Sun Feb 9 21:51:59 UTC 2025 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 2025-02-08 23:52 . +drwxr-xr-x 12 root root 4096 2025-02-09 21:47 . -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 1187395 2025-02-07 20:39 ./CHECKSUMS.md5 --rw-r--r-- 1 root root 195 2025-02-07 20:39 ./CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 1187395 2025-02-08 23:58 ./CHECKSUMS.md5 +-rw-r--r-- 1 root root 195 2025-02-08 23:58 ./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 1320399 2025-02-08 23:52 ./ChangeLog.txt +-rw-r--r-- 1 root root 1322150 2025-02-09 21:47 ./ChangeLog.txt drwxr-xr-x 3 root root 4096 2013-03-20 22:17 ./EFI drwxr-xr-x 2 root root 4096 2025-02-08 23:51 ./EFI/BOOT -rw-r--r-- 1 root root 1200128 2024-12-13 04:26 ./EFI/BOOT/bootx64.efi @@ -25,9 +25,9 @@ drwxr-xr-x 2 root root 4096 2025-02-08 23:51 ./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 1558006 2025-02-07 20:39 ./FILELIST.TXT +-rw-r--r-- 1 root root 1558006 2025-02-08 23:57 ./FILELIST.TXT -rw-r--r-- 1 root root 1572 2012-08-29 18:27 ./GPG-KEY --rw-r--r-- 1 root root 930403 2025-02-08 23:57 ./PACKAGES.TXT +-rw-r--r-- 1 root root 930411 2025-02-09 21:51 ./PACKAGES.TXT -rw-r--r-- 1 root root 8034 2022-02-02 03:36 ./README.TXT -rw-r--r-- 1 root root 2640 2025-02-08 23:25 ./README.initrd -rw-r--r-- 1 root root 34114 2023-12-11 20:35 ./README_CRYPT.TXT @@ -663,13 +663,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 2025-02-08 23:57 ./slackware64 --rw-r--r-- 1 root root 362277 2025-02-08 23:57 ./slackware64/CHECKSUMS.md5 --rw-r--r-- 1 root root 195 2025-02-08 23:57 ./slackware64/CHECKSUMS.md5.asc --rw-r--r-- 1 root root 449991 2025-02-08 23:56 ./slackware64/FILE_LIST --rw-r--r-- 1 root root 4854402 2025-02-08 23:56 ./slackware64/MANIFEST.bz2 +drwxr-xr-x 17 root root 4096 2025-02-09 21:51 ./slackware64 +-rw-r--r-- 1 root root 362301 2025-02-09 21:51 ./slackware64/CHECKSUMS.md5 +-rw-r--r-- 1 root root 195 2025-02-09 21:51 ./slackware64/CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 450015 2025-02-09 21:50 ./slackware64/FILE_LIST +-rw-r--r-- 1 root root 4855822 2025-02-09 21:50 ./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 2025-02-08 23:56 ./slackware64/a +drwxr-xr-x 2 root root 32768 2025-02-09 21:50 ./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 @@ -935,9 +935,9 @@ drwxr-xr-x 2 root root 32768 2025-02-08 23:56 ./slackware64/a -rw-r--r-- 1 root root 623 2024-10-23 19:07 ./slackware64/a/openssl-solibs-3.4.0-x86_64-1.txt -rw-r--r-- 1 root root 2284712 2024-10-23 19:07 ./slackware64/a/openssl-solibs-3.4.0-x86_64-1.txz -rw-r--r-- 1 root root 195 2024-10-23 19:07 ./slackware64/a/openssl-solibs-3.4.0-x86_64-1.txz.asc --rw-r--r-- 1 root root 654 2024-10-22 18:26 ./slackware64/a/openssl11-solibs-1.1.1zb-x86_64-1.txt --rw-r--r-- 1 root root 1371340 2024-10-22 18:26 ./slackware64/a/openssl11-solibs-1.1.1zb-x86_64-1.txz --rw-r--r-- 1 root root 195 2024-10-22 18:26 ./slackware64/a/openssl11-solibs-1.1.1zb-x86_64-1.txz.asc +-rw-r--r-- 1 root root 654 2025-02-09 21:25 ./slackware64/a/openssl11-solibs-1.1.1zb_p2-x86_64-1.txt +-rw-r--r-- 1 root root 1371436 2025-02-09 21:25 ./slackware64/a/openssl11-solibs-1.1.1zb_p2-x86_64-1.txz +-rw-r--r-- 1 root root 195 2025-02-09 21:25 ./slackware64/a/openssl11-solibs-1.1.1zb_p2-x86_64-1.txz.asc -rw-r--r-- 1 root root 417 2024-10-14 17:49 ./slackware64/a/os-prober-1.83-x86_64-3.txt -rw-r--r-- 1 root root 17224 2024-10-14 17:49 ./slackware64/a/os-prober-1.83-x86_64-3.txz -rw-r--r-- 1 root root 195 2024-10-14 17:49 ./slackware64/a/os-prober-1.83-x86_64-3.txz.asc @@ -953,9 +953,9 @@ drwxr-xr-x 2 root root 32768 2025-02-08 23:56 ./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 2025-02-08 22:22 ./slackware64/a/pkgtools-15.1-noarch-27.txt --rw-r--r-- 1 root root 202152 2025-02-08 22:22 ./slackware64/a/pkgtools-15.1-noarch-27.txz --rw-r--r-- 1 root root 195 2025-02-08 22:22 ./slackware64/a/pkgtools-15.1-noarch-27.txz.asc +-rw-r--r-- 1 root root 672 2025-02-09 18:49 ./slackware64/a/pkgtools-15.1-noarch-28.txt +-rw-r--r-- 1 root root 202124 2025-02-09 18:49 ./slackware64/a/pkgtools-15.1-noarch-28.txz +-rw-r--r-- 1 root root 195 2025-02-09 18:49 ./slackware64/a/pkgtools-15.1-noarch-28.txz.asc -rw-r--r-- 1 root root 523 2025-01-14 18:35 ./slackware64/a/plzip-1.12-x86_64-1.txt -rw-r--r-- 1 root root 65756 2025-01-14 18:35 ./slackware64/a/plzip-1.12-x86_64-1.txz -rw-r--r-- 1 root root 195 2025-01-14 18:35 ./slackware64/a/plzip-1.12-x86_64-1.txz.asc @@ -1062,7 +1062,7 @@ drwxr-xr-x 2 root root 32768 2025-02-08 23:56 ./slackware64/a -rw-r--r-- 1 root root 540 2024-01-15 21:54 ./slackware64/a/zoo-2.10_28-x86_64-1.txt -rw-r--r-- 1 root root 55448 2024-01-15 21:54 ./slackware64/a/zoo-2.10_28-x86_64-1.txz -rw-r--r-- 1 root root 163 2024-01-15 21:54 ./slackware64/a/zoo-2.10_28-x86_64-1.txz.asc -drwxr-xr-x 2 root root 20480 2025-02-05 23:25 ./slackware64/ap +drwxr-xr-x 2 root root 20480 2025-02-09 21:50 ./slackware64/ap -rw-r--r-- 1 root root 291 2024-03-14 19:01 ./slackware64/ap/a2ps-4.15.6-x86_64-1.txt -rw-r--r-- 1 root root 675492 2024-03-14 19:01 ./slackware64/ap/a2ps-4.15.6-x86_64-1.txz -rw-r--r-- 1 root root 195 2024-03-14 19:01 ./slackware64/ap/a2ps-4.15.6-x86_64-1.txz.asc @@ -1241,9 +1241,9 @@ drwxr-xr-x 2 root root 20480 2025-02-05 23:25 ./slackware64/ap -rw-r--r-- 1 root root 541 2024-05-04 02:09 ./slackware64/ap/powertop-2.15-x86_64-2.txt -rw-r--r-- 1 root root 207368 2024-05-04 02:09 ./slackware64/ap/powertop-2.15-x86_64-2.txz -rw-r--r-- 1 root root 195 2024-05-04 02:09 ./slackware64/ap/powertop-2.15-x86_64-2.txz.asc --rw-r--r-- 1 root root 494 2024-06-07 18:18 ./slackware64/ap/qpdf-11.9.1-x86_64-1.txt --rw-r--r-- 1 root root 1021220 2024-06-07 18:18 ./slackware64/ap/qpdf-11.9.1-x86_64-1.txz --rw-r--r-- 1 root root 195 2024-06-07 18:18 ./slackware64/ap/qpdf-11.9.1-x86_64-1.txz.asc +-rw-r--r-- 1 root root 494 2025-02-09 19:37 ./slackware64/ap/qpdf-11.10.0-x86_64-1.txt +-rw-r--r-- 1 root root 1034812 2025-02-09 19:37 ./slackware64/ap/qpdf-11.10.0-x86_64-1.txz +-rw-r--r-- 1 root root 195 2025-02-09 19:37 ./slackware64/ap/qpdf-11.10.0-x86_64-1.txz.asc -rw-r--r-- 1 root root 364 2021-02-13 11:42 ./slackware64/ap/radeontool-1.6.3-x86_64-4.txt -rw-r--r-- 1 root root 59984 2021-02-13 11:42 ./slackware64/ap/radeontool-1.6.3-x86_64-4.txz -rw-r--r-- 1 root root 163 2021-02-13 11:42 ./slackware64/ap/radeontool-1.6.3-x86_64-4.txz.asc @@ -1314,9 +1314,9 @@ drwxr-xr-x 2 root root 20480 2025-02-05 23:25 ./slackware64/ap -rw-r--r-- 1 root root 375 2021-02-13 11:46 ./slackware64/ap/vbetool-1.2.2-x86_64-4.txt -rw-r--r-- 1 root root 14756 2021-02-13 11:46 ./slackware64/ap/vbetool-1.2.2-x86_64-4.txz -rw-r--r-- 1 root root 163 2021-02-13 11:46 ./slackware64/ap/vbetool-1.2.2-x86_64-4.txz.asc --rw-r--r-- 1 root root 407 2025-01-24 22:04 ./slackware64/ap/vim-9.1.1050-x86_64-1.txt --rw-r--r-- 1 root root 9162532 2025-01-24 22:04 ./slackware64/ap/vim-9.1.1050-x86_64-1.txz --rw-r--r-- 1 root root 195 2025-01-24 22:04 ./slackware64/ap/vim-9.1.1050-x86_64-1.txz.asc +-rw-r--r-- 1 root root 407 2025-02-09 19:51 ./slackware64/ap/vim-9.1.1094-x86_64-1.txt +-rw-r--r-- 1 root root 9179856 2025-02-09 19:51 ./slackware64/ap/vim-9.1.1094-x86_64-1.txz +-rw-r--r-- 1 root root 195 2025-02-09 19:51 ./slackware64/ap/vim-9.1.1094-x86_64-1.txz.asc -rw-r--r-- 1 root root 604 2023-03-05 21:21 ./slackware64/ap/vorbis-tools-1.4.2-x86_64-4.txt -rw-r--r-- 1 root root 178980 2023-03-05 21:21 ./slackware64/ap/vorbis-tools-1.4.2-x86_64-4.txz -rw-r--r-- 1 root root 163 2023-03-05 21:21 ./slackware64/ap/vorbis-tools-1.4.2-x86_64-4.txz.asc @@ -1332,7 +1332,7 @@ drwxr-xr-x 2 root root 20480 2025-02-05 23:25 ./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 2025-02-08 23:56 ./slackware64/d +drwxr-xr-x 2 root root 20480 2025-02-09 21:50 ./slackware64/d -rw-r--r-- 1 root root 579 2025-02-07 18:09 ./slackware64/d/AMF-headers-1.4.36-noarch-1.txt -rw-r--r-- 1 root root 59880 2025-02-07 18:09 ./slackware64/d/AMF-headers-1.4.36-noarch-1.txz -rw-r--r-- 1 root root 195 2025-02-07 18:09 ./slackware64/d/AMF-headers-1.4.36-noarch-1.txz.asc @@ -1357,9 +1357,9 @@ drwxr-xr-x 2 root root 20480 2025-02-08 23:56 ./slackware64/d -rw-r--r-- 1 root root 552 2025-01-25 18:24 ./slackware64/d/cargo-vendor-filterer-0.5.17-x86_64-1.txt -rw-r--r-- 1 root root 761792 2025-01-25 18:24 ./slackware64/d/cargo-vendor-filterer-0.5.17-x86_64-1.txz -rw-r--r-- 1 root root 195 2025-01-25 18:24 ./slackware64/d/cargo-vendor-filterer-0.5.17-x86_64-1.txz.asc --rw-r--r-- 1 root root 662 2024-08-12 06:12 ./slackware64/d/cbindgen-0.26.0-x86_64-3.txt --rw-r--r-- 1 root root 1366708 2024-08-12 06:12 ./slackware64/d/cbindgen-0.26.0-x86_64-3.txz --rw-r--r-- 1 root root 195 2024-08-12 06:12 ./slackware64/d/cbindgen-0.26.0-x86_64-3.txz.asc +-rw-r--r-- 1 root root 662 2025-02-09 19:02 ./slackware64/d/cbindgen-0.28.0-x86_64-1.txt +-rw-r--r-- 1 root root 1523880 2025-02-09 19:02 ./slackware64/d/cbindgen-0.28.0-x86_64-1.txz +-rw-r--r-- 1 root root 195 2025-02-09 19:02 ./slackware64/d/cbindgen-0.28.0-x86_64-1.txz.asc -rw-r--r-- 1 root root 350 2025-01-10 18:24 ./slackware64/d/ccache-4.10.2-x86_64-2.txt -rw-r--r-- 1 root root 602316 2025-01-10 18:24 ./slackware64/d/ccache-4.10.2-x86_64-2.txz -rw-r--r-- 1 root root 195 2025-01-10 18:24 ./slackware64/d/ccache-4.10.2-x86_64-2.txz.asc @@ -1529,9 +1529,9 @@ drwxr-xr-x 2 root root 20480 2025-02-08 23:56 ./slackware64/d -rw-r--r-- 1 root root 398 2024-07-01 19:18 ./slackware64/d/poke-4.2-x86_64-1.txt -rw-r--r-- 1 root root 896496 2024-07-01 19:18 ./slackware64/d/poke-4.2-x86_64-1.txz -rw-r--r-- 1 root root 195 2024-07-01 19:18 ./slackware64/d/poke-4.2-x86_64-1.txz.asc --rw-r--r-- 1 root root 270 2025-01-26 18:23 ./slackware64/d/python-pip-25.0-x86_64-1.txt --rw-r--r-- 1 root root 2394040 2025-01-26 18:23 ./slackware64/d/python-pip-25.0-x86_64-1.txz --rw-r--r-- 1 root root 195 2025-01-26 18:23 ./slackware64/d/python-pip-25.0-x86_64-1.txz.asc +-rw-r--r-- 1 root root 270 2025-02-09 19:35 ./slackware64/d/python-pip-25.0.1-x86_64-1.txt +-rw-r--r-- 1 root root 2394576 2025-02-09 19:35 ./slackware64/d/python-pip-25.0.1-x86_64-1.txz +-rw-r--r-- 1 root root 195 2025-02-09 19:35 ./slackware64/d/python-pip-25.0.1-x86_64-1.txz.asc -rw-r--r-- 1 root root 562 2025-01-09 19:05 ./slackware64/d/python-setuptools-75.8.0-x86_64-1.txt -rw-r--r-- 1 root root 1805440 2025-01-09 19:05 ./slackware64/d/python-setuptools-75.8.0-x86_64-1.txz -rw-r--r-- 1 root root 195 2025-01-09 19:05 ./slackware64/d/python-setuptools-75.8.0-x86_64-1.txz.asc @@ -1556,9 +1556,9 @@ drwxr-xr-x 2 root root 20480 2025-02-08 23:56 ./slackware64/d -rw-r--r-- 1 root root 426 2025-01-31 19:33 ./slackware64/d/rust-1.84.1-x86_64-1.txt -rw-r--r-- 1 root root 127806044 2025-01-31 19:33 ./slackware64/d/rust-1.84.1-x86_64-1.txz -rw-r--r-- 1 root root 195 2025-01-31 19:33 ./slackware64/d/rust-1.84.1-x86_64-1.txz.asc --rw-r--r-- 1 root root 352 2024-08-21 17:28 ./slackware64/d/rust-bindgen-0.70.1-x86_64-1.txt --rw-r--r-- 1 root root 1701628 2024-08-21 17:28 ./slackware64/d/rust-bindgen-0.70.1-x86_64-1.txz --rw-r--r-- 1 root root 195 2024-08-21 17:28 ./slackware64/d/rust-bindgen-0.70.1-x86_64-1.txz.asc +-rw-r--r-- 1 root root 352 2025-02-09 19:40 ./slackware64/d/rust-bindgen-0.71.1-x86_64-1.txt +-rw-r--r-- 1 root root 1957936 2025-02-09 19:40 ./slackware64/d/rust-bindgen-0.71.1-x86_64-1.txz +-rw-r--r-- 1 root root 195 2025-02-09 19:40 ./slackware64/d/rust-bindgen-0.71.1-x86_64-1.txz.asc -rw-r--r-- 1 root root 309 2021-05-21 18:57 ./slackware64/d/sassc-3.6.2-x86_64-1.txt -rw-r--r-- 1 root root 7420 2021-05-21 18:57 ./slackware64/d/sassc-3.6.2-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-05-21 18:57 ./slackware64/d/sassc-3.6.2-x86_64-1.txz.asc @@ -2709,7 +2709,7 @@ drwxr-xr-x 2 root root 86016 2025-02-07 20:37 ./slackware64/kde -rw-r--r-- 1 root root 60348 2024-05-19 23:50 ./slackware64/kde/prison-5.116.0-x86_64-1.txz -rw-r--r-- 1 root root 195 2024-05-19 23:50 ./slackware64/kde/prison-5.116.0-x86_64-1.txz.asc -rw-r--r-- 1 root root 376 2024-11-14 19:26 ./slackware64/kde/pulseaudio-qt-1.6.1-x86_64-1.txt --rw-r--r-- 1 root root 98900 2024-11-14 19:26 ./slackware64/kde/pulseaudio-qt-1.6.1-x86_64-1.txz +-rw-r--r-- 1 root root 98900 2024-11-14 19:26 ./slackware64/kde/pulseaudio-qt-1.6.1-x86_64-1.txz -rw-r--r-- 1 root root 195 2024-11-14 19:26 ./slackware64/kde/pulseaudio-qt-1.6.1-x86_64-1.txz.asc -rw-r--r-- 1 root root 503 2024-05-20 00:06 ./slackware64/kde/purpose-5.116.0-x86_64-1.txt -rw-r--r-- 1 root root 283540 2024-05-20 00:06 ./slackware64/kde/purpose-5.116.0-x86_64-1.txz @@ -2793,7 +2793,7 @@ drwxr-xr-x 2 root root 86016 2025-02-07 20:37 ./slackware64/kde -rw-r--r-- 1 root root 517 2024-02-15 21:47 ./slackware64/kde/zanshin-23.08.5-x86_64-1.txt -rw-r--r-- 1 root root 686104 2024-02-15 21:47 ./slackware64/kde/zanshin-23.08.5-x86_64-1.txz -rw-r--r-- 1 root root 163 2024-02-15 21:47 ./slackware64/kde/zanshin-23.08.5-x86_64-1.txz.asc -drwxr-xr-x 2 root root 102400 2025-02-08 23:56 ./slackware64/l +drwxr-xr-x 2 root root 102400 2025-02-09 21:50 ./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 @@ -2818,9 +2818,9 @@ drwxr-xr-x 2 root root 102400 2025-02-08 23:56 ./slackware64/l -rw-r--r-- 1 root root 667 2024-11-22 00:49 ./slackware64/l/QScintilla-2.14.1-x86_64-4.txt -rw-r--r-- 1 root root 2173756 2024-11-22 00:49 ./slackware64/l/QScintilla-2.14.1-x86_64-4.txz -rw-r--r-- 1 root root 195 2024-11-22 00:49 ./slackware64/l/QScintilla-2.14.1-x86_64-4.txz.asc --rw-r--r-- 1 root root 377 2025-02-02 19:45 ./slackware64/l/SDL2-2.30.12-x86_64-1.txt --rw-r--r-- 1 root root 968468 2025-02-02 19:45 ./slackware64/l/SDL2-2.30.12-x86_64-1.txz --rw-r--r-- 1 root root 195 2025-02-02 19:45 ./slackware64/l/SDL2-2.30.12-x86_64-1.txz.asc +-rw-r--r-- 1 root root 377 2025-02-09 19:46 ./slackware64/l/SDL2-2.32.0-x86_64-1.txt +-rw-r--r-- 1 root root 965872 2025-02-09 19:46 ./slackware64/l/SDL2-2.32.0-x86_64-1.txz +-rw-r--r-- 1 root root 195 2025-02-09 19:46 ./slackware64/l/SDL2-2.32.0-x86_64-1.txz.asc -rw-r--r-- 1 root root 325 2021-02-13 06:10 ./slackware64/l/SDL2_gfx-1.0.4-x86_64-3.txt -rw-r--r-- 1 root root 31184 2021-02-13 06:10 ./slackware64/l/SDL2_gfx-1.0.4-x86_64-3.txz -rw-r--r-- 1 root root 163 2021-02-13 06:10 ./slackware64/l/SDL2_gfx-1.0.4-x86_64-3.txz.asc @@ -3058,9 +3058,9 @@ drwxr-xr-x 2 root root 102400 2025-02-08 23:56 ./slackware64/l -rw-r--r-- 1 root root 456 2022-02-20 22:14 ./slackware64/l/gdk-pixbuf2-xlib-2.40.2-x86_64-4.txt -rw-r--r-- 1 root root 45008 2022-02-20 22:14 ./slackware64/l/gdk-pixbuf2-xlib-2.40.2-x86_64-4.txz -rw-r--r-- 1 root root 163 2022-02-20 22:14 ./slackware64/l/gdk-pixbuf2-xlib-2.40.2-x86_64-4.txz.asc --rw-r--r-- 1 root root 406 2024-12-27 20:00 ./slackware64/l/gegl-0.4.52-x86_64-1.txt --rw-r--r-- 1 root root 4289596 2024-12-27 20:00 ./slackware64/l/gegl-0.4.52-x86_64-1.txz --rw-r--r-- 1 root root 195 2024-12-27 20:00 ./slackware64/l/gegl-0.4.52-x86_64-1.txz.asc +-rw-r--r-- 1 root root 406 2025-02-09 20:18 ./slackware64/l/gegl-0.4.54-x86_64-1.txt +-rw-r--r-- 1 root root 4289172 2025-02-09 20:18 ./slackware64/l/gegl-0.4.54-x86_64-1.txz +-rw-r--r-- 1 root root 195 2025-02-09 20:18 ./slackware64/l/gegl-0.4.54-x86_64-1.txz.asc -rw-r--r-- 1 root root 295 2024-11-22 00:53 ./slackware64/l/gexiv2-0.14.3-x86_64-2.txt -rw-r--r-- 1 root root 736472 2024-11-22 00:53 ./slackware64/l/gexiv2-0.14.3-x86_64-2.txz -rw-r--r-- 1 root root 195 2024-11-22 00:53 ./slackware64/l/gexiv2-0.14.3-x86_64-2.txz.asc @@ -3360,9 +3360,9 @@ drwxr-xr-x 2 root root 102400 2025-02-08 23:56 ./slackware64/l -rw-r--r-- 1 root root 292 2021-02-13 07:02 ./slackware64/l/libfakekey-0.3-x86_64-4.txt -rw-r--r-- 1 root root 16452 2021-02-13 07:02 ./slackware64/l/libfakekey-0.3-x86_64-4.txz -rw-r--r-- 1 root root 163 2021-02-13 07:02 ./slackware64/l/libfakekey-0.3-x86_64-4.txz.asc --rw-r--r-- 1 root root 506 2024-02-18 19:48 ./slackware64/l/libffi-3.4.6-x86_64-1.txt --rw-r--r-- 1 root root 48440 2024-02-18 19:48 ./slackware64/l/libffi-3.4.6-x86_64-1.txz --rw-r--r-- 1 root root 163 2024-02-18 19:48 ./slackware64/l/libffi-3.4.6-x86_64-1.txz.asc +-rw-r--r-- 1 root root 506 2025-02-09 19:28 ./slackware64/l/libffi-3.4.7-x86_64-1.txt +-rw-r--r-- 1 root root 60104 2025-02-09 19:28 ./slackware64/l/libffi-3.4.7-x86_64-1.txz +-rw-r--r-- 1 root root 195 2025-02-09 19:28 ./slackware64/l/libffi-3.4.7-x86_64-1.txz.asc -rw-r--r-- 1 root root 347 2021-02-13 07:02 ./slackware64/l/libglade-2.6.4-x86_64-8.txt -rw-r--r-- 1 root root 89560 2021-02-13 07:02 ./slackware64/l/libglade-2.6.4-x86_64-8.txz -rw-r--r-- 1 root root 163 2021-02-13 07:02 ./slackware64/l/libglade-2.6.4-x86_64-8.txz.asc @@ -3474,9 +3474,9 @@ drwxr-xr-x 2 root root 102400 2025-02-08 23:56 ./slackware64/l -rw-r--r-- 1 root root 304 2021-06-05 17:58 ./slackware64/l/libogg-1.3.5-x86_64-1.txt -rw-r--r-- 1 root root 194588 2021-06-05 17:58 ./slackware64/l/libogg-1.3.5-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-06-05 17:58 ./slackware64/l/libogg-1.3.5-x86_64-1.txz.asc --rw-r--r-- 1 root root 577 2021-02-13 07:08 ./slackware64/l/liboggz-1.1.1-x86_64-5.txt --rw-r--r-- 1 root root 276272 2021-02-13 07:08 ./slackware64/l/liboggz-1.1.1-x86_64-5.txz --rw-r--r-- 1 root root 163 2021-02-13 07:08 ./slackware64/l/liboggz-1.1.1-x86_64-5.txz.asc +-rw-r--r-- 1 root root 577 2025-02-09 19:32 ./slackware64/l/liboggz-1.1.2-x86_64-1.txt +-rw-r--r-- 1 root root 307980 2025-02-09 19:32 ./slackware64/l/liboggz-1.1.2-x86_64-1.txz +-rw-r--r-- 1 root root 195 2025-02-09 19:32 ./slackware64/l/liboggz-1.1.2-x86_64-1.txz.asc -rw-r--r-- 1 root root 574 2021-02-13 07:08 ./slackware64/l/liboil-0.3.17-x86_64-4.txt -rw-r--r-- 1 root root 163640 2021-02-13 07:08 ./slackware64/l/liboil-0.3.17-x86_64-4.txz -rw-r--r-- 1 root root 163 2021-02-13 07:08 ./slackware64/l/liboil-0.3.17-x86_64-4.txz.asc @@ -4158,7 +4158,7 @@ drwxr-xr-x 2 root root 102400 2025-02-08 23:56 ./slackware64/l -rw-r--r-- 1 root root 403 2025-01-03 18:23 ./slackware64/l/zxing-cpp-2.3.0-x86_64-1.txt -rw-r--r-- 1 root root 754144 2025-01-03 18:23 ./slackware64/l/zxing-cpp-2.3.0-x86_64-1.txz -rw-r--r-- 1 root root 195 2025-01-03 18:23 ./slackware64/l/zxing-cpp-2.3.0-x86_64-1.txz.asc -drwxr-xr-x 2 root root 36864 2025-02-08 23:56 ./slackware64/n +drwxr-xr-x 2 root root 36864 2025-02-09 21:50 ./slackware64/n -rw-r--r-- 1 root root 357 2024-08-21 17:23 ./slackware64/n/ModemManager-1.22.0-x86_64-1.txt -rw-r--r-- 1 root root 1520380 2024-08-21 17:23 ./slackware64/n/ModemManager-1.22.0-x86_64-1.txz -rw-r--r-- 1 root root 195 2024-08-21 17:23 ./slackware64/n/ModemManager-1.22.0-x86_64-1.txz.asc @@ -4508,9 +4508,9 @@ drwxr-xr-x 2 root root 36864 2025-02-08 23:56 ./slackware64/n -rw-r--r-- 1 root root 559 2024-10-23 19:07 ./slackware64/n/openssl-3.4.0-x86_64-1.txt -rw-r--r-- 1 root root 5749448 2024-10-23 19:07 ./slackware64/n/openssl-3.4.0-x86_64-1.txz -rw-r--r-- 1 root root 195 2024-10-23 19:07 ./slackware64/n/openssl-3.4.0-x86_64-1.txz.asc --rw-r--r-- 1 root root 583 2024-10-22 18:26 ./slackware64/n/openssl11-1.1.1zb-x86_64-1.txt --rw-r--r-- 1 root root 1799304 2024-10-22 18:26 ./slackware64/n/openssl11-1.1.1zb-x86_64-1.txz --rw-r--r-- 1 root root 195 2024-10-22 18:26 ./slackware64/n/openssl11-1.1.1zb-x86_64-1.txz.asc +-rw-r--r-- 1 root root 583 2025-02-09 21:24 ./slackware64/n/openssl11-1.1.1zb_p2-x86_64-1.txt +-rw-r--r-- 1 root root 1800008 2025-02-09 21:24 ./slackware64/n/openssl11-1.1.1zb_p2-x86_64-1.txz +-rw-r--r-- 1 root root 195 2025-02-09 21:24 ./slackware64/n/openssl11-1.1.1zb_p2-x86_64-1.txz.asc -rw-r--r-- 1 root root 430 2025-01-15 18:11 ./slackware64/n/openvpn-2.6.13-x86_64-1.txt -rw-r--r-- 1 root root 610876 2025-01-15 18:11 ./slackware64/n/openvpn-2.6.13-x86_64-1.txz -rw-r--r-- 1 root root 195 2025-01-15 18:11 ./slackware64/n/openvpn-2.6.13-x86_64-1.txz.asc @@ -5484,7 +5484,7 @@ drwxr-xr-x 2 root root 65536 2025-02-06 23:31 ./slackware64/x -rw-r--r-- 1 root root 307 2024-03-24 17:44 ./slackware64/x/xload-1.2.0-x86_64-1.txt -rw-r--r-- 1 root root 23332 2024-03-24 17:44 ./slackware64/x/xload-1.2.0-x86_64-1.txz -rw-r--r-- 1 root root 195 2024-03-24 17:44 ./slackware64/x/xload-1.2.0-x86_64-1.txz.asc --rw-r--r-- 1 root root 293 2024-11-14 19:36 ./slackware64/x/xlogo-1.0.7-x86_64-1.txt +-rw-r--r-- 1 root root 293 2024-11-14 19:36 ./slackware64/x/xlogo-1.0.7-x86_64-1.txt -rw-r--r-- 1 root root 26468 2024-11-14 19:36 ./slackware64/x/xlogo-1.0.7-x86_64-1.txz -rw-r--r-- 1 root root 195 2024-11-14 19:36 ./slackware64/x/xlogo-1.0.7-x86_64-1.txz.asc -rw-r--r-- 1 root root 348 2022-11-14 19:35 ./slackware64/x/xlsatoms-1.1.4-x86_64-1.txt @@ -5592,7 +5592,7 @@ drwxr-xr-x 2 root root 65536 2025-02-06 23:31 ./slackware64/x -rw-r--r-- 1 root root 213 2024-10-13 18:29 ./slackware64/x/xwud-1.0.7-x86_64-1.txt -rw-r--r-- 1 root root 26124 2024-10-13 18:29 ./slackware64/x/xwud-1.0.7-x86_64-1.txz -rw-r--r-- 1 root root 195 2024-10-13 18:29 ./slackware64/x/xwud-1.0.7-x86_64-1.txz.asc -drwxr-xr-x 2 root root 16384 2025-02-07 20:37 ./slackware64/xap +drwxr-xr-x 2 root root 16384 2025-02-09 21:50 ./slackware64/xap -rw-r--r-- 1 root root 625 2024-08-12 23:22 ./slackware64/xap/MPlayer-20240812-x86_64-1.txt -rw-r--r-- 1 root root 2722348 2024-08-12 23:22 ./slackware64/xap/MPlayer-20240812-x86_64-1.txz -rw-r--r-- 1 root root 195 2024-08-12 23:22 ./slackware64/xap/MPlayer-20240812-x86_64-1.txz.asc @@ -5715,9 +5715,9 @@ drwxr-xr-x 2 root root 16384 2025-02-07 20:37 ./slackware64/xap -rw-r--r-- 1 root root 1358104 2024-08-12 23:23 ./slackware64/xap/ssr-0.4.4-x86_64-3.txz -rw-r--r-- 1 root root 195 2024-08-12 23:23 ./slackware64/xap/ssr-0.4.4-x86_64-3.txz.asc -rw-r--r-- 1 root root 719 2025-01-11 21:40 ./slackware64/xap/tagfile --rw-r--r-- 1 root root 527 2025-01-24 22:05 ./slackware64/xap/vim-gvim-9.1.1050-x86_64-1.txt --rw-r--r-- 1 root root 1821260 2025-01-24 22:05 ./slackware64/xap/vim-gvim-9.1.1050-x86_64-1.txz --rw-r--r-- 1 root root 195 2025-01-24 22:05 ./slackware64/xap/vim-gvim-9.1.1050-x86_64-1.txz.asc +-rw-r--r-- 1 root root 527 2025-02-09 19:51 ./slackware64/xap/vim-gvim-9.1.1094-x86_64-1.txt +-rw-r--r-- 1 root root 1825000 2025-02-09 19:51 ./slackware64/xap/vim-gvim-9.1.1094-x86_64-1.txz +-rw-r--r-- 1 root root 195 2025-02-09 19:51 ./slackware64/xap/vim-gvim-9.1.1094-x86_64-1.txz.asc -rw-r--r-- 1 root root 455 2023-12-05 23:07 ./slackware64/xap/windowmaker-0.96.0-x86_64-2.txt -rw-r--r-- 1 root root 1782724 2023-12-05 23:07 ./slackware64/xap/windowmaker-0.96.0-x86_64-2.txz -rw-r--r-- 1 root root 163 2023-12-05 23:07 ./slackware64/xap/windowmaker-0.96.0-x86_64-2.txz.asc @@ -5760,7 +5760,7 @@ drwxr-xr-x 2 root root 16384 2025-02-07 20:37 ./slackware64/xap -rw-r--r-- 1 root root 230 2024-12-24 00:55 ./slackware64/xap/xsnow-3.8.3-x86_64-1.txt -rw-r--r-- 1 root root 1832908 2024-12-24 00:55 ./slackware64/xap/xsnow-3.8.3-x86_64-1.txz -rw-r--r-- 1 root root 195 2024-12-24 00:55 ./slackware64/xap/xsnow-3.8.3-x86_64-1.txz.asc -drwxr-xr-x 2 root root 12288 2025-02-07 20:37 ./slackware64/xfce +drwxr-xr-x 2 root root 12288 2025-02-09 21:50 ./slackware64/xfce -rw-r--r-- 1 root root 253 2024-12-18 19:53 ./slackware64/xfce/Greybird-3.23.4-noarch-1.txt -rw-r--r-- 1 root root 200808 2024-12-18 19:53 ./slackware64/xfce/Greybird-3.23.4-noarch-1.txz -rw-r--r-- 1 root root 195 2024-12-18 19:53 ./slackware64/xfce/Greybird-3.23.4-noarch-1.txz.asc @@ -5832,9 +5832,9 @@ drwxr-xr-x 2 root root 12288 2025-02-07 20:37 ./slackware64/xfce -rw-r--r-- 1 root root 449 2024-12-22 00:02 ./slackware64/xfce/xfce4-session-4.20.0-x86_64-3.txt -rw-r--r-- 1 root root 365328 2024-12-22 00:02 ./slackware64/xfce/xfce4-session-4.20.0-x86_64-3.txz -rw-r--r-- 1 root root 195 2024-12-22 00:02 ./slackware64/xfce/xfce4-session-4.20.0-x86_64-3.txz.asc --rw-r--r-- 1 root root 377 2024-12-17 21:07 ./slackware64/xfce/xfce4-settings-4.20.0-x86_64-2.txt --rw-r--r-- 1 root root 923684 2024-12-17 21:07 ./slackware64/xfce/xfce4-settings-4.20.0-x86_64-2.txz --rw-r--r-- 1 root root 195 2024-12-17 21:07 ./slackware64/xfce/xfce4-settings-4.20.0-x86_64-2.txz.asc +-rw-r--r-- 1 root root 377 2025-02-09 19:47 ./slackware64/xfce/xfce4-settings-4.20.1-x86_64-1.txt +-rw-r--r-- 1 root root 923392 2025-02-09 19:47 ./slackware64/xfce/xfce4-settings-4.20.1-x86_64-1.txz +-rw-r--r-- 1 root root 195 2025-02-09 19:47 ./slackware64/xfce/xfce4-settings-4.20.1-x86_64-1.txz.asc -rw-r--r-- 1 root root 402 2024-12-25 17:39 ./slackware64/xfce/xfce4-systemload-plugin-1.3.3-x86_64-1.txt -rw-r--r-- 1 root root 56416 2024-12-25 17:39 ./slackware64/xfce/xfce4-systemload-plugin-1.3.3-x86_64-1.txz -rw-r--r-- 1 root root 195 2024-12-25 17:39 ./slackware64/xfce/xfce4-systemload-plugin-1.3.3-x86_64-1.txz.asc @@ -5877,11 +5877,11 @@ drwxr-xr-x 2 root root 4096 2024-12-23 23:46 ./slackware64/y -rw-r--r-- 1 root root 1488844 2024-05-05 17:22 ./slackware64/y/nethack-3.6.7-x86_64-2.txz -rw-r--r-- 1 root root 195 2024-05-05 17:22 ./slackware64/y/nethack-3.6.7-x86_64-2.txz.asc -rw-r--r-- 1 root root 36 2024-12-23 23:42 ./slackware64/y/tagfile -drwxr-xr-x 18 root root 4096 2025-02-08 23:57 ./source --rw-r--r-- 1 root root 639279 2025-02-08 23:57 ./source/CHECKSUMS.md5 --rw-r--r-- 1 root root 195 2025-02-08 23:57 ./source/CHECKSUMS.md5.asc --rw-r--r-- 1 root root 894831 2025-02-08 23:57 ./source/FILE_LIST --rw-r--r-- 1 root root 31933546 2025-02-08 23:57 ./source/MANIFEST.bz2 +drwxr-xr-x 18 root root 4096 2025-02-09 21:51 ./source +-rw-r--r-- 1 root root 639374 2025-02-09 21:51 ./source/CHECKSUMS.md5 +-rw-r--r-- 1 root root 195 2025-02-09 21:51 ./source/CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 894941 2025-02-09 21:51 ./source/FILE_LIST +-rw-r--r-- 1 root root 31915609 2025-02-09 21:51 ./source/MANIFEST.bz2 -rw-r--r-- 1 root root 828 2022-02-02 04:43 ./source/README.TXT drwxr-xr-x 127 root root 4096 2025-02-04 19:15 ./source/a -rw-r--r-- 1 root root 339 2023-09-28 19:06 ./source/a/FTBFSlog @@ -6754,7 +6754,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 4334 2025-02-07 22:24 ./source/a/pkgtools/manpages/removepkg.8 -rw-r--r-- 1 root root 3048 2023-05-14 16:46 ./source/a/pkgtools/manpages/upgradepkg.8 --rwxr-xr-x 1 root root 4073 2025-02-08 21:21 ./source/a/pkgtools/pkgtools.SlackBuild +-rwxr-xr-x 1 root root 4073 2025-02-09 18:49 ./source/a/pkgtools/pkgtools.SlackBuild drwxr-xr-x 2 root root 4096 2024-12-22 19:12 ./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 31479 2025-02-08 21:40 ./source/a/pkgtools/scripts/installpkg @@ -6763,7 +6763,7 @@ drwxr-xr-x 2 root root 4096 2024-12-22 19:12 ./source/a/pkgtools/scripts -rw-r--r-- 1 root root 18237 2024-09-28 21:56 ./source/a/pkgtools/scripts/makepkg -rw-r--r-- 1 root root 4714 2021-04-24 18:44 ./source/a/pkgtools/scripts/pkgdiff -rw-r--r-- 1 root root 22027 2024-12-06 21:43 ./source/a/pkgtools/scripts/pkgtool --rw-r--r-- 1 root root 20000 2025-02-08 22:21 ./source/a/pkgtools/scripts/removepkg +-rw-r--r-- 1 root root 20106 2025-02-09 18:48 ./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 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 @@ -7473,9 +7473,9 @@ drwxr-xr-x 2 root root 4096 2024-05-04 00:01 ./source/ap/powertop -rw-r--r-- 1 root root 231681 2022-09-29 11:46 ./source/ap/powertop/powertop-2.15.tar.lz -rwxr-xr-x 1 root root 4280 2024-05-04 00:01 ./source/ap/powertop/powertop.SlackBuild -rw-r--r-- 1 root root 997 2018-02-27 06:12 ./source/ap/powertop/slack-desc -drwxr-xr-x 2 root root 4096 2024-10-10 17:40 ./source/ap/qpdf --rw-r--r-- 1 root root 12445284 2024-06-07 15:02 ./source/ap/qpdf/qpdf-11.9.1.tar.lz --rwxr-xr-x 1 root root 4104 2024-10-10 17:40 ./source/ap/qpdf/qpdf.SlackBuild +drwxr-xr-x 2 root root 4096 2025-02-09 19:36 ./source/ap/qpdf +-rw-r--r-- 1 root root 13033909 2025-02-08 20:52 ./source/ap/qpdf/qpdf-11.10.0.tar.lz +-rwxr-xr-x 1 root root 4048 2025-02-09 19:36 ./source/ap/qpdf/qpdf.SlackBuild -rw-r--r-- 1 root root 50 2018-06-24 18:11 ./source/ap/qpdf/qpdf.url -rw-r--r-- 1 root root 978 2018-02-27 06:12 ./source/ap/qpdf/slack-desc drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/ap/radeontool @@ -7671,14 +7671,14 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/ap/vbetool -rw-r--r-- 1 root root 24915 2015-12-20 20:37 ./source/ap/vbetool/vbetool-1.2.2.tar.gz -rwxr-xr-x 1 root root 3202 2021-02-13 05:31 ./source/ap/vbetool/vbetool.SlackBuild -rw-r--r-- 1 root root 129 2008-11-24 18:23 ./source/ap/vbetool/vbetool.info -drwxr-xr-x 2 root root 4096 2025-01-24 22:04 ./source/ap/vim +drwxr-xr-x 2 root root 4096 2025-02-09 19:50 ./source/ap/vim -rw-r--r-- 1 root root 299348 2009-07-09 22:03 ./source/ap/vim/ctags-5.8.tar.xz -rw-r--r-- 1 root root 2768 2022-02-12 08:11 ./source/ap/vim/ctags.use-conventional-unused-marker.patch.gz -rw-r--r-- 1 root root 505 2022-09-26 18:00 ./source/ap/vim/doinst.sh.gz -rw-r--r-- 1 root root 8249 2006-01-19 17:01 ./source/ap/vim/gvim.png -rw-r--r-- 1 root root 858 2023-08-07 19:00 ./source/ap/vim/slack-desc.vim -rw-r--r-- 1 root root 983 2023-08-07 19:01 ./source/ap/vim/slack-desc.vim-gvim --rw-r--r-- 1 root root 11874791 2025-01-24 22:03 ./source/ap/vim/vim-9.1.1050.tar.lz +-rw-r--r-- 1 root root 11904047 2025-02-09 19:49 ./source/ap/vim/vim-9.1.1094.tar.lz -rwxr-xr-x 1 root root 6295 2024-08-29 19:19 ./source/ap/vim/vim-gvim.SlackBuild -rwxr-xr-x 1 root root 7686 2024-08-29 19:19 ./source/ap/vim/vim.SlackBuild -rw-r--r-- 1 root root 76 2022-12-08 18:30 ./source/ap/vim/vim.url @@ -7714,7 +7714,7 @@ drwxr-xr-x 2 root root 4096 2024-05-12 05:06 ./source/ap/zsh -rwxr-xr-x 1 root root 4423 2024-05-12 05:06 ./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 75 root root 4096 2025-02-02 19:32 ./source/d +drwxr-xr-x 75 root root 4096 2025-02-09 19:44 ./source/d drwxr-xr-x 2 root root 4096 2025-02-07 18:09 ./source/d/AMF-headers -rw-r--r-- 1 root root 82045 2025-02-04 19:10 ./source/d/AMF-headers/AMF-headers-v1.4.36.tar.gz -rwxr-xr-x 1 root root 2898 2025-02-02 22:27 ./source/d/AMF-headers/AMF-headers.SlackBuild @@ -7774,11 +7774,11 @@ drwxr-xr-x 2 root root 4096 2025-01-25 18:23 ./source/d/cargo-vendor-filt -rwxr-xr-x 1 root root 3648 2025-01-25 18:23 ./source/d/cargo-vendor-filterer/cargo-vendor-filterer.SlackBuild -rwxr-xr-x 1 root root 1229 2025-01-25 18:22 ./source/d/cargo-vendor-filterer/fetch-sources.sh -rw-r--r-- 1 root root 1053 2022-12-07 17:52 ./source/d/cargo-vendor-filterer/slack-desc -drwxr-xr-x 2 root root 4096 2024-08-12 06:11 ./source/d/cbindgen --rw-r--r-- 1 root root 1377219 2023-09-13 18:44 ./source/d/cbindgen/cargo-cbindgen-0.26.0.tar.lz --rw-r--r-- 1 root root 164355 2023-09-13 18:44 ./source/d/cbindgen/cbindgen-0.26.0.tar.lz --rwxr-xr-x 1 root root 3651 2024-08-12 06:11 ./source/d/cbindgen/cbindgen.SlackBuild --rwxr-xr-x 1 root root 831 2023-09-13 18:44 ./source/d/cbindgen/fetch-sources.sh +drwxr-xr-x 2 root root 4096 2025-02-09 19:01 ./source/d/cbindgen +-rw-r--r-- 1 root root 2189929 2025-02-09 19:01 ./source/d/cbindgen/cargo-cbindgen-0.28.0.tar.lz +-rw-r--r-- 1 root root 176761 2025-02-09 19:01 ./source/d/cbindgen/cbindgen-0.28.0.tar.lz +-rwxr-xr-x 1 root root 3651 2025-02-09 19:01 ./source/d/cbindgen/cbindgen.SlackBuild +-rwxr-xr-x 1 root root 831 2025-02-09 19:01 ./source/d/cbindgen/fetch-sources.sh -rw-r--r-- 1 root root 1150 2022-12-07 17:56 ./source/d/cbindgen/slack-desc drwxr-xr-x 2 root root 4096 2024-07-22 18:17 ./source/d/ccache -rw-r--r-- 1 root root 485460 2024-07-22 14:38 ./source/d/ccache/ccache-4.10.2.tar.xz @@ -8097,8 +8097,8 @@ drwxr-xr-x 2 root root 4096 2024-07-01 19:16 ./source/d/poke -rwxr-xr-x 1 root root 5862 2024-06-01 17:19 ./source/d/poke/poke.SlackBuild -rw-r--r-- 1 root root 31 2024-03-31 18:24 ./source/d/poke/poke.url -rw-r--r-- 1 root root 850 2021-02-27 04:48 ./source/d/poke/slack-desc -drwxr-xr-x 2 root root 4096 2025-01-26 18:22 ./source/d/python-pip --rw-r--r-- 1 root root 1344135 2025-01-26 12:40 ./source/d/python-pip/pip-25.0.tar.lz +drwxr-xr-x 2 root root 4096 2025-02-09 19:35 ./source/d/python-pip +-rw-r--r-- 1 root root 1344288 2025-02-09 17:14 ./source/d/python-pip/pip-25.0.1.tar.lz -rw-r--r-- 1 root root 33 2018-03-29 06:10 ./source/d/python-pip/pip.url -rwxr-xr-x 1 root root 3283 2025-01-26 18:23 ./source/d/python-pip/python-pip.SlackBuild -rw-r--r-- 1 root root 760 2018-02-27 06:13 ./source/d/python-pip/slack-desc @@ -8146,10 +8146,10 @@ drwxr-xr-x 2 root root 4096 2024-12-26 21:16 ./source/d/ruby -rwxr-xr-x 1 root root 4543 2024-11-05 18:46 ./source/d/ruby/ruby.SlackBuild -rw-r--r-- 1 root root 838 2024-01-31 01:32 ./source/d/ruby/slack-desc drwxr-xr-x 2 root root 4096 2025-01-31 18:35 ./source/d/rust -drwxr-xr-x 2 root root 4096 2024-08-21 17:27 ./source/d/rust-bindgen --rw-r--r-- 1 root root 2427511 2024-08-21 17:27 ./source/d/rust-bindgen/cargo-rust-bindgen-0.70.1.tar.lz --rwxr-xr-x 1 root root 898 2024-08-21 17:27 ./source/d/rust-bindgen/fetch-sources.sh --rw-r--r-- 1 root root 1897262 2024-08-21 17:27 ./source/d/rust-bindgen/rust-bindgen-0.70.1.tar.lz +drwxr-xr-x 2 root root 4096 2025-02-09 19:39 ./source/d/rust-bindgen +-rw-r--r-- 1 root root 3160331 2025-02-09 19:38 ./source/d/rust-bindgen/cargo-rust-bindgen-0.71.1.tar.lz +-rwxr-xr-x 1 root root 898 2025-02-09 19:38 ./source/d/rust-bindgen/fetch-sources.sh +-rw-r--r-- 1 root root 1899549 2025-02-09 19:38 ./source/d/rust-bindgen/rust-bindgen-0.71.1.tar.lz -rwxr-xr-x 1 root root 3651 2024-08-17 17:47 ./source/d/rust-bindgen/rust-bindgen.SlackBuild -rw-r--r-- 1 root root 844 2022-12-07 17:56 ./source/d/rust-bindgen/slack-desc -rw-r--r-- 1 root root 944 2024-04-03 16:29 ./source/d/rust/0004-compiler-Use-wasm-ld-for-wasm-targets.patch @@ -10239,7 +10239,7 @@ drwxr-xr-x 2 root root 4096 2024-11-03 22:56 ./source/kde/wcslib -rw-r--r-- 1 root root 2662768 2024-10-28 13:58 ./source/kde/wcslib/wcslib-8.4.tar.lz -rwxr-xr-x 1 root root 4397 2024-11-03 22:56 ./source/kde/wcslib/wcslib.SlackBuild -rw-r--r-- 1 root root 44 2023-11-17 18:29 ./source/kde/wcslib/wcslib.url -drwxr-xr-x 450 root root 16384 2025-02-02 19:33 ./source/l +drwxr-xr-x 450 root root 16384 2025-02-09 19:28 ./source/l -rw-r--r-- 1 root root 2775 2024-12-27 19:56 ./source/l/FTBFSlog drwxr-xr-x 3 root root 4096 2022-03-06 19:58 ./source/l/GConf -rw-r--r-- 1 root root 1559904 2013-01-22 02:48 ./source/l/GConf/GConf-3.2.6.tar.xz @@ -10286,10 +10286,10 @@ drwxr-xr-x 2 root root 4096 2024-11-21 23:45 ./source/l/QScintilla -rw-r--r-- 1 root root 57 2017-11-26 19:43 ./source/l/QScintilla/QScintilla.url -rw-r--r-- 1 root root 1478517 2023-06-07 15:38 ./source/l/QScintilla/QScintilla_src-2.14.1.tar.lz -rw-r--r-- 1 root root 1121 2018-02-27 06:12 ./source/l/QScintilla/slack-desc -drwxr-xr-x 2 root root 4096 2025-02-02 19:40 ./source/l/SDL2 --rw-r--r-- 1 root root 5183258 2025-02-02 00:15 ./source/l/SDL2/SDL2-2.30.12.tar.lz +drwxr-xr-x 2 root root 4096 2025-02-09 19:45 ./source/l/SDL2 +-rw-r--r-- 1 root root 5215775 2025-02-08 17:32 ./source/l/SDL2/SDL2-2.32.0.tar.lz -rwxr-xr-x 1 root root 4444 2024-10-10 17:40 ./source/l/SDL2/SDL2.SlackBuild --rw-r--r-- 1 root root 122 2025-02-02 19:38 ./source/l/SDL2/SDL2.url +-rw-r--r-- 1 root root 120 2025-02-09 19:45 ./source/l/SDL2/SDL2.url -rw-r--r-- 1 root root 861 2018-02-27 06:12 ./source/l/SDL2/slack-desc drwxr-xr-x 2 root root 4096 2022-09-06 18:27 ./source/l/SDL2_gfx -rw-r--r-- 1 root root 706914 2018-03-17 03:09 ./source/l/SDL2_gfx/SDL2_gfx-1.0.4.tar.lz @@ -10731,8 +10731,8 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/l/gdk-pixbuf2-xlib -rwxr-xr-x 1 root root 5211 2024-05-15 22:42 ./source/l/gdk-pixbuf2/gdk-pixbuf2.SlackBuild -rw-r--r-- 1 root root 996 2018-02-27 06:12 ./source/l/gdk-pixbuf2/slack-desc -rw-r--r-- 1 root root 1653 2017-07-24 19:13 ./source/l/gdk-pixbuf2/update-gdk-pixbuf-loaders -drwxr-xr-x 2 root root 4096 2024-12-27 19:59 ./source/l/gegl --rw-r--r-- 1 root root 5989340 2024-12-27 10:46 ./source/l/gegl/gegl-0.4.52.tar.xz +drwxr-xr-x 2 root root 4096 2025-02-09 20:03 ./source/l/gegl +-rw-r--r-- 1 root root 6010748 2025-02-09 16:12 ./source/l/gegl/gegl-0.4.54.tar.xz -rwxr-xr-x 1 root root 4275 2024-11-04 21:48 ./source/l/gegl/gegl.SlackBuild -rw-r--r-- 1 root root 394 2020-12-21 21:41 ./source/l/gegl/gegl.no.runtime.dot.check.diff.gz -rw-r--r-- 1 root root 36 2019-02-04 19:59 ./source/l/gegl/gegl.url @@ -11296,10 +11296,10 @@ drwxr-xr-x 2 root root 4096 2022-09-06 18:27 ./source/l/libfakekey -rw-r--r-- 1 root root 9288 2017-11-24 22:31 ./source/l/libfakekey/libfakekey-0.3.tar.xz -rwxr-xr-x 1 root root 3742 2022-09-06 18:27 ./source/l/libfakekey/libfakekey.SlackBuild -rw-r--r-- 1 root root 782 2018-02-27 06:12 ./source/l/libfakekey/slack-desc -drwxr-xr-x 2 root root 4096 2024-02-18 19:48 ./source/l/libffi --rw-r--r-- 1 root root 435030 2024-02-18 14:22 ./source/l/libffi/libffi-3.4.6.tar.lz --rwxr-xr-x 1 root root 4778 2022-10-24 18:38 ./source/l/libffi/libffi.SlackBuild --rw-r--r-- 1 root root 33 2022-08-06 04:38 ./source/l/libffi/libffi.url +drwxr-xr-x 2 root root 4096 2025-02-09 19:27 ./source/l/libffi +-rw-r--r-- 1 root root 1017211 2025-02-08 16:37 ./source/l/libffi/libffi-3.4.7.tar.lz +-rwxr-xr-x 1 root root 4722 2025-02-09 19:28 ./source/l/libffi/libffi.SlackBuild +-rw-r--r-- 1 root root 111 2025-02-09 19:27 ./source/l/libffi/libffi.url -rw-r--r-- 1 root root 992 2019-12-20 18:19 ./source/l/libffi/slack-desc drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/l/libglade -rw-r--r-- 1 root root 356119 2009-03-23 15:10 ./source/l/libglade/libglade-2.6.4.tar.bz2 @@ -11478,9 +11478,9 @@ drwxr-xr-x 2 root root 4096 2021-06-05 17:58 ./source/l/libogg -rw-r--r-- 1 root root 429076 2021-06-04 03:26 ./source/l/libogg/libogg-1.3.5.tar.xz -rwxr-xr-x 1 root root 3297 2021-06-05 17:58 ./source/l/libogg/libogg.SlackBuild -rw-r--r-- 1 root root 758 2018-02-27 06:12 ./source/l/libogg/slack-desc -drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/l/liboggz --rw-r--r-- 1 root root 420788 2010-04-29 02:10 ./source/l/liboggz/liboggz-1.1.1.tar.xz --rwxr-xr-x 1 root root 3895 2021-02-13 05:32 ./source/l/liboggz/liboggz.SlackBuild +drwxr-xr-x 2 root root 4096 2025-02-09 19:30 ./source/l/liboggz +-rw-r--r-- 1 root root 405179 2025-02-08 22:17 ./source/l/liboggz/liboggz-1.1.2.tar.lz +-rwxr-xr-x 1 root root 3867 2025-02-09 19:32 ./source/l/liboggz/liboggz.SlackBuild -rw-r--r-- 1 root root 1032 2018-02-27 06:12 ./source/l/liboggz/slack-desc drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/l/liboil -rw-r--r-- 1 root root 499068 2010-02-04 21:45 ./source/l/liboil/liboil-0.3.17.tar.xz @@ -11886,7 +11886,7 @@ drwxr-xr-x 2 root root 4096 2024-04-29 18:56 ./source/l/ncurses/terminfo -rw-r--r-- 1 root root 461 2018-04-14 17:29 ./source/l/ncurses/terminfo/xterm.terminfo.diff.gz -rw-r--r-- 1 root root 13810 2017-12-25 21:08 ./source/l/ncurses/terminfo/xterm.terminfo.orig.gz drwxr-xr-x 2 root root 4096 2024-11-23 20:12 ./source/l/neon --rw-r--r-- 1 root root 636124 2024-11-23 11:28 ./source/l/neon/neon-0.34.0.tar.lz +-rw-r--r-- 1 root root 636124 2024-11-23 11:28 ./source/l/neon/neon-0.34.0.tar.lz -rwxr-xr-x 1 root root 4460 2024-11-23 20:13 ./source/l/neon/neon.SlackBuild -rw-r--r-- 1 root root 31 2020-04-18 18:41 ./source/l/neon/neon.url -rw-r--r-- 1 root root 797 2020-04-18 18:41 ./source/l/neon/slack-desc @@ -13619,15 +13619,16 @@ drwxr-xr-x 2 root root 4096 2024-10-23 19:02 ./source/n/openssl -rw-r--r-- 1 root root 132 2024-10-23 18:59 ./source/n/openssl/openssl.url -rw-r--r-- 1 root root 1014 2018-02-27 06:13 ./source/n/openssl/slack-desc.openssl -rw-r--r-- 1 root root 1085 2018-02-27 06:13 ./source/n/openssl/slack-desc.openssl-solibs -drwxr-xr-x 2 root root 4096 2024-10-22 18:23 ./source/n/openssl11 +drwxr-xr-x 2 root root 4096 2025-02-09 21:23 ./source/n/openssl11 -rw-rw-r-- 1 root root 10175 2024-06-04 14:27 ./source/n/openssl11/0000-patch-license.txt -rw-r--r-- 1 root root 11910 2024-07-16 21:01 ./source/n/openssl11/0001-openssl-1.1.1x_CVE-2023-5678_CVE-2024-0727.patch -rw-r--r-- 1 root root 6816 2024-07-16 21:02 ./source/n/openssl11/0002-openssl-1.1.1y_CVE-2024-2511_CVE-2024-4741.patch -rw-r--r-- 1 root root 4085 2024-07-16 21:03 ./source/n/openssl11/0003-openssl-1.1.1za_CVE-2024-5535.patch -rw-r--r-- 1 root root 12842 2024-10-21 21:00 ./source/n/openssl11/0004-openssl-1.1.1zb_CVE_2024_9143.patch +-rw-r--r-- 1 root root 6360 2025-02-09 21:10 ./source/n/openssl11/0005-openssl-1.1.1zb_p2_CVE_2024_13176.patch -rw-r--r-- 1 root root 9893384 2023-09-11 14:46 ./source/n/openssl11/openssl-1.1.1w.tar.gz -rw-r--r-- 1 root root 833 2023-09-11 14:46 ./source/n/openssl11/openssl-1.1.1w.tar.gz.asc --rwxr-xr-x 1 root root 9465 2024-10-22 18:25 ./source/n/openssl11/openssl11.SlackBuild +-rwxr-xr-x 1 root root 9573 2025-02-09 21:23 ./source/n/openssl11/openssl11.SlackBuild -rw-r--r-- 1 root root 1040 2023-02-22 05:34 ./source/n/openssl11/slack-desc.openssl11 -rw-r--r-- 1 root root 1118 2023-02-22 05:34 ./source/n/openssl11/slack-desc.openssl11-solibs drwxr-xr-x 2 root root 4096 2025-01-15 18:10 ./source/n/openvpn @@ -15257,7 +15258,7 @@ drwxr-xr-x 2 root root 12288 2024-07-29 17:55 ./source/x/x11/slack-desc -rw-r--r-- 1 root root 796 2012-04-08 03:44 ./source/x/x11/slack-desc/xbacklight -rw-r--r-- 1 root root 725 2018-02-26 22:58 ./source/x/x11/slack-desc/xbiff -rw-r--r-- 1 root root 786 2012-04-08 03:45 ./source/x/x11/slack-desc/xbitmaps --rw-r--r-- 1 root root 639 2012-04-08 03:45 ./source/x/x11/slack-desc/xcalc +-rw-r--r-- 1 root root 639 2012-04-08 03:45 ./source/x/x11/slack-desc/xcalc -rw-r--r-- 1 root root 922 2012-04-08 01:17 ./source/x/x11/slack-desc/xcb-proto -rw-r--r-- 1 root root 809 2012-04-08 03:45 ./source/x/x11/slack-desc/xcb-util -rw-r--r-- 1 root root 808 2013-09-07 20:11 ./source/x/x11/slack-desc/xcb-util-cursor @@ -16259,10 +16260,10 @@ drwxr-xr-x 2 root root 4096 2024-12-22 00:00 ./source/xfce/xfce4-session -rwxr-xr-x 1 root root 5008 2024-12-22 00:02 ./source/xfce/xfce4-session/xfce4-session.SlackBuild -rw-r--r-- 1 root root 397 2024-12-22 00:00 ./source/xfce/xfce4-session/xfce4-session.labwc.session.diff -rw-r--r-- 1 root root 53 2024-12-15 18:31 ./source/xfce/xfce4-session/xfce4-session.url -drwxr-xr-x 2 root root 4096 2024-12-15 18:38 ./source/xfce/xfce4-settings +drwxr-xr-x 2 root root 4096 2025-02-09 19:47 ./source/xfce/xfce4-settings -rw-r--r-- 1 root root 839 2018-02-27 06:13 ./source/xfce/xfce4-settings/slack-desc --rw-r--r-- 1 root root 1632977 2024-12-15 09:31 ./source/xfce/xfce4-settings/xfce4-settings-4.20.0.tar.lz --rwxr-xr-x 1 root root 4910 2024-12-17 20:55 ./source/xfce/xfce4-settings/xfce4-settings.SlackBuild +-rw-r--r-- 1 root root 1643402 2025-02-09 05:44 ./source/xfce/xfce4-settings/xfce4-settings-4.20.1.tar.lz +-rwxr-xr-x 1 root root 4910 2025-02-09 19:47 ./source/xfce/xfce4-settings/xfce4-settings.SlackBuild -rw-r--r-- 1 root root 300 2024-12-15 18:35 ./source/xfce/xfce4-settings/xfce4-settings.theme.diff.gz -rw-r--r-- 1 root root 54 2024-12-15 18:32 ./source/xfce/xfce4-settings/xfce4-settings.url -rw-r--r-- 1 root root 525 2024-12-15 18:38 ./source/xfce/xfce4-settings/xfce4-settings.xft.defaults.diff.gz diff --git a/source/a/pkgtools/pkgtools.SlackBuild b/source/a/pkgtools/pkgtools.SlackBuild index a47f144a0..a0edcb854 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:-27} +BUILD=${BUILD:-28} # 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/removepkg b/source/a/pkgtools/scripts/removepkg index e6286e25e..9273995b4 100644 --- a/source/a/pkgtools/scripts/removepkg +++ b/source/a/pkgtools/scripts/removepkg @@ -289,8 +289,8 @@ delete_files() { delete_files_fast() { local unset LC_ALL # Locally (within this delete_files_fast function) allow handling of backslashes. No idea... copying this from delete_files() # FILE=$(printf "%b" "$AFILE") # unescape octal characters -- this won't work without sluggish iteration... let's see if it's really a bug here - # Boost speed with parallel processing if possible: - if [ -x /usr/bin/nproc ]; then + # Boost speed with parallel processing if possible. But don't use with --verbose, as it corrupts the output. It's still plenty fast. + if [ -x /usr/bin/nproc -a ! "$VERBOSE" = "true" ]; then XARGS_THREADS=$(/usr/bin/nproc) else XARGS_THREADS=1 diff --git a/source/ap/qpdf/qpdf.SlackBuild b/source/ap/qpdf/qpdf.SlackBuild index 14783a2f4..c42c46f63 100755 --- a/source/ap/qpdf/qpdf.SlackBuild +++ b/source/ap/qpdf/qpdf.SlackBuild @@ -32,7 +32,7 @@ BUILD=${BUILD:-1} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i586 ;; + i?86) ARCH=i686 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -51,14 +51,11 @@ NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} TMP=${TMP:-/tmp} PKG=$TMP/package-$PKGNAM -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" +if [ "$ARCH" = "i686" ]; then + SLKCFLAGS="-O2 -march=pentium4 -mtune=generic" LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" + SLKCFLAGS="-O2 -march=x86-64 -mtune=generic -fPIC" LIBDIRSUFFIX="64" else SLKCFLAGS="-O2" diff --git a/source/d/cbindgen/cbindgen.SlackBuild b/source/d/cbindgen/cbindgen.SlackBuild index 41fd1f2ca..02d0ffdd0 100755 --- a/source/d/cbindgen/cbindgen.SlackBuild +++ b/source/d/cbindgen/cbindgen.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=cbindgen 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/d/cbindgen/fetch-sources.sh b/source/d/cbindgen/fetch-sources.sh index 7a598150d..380fa6b34 100755 --- a/source/d/cbindgen/fetch-sources.sh +++ b/source/d/cbindgen/fetch-sources.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=${VERSION:-0.26.0} +VERSION=${VERSION:-0.28.0} rm -rf cbindgen-*.tar.?z cargo-cbindgen* diff --git a/source/d/rust-bindgen/fetch-sources.sh b/source/d/rust-bindgen/fetch-sources.sh index 8381dc202..6462e6d66 100755 --- a/source/d/rust-bindgen/fetch-sources.sh +++ b/source/d/rust-bindgen/fetch-sources.sh @@ -1,7 +1,7 @@ #!/bin/bash #VERSION=$1 -VERSION=0.70.1 +VERSION=0.71.1 rm -rf rust-bindgen-*.tar.?z cargo-rust-bindgen* diff --git a/source/l/SDL2/SDL2.url b/source/l/SDL2/SDL2.url index f146392b4..bfc922919 100644 --- a/source/l/SDL2/SDL2.url +++ b/source/l/SDL2/SDL2.url @@ -1,2 +1,2 @@ https://github.com/libsdl-org/SDL -https://github.com/libsdl-org/SDL/releases/download/release-2.30.12/SDL2-2.30.12.tar.gz +https://github.com/libsdl-org/SDL/releases/download/release-2.32.0/SDL2-2.32.0.tar.gz diff --git a/source/l/libffi/libffi.SlackBuild b/source/l/libffi/libffi.SlackBuild index bb0e83a62..415444fbf 100755 --- a/source/l/libffi/libffi.SlackBuild +++ b/source/l/libffi/libffi.SlackBuild @@ -32,7 +32,7 @@ BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$(uname -m)" in - i?86) ARCH=i586 ;; + i?86) ARCH=i686 ;; arm*) readelf /usr/bin/file -A | grep -E -q "Tag_CPU.*[4,5]" && ARCH=arm || ARCH=armv7hl ;; # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$(uname -m) ;; @@ -51,14 +51,11 @@ fi TMP=${TMP:-/tmp} PKG=$TMP/package-$PKGNAM -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" +if [ "$ARCH" = "i686" ]; then + SLKCFLAGS="-O2 -march=pentium4 -mtune=generic" LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" + SLKCFLAGS="-O2 -march=x86-64 -mtune=generic -fPIC" LIBDIRSUFFIX="64" else SLKCFLAGS="-O2" diff --git a/source/l/libffi/libffi.url b/source/l/libffi/libffi.url index 6f2684c73..f1791b6eb 100644 --- a/source/l/libffi/libffi.url +++ b/source/l/libffi/libffi.url @@ -1 +1,2 @@ https://github.com/libffi/libffi +https://github.com/libffi/libffi/releases/download/v3.4.7/libffi-3.4.7.tar.gz diff --git a/source/l/liboggz/liboggz.SlackBuild b/source/l/liboggz/liboggz.SlackBuild index b05aadd24..310777982 100755 --- a/source/l/liboggz/liboggz.SlackBuild +++ b/source/l/liboggz/liboggz.SlackBuild @@ -24,12 +24,12 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=liboggz VERSION=${VERSION:-$(echo liboggz-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-5} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) export ARCH=i586 ;; + i?86) export ARCH=i686 ;; arm*) export ARCH=arm ;; # Unless $ARCH is already set, use uname -m for all other archs: *) export ARCH=$( uname -m ) ;; @@ -46,14 +46,11 @@ fi NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "s390" ]; then - SLKCFLAGS="-O2" +if [ "$ARCH" = "i686" ]; then + SLKCFLAGS="-O2 -march=pentium4 -mtune=generic" LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" + SLKCFLAGS="-O2 -march=x86-64 -mtune=generic -fPIC" LIBDIRSUFFIX="64" else SLKCFLAGS="-O2" @@ -116,7 +113,7 @@ mv $PKG/usr/share/doc/liboggz $PKG/usr/doc/liboggz-$VERSION rmdir $PKG/usr/share/doc 2> /dev/null rmdir $PKG/usr/share 2> /dev/null cp -a \ - AUTHORS CHANGES COPYING* NEWS PATCHES README* TODO \ + AUTHORS* CHANGES* COPYING* NEWS* PATCHES* README* TODO* \ $PKG/usr/doc/liboggz-$VERSION mkdir -p $PKG/install @@ -124,4 +121,3 @@ cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG /sbin/makepkg -l y -c n $TMP/liboggz-$VERSION-$ARCH-$BUILD.txz - diff --git a/source/n/openssl11/0005-openssl-1.1.1zb_p2_CVE_2024_13176.patch b/source/n/openssl11/0005-openssl-1.1.1zb_p2_CVE_2024_13176.patch new file mode 100644 index 000000000..99b743d68 --- /dev/null +++ b/source/n/openssl11/0005-openssl-1.1.1zb_p2_CVE_2024_13176.patch @@ -0,0 +1,177 @@ +From 2a3058269d854754b66ef8bdaefb7820bd8c0908 Mon Sep 17 00:00:00 2001 +From: Ken Zalewski +Date: Sun, 9 Feb 2025 11:47:12 -0500 +Subject: [PATCH] Patch to openssl-1.1.1zb p2. This version addresses one + vulnerability: CVE-2024-13176 + +--- + CHANGES | 25 +++++++++++++++++++++++++ + NEWS | 5 +++++ + README | 2 +- + crypto/bn/bn_exp.c | 21 +++++++++++++++------ + crypto/ec/ec_lib.c | 6 +++--- + include/crypto/bn.h | 3 +++ + include/openssl/opensslv.h | 2 +- + 7 files changed, 53 insertions(+), 11 deletions(-) + +diff --git a/CHANGES b/CHANGES +index 7d82f7a..66ae239 100644 +--- a/CHANGES ++++ b/CHANGES +@@ -7,6 +7,31 @@ + https://github.com/openssl/openssl/commits/ and pick the appropriate + release branch. + ++ Changes between 1.1.1zb_p1 and 1.1.1zb_p2 [20 Jan 2025] ++ ++ *) Fix timing side-channel in ECDSA signature computation ++ ++ There is a timing signal of around 300 nanoseconds when the top word of ++ the inverted ECDSA nonce value is zero. This can happen with significant ++ probability only for some of the supported elliptic curves. In particular ++ the NIST P-521 curve is affected. To be able to measure this leak, the ++ attacker process must either be located in the same physical computer or ++ must have a very fast network connection with low latency. ++ ++ Attacks on ECDSA nonce are also known as Minerva attack. ++ ++ [CVE-2024-13176] ++ [Tomas Mraz] ++ ++ ++ Changes between 1.1.1zb and 1.1.1zb_p1 [24 Oct 2024] ++ ++ *) Fix the version number for versions that require two letters. ++ ++ [V Petrischew] ++ [Ken Zalewski] ++ ++ + Changes between 1.1.1za and 1.1.1zb [16 Oct 2024] + + *) Harden BN_GF2m_poly2arr against misuse +diff --git a/NEWS b/NEWS +index 7810ece..ab46ab1 100644 +--- a/NEWS ++++ b/NEWS +@@ -5,6 +5,11 @@ + This file gives a brief overview of the major changes between each OpenSSL + release. For more details please read the CHANGES file. + ++ Major changes between OpenSSL 1.1.1zb and OpenSSL 1.1.1zb_p2 [20 Jan 2025] ++ ++ o Fix version number for versions that require two letters ++ o Fix timing side-channel in ECDSA signature computation ++ + Major changes between OpenSSL 1.1.1za and OpenSSL 1.1.1zb [16 Oct 2024] + + o Harden BN_GF2m_poly2arr against misuse +diff --git a/README b/README +index 6612eb0..a02895e 100644 +--- a/README ++++ b/README +@@ -1,5 +1,5 @@ + +- OpenSSL 1.1.1zb 16 Oct 2024 ++ OpenSSL 1.1.1zb_p2 20 Jan 2025 + + Copyright (c) 1998-2023 The OpenSSL Project + Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson +diff --git a/crypto/bn/bn_exp.c b/crypto/bn/bn_exp.c +index 517e3c2..0489658 100644 +--- a/crypto/bn/bn_exp.c ++++ b/crypto/bn/bn_exp.c +@@ -601,7 +601,7 @@ static int MOD_EXP_CTIME_COPY_FROM_PREBUF(BIGNUM *b, int top, + * out by Colin Percival, + * http://www.daemonology.net/hyperthreading-considered-harmful/) + */ +-int BN_mod_exp_mont_consttime(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p, ++int bn_mod_exp_mont_fixed_top(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p, + const BIGNUM *m, BN_CTX *ctx, + BN_MONT_CTX *in_mont) + { +@@ -618,10 +618,6 @@ int BN_mod_exp_mont_consttime(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p, + unsigned int t4 = 0; + #endif + +- bn_check_top(a); +- bn_check_top(p); +- bn_check_top(m); +- + if (!BN_is_odd(m)) { + BNerr(BN_F_BN_MOD_EXP_MONT_CONSTTIME, BN_R_CALLED_WITH_EVEN_MODULUS); + return 0; +@@ -1141,7 +1137,7 @@ int BN_mod_exp_mont_consttime(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p, + goto err; + } else + #endif +- if (!BN_from_montgomery(rr, &tmp, mont, ctx)) ++ if (!bn_from_mont_fixed_top(rr, &tmp, mont, ctx)) + goto err; + ret = 1; + err: +@@ -1155,6 +1151,19 @@ int BN_mod_exp_mont_consttime(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p, + return ret; + } + ++int BN_mod_exp_mont_consttime(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p, ++ const BIGNUM *m, BN_CTX *ctx, ++ BN_MONT_CTX *in_mont) ++{ ++ bn_check_top(a); ++ bn_check_top(p); ++ bn_check_top(m); ++ if (!bn_mod_exp_mont_fixed_top(rr, a, p, m, ctx, in_mont)) ++ return 0; ++ bn_correct_top(rr); ++ return 1; ++} ++ + int BN_mod_exp_mont_word(BIGNUM *rr, BN_ULONG a, const BIGNUM *p, + const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont) + { +diff --git a/crypto/ec/ec_lib.c b/crypto/ec/ec_lib.c +index 08db89f..fef0c2f 100644 +--- a/crypto/ec/ec_lib.c ++++ b/crypto/ec/ec_lib.c +@@ -1155,10 +1155,10 @@ static int ec_field_inverse_mod_ord(const EC_GROUP *group, BIGNUM *r, + if (!BN_sub(e, group->order, e)) + goto err; + /*- +- * Exponent e is public. +- * No need for scatter-gather or BN_FLG_CONSTTIME. ++ * Although the exponent is public we want the result to be ++ * fixed top. + */ +- if (!BN_mod_exp_mont(r, x, e, group->order, ctx, group->mont_data)) ++ if (!bn_mod_exp_mont_fixed_top(r, x, e, group->order, ctx, group->mont_data)) + goto err; + + ret = 1; +diff --git a/include/crypto/bn.h b/include/crypto/bn.h +index 250914c..10cfc84 100644 +--- a/include/crypto/bn.h ++++ b/include/crypto/bn.h +@@ -72,6 +72,9 @@ int bn_set_words(BIGNUM *a, const BN_ULONG *words, int num_words); + */ + int bn_mul_mont_fixed_top(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, + BN_MONT_CTX *mont, BN_CTX *ctx); ++int bn_mode_exp_mont_fixed_top(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p, ++ const BIGNUM *m, BN_CTX *ctx, ++ BN_MONT_CTX *in_mont); + int bn_to_mont_fixed_top(BIGNUM *r, const BIGNUM *a, BN_MONT_CTX *mont, + BN_CTX *ctx); + int bn_from_mont_fixed_top(BIGNUM *r, const BIGNUM *a, BN_MONT_CTX *mont, +diff --git a/include/openssl/opensslv.h b/include/openssl/opensslv.h +index ddf42b6..1568415 100644 +--- a/include/openssl/opensslv.h ++++ b/include/openssl/opensslv.h +@@ -40,7 +40,7 @@ extern "C" { + * major minor fix final patch/beta) + */ + # define OPENSSL_VERSION_NUMBER 0x101011bfL +-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1zb 16 Oct 2024" ++# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1zb 20 Jan 2025" + + /*- + * The macros below are to be used for shared library (.so, .dll, ...) diff --git a/source/n/openssl11/openssl11.SlackBuild b/source/n/openssl11/openssl11.SlackBuild index 84ce891e1..322a80dce 100755 --- a/source/n/openssl11/openssl11.SlackBuild +++ b/source/n/openssl11/openssl11.SlackBuild @@ -30,6 +30,8 @@ PKGNAM=openssl11 VERSION=${VERSION:-$(echo openssl-*.tar.gz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} # Get the new version number from the latest patch: PKGVER=$(grep "^+" $(/bin/ls -t 00*patch | head -n 1) | grep OPENSSL_VERSION_TEXT | cut -f 2 -d \" | cut -f 2 -d ' ') +# Looks like they put out a second 1.1.1zb, so we need a patchlevel: +PATCHLEVEL="_p2" BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: @@ -44,8 +46,8 @@ fi PKG1=$TMP/package-openssl11 PKG2=$TMP/package-ossllibs11 -NAME1=openssl11-$PKGVER-$ARCH-$BUILD -NAME2=openssl11-solibs-$PKGVER-$ARCH-$BUILD +NAME1=openssl11-$PKGVER$PATCHLEVEL-$ARCH-$BUILD +NAME2=openssl11-solibs-$PKGVER$PATCHLEVEL-$ARCH-$BUILD # 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/xfce/xfce4-settings/xfce4-settings.SlackBuild b/source/xfce/xfce4-settings/xfce4-settings.SlackBuild index f5c425140..091b24ba1 100755 --- a/source/xfce/xfce4-settings/xfce4-settings.SlackBuild +++ b/source/xfce/xfce4-settings/xfce4-settings.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=xfce4-settings VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: MARCH=$( uname -m )