diff --git a/ChangeLog.rss b/ChangeLog.rss index eb45f351f..9189c21d5 100644 --- a/ChangeLog.rss +++ b/ChangeLog.rss @@ -11,9 +11,91 @@ Tracking Slackware development in git. en-us urn:uuid:c964f45e-6732-11e8-bbe5-107b4450212f - Mon, 29 Jan 2024 19:17:30 GMT - Mon, 29 Jan 2024 20:03:22 GMT + Tue, 30 Jan 2024 22:01:28 GMT + Tue, 30 Jan 2024 22:34:28 GMT maintain_current_git.sh v 1.17 + + Tue, 30 Jan 2024 22:01:28 GMT + Tue, 30 Jan 2024 22:01:28 GMT + https://git.slackware.nl/current/tag/?h=20240130220128 + 20240130220128 + + +a/lzip-1.24-x86_64-1.txz: Upgraded. +a/openssl-solibs-3.2.1-x86_64-1.txz: Upgraded. +ap/alsa-utils-1.2.11-x86_64-1.txz: Upgraded. +ap/sqlite-3.45.1-x86_64-1.txz: Upgraded. +d/binutils-2.42-x86_64-1.txz: Upgraded. + Shared library .so-version bump. +d/cmake-3.28.2-x86_64-1.txz: Upgraded. +d/oprofile-1.4.0-x86_64-13.txz: Rebuilt. + Recompiled against binutils-2.42. +d/strace-6.7-x86_64-1.txz: Upgraded. +kde/digikam-8.2.0-x86_64-5.txz: Rebuilt. + Recompiled against libpng-1.6.42. +l/alsa-lib-1.2.11-x86_64-1.txz: Upgraded. +l/libpng-1.6.42-x86_64-1.txz: Upgraded. + Fixed the implementation of the macro function png_check_sig(). + This was an API regression, introduced in libpng-1.6.41. + Reported by Matthieu Darbois. +l/lmdb-0.9.32-x86_64-1.txz: Upgraded. +l/neon-0.33.0-x86_64-1.txz: Upgraded. +l/opencv-4.9.0-x86_64-3.txz: Rebuilt. + Recompiled against libpng-1.6.42. +l/qt5-5.15.12_20240103_b8fd1448-x86_64-4.txz: Rebuilt. + Recompiled against libpng-1.6.42. +l/talloc-2.4.2-x86_64-1.txz: Upgraded. +l/tdb-1.4.10-x86_64-1.txz: Upgraded. +l/tevent-0.16.1-x86_64-1.txz: Upgraded. +n/openldap-2.6.7-x86_64-1.txz: Upgraded. +n/openssl-3.2.1-x86_64-1.txz: Upgraded. + This update fixes possible denial-of-service security issues: + A file in PKCS12 format can contain certificates and keys and may come from + an untrusted source. The PKCS12 specification allows certain fields to be + NULL, but OpenSSL did not correctly check for this case. A fix has been + applied to prevent a NULL pointer dereference that results in OpenSSL + crashing. If an application processes PKCS12 files from an untrusted source + using the OpenSSL APIs then that application will be vulnerable to this + issue prior to this fix. + OpenSSL APIs that were vulnerable to this are: PKCS12_parse(), + PKCS12_unpack_p7data(), PKCS12_unpack_p7encdata(), PKCS12_unpack_authsafes() + and PKCS12_newpass(). + When function EVP_PKEY_public_check() is called on RSA public keys, + a computation is done to confirm that the RSA modulus, n, is composite. + For valid RSA keys, n is a product of two or more large primes and this + computation completes quickly. However, if n is an overly large prime, + then this computation would take a long time. + An application that calls EVP_PKEY_public_check() and supplies an RSA key + obtained from an untrusted source could be vulnerable to a Denial of Service + attack. + The function EVP_PKEY_public_check() is not called from other OpenSSL + functions however it is called from the OpenSSL pkey command line + application. For that reason that application is also vulnerable if used + with the "-pubin" and "-check" options on untrusted data. + To resolve this issue RSA keys larger than OPENSSL_RSA_MAX_MODULUS_BITS will + now fail the check immediately with an RSA_R_MODULUS_TOO_LARGE error reason. + Fix excessive time spent in DH check / generation with large Q parameter + value. + Applications that use the functions DH_generate_key() to generate an + X9.42 DH key may experience long delays. Likewise, applications that use + DH_check_pub_key(), DH_check_pub_key_ex() or EVP_PKEY_public_check() + to check an X9.42 DH key or X9.42 DH parameters may experience long delays. + Where the key or parameters that are being checked have been obtained from + an untrusted source this may lead to a Denial of Service. + For more information, see: + https://www.cve.org/CVERecord?id=CVE-2024-0727 + https://www.cve.org/CVERecord?id=CVE-2023-6237 + https://www.cve.org/CVERecord?id=CVE-2023-5678 + (* Security fix *) +xap/MPlayer-20240130-x86_64-1.txz: Upgraded. + Fixed build script to exit on errors. + Patched to build against gettext-0.22.4. + Thanks to Matteo Bernardini. +xap/xine-lib-1.2.13-x86_64-7.txz: Rebuilt. + Recompiled against libpng-1.6.42. + ]]> + + Mon, 29 Jan 2024 19:17:30 GMT Mon, 29 Jan 2024 19:17:30 GMT diff --git a/ChangeLog.txt b/ChangeLog.txt index 4d34e61f6..6c974d6a5 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,77 @@ +Tue Jan 30 22:01:28 UTC 2024 +a/lzip-1.24-x86_64-1.txz: Upgraded. +a/openssl-solibs-3.2.1-x86_64-1.txz: Upgraded. +ap/alsa-utils-1.2.11-x86_64-1.txz: Upgraded. +ap/sqlite-3.45.1-x86_64-1.txz: Upgraded. +d/binutils-2.42-x86_64-1.txz: Upgraded. + Shared library .so-version bump. +d/cmake-3.28.2-x86_64-1.txz: Upgraded. +d/oprofile-1.4.0-x86_64-13.txz: Rebuilt. + Recompiled against binutils-2.42. +d/strace-6.7-x86_64-1.txz: Upgraded. +kde/digikam-8.2.0-x86_64-5.txz: Rebuilt. + Recompiled against libpng-1.6.42. +l/alsa-lib-1.2.11-x86_64-1.txz: Upgraded. +l/libpng-1.6.42-x86_64-1.txz: Upgraded. + Fixed the implementation of the macro function png_check_sig(). + This was an API regression, introduced in libpng-1.6.41. + Reported by Matthieu Darbois. +l/lmdb-0.9.32-x86_64-1.txz: Upgraded. +l/neon-0.33.0-x86_64-1.txz: Upgraded. +l/opencv-4.9.0-x86_64-3.txz: Rebuilt. + Recompiled against libpng-1.6.42. +l/qt5-5.15.12_20240103_b8fd1448-x86_64-4.txz: Rebuilt. + Recompiled against libpng-1.6.42. +l/talloc-2.4.2-x86_64-1.txz: Upgraded. +l/tdb-1.4.10-x86_64-1.txz: Upgraded. +l/tevent-0.16.1-x86_64-1.txz: Upgraded. +n/openldap-2.6.7-x86_64-1.txz: Upgraded. +n/openssl-3.2.1-x86_64-1.txz: Upgraded. + This update fixes possible denial-of-service security issues: + A file in PKCS12 format can contain certificates and keys and may come from + an untrusted source. The PKCS12 specification allows certain fields to be + NULL, but OpenSSL did not correctly check for this case. A fix has been + applied to prevent a NULL pointer dereference that results in OpenSSL + crashing. If an application processes PKCS12 files from an untrusted source + using the OpenSSL APIs then that application will be vulnerable to this + issue prior to this fix. + OpenSSL APIs that were vulnerable to this are: PKCS12_parse(), + PKCS12_unpack_p7data(), PKCS12_unpack_p7encdata(), PKCS12_unpack_authsafes() + and PKCS12_newpass(). + When function EVP_PKEY_public_check() is called on RSA public keys, + a computation is done to confirm that the RSA modulus, n, is composite. + For valid RSA keys, n is a product of two or more large primes and this + computation completes quickly. However, if n is an overly large prime, + then this computation would take a long time. + An application that calls EVP_PKEY_public_check() and supplies an RSA key + obtained from an untrusted source could be vulnerable to a Denial of Service + attack. + The function EVP_PKEY_public_check() is not called from other OpenSSL + functions however it is called from the OpenSSL pkey command line + application. For that reason that application is also vulnerable if used + with the "-pubin" and "-check" options on untrusted data. + To resolve this issue RSA keys larger than OPENSSL_RSA_MAX_MODULUS_BITS will + now fail the check immediately with an RSA_R_MODULUS_TOO_LARGE error reason. + Fix excessive time spent in DH check / generation with large Q parameter + value. + Applications that use the functions DH_generate_key() to generate an + X9.42 DH key may experience long delays. Likewise, applications that use + DH_check_pub_key(), DH_check_pub_key_ex() or EVP_PKEY_public_check() + to check an X9.42 DH key or X9.42 DH parameters may experience long delays. + Where the key or parameters that are being checked have been obtained from + an untrusted source this may lead to a Denial of Service. + For more information, see: + https://www.cve.org/CVERecord?id=CVE-2024-0727 + https://www.cve.org/CVERecord?id=CVE-2023-6237 + https://www.cve.org/CVERecord?id=CVE-2023-5678 + (* Security fix *) +xap/MPlayer-20240130-x86_64-1.txz: Upgraded. + Fixed build script to exit on errors. + Patched to build against gettext-0.22.4. + Thanks to Matteo Bernardini. +xap/xine-lib-1.2.13-x86_64-7.txz: Rebuilt. + Recompiled against libpng-1.6.42. ++--------------------------+ Mon Jan 29 19:17:30 UTC 2024 ap/diffstat-1.66-x86_64-1.txz: Upgraded. ap/moc-2.6_alpha3-x86_64-3.txz: Rebuilt. diff --git a/FILELIST.TXT b/FILELIST.TXT index f84b3a3d9..f50f554d6 100644 --- a/FILELIST.TXT +++ b/FILELIST.TXT @@ -1,20 +1,20 @@ -Mon Jan 29 19:21:48 UTC 2024 +Tue Jan 30 22:05:45 UTC 2024 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 2024-01-29 19:17 . +drwxr-xr-x 12 root root 4096 2024-01-30 22:01 . -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 1132571 2024-01-27 19:21 ./CHECKSUMS.md5 --rw-r--r-- 1 root root 163 2024-01-27 19:21 ./CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 1134974 2024-01-29 19:22 ./CHECKSUMS.md5 +-rw-r--r-- 1 root root 163 2024-01-29 19:22 ./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 938858 2024-01-29 19:17 ./ChangeLog.txt +-rw-r--r-- 1 root root 942694 2024-01-30 22:01 ./ChangeLog.txt drwxr-xr-x 3 root root 4096 2013-03-20 22:17 ./EFI drwxr-xr-x 2 root root 4096 2024-01-26 01:48 ./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 2024-01-26 01:48 ./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 1478329 2024-01-27 19:21 ./FILELIST.TXT +-rw-r--r-- 1 root root 1481447 2024-01-29 19:21 ./FILELIST.TXT -rw-r--r-- 1 root root 1572 2012-08-29 18:27 ./GPG-KEY --rw-r--r-- 1 root root 895509 2024-01-29 19:21 ./PACKAGES.TXT +-rw-r--r-- 1 root root 895512 2024-01-30 22:05 ./PACKAGES.TXT -rw-r--r-- 1 root root 8034 2022-02-02 03:36 ./README.TXT -rw-r--r-- 1 root root 3629 2024-01-26 01:38 ./README.initrd -rw-r--r-- 1 root root 34114 2023-12-11 20:35 ./README_CRYPT.TXT @@ -666,13 +666,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 2024-01-29 19:21 ./slackware64 --rw-r--r-- 1 root root 349038 2024-01-29 19:21 ./slackware64/CHECKSUMS.md5 --rw-r--r-- 1 root root 163 2024-01-29 19:21 ./slackware64/CHECKSUMS.md5.asc --rw-r--r-- 1 root root 432396 2024-01-29 19:20 ./slackware64/FILE_LIST --rw-r--r-- 1 root root 4414481 2024-01-29 19:20 ./slackware64/MANIFEST.bz2 +drwxr-xr-x 17 root root 4096 2024-01-30 22:05 ./slackware64 +-rw-r--r-- 1 root root 349041 2024-01-30 22:05 ./slackware64/CHECKSUMS.md5 +-rw-r--r-- 1 root root 163 2024-01-30 22:05 ./slackware64/CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 432399 2024-01-30 22:04 ./slackware64/FILE_LIST +-rw-r--r-- 1 root root 4420185 2024-01-30 22:04 ./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 2024-01-26 21:02 ./slackware64/a +drwxr-xr-x 2 root root 32768 2024-01-30 22:04 ./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 @@ -888,9 +888,9 @@ drwxr-xr-x 2 root root 32768 2024-01-26 21:02 ./slackware64/a -rw-r--r-- 1 root root 555 2023-11-23 03:22 ./slackware64/a/lvm2-2.03.23-x86_64-1.txt -rw-r--r-- 1 root root 1720476 2023-11-23 03:22 ./slackware64/a/lvm2-2.03.23-x86_64-1.txz -rw-r--r-- 1 root root 163 2023-11-23 03:22 ./slackware64/a/lvm2-2.03.23-x86_64-1.txz.asc --rw-r--r-- 1 root root 441 2022-02-09 19:52 ./slackware64/a/lzip-1.23-x86_64-1.txt --rw-r--r-- 1 root root 86520 2022-02-09 19:52 ./slackware64/a/lzip-1.23-x86_64-1.txz --rw-r--r-- 1 root root 163 2022-02-09 19:52 ./slackware64/a/lzip-1.23-x86_64-1.txz.asc +-rw-r--r-- 1 root root 441 2024-01-30 20:49 ./slackware64/a/lzip-1.24-x86_64-1.txt +-rw-r--r-- 1 root root 87680 2024-01-30 20:49 ./slackware64/a/lzip-1.24-x86_64-1.txz +-rw-r--r-- 1 root root 163 2024-01-30 20:49 ./slackware64/a/lzip-1.24-x86_64-1.txz.asc -rw-r--r-- 1 root root 405 2024-01-23 19:48 ./slackware64/a/lzlib-1.14-x86_64-1.txt -rw-r--r-- 1 root root 58032 2024-01-23 19:48 ./slackware64/a/lzlib-1.14-x86_64-1.txz -rw-r--r-- 1 root root 163 2024-01-23 19:48 ./slackware64/a/lzlib-1.14-x86_64-1.txz.asc @@ -929,9 +929,9 @@ drwxr-xr-x 2 root root 32768 2024-01-26 21:02 ./slackware64/a -rw-r--r-- 1 root root 461 2021-02-13 11:12 ./slackware64/a/nvi-1.81.6-x86_64-3.txt -rw-r--r-- 1 root root 338324 2021-02-13 11:12 ./slackware64/a/nvi-1.81.6-x86_64-3.txz -rw-r--r-- 1 root root 163 2021-02-13 11:12 ./slackware64/a/nvi-1.81.6-x86_64-3.txz.asc --rw-r--r-- 1 root root 623 2023-11-24 19:22 ./slackware64/a/openssl-solibs-3.2.0-x86_64-1.txt --rw-r--r-- 1 root root 2203904 2023-11-24 19:22 ./slackware64/a/openssl-solibs-3.2.0-x86_64-1.txz --rw-r--r-- 1 root root 163 2023-11-24 19:22 ./slackware64/a/openssl-solibs-3.2.0-x86_64-1.txz.asc +-rw-r--r-- 1 root root 623 2024-01-30 20:56 ./slackware64/a/openssl-solibs-3.2.1-x86_64-1.txt +-rw-r--r-- 1 root root 2205176 2024-01-30 20:56 ./slackware64/a/openssl-solibs-3.2.1-x86_64-1.txz +-rw-r--r-- 1 root root 163 2024-01-30 20:56 ./slackware64/a/openssl-solibs-3.2.1-x86_64-1.txz.asc -rw-r--r-- 1 root root 654 2023-09-11 20:00 ./slackware64/a/openssl11-solibs-1.1.1w-x86_64-1.txt -rw-r--r-- 1 root root 1363772 2023-09-11 20:00 ./slackware64/a/openssl11-solibs-1.1.1w-x86_64-1.txz -rw-r--r-- 1 root root 163 2023-09-11 20:00 ./slackware64/a/openssl11-solibs-1.1.1w-x86_64-1.txz.asc @@ -1062,16 +1062,16 @@ drwxr-xr-x 2 root root 32768 2024-01-26 21:02 ./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 2024-01-29 19:20 ./slackware64/ap +drwxr-xr-x 2 root root 20480 2024-01-30 22:04 ./slackware64/ap -rw-r--r-- 1 root root 291 2023-06-23 18:07 ./slackware64/ap/a2ps-4.15.5-x86_64-1.txt -rw-r--r-- 1 root root 653716 2023-06-23 18:07 ./slackware64/ap/a2ps-4.15.5-x86_64-1.txz -rw-r--r-- 1 root root 163 2023-06-23 18:07 ./slackware64/ap/a2ps-4.15.5-x86_64-1.txz.asc -rw-r--r-- 1 root root 598 2021-02-13 11:23 ./slackware64/ap/acct-6.6.4-x86_64-4.txt -rw-r--r-- 1 root root 93164 2021-02-13 11:23 ./slackware64/ap/acct-6.6.4-x86_64-4.txz -rw-r--r-- 1 root root 163 2021-02-13 11:23 ./slackware64/ap/acct-6.6.4-x86_64-4.txz.asc --rw-r--r-- 1 root root 620 2023-09-03 03:47 ./slackware64/ap/alsa-utils-1.2.10-x86_64-1.txt --rw-r--r-- 1 root root 1112512 2023-09-03 03:47 ./slackware64/ap/alsa-utils-1.2.10-x86_64-1.txz --rw-r--r-- 1 root root 163 2023-09-03 03:47 ./slackware64/ap/alsa-utils-1.2.10-x86_64-1.txz.asc +-rw-r--r-- 1 root root 620 2024-01-30 20:17 ./slackware64/ap/alsa-utils-1.2.11-x86_64-1.txt +-rw-r--r-- 1 root root 1109096 2024-01-30 20:17 ./slackware64/ap/alsa-utils-1.2.11-x86_64-1.txz +-rw-r--r-- 1 root root 163 2024-01-30 20:17 ./slackware64/ap/alsa-utils-1.2.11-x86_64-1.txz.asc -rw-r--r-- 1 root root 274 2021-02-13 11:23 ./slackware64/ap/amp-0.7.6-x86_64-5.txt -rw-r--r-- 1 root root 37792 2021-02-13 11:23 ./slackware64/ap/amp-0.7.6-x86_64-5.txz -rw-r--r-- 1 root root 163 2021-02-13 11:23 ./slackware64/ap/amp-0.7.6-x86_64-5.txz.asc @@ -1274,9 +1274,9 @@ drwxr-xr-x 2 root root 20480 2024-01-29 19:20 ./slackware64/ap -rw-r--r-- 1 root root 293 2022-11-19 19:14 ./slackware64/ap/sox-14.4.2-x86_64-9.txt -rw-r--r-- 1 root root 388900 2022-11-19 19:14 ./slackware64/ap/sox-14.4.2-x86_64-9.txz -rw-r--r-- 1 root root 163 2022-11-19 19:14 ./slackware64/ap/sox-14.4.2-x86_64-9.txz.asc --rw-r--r-- 1 root root 483 2024-01-16 20:31 ./slackware64/ap/sqlite-3.45.0-x86_64-1.txt --rw-r--r-- 1 root root 1395616 2024-01-16 20:31 ./slackware64/ap/sqlite-3.45.0-x86_64-1.txz --rw-r--r-- 1 root root 163 2024-01-16 20:31 ./slackware64/ap/sqlite-3.45.0-x86_64-1.txz.asc +-rw-r--r-- 1 root root 483 2024-01-30 20:57 ./slackware64/ap/sqlite-3.45.1-x86_64-1.txt +-rw-r--r-- 1 root root 1396384 2024-01-30 20:57 ./slackware64/ap/sqlite-3.45.1-x86_64-1.txz +-rw-r--r-- 1 root root 163 2024-01-30 20:57 ./slackware64/ap/sqlite-3.45.1-x86_64-1.txz.asc -rw-r--r-- 1 root root 584 2023-03-28 18:23 ./slackware64/ap/squashfs-tools-4.6.1-x86_64-1.txt -rw-r--r-- 1 root root 198020 2023-03-28 18:23 ./slackware64/ap/squashfs-tools-4.6.1-x86_64-1.txz -rw-r--r-- 1 root root 163 2023-03-28 18:23 ./slackware64/ap/squashfs-tools-4.6.1-x86_64-1.txz.asc @@ -1320,7 +1320,7 @@ drwxr-xr-x 2 root root 20480 2024-01-29 19:20 ./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 2024-01-29 19:20 ./slackware64/d +drwxr-xr-x 2 root root 20480 2024-01-30 22:04 ./slackware64/d -rw-r--r-- 1 root root 360 2023-09-26 19:28 ./slackware64/d/Cython-0.29.36-x86_64-1.txt -rw-r--r-- 1 root root 2416392 2023-09-26 19:28 ./slackware64/d/Cython-0.29.36-x86_64-1.txz -rw-r--r-- 1 root root 163 2023-09-26 19:28 ./slackware64/d/Cython-0.29.36-x86_64-1.txz.asc @@ -1333,9 +1333,9 @@ drwxr-xr-x 2 root root 20480 2024-01-29 19:20 ./slackware64/d -rw-r--r-- 1 root root 621 2022-09-06 18:29 ./slackware64/d/automake-1.16.5-noarch-2.txt -rw-r--r-- 1 root root 657980 2022-09-06 18:29 ./slackware64/d/automake-1.16.5-noarch-2.txz -rw-r--r-- 1 root root 163 2022-09-06 18:29 ./slackware64/d/automake-1.16.5-noarch-2.txz.asc --rw-r--r-- 1 root root 442 2023-07-30 17:53 ./slackware64/d/binutils-2.41-x86_64-1.txt --rw-r--r-- 1 root root 10127536 2023-07-30 17:53 ./slackware64/d/binutils-2.41-x86_64-1.txz --rw-r--r-- 1 root root 163 2023-07-30 17:53 ./slackware64/d/binutils-2.41-x86_64-1.txz.asc +-rw-r--r-- 1 root root 442 2024-01-30 20:04 ./slackware64/d/binutils-2.42-x86_64-1.txt +-rw-r--r-- 1 root root 10202560 2024-01-30 20:04 ./slackware64/d/binutils-2.42-x86_64-1.txz +-rw-r--r-- 1 root root 163 2024-01-30 20:04 ./slackware64/d/binutils-2.42-x86_64-1.txz.asc -rw-r--r-- 1 root root 513 2021-09-25 16:55 ./slackware64/d/bison-3.8.2-x86_64-1.txt -rw-r--r-- 1 root root 717412 2021-09-25 16:55 ./slackware64/d/bison-3.8.2-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-09-25 16:55 ./slackware64/d/bison-3.8.2-x86_64-1.txz.asc @@ -1357,9 +1357,9 @@ drwxr-xr-x 2 root root 20480 2024-01-29 19:20 ./slackware64/d -rw-r--r-- 1 root root 663 2024-01-03 20:11 ./slackware64/d/clisp-2.50_20230718_669249717-x86_64-1.txt -rw-r--r-- 1 root root 3131064 2024-01-03 20:11 ./slackware64/d/clisp-2.50_20230718_669249717-x86_64-1.txz -rw-r--r-- 1 root root 163 2024-01-03 20:11 ./slackware64/d/clisp-2.50_20230718_669249717-x86_64-1.txz.asc --rw-r--r-- 1 root root 379 2023-12-15 01:04 ./slackware64/d/cmake-3.28.1-x86_64-1.txt --rw-r--r-- 1 root root 9920476 2023-12-15 01:04 ./slackware64/d/cmake-3.28.1-x86_64-1.txz --rw-r--r-- 1 root root 163 2023-12-15 01:04 ./slackware64/d/cmake-3.28.1-x86_64-1.txz.asc +-rw-r--r-- 1 root root 379 2024-01-30 20:22 ./slackware64/d/cmake-3.28.2-x86_64-1.txt +-rw-r--r-- 1 root root 9887132 2024-01-30 20:22 ./slackware64/d/cmake-3.28.2-x86_64-1.txz +-rw-r--r-- 1 root root 163 2024-01-30 20:22 ./slackware64/d/cmake-3.28.2-x86_64-1.txz.asc -rw-r--r-- 1 root root 332 2021-02-13 09:13 ./slackware64/d/cscope-15.9-x86_64-3.txt -rw-r--r-- 1 root root 143136 2021-02-13 09:13 ./slackware64/d/cscope-15.9-x86_64-3.txz -rw-r--r-- 1 root root 163 2021-02-13 09:13 ./slackware64/d/cscope-15.9-x86_64-3.txz.asc @@ -1475,9 +1475,9 @@ drwxr-xr-x 2 root root 20480 2024-01-29 19:20 ./slackware64/d -rw-r--r-- 1 root root 317 2021-06-15 18:58 ./slackware64/d/opencl-headers-2021.04.29-noarch-1.txt -rw-r--r-- 1 root root 40552 2021-06-15 18:58 ./slackware64/d/opencl-headers-2021.04.29-noarch-1.txz -rw-r--r-- 1 root root 163 2021-06-15 18:58 ./slackware64/d/opencl-headers-2021.04.29-noarch-1.txz.asc --rw-r--r-- 1 root root 546 2023-07-30 17:55 ./slackware64/d/oprofile-1.4.0-x86_64-12.txt --rw-r--r-- 1 root root 877764 2023-07-30 17:55 ./slackware64/d/oprofile-1.4.0-x86_64-12.txz --rw-r--r-- 1 root root 163 2023-07-30 17:55 ./slackware64/d/oprofile-1.4.0-x86_64-12.txz.asc +-rw-r--r-- 1 root root 546 2024-01-30 20:07 ./slackware64/d/oprofile-1.4.0-x86_64-13.txt +-rw-r--r-- 1 root root 879780 2024-01-30 20:07 ./slackware64/d/oprofile-1.4.0-x86_64-13.txz +-rw-r--r-- 1 root root 163 2024-01-30 20:07 ./slackware64/d/oprofile-1.4.0-x86_64-13.txz.asc -rw-r--r-- 1 root root 543 2022-12-20 19:52 ./slackware64/d/p2c-2.02-x86_64-1.txt -rw-r--r-- 1 root root 310108 2022-12-20 19:52 ./slackware64/d/p2c-2.02-x86_64-1.txz -rw-r--r-- 1 root root 163 2022-12-20 19:52 ./slackware64/d/p2c-2.02-x86_64-1.txz.asc @@ -1541,9 +1541,9 @@ drwxr-xr-x 2 root root 20480 2024-01-29 19:20 ./slackware64/d -rw-r--r-- 1 root root 467 2022-09-07 18:35 ./slackware64/d/slacktrack-2.23-x86_64-1.txt -rw-r--r-- 1 root root 100516 2022-09-07 18:35 ./slackware64/d/slacktrack-2.23-x86_64-1.txz -rw-r--r-- 1 root root 163 2022-09-07 18:35 ./slackware64/d/slacktrack-2.23-x86_64-1.txz.asc --rw-r--r-- 1 root root 547 2023-10-31 17:17 ./slackware64/d/strace-6.6-x86_64-1.txt --rw-r--r-- 1 root root 464968 2023-10-31 17:17 ./slackware64/d/strace-6.6-x86_64-1.txz --rw-r--r-- 1 root root 163 2023-10-31 17:17 ./slackware64/d/strace-6.6-x86_64-1.txz.asc +-rw-r--r-- 1 root root 547 2024-01-30 20:56 ./slackware64/d/strace-6.7-x86_64-1.txt +-rw-r--r-- 1 root root 467612 2024-01-30 20:56 ./slackware64/d/strace-6.7-x86_64-1.txz +-rw-r--r-- 1 root root 163 2024-01-30 20:56 ./slackware64/d/strace-6.7-x86_64-1.txz.asc -rw-r--r-- 1 root root 547 2023-12-29 20:12 ./slackware64/d/subversion-1.14.3-x86_64-1.txt -rw-r--r-- 1 root root 4196028 2023-12-29 20:12 ./slackware64/d/subversion-1.14.3-x86_64-1.txz -rw-r--r-- 1 root root 163 2023-12-29 20:12 ./slackware64/d/subversion-1.14.3-x86_64-1.txz.asc @@ -1593,7 +1593,7 @@ drwxr-xr-x 2 root root 4096 2024-01-26 01:52 ./slackware64/k -rw-r--r-- 1 root root 1170 2024-01-26 01:38 ./slackware64/k/maketag -rw-r--r-- 1 root root 1170 2024-01-26 01:38 ./slackware64/k/maketag.ez -rw-r--r-- 1 root root 18 2024-01-26 01:38 ./slackware64/k/tagfile -drwxr-xr-x 2 root root 86016 2024-01-29 19:20 ./slackware64/kde +drwxr-xr-x 2 root root 86016 2024-01-30 22:04 ./slackware64/kde -rw-r--r-- 1 root root 382 2023-12-07 19:16 ./slackware64/kde/akonadi-23.08.4-x86_64-1.txt -rw-r--r-- 1 root root 2560412 2023-12-07 19:16 ./slackware64/kde/akonadi-23.08.4-x86_64-1.txz -rw-r--r-- 1 root root 163 2023-12-07 19:16 ./slackware64/kde/akonadi-23.08.4-x86_64-1.txz.asc @@ -1693,9 +1693,9 @@ drwxr-xr-x 2 root root 86016 2024-01-29 19:20 ./slackware64/kde -rw-r--r-- 1 root root 175 2023-12-07 20:04 ./slackware64/kde/cervisia-23.08.4-x86_64-1.txt -rw-r--r-- 1 root root 2478464 2023-12-07 20:04 ./slackware64/kde/cervisia-23.08.4-x86_64-1.txz -rw-r--r-- 1 root root 163 2023-12-07 20:04 ./slackware64/kde/cervisia-23.08.4-x86_64-1.txz.asc --rw-r--r-- 1 root root 537 2024-01-28 21:09 ./slackware64/kde/digikam-8.2.0-x86_64-4.txt --rw-r--r-- 1 root root 26097856 2024-01-28 21:09 ./slackware64/kde/digikam-8.2.0-x86_64-4.txz --rw-r--r-- 1 root root 163 2024-01-28 21:09 ./slackware64/kde/digikam-8.2.0-x86_64-4.txz.asc +-rw-r--r-- 1 root root 537 2024-01-30 20:34 ./slackware64/kde/digikam-8.2.0-x86_64-5.txt +-rw-r--r-- 1 root root 26102988 2024-01-30 20:34 ./slackware64/kde/digikam-8.2.0-x86_64-5.txz +-rw-r--r-- 1 root root 163 2024-01-30 20:34 ./slackware64/kde/digikam-8.2.0-x86_64-5.txz.asc -rw-r--r-- 1 root root 338 2023-12-07 20:02 ./slackware64/kde/dolphin-23.08.4-x86_64-1.txt -rw-r--r-- 1 root root 4455016 2023-12-07 20:02 ./slackware64/kde/dolphin-23.08.4-x86_64-1.txz -rw-r--r-- 1 root root 163 2023-12-07 20:02 ./slackware64/kde/dolphin-23.08.4-x86_64-1.txz.asc @@ -2757,7 +2757,7 @@ drwxr-xr-x 2 root root 86016 2024-01-29 19:20 ./slackware64/kde -rw-r--r-- 1 root root 517 2023-12-07 21:02 ./slackware64/kde/zanshin-23.08.4-x86_64-1.txt -rw-r--r-- 1 root root 683696 2023-12-07 21:02 ./slackware64/kde/zanshin-23.08.4-x86_64-1.txz -rw-r--r-- 1 root root 163 2023-12-07 21:02 ./slackware64/kde/zanshin-23.08.4-x86_64-1.txz.asc -drwxr-xr-x 2 root root 90112 2024-01-29 19:20 ./slackware64/l +drwxr-xr-x 2 root root 90112 2024-01-30 22:04 ./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 @@ -2815,9 +2815,9 @@ drwxr-xr-x 2 root root 90112 2024-01-29 19:20 ./slackware64/l -rw-r--r-- 1 root root 323 2023-09-18 17:37 ./slackware64/l/adwaita-icon-theme-45.0-noarch-1.txt -rw-r--r-- 1 root root 695136 2023-09-18 17:37 ./slackware64/l/adwaita-icon-theme-45.0-noarch-1.txz -rw-r--r-- 1 root root 163 2023-09-18 17:37 ./slackware64/l/adwaita-icon-theme-45.0-noarch-1.txz.asc --rw-r--r-- 1 root root 401 2023-09-03 03:46 ./slackware64/l/alsa-lib-1.2.10-x86_64-1.txt --rw-r--r-- 1 root root 559756 2023-09-03 03:46 ./slackware64/l/alsa-lib-1.2.10-x86_64-1.txz --rw-r--r-- 1 root root 163 2023-09-03 03:46 ./slackware64/l/alsa-lib-1.2.10-x86_64-1.txz.asc +-rw-r--r-- 1 root root 401 2024-01-30 20:15 ./slackware64/l/alsa-lib-1.2.11-x86_64-1.txt +-rw-r--r-- 1 root root 564880 2024-01-30 20:15 ./slackware64/l/alsa-lib-1.2.11-x86_64-1.txz +-rw-r--r-- 1 root root 163 2024-01-30 20:15 ./slackware64/l/alsa-lib-1.2.11-x86_64-1.txz.asc -rw-r--r-- 1 root root 501 2021-02-13 06:12 ./slackware64/l/alsa-oss-1.1.8-x86_64-3.txt -rw-r--r-- 1 root root 32536 2021-02-13 06:12 ./slackware64/l/alsa-oss-1.1.8-x86_64-3.txz -rw-r--r-- 1 root root 163 2021-02-13 06:12 ./slackware64/l/alsa-oss-1.1.8-x86_64-3.txz.asc @@ -3402,9 +3402,9 @@ drwxr-xr-x 2 root root 90112 2024-01-29 19:20 ./slackware64/l -rw-r--r-- 1 root root 335 2023-12-02 19:44 ./slackware64/l/libplist-2.3.0-x86_64-1.txt -rw-r--r-- 1 root root 152184 2023-12-02 19:44 ./slackware64/l/libplist-2.3.0-x86_64-1.txz -rw-r--r-- 1 root root 163 2023-12-02 19:44 ./slackware64/l/libplist-2.3.0-x86_64-1.txz.asc --rw-r--r-- 1 root root 489 2024-01-25 19:11 ./slackware64/l/libpng-1.6.41-x86_64-1.txt --rw-r--r-- 1 root root 311956 2024-01-25 19:11 ./slackware64/l/libpng-1.6.41-x86_64-1.txz --rw-r--r-- 1 root root 163 2024-01-25 19:11 ./slackware64/l/libpng-1.6.41-x86_64-1.txz.asc +-rw-r--r-- 1 root root 489 2024-01-30 20:21 ./slackware64/l/libpng-1.6.42-x86_64-1.txt +-rw-r--r-- 1 root root 311824 2024-01-30 20:21 ./slackware64/l/libpng-1.6.42-x86_64-1.txz +-rw-r--r-- 1 root root 163 2024-01-30 20:21 ./slackware64/l/libpng-1.6.42-x86_64-1.txz.asc -rw-r--r-- 1 root root 499 2024-01-21 20:09 ./slackware64/l/libproxy-0.5.3-x86_64-1.txt -rw-r--r-- 1 root root 32708 2024-01-21 20:09 ./slackware64/l/libproxy-0.5.3-x86_64-1.txz -rw-r--r-- 1 root root 163 2024-01-21 20:09 ./slackware64/l/libproxy-0.5.3-x86_64-1.txz.asc @@ -3555,9 +3555,9 @@ drwxr-xr-x 2 root root 90112 2024-01-29 19:20 ./slackware64/l -rw-r--r-- 1 root root 419 2023-08-23 19:32 ./slackware64/l/libzip-1.10.1-x86_64-1.txt -rw-r--r-- 1 root root 255920 2023-08-23 19:32 ./slackware64/l/libzip-1.10.1-x86_64-1.txz -rw-r--r-- 1 root root 163 2023-08-23 19:32 ./slackware64/l/libzip-1.10.1-x86_64-1.txz.asc --rw-r--r-- 1 root root 485 2023-07-12 18:13 ./slackware64/l/lmdb-0.9.31-x86_64-1.txt --rw-r--r-- 1 root root 75288 2023-07-12 18:13 ./slackware64/l/lmdb-0.9.31-x86_64-1.txz --rw-r--r-- 1 root root 163 2023-07-12 18:13 ./slackware64/l/lmdb-0.9.31-x86_64-1.txz.asc +-rw-r--r-- 1 root root 486 2024-01-30 20:48 ./slackware64/l/lmdb-0.9.32-x86_64-1.txt +-rw-r--r-- 1 root root 75732 2024-01-30 20:48 ./slackware64/l/lmdb-0.9.32-x86_64-1.txz +-rw-r--r-- 1 root root 163 2024-01-30 20:48 ./slackware64/l/lmdb-0.9.32-x86_64-1.txz.asc -rw-r--r-- 1 root root 442 2023-03-05 21:01 ./slackware64/l/loudmouth-1.5.4-x86_64-3.txt -rw-r--r-- 1 root root 58952 2023-03-05 21:01 ./slackware64/l/loudmouth-1.5.4-x86_64-3.txz -rw-r--r-- 1 root root 163 2023-03-05 21:01 ./slackware64/l/loudmouth-1.5.4-x86_64-3.txz.asc @@ -3593,9 +3593,9 @@ drwxr-xr-x 2 root root 90112 2024-01-29 19:20 ./slackware64/l -rw-r--r-- 1 root root 493 2023-06-10 22:26 ./slackware64/l/ncurses-6.4_20230610-x86_64-1.txt -rw-r--r-- 1 root root 1352528 2023-06-10 22:26 ./slackware64/l/ncurses-6.4_20230610-x86_64-1.txz -rw-r--r-- 1 root root 163 2023-06-10 22:26 ./slackware64/l/ncurses-6.4_20230610-x86_64-1.txz.asc --rw-r--r-- 1 root root 345 2023-03-08 02:19 ./slackware64/l/neon-0.32.5-x86_64-2.txt --rw-r--r-- 1 root root 217372 2023-03-08 02:19 ./slackware64/l/neon-0.32.5-x86_64-2.txz --rw-r--r-- 1 root root 163 2023-03-08 02:19 ./slackware64/l/neon-0.32.5-x86_64-2.txz.asc +-rw-r--r-- 1 root root 345 2024-01-30 20:50 ./slackware64/l/neon-0.33.0-x86_64-1.txt +-rw-r--r-- 1 root root 219764 2024-01-30 20:50 ./slackware64/l/neon-0.33.0-x86_64-1.txz +-rw-r--r-- 1 root root 163 2024-01-30 20:50 ./slackware64/l/neon-0.33.0-x86_64-1.txz.asc -rw-r--r-- 1 root root 271 2024-01-29 19:03 ./slackware64/l/netpbm-11.05.02-x86_64-1.txt -rw-r--r-- 1 root root 2174232 2024-01-29 19:03 ./slackware64/l/netpbm-11.05.02-x86_64-1.txz -rw-r--r-- 1 root root 163 2024-01-29 19:03 ./slackware64/l/netpbm-11.05.02-x86_64-1.txz.asc @@ -3614,9 +3614,9 @@ drwxr-xr-x 2 root root 90112 2024-01-29 19:20 ./slackware64/l -rw-r--r-- 1 root root 463 2023-04-12 16:30 ./slackware64/l/openal-soft-1.23.1-x86_64-1.txt -rw-r--r-- 1 root root 625092 2023-04-12 16:30 ./slackware64/l/openal-soft-1.23.1-x86_64-1.txz -rw-r--r-- 1 root root 163 2023-04-12 16:30 ./slackware64/l/openal-soft-1.23.1-x86_64-1.txz.asc --rw-r--r-- 1 root root 257 2024-01-28 20:51 ./slackware64/l/opencv-4.9.0-x86_64-2.txt --rw-r--r-- 1 root root 14800660 2024-01-28 20:51 ./slackware64/l/opencv-4.9.0-x86_64-2.txz --rw-r--r-- 1 root root 163 2024-01-28 20:51 ./slackware64/l/opencv-4.9.0-x86_64-2.txz.asc +-rw-r--r-- 1 root root 257 2024-01-30 20:37 ./slackware64/l/opencv-4.9.0-x86_64-3.txt +-rw-r--r-- 1 root root 14801256 2024-01-30 20:37 ./slackware64/l/opencv-4.9.0-x86_64-3.txz +-rw-r--r-- 1 root root 163 2024-01-30 20:37 ./slackware64/l/opencv-4.9.0-x86_64-3.txz.asc -rw-r--r-- 1 root root 538 2023-09-27 21:57 ./slackware64/l/openexr-3.2.1-x86_64-1.txt -rw-r--r-- 1 root root 1207632 2023-09-27 21:57 ./slackware64/l/openexr-3.2.1-x86_64-1.txz -rw-r--r-- 1 root root 163 2023-09-27 21:57 ./slackware64/l/openexr-3.2.1-x86_64-1.txz.asc @@ -3884,9 +3884,9 @@ drwxr-xr-x 2 root root 90112 2024-01-29 19:20 ./slackware64/l -rw-r--r-- 1 root root 437 2021-02-13 07:44 ./slackware64/l/qrencode-4.1.1-x86_64-3.txt -rw-r--r-- 1 root root 58388 2021-02-13 07:44 ./slackware64/l/qrencode-4.1.1-x86_64-3.txz -rw-r--r-- 1 root root 163 2021-02-13 07:44 ./slackware64/l/qrencode-4.1.1-x86_64-3.txz.asc --rw-r--r-- 1 root root 260 2024-01-28 21:03 ./slackware64/l/qt5-5.15.12_20240103_b8fd1448-x86_64-3.txt --rw-r--r-- 1 root root 97736156 2024-01-28 21:03 ./slackware64/l/qt5-5.15.12_20240103_b8fd1448-x86_64-3.txz --rw-r--r-- 1 root root 163 2024-01-28 21:03 ./slackware64/l/qt5-5.15.12_20240103_b8fd1448-x86_64-3.txz.asc +-rw-r--r-- 1 root root 260 2024-01-30 20:50 ./slackware64/l/qt5-5.15.12_20240103_b8fd1448-x86_64-4.txt +-rw-r--r-- 1 root root 97718672 2024-01-30 20:50 ./slackware64/l/qt5-5.15.12_20240103_b8fd1448-x86_64-4.txz +-rw-r--r-- 1 root root 163 2024-01-30 20:50 ./slackware64/l/qt5-5.15.12_20240103_b8fd1448-x86_64-4.txz.asc -rw-r--r-- 1 root root 470 2023-11-01 21:02 ./slackware64/l/qt5-webkit-5.212.0_alpha4-x86_64-12.txt -rw-r--r-- 1 root root 16248568 2023-11-01 21:02 ./slackware64/l/qt5-webkit-5.212.0_alpha4-x86_64-12.txz -rw-r--r-- 1 root root 163 2023-11-01 21:02 ./slackware64/l/qt5-webkit-5.212.0_alpha4-x86_64-12.txz.asc @@ -3972,21 +3972,21 @@ drwxr-xr-x 2 root root 90112 2024-01-29 19:20 ./slackware64/l -rw-r--r-- 1 root root 521 2021-02-13 09:01 ./slackware64/l/taglib-extras-1.0.1-x86_64-4.txt -rw-r--r-- 1 root root 31000 2021-02-13 09:01 ./slackware64/l/taglib-extras-1.0.1-x86_64-4.txz -rw-r--r-- 1 root root 163 2021-02-13 09:01 ./slackware64/l/taglib-extras-1.0.1-x86_64-4.txz.asc --rw-r--r-- 1 root root 287 2023-07-21 19:00 ./slackware64/l/talloc-2.4.1-x86_64-1.txt --rw-r--r-- 1 root root 71732 2023-07-21 19:00 ./slackware64/l/talloc-2.4.1-x86_64-1.txz --rw-r--r-- 1 root root 163 2023-07-21 19:00 ./slackware64/l/talloc-2.4.1-x86_64-1.txz.asc +-rw-r--r-- 1 root root 287 2024-01-30 20:57 ./slackware64/l/talloc-2.4.2-x86_64-1.txt +-rw-r--r-- 1 root root 71564 2024-01-30 20:57 ./slackware64/l/talloc-2.4.2-x86_64-1.txz +-rw-r--r-- 1 root root 163 2024-01-30 20:57 ./slackware64/l/talloc-2.4.2-x86_64-1.txz.asc -rw-r--r-- 1 root root 527 2021-02-13 09:03 ./slackware64/l/tango-icon-theme-0.8.90-noarch-6.txt -rw-r--r-- 1 root root 1217320 2021-02-13 09:03 ./slackware64/l/tango-icon-theme-0.8.90-noarch-6.txz -rw-r--r-- 1 root root 163 2021-02-13 09:03 ./slackware64/l/tango-icon-theme-0.8.90-noarch-6.txz.asc -rw-r--r-- 1 root root 539 2021-02-13 09:02 ./slackware64/l/tango-icon-theme-extras-0.1.0-noarch-4.txt -rw-r--r-- 1 root root 52376 2021-02-13 09:02 ./slackware64/l/tango-icon-theme-extras-0.1.0-noarch-4.txz -rw-r--r-- 1 root root 163 2021-02-13 09:02 ./slackware64/l/tango-icon-theme-extras-0.1.0-noarch-4.txz.asc --rw-r--r-- 1 root root 305 2023-07-21 19:01 ./slackware64/l/tdb-1.4.9-x86_64-1.txt --rw-r--r-- 1 root root 73268 2023-07-21 19:01 ./slackware64/l/tdb-1.4.9-x86_64-1.txz --rw-r--r-- 1 root root 163 2023-07-21 19:01 ./slackware64/l/tdb-1.4.9-x86_64-1.txz.asc --rw-r--r-- 1 root root 269 2023-10-17 18:14 ./slackware64/l/tevent-0.16.0-x86_64-1.txt --rw-r--r-- 1 root root 120544 2023-10-17 18:14 ./slackware64/l/tevent-0.16.0-x86_64-1.txz --rw-r--r-- 1 root root 163 2023-10-17 18:14 ./slackware64/l/tevent-0.16.0-x86_64-1.txz.asc +-rw-r--r-- 1 root root 305 2024-01-30 20:58 ./slackware64/l/tdb-1.4.10-x86_64-1.txt +-rw-r--r-- 1 root root 73204 2024-01-30 20:58 ./slackware64/l/tdb-1.4.10-x86_64-1.txz +-rw-r--r-- 1 root root 163 2024-01-30 20:58 ./slackware64/l/tdb-1.4.10-x86_64-1.txz.asc +-rw-r--r-- 1 root root 269 2024-01-30 20:59 ./slackware64/l/tevent-0.16.1-x86_64-1.txt +-rw-r--r-- 1 root root 120656 2024-01-30 20:59 ./slackware64/l/tevent-0.16.1-x86_64-1.txz +-rw-r--r-- 1 root root 163 2024-01-30 20:59 ./slackware64/l/tevent-0.16.1-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 @@ -4026,7 +4026,7 @@ drwxr-xr-x 2 root root 90112 2024-01-29 19:20 ./slackware64/l -rw-r--r-- 1 root root 403 2023-12-11 22:02 ./slackware64/l/zxing-cpp-2.2.1-x86_64-1.txt -rw-r--r-- 1 root root 773596 2023-12-11 22:02 ./slackware64/l/zxing-cpp-2.2.1-x86_64-1.txz -rw-r--r-- 1 root root 163 2023-12-11 22:02 ./slackware64/l/zxing-cpp-2.2.1-x86_64-1.txz.asc -drwxr-xr-x 2 root root 36864 2024-01-27 19:20 ./slackware64/n +drwxr-xr-x 2 root root 36864 2024-01-30 22:04 ./slackware64/n -rw-r--r-- 1 root root 357 2023-03-09 19:11 ./slackware64/n/ModemManager-1.20.6-x86_64-1.txt -rw-r--r-- 1 root root 1517848 2023-03-09 19:11 ./slackware64/n/ModemManager-1.20.6-x86_64-1.txz -rw-r--r-- 1 root root 163 2023-03-09 19:11 ./slackware64/n/ModemManager-1.20.6-x86_64-1.txz.asc @@ -4352,9 +4352,9 @@ drwxr-xr-x 2 root root 36864 2024-01-27 19:20 ./slackware64/n -rw-r--r-- 1 root root 531 2021-11-03 01:02 ./slackware64/n/obexftp-0.24.2-x86_64-10.txt -rw-r--r-- 1 root root 103772 2021-11-03 01:02 ./slackware64/n/obexftp-0.24.2-x86_64-10.txz -rw-r--r-- 1 root root 163 2021-11-03 01:02 ./slackware64/n/obexftp-0.24.2-x86_64-10.txz.asc --rw-r--r-- 1 root root 479 2023-09-13 19:17 ./slackware64/n/openldap-2.6.6-x86_64-2.txt --rw-r--r-- 1 root root 2536008 2023-09-13 19:17 ./slackware64/n/openldap-2.6.6-x86_64-2.txz --rw-r--r-- 1 root root 163 2023-09-13 19:17 ./slackware64/n/openldap-2.6.6-x86_64-2.txz.asc +-rw-r--r-- 1 root root 479 2024-01-30 20:53 ./slackware64/n/openldap-2.6.7-x86_64-1.txt +-rw-r--r-- 1 root root 2540828 2024-01-30 20:53 ./slackware64/n/openldap-2.6.7-x86_64-1.txz +-rw-r--r-- 1 root root 163 2024-01-30 20:53 ./slackware64/n/openldap-2.6.7-x86_64-1.txz.asc -rw-r--r-- 1 root root 535 2021-02-13 12:19 ./slackware64/n/openobex-1.7.2-x86_64-5.txt -rw-r--r-- 1 root root 171960 2021-02-13 12:19 ./slackware64/n/openobex-1.7.2-x86_64-5.txz -rw-r--r-- 1 root root 163 2021-02-13 12:19 ./slackware64/n/openobex-1.7.2-x86_64-5.txz.asc @@ -4364,9 +4364,9 @@ drwxr-xr-x 2 root root 36864 2024-01-27 19:20 ./slackware64/n -rw-r--r-- 1 root root 672 2023-12-18 19:01 ./slackware64/n/openssh-9.6p1-x86_64-1.txt -rw-r--r-- 1 root root 1073012 2023-12-18 19:01 ./slackware64/n/openssh-9.6p1-x86_64-1.txz -rw-r--r-- 1 root root 163 2023-12-18 19:01 ./slackware64/n/openssh-9.6p1-x86_64-1.txz.asc --rw-r--r-- 1 root root 559 2023-11-24 19:22 ./slackware64/n/openssl-3.2.0-x86_64-1.txt --rw-r--r-- 1 root root 5513012 2023-11-24 19:22 ./slackware64/n/openssl-3.2.0-x86_64-1.txz --rw-r--r-- 1 root root 163 2023-11-24 19:22 ./slackware64/n/openssl-3.2.0-x86_64-1.txz.asc +-rw-r--r-- 1 root root 559 2024-01-30 20:56 ./slackware64/n/openssl-3.2.1-x86_64-1.txt +-rw-r--r-- 1 root root 5529744 2024-01-30 20:56 ./slackware64/n/openssl-3.2.1-x86_64-1.txz +-rw-r--r-- 1 root root 163 2024-01-30 20:56 ./slackware64/n/openssl-3.2.1-x86_64-1.txz.asc -rw-r--r-- 1 root root 583 2023-09-11 20:00 ./slackware64/n/openssl11-1.1.1w-x86_64-1.txt -rw-r--r-- 1 root root 1782356 2023-09-11 20:00 ./slackware64/n/openssl11-1.1.1w-x86_64-1.txz -rw-r--r-- 1 root root 163 2023-09-11 20:00 ./slackware64/n/openssl11-1.1.1w-x86_64-1.txz.asc @@ -5424,10 +5424,10 @@ drwxr-xr-x 2 root root 65536 2024-01-29 19:20 ./slackware64/x -rw-r--r-- 1 root root 213 2022-07-11 18:36 ./slackware64/x/xwud-1.0.6-x86_64-1.txt -rw-r--r-- 1 root root 25896 2022-07-11 18:36 ./slackware64/x/xwud-1.0.6-x86_64-1.txz -rw-r--r-- 1 root root 163 2022-07-11 18:36 ./slackware64/x/xwud-1.0.6-x86_64-1.txz.asc -drwxr-xr-x 2 root root 16384 2024-01-29 19:20 ./slackware64/xap --rw-r--r-- 1 root root 625 2024-01-28 21:05 ./slackware64/xap/MPlayer-20240127-x86_64-1.txt --rw-r--r-- 1 root root 2117808 2024-01-28 21:05 ./slackware64/xap/MPlayer-20240127-x86_64-1.txz --rw-r--r-- 1 root root 163 2024-01-28 21:05 ./slackware64/xap/MPlayer-20240127-x86_64-1.txz.asc +drwxr-xr-x 2 root root 16384 2024-01-30 22:04 ./slackware64/xap +-rw-r--r-- 1 root root 625 2024-01-30 20:29 ./slackware64/xap/MPlayer-20240130-x86_64-1.txt +-rw-r--r-- 1 root root 2705540 2024-01-30 20:29 ./slackware64/xap/MPlayer-20240130-x86_64-1.txz +-rw-r--r-- 1 root root 163 2024-01-30 20:29 ./slackware64/xap/MPlayer-20240130-x86_64-1.txz.asc -rw-r--r-- 1 root root 524 2022-12-02 02:28 ./slackware64/xap/NetworkManager-openvpn-1.10.2-x86_64-1.txt -rw-r--r-- 1 root root 263204 2022-12-02 02:28 ./slackware64/xap/NetworkManager-openvpn-1.10.2-x86_64-1.txz -rw-r--r-- 1 root root 163 2022-12-02 02:28 ./slackware64/xap/NetworkManager-openvpn-1.10.2-x86_64-1.txz.asc @@ -5556,9 +5556,9 @@ drwxr-xr-x 2 root root 16384 2024-01-29 19:20 ./slackware64/xap -rw-r--r-- 1 root root 239 2021-02-13 13:43 ./slackware64/xap/xgames-0.3-x86_64-8.txt -rw-r--r-- 1 root root 93540 2021-02-13 13:43 ./slackware64/xap/xgames-0.3-x86_64-8.txz -rw-r--r-- 1 root root 163 2021-02-13 13:43 ./slackware64/xap/xgames-0.3-x86_64-8.txz.asc --rw-r--r-- 1 root root 511 2024-01-28 21:04 ./slackware64/xap/xine-lib-1.2.13-x86_64-6.txt --rw-r--r-- 1 root root 2909904 2024-01-28 21:04 ./slackware64/xap/xine-lib-1.2.13-x86_64-6.txz --rw-r--r-- 1 root root 163 2024-01-28 21:04 ./slackware64/xap/xine-lib-1.2.13-x86_64-6.txz.asc +-rw-r--r-- 1 root root 511 2024-01-30 20:40 ./slackware64/xap/xine-lib-1.2.13-x86_64-7.txt +-rw-r--r-- 1 root root 2910076 2024-01-30 20:40 ./slackware64/xap/xine-lib-1.2.13-x86_64-7.txz +-rw-r--r-- 1 root root 163 2024-01-30 20:40 ./slackware64/xap/xine-lib-1.2.13-x86_64-7.txz.asc -rw-r--r-- 1 root root 373 2023-03-05 21:21 ./slackware64/xap/xine-ui-0.99.14-x86_64-2.txt -rw-r--r-- 1 root root 1702648 2023-03-05 21:21 ./slackware64/xap/xine-ui-0.99.14-x86_64-2.txz -rw-r--r-- 1 root root 163 2023-03-05 21:21 ./slackware64/xap/xine-ui-0.99.14-x86_64-2.txz.asc @@ -5691,11 +5691,11 @@ drwxr-xr-x 2 root root 4096 2023-03-08 20:34 ./slackware64/y -rw-r--r-- 1 root root 1491108 2023-02-19 18:31 ./slackware64/y/nethack-3.6.7-x86_64-1.txz -rw-r--r-- 1 root root 163 2023-02-19 18:31 ./slackware64/y/nethack-3.6.7-x86_64-1.txz.asc -rw-r--r-- 1 root root 26 2020-12-30 21:55 ./slackware64/y/tagfile -drwxr-xr-x 18 root root 4096 2024-01-29 19:21 ./source --rw-r--r-- 1 root root 610308 2024-01-29 19:21 ./source/CHECKSUMS.md5 --rw-r--r-- 1 root root 163 2024-01-29 19:21 ./source/CHECKSUMS.md5.asc --rw-r--r-- 1 root root 849747 2024-01-29 19:21 ./source/FILE_LIST --rw-r--r-- 1 root root 25225233 2024-01-29 19:21 ./source/MANIFEST.bz2 +drwxr-xr-x 18 root root 4096 2024-01-30 22:05 ./source +-rw-r--r-- 1 root root 610378 2024-01-30 22:05 ./source/CHECKSUMS.md5 +-rw-r--r-- 1 root root 163 2024-01-30 22:05 ./source/CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 849834 2024-01-30 22:05 ./source/FILE_LIST +-rw-r--r-- 1 root root 25249592 2024-01-30 22:05 ./source/MANIFEST.bz2 -rw-r--r-- 1 root root 828 2022-02-02 04:43 ./source/README.TXT drwxr-xr-x 124 root root 4096 2024-01-26 20:27 ./source/a -rw-r--r-- 1 root root 339 2023-09-28 19:06 ./source/a/FTBFSlog @@ -6319,9 +6319,9 @@ drwxr-xr-x 2 root root 4096 2023-11-23 03:19 ./source/a/lvm2 -rw-r--r-- 1 root root 413 2023-10-22 17:59 ./source/a/lvm2/lvm2-2.03.20-dm_lvm_rules_no_systemd.patch.gz -rwxr-xr-x 1 root root 5090 2023-10-22 18:00 ./source/a/lvm2/lvm2.SlackBuild -rw-r--r-- 1 root root 1007 2018-02-27 06:13 ./source/a/lvm2/slack-desc -drwxr-xr-x 2 root root 4096 2022-09-06 18:27 ./source/a/lzip --rw-r--r-- 1 root root 83521 2022-02-03 00:24 ./source/a/lzip/lzip-1.23.tar.lz --rw-r--r-- 1 root root 72 2022-02-03 00:24 ./source/a/lzip/lzip-1.23.tar.lz.sig +drwxr-xr-x 2 root root 4096 2024-01-30 20:49 ./source/a/lzip +-rw-r--r-- 1 root root 85100 2024-01-29 20:53 ./source/a/lzip/lzip-1.24.tar.lz +-rw-r--r-- 1 root root 72 2024-01-29 20:53 ./source/a/lzip/lzip-1.24.tar.lz.sig -rwxr-xr-x 1 root root 4571 2022-09-06 18:27 ./source/a/lzip/lzip.SlackBuild -rw-r--r-- 1 root root 893 2018-02-27 06:13 ./source/a/lzip/slack-desc drwxr-xr-x 2 root root 4096 2024-01-23 19:48 ./source/a/lzlib @@ -6833,8 +6833,8 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/ap/acct -rwxr-xr-x 1 root root 5045 2021-02-13 05:31 ./source/ap/acct/acct.SlackBuild -rw-r--r-- 1 root root 390 2017-04-06 17:03 ./source/ap/acct/acct.logdir.fhs.diff.gz -rw-r--r-- 1 root root 1050 2018-02-27 06:12 ./source/ap/acct/slack-desc -drwxr-xr-x 2 root root 4096 2023-09-03 03:47 ./source/ap/alsa-utils --rw-r--r-- 1 root root 1408667 2023-09-01 16:02 ./source/ap/alsa-utils/alsa-utils-1.2.10.tar.lz +drwxr-xr-x 2 root root 4096 2024-01-30 20:17 ./source/ap/alsa-utils +-rw-r--r-- 1 root root 1410351 2024-01-29 13:07 ./source/ap/alsa-utils/alsa-utils-1.2.11.tar.lz -rwxr-xr-x 1 root root 4624 2021-05-31 19:16 ./source/ap/alsa-utils/alsa-utils.SlackBuild -rw-r--r-- 1 root root 989 2010-05-30 02:08 ./source/ap/alsa-utils/alsa-utils.alsaconf.diff.gz -rw-r--r-- 1 root root 31 2023-05-04 17:06 ./source/ap/alsa-utils/alsa-utils.url @@ -7330,10 +7330,10 @@ drwxr-xr-x 2 root root 4096 2022-11-19 19:14 ./source/ap/sox -rw-r--r-- 1 root root 744 2018-06-26 22:00 ./source/ap/sox/slack-desc -rw-r--r-- 1 root root 763840 2015-02-22 21:04 ./source/ap/sox/sox-14.4.2.tar.xz -rwxr-xr-x 1 root root 4156 2022-11-19 19:14 ./source/ap/sox/sox.SlackBuild -drwxr-xr-x 2 root root 4096 2024-01-16 20:25 ./source/ap/sqlite +drwxr-xr-x 2 root root 4096 2024-01-30 20:55 ./source/ap/sqlite -rw-r--r-- 1 root root 1684 2008-08-01 05:31 ./source/ap/sqlite/COPYRIGHT.gz -rw-r--r-- 1 root root 937 2018-11-29 19:15 ./source/ap/sqlite/slack-desc --rw-r--r-- 1 root root 7845500 2024-01-16 16:06 ./source/ap/sqlite/sqlite-src-3450000.tar.lz +-rw-r--r-- 1 root root 7843596 2024-01-30 18:09 ./source/ap/sqlite/sqlite-src-3450100.tar.lz -rwxr-xr-x 1 root root 6340 2023-10-10 18:03 ./source/ap/sqlite/sqlite.SlackBuild drwxr-xr-x 2 root root 4096 2023-03-28 18:23 ./source/ap/squashfs-tools -rwxr-xr-x 1 root root 1939 2020-07-09 18:37 ./source/ap/squashfs-tools/get-squashfs-tools.sh @@ -7429,7 +7429,7 @@ drwxr-xr-x 2 root root 4096 2022-05-15 17:07 ./source/ap/zsh -rwxr-xr-x 1 root root 4352 2022-02-13 19:39 ./source/ap/zsh/zsh.SlackBuild -rw-r--r-- 1 root root 23 2018-09-14 17:50 ./source/ap/zsh/zsh.url -rwxr-xr-x 1 root root 12001 2021-10-08 01:36 ./source/buildlist-from-changelog.sh -drwxr-xr-x 71 root root 4096 2024-01-28 19:46 ./source/d +drwxr-xr-x 71 root root 4096 2024-01-30 20:02 ./source/d drwxr-xr-x 2 root root 4096 2023-09-26 19:23 ./source/d/Cython -rw-r--r-- 1 root root 1623580 2023-07-04 19:24 ./source/d/Cython/Cython-0.29.36.tar.lz -rwxr-xr-x 1 root root 3031 2021-12-06 19:51 ./source/d/Cython/Cython.SlackBuild @@ -7453,11 +7453,11 @@ drwxr-xr-x 2 root root 4096 2022-09-06 18:29 ./source/d/automake -rwxr-xr-x 1 root root 3482 2022-09-06 18:29 ./source/d/automake/automake.SlackBuild -rw-r--r-- 1 root root 349 2022-09-06 18:29 ./source/d/automake/doinst.sh.gz -rw-r--r-- 1 root root 1077 2018-02-27 06:13 ./source/d/automake/slack-desc -drwxr-xr-x 3 root root 4096 2023-07-30 17:51 ./source/d/binutils --rw-r--r-- 1 root root 26307264 2023-07-30 14:22 ./source/d/binutils/binutils-2.41.tar.lz --rw-r--r-- 1 root root 833 2023-07-30 14:22 ./source/d/binutils/binutils-2.41.tar.lz.sig +drwxr-xr-x 3 root root 4096 2024-01-29 19:37 ./source/d/binutils +-rw-r--r-- 1 root root 27112996 2024-01-29 15:23 ./source/d/binutils/binutils-2.42.tar.lz +-rw-r--r-- 1 root root 833 2024-01-29 15:23 ./source/d/binutils/binutils-2.42.tar.lz.sig -rwxr-xr-x 1 root root 9989 2023-01-17 20:23 ./source/d/binutils/binutils.SlackBuild -drwxr-xr-x 2 root root 4096 2023-01-17 20:23 ./source/d/binutils/patches +drwxr-xr-x 2 root root 4096 2024-01-29 19:47 ./source/d/binutils/patches -rw-r--r-- 1 root root 345 2021-08-19 15:31 ./source/d/binutils/patches/binutils-2.27-aarch64-ifunc.patch.gz -rw-r--r-- 1 root root 933 2021-08-19 15:31 ./source/d/binutils/patches/binutils-do-not-link-with-static-libstdc++.patch.gz -rw-r--r-- 1 root root 668 2021-08-19 15:31 ./source/d/binutils/patches/binutils-export-demangle.h.patch.gz @@ -7468,7 +7468,7 @@ drwxr-xr-x 2 root root 4096 2023-01-17 20:23 ./source/d/binutils/patches -rw-r--r-- 1 root root 945 2021-08-19 15:31 ./source/d/binutils/patches/binutils-gold-warn-unsupported.patch.gz -rw-r--r-- 1 root root 1075 2021-08-19 15:31 ./source/d/binutils/patches/binutils-libtool-lib64.patch.gz -rw-r--r-- 1 root root 351 2021-08-19 15:31 ./source/d/binutils/patches/binutils-no-config-h-check.patch.gz --rw-r--r-- 1 root root 611 2021-08-19 15:31 ./source/d/binutils/patches/binutils-readelf-other-sym-info.patch.gz +-rw-r--r-- 1 root root 502 2024-01-29 19:46 ./source/d/binutils/patches/binutils-readelf-other-sym-info.patch.gz -rw-r--r-- 1 root root 653 2021-08-19 15:31 ./source/d/binutils/patches/binutils-special-sections-in-groups.patch.gz -rw-r--r-- 1 root root 548 2022-02-11 19:53 ./source/d/binutils/patches/binutils-version.patch.gz -rw-r--r-- 1 root root 898 2018-02-27 06:13 ./source/d/binutils/slack-desc @@ -7513,10 +7513,10 @@ drwxr-xr-x 2 root root 4096 2024-01-03 20:09 ./source/d/clisp -rw-r--r-- 1 root root 666366 2021-06-13 15:38 ./source/d/clisp/libffcall-2.4.tar.lz -rw-r--r-- 1 root root 1116 2018-02-27 06:13 ./source/d/clisp/slack-desc -rwxr-xr-x 1 root root 1890 2020-07-09 18:37 ./source/d/clisp/source.download -drwxr-xr-x 2 root root 4096 2023-12-15 00:59 ./source/d/cmake --rw-r--r-- 1 root root 7439864 2023-12-14 17:10 ./source/d/cmake/cmake-3.28.1.tar.lz +drwxr-xr-x 2 root root 4096 2024-01-30 20:19 ./source/d/cmake +-rw-r--r-- 1 root root 7439737 2024-01-29 21:30 ./source/d/cmake/cmake-3.28.2.tar.lz -rwxr-xr-x 1 root root 4157 2022-04-30 19:32 ./source/d/cmake/cmake.SlackBuild --rw-r--r-- 1 root root 121 2023-12-15 00:57 ./source/d/cmake/cmake.url +-rw-r--r-- 1 root root 121 2024-01-30 20:18 ./source/d/cmake/cmake.url -rw-r--r-- 1 root root 832 2018-11-29 19:16 ./source/d/cmake/slack-desc drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/d/cscope -rw-r--r-- 1 root root 406801 2018-07-24 18:39 ./source/d/cscope/cscope-15.9.tar.lz @@ -7721,7 +7721,7 @@ drwxr-xr-x 2 root root 4096 2021-06-14 12:23 ./source/d/opencl-headers -rw-r--r-- 1 root root 811 2021-06-15 18:56 ./source/d/opencl-headers/slack-desc drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/d/oprofile -rw-r--r-- 1 root root 896753 2020-07-20 15:35 ./source/d/oprofile/oprofile-1.4.0.tar.lz --rwxr-xr-x 1 root root 4463 2023-07-30 17:54 ./source/d/oprofile/oprofile.SlackBuild +-rwxr-xr-x 1 root root 4463 2024-01-30 20:07 ./source/d/oprofile/oprofile.SlackBuild -rw-r--r-- 1 root root 1002 2018-02-27 06:13 ./source/d/oprofile/slack-desc drwxr-xr-x 2 root root 4096 2022-12-20 19:50 ./source/d/p2c -rw-r--r-- 1 root root 351959 2022-10-18 04:02 ./source/d/p2c/p2c-2.02.tar.lz @@ -7867,13 +7867,13 @@ drwxr-xr-x 2 root root 4096 2022-09-07 11:33 ./source/d/slacktrack -rw-r--r-- 1 root root 27340 2009-05-15 22:42 ./source/d/slacktrack/OVERVIEW -rw-r--r-- 1 root root 91808 2022-09-07 11:31 ./source/d/slacktrack/slacktrack-2.23-source.tar.xz -rwxr-xr-x 1 root root 1033 2022-09-07 11:34 ./source/d/slacktrack/slacktrack.SlackBuild -drwxr-xr-x 2 root root 4096 2023-10-31 17:12 ./source/d/strace +drwxr-xr-x 2 root root 4096 2024-01-30 20:56 ./source/d/strace -rwxr-xr-x 1 root root 1929 2020-07-09 18:37 ./source/d/strace/get-strace.sh -rw-r--r-- 1 root root 1001 2018-02-27 06:13 ./source/d/strace/slack-desc --rw-r--r-- 1 root root 2420364 2023-10-31 11:48 ./source/d/strace/strace-6.6.tar.xz --rw-r--r-- 1 root root 801 2023-10-31 11:48 ./source/d/strace/strace-6.6.tar.xz.asc +-rw-r--r-- 1 root root 2434880 2024-01-29 17:03 ./source/d/strace/strace-6.7.tar.xz +-rw-r--r-- 1 root root 801 2024-01-29 17:03 ./source/d/strace/strace-6.7.tar.xz.asc -rwxr-xr-x 1 root root 3545 2021-02-18 19:04 ./source/d/strace/strace.SlackBuild --rw-r--r-- 1 root root 107 2023-10-31 17:12 ./source/d/strace/strace.url +-rw-r--r-- 1 root root 107 2024-01-30 20:55 ./source/d/strace/strace.url drwxr-xr-x 2 root root 4096 2023-12-29 20:10 ./source/d/subversion -rwxr-xr-x 1 root root 211 2020-05-27 22:59 ./source/d/subversion/get-svn-book.sh -rw-r--r-- 1 root root 1005 2018-07-23 18:17 ./source/d/subversion/slack-desc @@ -8055,7 +8055,7 @@ drwxr-xr-x 2 root root 16384 2024-01-11 19:45 ./source/kde/kde/build -rw-r--r-- 1 root root 2 2021-09-30 17:57 ./source/kde/kde/build/calligraplan -rw-r--r-- 1 root root 2 2021-11-04 17:58 ./source/kde/kde/build/cantor -rw-r--r-- 1 root root 2 2021-11-04 17:58 ./source/kde/kde/build/cervisia --rw-r--r-- 1 root root 2 2024-01-28 20:02 ./source/kde/kde/build/digikam +-rw-r--r-- 1 root root 2 2024-01-30 20:24 ./source/kde/kde/build/digikam -rw-r--r-- 1 root root 2 2021-09-30 17:57 ./source/kde/kde/build/discover -rw-r--r-- 1 root root 2 2021-11-04 17:58 ./source/kde/kde/build/dolphin -rw-r--r-- 1 root root 2 2021-11-04 17:58 ./source/kde/kde/build/dolphin-plugins @@ -10013,12 +10013,12 @@ drwxr-xr-x 2 root root 4096 2023-09-18 17:36 ./source/l/adwaita-icon-them -rw-r--r-- 1 root root 78976 2015-03-31 02:21 ./source/l/adwaita-icon-theme/adwaita-xfce-icons-0.6.tar.xz -rw-r--r-- 1 root root 141 2014-09-23 05:08 ./source/l/adwaita-icon-theme/doinst.sh.gz -rw-r--r-- 1 root root 789 2018-02-27 06:12 ./source/l/adwaita-icon-theme/slack-desc -drwxr-xr-x 2 root root 4096 2023-09-03 03:45 ./source/l/alsa-lib --rw-r--r-- 1 root root 827123 2023-09-01 15:58 ./source/l/alsa-lib/alsa-lib-1.2.10.tar.lz +drwxr-xr-x 2 root root 4096 2024-01-30 20:15 ./source/l/alsa-lib +-rw-r--r-- 1 root root 827819 2024-01-29 16:18 ./source/l/alsa-lib/alsa-lib-1.2.11.tar.lz -rwxr-xr-x 1 root root 4981 2022-02-07 20:52 ./source/l/alsa-lib/alsa-lib.SlackBuild -rw-r--r-- 1 root root 31 2023-05-04 17:06 ./source/l/alsa-lib/alsa-lib.url -rw-r--r-- 1 root root 10353 2021-06-15 06:27 ./source/l/alsa-lib/alsa-topology-conf-1.2.5.1.tar.lz --rw-r--r-- 1 root root 46577 2023-09-01 16:01 ./source/l/alsa-lib/alsa-ucm-conf-1.2.10.tar.lz +-rw-r--r-- 1 root root 51110 2024-01-29 13:10 ./source/l/alsa-lib/alsa-ucm-conf-1.2.11.tar.lz -rw-r--r-- 1 root root 31 2018-04-25 18:34 ./source/l/alsa-lib/asound.conf.alsa -rw-r--r-- 1 root root 105 2016-02-22 18:50 ./source/l/alsa-lib/asound.conf.pulse -rw-r--r-- 1 root root 263 2016-01-07 20:26 ./source/l/alsa-lib/doinst.sh.gz @@ -10408,10 +10408,10 @@ drwxr-xr-x 2 root root 4096 2023-03-18 18:02 ./source/l/glibmm -rw-r--r-- 1 root root 8668828 2023-03-12 18:15 ./source/l/glibmm/glibmm-2.66.6.tar.xz -rwxr-xr-x 1 root root 4002 2023-02-13 19:52 ./source/l/glibmm/glibmm.SlackBuild -rw-r--r-- 1 root root 844 2018-02-27 06:12 ./source/l/glibmm/slack-desc -drwxr-xr-x 2 root root 4096 2023-09-03 03:51 ./source/l/gmime --rw-r--r-- 1 root root 6539479 2023-09-02 14:24 ./source/l/gmime/gmime-3.2.14.tar.lz +drwxr-xr-x 2 root root 4096 2024-01-30 21:37 ./source/l/gmime +-rw-r--r-- 1 root root 2231340 2023-09-02 14:26 ./source/l/gmime/gmime-3.2.14.tar.xz -rwxr-xr-x 1 root root 4224 2022-03-19 18:30 ./source/l/gmime/gmime.SlackBuild --rw-r--r-- 1 root root 35 2022-03-19 18:26 ./source/l/gmime/gmime.url +-rw-r--r-- 1 root root 115 2024-01-30 21:37 ./source/l/gmime/gmime.url -rw-r--r-- 1 root root 750 2018-02-27 06:12 ./source/l/gmime/slack-desc drwxr-xr-x 2 root root 4096 2022-11-21 20:13 ./source/l/gmm -rw-r--r-- 1 root root 351977 2022-07-08 07:22 ./source/l/gmm/gmm-5.4.2.tar.lz @@ -11079,8 +11079,8 @@ drwxr-xr-x 2 root root 4096 2023-12-02 19:43 ./source/l/libplist -rwxr-xr-x 1 root root 4961 2023-12-02 19:36 ./source/l/libplist/libplist.SlackBuild -rw-r--r-- 1 root root 48 2019-11-11 18:31 ./source/l/libplist/libplist.url -rw-r--r-- 1 root root 791 2018-02-27 06:12 ./source/l/libplist/slack-desc -drwxr-xr-x 2 root root 4096 2024-01-25 19:10 ./source/l/libpng --rw-r--r-- 1 root root 1035328 2024-01-24 16:59 ./source/l/libpng/libpng-1.6.41.tar.xz +drwxr-xr-x 2 root root 4096 2024-01-30 20:21 ./source/l/libpng +-rw-r--r-- 1 root root 1035484 2024-01-29 20:51 ./source/l/libpng/libpng-1.6.42.tar.xz -rwxr-xr-x 1 root root 4713 2022-11-21 19:25 ./source/l/libpng/libpng.SlackBuild -rw-r--r-- 1 root root 30 2018-10-22 17:54 ./source/l/libpng/libpng.url -rw-r--r-- 1 root root 943 2018-02-27 06:12 ./source/l/libpng/slack-desc @@ -11330,13 +11330,13 @@ drwxr-xr-x 2 root root 4096 2023-08-23 19:31 ./source/l/libzip -rw-r--r-- 1 root root 774144 2023-08-23 17:04 ./source/l/libzip/libzip-1.10.1.tar.xz -rwxr-xr-x 1 root root 3944 2021-06-19 18:54 ./source/l/libzip/libzip.SlackBuild -rw-r--r-- 1 root root 873 2020-06-13 19:00 ./source/l/libzip/slack-desc -drwxr-xr-x 2 root root 4096 2023-07-12 18:13 ./source/l/lmdb --rw-r--r-- 1 root root 913 2018-07-14 12:18 ./source/l/lmdb/lmdb-make.patch.gz +drwxr-xr-x 2 root root 4096 2024-01-30 20:48 ./source/l/lmdb +-rw-r--r-- 1 root root 865 2024-01-30 20:47 ./source/l/lmdb/lmdb-make.patch.gz -rw-r--r-- 1 root root 311 2018-07-14 12:18 ./source/l/lmdb/lmdb-s390-check.patch.gz -rwxr-xr-x 1 root root 4526 2022-09-06 18:27 ./source/l/lmdb/lmdb.SlackBuild -rw-r--r-- 1 root root 253 2018-09-14 20:13 ./source/l/lmdb/lmdb.pc.in --rw-r--r-- 1 root root 123 2023-07-12 18:12 ./source/l/lmdb/lmdb.url --rw-r--r-- 1 root root 119575 2023-07-12 18:12 ./source/l/lmdb/openldap-LMDB_0.9.31.tar.lz +-rw-r--r-- 1 root root 123 2024-01-30 20:41 ./source/l/lmdb/lmdb.url +-rw-r--r-- 1 root root 122741 2024-01-30 20:42 ./source/l/lmdb/openldap-LMDB_0.9.32.tar.lz -rw-r--r-- 1 root root 941 2023-11-29 20:01 ./source/l/lmdb/slack-desc drwxr-xr-x 2 root root 4096 2023-03-05 20:50 ./source/l/loudmouth -rw-r--r-- 1 root root 315956 2021-01-25 20:55 ./source/l/loudmouth/loudmouth-1.5.4.tar.lz @@ -11424,9 +11424,9 @@ drwxr-xr-x 2 root root 4096 2023-01-09 19:15 ./source/l/ncurses/terminfo -rw-r--r-- 1 root root 371 2019-11-02 17:41 ./source/l/ncurses/terminfo/xterm.terminfo.README -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 2023-03-07 21:39 ./source/l/neon --rw-r--r-- 1 root root 614052 2023-01-21 12:12 ./source/l/neon/neon-0.32.5.tar.lz --rwxr-xr-x 1 root root 4451 2023-03-07 21:39 ./source/l/neon/neon.SlackBuild +drwxr-xr-x 2 root root 4096 2024-01-30 20:50 ./source/l/neon +-rw-r--r-- 1 root root 624757 2024-01-30 10:39 ./source/l/neon/neon-0.33.0.tar.lz +-rwxr-xr-x 1 root root 4451 2024-01-30 20:50 ./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 drwxr-xr-x 2 root root 4096 2024-01-29 19:02 ./source/l/netpbm @@ -11479,7 +11479,7 @@ drwxr-xr-x 2 root root 4096 2023-04-12 16:29 ./source/l/openal-soft -rw-r--r-- 1 root root 923 2020-02-12 22:30 ./source/l/openal-soft/slack-desc drwxr-xr-x 2 root root 4096 2024-01-28 20:02 ./source/l/opencv -rw-r--r-- 1 root root 80824890 2023-12-27 16:46 ./source/l/opencv/opencv-4.9.0.tar.lz --rwxr-xr-x 1 root root 4837 2024-01-28 20:02 ./source/l/opencv/opencv.SlackBuild +-rwxr-xr-x 1 root root 4837 2024-01-30 20:36 ./source/l/opencv/opencv.SlackBuild -rw-r--r-- 1 root root 74 2020-09-29 00:36 ./source/l/opencv/opencv.url -rw-r--r-- 1 root root 54116499 2023-12-26 21:24 ./source/l/opencv/opencv_contrib-4.9.0.tar.lz -rw-r--r-- 1 root root 743 2020-11-28 00:31 ./source/l/opencv/slack-desc @@ -12009,7 +12009,7 @@ drwxr-xr-x 2 root root 4096 2022-03-20 19:27 ./source/l/qt5/profile.d -rw-r--r-- 1 root root 1102 2022-03-20 19:27 ./source/l/qt5/profile.d/qt5.csh -rw-r--r-- 1 root root 971 2022-03-15 20:00 ./source/l/qt5/profile.d/qt5.sh -rw-r--r-- 1 root root 644713857 2024-01-03 23:15 ./source/l/qt5/qt-everywhere-src-5.15.12_20240103_b8fd1448.tar.lz --rwxr-xr-x 1 root root 12258 2024-01-28 20:02 ./source/l/qt5/qt5.SlackBuild +-rwxr-xr-x 1 root root 12258 2024-01-30 20:37 ./source/l/qt5/qt5.SlackBuild -rw-r--r-- 1 root root 711 2020-11-28 01:00 ./source/l/qt5/slack-desc drwxr-xr-x 2 root root 4096 2023-12-17 19:41 ./source/l/qtkeychain -rw-r--r-- 1 root root 43167 2023-12-17 07:52 ./source/l/qtkeychain/qtkeychain-0.14.2.tar.lz @@ -12187,10 +12187,10 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/l/taglib-extras -rw-r--r-- 1 root root 964632 2023-07-01 05:53 ./source/l/taglib/taglib-1.13.1.tar.lz -rwxr-xr-x 1 root root 3379 2021-02-16 19:23 ./source/l/taglib/taglib.SlackBuild -rw-r--r-- 1 root root 19 2023-07-01 18:39 ./source/l/taglib/taglib.url -drwxr-xr-x 2 root root 4096 2023-07-21 18:59 ./source/l/talloc +drwxr-xr-x 2 root root 4096 2024-01-30 20:56 ./source/l/talloc -rw-r--r-- 1 root root 741 2018-02-27 06:12 ./source/l/talloc/slack-desc --rw-r--r-- 1 root root 488 2023-07-20 10:47 ./source/l/talloc/talloc-2.4.1.tar.asc --rw-r--r-- 1 root root 500315 2023-07-20 10:47 ./source/l/talloc/talloc-2.4.1.tar.lz +-rw-r--r-- 1 root root 488 2024-01-29 16:18 ./source/l/talloc/talloc-2.4.2.tar.asc +-rw-r--r-- 1 root root 501531 2024-01-29 16:18 ./source/l/talloc/talloc-2.4.2.tar.lz -rwxr-xr-x 1 root root 4563 2022-09-06 18:27 ./source/l/talloc/talloc.SlackBuild drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/l/tango-icon-theme drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/l/tango-icon-theme-extras @@ -12200,15 +12200,15 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/l/tango-icon-theme- -rw-r--r-- 1 root root 991 2018-06-24 19:29 ./source/l/tango-icon-theme/slack-desc -rw-r--r-- 1 root root 1104057 2009-02-26 03:21 ./source/l/tango-icon-theme/tango-icon-theme-0.8.90.tar.lz -rwxr-xr-x 1 root root 2447 2021-02-13 05:32 ./source/l/tango-icon-theme/tango-icon-theme.SlackBuild -drwxr-xr-x 2 root root 4096 2023-07-21 19:00 ./source/l/tdb +drwxr-xr-x 2 root root 4096 2024-01-30 20:57 ./source/l/tdb -rw-r--r-- 1 root root 756 2018-02-27 06:44 ./source/l/tdb/slack-desc --rw-r--r-- 1 root root 488 2023-07-20 10:48 ./source/l/tdb/tdb-1.4.9.tar.asc --rw-r--r-- 1 root root 546533 2023-07-20 10:48 ./source/l/tdb/tdb-1.4.9.tar.lz +-rw-r--r-- 1 root root 488 2024-01-29 16:18 ./source/l/tdb/tdb-1.4.10.tar.asc +-rw-r--r-- 1 root root 547556 2024-01-29 16:18 ./source/l/tdb/tdb-1.4.10.tar.lz -rwxr-xr-x 1 root root 4516 2022-09-06 18:27 ./source/l/tdb/tdb.SlackBuild -drwxr-xr-x 2 root root 4096 2023-10-17 18:12 ./source/l/tevent +drwxr-xr-x 2 root root 4096 2024-01-30 20:58 ./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 2023-10-16 08:16 ./source/l/tevent/tevent-0.16.0.tar.asc --rw-r--r-- 1 root root 644321 2023-10-16 08:16 ./source/l/tevent/tevent-0.16.0.tar.lz +-rw-r--r-- 1 root root 488 2024-01-29 16:19 ./source/l/tevent/tevent-0.16.1.tar.asc +-rw-r--r-- 1 root root 645245 2024-01-29 16:19 ./source/l/tevent/tevent-0.16.1.tar.lz -rwxr-xr-x 1 root root 4543 2022-09-06 18:27 ./source/l/tevent/tevent.SlackBuild drwxr-xr-x 2 root root 4096 2022-09-06 18:27 ./source/l/tidy-html5 -rw-r--r-- 1 root root 898 2020-05-12 18:36 ./source/l/tidy-html5/slack-desc @@ -13044,10 +13044,10 @@ drwxr-xr-x 2 root root 4096 2017-01-08 20:26 ./source/n/obexftp/patches -rw-r--r-- 1 root root 377 2015-06-17 23:38 ./source/n/obexftp/patches/obexftp-0.24-fix-absurd-install-path.patch.gz -rw-r--r-- 1 root root 388 2015-06-17 23:38 ./source/n/obexftp/patches/obexftp-norpath.patch.gz -rw-r--r-- 1 root root 986 2018-02-27 06:13 ./source/n/obexftp/slack-desc -drwxr-xr-x 2 root root 4096 2023-09-13 19:12 ./source/n/openldap +drwxr-xr-x 2 root root 4096 2024-01-30 20:52 ./source/n/openldap -rw-r--r-- 1 root root 484 2020-05-15 06:01 ./source/n/openldap/doinst.sh.gz --rw-r--r-- 1 root root 4062301 2023-07-31 20:09 ./source/n/openldap/openldap-2.6.6.tar.lz --rwxr-xr-x 1 root root 8042 2023-09-13 19:12 ./source/n/openldap/openldap.SlackBuild +-rw-r--r-- 1 root root 4067943 2024-01-29 20:06 ./source/n/openldap/openldap-2.6.7.tar.lz +-rwxr-xr-x 1 root root 8042 2024-01-30 20:52 ./source/n/openldap/openldap.SlackBuild -rw-r--r-- 1 root root 53 2020-01-31 18:55 ./source/n/openldap/openldap.url -rw-r--r-- 1 root root 1526 2020-05-15 04:53 ./source/n/openldap/rc.openldap -rw-r--r-- 1 root root 934 2020-05-15 00:38 ./source/n/openldap/slack-desc @@ -13075,13 +13075,13 @@ drwxr-xr-x 2 root root 4096 2023-12-18 18:58 ./source/n/openssh -rw-r--r-- 1 root root 318 2017-07-18 18:45 ./source/n/openssh/sshd.default -rw-r--r-- 1 root root 1228 2021-09-29 19:00 ./source/n/openssh/sshd.pam -rw-r--r-- 1 root root 271 2021-08-21 03:23 ./source/n/openssh/sshd_config-pam.diff.gz -drwxr-xr-x 2 root root 4096 2023-11-24 19:19 ./source/n/openssl +drwxr-xr-x 2 root root 4096 2024-01-30 20:53 ./source/n/openssl -rw-r--r-- 1 root root 1068 2023-03-09 18:26 ./source/n/openssl/0024-load-legacy-prov.patch.gz -rw-r--r-- 1 root root 1791 2023-08-12 19:52 ./source/n/openssl/certwatch.gz -rw-r--r-- 1 root root 281 2007-06-13 17:20 ./source/n/openssl/doinst.sh-openssl-solibs.gz -rw-r--r-- 1 root root 501 2012-07-12 16:21 ./source/n/openssl/doinst.sh-openssl.gz --rw-r--r-- 1 root root 17698352 2023-11-23 13:31 ./source/n/openssl/openssl-3.2.0.tar.gz --rw-r--r-- 1 root root 833 2023-11-23 13:31 ./source/n/openssl/openssl-3.2.0.tar.gz.asc +-rw-r--r-- 1 root root 17733249 2024-01-30 14:48 ./source/n/openssl/openssl-3.2.1.tar.gz +-rw-r--r-- 1 root root 833 2024-01-30 14:48 ./source/n/openssl/openssl-3.2.1.tar.gz.asc -rwxr-xr-x 1 root root 7737 2023-09-19 21:54 ./source/n/openssl/openssl.SlackBuild -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 @@ -15050,11 +15050,12 @@ drwxr-xr-x 2 root root 4096 2024-01-02 20:00 ./source/x/xterm -rw-r--r-- 1 root root 44 2023-05-29 18:07 ./source/x/xterm/xterm.url drwxr-xr-x 52 root root 4096 2024-01-28 19:59 ./source/xap -rw-r--r-- 1 root root 223 2022-10-09 20:11 ./source/xap/FTBFSlog -drwxr-xr-x 2 root root 4096 2024-01-28 01:51 ./source/xap/MPlayer +drwxr-xr-x 2 root root 4096 2024-01-30 20:10 ./source/xap/MPlayer -rw-r--r-- 1 root root 222707 2017-10-10 01:18 ./source/xap/MPlayer/Blue-1.13.tar.bz2 --rw-r--r-- 1 root root 5254264 2024-01-28 01:51 ./source/xap/MPlayer/MPlayer-20240127.tar.xz --rwxr-xr-- 1 root root 14410 2024-01-28 01:50 ./source/xap/MPlayer/MPlayer.SlackBuild +-rw-r--r-- 1 root root 5268300 2024-01-30 20:09 ./source/xap/MPlayer/MPlayer-20240130.tar.xz +-rwxr-xr-- 1 root root 13676 2024-01-30 20:11 ./source/xap/MPlayer/MPlayer.SlackBuild -rw-r--r-- 1 root root 219 2015-03-09 20:07 ./source/xap/MPlayer/include-samba-4.0.patch.gz +-rw-r--r-- 1 root root 292 2024-01-30 20:10 ./source/xap/MPlayer/po_charset.patch.gz -rw-r--r-- 1 root root 1081 2018-08-20 04:29 ./source/xap/MPlayer/slack-desc drwxr-xr-x 2 root root 4096 2022-12-02 02:27 ./source/xap/NetworkManager-openvpn -rw-r--r-- 1 root root 701652 2022-11-15 11:50 ./source/xap/NetworkManager-openvpn/NetworkManager-openvpn-1.10.2.tar.xz @@ -15249,7 +15250,7 @@ drwxr-xr-x 2 root root 4096 2016-07-03 18:05 ./source/xap/mozilla-thunder -rwxr-xr-x 1 root root 12927 2023-11-25 19:57 ./source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild -rw-r--r-- 1 root root 1130 2018-02-27 06:47 ./source/xap/mozilla-thunderbird/slack-desc -rw-r--r-- 1 root root 330 2019-08-27 16:35 ./source/xap/mozilla-thunderbird/tb.ui.scrollToClick.diff.gz --rw-r--r-- 1 root root 532459912 2024-01-23 19:12 ./source/xap/mozilla-thunderbird/thunderbird-115.7.0.source.tar.xz +-rw-r--r-- 1 root root 532459912 2024-01-23 19:12 ./source/xap/mozilla-thunderbird/thunderbird-115.7.0.source.tar.xz -rw-r--r-- 1 root root 833 2024-01-23 19:12 ./source/xap/mozilla-thunderbird/thunderbird-115.7.0.source.tar.xz.asc -rw-r--r-- 1 root root 3378 2005-03-08 05:13 ./source/xap/mozilla-thunderbird/thunderbird.desktop drwxr-xr-x 2 root root 4096 2024-01-19 19:47 ./source/xap/network-manager-applet @@ -15371,7 +15372,7 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xap/xgames drwxr-xr-x 2 root root 4096 2024-01-28 20:02 ./source/xap/xine-lib -rw-r--r-- 1 root root 967 2018-02-27 06:13 ./source/xap/xine-lib/slack-desc -rw-r--r-- 1 root root 5004148 2023-01-26 11:37 ./source/xap/xine-lib/xine-lib-1.2.13.tar.xz --rwxr-xr-x 1 root root 4290 2024-01-28 20:02 ./source/xap/xine-lib/xine-lib.SlackBuild +-rwxr-xr-x 1 root root 4290 2024-01-30 20:39 ./source/xap/xine-lib/xine-lib.SlackBuild drwxr-xr-x 2 root root 4096 2023-03-05 20:50 ./source/xap/xine-ui -rw-r--r-- 1 root root 828 2018-02-27 06:13 ./source/xap/xine-ui/slack-desc -rw-r--r-- 1 root root 2210025 2023-01-07 19:35 ./source/xap/xine-ui/xine-ui-0.99.14.tar.lz diff --git a/recompress.sh b/recompress.sh index e3fc9854a..9daf2740b 100755 --- a/recompress.sh +++ b/recompress.sh @@ -950,6 +950,7 @@ gzip ./source/xap/fluxbox/fluxbox.startfluxbox.dbus.diff gzip ./source/xap/fluxbox/fluxbox.gcc11.patch gzip ./source/xap/network-manager-applet/doinst.sh gzip ./source/xap/MPlayer/include-samba-4.0.patch +gzip ./source/xap/MPlayer/po_charset.patch gzip ./source/xap/xlockmore/xlockmore.bitmap.diff gzip ./source/xap/xlockmore/doinst.sh gzip ./source/xap/xsane/xsane-0.999-7-autoconf.patch diff --git a/source/d/binutils/patches/binutils-readelf-other-sym-info.patch b/source/d/binutils/patches/binutils-readelf-other-sym-info.patch index 72913bac6..f45bfe340 100644 --- a/source/d/binutils/patches/binutils-readelf-other-sym-info.patch +++ b/source/d/binutils/patches/binutils-readelf-other-sym-info.patch @@ -1,35 +1,34 @@ ---- binutils.orig/binutils/readelf.c 2020-07-24 15:08:30.317597020 +0100 -+++ binutils-2.35/binutils/readelf.c 2020-07-24 15:09:39.029155552 +0100 -@@ -12069,11 +12069,13 @@ print_dynamic_symbol (Filedata *filedata +--- ./binutils/readelf.c.orig 2024-01-28 18:00:00.000000000 -0600 ++++ ./binutils/readelf.c 2024-01-29 13:46:17.699015450 -0600 +@@ -13680,12 +13680,13 @@ unsigned int vis = ELF_ST_VISIBILITY (psym->st_other); printf (" %-7s", get_symbol_visibility (vis)); +- +#if 0 /* Check to see if any other bits in the st_other field are set. - Note - displaying this information disrupts the layout of the - table being generated, but for the moment this case is very rare. */ + FIXME: Displaying this information here disrupts the layout + of the table being generated. */ if (psym->st_other ^ vis) printf (" [%s] ", get_symbol_other (filedata, psym->st_other ^ vis)); +#endif } - printf (" %4s ", get_symbol_index_type (filedata, psym->st_shndx)); -@@ -12112,7 +12114,17 @@ print_dynamic_symbol (Filedata *filedata + bool is_special; +@@ -13770,6 +13771,16 @@ version_string); } -- putchar ('\n'); +#if 1 + { + unsigned int vis = ELF_ST_VISIBILITY (psym->st_other); + + /* Check to see if any other bits in the st_other field are set. */ + if (psym->st_other ^ vis) -+ printf (" \t[%s]", get_symbol_other (filedata, psym->st_other ^ vis)); ++ printf (" \t[%s]", get_symbol_other (filedata, psym->st_other ^ vis)); + } +#endif + -+ putchar ('\n'); + putchar ('\n'); if (ELF_ST_BIND (psym->st_info) == STB_LOCAL - && section != NULL diff --git a/source/d/cmake/cmake.url b/source/d/cmake/cmake.url index 6d854ff2f..e49c5a341 100644 --- a/source/d/cmake/cmake.url +++ b/source/d/cmake/cmake.url @@ -1,2 +1,2 @@ https://github.com/Kitware/CMake/releases -https://github.com/Kitware/CMake/releases/download/v3.28.1/cmake-3.28.1.tar.gz +https://github.com/Kitware/CMake/releases/download/v3.28.2/cmake-3.28.2.tar.gz diff --git a/source/d/oprofile/oprofile.SlackBuild b/source/d/oprofile/oprofile.SlackBuild index e8e55b87b..d9d3e46a4 100755 --- a/source/d/oprofile/oprofile.SlackBuild +++ b/source/d/oprofile/oprofile.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=oprofile VERSION=${VERSION:-$(echo oprofile-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-12} +BUILD=${BUILD:-13} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} diff --git a/source/d/strace/strace.url b/source/d/strace/strace.url index 610cfbbfe..d41382895 100644 --- a/source/d/strace/strace.url +++ b/source/d/strace/strace.url @@ -1,2 +1,2 @@ https://github.com/strace/strace -https://github.com/strace/strace/releases/download/v6.6/strace-6.6.tar.xz +https://github.com/strace/strace/releases/download/v6.7/strace-6.7.tar.xz diff --git a/source/kde/kde/build/digikam b/source/kde/kde/build/digikam index b8626c4cf..7ed6ff82d 100644 --- a/source/kde/kde/build/digikam +++ b/source/kde/kde/build/digikam @@ -1 +1 @@ -4 +5 diff --git a/source/l/gmime/gmime.url b/source/l/gmime/gmime.url index 49a2db83f..92b3e8877 100644 --- a/source/l/gmime/gmime.url +++ b/source/l/gmime/gmime.url @@ -1 +1,2 @@ https://github.com/jstedfast/gmime +https://github.com/jstedfast/gmime/releases/download/3.2.14/gmime-3.2.14.tar.xz diff --git a/source/l/lmdb/lmdb-make.patch b/source/l/lmdb/lmdb-make.patch index eca03ef39..3820d9895 100644 --- a/source/l/lmdb/lmdb-make.patch +++ b/source/l/lmdb/lmdb-make.patch @@ -1,7 +1,6 @@ -diff -up lmdb-LMDB_0.9.19/libraries/liblmdb/Makefile.orig lmdb-LMDB_0.9.19/libraries/liblmdb/Makefile ---- lmdb-LMDB_0.9.19/libraries/liblmdb/Makefile.orig 2017-01-04 12:14:24.303344915 +0100 -+++ lmdb-LMDB_0.9.19/libraries/liblmdb/Makefile 2017-01-04 12:19:20.190295319 +0100 -@@ -26,6 +26,7 @@ OPT = -O2 -g +--- ./libraries/liblmdb/Makefile.orig 2024-01-29 12:20:26.000000000 -0600 ++++ ./libraries/liblmdb/Makefile 2024-01-30 14:47:39.726061869 -0600 +@@ -26,6 +26,7 @@ CFLAGS = $(THREADS) $(OPT) $(W) $(XCFLAGS) LDLIBS = SOLIBS = @@ -9,7 +8,7 @@ diff -up lmdb-LMDB_0.9.19/libraries/liblmdb/Makefile.orig lmdb-LMDB_0.9.19/libra SOEXT = .so prefix = /usr/local exec_prefix = $(prefix) -@@ -38,7 +39,7 @@ mandir = $(datarootdir)/man +@@ -38,7 +39,7 @@ ######################################################################## IHDRS = lmdb.h @@ -18,7 +17,7 @@ diff -up lmdb-LMDB_0.9.19/libraries/liblmdb/Makefile.orig lmdb-LMDB_0.9.19/libra IPROGS = mdb_stat mdb_copy mdb_dump mdb_load IDOCS = mdb_stat.1 mdb_copy.1 mdb_dump.1 mdb_load.1 PROGS = $(IPROGS) mtest mtest2 mtest3 mtest4 mtest5 -@@ -49,13 +50,13 @@ install: $(ILIBS) $(IPROGS) $(IHDRS) +@@ -49,13 +50,13 @@ mkdir -p $(DESTDIR)$(libdir) mkdir -p $(DESTDIR)$(includedir) mkdir -p $(DESTDIR)$(mandir)/man1 @@ -37,7 +36,7 @@ diff -up lmdb-LMDB_0.9.19/libraries/liblmdb/Makefile.orig lmdb-LMDB_0.9.19/libra test: all rm -rf testdb && mkdir testdb -@@ -64,20 +65,24 @@ test: all +@@ -64,21 +65,25 @@ liblmdb.a: mdb.o midl.o $(AR) rs $@ mdb.o midl.o @@ -46,7 +45,7 @@ diff -up lmdb-LMDB_0.9.19/libraries/liblmdb/Makefile.orig lmdb-LMDB_0.9.19/libra + rm -f $@ + ln -s $< $@ + -+liblmdb$(SOEXT).$(SOVERSION): mdb.lo midl.lo ++liblmdb$(SOEXT).$(SOVERSION): mdb.lo midl.lo # $(CC) $(LDFLAGS) -pthread -shared -Wl,-Bsymbolic -o $@ mdb.o midl.o $(SOLIBS) - $(CC) $(LDFLAGS) -pthread -shared -o $@ mdb.lo midl.lo $(SOLIBS) + $(CC) $(LDFLAGS) -pthread -shared -Wl,-soname,$@ -o $@ mdb.lo midl.lo $(SOLIBS) @@ -61,6 +60,7 @@ diff -up lmdb-LMDB_0.9.19/libraries/liblmdb/Makefile.orig lmdb-LMDB_0.9.19/libra -mtest4: mtest4.o liblmdb.a -mtest5: mtest5.o liblmdb.a -mtest6: mtest6.o liblmdb.a +-mplay: mplay.o liblmdb.a +mdb_stat: mdb_stat.o liblmdb.so +mdb_copy: mdb_copy.o liblmdb.so +mdb_dump: mdb_dump.o liblmdb.so @@ -71,6 +71,7 @@ diff -up lmdb-LMDB_0.9.19/libraries/liblmdb/Makefile.orig lmdb-LMDB_0.9.19/libra +mtest4: mtest4.o liblmdb.so +mtest5: mtest5.o liblmdb.so +mtest6: mtest6.o liblmdb.so ++mplay: mplay.o liblmdb.so mdb.o: mdb.c lmdb.h midl.h $(CC) $(CFLAGS) $(CPPFLAGS) -c mdb.c diff --git a/source/l/lmdb/lmdb.url b/source/l/lmdb/lmdb.url index 815959c4b..191ce7736 100644 --- a/source/l/lmdb/lmdb.url +++ b/source/l/lmdb/lmdb.url @@ -1,2 +1,2 @@ #https://github.com/LMDB/lmdb -https://git.openldap.org/openldap/openldap/-/archive/LMDB_0.9.31/openldap-LMDB_0.9.31.tar.gz +https://git.openldap.org/openldap/openldap/-/archive/LMDB_0.9.32/openldap-LMDB_0.9.32.tar.gz diff --git a/source/l/neon/neon.SlackBuild b/source/l/neon/neon.SlackBuild index 0d7becd37..10d9b2e1b 100755 --- a/source/l/neon/neon.SlackBuild +++ b/source/l/neon/neon.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=neon 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: if [ -z "$ARCH" ]; then diff --git a/source/l/opencv/opencv.SlackBuild b/source/l/opencv/opencv.SlackBuild index 179c7bfc4..0a542b2a7 100755 --- a/source/l/opencv/opencv.SlackBuild +++ b/source/l/opencv/opencv.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=opencv VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/l/qt5/qt5.SlackBuild b/source/l/qt5/qt5.SlackBuild index 941530891..e99b99a97 100755 --- a/source/l/qt5/qt5.SlackBuild +++ b/source/l/qt5/qt5.SlackBuild @@ -31,7 +31,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=qt5 VERSION=$(ls qt-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev) -BUILD=${BUILD:-3} +BUILD=${BUILD:-4} PKGSRC=$(echo $VERSION | cut -d - -f 1) PKGVER=$(echo $VERSION | tr - _) diff --git a/source/n/openldap/openldap.SlackBuild b/source/n/openldap/openldap.SlackBuild index d49e6f9df..4eab73442 100755 --- a/source/n/openldap/openldap.SlackBuild +++ b/source/n/openldap/openldap.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=openldap 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: if [ -z "$ARCH" ]; then diff --git a/source/xap/MPlayer/MPlayer.SlackBuild b/source/xap/MPlayer/MPlayer.SlackBuild index 891497582..0c543eeac 100755 --- a/source/xap/MPlayer/MPlayer.SlackBuild +++ b/source/xap/MPlayer/MPlayer.SlackBuild @@ -1,7 +1,7 @@ #!/bin/bash # $Id: MPlayer.SlackBuild,v 1.27 2012/07/01 13:07:08 root Exp root $ # Copyright 2006, 2007, 2008, 2010, 2011, 2012 Eric Hameleers, Eindhoven, NL -# Copyright 2013, 2018 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2013, 2018, 2024 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Permission to use, copy, modify, and distribute this software for @@ -25,7 +25,7 @@ # Set initial variables: PKGNAM=MPlayer -VERSION=${VERSION:-20240127} +VERSION=${VERSION:-20240130} # Need to build trunk until there's a stable branch compatible with the # latest ffmpeg stable release: #BRANCH=${BRANCH:-1.3} # leave empty if you want to build MPlayer trunk @@ -179,9 +179,6 @@ OUTPUT=${OUTPUT:-$TMP} ## --- with a little luck, you won't have to edit below this point --- ## ## -# Exit the script on errors: -set -e -trap 'echo "$0 FAILED at line $LINENO!" | tee $OUTPUT/error-${PKGNAM}.log' ERR # Catch unitialized variables: set -u P1=${1:-1} @@ -210,7 +207,7 @@ for (( i = 0; i < ${#SOURCE[*]}; i++ )) ; do else # Try if we have a SVN/CVS download routine for ${SOURCE[$i]} echo "Will checkout sources to $(dirname $SOURCE[$i])" - src_checkout $i "${SOURCE[$i]}" 2>&1 > $OUTPUT/checkout-$(basename ${SOURCE[$i]}).log + src_checkout $i "${SOURCE[$i]}" || exit 1 fi if [ ! -f "${SOURCE[$i]}" -o ! -s "${SOURCE[$i]}" ]; then echo "File '$(basename ${SOURCE[$i]})' not available.. aborting the build." @@ -232,11 +229,11 @@ echo "++" cd $TMP/tmp-$PKGNAM echo "Extracting the source archive(s) for $PKGNAM..." -tar -xvf ${SOURCE[0]} +tar -xvf ${SOURCE[0]} || exit 1 chown -R root:root * chmod -R u+w,go+r-w,a+X-s * -cd ${PKGNAM}-${VERSION} +cd ${PKGNAM}-${VERSION} || exit 1 # Determine what X we're running (the modular X returns the prefix # in the next command, while older versions stay silent): @@ -251,9 +248,12 @@ else DO_PATENTED="" fi -# fix building against samba 4 +# fix building against samba 4: zcat $SRCDIR/include-samba-4.0.patch.gz | patch -p1 --verbose || exit 1 +# fix building against gettext-0.22.4: +zcat $SRCDIR/po_charset.patch.gz | patch -p1 --verbose || exit 1 + echo Building ... # MPlayer wants to automatically determine compiler flags, # so we don't provide CFLAGS. @@ -271,8 +271,7 @@ echo Building ... --codecsdir=${CODECSDIR} \ --language="${LANGUAGES}" \ ${EXTRACONFIGUREOPTIONS} \ - ${DO_PATENTED} \ - 2>&1 | tee $OUTPUT/configure-${PKGNAM}.log + ${DO_PATENTED} || exit 1 # So that MPlayer does not report "UNKNOWN" as it's version: if [ ! -f VERSION ]; then @@ -286,17 +285,17 @@ if [ "$ARCH" = "i586" ]; then sed -i "s/mtune=native/mtune=generic/g" config.mak fi -make $NUMJOBS 2>&1 | tee $OUTPUT/make-${PKGNAM}.log -make DESTDIR=$PKG install 2>&1 |tee $OUTPUT/install-${PKGNAM}.log +make $NUMJOBS || exit 1 +make DESTDIR=$PKG install || exit 1 # Build the html documentation (not all languages are available): if [ "$LANGUAGES" = "all" ]; then # make html-chunked - make html-single + make html-single || exit 1 else for i in $(echo $LANGUAGES | tr , ' ') ; do # make html-chunked-$i ; - make html-single-$i ; + make html-single-$i || exit 1 done fi @@ -377,12 +376,6 @@ mv $PKG/usr/doc/$PKGNAM-$PKGVERSION/HTML $PKG/usr/doc/$PKGNAM-$PKGVERSION/html for i in etc/*.conf ; do cp $i $PKG/usr/doc/$PKGNAM-$PKGVERSION/$(basename $i)-sample done -# Save a transcript of all configured options for this specific build: -if [ -n $OUTPUT/configure-${PKGNAM}.log ]; then - cat $OUTPUT/configure-${PKGNAM}.log \ - | sed -n "/^Config files successfully generated/,/^'config.h' and 'config.mak' contain your configuration options./p" \ - > $PKG/usr/doc/$PKGNAM-$PKGVERSION/${PKGNAM}.configuration -fi find $PKG/usr/doc -type f -exec chmod 644 {} \+ # Compress the man page(s): @@ -404,9 +397,5 @@ fi # Build the package: cd $PKG -makepkg --linkadd y --chown n $OUTPUT/${PKGNAM}-${PKGVERSION}-${ARCH}-${BUILD}${TAG}.txz 2>&1 | tee $OUTPUT/makepkg-${PKGNAM}.log -cd $OUTPUT -md5sum ${PKGNAM}-${PKGVERSION}-${ARCH}-${BUILD}${TAG}.txz > ${PKGNAM}-${PKGVERSION}-${ARCH}-${BUILD}${TAG}.txz.md5 -cd - -cat $PKG/install/slack-desc | grep "^${PKGNAM}" > $OUTPUT/${PKGNAM}-${PKGVERSION}-${ARCH}-${BUILD}${TAG}.txt +makepkg --linkadd y --chown n $OUTPUT/${PKGNAM}-${PKGVERSION}-${ARCH}-${BUILD}${TAG}.txz diff --git a/source/xap/MPlayer/po_charset.patch b/source/xap/MPlayer/po_charset.patch new file mode 100644 index 000000000..4d7619071 --- /dev/null +++ b/source/xap/MPlayer/po_charset.patch @@ -0,0 +1,12 @@ +--- ./help/help_create_po.pl.orig 2024-01-30 14:09:03.000000000 -0600 ++++ ./help/help_create_po.pl 2024-01-30 14:10:33.423012066 -0600 +@@ -56,6 +56,9 @@ + open(po, "> $ARGV[1]") or die "Cannot open $ARGV[1]"; + + print po "# DO NOT EDIT - this file is generated from $ARGV[0]\n"; ++print po "msgid \"\"\n"; ++print po "msgstr \"\"\n"; ++print po "\"Content-Type: text/plain; charset=UTF-8\"\n"; + + foreach my $id (keys %podefs) + { diff --git a/source/xap/xine-lib/xine-lib.SlackBuild b/source/xap/xine-lib/xine-lib.SlackBuild index 1f03f2619..f6b796fbc 100755 --- a/source/xap/xine-lib/xine-lib.SlackBuild +++ b/source/xap/xine-lib/xine-lib.SlackBuild @@ -32,7 +32,7 @@ DIRVER=1.2.13 # Version used for the Slackware package PKGVER=1.2.13 -BUILD=${BUILD:-6} +BUILD=${BUILD:-7} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then