From a1ab0f4b02a0c3c9bd00b8623520d996473ae1a3 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Sat, 30 Nov 2024 20:51:05 +0000 Subject: [PATCH] Sat Nov 30 20:51:05 UTC 2024 a/btrfs-progs-6.12-x86_64-1.txz: Upgraded. a/pkgtools-15.1-noarch-19.txz: Rebuilt. make-kernel-backup: report the creation of symlinks. Thanks to Mechanikx. ap/mariadb-11.4.4-x86_64-5.txz: Rebuilt. Since /etc/default/mariadb skips SSL (--skip-ssl) by default, the client side needs to do this by default also. So we've added /etc/my.cnf.d/skip-ssl.cnf to configure this, and have added comments in both files about what to change in order to enable SSL for both the client and server. Thanks to TJ09. l/alsa-lib-1.2.13-x86_64-2.txz: Rebuilt. [PATCH] UCM2: Intel: sof-hda-dsp: Fix handling of empty sys_vendor. Thanks to fulalas. l/mozjs128-128.5.1esr-x86_64-1.txz: Upgraded. l/pulseaudio-17.0-x86_64-5.txz: Rebuilt. In the X11/Wayland startup files, test the configuration better to make sure that we actually wanted autospawn before assuming we should start pulseaudio manually because autospawn wasn't working. Thanks to crtlaltca for the bug report. xap/mozilla-firefox-128.5.1esr-x86_64-1.txz: Upgraded. This is a bugfix release. For more information, see: https://www.mozilla.org/en-US/firefox/128.5.1/releasenotes/ --- ChangeLog.rss | 36 ++++- ChangeLog.txt | 24 ++++ FILELIST.TXT | 136 +++++++++--------- source/a/pkgtools/pkgtools.SlackBuild | 2 +- source/a/pkgtools/scripts/make-kernel-backup | 2 + source/ap/mariadb/doinst.sh | 1 + source/ap/mariadb/mariadb.SlackBuild | 5 +- source/ap/mariadb/mariadb.default | 1 + source/ap/mariadb/skip-ssl.cnf | 9 ++ ...28a9a01e47fc9b48e4a566803752011902e2.patch | 34 +++++ source/l/alsa-lib/alsa-lib.SlackBuild | 9 +- .../l/pulseaudio/pulseaudio-autostart.patch | 35 +++-- source/l/pulseaudio/pulseaudio.SlackBuild | 13 +- 13 files changed, 216 insertions(+), 91 deletions(-) create mode 100644 source/ap/mariadb/skip-ssl.cnf create mode 100644 source/l/alsa-lib/11b028a9a01e47fc9b48e4a566803752011902e2.patch diff --git a/ChangeLog.rss b/ChangeLog.rss index 437cfcf4f..dbee08157 100644 --- a/ChangeLog.rss +++ b/ChangeLog.rss @@ -11,9 +11,41 @@ Tracking Slackware development in git. en-us urn:uuid:c964f45e-6732-11e8-bbe5-107b4450212f - Thu, 28 Nov 2024 21:47:57 GMT - Thu, 28 Nov 2024 22:35:06 GMT + Sat, 30 Nov 2024 20:51:05 GMT + Sat, 30 Nov 2024 21:42:28 GMT maintain_current_git.sh v 1.17 + + Sat, 30 Nov 2024 20:51:05 GMT + Sat, 30 Nov 2024 20:51:05 GMT + https://git.slackware.nl/current/tag/?h=20241130205105 + 20241130205105 + + +a/btrfs-progs-6.12-x86_64-1.txz: Upgraded. +a/pkgtools-15.1-noarch-19.txz: Rebuilt. + make-kernel-backup: report the creation of symlinks. Thanks to Mechanikx. +ap/mariadb-11.4.4-x86_64-5.txz: Rebuilt. + Since /etc/default/mariadb skips SSL (--skip-ssl) by default, the client side + needs to do this by default also. So we've added /etc/my.cnf.d/skip-ssl.cnf + to configure this, and have added comments in both files about what to change + in order to enable SSL for both the client and server. + Thanks to TJ09. +l/alsa-lib-1.2.13-x86_64-2.txz: Rebuilt. + [PATCH] UCM2: Intel: sof-hda-dsp: Fix handling of empty sys_vendor. + Thanks to fulalas. +l/mozjs128-128.5.1esr-x86_64-1.txz: Upgraded. +l/pulseaudio-17.0-x86_64-5.txz: Rebuilt. + In the X11/Wayland startup files, test the configuration better to make sure + that we actually wanted autospawn before assuming we should start pulseaudio + manually because autospawn wasn't working. + Thanks to crtlaltca for the bug report. +xap/mozilla-firefox-128.5.1esr-x86_64-1.txz: Upgraded. + This is a bugfix release. + For more information, see: + https://www.mozilla.org/en-US/firefox/128.5.1/releasenotes/ + ]]> + + Thu, 28 Nov 2024 21:47:57 GMT Thu, 28 Nov 2024 21:47:57 GMT diff --git a/ChangeLog.txt b/ChangeLog.txt index 4f1954005..393ac5ba6 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,27 @@ +Sat Nov 30 20:51:05 UTC 2024 +a/btrfs-progs-6.12-x86_64-1.txz: Upgraded. +a/pkgtools-15.1-noarch-19.txz: Rebuilt. + make-kernel-backup: report the creation of symlinks. Thanks to Mechanikx. +ap/mariadb-11.4.4-x86_64-5.txz: Rebuilt. + Since /etc/default/mariadb skips SSL (--skip-ssl) by default, the client side + needs to do this by default also. So we've added /etc/my.cnf.d/skip-ssl.cnf + to configure this, and have added comments in both files about what to change + in order to enable SSL for both the client and server. + Thanks to TJ09. +l/alsa-lib-1.2.13-x86_64-2.txz: Rebuilt. + [PATCH] UCM2: Intel: sof-hda-dsp: Fix handling of empty sys_vendor. + Thanks to fulalas. +l/mozjs128-128.5.1esr-x86_64-1.txz: Upgraded. +l/pulseaudio-17.0-x86_64-5.txz: Rebuilt. + In the X11/Wayland startup files, test the configuration better to make sure + that we actually wanted autospawn before assuming we should start pulseaudio + manually because autospawn wasn't working. + Thanks to crtlaltca for the bug report. +xap/mozilla-firefox-128.5.1esr-x86_64-1.txz: Upgraded. + This is a bugfix release. + For more information, see: + https://www.mozilla.org/en-US/firefox/128.5.1/releasenotes/ ++--------------------------+ Thu Nov 28 21:47:57 UTC 2024 Happy Thanksgiving to everyone celebrating, and happy Thursday to everyone else. I've been looking at this new fontconfig (and have run into some of the diff --git a/FILELIST.TXT b/FILELIST.TXT index 585e8231f..e9e02f94a 100644 --- a/FILELIST.TXT +++ b/FILELIST.TXT @@ -1,20 +1,20 @@ -Thu Nov 28 21:51:45 UTC 2024 +Sat Nov 30 20:56:30 UTC 2024 Here is the file list for this directory. If you are using a mirror site and find missing or extra files in the disk subdirectories, please have the archive administrator refresh the mirror. -drwxr-xr-x 12 root root 4096 2024-11-28 21:47 . +drwxr-xr-x 12 root root 4096 2024-11-30 20:51 . -rw-r--r-- 1 root root 5767 2022-02-02 22:44 ./ANNOUNCE.15.0 -rw-r--r-- 1 root root 16617 2022-02-02 23:27 ./CHANGES_AND_HINTS.TXT --rw-r--r-- 1 root root 1160621 2024-11-28 04:25 ./CHECKSUMS.md5 --rw-r--r-- 1 root root 195 2024-11-28 04:25 ./CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 1160772 2024-11-28 21:52 ./CHECKSUMS.md5 +-rw-r--r-- 1 root root 195 2024-11-28 21:52 ./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 1255945 2024-11-28 21:47 ./ChangeLog.txt +-rw-r--r-- 1 root root 1257163 2024-11-30 20:51 ./ChangeLog.txt drwxr-xr-x 3 root root 4096 2013-03-20 22:17 ./EFI drwxr-xr-x 2 root root 4096 2024-11-22 22:03 ./EFI/BOOT -rw-r--r-- 1 root root 1200128 2024-09-12 20:40 ./EFI/BOOT/bootx64.efi @@ -25,9 +25,9 @@ drwxr-xr-x 2 root root 4096 2024-11-22 22:03 ./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 1522710 2024-11-28 04:25 ./FILELIST.TXT +-rw-r--r-- 1 root root 1522897 2024-11-28 21:51 ./FILELIST.TXT -rw-r--r-- 1 root root 1572 2012-08-29 18:27 ./GPG-KEY --rw-r--r-- 1 root root 914395 2024-11-28 21:51 ./PACKAGES.TXT +-rw-r--r-- 1 root root 914395 2024-11-30 20:55 ./PACKAGES.TXT -rw-r--r-- 1 root root 8034 2022-02-02 03:36 ./README.TXT -rw-r--r-- 1 root root 2640 2024-11-22 21:41 ./README.initrd -rw-r--r-- 1 root root 34114 2023-12-11 20:35 ./README_CRYPT.TXT @@ -662,13 +662,13 @@ drwxr-xr-x 2 root root 4096 2022-02-03 07:02 ./patches -rw-r--r-- 1 root root 575 2022-02-03 07:02 ./patches/FILE_LIST -rw-r--r-- 1 root root 14 2022-02-03 07:02 ./patches/MANIFEST.bz2 -rw-r--r-- 1 root root 224 2022-02-03 07:02 ./patches/PACKAGES.TXT -drwxr-xr-x 17 root root 4096 2024-11-28 21:51 ./slackware64 --rw-r--r-- 1 root root 356921 2024-11-28 21:51 ./slackware64/CHECKSUMS.md5 --rw-r--r-- 1 root root 195 2024-11-28 21:51 ./slackware64/CHECKSUMS.md5.asc --rw-r--r-- 1 root root 441987 2024-11-28 21:50 ./slackware64/FILE_LIST --rw-r--r-- 1 root root 4816424 2024-11-28 21:50 ./slackware64/MANIFEST.bz2 +drwxr-xr-x 17 root root 4096 2024-11-30 20:56 ./slackware64 +-rw-r--r-- 1 root root 356921 2024-11-30 20:56 ./slackware64/CHECKSUMS.md5 +-rw-r--r-- 1 root root 195 2024-11-30 20:56 ./slackware64/CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 441987 2024-11-30 20:55 ./slackware64/FILE_LIST +-rw-r--r-- 1 root root 4818112 2024-11-30 20:55 ./slackware64/MANIFEST.bz2 lrwxrwxrwx 1 root root 15 2009-08-23 23:34 ./slackware64/PACKAGES.TXT -> ../PACKAGES.TXT -drwxr-xr-x 2 root root 32768 2024-11-28 21:50 ./slackware64/a +drwxr-xr-x 2 root root 32768 2024-11-30 20:55 ./slackware64/a -rw-r--r-- 1 root root 327 2022-02-15 18:16 ./slackware64/a/aaa_base-15.1-x86_64-2.txt -rw-r--r-- 1 root root 10720 2022-02-15 18:16 ./slackware64/a/aaa_base-15.1-x86_64-2.txz -rw-r--r-- 1 root root 163 2022-02-15 18:16 ./slackware64/a/aaa_base-15.1-x86_64-2.txz.asc @@ -699,9 +699,9 @@ drwxr-xr-x 2 root root 32768 2024-11-28 21:50 ./slackware64/a -rw-r--r-- 1 root root 226 2021-02-13 10:55 ./slackware64/a/bin-11.1-x86_64-5.txt -rw-r--r-- 1 root root 39244 2021-02-13 10:55 ./slackware64/a/bin-11.1-x86_64-5.txz -rw-r--r-- 1 root root 163 2021-02-13 10:55 ./slackware64/a/bin-11.1-x86_64-5.txz.asc --rw-r--r-- 1 root root 482 2024-09-18 17:27 ./slackware64/a/btrfs-progs-6.11-x86_64-1.txt --rw-r--r-- 1 root root 992580 2024-09-18 17:27 ./slackware64/a/btrfs-progs-6.11-x86_64-1.txz --rw-r--r-- 1 root root 195 2024-09-18 17:27 ./slackware64/a/btrfs-progs-6.11-x86_64-1.txz.asc +-rw-r--r-- 1 root root 482 2024-11-30 17:13 ./slackware64/a/btrfs-progs-6.12-x86_64-1.txt +-rw-r--r-- 1 root root 992496 2024-11-30 17:13 ./slackware64/a/btrfs-progs-6.12-x86_64-1.txz +-rw-r--r-- 1 root root 195 2024-11-30 17:13 ./slackware64/a/btrfs-progs-6.12-x86_64-1.txz.asc -rw-r--r-- 1 root root 477 2021-02-13 10:55 ./slackware64/a/bzip2-1.0.8-x86_64-3.txt -rw-r--r-- 1 root root 92456 2021-02-13 10:55 ./slackware64/a/bzip2-1.0.8-x86_64-3.txz -rw-r--r-- 1 root root 163 2021-02-13 10:55 ./slackware64/a/bzip2-1.0.8-x86_64-3.txz.asc @@ -946,9 +946,9 @@ drwxr-xr-x 2 root root 32768 2024-11-28 21:50 ./slackware64/a -rw-r--r-- 1 root root 450 2022-09-06 18:11 ./slackware64/a/pcmciautils-018-x86_64-5.txt -rw-r--r-- 1 root root 31360 2022-09-06 18:11 ./slackware64/a/pcmciautils-018-x86_64-5.txz -rw-r--r-- 1 root root 163 2022-09-06 18:11 ./slackware64/a/pcmciautils-018-x86_64-5.txz.asc --rw-r--r-- 1 root root 672 2024-11-28 20:30 ./slackware64/a/pkgtools-15.1-noarch-18.txt --rw-r--r-- 1 root root 200148 2024-11-28 20:30 ./slackware64/a/pkgtools-15.1-noarch-18.txz --rw-r--r-- 1 root root 195 2024-11-28 20:30 ./slackware64/a/pkgtools-15.1-noarch-18.txz.asc +-rw-r--r-- 1 root root 672 2024-11-30 19:58 ./slackware64/a/pkgtools-15.1-noarch-19.txt +-rw-r--r-- 1 root root 200148 2024-11-30 19:58 ./slackware64/a/pkgtools-15.1-noarch-19.txz +-rw-r--r-- 1 root root 195 2024-11-30 19:58 ./slackware64/a/pkgtools-15.1-noarch-19.txz.asc -rw-r--r-- 1 root root 523 2024-01-23 19:49 ./slackware64/a/plzip-1.11-x86_64-1.txt -rw-r--r-- 1 root root 64860 2024-01-23 19:49 ./slackware64/a/plzip-1.11-x86_64-1.txz -rw-r--r-- 1 root root 163 2024-01-23 19:49 ./slackware64/a/plzip-1.11-x86_64-1.txz.asc @@ -1055,7 +1055,7 @@ drwxr-xr-x 2 root root 32768 2024-11-28 21:50 ./slackware64/a -rw-r--r-- 1 root root 540 2024-01-15 21:54 ./slackware64/a/zoo-2.10_28-x86_64-1.txt -rw-r--r-- 1 root root 55448 2024-01-15 21:54 ./slackware64/a/zoo-2.10_28-x86_64-1.txz -rw-r--r-- 1 root root 163 2024-01-15 21:54 ./slackware64/a/zoo-2.10_28-x86_64-1.txz.asc -drwxr-xr-x 2 root root 20480 2024-11-28 00:20 ./slackware64/ap +drwxr-xr-x 2 root root 20480 2024-11-30 20:55 ./slackware64/ap -rw-r--r-- 1 root root 291 2024-03-14 19:01 ./slackware64/ap/a2ps-4.15.6-x86_64-1.txt -rw-r--r-- 1 root root 675492 2024-03-14 19:01 ./slackware64/ap/a2ps-4.15.6-x86_64-1.txz -rw-r--r-- 1 root root 195 2024-03-14 19:01 ./slackware64/ap/a2ps-4.15.6-x86_64-1.txz.asc @@ -1198,9 +1198,9 @@ drwxr-xr-x 2 root root 20480 2024-11-28 00:20 ./slackware64/ap -rw-r--r-- 1 root root 489 2024-06-18 00:51 ./slackware64/ap/man-pages-6.9.1-noarch-1.txt -rw-r--r-- 1 root root 3236332 2024-06-18 00:51 ./slackware64/ap/man-pages-6.9.1-noarch-1.txz -rw-r--r-- 1 root root 195 2024-06-18 00:51 ./slackware64/ap/man-pages-6.9.1-noarch-1.txz.asc --rw-r--r-- 1 root root 369 2024-11-26 20:33 ./slackware64/ap/mariadb-11.4.4-x86_64-4.txt --rw-r--r-- 1 root root 33178796 2024-11-26 20:33 ./slackware64/ap/mariadb-11.4.4-x86_64-4.txz --rw-r--r-- 1 root root 195 2024-11-26 20:33 ./slackware64/ap/mariadb-11.4.4-x86_64-4.txz.asc +-rw-r--r-- 1 root root 369 2024-11-30 20:13 ./slackware64/ap/mariadb-11.4.4-x86_64-5.txt +-rw-r--r-- 1 root root 33197832 2024-11-30 20:13 ./slackware64/ap/mariadb-11.4.4-x86_64-5.txz +-rw-r--r-- 1 root root 195 2024-11-30 20:13 ./slackware64/ap/mariadb-11.4.4-x86_64-5.txz.asc -rw-r--r-- 1 root root 489 2024-08-23 23:35 ./slackware64/ap/mc-4.8.32-x86_64-1.txt -rw-r--r-- 1 root root 1787176 2024-08-23 23:35 ./slackware64/ap/mc-4.8.32-x86_64-1.txz -rw-r--r-- 1 root root 195 2024-08-23 23:35 ./slackware64/ap/mc-4.8.32-x86_64-1.txz.asc @@ -2780,7 +2780,7 @@ drwxr-xr-x 2 root root 86016 2024-11-22 22:13 ./slackware64/kde -rw-r--r-- 1 root root 517 2024-02-15 21:47 ./slackware64/kde/zanshin-23.08.5-x86_64-1.txt -rw-r--r-- 1 root root 686104 2024-02-15 21:47 ./slackware64/kde/zanshin-23.08.5-x86_64-1.txz -rw-r--r-- 1 root root 163 2024-02-15 21:47 ./slackware64/kde/zanshin-23.08.5-x86_64-1.txz.asc -drwxr-xr-x 2 root root 102400 2024-11-28 21:50 ./slackware64/l +drwxr-xr-x 2 root root 102400 2024-11-30 20:55 ./slackware64/l -rw-r--r-- 1 root root 329 2022-03-06 20:00 ./slackware64/l/GConf-3.2.6-x86_64-8.txt -rw-r--r-- 1 root root 928144 2022-03-06 20:00 ./slackware64/l/GConf-3.2.6-x86_64-8.txz -rw-r--r-- 1 root root 163 2022-03-06 20:00 ./slackware64/l/GConf-3.2.6-x86_64-8.txz.asc @@ -2841,9 +2841,9 @@ drwxr-xr-x 2 root root 102400 2024-11-28 21:50 ./slackware64/l -rw-r--r-- 1 root root 532 2024-05-27 17:46 ./slackware64/l/adwaita-icon-theme-legacy-20240517_7642b10-noarch-1.txt -rw-r--r-- 1 root root 2131092 2024-05-27 17:46 ./slackware64/l/adwaita-icon-theme-legacy-20240517_7642b10-noarch-1.txz -rw-r--r-- 1 root root 195 2024-05-27 17:46 ./slackware64/l/adwaita-icon-theme-legacy-20240517_7642b10-noarch-1.txz.asc --rw-r--r-- 1 root root 401 2024-11-12 18:58 ./slackware64/l/alsa-lib-1.2.13-x86_64-1.txt --rw-r--r-- 1 root root 579336 2024-11-12 18:58 ./slackware64/l/alsa-lib-1.2.13-x86_64-1.txz --rw-r--r-- 1 root root 195 2024-11-12 18:58 ./slackware64/l/alsa-lib-1.2.13-x86_64-1.txz.asc +-rw-r--r-- 1 root root 401 2024-11-30 19:53 ./slackware64/l/alsa-lib-1.2.13-x86_64-2.txt +-rw-r--r-- 1 root root 579744 2024-11-30 19:53 ./slackware64/l/alsa-lib-1.2.13-x86_64-2.txz +-rw-r--r-- 1 root root 195 2024-11-30 19:53 ./slackware64/l/alsa-lib-1.2.13-x86_64-2.txz.asc -rw-r--r-- 1 root root 501 2021-02-13 06:12 ./slackware64/l/alsa-oss-1.1.8-x86_64-3.txt -rw-r--r-- 1 root root 32536 2021-02-13 06:12 ./slackware64/l/alsa-oss-1.1.8-x86_64-3.txz -rw-r--r-- 1 root root 163 2021-02-13 06:12 ./slackware64/l/alsa-oss-1.1.8-x86_64-3.txz.asc @@ -3658,9 +3658,9 @@ drwxr-xr-x 2 root root 102400 2024-11-28 21:50 ./slackware64/l -rw-r--r-- 1 root root 564 2024-11-22 19:58 ./slackware64/l/mozilla-nss-3.107-x86_64-1.txt -rw-r--r-- 1 root root 1905416 2024-11-22 19:58 ./slackware64/l/mozilla-nss-3.107-x86_64-1.txz -rw-r--r-- 1 root root 195 2024-11-22 19:58 ./slackware64/l/mozilla-nss-3.107-x86_64-1.txz.asc --rw-r--r-- 1 root root 410 2024-11-26 18:31 ./slackware64/l/mozjs128-128.5.0esr-x86_64-1.txt --rw-r--r-- 1 root root 7761800 2024-11-26 18:31 ./slackware64/l/mozjs128-128.5.0esr-x86_64-1.txz --rw-r--r-- 1 root root 195 2024-11-26 18:31 ./slackware64/l/mozjs128-128.5.0esr-x86_64-1.txz.asc +-rw-r--r-- 1 root root 410 2024-11-30 17:21 ./slackware64/l/mozjs128-128.5.1esr-x86_64-1.txt +-rw-r--r-- 1 root root 7762432 2024-11-30 17:21 ./slackware64/l/mozjs128-128.5.1esr-x86_64-1.txz +-rw-r--r-- 1 root root 195 2024-11-30 17:21 ./slackware64/l/mozjs128-128.5.1esr-x86_64-1.txz.asc -rw-r--r-- 1 root root 586 2023-08-22 19:00 ./slackware64/l/mpfr-4.2.1-x86_64-1.txt -rw-r--r-- 1 root root 428932 2023-08-22 19:00 ./slackware64/l/mpfr-4.2.1-x86_64-1.txz -rw-r--r-- 1 root root 163 2023-08-22 19:00 ./slackware64/l/mpfr-4.2.1-x86_64-1.txz.asc @@ -3763,9 +3763,9 @@ drwxr-xr-x 2 root root 102400 2024-11-28 21:50 ./slackware64/l -rw-r--r-- 1 root root 338 2024-11-22 00:55 ./slackware64/l/protobuf-28.3-x86_64-2.txt -rw-r--r-- 1 root root 3518000 2024-11-22 00:55 ./slackware64/l/protobuf-28.3-x86_64-2.txz -rw-r--r-- 1 root root 195 2024-11-22 00:55 ./slackware64/l/protobuf-28.3-x86_64-2.txz.asc --rw-r--r-- 1 root root 338 2024-07-13 17:08 ./slackware64/l/pulseaudio-17.0-x86_64-4.txt --rw-r--r-- 1 root root 1660388 2024-07-13 17:08 ./slackware64/l/pulseaudio-17.0-x86_64-4.txz --rw-r--r-- 1 root root 195 2024-07-13 17:08 ./slackware64/l/pulseaudio-17.0-x86_64-4.txz.asc +-rw-r--r-- 1 root root 338 2024-11-30 19:42 ./slackware64/l/pulseaudio-17.0-x86_64-5.txt +-rw-r--r-- 1 root root 1660528 2024-11-30 19:42 ./slackware64/l/pulseaudio-17.0-x86_64-5.txz +-rw-r--r-- 1 root root 195 2024-11-30 19:42 ./slackware64/l/pulseaudio-17.0-x86_64-5.txz.asc -rw-r--r-- 1 root root 294 2024-11-22 00:56 ./slackware64/l/pycairo-1.27.0-x86_64-2.txt -rw-r--r-- 1 root root 116516 2024-11-22 00:56 ./slackware64/l/pycairo-1.27.0-x86_64-2.txz -rw-r--r-- 1 root root 195 2024-11-22 00:56 ./slackware64/l/pycairo-1.27.0-x86_64-2.txz.asc @@ -5528,7 +5528,7 @@ drwxr-xr-x 2 root root 65536 2024-11-28 21:50 ./slackware64/x -rw-r--r-- 1 root root 213 2024-10-13 18:29 ./slackware64/x/xwud-1.0.7-x86_64-1.txt -rw-r--r-- 1 root root 26124 2024-10-13 18:29 ./slackware64/x/xwud-1.0.7-x86_64-1.txz -rw-r--r-- 1 root root 195 2024-10-13 18:29 ./slackware64/x/xwud-1.0.7-x86_64-1.txz.asc -drwxr-xr-x 2 root root 16384 2024-11-28 00:20 ./slackware64/xap +drwxr-xr-x 2 root root 16384 2024-11-30 20:55 ./slackware64/xap -rw-r--r-- 1 root root 625 2024-08-12 23:22 ./slackware64/xap/MPlayer-20240812-x86_64-1.txt -rw-r--r-- 1 root root 2722348 2024-08-12 23:22 ./slackware64/xap/MPlayer-20240812-x86_64-1.txz -rw-r--r-- 1 root root 195 2024-08-12 23:22 ./slackware64/xap/MPlayer-20240812-x86_64-1.txz.asc @@ -5605,9 +5605,9 @@ drwxr-xr-x 2 root root 16384 2024-11-28 00:20 ./slackware64/xap -rw-r--r-- 1 root root 163 2023-01-09 19:24 ./slackware64/xap/libnma-1.10.6-x86_64-1.txz.asc -rw-r--r-- 1 root root 4542 2024-05-31 18:46 ./slackware64/xap/maketag -rw-r--r-- 1 root root 4542 2024-05-31 18:46 ./slackware64/xap/maketag.ez --rw-r--r-- 1 root root 570 2024-11-26 18:48 ./slackware64/xap/mozilla-firefox-128.5.0esr-x86_64-1.txt --rw-r--r-- 1 root root 62245204 2024-11-26 18:48 ./slackware64/xap/mozilla-firefox-128.5.0esr-x86_64-1.txz --rw-r--r-- 1 root root 195 2024-11-26 18:48 ./slackware64/xap/mozilla-firefox-128.5.0esr-x86_64-1.txz.asc +-rw-r--r-- 1 root root 570 2024-11-29 17:34 ./slackware64/xap/mozilla-firefox-128.5.1esr-x86_64-1.txt +-rw-r--r-- 1 root root 62249592 2024-11-29 17:34 ./slackware64/xap/mozilla-firefox-128.5.1esr-x86_64-1.txz +-rw-r--r-- 1 root root 195 2024-11-29 17:34 ./slackware64/xap/mozilla-firefox-128.5.1esr-x86_64-1.txz.asc -rw-r--r-- 1 root root 663 2024-11-26 20:07 ./slackware64/xap/mozilla-thunderbird-128.5.0esr-x86_64-1.txt -rw-r--r-- 1 root root 64890468 2024-11-26 20:07 ./slackware64/xap/mozilla-thunderbird-128.5.0esr-x86_64-1.txz -rw-r--r-- 1 root root 195 2024-11-26 20:07 ./slackware64/xap/mozilla-thunderbird-128.5.0esr-x86_64-1.txz.asc @@ -5801,11 +5801,11 @@ drwxr-xr-x 2 root root 4096 2024-11-10 20:41 ./slackware64/y -rw-r--r-- 1 root root 1488844 2024-05-05 17:22 ./slackware64/y/nethack-3.6.7-x86_64-2.txz -rw-r--r-- 1 root root 195 2024-05-05 17:22 ./slackware64/y/nethack-3.6.7-x86_64-2.txz.asc -rw-r--r-- 1 root root 26 2020-12-30 21:55 ./slackware64/y/tagfile -drwxr-xr-x 18 root root 4096 2024-11-28 21:51 ./source --rw-r--r-- 1 root root 625924 2024-11-28 21:51 ./source/CHECKSUMS.md5 --rw-r--r-- 1 root root 195 2024-11-28 21:51 ./source/CHECKSUMS.md5.asc --rw-r--r-- 1 root root 876481 2024-11-28 21:51 ./source/FILE_LIST --rw-r--r-- 1 root root 30672966 2024-11-28 21:51 ./source/MANIFEST.bz2 +drwxr-xr-x 18 root root 4096 2024-11-30 20:56 ./source +-rw-r--r-- 1 root root 626078 2024-11-30 20:56 ./source/CHECKSUMS.md5 +-rw-r--r-- 1 root root 195 2024-11-30 20:56 ./source/CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 876668 2024-11-30 20:56 ./source/FILE_LIST +-rw-r--r-- 1 root root 30670609 2024-11-30 20:56 ./source/MANIFEST.bz2 -rw-r--r-- 1 root root 828 2022-02-02 04:43 ./source/README.TXT drwxr-xr-x 125 root root 4096 2024-11-26 19:11 ./source/a -rw-r--r-- 1 root root 339 2023-09-28 19:06 ./source/a/FTBFSlog @@ -5949,9 +5949,9 @@ drwxr-xr-x 2 root root 4096 2006-12-23 06:28 ./source/a/bin/scripts -rw-r--r-- 1 root root 595 1993-05-02 00:04 ./source/a/bin/scripts/xx.gz -rw-r--r-- 1 root root 677 2018-02-27 06:13 ./source/a/bin/slack-desc -rw-r--r-- 1 root root 2405 2024-05-11 03:54 ./source/a/bin/todos.tar.gz -drwxr-xr-x 2 root root 4096 2024-09-18 17:27 ./source/a/btrfs-progs --rw-r--r-- 1 root root 566 2024-09-17 14:59 ./source/a/btrfs-progs/btrfs-progs-v6.11.tar.sign --rw-r--r-- 1 root root 2695752 2024-09-17 14:59 ./source/a/btrfs-progs/btrfs-progs-v6.11.tar.xz +drwxr-xr-x 2 root root 4096 2024-11-30 17:13 ./source/a/btrfs-progs +-rw-r--r-- 1 root root 566 2024-11-29 19:26 ./source/a/btrfs-progs/btrfs-progs-v6.12.tar.sign +-rw-r--r-- 1 root root 2705336 2024-11-29 19:26 ./source/a/btrfs-progs/btrfs-progs-v6.12.tar.xz -rwxr-xr-x 1 root root 5247 2024-07-30 18:32 ./source/a/btrfs-progs/btrfs-progs.SlackBuild -rw-r--r-- 1 root root 66 2017-04-23 04:56 ./source/a/btrfs-progs/btrfs-progs.url -rw-r--r-- 1 root root 942 2018-11-04 19:06 ./source/a/btrfs-progs/slack-desc @@ -6663,11 +6663,11 @@ drwxr-xr-x 2 root root 4096 2019-10-04 06:20 ./source/a/pkgtools/manpages -rw-r--r-- 1 root root 2518 2021-04-19 18:25 ./source/a/pkgtools/manpages/pkgtool.8 -rw-r--r-- 1 root root 4140 2023-05-14 16:45 ./source/a/pkgtools/manpages/removepkg.8 -rw-r--r-- 1 root root 3048 2023-05-14 16:46 ./source/a/pkgtools/manpages/upgradepkg.8 --rwxr-xr-x 1 root root 4073 2024-11-28 20:30 ./source/a/pkgtools/pkgtools.SlackBuild +-rwxr-xr-x 1 root root 4073 2024-11-30 19:58 ./source/a/pkgtools/pkgtools.SlackBuild drwxr-xr-x 2 root root 4096 2024-11-01 17:09 ./source/a/pkgtools/scripts -rw-r--r-- 1 root root 3610 2021-04-24 18:44 ./source/a/pkgtools/scripts/explodepkg -rw-r--r-- 1 root root 28449 2024-08-09 02:48 ./source/a/pkgtools/scripts/installpkg --rw-r--r-- 1 root root 8058 2024-11-28 20:30 ./source/a/pkgtools/scripts/make-kernel-backup +-rw-r--r-- 1 root root 8262 2024-11-30 19:58 ./source/a/pkgtools/scripts/make-kernel-backup -rw-r--r-- 1 root root 13674 2021-04-24 18:44 ./source/a/pkgtools/scripts/makebootdisk -rw-r--r-- 1 root root 18237 2024-09-28 21:56 ./source/a/pkgtools/scripts/makepkg -rw-r--r-- 1 root root 4714 2021-04-24 18:44 ./source/a/pkgtools/scripts/pkgdiff @@ -7301,14 +7301,15 @@ drwxr-xr-x 2 root root 4096 2024-06-18 00:51 ./source/ap/man-pages -rwxr-xr-x 1 root root 4615 2024-05-20 17:43 ./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 2024-11-09 19:56 ./source/ap/mariadb --rw-r--r-- 1 root root 497 2024-11-09 19:28 ./source/ap/mariadb/doinst.sh.gz +drwxr-xr-x 2 root root 4096 2024-11-30 20:10 ./source/ap/mariadb +-rw-r--r-- 1 root root 505 2024-11-30 20:10 ./source/ap/mariadb/doinst.sh.gz -rw-r--r-- 1 root root 58749380 2024-10-30 14:38 ./source/ap/mariadb/mariadb-11.4.4.tar.lz -rw-r--r-- 1 root root 1078 2024-11-09 19:56 ./source/ap/mariadb/mariadb-install-db.no.systemd.instructions.diff --rwxr-xr-x 1 root root 8328 2024-11-26 20:26 ./source/ap/mariadb/mariadb.SlackBuild --rw-r--r-- 1 root root 376 2024-11-26 20:24 ./source/ap/mariadb/mariadb.default +-rwxr-xr-x 1 root root 8483 2024-11-30 20:10 ./source/ap/mariadb/mariadb.SlackBuild +-rw-r--r-- 1 root root 445 2024-11-30 20:08 ./source/ap/mariadb/mariadb.default -rw-r--r-- 1 root root 34 2015-05-07 18:51 ./source/ap/mariadb/mirror.url -rw-r--r-- 1 root root 2559 2024-11-09 20:05 ./source/ap/mariadb/rc.mysqld +-rw-r--r-- 1 root root 394 2024-11-30 20:09 ./source/ap/mariadb/skip-ssl.cnf -rw-r--r-- 1 root root 824 2018-02-27 06:12 ./source/ap/mariadb/slack-desc drwxr-xr-x 3 root root 4096 2024-08-23 23:33 ./source/ap/mc -rw-r--r-- 1 root root 825 2024-05-08 17:42 ./source/ap/mc/bogus.cflags.diff @@ -10107,7 +10108,7 @@ drwxr-xr-x 2 root root 4096 2024-11-03 22:56 ./source/kde/wcslib -rw-r--r-- 1 root root 2662768 2024-10-28 13:58 ./source/kde/wcslib/wcslib-8.4.tar.lz -rwxr-xr-x 1 root root 4397 2024-11-03 22:56 ./source/kde/wcslib/wcslib.SlackBuild -rw-r--r-- 1 root root 44 2023-11-17 18:29 ./source/kde/wcslib/wcslib.url -drwxr-xr-x 439 root root 16384 2024-11-10 17:34 ./source/l +drwxr-xr-x 439 root root 16384 2024-11-30 19:35 ./source/l -rw-r--r-- 1 root root 2653 2024-03-22 18:04 ./source/l/FTBFSlog drwxr-xr-x 3 root root 4096 2022-03-06 19:58 ./source/l/GConf -rw-r--r-- 1 root root 1559904 2013-01-22 02:48 ./source/l/GConf/GConf-3.2.6.tar.xz @@ -10218,9 +10219,10 @@ drwxr-xr-x 2 root root 4096 2024-05-27 17:40 ./source/l/adwaita-icon-them -rwxr-xr-x 1 root root 3840 2024-09-16 17:39 ./source/l/adwaita-icon-theme/adwaita-icon-theme.SlackBuild -rw-r--r-- 1 root root 141 2014-09-23 05:08 ./source/l/adwaita-icon-theme/doinst.sh.gz -rw-r--r-- 1 root root 789 2018-02-27 06:12 ./source/l/adwaita-icon-theme/slack-desc -drwxr-xr-x 2 root root 4096 2024-11-12 18:57 ./source/l/alsa-lib +drwxr-xr-x 2 root root 4096 2024-11-30 19:48 ./source/l/alsa-lib +-rw-r--r-- 1 root root 1218 2024-11-30 19:48 ./source/l/alsa-lib/11b028a9a01e47fc9b48e4a566803752011902e2.patch -rw-r--r-- 1 root root 837041 2024-11-12 09:46 ./source/l/alsa-lib/alsa-lib-1.2.13.tar.lz --rwxr-xr-x 1 root root 4949 2024-11-12 18:57 ./source/l/alsa-lib/alsa-lib.SlackBuild +-rwxr-xr-x 1 root root 5091 2024-11-30 19:53 ./source/l/alsa-lib/alsa-lib.SlackBuild -rw-r--r-- 1 root root 31 2023-05-04 17:06 ./source/l/alsa-lib/alsa-lib.url -rw-r--r-- 1 root root 10353 2021-06-15 06:27 ./source/l/alsa-lib/alsa-topology-conf-1.2.5.1.tar.lz -rw-r--r-- 1 root root 59982 2024-11-12 09:48 ./source/l/alsa-lib/alsa-ucm-conf-1.2.13.tar.lz @@ -11663,13 +11665,13 @@ drwxr-xr-x 2 root root 4096 2024-11-22 19:57 ./source/l/mozilla-nss -rw-r--r-- 1 root root 41570803 2024-11-21 20:17 ./source/l/mozilla-nss/nss-3.107.tar.lz -rw-r--r-- 1 root root 2488 2012-04-29 21:05 ./source/l/mozilla-nss/nss-config.in -rw-r--r-- 1 root root 1023 2018-02-27 06:12 ./source/l/mozilla-nss/slack-desc -drwxr-xr-x 4 root root 4096 2024-11-26 18:28 ./source/l/mozjs128 +drwxr-xr-x 4 root root 4096 2024-11-30 17:19 ./source/l/mozjs128 drwxr-xr-x 2 root root 4096 2016-07-03 18:05 ./source/l/mozjs128/autoconf -rw-r--r-- 1 root root 5869 2016-07-03 18:04 ./source/l/mozjs128/autoconf/autoconf-2.13-consolidated_fixes-1.patch.gz -rw-r--r-- 1 root root 300116 1999-01-15 21:03 ./source/l/mozjs128/autoconf/autoconf-2.13.tar.xz -rwxr-xr-x 1 root root 2629 2018-07-08 15:48 ./source/l/mozjs128/autoconf/autoconf.build --rw-r--r-- 1 root root 567200548 2024-11-25 13:48 ./source/l/mozjs128/firefox-128.5.0esr.source.tar.xz --rw-r--r-- 1 root root 833 2024-11-25 13:48 ./source/l/mozjs128/firefox-128.5.0esr.source.tar.xz.asc +-rw-r--r-- 1 root root 559760256 2024-11-29 12:48 ./source/l/mozjs128/firefox-128.5.1esr.source.tar.xz +-rw-r--r-- 1 root root 833 2024-11-29 12:48 ./source/l/mozjs128/firefox-128.5.1esr.source.tar.xz.asc -rwxr-xr-x 1 root root 6453 2024-10-29 17:54 ./source/l/mozjs128/mozjs128.SlackBuild drwxr-xr-x 2 root root 4096 2024-09-17 17:13 ./source/l/mozjs128/patches -rw-r--r-- 1 root root 715 2022-11-15 21:49 ./source/l/mozjs128/patches/0001-Skip-failing-tests-on-ppc64-and-s390x.patch.gz @@ -11906,7 +11908,7 @@ drwxr-xr-x 2 root root 4096 2024-10-23 19:13 ./source/l/protobuf/python-p -rw-r--r-- 1 root root 38 2024-06-18 18:03 ./source/l/protobuf/python-protobuf/protobuf.url -rw-r--r-- 1 root root 827 2024-03-18 18:52 ./source/l/protobuf/slack-desc -rw-r--r-- 1 root root 1345 2024-03-18 19:15 ./source/l/protobuf/soversion.patch -drwxr-xr-x 2 root root 4096 2024-01-15 20:56 ./source/l/pulseaudio +drwxr-xr-x 2 root root 4096 2024-11-30 19:41 ./source/l/pulseaudio -rw-r--r-- 1 root root 1498 2016-06-22 18:41 ./source/l/pulseaudio/0001-client-conf-Add-allow-autospawn-for-root.patch.gz -rw-r--r-- 1 root root 531 2016-01-06 21:40 ./source/l/pulseaudio/0002-allow-autospawn-for-root-default.diff.gz -rw-r--r-- 1 root root 394 2016-01-07 21:06 ./source/l/pulseaudio/0003-no-root-warn.diff.gz @@ -11916,8 +11918,8 @@ drwxr-xr-x 2 root root 4096 2024-01-15 20:56 ./source/l/pulseaudio -rw-r--r-- 1 root root 1253 2024-01-15 20:55 ./source/l/pulseaudio/f5cacd94abcc47003bd88ad7ca1450de649ffb15.patch.gz -rw-r--r-- 1 root root 1566556 2024-01-12 17:54 ./source/l/pulseaudio/pulseaudio-17.0.tar.xz -rw-r--r-- 1 root root 266 2021-08-09 18:15 ./source/l/pulseaudio/pulseaudio-autostart-meson.build.patch.gz --rw-r--r-- 1 root root 359 2015-12-29 02:46 ./source/l/pulseaudio/pulseaudio-autostart.patch.gz --rwxr-xr-x 1 root root 5852 2024-07-13 17:07 ./source/l/pulseaudio/pulseaudio.SlackBuild +-rw-r--r-- 1 root root 551 2024-11-30 19:41 ./source/l/pulseaudio/pulseaudio-autostart.patch.gz +-rwxr-xr-x 1 root root 5796 2024-11-30 19:35 ./source/l/pulseaudio/pulseaudio.SlackBuild -rw-r--r-- 1 root root 53 2022-06-02 18:53 ./source/l/pulseaudio/pulseaudio.url -rw-r--r-- 1 root root 1171 2016-01-08 03:59 ./source/l/pulseaudio/rc.pulseaudio -rw-r--r-- 1 root root 828 2018-07-14 21:24 ./source/l/pulseaudio/slack-desc @@ -11947,8 +11949,8 @@ drwxr-xr-x 2 root root 4096 2024-11-21 21:52 ./source/l/pygobject3 -rw-r--r-- 1 root root 50 2015-03-08 06:48 ./source/l/pygobject3/pygobject3.url -rw-r--r-- 1 root root 901 2024-04-01 17:19 ./source/l/pygobject3/slack-desc drwxr-xr-x 2 root root 4096 2024-05-11 06:39 ./source/l/pygtk --rw-r--r-- 1 root root 1978692 2011-04-01 13:05 ./source/l/pygtk/pygtk-2.24.0.tar.xz --rw-r--r-- 1 root root 630 2021-01-15 20:04 ./source/l/pygtk/pygtk-Drop-the-PangoFont-find_shaper-virtual-method.patch.gz +-rw-r--r-- 1 root root 1978692 2011-04-01 13:05 ./source/l/pygtk/pygtk-2.24.0.tar.xz +-rw-r--r-- 1 root root 630 2021-01-15 20:04 ./source/l/pygtk/pygtk-Drop-the-PangoFont-find_shaper-virtual-method.patch.gz -rw-r--r-- 1 root root 805 2017-04-11 19:58 ./source/l/pygtk/pygtk-fix-pango-object-leaks.patch.gz -rwxr-xr-x 1 root root 4213 2024-05-11 06:38 ./source/l/pygtk/pygtk.SlackBuild -rw-r--r-- 1 root root 31 2024-03-02 18:43 ./source/l/pygtk/pygtk.url @@ -15287,8 +15289,8 @@ drwxr-xr-x 2 root root 4096 2024-03-03 19:29 ./source/x/x11/src/font -rw-r--r-- 1 root root 378468 2023-02-28 00:23 ./source/x/x11/src/font/font-ibm-type1-1.0.4.tar.xz -rw-r--r-- 1 root root 712068 2023-02-28 00:27 ./source/x/x11/src/font/font-isas-misc-1.0.4.tar.xz -rw-r--r-- 1 root root 514704 2023-02-28 00:32 ./source/x/x11/src/font/font-jis-misc-1.0.4.tar.xz --rw-r--r-- 1 root root 94544 2023-02-28 00:36 ./source/x/x11/src/font/font-micro-misc-1.0.4.tar.xz --rw-r--r-- 1 root root 124252 2023-02-28 00:39 ./source/x/x11/src/font/font-misc-cyrillic-1.0.4.tar.xz +-rw-r--r-- 1 root root 94544 2023-02-28 00:36 ./source/x/x11/src/font/font-micro-misc-1.0.4.tar.xz +-rw-r--r-- 1 root root 124252 2023-02-28 00:39 ./source/x/x11/src/font/font-misc-cyrillic-1.0.4.tar.xz -rw-r--r-- 1 root root 222624 2023-02-28 00:43 ./source/x/x11/src/font/font-misc-ethiopic-1.0.5.tar.xz -rw-r--r-- 1 root root 831660 2023-02-28 00:47 ./source/x/x11/src/font/font-misc-meltho-1.0.4.tar.xz -rw-r--r-- 1 root root 1563776 2023-02-28 00:56 ./source/x/x11/src/font/font-misc-misc-1.1.3.tar.xz @@ -15586,7 +15588,7 @@ drwxr-xr-x 2 root root 4096 2023-01-09 19:24 ./source/xap/libnma -rw-r--r-- 1 root root 702820 2023-01-08 23:51 ./source/xap/libnma/libnma-1.10.6.tar.xz -rwxr-xr-x 1 root root 3630 2023-01-09 19:24 ./source/xap/libnma/libnma.SlackBuild -rw-r--r-- 1 root root 792 2020-03-07 19:38 ./source/xap/libnma/slack-desc -drwxr-xr-x 3 root root 4096 2024-11-26 18:28 ./source/xap/mozilla-firefox +drwxr-xr-x 3 root root 4096 2024-11-29 17:20 ./source/xap/mozilla-firefox -rw-r--r-- 1 root root 693 2021-03-22 17:58 ./source/xap/mozilla-firefox/0027-LTO-Only-enable-LTO-for-Rust-when-complete-build-use.patch.gz -rw-r--r-- 1 root root 266 2022-08-06 19:40 ./source/xap/mozilla-firefox/arc4random_buf.glibc-2.36.diff.gz drwxr-xr-x 3 root root 4096 2022-12-07 18:06 ./source/xap/mozilla-firefox/build-deps @@ -15597,8 +15599,8 @@ drwxr-xr-x 2 root root 4096 2016-07-03 18:05 ./source/xap/mozilla-firefox/ -rwxr-xr-x 1 root root 2486 2019-07-08 21:06 ./source/xap/mozilla-firefox/build-deps/autoconf/autoconf.build -rwxr-xr-x 1 root root 840 2018-03-13 12:55 ./source/xap/mozilla-firefox/fetch-and-repack.sh -rw-r--r-- 1 root root 330 2019-07-08 18:41 ./source/xap/mozilla-firefox/ff.ui.scrollToClick.diff.gz --rw-r--r-- 1 root root 567200548 2024-11-25 13:48 ./source/xap/mozilla-firefox/firefox-128.5.0esr.source.tar.xz --rw-r--r-- 1 root root 833 2024-11-25 13:48 ./source/xap/mozilla-firefox/firefox-128.5.0esr.source.tar.xz.asc +-rw-r--r-- 1 root root 559760256 2024-11-29 12:48 ./source/xap/mozilla-firefox/firefox-128.5.1esr.source.tar.xz +-rw-r--r-- 1 root root 833 2024-11-29 12:48 ./source/xap/mozilla-firefox/firefox-128.5.1esr.source.tar.xz.asc -rw-r--r-- 1 root root 2748 2017-12-04 21:30 ./source/xap/mozilla-firefox/firefox.desktop -rw-r--r-- 1 root root 327 2008-06-17 17:19 ./source/xap/mozilla-firefox/firefox.moz_plugin_path.diff.gz -rw-r--r-- 1 root root 518 2021-03-15 17:43 ./source/xap/mozilla-firefox/gkrust.a.no.networking.check.diff.gz diff --git a/source/a/pkgtools/pkgtools.SlackBuild b/source/a/pkgtools/pkgtools.SlackBuild index 2c49c711e..44cc5685b 100755 --- a/source/a/pkgtools/pkgtools.SlackBuild +++ b/source/a/pkgtools/pkgtools.SlackBuild @@ -30,7 +30,7 @@ PKGNAM=pkgtools # *** UPDATE THESE WITH EACH BUILD: VERSION=15.1 ARCH=${ARCH:-noarch} -BUILD=${BUILD:-18} +BUILD=${BUILD:-19} # If the variable PRINT_PACKAGE_NAME is set, then this script will report what # the name of the created package would be, and then exit. This information diff --git a/source/a/pkgtools/scripts/make-kernel-backup b/source/a/pkgtools/scripts/make-kernel-backup index d41d84a28..7a8652894 100644 --- a/source/a/pkgtools/scripts/make-kernel-backup +++ b/source/a/pkgtools/scripts/make-kernel-backup @@ -103,6 +103,7 @@ if [ "$MAKE_SYMLINKS" = "true" ]; then # Make an unversioned symlink: rm -f /boot/vmlinuz-${BACKUP_NAME} ln -sf vmlinuz-${KERNEL_VERSION} /boot/vmlinuz-${BACKUP_NAME} + echo "Created backup kernel symlink: /boot/vmlinuz-${BACKUP_NAME} -> vmlinuz-${KERNEL_VERSION}" fi ### ACTUALLY, it is better to not include this, since the initrds are @@ -128,6 +129,7 @@ if [ "$MAKE_SYMLINKS" = "true" ]; then if [ -f /boot/initrd-${KERNEL_VERSION}.img ]; then rm -f /boot/initrd-${BACKUP_NAME}.img ln -sf initrd-${KERNEL_VERSION}.img /boot/initrd-${BACKUP_NAME}.img + echo "Created backup initrd symlink: /boot/initrd-${BACKUP_NAME}.img -> initrd-${KERNEL_VERSION}.img" fi fi diff --git a/source/ap/mariadb/doinst.sh b/source/ap/mariadb/doinst.sh index 702a580c5..66def97f4 100644 --- a/source/ap/mariadb/doinst.sh +++ b/source/ap/mariadb/doinst.sh @@ -27,6 +27,7 @@ config etc/my.cnf.d/hashicorp_key_management.cnf.new config etc/my.cnf.d/mysql-clients.cnf.new config etc/my.cnf.d/s3.cnf.new config etc/my.cnf.d/server.cnf.new +config etc/my.cnf.d/skip-ssl.cnf.new config etc/my.cnf.d/spider.cnf.new config etc/logrotate.d/mariadb.new config etc/default/mariadb.new diff --git a/source/ap/mariadb/mariadb.SlackBuild b/source/ap/mariadb/mariadb.SlackBuild index 2b1396136..6d612e9f0 100755 --- a/source/ap/mariadb/mariadb.SlackBuild +++ b/source/ap/mariadb/mariadb.SlackBuild @@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=mariadb VERSION=${VERSION:-$(echo ${PKGNAM}-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-4} +BUILD=${BUILD:-5} # To reduce the package size, the embedded server may be omitted. Currently # only amarok uses this. To build without embedded support, set this to NO. @@ -218,6 +218,9 @@ mv $PKG/etc/logrotate.d/mariadb $PKG/etc/logrotate.d/mariadb.new for i in client hashicorp_key_management mysql-clients s3 server spider ; do mv $PKG/etc/my.cnf.d/$i.cnf $PKG/etc/my.cnf.d/$i.cnf.new done +cp -a $CWD/skip-ssl.cnf $PKG/etc/my.cnf.d/skip-ssl.cnf.new +chown root:root $PKG/etc/my.cnf.d/skip-ssl.cnf.new +chmod 644 $PKG/etc/my.cnf.d/skip-ssl.cnf.new # Install default options configuration file: mkdir -p $PKG/etc/default diff --git a/source/ap/mariadb/mariadb.default b/source/ap/mariadb/mariadb.default index 484eb8f4e..07144fd47 100644 --- a/source/ap/mariadb/mariadb.default +++ b/source/ap/mariadb/mariadb.default @@ -7,5 +7,6 @@ # --skip-ssl # Disable SSL/TLS and automatic self-signed certificate generation. # Remove this option if you require SSL/TLS support. +# You must also comment out the lines in /etc/my.cnf.d/skip-ssl.cnf. MARIADB_OPTIONS="--skip-networking --skip-ssl" diff --git a/source/ap/mariadb/skip-ssl.cnf b/source/ap/mariadb/skip-ssl.cnf new file mode 100644 index 000000000..7fa89ecfe --- /dev/null +++ b/source/ap/mariadb/skip-ssl.cnf @@ -0,0 +1,9 @@ +# The default options for MariaDB (in /etc/default/mariadb) include +# --skip-ssl, so the client must also skip SSL in order to access the +# database. If you enable SSL by removing the --skip-ssl option from +# /etc/default/mariadb, then you must also comment out the lines below. +# Don't just remove this file or it will reappear with every mariadb +# package upgrade! + +[client-mariadb] +skip-ssl diff --git a/source/l/alsa-lib/11b028a9a01e47fc9b48e4a566803752011902e2.patch b/source/l/alsa-lib/11b028a9a01e47fc9b48e4a566803752011902e2.patch new file mode 100644 index 000000000..24664a485 --- /dev/null +++ b/source/l/alsa-lib/11b028a9a01e47fc9b48e4a566803752011902e2.patch @@ -0,0 +1,34 @@ +From 11b028a9a01e47fc9b48e4a566803752011902e2 Mon Sep 17 00:00:00 2001 +From: Seppo Ingalsuo +Date: Wed, 13 Nov 2024 14:48:38 +0200 +Subject: [PATCH] UCM2: Intel: sof-hda-dsp: Fix handling of empty sys_vendor + +The mistake in UCM syntax caused in alsaucm start error: + +ALSA lib ucm_cond.c:367:(if_eval) unknown If.Condition.Type + +Fixes: 13022a97711d ("sof-hda-dsp: Fix the case where sysfs dmi + sys_vendor attribute is not set") + +Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/463 +Signed-off-by: Seppo Ingalsuo +Signed-off-by: Jaroslav Kysela +--- + ucm2/Intel/sof-hda-dsp/HiFi-sof.conf | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/ucm2/Intel/sof-hda-dsp/HiFi-sof.conf b/ucm2/Intel/sof-hda-dsp/HiFi-sof.conf +index fea8159e..c755ba26 100644 +--- a/ucm2/Intel/sof-hda-dsp/HiFi-sof.conf ++++ b/ucm2/Intel/sof-hda-dsp/HiFi-sof.conf +@@ -6,8 +6,8 @@ Define.SOFVendor "$${sys:devices/virtual/dmi/id/sys_vendor}" + + If.SOFVendor { + Condition { +- Type Empty +- String "${var:SOFVendor}" ++ Type String ++ Empty "${var:SOFVendor}" + } + True.Define.SOFVendor "${sys:devices/virtual/dmi/id/board_vendor}" + } diff --git a/source/l/alsa-lib/alsa-lib.SlackBuild b/source/l/alsa-lib/alsa-lib.SlackBuild index 0eb101871..aff8ecac8 100755 --- a/source/l/alsa-lib/alsa-lib.SlackBuild +++ b/source/l/alsa-lib/alsa-lib.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2008, 2009, 2010, 2011, 2012, 2013, 2015, 2016, 2018, 2019, 2020, 2021 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2008, 2009, 2010, 2011, 2012, 2013, 2015, 2016, 2018, 2019, 2020, 2021, 2024 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=alsa-lib VERSION=${VERSION:-$(echo alsa-lib-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} @@ -87,7 +87,10 @@ fi rmdir $(basename $file | cut -f 1-3 -d -)-* mv README.md README-$(echo $(basename $file) | cut -f 1-3 -d -) done -) + # Apply upstream patch: + cd ucm2 + cat $CWD/11b028a9a01e47fc9b48e4a566803752011902e2.patch | patch -p2 --verbose || exit 1 +) || exit 1 chown -R root:root . find . \ diff --git a/source/l/pulseaudio/pulseaudio-autostart.patch b/source/l/pulseaudio/pulseaudio-autostart.patch index eb44bdbc7..d322e3671 100644 --- a/source/l/pulseaudio/pulseaudio-autostart.patch +++ b/source/l/pulseaudio/pulseaudio-autostart.patch @@ -1,13 +1,30 @@ -diff -up pulseaudio-6.0/src/daemon/start-pulseaudio-x11.in.autostart pulseaudio-6.0/src/daemon/start-pulseaudio-x11.in ---- pulseaudio-6.0/src/daemon/start-pulseaudio-x11.in.autostart 2015-02-12 08:10:35.000000000 -0600 -+++ pulseaudio-6.0/src/daemon/start-pulseaudio-x11.in 2015-06-22 11:24:13.561614127 -0500 -@@ -17,6 +17,9 @@ +--- ./src/daemon/start-pulseaudio-x11.in.orig 2024-01-12 11:22:09.000000000 -0600 ++++ ./src/daemon/start-pulseaudio-x11.in 2024-11-30 13:40:45.840919583 -0600 +@@ -36,6 +36,27 @@ + esac + fi - set -e - -+# probe to test if autospawn works, else resort to starting manually -+@PACTL_BINARY@ info > /dev/null 2>&1 || @PA_BINARY@ --start "$@" ++# Test autospawn, if requested. ++# If /etc/xdg/autostart/pulseaudio.desktop is disabled, don't bother. ++if ! grep -q "^Hidden=true$" /etc/xdg/autostart/pulseaudio.desktop ; then ++ # Are we root? ++ if [ "$UID" = "0" ]; then ++ # First, let's test if we even want autospawn: ++ if grep -q "^allow-autospawn-for-root = yes$" /etc/pulse/client.conf 2> /dev/null ; then ++ # We do want autospawn, so let's test if it works, and start pulseaudio ++ # manually if it does not: ++ @PACTL_BINARY@ info > /dev/null 2>&1 || @PA_BINARY@ --start "$@" ++ fi ++ else # we are not root ++ # First, let's test if we even want autospawn: ++ if grep -q "^autospawn = yes$" /etc/pulse/client.conf 2> /dev/null ; then ++ # We do want autospawn, so let's test if it works, and start pulseaudio ++ # manually if it does not: ++ @PACTL_BINARY@ info > /dev/null 2>&1 || @PA_BINARY@ --start "$@" ++ fi ++ fi ++fi + if [ x"$DISPLAY" != x ] ; then - @PACTL_BINARY@ load-module module-x11-publish "display=$DISPLAY" > /dev/null + @PACTL_BINARY@ load-module module-x11-publish "display=$DISPLAY xauthority=$XAUTHORITY" > /dev/null diff --git a/source/l/pulseaudio/pulseaudio.SlackBuild b/source/l/pulseaudio/pulseaudio.SlackBuild index b019b5a7a..ce15edf8f 100755 --- a/source/l/pulseaudio/pulseaudio.SlackBuild +++ b/source/l/pulseaudio/pulseaudio.SlackBuild @@ -27,11 +27,11 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=pulseaudio VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-4} +BUILD=${BUILD:-5} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i586 ;; + i?86) ARCH=i686 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -48,14 +48,11 @@ fi TMP=${TMP:-/tmp} PKG=$TMP/package-$PKGNAM -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" +if [ "$ARCH" = "i686" ]; then + SLKCFLAGS="-O2 -march=pentium4 -mtune=generic" LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" + SLKCFLAGS="-O2 -march=x86-64 -mtune=generic -fPIC" LIBDIRSUFFIX="64" else SLKCFLAGS="-O2"