diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2022-02-21 20:21:38 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2022-02-22 13:29:56 +0100 |
commit | 2858060a502f0a172fe9637656b005c2b704ead2 (patch) | |
tree | db8c2a4c0fe28eb3c05e9ce1606a20d75080e8b7 | |
parent | 6d57f3ac471a46cb89b4cd0107c6e726cc756c6c (diff) | |
download | current-2858060a502f0a172fe9637656b005c2b704ead2.tar.gz current-2858060a502f0a172fe9637656b005c2b704ead2.tar.xz |
Mon Feb 21 20:21:38 UTC 202220220221202138_15.0
patches/packages/expat-2.4.6-x86_64-1_slack15.0.txz: Upgraded.
Fixed a regression introduced by the fix for CVE-2022-25313 that affects
applications that (1) call function XML_SetElementDeclHandler and (2) are
parsing XML that contains nested element declarations:
(e.g. "<!ELEMENT junk ((bar|foo|xyz+), zebra*)>").
patches/packages/flac-1.3.4-x86_64-1_slack15.0.txz: Upgraded.
This update fixes overflow issues with encoding and decoding.
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-0499
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-0561
(* Security fix *)
patches/packages/mariadb-10.5.15-x86_64-2_slack15.0.txz: Rebuilt.
Removed dangling symlink.
-rw-r--r-- | ChangeLog.rss | 27 | ||||
-rw-r--r-- | ChangeLog.txt | 15 | ||||
-rw-r--r-- | FILELIST.TXT | 105 | ||||
-rw-r--r-- | patches/packages/expat-2.4.6-x86_64-1_slack15.0.txt (renamed from patches/packages/expat-2.4.5-x86_64-1_slack15.0.txt) | 0 | ||||
-rw-r--r-- | patches/packages/flac-1.3.4-x86_64-1_slack15.0.txt | 11 | ||||
-rw-r--r-- | patches/packages/mariadb-10.5.15-x86_64-2_slack15.0.txt (renamed from patches/packages/mariadb-10.5.15-x86_64-1_slack15.0.txt) | 0 | ||||
-rwxr-xr-x | patches/source/flac/flac.SlackBuild | 136 | ||||
-rw-r--r-- | patches/source/flac/flac.man.diff | 12 | ||||
-rw-r--r-- | patches/source/flac/flac.url | 1 | ||||
-rw-r--r-- | patches/source/flac/slack-desc | 19 | ||||
-rwxr-xr-x | patches/source/mariadb/mariadb.SlackBuild | 6 | ||||
-rwxr-xr-x | recompress.sh | 1 |
12 files changed, 281 insertions, 52 deletions
diff --git a/ChangeLog.rss b/ChangeLog.rss index 79f5b064b..b0b150bd5 100644 --- a/ChangeLog.rss +++ b/ChangeLog.rss @@ -11,10 +11,33 @@ <description>Tracking Slackware development in git.</description> <language>en-us</language> <id xmlns="http://www.w3.org/2005/Atom">urn:uuid:c964f45e-6732-11e8-bbe5-107b4450212f</id> - <pubDate>Sun, 20 Feb 2022 05:13:20 GMT</pubDate> - <lastBuildDate>Mon, 21 Feb 2022 12:29:48 GMT</lastBuildDate> + <pubDate>Mon, 21 Feb 2022 20:21:38 GMT</pubDate> + <lastBuildDate>Tue, 22 Feb 2022 12:29:46 GMT</lastBuildDate> <generator>maintain_current_git.sh v 1.17</generator> <item> + <title>Mon, 21 Feb 2022 20:21:38 GMT</title> + <pubDate>Mon, 21 Feb 2022 20:21:38 GMT</pubDate> + <link>https://git.slackware.nl/current/tag/?h=20220221202138</link> + <guid isPermaLink="false">20220221202138</guid> + <description> + <![CDATA[<pre> +patches/packages/expat-2.4.6-x86_64-1_slack15.0.txz: Upgraded. + Fixed a regression introduced by the fix for CVE-2022-25313 that affects + applications that (1) call function XML_SetElementDeclHandler and (2) are + parsing XML that contains nested element declarations: + (e.g. "<!ELEMENT junk ((bar|foo|xyz+), zebra*)>"). +patches/packages/flac-1.3.4-x86_64-1_slack15.0.txz: Upgraded. + This update fixes overflow issues with encoding and decoding. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-0499 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-0561 + (* Security fix *) +patches/packages/mariadb-10.5.15-x86_64-2_slack15.0.txz: Rebuilt. + Removed dangling symlink. + </pre>]]> + </description> + </item> + <item> <title>Sun, 20 Feb 2022 05:13:20 GMT</title> <pubDate>Sun, 20 Feb 2022 05:13:20 GMT</pubDate> <link>https://git.slackware.nl/current/tag/?h=20220220051320</link> diff --git a/ChangeLog.txt b/ChangeLog.txt index 047d74246..33ab0abcb 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,18 @@ +Mon Feb 21 20:21:38 UTC 2022 +patches/packages/expat-2.4.6-x86_64-1_slack15.0.txz: Upgraded. + Fixed a regression introduced by the fix for CVE-2022-25313 that affects + applications that (1) call function XML_SetElementDeclHandler and (2) are + parsing XML that contains nested element declarations: + (e.g. "<!ELEMENT junk ((bar|foo|xyz+), zebra*)>"). +patches/packages/flac-1.3.4-x86_64-1_slack15.0.txz: Upgraded. + This update fixes overflow issues with encoding and decoding. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-0499 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-0561 + (* Security fix *) +patches/packages/mariadb-10.5.15-x86_64-2_slack15.0.txz: Rebuilt. + Removed dangling symlink. ++--------------------------+ Sun Feb 20 05:13:20 UTC 2022 patches/packages/expat-2.4.5-x86_64-1_slack15.0.txz: Upgraded. Fixed security issues that could lead to denial of service or potentially diff --git a/FILELIST.TXT b/FILELIST.TXT index ff5887df9..62c5d5f64 100644 --- a/FILELIST.TXT +++ b/FILELIST.TXT @@ -1,20 +1,20 @@ -Sun Feb 20 05:18:16 UTC 2022 +Mon Feb 21 20:24:41 UTC 2022 Here is the file list for this directory. If you are using a mirror site and find missing or extra files in the disk subdirectories, please have the archive administrator refresh the mirror. -drwxr-xr-x 12 root root 4096 2022-02-20 05:13 . +drwxr-xr-x 12 root root 4096 2022-02-21 20:21 . -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 1109010 2022-02-18 05:33 ./CHECKSUMS.md5 --rw-r--r-- 1 root root 163 2022-02-18 05:33 ./CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 1109576 2022-02-20 05:18 ./CHECKSUMS.md5 +-rw-r--r-- 1 root root 163 2022-02-20 05:18 ./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 1869648 2022-02-20 05:13 ./ChangeLog.txt +-rw-r--r-- 1 root root 1870433 2022-02-21 20:21 ./ChangeLog.txt drwxr-xr-x 3 root root 4096 2013-03-20 22:17 ./EFI drwxr-xr-x 2 root root 4096 2022-02-02 08:21 ./EFI/BOOT -rw-r--r-- 1 root root 1187840 2021-06-15 19:16 ./EFI/BOOT/bootx64.efi @@ -25,7 +25,7 @@ drwxr-xr-x 2 root root 4096 2022-02-02 08:21 ./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 1447223 2022-02-18 05:33 ./FILELIST.TXT +-rw-r--r-- 1 root root 1447968 2022-02-20 05:18 ./FILELIST.TXT -rw-r--r-- 1 root root 1572 2012-08-29 18:27 ./GPG-KEY -rw-r--r-- 1 root root 864745 2022-02-02 08:25 ./PACKAGES.TXT -rw-r--r-- 1 root root 8034 2022-02-02 03:36 ./README.TXT @@ -737,25 +737,28 @@ drwxr-xr-x 2 root root 4096 2008-05-07 05:21 ./pasture/source/php/pear -rwxr-xr-x 1 root root 9448 2018-05-16 22:38 ./pasture/source/php/php.SlackBuild -rw-r--r-- 1 root root 775 2017-07-07 19:25 ./pasture/source/php/php.ini-development.diff.gz -rw-r--r-- 1 root root 830 2005-12-09 05:18 ./pasture/source/php/slack-desc -drwxr-xr-x 4 root root 4096 2022-02-20 05:18 ./patches --rw-r--r-- 1 root root 10858 2022-02-20 05:18 ./patches/CHECKSUMS.md5 --rw-r--r-- 1 root root 163 2022-02-20 05:18 ./patches/CHECKSUMS.md5.asc --rw-r--r-- 1 root root 14780 2022-02-20 05:18 ./patches/FILE_LIST --rw-r--r-- 1 root root 5125656 2022-02-20 05:18 ./patches/MANIFEST.bz2 --rw-r--r-- 1 root root 4790 2022-02-20 05:18 ./patches/PACKAGES.TXT -drwxr-xr-x 2 root root 4096 2022-02-20 05:18 ./patches/packages +drwxr-xr-x 4 root root 4096 2022-02-21 20:24 ./patches +-rw-r--r-- 1 root root 11410 2022-02-21 20:24 ./patches/CHECKSUMS.md5 +-rw-r--r-- 1 root root 163 2022-02-21 20:24 ./patches/CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 15533 2022-02-21 20:24 ./patches/FILE_LIST +-rw-r--r-- 1 root root 5138829 2022-02-21 20:24 ./patches/MANIFEST.bz2 +-rw-r--r-- 1 root root 5572 2022-02-21 20:24 ./patches/PACKAGES.TXT +drwxr-xr-x 2 root root 4096 2022-02-21 20:24 ./patches/packages -rw-r--r-- 1 root root 327 2022-02-15 05:07 ./patches/packages/aaa_base-15.0-x86_64-4_slack15.0.txt -rw-r--r-- 1 root root 10716 2022-02-15 05:07 ./patches/packages/aaa_base-15.0-x86_64-4_slack15.0.txz -rw-r--r-- 1 root root 163 2022-02-15 05:07 ./patches/packages/aaa_base-15.0-x86_64-4_slack15.0.txz.asc -rw-r--r-- 1 root root 326 2022-02-07 18:56 ./patches/packages/at-3.2.3-x86_64-1_slack15.0.txt -rw-r--r-- 1 root root 43124 2022-02-07 18:56 ./patches/packages/at-3.2.3-x86_64-1_slack15.0.txz -rw-r--r-- 1 root root 163 2022-02-07 18:56 ./patches/packages/at-3.2.3-x86_64-1_slack15.0.txz.asc --rw-r--r-- 1 root root 301 2022-02-20 04:46 ./patches/packages/expat-2.4.5-x86_64-1_slack15.0.txt --rw-r--r-- 1 root root 128692 2022-02-20 04:46 ./patches/packages/expat-2.4.5-x86_64-1_slack15.0.txz --rw-r--r-- 1 root root 163 2022-02-20 04:46 ./patches/packages/expat-2.4.5-x86_64-1_slack15.0.txz.asc --rw-r--r-- 1 root root 369 2022-02-13 23:57 ./patches/packages/mariadb-10.5.15-x86_64-1_slack15.0.txt --rw-r--r-- 1 root root 29256640 2022-02-13 23:57 ./patches/packages/mariadb-10.5.15-x86_64-1_slack15.0.txz --rw-r--r-- 1 root root 163 2022-02-13 23:57 ./patches/packages/mariadb-10.5.15-x86_64-1_slack15.0.txz.asc +-rw-r--r-- 1 root root 301 2022-02-21 19:06 ./patches/packages/expat-2.4.6-x86_64-1_slack15.0.txt +-rw-r--r-- 1 root root 128812 2022-02-21 19:06 ./patches/packages/expat-2.4.6-x86_64-1_slack15.0.txz +-rw-r--r-- 1 root root 163 2022-02-21 19:06 ./patches/packages/expat-2.4.6-x86_64-1_slack15.0.txz.asc +-rw-r--r-- 1 root root 602 2022-02-21 19:29 ./patches/packages/flac-1.3.4-x86_64-1_slack15.0.txt +-rw-r--r-- 1 root root 389380 2022-02-21 19:29 ./patches/packages/flac-1.3.4-x86_64-1_slack15.0.txz +-rw-r--r-- 1 root root 163 2022-02-21 19:29 ./patches/packages/flac-1.3.4-x86_64-1_slack15.0.txz.asc +-rw-r--r-- 1 root root 369 2022-02-21 03:37 ./patches/packages/mariadb-10.5.15-x86_64-2_slack15.0.txt +-rw-r--r-- 1 root root 29262352 2022-02-21 03:37 ./patches/packages/mariadb-10.5.15-x86_64-2_slack15.0.txz +-rw-r--r-- 1 root root 163 2022-02-21 03:37 ./patches/packages/mariadb-10.5.15-x86_64-2_slack15.0.txz.asc -rw-r--r-- 1 root root 570 2022-02-09 07:18 ./patches/packages/mozilla-firefox-91.6.0esr-x86_64-1_slack15.0.txt -rw-r--r-- 1 root root 56643416 2022-02-09 07:18 ./patches/packages/mozilla-firefox-91.6.0esr-x86_64-1_slack15.0.txz -rw-r--r-- 1 root root 163 2022-02-09 07:18 ./patches/packages/mozilla-firefox-91.6.0esr-x86_64-1_slack15.0.txz.asc @@ -768,7 +771,7 @@ drwxr-xr-x 2 root root 4096 2022-02-20 05:18 ./patches/packages -rw-r--r-- 1 root root 354 2022-02-15 18:37 ./patches/packages/util-linux-2.37.4-x86_64-1_slack15.0.txt -rw-r--r-- 1 root root 2805300 2022-02-15 18:37 ./patches/packages/util-linux-2.37.4-x86_64-1_slack15.0.txz -rw-r--r-- 1 root root 163 2022-02-15 18:37 ./patches/packages/util-linux-2.37.4-x86_64-1_slack15.0.txz.asc -drwxr-xr-x 10 root root 4096 2022-02-20 05:11 ./patches/source +drwxr-xr-x 11 root root 4096 2022-02-21 20:04 ./patches/source drwxr-xr-x 2 root root 4096 2022-01-16 05:07 ./patches/source/aaa_base -rw-r--r-- 1 root root 11041 2022-02-15 04:49 ./patches/source/aaa_base/_aaa_base.tar.gz -rwxr-xr-x 1 root root 3894 2022-02-15 05:07 ./patches/source/aaa_base/aaa_base.SlackBuild @@ -784,15 +787,21 @@ drwxr-xr-x 2 root root 4096 2022-02-07 18:45 ./patches/source/at -rw-r--r-- 1 root root 428 2018-06-13 02:51 ./patches/source/at/doinst.sh.gz -rw-r--r-- 1 root root 669 2018-06-14 18:38 ./patches/source/at/rc.atd -rw-r--r-- 1 root root 776 2019-10-17 17:50 ./patches/source/at/slack-desc -drwxr-xr-x 2 root root 4096 2022-02-20 04:30 ./patches/source/expat --rw-r--r-- 1 root root 450542 2022-02-18 22:47 ./patches/source/expat/expat-2.4.5.tar.lz --rw-r--r-- 1 root root 833 2022-02-18 22:47 ./patches/source/expat/expat-2.4.5.tar.lz.asc +drwxr-xr-x 2 root root 4096 2022-02-21 18:57 ./patches/source/expat +-rw-r--r-- 1 root root 451100 2022-02-20 17:09 ./patches/source/expat/expat-2.4.6.tar.lz +-rw-r--r-- 1 root root 833 2022-02-20 17:09 ./patches/source/expat/expat-2.4.6.tar.lz.asc -rwxr-xr-x 1 root root 3363 2022-02-20 04:33 ./patches/source/expat/expat.SlackBuild -rw-r--r-- 1 root root 754 2018-08-16 17:16 ./patches/source/expat/slack-desc +drwxr-xr-x 2 root root 4096 2022-02-21 19:14 ./patches/source/flac +-rw-r--r-- 1 root root 1038356 2022-02-21 01:57 ./patches/source/flac/flac-1.3.4.tar.xz +-rwxr-xr-x 1 root root 4412 2022-02-21 19:13 ./patches/source/flac/flac.SlackBuild +-rw-r--r-- 1 root root 433 2014-11-29 12:34 ./patches/source/flac/flac.man.diff.gz +-rw-r--r-- 1 root root 41 2019-08-05 18:53 ./patches/source/flac/flac.url +-rw-r--r-- 1 root root 1054 2018-02-27 06:12 ./patches/source/flac/slack-desc drwxr-xr-x 2 root root 4096 2022-02-13 23:42 ./patches/source/mariadb -rw-r--r-- 1 root root 461 2021-11-20 19:14 ./patches/source/mariadb/doinst.sh.gz -rw-r--r-- 1 root root 59735933 2022-02-10 20:12 ./patches/source/mariadb/mariadb-10.5.15.tar.lz --rwxr-xr-x 1 root root 7754 2022-02-13 23:42 ./patches/source/mariadb/mariadb.SlackBuild +-rwxr-xr-x 1 root root 7847 2022-02-21 01:26 ./patches/source/mariadb/mariadb.SlackBuild -rw-r--r-- 1 root root 34 2015-05-07 18:51 ./patches/source/mariadb/mirror.url -rw-r--r-- 1 root root 1208 2021-04-23 17:54 ./patches/source/mariadb/rc.mysqld.gz -rw-r--r-- 1 root root 824 2018-02-27 06:12 ./patches/source/mariadb/slack-desc @@ -2721,14 +2730,14 @@ drwxr-xr-x 2 root root 69632 2022-02-01 08:29 ./slackware64/kde -rw-r--r-- 1 root root 310 2022-01-08 22:27 ./slackware64/kde/networkmanager-qt-5.90.0-x86_64-1.txt -rw-r--r-- 1 root root 412336 2022-01-08 22:27 ./slackware64/kde/networkmanager-qt-5.90.0-x86_64-1.txz -rw-r--r-- 1 root root 163 2022-01-08 22:27 ./slackware64/kde/networkmanager-qt-5.90.0-x86_64-1.txz.asc --rw-r--r-- 1 root root 180 2021-09-30 20:21 ./slackware64/kde/okteta-0.26.6-x86_64-2.txt --rw-r--r-- 1 root root 1331552 2021-09-30 20:21 ./slackware64/kde/okteta-0.26.6-x86_64-2.txz --rw-r--r-- 1 root root 163 2021-09-30 20:21 ./slackware64/kde/okteta-0.26.6-x86_64-2.txz.asc --rw-r--r-- 1 root root 358 2022-01-06 22:12 ./slackware64/kde/okular-21.12.1-x86_64-1.txt --rw-r--r-- 1 root root 7054844 2022-01-06 22:12 ./slackware64/kde/okular-21.12.1-x86_64-1.txz --rw-r--r-- 1 root root 163 2022-01-06 22:12 ./slackware64/kde/okular-21.12.1-x86_64-1.txz.asc --rw-r--r-- 1 root root 155 2022-01-04 21:40 ./slackware64/kde/oxygen-5.23.5-x86_64-1.txt --rw-r--r-- 1 root root 4726556 2022-01-04 21:40 ./slackware64/kde/oxygen-5.23.5-x86_64-1.txz +-rw-r--r-- 1 root root 180 2021-09-30 20:21 ./slackware64/kde/okteta-0.26.6-x86_64-2.txt +-rw-r--r-- 1 root root 1331552 2021-09-30 20:21 ./slackware64/kde/okteta-0.26.6-x86_64-2.txz +-rw-r--r-- 1 root root 163 2021-09-30 20:21 ./slackware64/kde/okteta-0.26.6-x86_64-2.txz.asc +-rw-r--r-- 1 root root 358 2022-01-06 22:12 ./slackware64/kde/okular-21.12.1-x86_64-1.txt +-rw-r--r-- 1 root root 7054844 2022-01-06 22:12 ./slackware64/kde/okular-21.12.1-x86_64-1.txz +-rw-r--r-- 1 root root 163 2022-01-06 22:12 ./slackware64/kde/okular-21.12.1-x86_64-1.txz.asc +-rw-r--r-- 1 root root 155 2022-01-04 21:40 ./slackware64/kde/oxygen-5.23.5-x86_64-1.txt +-rw-r--r-- 1 root root 4726556 2022-01-04 21:40 ./slackware64/kde/oxygen-5.23.5-x86_64-1.txz -rw-r--r-- 1 root root 163 2022-01-04 21:40 ./slackware64/kde/oxygen-5.23.5-x86_64-1.txz.asc -rw-r--r-- 1 root root 252 2021-09-30 18:58 ./slackware64/kde/oxygen-fonts-5.4.3-noarch-4.txt -rw-r--r-- 1 root root 62304 2021-09-30 18:58 ./slackware64/kde/oxygen-fonts-5.4.3-noarch-4.txz @@ -5488,14 +5497,14 @@ drwxr-xr-x 2 root root 65536 2022-02-01 04:47 ./slackware64/x -rw-r--r-- 1 root root 243 2021-02-13 13:13 ./slackware64/x/xwininfo-1.1.5-x86_64-3.txt -rw-r--r-- 1 root root 36724 2021-02-13 13:13 ./slackware64/x/xwininfo-1.1.5-x86_64-3.txz -rw-r--r-- 1 root root 163 2021-02-13 13:13 ./slackware64/x/xwininfo-1.1.5-x86_64-3.txz.asc --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 2022-01-29 19:26 ./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 --rw-r--r-- 1 root root 524 2021-09-29 17:02 ./slackware64/xap/NetworkManager-openvpn-1.8.16-x86_64-1.txt +-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 2022-01-29 19:26 ./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 +-rw-r--r-- 1 root root 524 2021-09-29 17:02 ./slackware64/xap/NetworkManager-openvpn-1.8.16-x86_64-1.txt -rw-r--r-- 1 root root 248964 2021-09-29 17:02 ./slackware64/xap/NetworkManager-openvpn-1.8.16-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-09-29 17:02 ./slackware64/xap/NetworkManager-openvpn-1.8.16-x86_64-1.txz.asc -rw-r--r-- 1 root root 591 2021-11-18 20:43 ./slackware64/xap/audacious-4.1-x86_64-3.txt @@ -15188,14 +15197,14 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xfce/xfce4-notifyd -rw-r--r-- 1 root root 839 2018-03-01 19:39 ./source/xfce/xfce4-notifyd/slack-desc -rw-r--r-- 1 root root 449662 2020-08-31 22:12 ./source/xfce/xfce4-notifyd/xfce4-notifyd-0.6.2.tar.lz -rwxr-xr-x 1 root root 4023 2021-02-13 05:32 ./source/xfce/xfce4-notifyd/xfce4-notifyd.SlackBuild --rw-r--r-- 1 root root 79 2019-07-01 18:42 ./source/xfce/xfce4-notifyd/xfce4-notifyd.url -drwxr-xr-x 2 root root 4096 2021-05-06 19:16 ./source/xfce/xfce4-panel -drwxr-xr-x 2 root root 4096 2021-02-22 01:27 ./source/xfce/xfce4-panel-profiles --rw-r--r-- 1 root root 121 2019-08-02 07:05 ./source/xfce/xfce4-panel-profiles/doinst.sh.gz --rw-r--r-- 1 root root 1138 2019-08-02 07:01 ./source/xfce/xfce4-panel-profiles/slack-desc --rw-r--r-- 1 root root 63201 2021-02-22 01:26 ./source/xfce/xfce4-panel-profiles/xfce4-panel-profiles-1.0.13.tar.lz --rwxr-xr-x 1 root root 3834 2021-02-22 01:27 ./source/xfce/xfce4-panel-profiles/xfce4-panel-profiles.SlackBuild --rw-r--r-- 1 root root 896 2018-02-27 06:13 ./source/xfce/xfce4-panel/slack-desc +-rw-r--r-- 1 root root 79 2019-07-01 18:42 ./source/xfce/xfce4-notifyd/xfce4-notifyd.url +drwxr-xr-x 2 root root 4096 2021-05-06 19:16 ./source/xfce/xfce4-panel +drwxr-xr-x 2 root root 4096 2021-02-22 01:27 ./source/xfce/xfce4-panel-profiles +-rw-r--r-- 1 root root 121 2019-08-02 07:05 ./source/xfce/xfce4-panel-profiles/doinst.sh.gz +-rw-r--r-- 1 root root 1138 2019-08-02 07:01 ./source/xfce/xfce4-panel-profiles/slack-desc +-rw-r--r-- 1 root root 63201 2021-02-22 01:26 ./source/xfce/xfce4-panel-profiles/xfce4-panel-profiles-1.0.13.tar.lz +-rwxr-xr-x 1 root root 3834 2021-02-22 01:27 ./source/xfce/xfce4-panel-profiles/xfce4-panel-profiles.SlackBuild +-rw-r--r-- 1 root root 896 2018-02-27 06:13 ./source/xfce/xfce4-panel/slack-desc -rw-r--r-- 1 root root 1122531 2021-05-06 07:53 ./source/xfce/xfce4-panel/xfce4-panel-4.16.3.tar.lz -rwxr-xr-x 1 root root 4782 2021-02-25 19:35 ./source/xfce/xfce4-panel/xfce4-panel.SlackBuild -rw-r--r-- 1 root root 78 2021-05-06 19:15 ./source/xfce/xfce4-panel/xfce4-panel.url diff --git a/patches/packages/expat-2.4.5-x86_64-1_slack15.0.txt b/patches/packages/expat-2.4.6-x86_64-1_slack15.0.txt index e5f720d42..e5f720d42 100644 --- a/patches/packages/expat-2.4.5-x86_64-1_slack15.0.txt +++ b/patches/packages/expat-2.4.6-x86_64-1_slack15.0.txt diff --git a/patches/packages/flac-1.3.4-x86_64-1_slack15.0.txt b/patches/packages/flac-1.3.4-x86_64-1_slack15.0.txt new file mode 100644 index 000000000..b032a65ac --- /dev/null +++ b/patches/packages/flac-1.3.4-x86_64-1_slack15.0.txt @@ -0,0 +1,11 @@ +flac: flac (Free Lossless Audio Codec) +flac: +flac: FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, +flac: FLAC is similar to MP3, but lossless. "Free" means that the +flac: specification of the stream format is in the public domain, and that +flac: neither the FLAC format nor any of the implemented encoding/decoding +flac: methods are covered by any patent. It also means that the sources for +flac: libFLAC and libFLAC++ are available under the LGPL and the sources for +flac: flac, metaflac, and the plugins are available under the GPL. +flac: +flac: FLAC was developed by Josh Coalson. diff --git a/patches/packages/mariadb-10.5.15-x86_64-1_slack15.0.txt b/patches/packages/mariadb-10.5.15-x86_64-2_slack15.0.txt index d45005822..d45005822 100644 --- a/patches/packages/mariadb-10.5.15-x86_64-1_slack15.0.txt +++ b/patches/packages/mariadb-10.5.15-x86_64-2_slack15.0.txt diff --git a/patches/source/flac/flac.SlackBuild b/patches/source/flac/flac.SlackBuild new file mode 100755 index 000000000..dc76a6308 --- /dev/null +++ b/patches/source/flac/flac.SlackBuild @@ -0,0 +1,136 @@ +#!/bin/bash + +# Copyright 2008, 2009, 2010, 2011, 2018, 2019 Patrick J. Volkerding, Sebeka, MN, 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=flac +VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} +BUILD=${BUILD:-1_slack15.0} + +# Automatically determine the architecture we're building on: +if [ -z "$ARCH" ]; then + case "$( uname -m )" in + i?86) export ARCH=i586 ;; + arm*) export ARCH=arm ;; + # Unless $ARCH is already set, use uname -m for all other archs: + *) export ARCH=$( uname -m ) ;; + esac +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" = "s390" ]; then + SLKCFLAGS="-O2" + LIBDIRSUFFIX="" +elif [ "$ARCH" = "x86_64" ]; then + SLKCFLAGS="-O2 -fPIC" + LIBDIRSUFFIX="64" +else + SLKCFLAGS="-O2" + LIBDIRSUFFIX="" +fi + +TMP=${TMP:-/tmp} +PKG=$TMP/package-flac + +rm -rf $PKG +mkdir -p $TMP $PKG + +cd $TMP +rm -rf flac-$VERSION +tar xvf $CWD/flac-$VERSION.tar.?z* || exit 1 +cd flac-$VERSION +zcat $CWD/flac.man.diff.gz | patch -p1 --verbose --backup --suffix=.orig || 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 {} \+ + +if [ "$ARCH" != "x86_64" ]; then + # We disable assembly optimizations to ensure compatibility with older + # hardware, but you're welcome to comment this out and give it a try. + # I've heard it gives a noticable speedup. + DISABLE_ASM_OPTIMIZATIONS=${DISABLE_ASM_OPTIMIZATIONS:-"--disable-asm-optimizations"} +else + DISABLE_ASM_OPTIMIZATIONS=${DISABLE_ASM_OPTIMIZATIONS:-""} +fi + +CFLAGS="$SLKCFLAGS" \ +CXXFLAGS="$SLKCFLAGS" \ +./configure \ + --prefix=/usr \ + --libdir=/usr/lib${LIBDIRSUFFIX} \ + --mandir=/usr/man \ + --docdir=/usr/doc/flac-${VERSION} \ + --disable-silent-rules \ + $DISABLE_ASM_OPTIMIZATIONS \ + --build=$ARCH-slackware-linux || 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 + +# Adjust docs to traditional Slackware location: +mv $PKG/usr/share/doc $PKG/usr +rm $PKG/usr/doc/flac-$VERSION/FLAC.tag +mv $PKG/usr/doc/flac-$VERSION/html/* $PKG/usr/doc/flac-$VERSION +rmdir $PKG/usr/doc/flac-$VERSION/html +# we're not putting 3MB of API docs in the binary package... +( cd $PKG/usr/doc/flac-$VERSION/api && rm -r * ) +cat << EOF > $PKG/usr/doc/flac-$VERSION/api/README +Full HTML based API documentation may be found in the FLAC +source package. It is not included in the binary package due +to size. +EOF +# Add a few more docs: +cp -a \ + AUTHORS COPYING* README \ + $PKG/usr/doc/flac-$VERSION + +# Strip files +find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ + | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null + +gzip -9 $PKG/usr/man/man?/*.? + +mkdir $PKG/install +cat $CWD/slack-desc > $PKG/install/slack-desc + +cd $PKG +/sbin/makepkg -l y -c n $TMP/flac-$VERSION-$ARCH-$BUILD.txz + diff --git a/patches/source/flac/flac.man.diff b/patches/source/flac/flac.man.diff new file mode 100644 index 000000000..2f31e9590 --- /dev/null +++ b/patches/source/flac/flac.man.diff @@ -0,0 +1,12 @@ +--- ./man/flac.1.orig 2007-09-14 10:08:05.000000000 -0500 ++++ ./man/flac.1 2008-03-08 15:48:37.000000000 -0600 +@@ -325,7 +325,8 @@ + .PP + metaflac(1). + .PP +-The programs are documented fully by HTML format documentation, available in \fI/usr/share/doc/libflac-doc/html\fR on Debian GNU/Linux systems. ++The programs are documented fully by HTML format documentation, available in \fI/usr/doc/flac-*.*.*/html\fR on Slackware GNU/Linux systems. + .SH "AUTHOR" + .PP ++The flac program was developed by Josh Coalson. + This manual page was initially written by Matt Zimmerman <mdz@debian.org> for the Debian GNU/Linux system (but may be used by others). It has been kept up-to-date by the Xiph.org Foundation. diff --git a/patches/source/flac/flac.url b/patches/source/flac/flac.url new file mode 100644 index 000000000..49d0939dc --- /dev/null +++ b/patches/source/flac/flac.url @@ -0,0 +1 @@ +http://downloads.xiph.org/releases/flac/ diff --git a/patches/source/flac/slack-desc b/patches/source/flac/slack-desc new file mode 100644 index 000000000..e1df9ec4b --- /dev/null +++ b/patches/source/flac/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------------------------------------------------------| +flac: flac (Free Lossless Audio Codec) +flac: +flac: FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, +flac: FLAC is similar to MP3, but lossless. "Free" means that the +flac: specification of the stream format is in the public domain, and that +flac: neither the FLAC format nor any of the implemented encoding/decoding +flac: methods are covered by any patent. It also means that the sources for +flac: libFLAC and libFLAC++ are available under the LGPL and the sources for +flac: flac, metaflac, and the plugins are available under the GPL. +flac: +flac: FLAC was developed by Josh Coalson. diff --git a/patches/source/mariadb/mariadb.SlackBuild b/patches/source/mariadb/mariadb.SlackBuild index da5a11c22..609d7ebf4 100755 --- a/patches/source/mariadb/mariadb.SlackBuild +++ b/patches/source/mariadb/mariadb.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2008, 2009, 2010, 2012, 2013, 2014, 2017, 2018, 2020, 2021 Patrick J. Volkerding, Sebeka, Minnesota, USA +# Copyright 2008, 2009, 2010, 2012, 2013, 2014, 2017, 2018, 2020, 2021, 2022 Patrick J. Volkerding, Sebeka, Minnesota, USA # Copyright 2011, 2012, 2013, 2014, 2017 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # @@ -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:-1_slack15.0} +BUILD=${BUILD:-2_slack15.0} # 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. @@ -167,6 +167,8 @@ if [ "$KEEPSTATIC" = "NO" ]; then rm -f $PKG/usr/lib${LIBDIRSUFFIX}/libmysqlclient.a rm -f $PKG/usr/lib${LIBDIRSUFFIX}/libmysqlclient_r.a rm -f $PKG/usr/lib${LIBDIRSUFFIX}/libmysqld.a + # Remove any resulting dangling symlinks: + ( cd $PKG ; find . -xtype l | xargs rm ) fi if [ "$KEEPTESTS" = "NO" ]; then diff --git a/recompress.sh b/recompress.sh index c5cf7be61..1da25984f 100755 --- a/recompress.sh +++ b/recompress.sh @@ -1175,6 +1175,7 @@ gzip ./patches/source/util-linux/util-linux.fdisk-no-solaris.diff gzip ./patches/source/util-linux/adjtimex_1.29-2.2.diff gzip ./patches/source/util-linux/doinst.sh gzip ./patches/source/util-linux/ziptool-fix_build.patch +gzip ./patches/source/flac/flac.man.diff gzip ./patches/source/php/php-fpm.conf.diff gzip ./patches/source/php/php.enchant-2.patch gzip ./patches/source/php/doinst.sh |