From 667b86aaab3e72c3c6a80e2b7dcbe2da39c89d71 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Sat, 7 Aug 2021 19:04:04 +0000 Subject: Sat Aug 7 19:04:04 UTC 2021 a/aaa_glibc-solibs-2.33-x86_64-3.txz: Rebuilt. a/usbutils-014-x86_64-1.txz: Upgraded. ap/mariadb-10.6.4-x86_64-1.txz: Upgraded. ap/nvme-cli-1.15-x86_64-1.txz: Upgraded. l/glibc-2.33-x86_64-3.txz: Rebuilt. Since glibc-2.34 makes a potentially risky change of moving all functions into the main library, and another inconvenient (for us) change of renaming the library files, we'll stick with glibc-2.33 for Slackware 15.0 and test the newer glibc in the next release cycle. But we'll backport the security fixes from glibc-2.34 with this update: The nameserver caching daemon (nscd), when processing a request for netgroup lookup, may crash due to a double-free, potentially resulting in degraded service or Denial of Service on the local system. Reported by Chris Schanzle. The mq_notify function has a potential use-after-free issue when using a notification type of SIGEV_THREAD and a thread attribute with a non-default affinity mask. The wordexp function may overflow the positional parameter number when processing the expansion resulting in a crash. Reported by Philippe Antoine. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-27645 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33574 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-35942 (* Security fix *) l/glibc-i18n-2.33-x86_64-3.txz: Rebuilt. l/glibc-profile-2.33-x86_64-3.txz: Rebuilt. l/liburing-2.0-x86_64-1.txz: Added. This is needed by mariadb, and provides increased performance on high speed devices such as NVMe. n/dovecot-2.3.16-x86_64-1.txz: Upgraded. xap/blueman-2.2.2-x86_64-1.txz: Upgraded. --- ChangeLog.rss | 44 ++++- ChangeLog.txt | 32 ++++ FILELIST.TXT | 210 +++++++++++---------- recompress.sh | 4 + slackware64/l/maketag | 5 +- slackware64/l/maketag.ez | 5 +- slackware64/l/tagfile | 1 + source/a/usbutils/usbutils.SlackBuild | 2 +- source/kde/kde/patch/calligra.patch | 1 + source/kde/kde/patch/calligra/calligra-gcc11.patch | 48 +++++ source/kde/kde/patch/kwave.patch | 1 + .../kde/kde/patch/kwave/kwave.gcc11.limits.patch | 10 + source/l/glibc/glibc.SlackBuild | 2 +- source/l/glibc/patches/CVE-2021-27645.patch | 20 ++ source/l/glibc/patches/CVE-2021-33574_1.patch | 71 +++++++ source/l/glibc/patches/CVE-2021-33574_2.patch | 53 ++++++ source/l/glibc/patches/CVE-2021-35942.patch | 41 ++++ source/l/liburing/liburing.SlackBuild | 135 +++++++++++++ source/l/liburing/liburing.url | 1 + source/l/liburing/slack-desc | 19 ++ 20 files changed, 600 insertions(+), 105 deletions(-) create mode 100644 source/kde/kde/patch/calligra/calligra-gcc11.patch create mode 100644 source/kde/kde/patch/kwave.patch create mode 100644 source/kde/kde/patch/kwave/kwave.gcc11.limits.patch create mode 100644 source/l/glibc/patches/CVE-2021-27645.patch create mode 100644 source/l/glibc/patches/CVE-2021-33574_1.patch create mode 100644 source/l/glibc/patches/CVE-2021-33574_2.patch create mode 100644 source/l/glibc/patches/CVE-2021-35942.patch create mode 100755 source/l/liburing/liburing.SlackBuild create mode 100644 source/l/liburing/liburing.url create mode 100644 source/l/liburing/slack-desc diff --git a/ChangeLog.rss b/ChangeLog.rss index d560e91f6..0ef175013 100644 --- a/ChangeLog.rss +++ b/ChangeLog.rss @@ -11,9 +11,49 @@ Tracking Slackware development in git. en-us urn:uuid:c964f45e-6732-11e8-bbe5-107b4450212f - Fri, 6 Aug 2021 18:04:01 GMT - Sat, 7 Aug 2021 06:59:47 GMT + Sat, 7 Aug 2021 19:04:04 GMT + Sat, 7 Aug 2021 22:00:48 GMT maintain_current_git.sh v 1.12 + + Sat, 7 Aug 2021 19:04:04 GMT + Sat, 7 Aug 2021 19:04:04 GMT + https://git.slackware.nl/current/tag/?h=20210807190404 + 20210807190404 + + +a/aaa_glibc-solibs-2.33-x86_64-3.txz: Rebuilt. +a/usbutils-014-x86_64-1.txz: Upgraded. +ap/mariadb-10.6.4-x86_64-1.txz: Upgraded. +ap/nvme-cli-1.15-x86_64-1.txz: Upgraded. +l/glibc-2.33-x86_64-3.txz: Rebuilt. + Since glibc-2.34 makes a potentially risky change of moving all functions + into the main library, and another inconvenient (for us) change of renaming + the library files, we'll stick with glibc-2.33 for Slackware 15.0 and test + the newer glibc in the next release cycle. But we'll backport the security + fixes from glibc-2.34 with this update: + The nameserver caching daemon (nscd), when processing a request for netgroup + lookup, may crash due to a double-free, potentially resulting in degraded + service or Denial of Service on the local system. Reported by Chris Schanzle. + The mq_notify function has a potential use-after-free issue when using a + notification type of SIGEV_THREAD and a thread attribute with a non-default + affinity mask. + The wordexp function may overflow the positional parameter number when + processing the expansion resulting in a crash. Reported by Philippe Antoine. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-27645 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33574 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-35942 + (* Security fix *) +l/glibc-i18n-2.33-x86_64-3.txz: Rebuilt. +l/glibc-profile-2.33-x86_64-3.txz: Rebuilt. +l/liburing-2.0-x86_64-1.txz: Added. + This is needed by mariadb, and provides increased performance on high speed + devices such as NVMe. +n/dovecot-2.3.16-x86_64-1.txz: Upgraded. +xap/blueman-2.2.2-x86_64-1.txz: Upgraded. + ]]> + + Fri, 6 Aug 2021 18:04:01 GMT Fri, 6 Aug 2021 18:04:01 GMT diff --git a/ChangeLog.txt b/ChangeLog.txt index 9ecde1bbc..42ae152a2 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,35 @@ +Sat Aug 7 19:04:04 UTC 2021 +a/aaa_glibc-solibs-2.33-x86_64-3.txz: Rebuilt. +a/usbutils-014-x86_64-1.txz: Upgraded. +ap/mariadb-10.6.4-x86_64-1.txz: Upgraded. +ap/nvme-cli-1.15-x86_64-1.txz: Upgraded. +l/glibc-2.33-x86_64-3.txz: Rebuilt. + Since glibc-2.34 makes a potentially risky change of moving all functions + into the main library, and another inconvenient (for us) change of renaming + the library files, we'll stick with glibc-2.33 for Slackware 15.0 and test + the newer glibc in the next release cycle. But we'll backport the security + fixes from glibc-2.34 with this update: + The nameserver caching daemon (nscd), when processing a request for netgroup + lookup, may crash due to a double-free, potentially resulting in degraded + service or Denial of Service on the local system. Reported by Chris Schanzle. + The mq_notify function has a potential use-after-free issue when using a + notification type of SIGEV_THREAD and a thread attribute with a non-default + affinity mask. + The wordexp function may overflow the positional parameter number when + processing the expansion resulting in a crash. Reported by Philippe Antoine. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-27645 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33574 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-35942 + (* Security fix *) +l/glibc-i18n-2.33-x86_64-3.txz: Rebuilt. +l/glibc-profile-2.33-x86_64-3.txz: Rebuilt. +l/liburing-2.0-x86_64-1.txz: Added. + This is needed by mariadb, and provides increased performance on high speed + devices such as NVMe. +n/dovecot-2.3.16-x86_64-1.txz: Upgraded. +xap/blueman-2.2.2-x86_64-1.txz: Upgraded. ++--------------------------+ Fri Aug 6 18:04:01 UTC 2021 a/udisks2-2.9.3-x86_64-1.txz: Upgraded. d/patchelf-0.13-x86_64-1.txz: Upgraded. diff --git a/FILELIST.TXT b/FILELIST.TXT index d1e00a2d1..db4d76c60 100644 --- a/FILELIST.TXT +++ b/FILELIST.TXT @@ -1,20 +1,20 @@ -Fri Aug 6 18:07:04 UTC 2021 +Sat Aug 7 19:12:55 UTC 2021 Here is the file list for this directory. If you are using a mirror site and find missing or extra files in the disk subdirectories, please have the archive administrator refresh the mirror. -drwxr-xr-x 12 root root 4096 2021-08-06 18:04 . +drwxr-xr-x 12 root root 4096 2021-08-07 19:07 . -rw-r--r-- 1 root root 10064 2016-06-30 18:39 ./ANNOUNCE.14_2 -rw-r--r-- 1 root root 15411 2021-03-28 17:36 ./CHANGES_AND_HINTS.TXT --rw-r--r-- 1 root root 1077909 2021-08-04 20:20 ./CHECKSUMS.md5 --rw-r--r-- 1 root root 163 2021-08-04 20:20 ./CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 1079009 2021-08-07 19:07 ./CHECKSUMS.md5 +-rw-r--r-- 1 root root 163 2021-08-07 19:07 ./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 1585369 2021-08-06 18:04 ./ChangeLog.txt +-rw-r--r-- 1 root root 1587103 2021-08-07 19:04 ./ChangeLog.txt drwxr-xr-x 3 root root 4096 2013-03-20 22:17 ./EFI drwxr-xr-x 2 root root 4096 2021-08-04 20:16 ./EFI/BOOT -rw-r--r-- 1 root root 1187840 2021-06-15 19:16 ./EFI/BOOT/bootx64.efi @@ -25,9 +25,9 @@ drwxr-xr-x 2 root root 4096 2021-08-04 20:16 ./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 1403236 2021-08-04 20:20 ./FILELIST.TXT +-rw-r--r-- 1 root root 1404717 2021-08-07 19:07 ./FILELIST.TXT -rw-r--r-- 1 root root 1572 2012-08-29 18:27 ./GPG-KEY --rw-r--r-- 1 root root 852651 2021-08-06 18:06 ./PACKAGES.TXT +-rw-r--r-- 1 root root 853226 2021-08-07 19:06 ./PACKAGES.TXT -rw-r--r-- 1 root root 8564 2016-06-28 21:33 ./README.TXT -rw-r--r-- 1 root root 3629 2021-08-04 19:57 ./README.initrd -rw-r--r-- 1 root root 34412 2017-12-01 17:44 ./README_CRYPT.TXT @@ -715,19 +715,19 @@ drwxr-xr-x 2 root root 4096 2012-09-20 18:06 ./patches -rw-r--r-- 1 root root 575 2012-09-20 18:06 ./patches/FILE_LIST -rw-r--r-- 1 root root 14 2012-09-20 18:06 ./patches/MANIFEST.bz2 -rw-r--r-- 1 root root 224 2012-09-20 18:06 ./patches/PACKAGES.TXT -drwxr-xr-x 17 root root 4096 2021-08-06 18:06 ./slackware64 --rw-r--r-- 1 root root 333445 2021-08-06 18:06 ./slackware64/CHECKSUMS.md5 --rw-r--r-- 1 root root 163 2021-08-06 18:06 ./slackware64/CHECKSUMS.md5.asc --rw-r--r-- 1 root root 413688 2021-08-06 18:06 ./slackware64/FILE_LIST --rw-r--r-- 1 root root 4123126 2021-08-06 18:06 ./slackware64/MANIFEST.bz2 +drwxr-xr-x 17 root root 4096 2021-08-07 19:06 ./slackware64 +-rw-r--r-- 1 root root 333638 2021-08-07 19:06 ./slackware64/CHECKSUMS.md5 +-rw-r--r-- 1 root root 163 2021-08-07 19:06 ./slackware64/CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 413928 2021-08-07 19:06 ./slackware64/FILE_LIST +-rw-r--r-- 1 root root 4115762 2021-08-07 19:06 ./slackware64/MANIFEST.bz2 lrwxrwxrwx 1 root root 15 2009-08-23 23:34 ./slackware64/PACKAGES.TXT -> ../PACKAGES.TXT -drwxr-xr-x 2 root root 32768 2021-08-06 18:05 ./slackware64/a +drwxr-xr-x 2 root root 32768 2021-08-07 19:05 ./slackware64/a -rw-r--r-- 1 root root 327 2021-07-17 17:47 ./slackware64/a/aaa_base-15.0-x86_64-1.txt -rw-r--r-- 1 root root 10788 2021-07-17 17:47 ./slackware64/a/aaa_base-15.0-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-07-17 17:47 ./slackware64/a/aaa_base-15.0-x86_64-1.txz.asc --rw-r--r-- 1 root root 371 2021-04-01 23:21 ./slackware64/a/aaa_glibc-solibs-2.33-x86_64-2.txt --rw-r--r-- 1 root root 2723192 2021-04-01 23:21 ./slackware64/a/aaa_glibc-solibs-2.33-x86_64-2.txz --rw-r--r-- 1 root root 163 2021-04-01 23:21 ./slackware64/a/aaa_glibc-solibs-2.33-x86_64-2.txz.asc +-rw-r--r-- 1 root root 371 2021-08-07 18:28 ./slackware64/a/aaa_glibc-solibs-2.33-x86_64-3.txt +-rw-r--r-- 1 root root 2726188 2021-08-07 18:28 ./slackware64/a/aaa_glibc-solibs-2.33-x86_64-3.txz +-rw-r--r-- 1 root root 163 2021-08-07 18:28 ./slackware64/a/aaa_glibc-solibs-2.33-x86_64-3.txz.asc -rw-r--r-- 1 root root 413 2021-05-27 18:31 ./slackware64/a/aaa_libraries-15.0-x86_64-7.txt -rw-r--r-- 1 root root 19708144 2021-05-27 18:31 ./slackware64/a/aaa_libraries-15.0-x86_64-7.txz -rw-r--r-- 1 root root 163 2021-05-27 18:31 ./slackware64/a/aaa_libraries-15.0-x86_64-7.txz.asc @@ -1075,9 +1075,9 @@ drwxr-xr-x 2 root root 32768 2021-08-06 18:05 ./slackware64/a -rw-r--r-- 1 root root 718 2021-02-13 11:20 ./slackware64/a/usb_modeswitch-2.6.1-x86_64-3.txt -rw-r--r-- 1 root root 79812 2021-02-13 11:20 ./slackware64/a/usb_modeswitch-2.6.1-x86_64-3.txz -rw-r--r-- 1 root root 163 2021-02-13 11:20 ./slackware64/a/usb_modeswitch-2.6.1-x86_64-3.txz.asc --rw-r--r-- 1 root root 322 2021-02-13 11:20 ./slackware64/a/usbutils-013-x86_64-3.txt --rw-r--r-- 1 root root 88528 2021-02-13 11:20 ./slackware64/a/usbutils-013-x86_64-3.txz --rw-r--r-- 1 root root 163 2021-02-13 11:20 ./slackware64/a/usbutils-013-x86_64-3.txz.asc +-rw-r--r-- 1 root root 322 2021-08-07 18:06 ./slackware64/a/usbutils-014-x86_64-1.txt +-rw-r--r-- 1 root root 89300 2021-08-07 18:06 ./slackware64/a/usbutils-014-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-08-07 18:06 ./slackware64/a/usbutils-014-x86_64-1.txz.asc -rw-r--r-- 1 root root 400 2021-02-13 11:20 ./slackware64/a/utempter-1.2.0-x86_64-3.txt -rw-r--r-- 1 root root 16100 2021-02-13 11:20 ./slackware64/a/utempter-1.2.0-x86_64-3.txz -rw-r--r-- 1 root root 163 2021-02-13 11:20 ./slackware64/a/utempter-1.2.0-x86_64-3.txz.asc @@ -1102,7 +1102,7 @@ drwxr-xr-x 2 root root 32768 2021-08-06 18:05 ./slackware64/a -rw-r--r-- 1 root root 540 2021-02-13 11:22 ./slackware64/a/zoo-2.10_22-x86_64-4.txt -rw-r--r-- 1 root root 56160 2021-02-13 11:22 ./slackware64/a/zoo-2.10_22-x86_64-4.txz -rw-r--r-- 1 root root 163 2021-02-13 11:22 ./slackware64/a/zoo-2.10_22-x86_64-4.txz.asc -drwxr-xr-x 2 root root 20480 2021-08-04 20:19 ./slackware64/ap +drwxr-xr-x 2 root root 20480 2021-08-07 19:06 ./slackware64/ap -rw-r--r-- 1 root root 291 2021-02-13 11:23 ./slackware64/ap/a2ps-4.14-x86_64-9.txt -rw-r--r-- 1 root root 703580 2021-02-13 11:23 ./slackware64/ap/a2ps-4.14-x86_64-9.txz -rw-r--r-- 1 root root 163 2021-02-13 11:23 ./slackware64/ap/a2ps-4.14-x86_64-9.txz.asc @@ -1242,9 +1242,9 @@ drwxr-xr-x 2 root root 20480 2021-08-04 20:19 ./slackware64/ap -rw-r--r-- 1 root root 489 2021-06-22 06:14 ./slackware64/ap/man-pages-5.12-noarch-1.txt -rw-r--r-- 1 root root 3464916 2021-06-22 06:14 ./slackware64/ap/man-pages-5.12-noarch-1.txz -rw-r--r-- 1 root root 163 2021-06-22 06:14 ./slackware64/ap/man-pages-5.12-noarch-1.txz.asc --rw-r--r-- 1 root root 369 2021-06-23 18:20 ./slackware64/ap/mariadb-10.5.11-x86_64-1.txt --rw-r--r-- 1 root root 29103320 2021-06-23 18:20 ./slackware64/ap/mariadb-10.5.11-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-06-23 18:20 ./slackware64/ap/mariadb-10.5.11-x86_64-1.txz.asc +-rw-r--r-- 1 root root 369 2021-08-07 18:07 ./slackware64/ap/mariadb-10.6.4-x86_64-1.txt +-rw-r--r-- 1 root root 29295500 2021-08-07 18:07 ./slackware64/ap/mariadb-10.6.4-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-08-07 18:07 ./slackware64/ap/mariadb-10.6.4-x86_64-1.txz.asc -rw-r--r-- 1 root root 489 2021-07-06 19:04 ./slackware64/ap/mc-4.8.26-x86_64-3.txt -rw-r--r-- 1 root root 1811568 2021-07-06 19:04 ./slackware64/ap/mc-4.8.26-x86_64-3.txz -rw-r--r-- 1 root root 163 2021-07-06 19:04 ./slackware64/ap/mc-4.8.26-x86_64-3.txz.asc @@ -1266,9 +1266,9 @@ drwxr-xr-x 2 root root 20480 2021-08-04 20:19 ./slackware64/ap -rw-r--r-- 1 root root 512 2021-02-13 11:41 ./slackware64/ap/normalize-0.7.7-x86_64-5.txt -rw-r--r-- 1 root root 63248 2021-02-13 11:41 ./slackware64/ap/normalize-0.7.7-x86_64-5.txz -rw-r--r-- 1 root root 163 2021-02-13 11:41 ./slackware64/ap/normalize-0.7.7-x86_64-5.txz.asc --rw-r--r-- 1 root root 437 2021-04-22 05:10 ./slackware64/ap/nvme-cli-1.14-x86_64-1.txt --rw-r--r-- 1 root root 405596 2021-04-22 05:10 ./slackware64/ap/nvme-cli-1.14-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-04-22 05:10 ./slackware64/ap/nvme-cli-1.14-x86_64-1.txz.asc +-rw-r--r-- 1 root root 437 2021-08-07 18:03 ./slackware64/ap/nvme-cli-1.15-x86_64-1.txt +-rw-r--r-- 1 root root 424084 2021-08-07 18:03 ./slackware64/ap/nvme-cli-1.15-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-08-07 18:03 ./slackware64/ap/nvme-cli-1.15-x86_64-1.txz.asc -rw-r--r-- 1 root root 289 2021-02-13 11:41 ./slackware64/ap/opus-tools-0.2-x86_64-3.txt -rw-r--r-- 1 root root 60788 2021-02-13 11:41 ./slackware64/ap/opus-tools-0.2-x86_64-3.txz -rw-r--r-- 1 root root 163 2021-02-13 11:41 ./slackware64/ap/opus-tools-0.2-x86_64-3.txz.asc @@ -2713,7 +2713,7 @@ drwxr-xr-x 2 root root 77824 2021-08-06 18:06 ./slackware64/kde -rw-r--r-- 1 root root 296 2021-07-09 01:37 ./slackware64/kde/zeroconf-ioslave-21.04.3-x86_64-1.txt -rw-r--r-- 1 root root 55500 2021-07-09 01:37 ./slackware64/kde/zeroconf-ioslave-21.04.3-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-07-09 01:37 ./slackware64/kde/zeroconf-ioslave-21.04.3-x86_64-1.txz.asc -drwxr-xr-x 2 root root 73728 2021-08-06 18:05 ./slackware64/l +drwxr-xr-x 2 root root 73728 2021-08-07 19:06 ./slackware64/l -rw-r--r-- 1 root root 329 2021-02-13 05:56 ./slackware64/l/GConf-3.2.6-x86_64-7.txt -rw-r--r-- 1 root root 928148 2021-02-13 05:56 ./slackware64/l/GConf-3.2.6-x86_64-7.txz -rw-r--r-- 1 root root 163 2021-02-13 05:56 ./slackware64/l/GConf-3.2.6-x86_64-7.txz.asc @@ -2966,15 +2966,15 @@ drwxr-xr-x 2 root root 73728 2021-08-06 18:05 ./slackware64/l -rw-r--r-- 1 root root 407 2021-06-11 16:51 ./slackware64/l/glib2-2.68.3-x86_64-1.txt -rw-r--r-- 1 root root 3999056 2021-06-11 16:51 ./slackware64/l/glib2-2.68.3-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-06-11 16:51 ./slackware64/l/glib2-2.68.3-x86_64-1.txz.asc --rw-r--r-- 1 root root 313 2021-04-01 23:21 ./slackware64/l/glibc-2.33-x86_64-2.txt --rw-r--r-- 1 root root 5280640 2021-04-01 23:21 ./slackware64/l/glibc-2.33-x86_64-2.txz --rw-r--r-- 1 root root 163 2021-04-01 23:21 ./slackware64/l/glibc-2.33-x86_64-2.txz.asc --rw-r--r-- 1 root root 353 2021-04-01 23:20 ./slackware64/l/glibc-i18n-2.33-x86_64-2.txt --rw-r--r-- 1 root root 12038660 2021-04-01 23:20 ./slackware64/l/glibc-i18n-2.33-x86_64-2.txz --rw-r--r-- 1 root root 163 2021-04-01 23:20 ./slackware64/l/glibc-i18n-2.33-x86_64-2.txz.asc --rw-r--r-- 1 root root 507 2021-04-01 23:20 ./slackware64/l/glibc-profile-2.33-x86_64-2.txt --rw-r--r-- 1 root root 1443304 2021-04-01 23:20 ./slackware64/l/glibc-profile-2.33-x86_64-2.txz --rw-r--r-- 1 root root 163 2021-04-01 23:20 ./slackware64/l/glibc-profile-2.33-x86_64-2.txz.asc +-rw-r--r-- 1 root root 313 2021-08-07 18:28 ./slackware64/l/glibc-2.33-x86_64-3.txt +-rw-r--r-- 1 root root 5272168 2021-08-07 18:28 ./slackware64/l/glibc-2.33-x86_64-3.txz +-rw-r--r-- 1 root root 163 2021-08-07 18:28 ./slackware64/l/glibc-2.33-x86_64-3.txz.asc +-rw-r--r-- 1 root root 353 2021-08-07 18:28 ./slackware64/l/glibc-i18n-2.33-x86_64-3.txt +-rw-r--r-- 1 root root 12113216 2021-08-07 18:28 ./slackware64/l/glibc-i18n-2.33-x86_64-3.txz +-rw-r--r-- 1 root root 163 2021-08-07 18:28 ./slackware64/l/glibc-i18n-2.33-x86_64-3.txz.asc +-rw-r--r-- 1 root root 507 2021-08-07 18:27 ./slackware64/l/glibc-profile-2.33-x86_64-3.txt +-rw-r--r-- 1 root root 1441452 2021-08-07 18:27 ./slackware64/l/glibc-profile-2.33-x86_64-3.txz +-rw-r--r-- 1 root root 163 2021-08-07 18:27 ./slackware64/l/glibc-profile-2.33-x86_64-3.txz.asc -rw-r--r-- 1 root root 358 2021-02-13 06:37 ./slackware64/l/glibmm-2.64.5-x86_64-3.txt -rw-r--r-- 1 root root 1012844 2021-02-13 06:37 ./slackware64/l/glibmm-2.64.5-x86_64-3.txz -rw-r--r-- 1 root root 163 2021-02-13 06:37 ./slackware64/l/glibmm-2.64.5-x86_64-3.txz.asc @@ -3394,6 +3394,9 @@ drwxr-xr-x 2 root root 73728 2021-08-06 18:05 ./slackware64/l -rw-r--r-- 1 root root 679 2021-02-13 07:15 ./slackware64/l/libunwind-1.5.0-x86_64-3.txt -rw-r--r-- 1 root root 112512 2021-02-13 07:15 ./slackware64/l/libunwind-1.5.0-x86_64-3.txz -rw-r--r-- 1 root root 163 2021-02-13 07:15 ./slackware64/l/libunwind-1.5.0-x86_64-3.txz.asc +-rw-r--r-- 1 root root 427 2021-08-07 17:57 ./slackware64/l/liburing-2.0-x86_64-1.txt +-rw-r--r-- 1 root root 109508 2021-08-07 17:57 ./slackware64/l/liburing-2.0-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-08-07 17:57 ./slackware64/l/liburing-2.0-x86_64-1.txz.asc -rw-r--r-- 1 root root 287 2021-04-16 18:12 ./slackware64/l/libusb-1.0.24-x86_64-4.txt -rw-r--r-- 1 root root 78376 2021-04-16 18:12 ./slackware64/l/libusb-1.0.24-x86_64-4.txz -rw-r--r-- 1 root root 163 2021-04-16 18:12 ./slackware64/l/libusb-1.0.24-x86_64-4.txz.asc @@ -3472,8 +3475,8 @@ drwxr-xr-x 2 root root 73728 2021-08-06 18:05 ./slackware64/l -rw-r--r-- 1 root root 272 2021-02-13 07:20 ./slackware64/l/lzo-2.10-x86_64-4.txt -rw-r--r-- 1 root root 85240 2021-02-13 07:20 ./slackware64/l/lzo-2.10-x86_64-4.txz -rw-r--r-- 1 root root 163 2021-02-13 07:20 ./slackware64/l/lzo-2.10-x86_64-4.txz.asc --rw-r--r-- 1 root root 26615 2021-07-15 16:43 ./slackware64/l/maketag --rw-r--r-- 1 root root 26615 2021-07-15 16:43 ./slackware64/l/maketag.ez +-rw-r--r-- 1 root root 26679 2021-08-07 19:02 ./slackware64/l/maketag +-rw-r--r-- 1 root root 26679 2021-08-07 19:02 ./slackware64/l/maketag.ez -rw-r--r-- 1 root root 520 2021-02-13 07:20 ./slackware64/l/media-player-info-24-noarch-3.txt -rw-r--r-- 1 root root 20676 2021-02-13 07:20 ./slackware64/l/media-player-info-24-noarch-3.txz -rw-r--r-- 1 root root 163 2021-02-13 07:20 ./slackware64/l/media-player-info-24-noarch-3.txz.asc @@ -3756,7 +3759,7 @@ drwxr-xr-x 2 root root 73728 2021-08-06 18:05 ./slackware64/l -rw-r--r-- 1 root root 356 2021-02-13 09:01 ./slackware64/l/t1lib-5.1.2-x86_64-6.txt -rw-r--r-- 1 root root 514212 2021-02-13 09:01 ./slackware64/l/t1lib-5.1.2-x86_64-6.txz -rw-r--r-- 1 root root 163 2021-02-13 09:01 ./slackware64/l/t1lib-5.1.2-x86_64-6.txz.asc --rw-r--r-- 1 root root 4955 2021-07-15 16:43 ./slackware64/l/tagfile +-rw-r--r-- 1 root root 4968 2021-08-07 19:02 ./slackware64/l/tagfile -rw-r--r-- 1 root root 339 2021-02-16 19:23 ./slackware64/l/taglib-1.12-x86_64-1.txt -rw-r--r-- 1 root root 378740 2021-02-16 19:23 ./slackware64/l/taglib-1.12-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-02-16 19:23 ./slackware64/l/taglib-1.12-x86_64-1.txz.asc @@ -3811,7 +3814,7 @@ drwxr-xr-x 2 root root 73728 2021-08-06 18:05 ./slackware64/l -rw-r--r-- 1 root root 463 2021-05-15 18:01 ./slackware64/l/zstd-1.5.0-x86_64-1.txt -rw-r--r-- 1 root root 458040 2021-05-15 18:01 ./slackware64/l/zstd-1.5.0-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-05-15 18:01 ./slackware64/l/zstd-1.5.0-x86_64-1.txz.asc -drwxr-xr-x 2 root root 32768 2021-08-06 18:05 ./slackware64/n +drwxr-xr-x 2 root root 32768 2021-08-07 19:06 ./slackware64/n -rw-r--r-- 1 root root 357 2021-02-13 11:52 ./slackware64/n/ModemManager-1.14.10-x86_64-3.txt -rw-r--r-- 1 root root 1877092 2021-02-13 11:52 ./slackware64/n/ModemManager-1.14.10-x86_64-3.txz -rw-r--r-- 1 root root 163 2021-02-13 11:52 ./slackware64/n/ModemManager-1.14.10-x86_64-3.txz.asc @@ -3881,9 +3884,9 @@ drwxr-xr-x 2 root root 32768 2021-08-06 18:05 ./slackware64/n -rw-r--r-- 1 root root 443 2021-04-25 18:48 ./slackware64/n/dnsmasq-2.85-x86_64-2.txt -rw-r--r-- 1 root root 373512 2021-04-25 18:48 ./slackware64/n/dnsmasq-2.85-x86_64-2.txz -rw-r--r-- 1 root root 163 2021-04-25 18:48 ./slackware64/n/dnsmasq-2.85-x86_64-2.txz.asc --rw-r--r-- 1 root root 450 2021-06-21 17:44 ./slackware64/n/dovecot-2.3.15-x86_64-1.txt --rw-r--r-- 1 root root 3309776 2021-06-21 17:44 ./slackware64/n/dovecot-2.3.15-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-06-21 17:44 ./slackware64/n/dovecot-2.3.15-x86_64-1.txz.asc +-rw-r--r-- 1 root root 450 2021-08-07 17:44 ./slackware64/n/dovecot-2.3.16-x86_64-1.txt +-rw-r--r-- 1 root root 3320800 2021-08-07 17:44 ./slackware64/n/dovecot-2.3.16-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-08-07 17:44 ./slackware64/n/dovecot-2.3.16-x86_64-1.txz.asc -rw-r--r-- 1 root root 423 2021-02-13 12:01 ./slackware64/n/ebtables-2.0.11-x86_64-3.txt -rw-r--r-- 1 root root 80700 2021-02-13 12:01 ./slackware64/n/ebtables-2.0.11-x86_64-3.txz -rw-r--r-- 1 root root 163 2021-02-13 12:01 ./slackware64/n/ebtables-2.0.11-x86_64-3.txz.asc @@ -5263,7 +5266,7 @@ drwxr-xr-x 2 root root 65536 2021-08-03 18:19 ./slackware64/x -rw-r--r-- 1 root root 213 2021-02-13 13:14 ./slackware64/x/xwud-1.0.5-x86_64-4.txt -rw-r--r-- 1 root root 25428 2021-02-13 13:14 ./slackware64/x/xwud-1.0.5-x86_64-4.txz -rw-r--r-- 1 root root 163 2021-02-13 13:14 ./slackware64/x/xwud-1.0.5-x86_64-4.txz.asc -drwxr-xr-x 2 root root 12288 2021-08-06 18:05 ./slackware64/xap +drwxr-xr-x 2 root root 12288 2021-08-07 19:06 ./slackware64/xap -rw-r--r-- 1 root root 625 2021-04-18 18:11 ./slackware64/xap/MPlayer-20210418-x86_64-1.txt -rw-r--r-- 1 root root 2738724 2021-04-18 18:11 ./slackware64/xap/MPlayer-20210418-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-04-18 18:11 ./slackware64/xap/MPlayer-20210418-x86_64-1.txz.asc @@ -5279,9 +5282,9 @@ drwxr-xr-x 2 root root 12288 2021-08-06 18:05 ./slackware64/xap -rw-r--r-- 1 root root 431 2021-08-05 05:16 ./slackware64/xap/blackbox-0.77-x86_64-1.txt -rw-r--r-- 1 root root 393060 2021-08-05 05:16 ./slackware64/xap/blackbox-0.77-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-08-05 05:16 ./slackware64/xap/blackbox-0.77-x86_64-1.txz.asc --rw-r--r-- 1 root root 434 2021-06-06 20:13 ./slackware64/xap/blueman-2.2.1-x86_64-1.txt --rw-r--r-- 1 root root 1231936 2021-06-06 20:13 ./slackware64/xap/blueman-2.2.1-x86_64-1.txz --rw-r--r-- 1 root root 163 2021-06-06 20:13 ./slackware64/xap/blueman-2.2.1-x86_64-1.txz.asc +-rw-r--r-- 1 root root 434 2021-08-07 17:41 ./slackware64/xap/blueman-2.2.2-x86_64-1.txt +-rw-r--r-- 1 root root 1239996 2021-08-07 17:41 ./slackware64/xap/blueman-2.2.2-x86_64-1.txz +-rw-r--r-- 1 root root 163 2021-08-07 17:41 ./slackware64/xap/blueman-2.2.2-x86_64-1.txz.asc -rw-r--r-- 1 root root 429 2021-02-13 13:29 ./slackware64/xap/ddd-3.3.12-x86_64-8.txt -rw-r--r-- 1 root root 1370356 2021-02-13 13:29 ./slackware64/xap/ddd-3.3.12-x86_64-8.txz -rw-r--r-- 1 root root 163 2021-02-13 13:29 ./slackware64/xap/ddd-3.3.12-x86_64-8.txz.asc @@ -5503,8 +5506,8 @@ drwxr-xr-x 2 root root 12288 2021-08-03 06:57 ./slackware64/xfce -rw-r--r-- 1 root root 369 2021-02-13 13:54 ./slackware64/xfce/xfce4-weather-plugin-0.10.2-x86_64-4.txt -rw-r--r-- 1 root root 2411172 2021-02-13 13:54 ./slackware64/xfce/xfce4-weather-plugin-0.10.2-x86_64-4.txz -rw-r--r-- 1 root root 163 2021-02-13 13:54 ./slackware64/xfce/xfce4-weather-plugin-0.10.2-x86_64-4.txz.asc --rw-r--r-- 1 root root 829 2021-02-13 13:54 ./slackware64/xfce/xfce4-whiskermenu-plugin-2.5.3-x86_64-2.txt --rw-r--r-- 1 root root 193872 2021-02-13 13:54 ./slackware64/xfce/xfce4-whiskermenu-plugin-2.5.3-x86_64-2.txz +-rw-r--r-- 1 root root 829 2021-02-13 13:54 ./slackware64/xfce/xfce4-whiskermenu-plugin-2.5.3-x86_64-2.txt +-rw-r--r-- 1 root root 193872 2021-02-13 13:54 ./slackware64/xfce/xfce4-whiskermenu-plugin-2.5.3-x86_64-2.txz -rw-r--r-- 1 root root 163 2021-02-13 13:54 ./slackware64/xfce/xfce4-whiskermenu-plugin-2.5.3-x86_64-2.txz.asc -rw-r--r-- 1 root root 293 2021-02-13 13:54 ./slackware64/xfce/xfconf-4.16.0-x86_64-3.txt -rw-r--r-- 1 root root 182500 2021-02-13 13:54 ./slackware64/xfce/xfconf-4.16.0-x86_64-3.txz @@ -5527,11 +5530,11 @@ drwxr-xr-x 2 root root 4096 2021-02-15 19:33 ./slackware64/y -rw-r--r-- 1 root root 1486956 2021-02-13 13:56 ./slackware64/y/nethack-3.6.6-x86_64-3.txz -rw-r--r-- 1 root root 163 2021-02-13 13:56 ./slackware64/y/nethack-3.6.6-x86_64-3.txz.asc -rw-r--r-- 1 root root 26 2020-12-30 21:55 ./slackware64/y/tagfile -drwxr-xr-x 18 root root 4096 2021-08-06 18:07 ./source --rw-r--r-- 1 root root 573852 2021-08-06 18:07 ./source/CHECKSUMS.md5 --rw-r--r-- 1 root root 163 2021-08-06 18:07 ./source/CHECKSUMS.md5.asc --rw-r--r-- 1 root root 798831 2021-08-06 18:06 ./source/FILE_LIST --rw-r--r-- 1 root root 22869053 2021-08-06 18:06 ./source/MANIFEST.bz2 +drwxr-xr-x 18 root root 4096 2021-08-07 19:12 ./source +-rw-r--r-- 1 root root 574634 2021-08-07 19:12 ./source/CHECKSUMS.md5 +-rw-r--r-- 1 root root 163 2021-08-07 19:12 ./source/CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 799932 2021-08-07 19:12 ./source/FILE_LIST +-rw-r--r-- 1 root root 22837447 2021-08-07 19:12 ./source/MANIFEST.bz2 -rw-r--r-- 1 root root 1314 2006-10-02 04:40 ./source/README.TXT drwxr-xr-x 122 root root 4096 2021-07-11 17:54 ./source/a -rw-r--r-- 1 root root 1591 2021-04-06 18:09 ./source/a/FTBFSlog @@ -6537,11 +6540,11 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/a/usb_modeswitch -rw-r--r-- 1 root root 44913 2020-07-10 16:14 ./source/a/usb_modeswitch/usb-modeswitch-2.6.1.tar.lz -rw-r--r-- 1 root root 34917 2019-11-28 21:09 ./source/a/usb_modeswitch/usb-modeswitch-data-20191128.tar.lz -rwxr-xr-x 1 root root 4900 2021-02-13 05:31 ./source/a/usb_modeswitch/usb_modeswitch.SlackBuild -drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/a/usbutils +drwxr-xr-x 2 root root 4096 2021-08-07 18:05 ./source/a/usbutils -rw-r--r-- 1 root root 778 2018-02-27 06:13 ./source/a/usbutils/slack-desc --rw-r--r-- 1 root root 986 2020-10-22 13:00 ./source/a/usbutils/usbutils-013.tar.sign --rw-r--r-- 1 root root 98056 2020-10-22 13:00 ./source/a/usbutils/usbutils-013.tar.xz --rwxr-xr-x 1 root root 4416 2021-02-13 05:31 ./source/a/usbutils/usbutils.SlackBuild +-rw-r--r-- 1 root root 833 2021-08-06 14:30 ./source/a/usbutils/usbutils-014.tar.sign +-rw-r--r-- 1 root root 165884 2021-08-06 14:30 ./source/a/usbutils/usbutils-014.tar.xz +-rwxr-xr-x 1 root root 4416 2021-08-07 18:06 ./source/a/usbutils/usbutils.SlackBuild -rw-r--r-- 1 root root 52 2012-07-07 21:37 ./source/a/usbutils/usbutils.url drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/a/utempter -rw-r--r-- 1 root root 230 2006-12-12 23:47 ./source/a/utempter/doinst.sh.gz @@ -6613,7 +6616,7 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/a/zoo -rw-r--r-- 1 root root 173607 1994-12-30 20:19 ./source/a/zoo/zoo-2.10.tar.gz -rwxr-xr-x 1 root root 3143 2021-02-13 05:31 ./source/a/zoo/zoo.SlackBuild -rw-r--r-- 1 root root 14136 2010-05-22 09:49 ./source/a/zoo/zoo_2.10-22.debian.tar.gz -drwxr-xr-x 85 root root 4096 2021-08-04 19:14 ./source/ap +drwxr-xr-x 85 root root 4096 2021-08-07 17:58 ./source/ap -rw-r--r-- 1 root root 976 2021-04-03 17:43 ./source/ap/FTBFSlog drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/ap/a2ps -rw-r--r-- 1 root root 1521 2017-10-01 17:59 ./source/ap/a2ps/a2ps-4.14-texinfo-nodes.patch.gz @@ -6931,10 +6934,10 @@ drwxr-xr-x 2 root root 4096 2021-06-22 06:14 ./source/ap/man-pages -rwxr-xr-x 1 root root 4154 2021-03-22 18:24 ./source/ap/man-pages/man-pages.SlackBuild -rw-r--r-- 1 root root 48 2018-05-01 15:30 ./source/ap/man-pages/man-pages.url -rw-r--r-- 1 root root 946 2018-02-27 06:13 ./source/ap/man-pages/slack-desc -drwxr-xr-x 2 root root 4096 2021-06-23 18:13 ./source/ap/mariadb +drwxr-xr-x 2 root root 4096 2021-08-07 19:11 ./source/ap/mariadb -rw-r--r-- 1 root root 428 2020-06-24 19:31 ./source/ap/mariadb/doinst.sh.gz --rw-r--r-- 1 root root 57163788 2021-06-18 10:19 ./source/ap/mariadb/mariadb-10.5.11.tar.lz --rwxr-xr-x 1 root root 7962 2021-06-23 18:12 ./source/ap/mariadb/mariadb.SlackBuild +-rw-r--r-- 1 root root 49902539 2021-08-03 14:48 ./source/ap/mariadb/mariadb-10.6.4.tar.lz +-rwxr-xr-x 1 root root 7962 2021-04-27 03:17 ./source/ap/mariadb/mariadb.SlackBuild -rw-r--r-- 1 root root 34 2015-05-07 18:51 ./source/ap/mariadb/mirror.url -rw-r--r-- 1 root root 280 2019-09-11 19:57 ./source/ap/mariadb/mysql.no.plugin_auth_pam.diff.gz -rw-r--r-- 1 root root 553 2020-01-28 17:36 ./source/ap/mariadb/mysql_install_db.nopam.diff.gz @@ -6981,8 +6984,8 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/ap/normalize -rw-r--r-- 1 root root 388777 2005-09-14 18:46 ./source/ap/normalize/normalize-0.7.7.tar.bz2 -rwxr-xr-x 1 root root 3104 2021-02-13 05:31 ./source/ap/normalize/normalize.SlackBuild -rw-r--r-- 1 root root 966 2018-02-27 06:12 ./source/ap/normalize/slack-desc -drwxr-xr-x 2 root root 4096 2021-04-22 05:10 ./source/ap/nvme-cli --rw-r--r-- 1 root root 348805 2021-04-20 19:51 ./source/ap/nvme-cli/nvme-cli-1.14.tar.lz +drwxr-xr-x 2 root root 4096 2021-08-07 18:03 ./source/ap/nvme-cli +-rw-r--r-- 1 root root 361783 2021-08-06 21:07 ./source/ap/nvme-cli/nvme-cli-1.15.tar.lz -rwxr-xr-x 1 root root 3968 2021-04-22 05:10 ./source/ap/nvme-cli/nvme-cli.SlackBuild -rw-r--r-- 1 root root 39 2020-02-08 20:06 ./source/ap/nvme-cli/nvme-cli.url -rw-r--r-- 1 root root 925 2020-02-08 20:12 ./source/ap/nvme-cli/slack-desc @@ -8268,14 +8271,15 @@ drwxr-xr-x 2 root root 4096 2021-02-04 19:30 ./source/kde/kde/modules -rw-r--r-- 1 root root 44 2016-04-11 07:39 ./source/kde/kde/nomake drwxr-xr-x 2 root root 4096 2017-10-30 11:32 ./source/kde/kde/nostrip -rw-r--r-- 1 root root 237 2017-10-24 13:23 ./source/kde/kde/package-blacklist -drwxr-xr-x 20 root root 4096 2021-08-03 05:29 ./source/kde/kde/patch +drwxr-xr-x 21 root root 4096 2021-08-07 17:38 ./source/kde/kde/patch -rw-r--r-- 1 root root 328 2011-07-28 17:38 ./source/kde/kde/patch/README drwxr-xr-x 2 root root 4096 2020-07-29 17:52 ./source/kde/kde/patch/baloo -rw-r--r-- 1 root root 189 2020-11-02 01:05 ./source/kde/kde/patch/baloo.patch -rw-r--r-- 1 root root 534 2020-07-29 17:52 ./source/kde/kde/patch/baloo/baloo_def_indexing_disabled.patch -drwxr-xr-x 2 root root 4096 2021-08-03 05:16 ./source/kde/kde/patch/calligra --rw-r--r-- 1 root root 377 2021-08-03 05:07 ./source/kde/kde/patch/calligra.patch +drwxr-xr-x 2 root root 4096 2021-08-05 17:56 ./source/kde/kde/patch/calligra +-rw-r--r-- 1 root root 511 2021-08-05 17:56 ./source/kde/kde/patch/calligra.patch -rw-r--r-- 1 root root 2490 2021-08-01 17:50 ./source/kde/kde/patch/calligra/0053-Partial-update-of-Commit-62f51070-to-make-it-compile.patch +-rw-r--r-- 1 root root 1519 2021-08-01 17:50 ./source/kde/kde/patch/calligra/calligra-gcc11.patch -rw-r--r-- 1 root root 748 2021-02-02 00:51 ./source/kde/kde/patch/calligra/calligragemini_fix_blank_page_without_libgit2.patch drwxr-xr-x 2 root root 4096 2018-08-10 22:34 ./source/kde/kde/patch/dolphin -rw-r--r-- 1 root root 204 2020-07-19 02:10 ./source/kde/kde/patch/dolphin.patch @@ -8311,6 +8315,9 @@ drwxr-xr-x 2 root root 4096 2021-06-10 20:58 ./source/kde/kde/patch/ktorr -rw-r--r-- 1 root root 232 2020-12-11 17:41 ./source/kde/kde/patch/ktorrent.patch -rw-r--r-- 1 root root 710752 2019-03-17 20:21 ./source/kde/kde/patch/ktorrent/geoip.dat.gz -rw-r--r-- 1 root root 1705 2021-06-10 20:57 ./source/kde/kde/patch/ktorrent/ktorrent.use.package.geoip.database.diff +drwxr-xr-x 2 root root 4096 2021-08-05 16:48 ./source/kde/kde/patch/kwave +-rw-r--r-- 1 root root 135 2021-08-05 16:48 ./source/kde/kde/patch/kwave.patch +-rw-r--r-- 1 root root 278 2021-08-05 16:47 ./source/kde/kde/patch/kwave/kwave.gcc11.limits.patch drwxr-xr-x 2 root root 4096 2017-05-04 10:06 ./source/kde/kde/patch/oxygen-gtk2 -rw-r--r-- 1 root root 211 2020-07-19 02:24 ./source/kde/kde/patch/oxygen-gtk2.patch -rw-r--r-- 1 root root 3558 2017-04-30 21:10 ./source/kde/kde/patch/oxygen-gtk2/oxygen-gtk2_KDEBUG_341181.patch @@ -8800,7 +8807,7 @@ drwxr-xr-x 2 root root 12288 2021-06-08 19:02 ./source/kde/kde/slack-desc -rw-r--r-- 1 root root 760 2020-11-01 20:11 ./source/kde/kde/slack-desc/zeroconf-ioslave drwxr-xr-x 7 root root 4096 2020-09-29 01:10 ./source/kde/kde/src drwxr-xr-x 2 root root 36864 2021-07-08 18:43 ./source/kde/kde/src/applications -drwxr-xr-x 2 root root 4096 2021-08-06 17:26 ./source/kde/kde/src/applications-extra +drwxr-xr-x 2 root root 4096 2021-08-06 17:27 ./source/kde/kde/src/applications-extra -rw-r--r-- 1 root root 230804 2021-03-03 22:04 ./source/kde/kde/src/applications-extra/alkimia-8.1.0.tar.xz -rw-r--r-- 1 root root 833 2021-03-03 22:04 ./source/kde/kde/src/applications-extra/alkimia-8.1.0.tar.xz.sig -rw-r--r-- 1 root root 55207684 2020-05-23 15:58 ./source/kde/kde/src/applications-extra/calligra-3.2.1.tar.xz @@ -9577,7 +9584,7 @@ drwxr-xr-x 2 root root 4096 2021-06-16 01:03 ./source/kde/kde/src/plasma- -rw-r--r-- 1 root root 488 2021-07-27 12:39 ./source/kde/kde/src/plasma/systemsettings-5.22.4.tar.xz.sig -rw-r--r-- 1 root root 87076 2021-07-27 12:40 ./source/kde/kde/src/plasma/xdg-desktop-portal-kde-5.22.4.tar.xz -rw-r--r-- 1 root root 488 2021-07-27 12:40 ./source/kde/kde/src/plasma/xdg-desktop-portal-kde-5.22.4.tar.xz.sig -drwxr-xr-x 363 root root 12288 2021-07-28 18:56 ./source/l +drwxr-xr-x 364 root root 12288 2021-08-07 18:29 ./source/l -rw-r--r-- 1 root root 5232 2021-04-06 18:12 ./source/l/FTBFSlog drwxr-xr-x 3 root root 4096 2021-02-13 05:31 ./source/l/GConf -rw-r--r-- 1 root root 1559904 2013-01-22 02:48 ./source/l/GConf/GConf-3.2.6.tar.xz @@ -10036,7 +10043,7 @@ drwxr-xr-x 2 root root 4096 2021-06-11 16:43 ./source/l/glib2 -rw-r--r-- 1 root root 999 2011-03-27 21:04 ./source/l/glib2/libglib2.csh -rw-r--r-- 1 root root 982 2008-03-18 07:08 ./source/l/glib2/libglib2.sh -rw-r--r-- 1 root root 860 2018-11-15 04:21 ./source/l/glib2/slack-desc -drwxr-xr-x 4 root root 4096 2021-04-01 23:34 ./source/l/glibc +drwxr-xr-x 4 root root 4096 2021-08-07 18:29 ./source/l/glibc -rw-r--r-- 1 root root 5660 2020-08-16 19:34 ./source/l/glibc/doinst.sh-aaa_glibc-solibs -rw-r--r-- 1 root root 5761 2020-08-16 19:34 ./source/l/glibc/doinst.sh-glibc -rw-r--r-- 1 root root 415 2021-01-17 00:43 ./source/l/glibc/glibc-2.32.en_US.no.am.pm.date.format.diff.gz @@ -10044,11 +10051,15 @@ drwxr-xr-x 4 root root 4096 2021-04-01 23:34 ./source/l/glibc -rw-r--r-- 1 root root 833 2021-02-01 19:21 ./source/l/glibc/glibc-2.33.tar.xz.sig -rw-r--r-- 1 root root 2617 2016-08-08 14:05 ./source/l/glibc/glibc-c-utf8-locale.patch.gz -rwxr-xr-x 1 root root 174 2004-08-09 06:21 ./source/l/glibc/glibc-cvs-checkout.sh --rwxr-xr-x 1 root root 16081 2021-04-01 23:11 ./source/l/glibc/glibc.SlackBuild +-rwxr-xr-x 1 root root 16081 2021-08-07 18:19 ./source/l/glibc/glibc.SlackBuild -rw-r--r-- 1 root root 312 2019-02-16 20:06 ./source/l/glibc/glibc.locale.no-archive.diff.gz -rw-r--r-- 1 root root 213 2006-08-22 06:33 ./source/l/glibc/glibc.ru_RU.CP1251.diff.gz -drwxr-xr-x 2 root root 4096 2021-04-01 23:15 ./source/l/glibc/patches +drwxr-xr-x 2 root root 4096 2021-08-07 18:19 ./source/l/glibc/patches -rw-r--r-- 1 root root 899 2021-02-09 19:43 ./source/l/glibc/patches/0001-nsswitch-return-result-when-nss-database-is-locked.patch.gz +-rw-r--r-- 1 root root 349 2021-08-07 18:22 ./source/l/glibc/patches/CVE-2021-27645.patch.gz +-rw-r--r-- 1 root root 1145 2021-08-07 18:16 ./source/l/glibc/patches/CVE-2021-33574_1.patch.gz +-rw-r--r-- 1 root root 901 2021-08-07 18:16 ./source/l/glibc/patches/CVE-2021-33574_2.patch.gz +-rw-r--r-- 1 root root 746 2021-08-07 18:18 ./source/l/glibc/patches/CVE-2021-35942.patch.gz -rw-r--r-- 1 root root 2959 2021-04-01 23:15 ./source/l/glibc/patches/cdc31409bd4f878577059e70dbd52a28643ec609.patch.gz drwxr-xr-x 2 root root 4096 2006-09-14 06:32 ./source/l/glibc/profile.d -rwxr-xr-x 1 root root 328 2011-03-27 21:19 ./source/l/glibc/profile.d/glibc.csh.new @@ -10766,6 +10777,11 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/l/libunwind -rw-r--r-- 1 root root 518384 2020-11-10 16:29 ./source/l/libunwind/libunwind-1.5.0.tar.lz -rwxr-xr-x 1 root root 4888 2021-02-13 05:32 ./source/l/libunwind/libunwind.SlackBuild -rw-r--r-- 1 root root 1168 2018-02-27 06:12 ./source/l/libunwind/slack-desc +drwxr-xr-x 2 root root 4096 2021-08-07 18:00 ./source/l/liburing +-rw-r--r-- 1 root root 109510 2021-08-07 17:50 ./source/l/liburing/liburing-2.0.tar.lz +-rwxr-xr-x 1 root root 4066 2021-08-07 17:57 ./source/l/liburing/liburing.SlackBuild +-rw-r--r-- 1 root root 37 2021-08-07 17:50 ./source/l/liburing/liburing.url +-rw-r--r-- 1 root root 883 2021-08-07 17:53 ./source/l/liburing/slack-desc drwxr-xr-x 2 root root 4096 2021-04-16 18:12 ./source/l/libusb drwxr-xr-x 2 root root 4096 2021-05-17 18:17 ./source/l/libusb-compat -rw-r--r-- 1 root root 250976 2018-08-20 00:48 ./source/l/libusb-compat/libusb-compat-0.1.7.tar.lz @@ -11764,9 +11780,9 @@ drwxr-xr-x 2 root root 4096 2021-04-25 18:48 ./source/n/dnsmasq -rw-r--r-- 1 root root 345 2021-04-25 18:48 ./source/n/dnsmasq/doinst.sh.gz -rw-r--r-- 1 root root 383 2021-04-25 18:44 ./source/n/dnsmasq/rc.dnsmasq.gz -rw-r--r-- 1 root root 898 2018-02-27 06:13 ./source/n/dnsmasq/slack-desc -drwxr-xr-x 2 root root 4096 2021-06-21 17:42 ./source/n/dovecot +drwxr-xr-x 2 root root 4096 2021-08-07 17:42 ./source/n/dovecot -rw-r--r-- 1 root root 574 2020-02-12 17:48 ./source/n/dovecot/doinst.sh.gz --rw-r--r-- 1 root root 4424034 2021-06-18 10:29 ./source/n/dovecot/dovecot-2.3.15.tar.lz +-rw-r--r-- 1 root root 4452195 2021-08-06 10:54 ./source/n/dovecot/dovecot-2.3.16.tar.lz -rwxr-xr-x 1 root root 6193 2021-06-21 17:42 ./source/n/dovecot/dovecot.SlackBuild -rw-r--r-- 1 root root 498 2017-11-15 01:04 ./source/n/dovecot/dovecot.config.README.diff.gz -rw-r--r-- 1 root root 650 2018-01-31 23:05 ./source/n/dovecot/dovecot.default.shadow.auth.diff.gz @@ -12012,27 +12028,27 @@ drwxr-xr-x 2 root root 4096 2021-08-06 17:28 ./source/n/libqmi -rw-r--r-- 1 root root 1237944 2021-08-05 08:52 ./source/n/libqmi/libqmi-1.30.0.tar.xz -rw-r--r-- 1 root root 195 2021-08-05 08:52 ./source/n/libqmi/libqmi-1.30.0.tar.xz.asc -rwxr-xr-x 1 root root 4359 2021-02-15 20:14 ./source/n/libqmi/libqmi.SlackBuild --rw-r--r-- 1 root root 785 2018-02-27 06:13 ./source/n/libqmi/slack-desc -drwxr-xr-x 2 root root 4096 2021-05-11 18:31 ./source/n/libtirpc --rw-r--r-- 1 root root 269 2015-12-13 21:15 ./source/n/libtirpc/doinst.sh.gz --rw-r--r-- 1 root root 404464 2021-05-10 18:08 ./source/n/libtirpc/libtirpc-1.3.2.tar.lz --rwxr-xr-x 1 root root 5350 2021-05-11 18:31 ./source/n/libtirpc/libtirpc.SlackBuild --rw-r--r-- 1 root root 790 2019-12-22 18:36 ./source/n/libtirpc/slack-desc -drwxr-xr-x 2 root root 4096 2021-05-24 16:56 ./source/n/links --rw-r--r-- 1 root root 6153793 2021-05-23 19:36 ./source/n/links/links-2.23.tar.lz --rwxr-xr-x 1 root root 3962 2021-03-18 18:37 ./source/n/links/links.SlackBuild --rw-r--r-- 1 root root 36 2018-05-16 20:42 ./source/n/links/links.url --rw-r--r-- 1 root root 898 2018-02-27 06:13 ./source/n/links/slack-desc -drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/lynx --rw-r--r-- 1 root root 264 2017-05-29 19:39 ./source/n/lynx/doinst.sh.gz --rw-r--r-- 1 root root 1124 2018-02-19 16:18 ./source/n/lynx/lynx-CVE-2008-4690.patch.gz --rwxr-xr-x 1 root root 4909 2021-02-13 05:32 ./source/n/lynx/lynx.SlackBuild --rw-r--r-- 1 root root 376 2018-04-10 06:53 ./source/n/lynx/lynx.cfg.diff.gz --rw-r--r-- 1 root root 46 2020-08-06 18:28 ./source/n/lynx/lynx.url --rw-r--r-- 1 root root 2214673 2018-07-08 16:51 ./source/n/lynx/lynx2.8.9rel.1.tar.lz --rw-r--r-- 1 root root 947 2018-11-29 19:17 ./source/n/lynx/slack-desc -drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/mcabber --rw-r--r-- 1 root root 527531 2020-09-19 14:28 ./source/n/mcabber/mcabber-1.1.2.tar.lz +-rw-r--r-- 1 root root 785 2018-02-27 06:13 ./source/n/libqmi/slack-desc +drwxr-xr-x 2 root root 4096 2021-05-11 18:31 ./source/n/libtirpc +-rw-r--r-- 1 root root 269 2015-12-13 21:15 ./source/n/libtirpc/doinst.sh.gz +-rw-r--r-- 1 root root 404464 2021-05-10 18:08 ./source/n/libtirpc/libtirpc-1.3.2.tar.lz +-rwxr-xr-x 1 root root 5350 2021-05-11 18:31 ./source/n/libtirpc/libtirpc.SlackBuild +-rw-r--r-- 1 root root 790 2019-12-22 18:36 ./source/n/libtirpc/slack-desc +drwxr-xr-x 2 root root 4096 2021-05-24 16:56 ./source/n/links +-rw-r--r-- 1 root root 6153793 2021-05-23 19:36 ./source/n/links/links-2.23.tar.lz +-rwxr-xr-x 1 root root 3962 2021-03-18 18:37 ./source/n/links/links.SlackBuild +-rw-r--r-- 1 root root 36 2018-05-16 20:42 ./source/n/links/links.url +-rw-r--r-- 1 root root 898 2018-02-27 06:13 ./source/n/links/slack-desc +drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/lynx +-rw-r--r-- 1 root root 264 2017-05-29 19:39 ./source/n/lynx/doinst.sh.gz +-rw-r--r-- 1 root root 1124 2018-02-19 16:18 ./source/n/lynx/lynx-CVE-2008-4690.patch.gz +-rwxr-xr-x 1 root root 4909 2021-02-13 05:32 ./source/n/lynx/lynx.SlackBuild +-rw-r--r-- 1 root root 376 2018-04-10 06:53 ./source/n/lynx/lynx.cfg.diff.gz +-rw-r--r-- 1 root root 46 2020-08-06 18:28 ./source/n/lynx/lynx.url +-rw-r--r-- 1 root root 2214673 2018-07-08 16:51 ./source/n/lynx/lynx2.8.9rel.1.tar.lz +-rw-r--r-- 1 root root 947 2018-11-29 19:17 ./source/n/lynx/slack-desc +drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/mcabber +-rw-r--r-- 1 root root 527531 2020-09-19 14:28 ./source/n/mcabber/mcabber-1.1.2.tar.lz -rwxr-xr-x 1 root root 4277 2021-02-13 05:32 ./source/n/mcabber/mcabber.SlackBuild -rw-r--r-- 1 root root 856 2020-09-08 02:25 ./source/n/mcabber/slack-desc drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/metamail @@ -14316,8 +14332,8 @@ drwxr-xr-x 2 root root 4096 2021-08-05 05:16 ./source/xap/blackbox -rw-r--r-- 1 root root 887 2018-11-07 23:03 ./source/xap/blackbox/slack-desc -rw-r--r-- 1 root root 221 2012-08-08 17:58 ./source/xap/blackbox/startblackbox.gz -rw-r--r-- 1 root root 341 2012-08-08 17:58 ./source/xap/blackbox/xinitrc.blackbox.gz -drwxr-xr-x 2 root root 4096 2021-06-06 20:13 ./source/xap/blueman --rw-r--r-- 1 root root 1570992 2021-06-01 09:18 ./source/xap/blueman/blueman-2.2.1.tar.xz +drwxr-xr-x 2 root root 4096 2021-08-07 17:41 ./source/xap/blueman +-rw-r--r-- 1 root root 1560516 2021-08-06 21:24 ./source/xap/blueman/blueman-2.2.2.tar.xz -rwxr-xr-x 1 root root 4831 2021-06-06 20:13 ./source/xap/blueman/blueman.SlackBuild -rw-r--r-- 1 root root 361 2020-06-23 19:52 ./source/xap/blueman/blueman.allow.access.to.netdev.group.diff.gz -rw-r--r-- 1 root root 200 2020-06-23 19:57 ./source/xap/blueman/doinst.sh.gz diff --git a/recompress.sh b/recompress.sh index 9de22ef14..8ae27aadb 100755 --- a/recompress.sh +++ b/recompress.sh @@ -696,6 +696,10 @@ gzip ./source/l/glibc/glibc.ru_RU.CP1251.diff gzip ./source/l/glibc/glibc.locale.no-archive.diff gzip ./source/l/glibc/patches/0001-nsswitch-return-result-when-nss-database-is-locked.patch gzip ./source/l/glibc/patches/cdc31409bd4f878577059e70dbd52a28643ec609.patch +gzip ./source/l/glibc/patches/CVE-2021-33574_2.patch +gzip ./source/l/glibc/patches/CVE-2021-27645.patch +gzip ./source/l/glibc/patches/CVE-2021-35942.patch +gzip ./source/l/glibc/patches/CVE-2021-33574_1.patch gzip ./source/l/glibc/glibc-c-utf8-locale.patch gzip ./source/l/glibc/glibc-2.32.en_US.no.am.pm.date.format.diff gzip ./source/l/fuse/doinst.sh diff --git a/slackware64/l/maketag b/slackware64/l/maketag index 28592ab86..9e6bd710a 100644 --- a/slackware64/l/maketag +++ b/slackware64/l/maketag @@ -239,6 +239,7 @@ you are done." 22 74 10 \ "libtiff" "Tag Image File format library" "on" \ "libunistring" "GNU Unicode string library" "on" \ "libunwind" "API to determine the call-chain of a program" "on" \ +"liburing" "io_uring instance library" "on" \ "libusb" "A library for accessing USB devices" "on" \ "libusb-compat" "Compat library for the old libusb API/ABI" "on" \ "libusbmuxd" "iOS USB connection library" "on" \ @@ -382,7 +383,7 @@ if [ $? = 1 -o $? = 255 ]; then rm -f $TMP/SeTpkgs > $TMP/SeTnewtag for pkg in \ -GConf LibRaw M2Crypto Mako PyQt5 QScintilla QtAV SDL2 SDL2_gfx SDL2_image SDL2_mixer SDL2_net SDL2_ttf a52dec aalib accountsservice adwaita-icon-theme alsa-lib alsa-oss alsa-plugins apr apr-util argon2 aspell aspell-en at-spi2-atk at-spi2-core atk atkmm audiofile babl boost brotli cairo cairomm cfitsio chmlib clucene cryfs cryptopp db48 dbus-glib dbus-python dconf dconf-editor desktop-file-utils djvulibre dotconf dvdauthor ebook-tools editorconfig-core-c eigen2 eigen3 elfutils enchant esound espeak-ng exiv2 expat farstream ffmpeg fftw fluidsynth freecell-solver freetype frei0r-plugins fribidi fuse fuse3 gamin gc gcr gd gdbm gdk-pixbuf2 gdk-pixbuf2-xlib gegl gexiv2 giflib gjs glade glib glib-networking glib2 glibc glibc-i18n glibc-profile glibmm gmime gmm gmp gnome-keyring gnome-themes-extra gnu-efi gobject-introspection grantlee graphene graphite2 gsettings-desktop-schemas gsl gst-plugins-base gst-plugins-good gst-plugins-libav gstreamer gtk+ gtk+2 gtk+3 gtkmm2 gtkmm3 gtksourceview3 gtkspell gvfs harfbuzz hicolor-icon-theme hunspell hyphen icon-naming-utils icu4c id3lib imagemagick isl iso-codes jansson jasper jemalloc jmtpfs json-c json-glib judy kdsoap keybinder3 keyutils lame lcms lcms2 lensfun libaio libao libappindicator libarchive libasyncns libatasmart libbluray libburn libcaca libcanberra libcap libcap-ng libcddb libcdio libcdio-paranoia libclc libcue libdbusmenu libdbusmenu-qt libdiscid libdmtx libdvdnav libdvdread libedit libevent libexif libfakekey libffi libglade libgnome-keyring libgnt libgphoto2 libgpod libgsf libgtop libical libid3tag libidl libidn libidn2 libieee1284 libimobiledevice libindicator libiodbc libjpeg-turbo libkarma libmad libmcrypt libmng libmpc libmtp libnice libnih libnjb libnl libnl3 libnotify libnsl libnss_nis libodfgen libogg liboggz liboil libopusenc libpcap libplist libpng libproxy libpsl libqalculate libraw1394 librevenge librsvg libsamplerate libsass libsecret libsigc++ libsigc++3 libsigsegv libsndfile libsodium libsoup libspectre libssh libssh2 libtasn1 libtheora libtiff libunistring libunwind libusb libusb-compat libusbmuxd libuv libvisio libvisual libvisual-plugins libvncserver libvorbis libvpx libwebp libwmf libwnck libwnck3 libwpd libwpg libxkbcommon libxklavier libxml2 libxslt libyaml libzip lmdb loudmouth lz4 lzo media-player-info mhash mlt mm mozilla-nss mozjs78 mpfr ncurses neon netpbm newt ocl-icd oniguruma openal-soft opencv openexr openjpeg opus opusfile orc pango pangomm parted pcaudiolib pcre pcre2 phonon phonon-backend-gstreamer pilot-link pipewire polkit polkit-gnome polkit-qt-1 poppler poppler-data popt pulseaudio pycairo pycups pycurl pygobject pygobject3 pygtk pyparsing python-appdirs python-certifi python-chardet python-charset-normalizer python-distro python-dnspython python-docutils python-future python-idna python-markdown python-notify2 python-packaging python-pillow python-ply python-pygments python-pysol_cards python-random2 python-requests python-sane python-six python-urllib3 python2-module-collection qca qrencode qt5 qt5-webkit qtkeychain quazip readline rpcsvc-proto rttr rubygem-asciidoctor sbc sdl serf sg3_utils shared-desktop-ontologies shared-mime-info sip slang slang1 sound-theme-freedesktop speech-dispatcher speex speexdsp spirv-llvm-translator startup-notification svgalib system-config-printer t1lib taglib taglib-extras talloc tango-icon-theme tango-icon-theme-extras tdb tevent tidy-html5 utf8proc v4l-utils vid.stab vte wavpack woff2 xapian-core xxHash zlib zstd \ +GConf LibRaw M2Crypto Mako PyQt5 QScintilla QtAV SDL2 SDL2_gfx SDL2_image SDL2_mixer SDL2_net SDL2_ttf a52dec aalib accountsservice adwaita-icon-theme alsa-lib alsa-oss alsa-plugins apr apr-util argon2 aspell aspell-en at-spi2-atk at-spi2-core atk atkmm audiofile babl boost brotli cairo cairomm cfitsio chmlib clucene cryfs cryptopp db48 dbus-glib dbus-python dconf dconf-editor desktop-file-utils djvulibre dotconf dvdauthor ebook-tools editorconfig-core-c eigen2 eigen3 elfutils enchant esound espeak-ng exiv2 expat farstream ffmpeg fftw fluidsynth freecell-solver freetype frei0r-plugins fribidi fuse fuse3 gamin gc gcr gd gdbm gdk-pixbuf2 gdk-pixbuf2-xlib gegl gexiv2 giflib gjs glade glib glib-networking glib2 glibc glibc-i18n glibc-profile glibmm gmime gmm gmp gnome-keyring gnome-themes-extra gnu-efi gobject-introspection grantlee graphene graphite2 gsettings-desktop-schemas gsl gst-plugins-base gst-plugins-good gst-plugins-libav gstreamer gtk+ gtk+2 gtk+3 gtkmm2 gtkmm3 gtksourceview3 gtkspell gvfs harfbuzz hicolor-icon-theme hunspell hyphen icon-naming-utils icu4c id3lib imagemagick isl iso-codes jansson jasper jemalloc jmtpfs json-c json-glib judy kdsoap keybinder3 keyutils lame lcms lcms2 lensfun libaio libao libappindicator libarchive libasyncns libatasmart libbluray libburn libcaca libcanberra libcap libcap-ng libcddb libcdio libcdio-paranoia libclc libcue libdbusmenu libdbusmenu-qt libdiscid libdmtx libdvdnav libdvdread libedit libevent libexif libfakekey libffi libglade libgnome-keyring libgnt libgphoto2 libgpod libgsf libgtop libical libid3tag libidl libidn libidn2 libieee1284 libimobiledevice libindicator libiodbc libjpeg-turbo libkarma libmad libmcrypt libmng libmpc libmtp libnice libnih libnjb libnl libnl3 libnotify libnsl libnss_nis libodfgen libogg liboggz liboil libopusenc libpcap libplist libpng libproxy libpsl libqalculate libraw1394 librevenge librsvg libsamplerate libsass libsecret libsigc++ libsigc++3 libsigsegv libsndfile libsodium libsoup libspectre libssh libssh2 libtasn1 libtheora libtiff libunistring libunwind liburing libusb libusb-compat libusbmuxd libuv libvisio libvisual libvisual-plugins libvncserver libvorbis libvpx libwebp libwmf libwnck libwnck3 libwpd libwpg libxkbcommon libxklavier libxml2 libxslt libyaml libzip lmdb loudmouth lz4 lzo media-player-info mhash mlt mm mozilla-nss mozjs78 mpfr ncurses neon netpbm newt ocl-icd oniguruma openal-soft opencv openexr openjpeg opus opusfile orc pango pangomm parted pcaudiolib pcre pcre2 phonon phonon-backend-gstreamer pilot-link pipewire polkit polkit-gnome polkit-qt-1 poppler poppler-data popt pulseaudio pycairo pycups pycurl pygobject pygobject3 pygtk pyparsing python-appdirs python-certifi python-chardet python-charset-normalizer python-distro python-dnspython python-docutils python-future python-idna python-markdown python-notify2 python-packaging python-pillow python-ply python-pygments python-pysol_cards python-random2 python-requests python-sane python-six python-urllib3 python2-module-collection qca qrencode qt5 qt5-webkit qtkeychain quazip readline rpcsvc-proto rttr rubygem-asciidoctor sbc sdl serf sg3_utils shared-desktop-ontologies shared-mime-info sip slang slang1 sound-theme-freedesktop speech-dispatcher speex speexdsp spirv-llvm-translator startup-notification svgalib system-config-printer t1lib taglib taglib-extras talloc tango-icon-theme tango-icon-theme-extras tdb tevent tidy-html5 utf8proc v4l-utils vid.stab vte wavpack woff2 xapian-core xxHash zlib zstd \ ; do echo "$pkg: SKP" >> $TMP/SeTnewtag done @@ -390,7 +391,7 @@ GConf LibRaw M2Crypto Mako PyQt5 QScintilla QtAV SDL2 SDL2_gfx SDL2_image SDL2_m fi cat /dev/null > $TMP/SeTnewtag for PACKAGE in \ -GConf LibRaw M2Crypto Mako PyQt5 QScintilla QtAV SDL2 SDL2_gfx SDL2_image SDL2_mixer SDL2_net SDL2_ttf a52dec aalib accountsservice adwaita-icon-theme alsa-lib alsa-oss alsa-plugins apr apr-util argon2 aspell aspell-en at-spi2-atk at-spi2-core atk atkmm audiofile babl boost brotli cairo cairomm cfitsio chmlib clucene cryfs cryptopp db48 dbus-glib dbus-python dconf dconf-editor desktop-file-utils djvulibre dotconf dvdauthor ebook-tools editorconfig-core-c eigen2 eigen3 elfutils enchant esound espeak-ng exiv2 expat farstream ffmpeg fftw fluidsynth freecell-solver freetype frei0r-plugins fribidi fuse fuse3 gamin gc gcr gd gdbm gdk-pixbuf2 gdk-pixbuf2-xlib gegl gexiv2 giflib gjs glade glib glib-networking glib2 glibc glibc-i18n glibc-profile glibmm gmime gmm gmp gnome-keyring gnome-themes-extra gnu-efi gobject-introspection grantlee graphene graphite2 gsettings-desktop-schemas gsl gst-plugins-base gst-plugins-good gst-plugins-libav gstreamer gtk+ gtk+2 gtk+3 gtkmm2 gtkmm3 gtksourceview3 gtkspell gvfs harfbuzz hicolor-icon-theme hunspell hyphen icon-naming-utils icu4c id3lib imagemagick isl iso-codes jansson jasper jemalloc jmtpfs json-c json-glib judy kdsoap keybinder3 keyutils lame lcms lcms2 lensfun libaio libao libappindicator libarchive libasyncns libatasmart libbluray libburn libcaca libcanberra libcap libcap-ng libcddb libcdio libcdio-paranoia libclc libcue libdbusmenu libdbusmenu-qt libdiscid libdmtx libdvdnav libdvdread libedit libevent libexif libfakekey libffi libglade libgnome-keyring libgnt libgphoto2 libgpod libgsf libgtop libical libid3tag libidl libidn libidn2 libieee1284 libimobiledevice libindicator libiodbc libjpeg-turbo libkarma libmad libmcrypt libmng libmpc libmtp libnice libnih libnjb libnl libnl3 libnotify libnsl libnss_nis libodfgen libogg liboggz liboil libopusenc libpcap libplist libpng libproxy libpsl libqalculate libraw1394 librevenge librsvg libsamplerate libsass libsecret libsigc++ libsigc++3 libsigsegv libsndfile libsodium libsoup libspectre libssh libssh2 libtasn1 libtheora libtiff libunistring libunwind libusb libusb-compat libusbmuxd libuv libvisio libvisual libvisual-plugins libvncserver libvorbis libvpx libwebp libwmf libwnck libwnck3 libwpd libwpg libxkbcommon libxklavier libxml2 libxslt libyaml libzip lmdb loudmouth lz4 lzo media-player-info mhash mlt mm mozilla-nss mozjs78 mpfr ncurses neon netpbm newt ocl-icd oniguruma openal-soft opencv openexr openjpeg opus opusfile orc pango pangomm parted pcaudiolib pcre pcre2 phonon phonon-backend-gstreamer pilot-link pipewire polkit polkit-gnome polkit-qt-1 poppler poppler-data popt pulseaudio pycairo pycups pycurl pygobject pygobject3 pygtk pyparsing python-appdirs python-certifi python-chardet python-charset-normalizer python-distro python-dnspython python-docutils python-future python-idna python-markdown python-notify2 python-packaging python-pillow python-ply python-pygments python-pysol_cards python-random2 python-requests python-sane python-six python-urllib3 python2-module-collection qca qrencode qt5 qt5-webkit qtkeychain quazip readline rpcsvc-proto rttr rubygem-asciidoctor sbc sdl serf sg3_utils shared-desktop-ontologies shared-mime-info sip slang slang1 sound-theme-freedesktop speech-dispatcher speex speexdsp spirv-llvm-translator startup-notification svgalib system-config-printer t1lib taglib taglib-extras talloc tango-icon-theme tango-icon-theme-extras tdb tevent tidy-html5 utf8proc v4l-utils vid.stab vte wavpack woff2 xapian-core xxHash zlib zstd \ +GConf LibRaw M2Crypto Mako PyQt5 QScintilla QtAV SDL2 SDL2_gfx SDL2_image SDL2_mixer SDL2_net SDL2_ttf a52dec aalib accountsservice adwaita-icon-theme alsa-lib alsa-oss alsa-plugins apr apr-util argon2 aspell aspell-en at-spi2-atk at-spi2-core atk atkmm audiofile babl boost brotli cairo cairomm cfitsio chmlib clucene cryfs cryptopp db48 dbus-glib dbus-python dconf dconf-editor desktop-file-utils djvulibre dotconf dvdauthor ebook-tools editorconfig-core-c eigen2 eigen3 elfutils enchant esound espeak-ng exiv2 expat farstream ffmpeg fftw fluidsynth freecell-solver freetype frei0r-plugins fribidi fuse fuse3 gamin gc gcr gd gdbm gdk-pixbuf2 gdk-pixbuf2-xlib gegl gexiv2 giflib gjs glade glib glib-networking glib2 glibc glibc-i18n glibc-profile glibmm gmime gmm gmp gnome-keyring gnome-themes-extra gnu-efi gobject-introspection grantlee graphene graphite2 gsettings-desktop-schemas gsl gst-plugins-base gst-plugins-good gst-plugins-libav gstreamer gtk+ gtk+2 gtk+3 gtkmm2 gtkmm3 gtksourceview3 gtkspell gvfs harfbuzz hicolor-icon-theme hunspell hyphen icon-naming-utils icu4c id3lib imagemagick isl iso-codes jansson jasper jemalloc jmtpfs json-c json-glib judy kdsoap keybinder3 keyutils lame lcms lcms2 lensfun libaio libao libappindicator libarchive libasyncns libatasmart libbluray libburn libcaca libcanberra libcap libcap-ng libcddb libcdio libcdio-paranoia libclc libcue libdbusmenu libdbusmenu-qt libdiscid libdmtx libdvdnav libdvdread libedit libevent libexif libfakekey libffi libglade libgnome-keyring libgnt libgphoto2 libgpod libgsf libgtop libical libid3tag libidl libidn libidn2 libieee1284 libimobiledevice libindicator libiodbc libjpeg-turbo libkarma libmad libmcrypt libmng libmpc libmtp libnice libnih libnjb libnl libnl3 libnotify libnsl libnss_nis libodfgen libogg liboggz liboil libopusenc libpcap libplist libpng libproxy libpsl libqalculate libraw1394 librevenge librsvg libsamplerate libsass libsecret libsigc++ libsigc++3 libsigsegv libsndfile libsodium libsoup libspectre libssh libssh2 libtasn1 libtheora libtiff libunistring libunwind liburing libusb libusb-compat libusbmuxd libuv libvisio libvisual libvisual-plugins libvncserver libvorbis libvpx libwebp libwmf libwnck libwnck3 libwpd libwpg libxkbcommon libxklavier libxml2 libxslt libyaml libzip lmdb loudmouth lz4 lzo media-player-info mhash mlt mm mozilla-nss mozjs78 mpfr ncurses neon netpbm newt ocl-icd oniguruma openal-soft opencv openexr openjpeg opus opusfile orc pango pangomm parted pcaudiolib pcre pcre2 phonon phonon-backend-gstreamer pilot-link pipewire polkit polkit-gnome polkit-qt-1 poppler poppler-data popt pulseaudio pycairo pycups pycurl pygobject pygobject3 pygtk pyparsing python-appdirs python-certifi python-chardet python-charset-normalizer python-distro python-dnspython python-docutils python-future python-idna python-markdown python-notify2 python-packaging python-pillow python-ply python-pygments python-pysol_cards python-random2 python-requests python-sane python-six python-urllib3 python2-module-collection qca qrencode qt5 qt5-webkit qtkeychain quazip readline rpcsvc-proto rttr rubygem-asciidoctor sbc sdl serf sg3_utils shared-desktop-ontologies shared-mime-info sip slang slang1 sound-theme-freedesktop speech-dispatcher speex speexdsp spirv-llvm-translator startup-notification svgalib system-config-printer t1lib taglib taglib-extras talloc tango-icon-theme tango-icon-theme-extras tdb tevent tidy-html5 utf8proc v4l-utils vid.stab vte wavpack woff2 xapian-core xxHash zlib zstd \ ; do if grep "\(^\| \)$PACKAGE\( \|$\)" $TMP/SeTpkgs 1> /dev/null 2> /dev/null ; then echo "$PACKAGE: ADD" >> $TMP/SeTnewtag diff --git a/slackware64/l/maketag.ez b/slackware64/l/maketag.ez index 28592ab86..9e6bd710a 100644 --- a/slackware64/l/maketag.ez +++ b/slackware64/l/maketag.ez @@ -239,6 +239,7 @@ you are done." 22 74 10 \ "libtiff" "Tag Image File format library" "on" \ "libunistring" "GNU Unicode string library" "on" \ "libunwind" "API to determine the call-chain of a program" "on" \ +"liburing" "io_uring instance library" "on" \ "libusb" "A library for accessing USB devices" "on" \ "libusb-compat" "Compat library for the old libusb API/ABI" "on" \ "libusbmuxd" "iOS USB connection library" "on" \ @@ -382,7 +383,7 @@ if [ $? = 1 -o $? = 255 ]; then rm -f $TMP/SeTpkgs > $TMP/SeTnewtag for pkg in \ -GConf LibRaw M2Crypto Mako PyQt5 QScintilla QtAV SDL2 SDL2_gfx SDL2_image SDL2_mixer SDL2_net SDL2_ttf a52dec aalib accountsservice adwaita-icon-theme alsa-lib alsa-oss alsa-plugins apr apr-util argon2 aspell aspell-en at-spi2-atk at-spi2-core atk atkmm audiofile babl boost brotli cairo cairomm cfitsio chmlib clucene cryfs cryptopp db48 dbus-glib dbus-python dconf dconf-editor desktop-file-utils djvulibre dotconf dvdauthor ebook-tools editorconfig-core-c eigen2 eigen3 elfutils enchant esound espeak-ng exiv2 expat farstream ffmpeg fftw fluidsynth freecell-solver freetype frei0r-plugins fribidi fuse fuse3 gamin gc gcr gd gdbm gdk-pixbuf2 gdk-pixbuf2-xlib gegl gexiv2 giflib gjs glade glib glib-networking glib2 glibc glibc-i18n glibc-profile glibmm gmime gmm gmp gnome-keyring gnome-themes-extra gnu-efi gobject-introspection grantlee graphene graphite2 gsettings-desktop-schemas gsl gst-plugins-base gst-plugins-good gst-plugins-libav gstreamer gtk+ gtk+2 gtk+3 gtkmm2 gtkmm3 gtksourceview3 gtkspell gvfs harfbuzz hicolor-icon-theme hunspell hyphen icon-naming-utils icu4c id3lib imagemagick isl iso-codes jansson jasper jemalloc jmtpfs json-c json-glib judy kdsoap keybinder3 keyutils lame lcms lcms2 lensfun libaio libao libappindicator libarchive libasyncns libatasmart libbluray libburn libcaca libcanberra libcap libcap-ng libcddb libcdio libcdio-paranoia libclc libcue libdbusmenu libdbusmenu-qt libdiscid libdmtx libdvdnav libdvdread libedit libevent libexif libfakekey libffi libglade libgnome-keyring libgnt libgphoto2 libgpod libgsf libgtop libical libid3tag libidl libidn libidn2 libieee1284 libimobiledevice libindicator libiodbc libjpeg-turbo libkarma libmad libmcrypt libmng libmpc libmtp libnice libnih libnjb libnl libnl3 libnotify libnsl libnss_nis libodfgen libogg liboggz liboil libopusenc libpcap libplist libpng libproxy libpsl libqalculate libraw1394 librevenge librsvg libsamplerate libsass libsecret libsigc++ libsigc++3 libsigsegv libsndfile libsodium libsoup libspectre libssh libssh2 libtasn1 libtheora libtiff libunistring libunwind libusb libusb-compat libusbmuxd libuv libvisio libvisual libvisual-plugins libvncserver libvorbis libvpx libwebp libwmf libwnck libwnck3 libwpd libwpg libxkbcommon libxklavier libxml2 libxslt libyaml libzip lmdb loudmouth lz4 lzo media-player-info mhash mlt mm mozilla-nss mozjs78 mpfr ncurses neon netpbm newt ocl-icd oniguruma openal-soft opencv openexr openjpeg opus opusfile orc pango pangomm parted pcaudiolib pcre pcre2 phonon phonon-backend-gstreamer pilot-link pipewire polkit polkit-gnome polkit-qt-1 poppler poppler-data popt pulseaudio pycairo pycups pycurl pygobject pygobject3 pygtk pyparsing python-appdirs python-certifi python-chardet python-charset-normalizer python-distro python-dnspython python-docutils python-future python-idna python-markdown python-notify2 python-packaging python-pillow python-ply python-pygments python-pysol_cards python-random2 python-requests python-sane python-six python-urllib3 python2-module-collection qca qrencode qt5 qt5-webkit qtkeychain quazip readline rpcsvc-proto rttr rubygem-asciidoctor sbc sdl serf sg3_utils shared-desktop-ontologies shared-mime-info sip slang slang1 sound-theme-freedesktop speech-dispatcher speex speexdsp spirv-llvm-translator startup-notification svgalib system-config-printer t1lib taglib taglib-extras talloc tango-icon-theme tango-icon-theme-extras tdb tevent tidy-html5 utf8proc v4l-utils vid.stab vte wavpack woff2 xapian-core xxHash zlib zstd \ +GConf LibRaw M2Crypto Mako PyQt5 QScintilla QtAV SDL2 SDL2_gfx SDL2_image SDL2_mixer SDL2_net SDL2_ttf a52dec aalib accountsservice adwaita-icon-theme alsa-lib alsa-oss alsa-plugins apr apr-util argon2 aspell aspell-en at-spi2-atk at-spi2-core atk atkmm audiofile babl boost brotli cairo cairomm cfitsio chmlib clucene cryfs cryptopp db48 dbus-glib dbus-python dconf dconf-editor desktop-file-utils djvulibre dotconf dvdauthor ebook-tools editorconfig-core-c eigen2 eigen3 elfutils enchant esound espeak-ng exiv2 expat farstream ffmpeg fftw fluidsynth freecell-solver freetype frei0r-plugins fribidi fuse fuse3 gamin gc gcr gd gdbm gdk-pixbuf2 gdk-pixbuf2-xlib gegl gexiv2 giflib gjs glade glib glib-networking glib2 glibc glibc-i18n glibc-profile glibmm gmime gmm gmp gnome-keyring gnome-themes-extra gnu-efi gobject-introspection grantlee graphene graphite2 gsettings-desktop-schemas gsl gst-plugins-base gst-plugins-good gst-plugins-libav gstreamer gtk+ gtk+2 gtk+3 gtkmm2 gtkmm3 gtksourceview3 gtkspell gvfs harfbuzz hicolor-icon-theme hunspell hyphen icon-naming-utils icu4c id3lib imagemagick isl iso-codes jansson jasper jemalloc jmtpfs json-c json-glib judy kdsoap keybinder3 keyutils lame lcms lcms2 lensfun libaio libao libappindicator libarchive libasyncns libatasmart libbluray libburn libcaca libcanberra libcap libcap-ng libcddb libcdio libcdio-paranoia libclc libcue libdbusmenu libdbusmenu-qt libdiscid libdmtx libdvdnav libdvdread libedit libevent libexif libfakekey libffi libglade libgnome-keyring libgnt libgphoto2 libgpod libgsf libgtop libical libid3tag libidl libidn libidn2 libieee1284 libimobiledevice libindicator libiodbc libjpeg-turbo libkarma libmad libmcrypt libmng libmpc libmtp libnice libnih libnjb libnl libnl3 libnotify libnsl libnss_nis libodfgen libogg liboggz liboil libopusenc libpcap libplist libpng libproxy libpsl libqalculate libraw1394 librevenge librsvg libsamplerate libsass libsecret libsigc++ libsigc++3 libsigsegv libsndfile libsodium libsoup libspectre libssh libssh2 libtasn1 libtheora libtiff libunistring libunwind liburing libusb libusb-compat libusbmuxd libuv libvisio libvisual libvisual-plugins libvncserver libvorbis libvpx libwebp libwmf libwnck libwnck3 libwpd libwpg libxkbcommon libxklavier libxml2 libxslt libyaml libzip lmdb loudmouth lz4 lzo media-player-info mhash mlt mm mozilla-nss mozjs78 mpfr ncurses neon netpbm newt ocl-icd oniguruma openal-soft opencv openexr openjpeg opus opusfile orc pango pangomm parted pcaudiolib pcre pcre2 phonon phonon-backend-gstreamer pilot-link pipewire polkit polkit-gnome polkit-qt-1 poppler poppler-data popt pulseaudio pycairo pycups pycurl pygobject pygobject3 pygtk pyparsing python-appdirs python-certifi python-chardet python-charset-normalizer python-distro python-dnspython python-docutils python-future python-idna python-markdown python-notify2 python-packaging python-pillow python-ply python-pygments python-pysol_cards python-random2 python-requests python-sane python-six python-urllib3 python2-module-collection qca qrencode qt5 qt5-webkit qtkeychain quazip readline rpcsvc-proto rttr rubygem-asciidoctor sbc sdl serf sg3_utils shared-desktop-ontologies shared-mime-info sip slang slang1 sound-theme-freedesktop speech-dispatcher speex speexdsp spirv-llvm-translator startup-notification svgalib system-config-printer t1lib taglib taglib-extras talloc tango-icon-theme tango-icon-theme-extras tdb tevent tidy-html5 utf8proc v4l-utils vid.stab vte wavpack woff2 xapian-core xxHash zlib zstd \ ; do echo "$pkg: SKP" >> $TMP/SeTnewtag done @@ -390,7 +391,7 @@ GConf LibRaw M2Crypto Mako PyQt5 QScintilla QtAV SDL2 SDL2_gfx SDL2_image SDL2_m fi cat /dev/null > $TMP/SeTnewtag for PACKAGE in \ -GConf LibRaw M2Crypto Mako PyQt5 QScintilla QtAV SDL2 SDL2_gfx SDL2_image SDL2_mixer SDL2_net SDL2_ttf a52dec aalib accountsservice adwaita-icon-theme alsa-lib alsa-oss alsa-plugins apr apr-util argon2 aspell aspell-en at-spi2-atk at-spi2-core atk atkmm audiofile babl boost brotli cairo cairomm cfitsio chmlib clucene cryfs cryptopp db48 dbus-glib dbus-python dconf dconf-editor desktop-file-utils djvulibre dotconf dvdauthor ebook-tools editorconfig-core-c eigen2 eigen3 elfutils enchant esound espeak-ng exiv2 expat farstream ffmpeg fftw fluidsynth freecell-solver freetype frei0r-plugins fribidi fuse fuse3 gamin gc gcr gd gdbm gdk-pixbuf2 gdk-pixbuf2-xlib gegl gexiv2 giflib gjs glade glib glib-networking glib2 glibc glibc-i18n glibc-profile glibmm gmime gmm gmp gnome-keyring gnome-themes-extra gnu-efi gobject-introspection grantlee graphene graphite2 gsettings-desktop-schemas gsl gst-plugins-base gst-plugins-good gst-plugins-libav gstreamer gtk+ gtk+2 gtk+3 gtkmm2 gtkmm3 gtksourceview3 gtkspell gvfs harfbuzz hicolor-icon-theme hunspell hyphen icon-naming-utils icu4c id3lib imagemagick isl iso-codes jansson jasper jemalloc jmtpfs json-c json-glib judy kdsoap keybinder3 keyutils lame lcms lcms2 lensfun libaio libao libappindicator libarchive libasyncns libatasmart libbluray libburn libcaca libcanberra libcap libcap-ng libcddb libcdio libcdio-paranoia libclc libcue libdbusmenu libdbusmenu-qt libdiscid libdmtx libdvdnav libdvdread libedit libevent libexif libfakekey libffi libglade libgnome-keyring libgnt libgphoto2 libgpod libgsf libgtop libical libid3tag libidl libidn libidn2 libieee1284 libimobiledevice libindicator libiodbc libjpeg-turbo libkarma libmad libmcrypt libmng libmpc libmtp libnice libnih libnjb libnl libnl3 libnotify libnsl libnss_nis libodfgen libogg liboggz liboil libopusenc libpcap libplist libpng libproxy libpsl libqalculate libraw1394 librevenge librsvg libsamplerate libsass libsecret libsigc++ libsigc++3 libsigsegv libsndfile libsodium libsoup libspectre libssh libssh2 libtasn1 libtheora libtiff libunistring libunwind libusb libusb-compat libusbmuxd libuv libvisio libvisual libvisual-plugins libvncserver libvorbis libvpx libwebp libwmf libwnck libwnck3 libwpd libwpg libxkbcommon libxklavier libxml2 libxslt libyaml libzip lmdb loudmouth lz4 lzo media-player-info mhash mlt mm mozilla-nss mozjs78 mpfr ncurses neon netpbm newt ocl-icd oniguruma openal-soft opencv openexr openjpeg opus opusfile orc pango pangomm parted pcaudiolib pcre pcre2 phonon phonon-backend-gstreamer pilot-link pipewire polkit polkit-gnome polkit-qt-1 poppler poppler-data popt pulseaudio pycairo pycups pycurl pygobject pygobject3 pygtk pyparsing python-appdirs python-certifi python-chardet python-charset-normalizer python-distro python-dnspython python-docutils python-future python-idna python-markdown python-notify2 python-packaging python-pillow python-ply python-pygments python-pysol_cards python-random2 python-requests python-sane python-six python-urllib3 python2-module-collection qca qrencode qt5 qt5-webkit qtkeychain quazip readline rpcsvc-proto rttr rubygem-asciidoctor sbc sdl serf sg3_utils shared-desktop-ontologies shared-mime-info sip slang slang1 sound-theme-freedesktop speech-dispatcher speex speexdsp spirv-llvm-translator startup-notification svgalib system-config-printer t1lib taglib taglib-extras talloc tango-icon-theme tango-icon-theme-extras tdb tevent tidy-html5 utf8proc v4l-utils vid.stab vte wavpack woff2 xapian-core xxHash zlib zstd \ +GConf LibRaw M2Crypto Mako PyQt5 QScintilla QtAV SDL2 SDL2_gfx SDL2_image SDL2_mixer SDL2_net SDL2_ttf a52dec aalib accountsservice adwaita-icon-theme alsa-lib alsa-oss alsa-plugins apr apr-util argon2 aspell aspell-en at-spi2-atk at-spi2-core atk atkmm audiofile babl boost brotli cairo cairomm cfitsio chmlib clucene cryfs cryptopp db48 dbus-glib dbus-python dconf dconf-editor desktop-file-utils djvulibre dotconf dvdauthor ebook-tools editorconfig-core-c eigen2 eigen3 elfutils enchant esound espeak-ng exiv2 expat farstream ffmpeg fftw fluidsynth freecell-solver freetype frei0r-plugins fribidi fuse fuse3 gamin gc gcr gd gdbm gdk-pixbuf2 gdk-pixbuf2-xlib gegl gexiv2 giflib gjs glade glib glib-networking glib2 glibc glibc-i18n glibc-profile glibmm gmime gmm gmp gnome-keyring gnome-themes-extra gnu-efi gobject-introspection grantlee graphene graphite2 gsettings-desktop-schemas gsl gst-plugins-base gst-plugins-good gst-plugins-libav gstreamer gtk+ gtk+2 gtk+3 gtkmm2 gtkmm3 gtksourceview3 gtkspell gvfs harfbuzz hicolor-icon-theme hunspell hyphen icon-naming-utils icu4c id3lib imagemagick isl iso-codes jansson jasper jemalloc jmtpfs json-c json-glib judy kdsoap keybinder3 keyutils lame lcms lcms2 lensfun libaio libao libappindicator libarchive libasyncns libatasmart libbluray libburn libcaca libcanberra libcap libcap-ng libcddb libcdio libcdio-paranoia libclc libcue libdbusmenu libdbusmenu-qt libdiscid libdmtx libdvdnav libdvdread libedit libevent libexif libfakekey libffi libglade libgnome-keyring libgnt libgphoto2 libgpod libgsf libgtop libical libid3tag libidl libidn libidn2 libieee1284 libimobiledevice libindicator libiodbc libjpeg-turbo libkarma libmad libmcrypt libmng libmpc libmtp libnice libnih libnjb libnl libnl3 libnotify libnsl libnss_nis libodfgen libogg liboggz liboil libopusenc libpcap libplist libpng libproxy libpsl libqalculate libraw1394 librevenge librsvg libsamplerate libsass libsecret libsigc++ libsigc++3 libsigsegv libsndfile libsodium libsoup libspectre libssh libssh2 libtasn1 libtheora libtiff libunistring libunwind liburing libusb libusb-compat libusbmuxd libuv libvisio libvisual libvisual-plugins libvncserver libvorbis libvpx libwebp libwmf libwnck libwnck3 libwpd libwpg libxkbcommon libxklavier libxml2 libxslt libyaml libzip lmdb loudmouth lz4 lzo media-player-info mhash mlt mm mozilla-nss mozjs78 mpfr ncurses neon netpbm newt ocl-icd oniguruma openal-soft opencv openexr openjpeg opus opusfile orc pango pangomm parted pcaudiolib pcre pcre2 phonon phonon-backend-gstreamer pilot-link pipewire polkit polkit-gnome polkit-qt-1 poppler poppler-data popt pulseaudio pycairo pycups pycurl pygobject pygobject3 pygtk pyparsing python-appdirs python-certifi python-chardet python-charset-normalizer python-distro python-dnspython python-docutils python-future python-idna python-markdown python-notify2 python-packaging python-pillow python-ply python-pygments python-pysol_cards python-random2 python-requests python-sane python-six python-urllib3 python2-module-collection qca qrencode qt5 qt5-webkit qtkeychain quazip readline rpcsvc-proto rttr rubygem-asciidoctor sbc sdl serf sg3_utils shared-desktop-ontologies shared-mime-info sip slang slang1 sound-theme-freedesktop speech-dispatcher speex speexdsp spirv-llvm-translator startup-notification svgalib system-config-printer t1lib taglib taglib-extras talloc tango-icon-theme tango-icon-theme-extras tdb tevent tidy-html5 utf8proc v4l-utils vid.stab vte wavpack woff2 xapian-core xxHash zlib zstd \ ; do if grep "\(^\| \)$PACKAGE\( \|$\)" $TMP/SeTpkgs 1> /dev/null 2> /dev/null ; then echo "$PACKAGE: ADD" >> $TMP/SeTnewtag diff --git a/slackware64/l/tagfile b/slackware64/l/tagfile index a8a2992e7..f97cc19ab 100644 --- a/slackware64/l/tagfile +++ b/slackware64/l/tagfile @@ -224,6 +224,7 @@ libtheora:REC libtiff:REC libunistring:REC libunwind:REC +liburing:REC libusb:REC libusb-compat:REC libusbmuxd:REC diff --git a/source/a/usbutils/usbutils.SlackBuild b/source/a/usbutils/usbutils.SlackBuild index e7794c87d..a8e1dfdf0 100755 --- a/source/a/usbutils/usbutils.SlackBuild +++ b/source/a/usbutils/usbutils.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=usbutils VERSION=${VERSION:-$(echo usbutils-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} diff --git a/source/kde/kde/patch/calligra.patch b/source/kde/kde/patch/calligra.patch index 8e93a639c..380aaa942 100644 --- a/source/kde/kde/patch/calligra.patch +++ b/source/kde/kde/patch/calligra.patch @@ -1,3 +1,4 @@ # Fix blank page in calligragemini cat $CWD/patch/calligra/calligragemini_fix_blank_page_without_libgit2.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } cat $CWD/patch/calligra/0053-Partial-update-of-Commit-62f51070-to-make-it-compile.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } +cat $CWD/patch/calligra/calligra-gcc11.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } diff --git a/source/kde/kde/patch/calligra/calligra-gcc11.patch b/source/kde/kde/patch/calligra/calligra-gcc11.patch new file mode 100644 index 000000000..c47895822 --- /dev/null +++ b/source/kde/kde/patch/calligra/calligra-gcc11.patch @@ -0,0 +1,48 @@ +diff --git a/filters/sheets/excel/sidewinder/chartsubstreamhandler.cpp b/filters/sheets/excel/sidewinder/chartsubstreamhandler.cpp +index feac1c6..5739328 100644 +--- a/filters/sheets/excel/sidewinder/chartsubstreamhandler.cpp ++++ b/filters/sheets/excel/sidewinder/chartsubstreamhandler.cpp +@@ -19,6 +19,7 @@ + Boston, MA 02110-1301, USA + */ + ++#include + #include "chartsubstreamhandler.h" + #include "globalssubstreamhandler.h" + #include "worksheetsubstreamhandler.h" +diff --git a/filters/sheets/excel/sidewinder/objects.cpp b/filters/sheets/excel/sidewinder/objects.cpp +index 7531dd7..6cbca37 100644 +--- a/filters/sheets/excel/sidewinder/objects.cpp ++++ b/filters/sheets/excel/sidewinder/objects.cpp +@@ -17,6 +17,7 @@ + Boston, MA 02110-1301, USA + */ + ++#include + #include "objects.h" + + #include "generated/simpleParser.h" +diff --git a/filters/sheets/excel/sidewinder/utils.h b/filters/sheets/excel/sidewinder/utils.h +index 6e012b2..61d7624 100644 +--- a/filters/sheets/excel/sidewinder/utils.h ++++ b/filters/sheets/excel/sidewinder/utils.h +@@ -23,6 +23,7 @@ + + #include "value.h" + #include ++#include + + #include + #include +diff --git a/filters/sheets/excel/sidewinder/value.cpp b/filters/sheets/excel/sidewinder/value.cpp +index bfa3351..3007058 100644 +--- a/filters/sheets/excel/sidewinder/value.cpp ++++ b/filters/sheets/excel/sidewinder/value.cpp +@@ -17,6 +17,7 @@ + * Boston, MA 02110-1301, USA + */ + ++#include + #include "value.h" + #include "utils.h" + diff --git a/source/kde/kde/patch/kwave.patch b/source/kde/kde/patch/kwave.patch new file mode 100644 index 000000000..e2c07b02d --- /dev/null +++ b/source/kde/kde/patch/kwave.patch @@ -0,0 +1 @@ +cat $CWD/patch/kwave/kwave.gcc11.limits.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } diff --git a/source/kde/kde/patch/kwave/kwave.gcc11.limits.patch b/source/kde/kde/patch/kwave/kwave.gcc11.limits.patch new file mode 100644 index 000000000..09df72a97 --- /dev/null +++ b/source/kde/kde/patch/kwave/kwave.gcc11.limits.patch @@ -0,0 +1,10 @@ +--- ./plugins/codec_wav/WavDecoder.cpp.orig 2021-07-05 14:10:02.000000000 -0500 ++++ ./plugins/codec_wav/WavDecoder.cpp 2021-08-05 11:47:18.353814614 -0500 +@@ -18,6 +18,7 @@ + #include "config.h" + #include + #include ++#include + + #include + diff --git a/source/l/glibc/glibc.SlackBuild b/source/l/glibc/glibc.SlackBuild index 80e2f7e73..2efeaa18b 100755 --- a/source/l/glibc/glibc.SlackBuild +++ b/source/l/glibc/glibc.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=glibc VERSION=${VERSION:-$(echo glibc-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} CHECKOUT=${CHECKOUT:-""} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} # I was considering disabling NSCD, but MoZes talked me out of it. :) #DISABLE_NSCD=" --disable-nscd " diff --git a/source/l/glibc/patches/CVE-2021-27645.patch b/source/l/glibc/patches/CVE-2021-27645.patch new file mode 100644 index 000000000..c568dd16b --- /dev/null +++ b/source/l/glibc/patches/CVE-2021-27645.patch @@ -0,0 +1,20 @@ +--- ./nscd/netgroupcache.c.orig 2021-08-07 13:20:02.459057859 -0500 ++++ ./nscd/netgroupcache.c 2021-08-07 13:22:08.983060689 -0500 +@@ -248,7 +248,7 @@ + : NULL); + ndomain = (ndomain ? newbuf + ndomaindiff + : NULL); +- buffer = newbuf; ++ *tofreep = buffer = newbuf; + } + + nhost = memcpy (buffer + bufused, +@@ -319,7 +319,7 @@ + else if (status == NSS_STATUS_TRYAGAIN && e == ERANGE) + { + buflen *= 2; +- buffer = xrealloc (buffer, buflen); ++ *tofreep = buffer = xrealloc (buffer, buflen); + } + else if (status == NSS_STATUS_RETURN + || status == NSS_STATUS_NOTFOUND diff --git a/source/l/glibc/patches/CVE-2021-33574_1.patch b/source/l/glibc/patches/CVE-2021-33574_1.patch new file mode 100644 index 000000000..20f1889ce --- /dev/null +++ b/source/l/glibc/patches/CVE-2021-33574_1.patch @@ -0,0 +1,71 @@ +From 42d359350510506b87101cf77202fefcbfc790cb Mon Sep 17 00:00:00 2001 +From: Andreas Schwab +Date: Thu, 27 May 2021 12:49:47 +0200 +Subject: [PATCH] Use __pthread_attr_copy in mq_notify (bug 27896) + +Make a deep copy of the pthread attribute object to remove a potential +use-after-free issue. +--- + NEWS | 4 ++++ + sysdeps/unix/sysv/linux/mq_notify.c | 15 ++++++++++----- + 2 files changed, 14 insertions(+), 5 deletions(-) + +diff --git a/NEWS b/NEWS +index 6f4d325d55..1bf3daa502 100644 +--- a/NEWS ++++ b/NEWS +@@ -62,6 +62,10 @@ Security related changes: + potentially resulting in degraded service or Denial of Service on the + local system. Reported by Chris Schanzle. + ++ CVE-2021-33574: The mq_notify function has a potential use-after-free ++ issue when using a notification type of SIGEV_THREAD and a thread ++ attribute with a non-default affinity mask. ++ + The following bugs are resolved with this release: + + [The release manager will add the list generated by +diff --git a/sysdeps/unix/sysv/linux/mq_notify.c b/sysdeps/unix/sysv/linux/mq_notify.c +index cc575a0cdd..f7ddfe5a6c 100644 +--- a/sysdeps/unix/sysv/linux/mq_notify.c ++++ b/sysdeps/unix/sysv/linux/mq_notify.c +@@ -133,8 +133,11 @@ helper_thread (void *arg) + (void) __pthread_barrier_wait (¬ify_barrier); + } + else if (data.raw[NOTIFY_COOKIE_LEN - 1] == NOTIFY_REMOVED) +- /* The only state we keep is the copy of the thread attributes. */ +- free (data.attr); ++ { ++ /* The only state we keep is the copy of the thread attributes. */ ++ pthread_attr_destroy (data.attr); ++ free (data.attr); ++ } + } + return NULL; + } +@@ -255,8 +258,7 @@ mq_notify (mqd_t mqdes, const struct sigevent *notification) + if (data.attr == NULL) + return -1; + +- memcpy (data.attr, notification->sigev_notify_attributes, +- sizeof (pthread_attr_t)); ++ __pthread_attr_copy (data.attr, notification->sigev_notify_attributes); + } + + /* Construct the new request. */ +@@ -270,7 +272,10 @@ mq_notify (mqd_t mqdes, const struct sigevent *notification) + + /* If it failed, free the allocated memory. */ + if (__glibc_unlikely (retval != 0)) +- free (data.attr); ++ { ++ pthread_attr_destroy (data.attr); ++ free (data.attr); ++ } + + return retval; + } +-- +2.27.0 + + diff --git a/source/l/glibc/patches/CVE-2021-33574_2.patch b/source/l/glibc/patches/CVE-2021-33574_2.patch new file mode 100644 index 000000000..608dbfdc5 --- /dev/null +++ b/source/l/glibc/patches/CVE-2021-33574_2.patch @@ -0,0 +1,53 @@ +From 217b6dc298156bdb0d6aea9ea93e7e394a5ff091 Mon Sep 17 00:00:00 2001 +From: Florian Weimer +Date: Tue, 1 Jun 2021 17:51:41 +0200 +Subject: [PATCH] Fix use of __pthread_attr_copy in mq_notify (bug 27896) + +__pthread_attr_copy can fail and does not initialize the attribute +structure in that case. + +If __pthread_attr_copy is never called and there is no allocated +attribute, pthread_attr_destroy should not be called, otherwise +there is a null pointer dereference in rt/tst-mqueue6. + +Fixes commit 42d359350510506b87101cf77202fefcbfc790cb +("Use __pthread_attr_copy in mq_notify (bug 27896)"). + +Reviewed-by: Siddhesh Poyarekar +--- + sysdeps/unix/sysv/linux/mq_notify.c | 11 +++++++++-- + 1 file changed, 9 insertions(+), 2 deletions(-) + +diff --git a/sysdeps/unix/sysv/linux/mq_notify.c b/sysdeps/unix/sysv/linux/mq_notify.c +index f7ddfe5a6c..6f46d29d1d 100644 +--- a/sysdeps/unix/sysv/linux/mq_notify.c ++++ b/sysdeps/unix/sysv/linux/mq_notify.c +@@ -258,7 +258,14 @@ mq_notify (mqd_t mqdes, const struct sigevent *notification) + if (data.attr == NULL) + return -1; + +- __pthread_attr_copy (data.attr, notification->sigev_notify_attributes); ++ int ret = __pthread_attr_copy (data.attr, ++ notification->sigev_notify_attributes); ++ if (ret != 0) ++ { ++ free (data.attr); ++ __set_errno (ret); ++ return -1; ++ } + } + + /* Construct the new request. */ +@@ -271,7 +278,7 @@ mq_notify (mqd_t mqdes, const struct sigevent *notification) + int retval = INLINE_SYSCALL (mq_notify, 2, mqdes, &se); + + /* If it failed, free the allocated memory. */ +- if (__glibc_unlikely (retval != 0)) ++ if (retval != 0 && data.attr != NULL) + { + pthread_attr_destroy (data.attr); + free (data.attr); +-- +2.27.0 + + diff --git a/source/l/glibc/patches/CVE-2021-35942.patch b/source/l/glibc/patches/CVE-2021-35942.patch new file mode 100644 index 000000000..fde0fbdb3 --- /dev/null +++ b/source/l/glibc/patches/CVE-2021-35942.patch @@ -0,0 +1,41 @@ +From 5adda61f62b77384718b4c0d8336ade8f2b4b35c Mon Sep 17 00:00:00 2001 +From: Andreas Schwab +Date: Fri, 25 Jun 2021 15:02:47 +0200 +Subject: [PATCH] wordexp: handle overflow in positional parameter number (bug + 28011) + +Use strtoul instead of atoi so that overflow can be detected. +--- + posix/wordexp-test.c | 1 + + posix/wordexp.c | 2 +- + 2 files changed, 2 insertions(+), 1 deletion(-) + +diff --git a/posix/wordexp-test.c b/posix/wordexp-test.c +index f93a546d7e..9df02dbbb3 100644 +--- a/posix/wordexp-test.c ++++ b/posix/wordexp-test.c +@@ -183,6 +183,7 @@ struct test_case_struct + { 0, NULL, "$var", 0, 0, { NULL, }, IFS }, + { 0, NULL, "\"\\n\"", 0, 1, { "\\n", }, IFS }, + { 0, NULL, "", 0, 0, { NULL, }, IFS }, ++ { 0, NULL, "${1234567890123456789012}", 0, 0, { NULL, }, IFS }, + + /* Flags not already covered (testit() has special handling for these) */ + { 0, NULL, "one two", WRDE_DOOFFS, 2, { "one", "two", }, IFS }, +diff --git a/posix/wordexp.c b/posix/wordexp.c +index bcbe96e48d..1f3b09f721 100644 +--- a/posix/wordexp.c ++++ b/posix/wordexp.c +@@ -1399,7 +1399,7 @@ envsubst: + /* Is it a numeric parameter? */ + else if (isdigit (env[0])) + { +- int n = atoi (env); ++ unsigned long n = strtoul (env, NULL, 10); + + if (n >= __libc_argc) + /* Substitute NULL. */ +-- +2.27.0 + + diff --git a/source/l/liburing/liburing.SlackBuild b/source/l/liburing/liburing.SlackBuild new file mode 100755 index 000000000..4495478bf --- /dev/null +++ b/source/l/liburing/liburing.SlackBuild @@ -0,0 +1,135 @@ +#!/bin/bash + +# Copyright 2021 Patrick J. Volkerding, Sebeka, Minnesota, USA +# All rights reserved. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +cd $(dirname $0) ; CWD=$(pwd) + +PKGNAM=liburing +VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} +BUILD=${BUILD:-1} + +# Automatically determine the architecture we're building on: +if [ -z "$ARCH" ]; then + case "$(uname -m)" in + i?86) ARCH=i586 ;; + arm*) readelf /usr/bin/file -A | egrep -q "Tag_CPU.*[4,5]" && ARCH=arm || ARCH=armv7hl ;; + # Unless $ARCH is already set, use uname -m for all other archs: + *) ARCH=$(uname -m) ;; + esac + export ARCH +fi + +# 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 +# could be useful to other scripts. +if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then + echo "$PKGNAM-$VERSION-$ARCH-$BUILD.txz" + exit 0 +fi + +NUMJOBS=${NUMJOBS:-" -j $(expr $(nproc) + 1) "} + +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" + LIBDIRSUFFIX="" +elif [ "$ARCH" = "i686" ]; then + SLKCFLAGS="-O2 -march=i686" + LIBDIRSUFFIX="" +elif [ "$ARCH" = "s390" ]; then + SLKCFLAGS="-O2" + LIBDIRSUFFIX="" +elif [ "$ARCH" = "x86_64" ]; then + SLKCFLAGS="-O2 -fPIC" + LIBDIRSUFFIX="64" +elif [ "$ARCH" = "armv7hl" ]; then + SLKCFLAGS="-O3 -march=armv7-a -mfpu=vfpv3-d16" + LIBDIRSUFFIX="" +else + SLKCFLAGS="-O2" + LIBDIRSUFFIX="" +fi + +TMP=${TMP:-/tmp} +PKG=$TMP/package-$PKGNAM + +rm -rf $PKG +mkdir -p $TMP $PKG + +cd $TMP +rm -rf $PKGNAM-$VERSION +tar xvf $CWD/$PKGNAM-$VERSION.tar.?z || exit 1 +cd $PKGNAM-$VERSION || exit 1 + +chown -R root:root . +find . \ + \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ + -exec chmod 755 {} \+ -o \ + \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ + -exec chmod 644 {} \+ + +# Configure, build, and install: +if [ ! -r configure ]; then + if [ -x ./autogen.sh ]; then + NOCONFIGURE=1 ./autogen.sh + else + autoreconf -vif + fi +fi +CFLAGS="$SLKCFLAGS" \ +CXXFLAGS="$SLKCFLAGS" \ +./configure \ + --prefix=/usr \ + --libdir=/usr/lib${LIBDIRSUFFIX} \ + --libdevdir=/usr/lib${LIBDIRSUFFIX} \ + --includedir=/usr/include \ + --mandir=/usr/man \ + --datadir=/usr/share || exit 1 +make $NUMJOBS || make || exit 1 +make install DESTDIR=$PKG || exit 1 + +# Don't ship .la files: +rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la + +# Don't ship static library: +rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.a + +# Strip binaries: +find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null + +# Compress manual pages: +find $PKG/usr/man -type f -exec gzip -9 {} \+ +for i in $( find $PKG/usr/man -type l ) ; do + ln -s $( readlink $i ).gz $i.gz + rm $i +done + +# Add a documentation directory: +mkdir -p $PKG/usr/doc/${PKGNAM}-$VERSION +cp -a \ + COPYING* LICENSE* README* \ + examples \ + $PKG/usr/doc/${PKGNAM}-$VERSION + +mkdir -p $PKG/install +cat $CWD/slack-desc > $PKG/install/slack-desc + +cd $PKG +/sbin/makepkg -l y -c n $TMP/$PKGNAM-$VERSION-$ARCH-$BUILD.txz diff --git a/source/l/liburing/liburing.url b/source/l/liburing/liburing.url new file mode 100644 index 000000000..41b812b90 --- /dev/null +++ b/source/l/liburing/liburing.url @@ -0,0 +1 @@ +https://git.kernel.dk/cgit/liburing/ diff --git a/source/l/liburing/slack-desc b/source/l/liburing/slack-desc new file mode 100644 index 000000000..9e07a9fc4 --- /dev/null +++ b/source/l/liburing/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +liburing: liburing (io_uring instance library) +liburing: +liburing: This is the io_uring library, liburing. liburing provides helpers to +liburing: setup and teardown io_uring instances, and also a simplified interface +liburing: for applications that don't need (or want) to deal with the full +liburing: kernel side implementation. +liburing: +liburing: Homepage: https://git.kernel.dk/cgit/liburing/ +liburing: +liburing: +liburing: -- cgit v1.2.3