summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2020-12-29 20:34:54 +0000
committer Eric Hameleers <alien@slackware.com>2020-12-30 08:59:52 +0100
commit651d40d6d3b5ec8921993052339ec463b4b507ef (patch)
treeb1616d035f419f4455e6d4d334b41ee9640bfa9a
parenteae3926cf3efec6fbc3ce2b7df32c2ac37f90c77 (diff)
downloadcurrent-651d40d6d3b5ec8921993052339ec463b4b507ef.tar.gz
current-651d40d6d3b5ec8921993052339ec463b4b507ef.tar.xz
Tue Dec 29 20:34:54 UTC 202020201229203454
a/pkgtools-15.0-noarch-34.txz: Rebuilt. installpkg: run doinst.sh in a subshell for NOLOCK packages. removepkg: run uninstall scripts in a subshell. This avoids a bug when handling multiple packages where these scripts might be in the wrong directory when a new file/package is to be processed. Thanks to Mario Preksavec. ap/terminus-font-4.49.1-noarch-1.txz: Upgraded. d/git-2.30.0-x86_64-1.txz: Upgraded. d/python-setuptools-51.1.1-x86_64-1.txz: Upgraded. l/libproxy-0.4.17-x86_64-1.txz: Upgraded. l/netpbm-10.93.00-x86_64-1.txz: Upgraded. l/openjpeg-2.4.0-x86_64-1.txz: Upgraded. xap/hexchat-2.14.3-x86_64-5.txz: Rebuilt. Compile using -Dwith-python=python3-embed instead of -Dwith-python=python3 to ensure that /usr/lib*/hexchat/plugins/python.so is linked with libpython, otherwise the module will not load properly. Thanks to Mario Preksavec. xfce/xfce4-panel-profiles-1.0.12-x86_64-1.txz: Upgraded. xfce/xfce4-taskmanager-1.4.0-x86_64-1.txz: Upgraded.
-rw-r--r--ChangeLog.rss33
-rw-r--r--ChangeLog.txt21
-rw-r--r--FILELIST.TXT156
-rwxr-xr-xsource/a/pkgtools/pkgtools.SlackBuild2
-rw-r--r--source/a/pkgtools/scripts/installpkg4
-rw-r--r--source/a/pkgtools/scripts/removepkg2
-rwxr-xr-xsource/l/openjpeg/openjpeg.SlackBuild1
-rwxr-xr-xsource/xap/hexchat/hexchat.SlackBuild6
-rwxr-xr-xsource/xfce/xfce4-panel-profiles/xfce4-panel-profiles.SlackBuild18
-rwxr-xr-xsource/xfce/xfce4-taskmanager/xfce4-taskmanager.SlackBuild2
10 files changed, 145 insertions, 100 deletions
diff --git a/ChangeLog.rss b/ChangeLog.rss
index f8eb4581e..524985f39 100644
--- a/ChangeLog.rss
+++ b/ChangeLog.rss
@@ -11,10 +11,39 @@
<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>Mon, 28 Dec 2020 20:13:50 GMT</pubDate>
- <lastBuildDate>Mon, 28 Dec 2020 22:59:48 GMT</lastBuildDate>
+ <pubDate>Tue, 29 Dec 2020 20:34:54 GMT</pubDate>
+ <lastBuildDate>Wed, 30 Dec 2020 07:59:44 GMT</lastBuildDate>
<generator>maintain_current_git.sh v 1.12</generator>
<item>
+ <title>Tue, 29 Dec 2020 20:34:54 GMT</title>
+ <pubDate>Tue, 29 Dec 2020 20:34:54 GMT</pubDate>
+ <link>https://git.slackware.nl/current/tag/?h=20201229203454</link>
+ <guid isPermaLink="false">20201229203454</guid>
+ <description>
+ <![CDATA[<pre>
+a/pkgtools-15.0-noarch-34.txz: Rebuilt.
+ installpkg: run doinst.sh in a subshell for NOLOCK packages.
+ removepkg: run uninstall scripts in a subshell.
+ This avoids a bug when handling multiple packages where these scripts might
+ be in the wrong directory when a new file/package is to be processed.
+ Thanks to Mario Preksavec.
+ap/terminus-font-4.49.1-noarch-1.txz: Upgraded.
+d/git-2.30.0-x86_64-1.txz: Upgraded.
+d/python-setuptools-51.1.1-x86_64-1.txz: Upgraded.
+l/libproxy-0.4.17-x86_64-1.txz: Upgraded.
+l/netpbm-10.93.00-x86_64-1.txz: Upgraded.
+l/openjpeg-2.4.0-x86_64-1.txz: Upgraded.
+xap/hexchat-2.14.3-x86_64-5.txz: Rebuilt.
+ Compile using -Dwith-python=python3-embed instead of -Dwith-python=python3
+ to ensure that /usr/lib*/hexchat/plugins/python.so is linked with libpython,
+ otherwise the module will not load properly.
+ Thanks to Mario Preksavec.
+xfce/xfce4-panel-profiles-1.0.12-x86_64-1.txz: Upgraded.
+xfce/xfce4-taskmanager-1.4.0-x86_64-1.txz: Upgraded.
+ </pre>]]>
+ </description>
+ </item>
+ <item>
<title>Mon, 28 Dec 2020 20:13:50 GMT</title>
<pubDate>Mon, 28 Dec 2020 20:13:50 GMT</pubDate>
<link>https://git.slackware.nl/current/tag/?h=20201228201350</link>
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 400142d65..5a71d7970 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,3 +1,24 @@
+Tue Dec 29 20:34:54 UTC 2020
+a/pkgtools-15.0-noarch-34.txz: Rebuilt.
+ installpkg: run doinst.sh in a subshell for NOLOCK packages.
+ removepkg: run uninstall scripts in a subshell.
+ This avoids a bug when handling multiple packages where these scripts might
+ be in the wrong directory when a new file/package is to be processed.
+ Thanks to Mario Preksavec.
+ap/terminus-font-4.49.1-noarch-1.txz: Upgraded.
+d/git-2.30.0-x86_64-1.txz: Upgraded.
+d/python-setuptools-51.1.1-x86_64-1.txz: Upgraded.
+l/libproxy-0.4.17-x86_64-1.txz: Upgraded.
+l/netpbm-10.93.00-x86_64-1.txz: Upgraded.
+l/openjpeg-2.4.0-x86_64-1.txz: Upgraded.
+xap/hexchat-2.14.3-x86_64-5.txz: Rebuilt.
+ Compile using -Dwith-python=python3-embed instead of -Dwith-python=python3
+ to ensure that /usr/lib*/hexchat/plugins/python.so is linked with libpython,
+ otherwise the module will not load properly.
+ Thanks to Mario Preksavec.
+xfce/xfce4-panel-profiles-1.0.12-x86_64-1.txz: Upgraded.
+xfce/xfce4-taskmanager-1.4.0-x86_64-1.txz: Upgraded.
++--------------------------+
Mon Dec 28 20:13:50 UTC 2020
a/eudev-3.2.9-x86_64-3.txz: Rebuilt.
Blacklist the snd-pcsp module. Thanks to Paulo2.
diff --git a/FILELIST.TXT b/FILELIST.TXT
index 30d45507a..3601efc86 100644
--- a/FILELIST.TXT
+++ b/FILELIST.TXT
@@ -1,20 +1,20 @@
-Mon Dec 28 20:16:50 UTC 2020
+Tue Dec 29 20:37:47 UTC 2020
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 2020-12-28 20:13 .
+drwxr-xr-x 12 root root 4096 2020-12-29 20:34 .
-rw-r--r-- 1 root root 10064 2016-06-30 18:39 ./ANNOUNCE.14_2
-rw-r--r-- 1 root root 14842 2020-12-27 02:09 ./CHANGES_AND_HINTS.TXT
--rw-r--r-- 1 root root 1059993 2020-12-27 22:55 ./CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2020-12-27 22:55 ./CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 1060076 2020-12-28 20:17 ./CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2020-12-28 20:17 ./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 1163876 2020-12-28 20:13 ./ChangeLog.txt
+-rw-r--r-- 1 root root 1164921 2020-12-29 20:34 ./ChangeLog.txt
drwxr-xr-x 3 root root 4096 2013-03-20 22:17 ./EFI
drwxr-xr-x 2 root root 4096 2020-12-26 21:50 ./EFI/BOOT
-rw-r--r-- 1 root root 1417216 2019-07-05 18:54 ./EFI/BOOT/bootx64.efi
@@ -25,9 +25,9 @@ drwxr-xr-x 2 root root 4096 2020-12-26 21:50 ./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 1382194 2020-12-27 22:55 ./FILELIST.TXT
+-rw-r--r-- 1 root root 1382294 2020-12-28 20:16 ./FILELIST.TXT
-rw-r--r-- 1 root root 1572 2012-08-29 18:27 ./GPG-KEY
--rw-r--r-- 1 root root 842613 2020-12-28 20:16 ./PACKAGES.TXT
+-rw-r--r-- 1 root root 842615 2020-12-29 20:37 ./PACKAGES.TXT
-rw-r--r-- 1 root root 8564 2016-06-28 21:33 ./README.TXT
-rw-r--r-- 1 root root 3629 2020-12-26 21:39 ./README.initrd
-rw-r--r-- 1 root root 34412 2017-12-01 17:44 ./README_CRYPT.TXT
@@ -714,13 +714,13 @@ 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 2020-12-28 20:16 ./slackware64
--rw-r--r-- 1 root root 329467 2020-12-28 20:16 ./slackware64/CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2020-12-28 20:16 ./slackware64/CHECKSUMS.md5.asc
--rw-r--r-- 1 root root 408900 2020-12-28 20:15 ./slackware64/FILE_LIST
--rw-r--r-- 1 root root 4029254 2020-12-28 20:15 ./slackware64/MANIFEST.bz2
+drwxr-xr-x 17 root root 4096 2020-12-29 20:37 ./slackware64
+-rw-r--r-- 1 root root 329473 2020-12-29 20:37 ./slackware64/CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2020-12-29 20:37 ./slackware64/CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 408904 2020-12-29 20:36 ./slackware64/FILE_LIST
+-rw-r--r-- 1 root root 4018753 2020-12-29 20:36 ./slackware64/MANIFEST.bz2
lrwxrwxrwx 1 root root 15 2009-08-23 23:34 ./slackware64/PACKAGES.TXT -> ../PACKAGES.TXT
-drwxr-xr-x 2 root root 24576 2020-12-28 20:15 ./slackware64/a
+drwxr-xr-x 2 root root 24576 2020-12-29 20:36 ./slackware64/a
-rw-r--r-- 1 root root 327 2018-06-24 18:44 ./slackware64/a/aaa_base-14.2-x86_64-5.txt
-rw-r--r-- 1 root root 10820 2018-06-24 18:44 ./slackware64/a/aaa_base-14.2-x86_64-5.txz
-rw-r--r-- 1 root root 163 2018-06-24 18:44 ./slackware64/a/aaa_base-14.2-x86_64-5.txz.asc
@@ -992,9 +992,9 @@ drwxr-xr-x 2 root root 24576 2020-12-28 20:15 ./slackware64/a
-rw-r--r-- 1 root root 450 2018-04-13 13:10 ./slackware64/a/pcmciautils-018-x86_64-2.txt
-rw-r--r-- 1 root root 32548 2018-04-13 13:10 ./slackware64/a/pcmciautils-018-x86_64-2.txz
-rw-r--r-- 1 root root 163 2018-04-13 13:10 ./slackware64/a/pcmciautils-018-x86_64-2.txz.asc
--rw-r--r-- 1 root root 672 2020-05-15 05:49 ./slackware64/a/pkgtools-15.0-noarch-33.txt
--rw-r--r-- 1 root root 197024 2020-05-15 05:49 ./slackware64/a/pkgtools-15.0-noarch-33.txz
--rw-r--r-- 1 root root 163 2020-05-15 05:49 ./slackware64/a/pkgtools-15.0-noarch-33.txz.asc
+-rw-r--r-- 1 root root 672 2020-12-29 20:12 ./slackware64/a/pkgtools-15.0-noarch-34.txt
+-rw-r--r-- 1 root root 197012 2020-12-29 20:12 ./slackware64/a/pkgtools-15.0-noarch-34.txz
+-rw-r--r-- 1 root root 163 2020-12-29 20:12 ./slackware64/a/pkgtools-15.0-noarch-34.txz.asc
-rw-r--r-- 1 root root 523 2019-01-07 20:48 ./slackware64/a/plzip-1.8-x86_64-1.txt
-rw-r--r-- 1 root root 55804 2019-01-07 20:48 ./slackware64/a/plzip-1.8-x86_64-1.txz
-rw-r--r-- 1 root root 163 2019-01-07 20:48 ./slackware64/a/plzip-1.8-x86_64-1.txz.asc
@@ -1101,7 +1101,7 @@ drwxr-xr-x 2 root root 24576 2020-12-28 20:15 ./slackware64/a
-rw-r--r-- 1 root root 540 2018-04-13 13:15 ./slackware64/a/zoo-2.10_22-x86_64-2.txt
-rw-r--r-- 1 root root 56156 2018-04-13 13:15 ./slackware64/a/zoo-2.10_22-x86_64-2.txz
-rw-r--r-- 1 root root 163 2018-04-13 13:15 ./slackware64/a/zoo-2.10_22-x86_64-2.txz.asc
-drwxr-xr-x 2 root root 20480 2020-12-28 20:15 ./slackware64/ap
+drwxr-xr-x 2 root root 20480 2020-12-29 20:36 ./slackware64/ap
-rw-r--r-- 1 root root 291 2018-04-13 13:17 ./slackware64/ap/a2ps-4.14-x86_64-7.txt
-rw-r--r-- 1 root root 694880 2018-04-13 13:17 ./slackware64/ap/a2ps-4.14-x86_64-7.txz
-rw-r--r-- 1 root root 163 2018-04-13 13:17 ./slackware64/ap/a2ps-4.14-x86_64-7.txz.asc
@@ -1323,9 +1323,9 @@ drwxr-xr-x 2 root root 20480 2020-12-28 20:15 ./slackware64/ap
-rw-r--r-- 1 root root 350812 2020-12-26 00:46 ./slackware64/ap/sysstat-12.5.2-x86_64-1.txz
-rw-r--r-- 1 root root 163 2020-12-26 00:46 ./slackware64/ap/sysstat-12.5.2-x86_64-1.txz.asc
-rw-r--r-- 1 root root 957 2020-12-07 21:44 ./slackware64/ap/tagfile
--rw-r--r-- 1 root root 495 2020-12-28 18:16 ./slackware64/ap/terminus-font-4.49-noarch-1.txt
--rw-r--r-- 1 root root 2309416 2020-12-28 18:16 ./slackware64/ap/terminus-font-4.49-noarch-1.txz
--rw-r--r-- 1 root root 163 2020-12-28 18:16 ./slackware64/ap/terminus-font-4.49-noarch-1.txz.asc
+-rw-r--r-- 1 root root 495 2020-12-28 22:04 ./slackware64/ap/terminus-font-4.49.1-noarch-1.txt
+-rw-r--r-- 1 root root 2309388 2020-12-28 22:04 ./slackware64/ap/terminus-font-4.49.1-noarch-1.txz
+-rw-r--r-- 1 root root 163 2020-12-28 22:04 ./slackware64/ap/terminus-font-4.49.1-noarch-1.txz.asc
-rw-r--r-- 1 root root 614 2020-06-22 19:16 ./slackware64/ap/texinfo-6.7-x86_64-2.txt
-rw-r--r-- 1 root root 1293452 2020-06-22 19:16 ./slackware64/ap/texinfo-6.7-x86_64-2.txz
-rw-r--r-- 1 root root 163 2020-06-22 19:16 ./slackware64/ap/texinfo-6.7-x86_64-2.txz.asc
@@ -1356,7 +1356,7 @@ drwxr-xr-x 2 root root 20480 2020-12-28 20:15 ./slackware64/ap
-rw-r--r-- 1 root root 506 2020-02-16 18:00 ./slackware64/ap/zsh-5.8-x86_64-1.txt
-rw-r--r-- 1 root root 3053312 2020-02-16 18:00 ./slackware64/ap/zsh-5.8-x86_64-1.txz
-rw-r--r-- 1 root root 163 2020-02-16 18:00 ./slackware64/ap/zsh-5.8-x86_64-1.txz.asc
-drwxr-xr-x 2 root root 16384 2020-12-26 21:56 ./slackware64/d
+drwxr-xr-x 2 root root 16384 2020-12-29 20:36 ./slackware64/d
-rw-r--r-- 1 root root 360 2020-10-24 22:39 ./slackware64/d/Cython-0.29.21-x86_64-2.txt
-rw-r--r-- 1 root root 2380688 2020-10-24 22:39 ./slackware64/d/Cython-0.29.21-x86_64-2.txz
-rw-r--r-- 1 root root 163 2020-10-24 22:39 ./slackware64/d/Cython-0.29.21-x86_64-2.txz.asc
@@ -1435,9 +1435,9 @@ drwxr-xr-x 2 root root 16384 2020-12-26 21:56 ./slackware64/d
-rw-r--r-- 1 root root 628 2020-07-27 17:32 ./slackware64/d/gettext-tools-0.21-x86_64-1.txt
-rw-r--r-- 1 root root 2174776 2020-07-27 17:32 ./slackware64/d/gettext-tools-0.21-x86_64-1.txz
-rw-r--r-- 1 root root 163 2020-07-27 17:32 ./slackware64/d/gettext-tools-0.21-x86_64-1.txz.asc
--rw-r--r-- 1 root root 397 2020-10-30 19:28 ./slackware64/d/git-2.29.2-x86_64-1.txt
--rw-r--r-- 1 root root 6262040 2020-10-30 19:28 ./slackware64/d/git-2.29.2-x86_64-1.txz
--rw-r--r-- 1 root root 163 2020-10-30 19:28 ./slackware64/d/git-2.29.2-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 397 2020-12-28 22:06 ./slackware64/d/git-2.30.0-x86_64-1.txt
+-rw-r--r-- 1 root root 6415420 2020-12-28 22:06 ./slackware64/d/git-2.30.0-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2020-12-28 22:06 ./slackware64/d/git-2.30.0-x86_64-1.txz.asc
-rw-r--r-- 1 root root 589 2020-12-24 19:57 ./slackware64/d/gnucobol-3.1.2-x86_64-1.txt
-rw-r--r-- 1 root root 880648 2020-12-24 19:57 ./slackware64/d/gnucobol-3.1.2-x86_64-1.txz
-rw-r--r-- 1 root root 163 2020-12-24 19:57 ./slackware64/d/gnucobol-3.1.2-x86_64-1.txz.asc
@@ -1520,9 +1520,9 @@ drwxr-xr-x 2 root root 16384 2020-12-26 21:56 ./slackware64/d
-rw-r--r-- 1 root root 270 2020-12-15 19:32 ./slackware64/d/python-pip-20.3.3-x86_64-1.txt
-rw-r--r-- 1 root root 1703740 2020-12-15 19:32 ./slackware64/d/python-pip-20.3.3-x86_64-1.txz
-rw-r--r-- 1 root root 163 2020-12-15 19:32 ./slackware64/d/python-pip-20.3.3-x86_64-1.txz.asc
--rw-r--r-- 1 root root 562 2020-12-21 20:12 ./slackware64/d/python-setuptools-51.1.0-x86_64-1.txt
--rw-r--r-- 1 root root 1464912 2020-12-21 20:12 ./slackware64/d/python-setuptools-51.1.0-x86_64-1.txz
--rw-r--r-- 1 root root 163 2020-12-21 20:12 ./slackware64/d/python-setuptools-51.1.0-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 562 2020-12-29 05:08 ./slackware64/d/python-setuptools-51.1.1-x86_64-1.txt
+-rw-r--r-- 1 root root 1465328 2020-12-29 05:08 ./slackware64/d/python-setuptools-51.1.1-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2020-12-29 05:08 ./slackware64/d/python-setuptools-51.1.1-x86_64-1.txz.asc
-rw-r--r-- 1 root root 484 2020-10-20 18:50 ./slackware64/d/python2-2.7.18-x86_64-2.txt
-rw-r--r-- 1 root root 13034904 2020-10-20 18:50 ./slackware64/d/python2-2.7.18-x86_64-2.txz
-rw-r--r-- 1 root root 163 2020-10-20 18:50 ./slackware64/d/python2-2.7.18-x86_64-2.txz.asc
@@ -2691,7 +2691,7 @@ drwxr-xr-x 2 root root 77824 2020-12-25 00:55 ./slackware64/kde
-rw-r--r-- 1 root root 296 2020-12-11 06:35 ./slackware64/kde/zeroconf-ioslave-20.12.0-x86_64-1.txt
-rw-r--r-- 1 root root 52464 2020-12-11 06:35 ./slackware64/kde/zeroconf-ioslave-20.12.0-x86_64-1.txz
-rw-r--r-- 1 root root 163 2020-12-11 06:35 ./slackware64/kde/zeroconf-ioslave-20.12.0-x86_64-1.txz.asc
-drwxr-xr-x 2 root root 73728 2020-12-27 22:54 ./slackware64/l
+drwxr-xr-x 2 root root 73728 2020-12-29 20:36 ./slackware64/l
-rw-r--r-- 1 root root 329 2020-12-24 21:11 ./slackware64/l/GConf-3.2.6-x86_64-5.txt
-rw-r--r-- 1 root root 928300 2020-12-24 21:11 ./slackware64/l/GConf-3.2.6-x86_64-5.txz
-rw-r--r-- 1 root root 163 2020-12-24 21:11 ./slackware64/l/GConf-3.2.6-x86_64-5.txz.asc
@@ -3306,9 +3306,9 @@ drwxr-xr-x 2 root root 73728 2020-12-27 22:54 ./slackware64/l
-rw-r--r-- 1 root root 489 2019-04-17 19:04 ./slackware64/l/libpng-1.6.37-x86_64-1.txt
-rw-r--r-- 1 root root 309860 2019-04-17 19:04 ./slackware64/l/libpng-1.6.37-x86_64-1.txz
-rw-r--r-- 1 root root 163 2019-04-17 19:04 ./slackware64/l/libpng-1.6.37-x86_64-1.txz.asc
--rw-r--r-- 1 root root 499 2020-12-05 19:31 ./slackware64/l/libproxy-0.4.16-x86_64-1.txt
--rw-r--r-- 1 root root 90264 2020-12-05 19:31 ./slackware64/l/libproxy-0.4.16-x86_64-1.txz
--rw-r--r-- 1 root root 163 2020-12-05 19:31 ./slackware64/l/libproxy-0.4.16-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 499 2020-12-29 20:22 ./slackware64/l/libproxy-0.4.17-x86_64-1.txt
+-rw-r--r-- 1 root root 90120 2020-12-29 20:22 ./slackware64/l/libproxy-0.4.17-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2020-12-29 20:22 ./slackware64/l/libproxy-0.4.17-x86_64-1.txz.asc
-rw-r--r-- 1 root root 600 2020-07-20 17:16 ./slackware64/l/libpsl-0.21.1-x86_64-2.txt
-rw-r--r-- 1 root root 143556 2020-07-20 17:16 ./slackware64/l/libpsl-0.21.1-x86_64-2.txz
-rw-r--r-- 1 root root 163 2020-07-20 17:16 ./slackware64/l/libpsl-0.21.1-x86_64-2.txz.asc
@@ -3479,9 +3479,9 @@ drwxr-xr-x 2 root root 73728 2020-12-27 22:54 ./slackware64/l
-rw-r--r-- 1 root root 345 2020-06-22 18:43 ./slackware64/l/neon-0.31.2-x86_64-1.txt
-rw-r--r-- 1 root root 206304 2020-06-22 18:43 ./slackware64/l/neon-0.31.2-x86_64-1.txz
-rw-r--r-- 1 root root 163 2020-06-22 18:43 ./slackware64/l/neon-0.31.2-x86_64-1.txz.asc
--rw-r--r-- 1 root root 271 2020-12-18 19:47 ./slackware64/l/netpbm-10.92.01-x86_64-1.txt
--rw-r--r-- 1 root root 2066864 2020-12-18 19:47 ./slackware64/l/netpbm-10.92.01-x86_64-1.txz
--rw-r--r-- 1 root root 163 2020-12-18 19:47 ./slackware64/l/netpbm-10.92.01-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 271 2020-12-28 22:07 ./slackware64/l/netpbm-10.93.00-x86_64-1.txt
+-rw-r--r-- 1 root root 2069076 2020-12-28 22:07 ./slackware64/l/netpbm-10.93.00-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2020-12-28 22:07 ./slackware64/l/netpbm-10.93.00-x86_64-1.txz.asc
-rw-r--r-- 1 root root 423 2020-10-24 22:41 ./slackware64/l/newt-0.52.21-x86_64-3.txt
-rw-r--r-- 1 root root 113512 2020-10-24 22:41 ./slackware64/l/newt-0.52.21-x86_64-3.txz
-rw-r--r-- 1 root root 163 2020-10-24 22:41 ./slackware64/l/newt-0.52.21-x86_64-3.txz.asc
@@ -3500,9 +3500,9 @@ drwxr-xr-x 2 root root 73728 2020-12-27 22:54 ./slackware64/l
-rw-r--r-- 1 root root 456 2020-12-14 20:28 ./slackware64/l/openexr-2.5.3-x86_64-2.txt
-rw-r--r-- 1 root root 8586480 2020-12-14 20:28 ./slackware64/l/openexr-2.5.3-x86_64-2.txz
-rw-r--r-- 1 root root 163 2020-12-14 20:28 ./slackware64/l/openexr-2.5.3-x86_64-2.txz.asc
--rw-r--r-- 1 root root 226 2019-04-05 19:40 ./slackware64/l/openjpeg-2.3.1-x86_64-1.txt
--rw-r--r-- 1 root root 507912 2019-04-05 19:40 ./slackware64/l/openjpeg-2.3.1-x86_64-1.txz
--rw-r--r-- 1 root root 163 2019-04-05 19:40 ./slackware64/l/openjpeg-2.3.1-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 226 2020-12-29 05:06 ./slackware64/l/openjpeg-2.4.0-x86_64-1.txt
+-rw-r--r-- 1 root root 483812 2020-12-29 05:06 ./slackware64/l/openjpeg-2.4.0-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2020-12-29 05:06 ./slackware64/l/openjpeg-2.4.0-x86_64-1.txz.asc
-rw-r--r-- 1 root root 512 2019-04-13 19:10 ./slackware64/l/opus-1.3.1-x86_64-1.txt
-rw-r--r-- 1 root root 370144 2019-04-13 19:10 ./slackware64/l/opus-1.3.1-x86_64-1.txz
-rw-r--r-- 1 root root 163 2019-04-13 19:10 ./slackware64/l/opus-1.3.1-x86_64-1.txz.asc
@@ -5211,7 +5211,7 @@ drwxr-xr-x 2 root root 65536 2020-12-27 22:54 ./slackware64/x
-rw-r--r-- 1 root root 213 2018-04-13 06:10 ./slackware64/x/xwud-1.0.5-x86_64-2.txt
-rw-r--r-- 1 root root 25288 2018-04-13 06:10 ./slackware64/x/xwud-1.0.5-x86_64-2.txz
-rw-r--r-- 1 root root 163 2018-04-13 06:10 ./slackware64/x/xwud-1.0.5-x86_64-2.txz.asc
-drwxr-xr-x 2 root root 12288 2020-12-27 22:54 ./slackware64/xap
+drwxr-xr-x 2 root root 12288 2020-12-29 20:36 ./slackware64/xap
-rw-r--r-- 1 root root 625 2020-04-05 20:17 ./slackware64/xap/MPlayer-20200103-x86_64-2.txt
-rw-r--r-- 1 root root 2733304 2020-04-05 20:17 ./slackware64/xap/MPlayer-20200103-x86_64-2.txz
-rw-r--r-- 1 root root 163 2020-04-05 20:17 ./slackware64/xap/MPlayer-20200103-x86_64-2.txz.asc
@@ -5275,9 +5275,9 @@ drwxr-xr-x 2 root root 12288 2020-12-27 22:54 ./slackware64/xap
-rw-r--r-- 1 root root 369 2019-12-05 18:34 ./slackware64/xap/gv-3.7.4-x86_64-3.txt
-rw-r--r-- 1 root root 207236 2019-12-05 18:34 ./slackware64/xap/gv-3.7.4-x86_64-3.txz
-rw-r--r-- 1 root root 163 2019-12-05 18:34 ./slackware64/xap/gv-3.7.4-x86_64-3.txz.asc
--rw-r--r-- 1 root root 231 2020-10-24 22:41 ./slackware64/xap/hexchat-2.14.3-x86_64-4.txt
--rw-r--r-- 1 root root 1140468 2020-10-24 22:41 ./slackware64/xap/hexchat-2.14.3-x86_64-4.txz
--rw-r--r-- 1 root root 163 2020-10-24 22:41 ./slackware64/xap/hexchat-2.14.3-x86_64-4.txz.asc
+-rw-r--r-- 1 root root 231 2020-12-29 20:17 ./slackware64/xap/hexchat-2.14.3-x86_64-5.txt
+-rw-r--r-- 1 root root 1144000 2020-12-29 20:17 ./slackware64/xap/hexchat-2.14.3-x86_64-5.txz
+-rw-r--r-- 1 root root 163 2020-12-29 20:17 ./slackware64/xap/hexchat-2.14.3-x86_64-5.txz.asc
-rwxr-xr-x 1 root root 2897 2009-06-24 22:06 ./slackware64/xap/install-packages
-rw-r--r-- 1 root root 446 2006-09-18 10:41 ./slackware64/xap/install.end
-rw-r--r-- 1 root root 306 2020-12-19 19:21 ./slackware64/xap/libnma-1.8.30-x86_64-1.txt
@@ -5367,7 +5367,7 @@ drwxr-xr-x 2 root root 12288 2020-12-27 22:54 ./slackware64/xap
-rw-r--r-- 1 root root 230 2020-12-27 22:36 ./slackware64/xap/xsnow-3.2.0-x86_64-1.txt
-rw-r--r-- 1 root root 218040 2020-12-27 22:36 ./slackware64/xap/xsnow-3.2.0-x86_64-1.txz
-rw-r--r-- 1 root root 163 2020-12-27 22:36 ./slackware64/xap/xsnow-3.2.0-x86_64-1.txz.asc
-drwxr-xr-x 2 root root 12288 2020-12-27 22:54 ./slackware64/xfce
+drwxr-xr-x 2 root root 12288 2020-12-29 20:36 ./slackware64/xfce
-rw-r--r-- 1 root root 253 2020-12-27 22:13 ./slackware64/xfce/Greybird-3.22.13-noarch-2.txt
-rw-r--r-- 1 root root 192616 2020-12-27 22:13 ./slackware64/xfce/Greybird-3.22.13-noarch-2.txz
-rw-r--r-- 1 root root 163 2020-12-27 22:13 ./slackware64/xfce/Greybird-3.22.13-noarch-2.txz.asc
@@ -5418,9 +5418,9 @@ drwxr-xr-x 2 root root 12288 2020-12-27 22:54 ./slackware64/xfce
-rw-r--r-- 1 root root 437 2020-12-27 22:15 ./slackware64/xfce/xfce4-panel-4.16.0-x86_64-1.txt
-rw-r--r-- 1 root root 732436 2020-12-27 22:15 ./slackware64/xfce/xfce4-panel-4.16.0-x86_64-1.txz
-rw-r--r-- 1 root root 163 2020-12-27 22:15 ./slackware64/xfce/xfce4-panel-4.16.0-x86_64-1.txz.asc
--rw-r--r-- 1 root root 637 2020-12-27 22:15 ./slackware64/xfce/xfce4-panel-profiles-1.0.10-x86_64-2.txt
--rw-r--r-- 1 root root 59536 2020-12-27 22:15 ./slackware64/xfce/xfce4-panel-profiles-1.0.10-x86_64-2.txz
--rw-r--r-- 1 root root 163 2020-12-27 22:15 ./slackware64/xfce/xfce4-panel-profiles-1.0.10-x86_64-2.txz.asc
+-rw-r--r-- 1 root root 637 2020-12-29 04:19 ./slackware64/xfce/xfce4-panel-profiles-1.0.12-x86_64-1.txt
+-rw-r--r-- 1 root root 73472 2020-12-29 04:19 ./slackware64/xfce/xfce4-panel-profiles-1.0.12-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2020-12-29 04:19 ./slackware64/xfce/xfce4-panel-profiles-1.0.12-x86_64-1.txz.asc
-rw-r--r-- 1 root root 413 2020-12-27 22:15 ./slackware64/xfce/xfce4-power-manager-4.16.0-x86_64-1.txt
-rw-r--r-- 1 root root 524028 2020-12-27 22:15 ./slackware64/xfce/xfce4-power-manager-4.16.0-x86_64-1.txz
-rw-r--r-- 1 root root 163 2020-12-27 22:15 ./slackware64/xfce/xfce4-power-manager-4.16.0-x86_64-1.txz.asc
@@ -5442,9 +5442,9 @@ drwxr-xr-x 2 root root 12288 2020-12-27 22:54 ./slackware64/xfce
-rw-r--r-- 1 root root 402 2020-12-27 22:16 ./slackware64/xfce/xfce4-systemload-plugin-1.2.4-x86_64-2.txt
-rw-r--r-- 1 root root 41452 2020-12-27 22:16 ./slackware64/xfce/xfce4-systemload-plugin-1.2.4-x86_64-2.txz
-rw-r--r-- 1 root root 163 2020-12-27 22:16 ./slackware64/xfce/xfce4-systemload-plugin-1.2.4-x86_64-2.txz.asc
--rw-r--r-- 1 root root 463 2020-12-27 22:16 ./slackware64/xfce/xfce4-taskmanager-1.2.3-x86_64-2.txt
--rw-r--r-- 1 root root 106468 2020-12-27 22:16 ./slackware64/xfce/xfce4-taskmanager-1.2.3-x86_64-2.txz
--rw-r--r-- 1 root root 163 2020-12-27 22:16 ./slackware64/xfce/xfce4-taskmanager-1.2.3-x86_64-2.txz.asc
+-rw-r--r-- 1 root root 463 2020-12-29 00:36 ./slackware64/xfce/xfce4-taskmanager-1.4.0-x86_64-1.txt
+-rw-r--r-- 1 root root 114044 2020-12-29 00:36 ./slackware64/xfce/xfce4-taskmanager-1.4.0-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2020-12-29 00:36 ./slackware64/xfce/xfce4-taskmanager-1.4.0-x86_64-1.txz.asc
-rw-r--r-- 1 root root 443 2020-12-27 22:16 ./slackware64/xfce/xfce4-terminal-0.8.10-x86_64-1.txt
-rw-r--r-- 1 root root 397972 2020-12-27 22:16 ./slackware64/xfce/xfce4-terminal-0.8.10-x86_64-1.txz
-rw-r--r-- 1 root root 163 2020-12-27 22:16 ./slackware64/xfce/xfce4-terminal-0.8.10-x86_64-1.txz.asc
@@ -5472,11 +5472,11 @@ drwxr-xr-x 2 root root 4096 2019-02-17 23:51 ./slackware64/y
-rw-r--r-- 1 root root 1147 2018-03-01 07:55 ./slackware64/y/maketag
-rw-r--r-- 1 root root 1147 2018-03-01 07:55 ./slackware64/y/maketag.ez
-rw-r--r-- 1 root root 14 2018-03-01 07:55 ./slackware64/y/tagfile
-drwxr-xr-x 18 root root 4096 2020-12-28 20:16 ./source
--rw-r--r-- 1 root root 561689 2020-12-28 20:16 ./source/CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2020-12-28 20:16 ./source/CHECKSUMS.md5.asc
--rw-r--r-- 1 root root 782311 2020-12-28 20:16 ./source/FILE_LIST
--rw-r--r-- 1 root root 22254647 2020-12-28 20:16 ./source/MANIFEST.bz2
+drwxr-xr-x 18 root root 4096 2020-12-29 20:37 ./source
+-rw-r--r-- 1 root root 561691 2020-12-29 20:37 ./source/CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2020-12-29 20:37 ./source/CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 782313 2020-12-29 20:37 ./source/FILE_LIST
+-rw-r--r-- 1 root root 22237202 2020-12-29 20:37 ./source/MANIFEST.bz2
-rw-r--r-- 1 root root 1314 2006-10-02 04:40 ./source/README.TXT
drwxr-xr-x 121 root root 4096 2020-12-27 19:51 ./source/a
-rw-r--r-- 1 root root 1034 2019-05-04 17:56 ./source/a/FTBFSlog
@@ -6219,15 +6219,15 @@ drwxr-xr-x 2 root root 4096 2019-10-04 06:20 ./source/a/pkgtools/manpages
-rw-r--r-- 1 root root 2518 2009-04-11 21:11 ./source/a/pkgtools/manpages/pkgtool.8
-rw-r--r-- 1 root root 4049 2020-04-01 22:09 ./source/a/pkgtools/manpages/removepkg.8
-rw-r--r-- 1 root root 2962 2018-06-08 19:56 ./source/a/pkgtools/manpages/upgradepkg.8
--rwxr-xr-x 1 root root 3754 2020-05-15 05:49 ./source/a/pkgtools/pkgtools.SlackBuild
+-rwxr-xr-x 1 root root 3754 2020-12-29 20:12 ./source/a/pkgtools/pkgtools.SlackBuild
drwxr-xr-x 2 root root 4096 2020-01-12 23:09 ./source/a/pkgtools/scripts
-rw-r--r-- 1 root root 3608 2018-06-19 19:28 ./source/a/pkgtools/scripts/explodepkg
--rw-r--r-- 1 root root 27627 2020-04-01 22:02 ./source/a/pkgtools/scripts/installpkg
+-rw-r--r-- 1 root root 27635 2020-12-29 20:11 ./source/a/pkgtools/scripts/installpkg
-rw-r--r-- 1 root root 13672 2018-06-19 19:28 ./source/a/pkgtools/scripts/makebootdisk
-rw-r--r-- 1 root root 16220 2019-11-24 21:11 ./source/a/pkgtools/scripts/makepkg
-rw-r--r-- 1 root root 4712 2018-04-11 20:28 ./source/a/pkgtools/scripts/pkgdiff
-rw-r--r-- 1 root root 21938 2018-06-19 19:28 ./source/a/pkgtools/scripts/pkgtool
--rw-r--r-- 1 root root 17084 2020-04-01 22:33 ./source/a/pkgtools/scripts/removepkg
+-rw-r--r-- 1 root root 17088 2020-12-29 20:12 ./source/a/pkgtools/scripts/removepkg
-rw-r--r-- 1 root root 170 2003-02-16 00:56 ./source/a/pkgtools/scripts/setup.70.install-kernel
-rw-r--r-- 1 root root 9164 2018-06-19 19:28 ./source/a/pkgtools/scripts/setup.80.make-bootdisk
-rw-r--r-- 1 root root 1062 2018-04-28 19:12 ./source/a/pkgtools/scripts/setup.htmlview
@@ -7034,10 +7034,10 @@ drwxr-xr-x 2 root root 4096 2020-12-26 00:46 ./source/ap/sysstat
-rw-r--r-- 1 root root 817856 2020-12-20 08:52 ./source/ap/sysstat/sysstat-12.5.2.tar.xz
-rwxr-xr-x 1 root root 5755 2019-09-29 23:48 ./source/ap/sysstat/sysstat.SlackBuild
-rw-r--r-- 1 root root 46 2019-08-16 04:04 ./source/ap/sysstat/sysstat.url
-drwxr-xr-x 2 root root 4096 2020-12-28 18:15 ./source/ap/terminus-font
+drwxr-xr-x 2 root root 4096 2020-12-28 22:04 ./source/ap/terminus-font
-rw-r--r-- 1 root root 159 2018-06-05 22:38 ./source/ap/terminus-font/doinst.sh.gz
-rw-r--r-- 1 root root 956 2019-12-14 18:35 ./source/ap/terminus-font/slack-desc
--rw-r--r-- 1 root root 276154 2020-12-26 10:33 ./source/ap/terminus-font/terminus-font-4.49.tar.lz
+-rw-r--r-- 1 root root 276111 2020-12-28 18:45 ./source/ap/terminus-font/terminus-font-4.49.1.tar.lz
-rw-r--r-- 1 root root 259 2020-12-28 18:15 ./source/ap/terminus-font/terminus-font.Makefile.paths.diff.gz
-rwxr-xr-x 1 root root 3441 2020-12-28 18:14 ./source/ap/terminus-font/terminus-font.SlackBuild
drwxr-xr-x 2 root root 4096 2020-06-22 19:06 ./source/ap/texinfo
@@ -7230,9 +7230,9 @@ drwxr-xr-x 2 root root 4096 2020-10-24 18:47 ./source/d/gdb
-rwxr-xr-x 1 root root 4465 2020-10-24 18:59 ./source/d/gdb/gdb.SlackBuild
-rw-r--r-- 1 root root 1200 2018-02-27 06:48 ./source/d/gdb/slack-desc
lrwxrwxrwx 1 root root 12 2010-07-29 00:48 ./source/d/gettext-tools -> ../a/gettext
-drwxr-xr-x 2 root root 4096 2020-10-30 19:24 ./source/d/git
--rw-r--r-- 1 root root 566 2020-10-29 22:21 ./source/d/git/git-2.29.2.tar.sign
--rw-r--r-- 1 root root 6187988 2020-10-29 22:21 ./source/d/git/git-2.29.2.tar.xz
+drwxr-xr-x 2 root root 4096 2020-12-28 22:05 ./source/d/git
+-rw-r--r-- 1 root root 566 2020-12-28 17:02 ./source/d/git/git-2.30.0.tar.sign
+-rw-r--r-- 1 root root 6325652 2020-12-28 17:02 ./source/d/git/git-2.30.0.tar.xz
-rwxr-xr-x 1 root root 5305 2020-02-17 19:17 ./source/d/git/git.SlackBuild
-rw-r--r-- 1 root root 45 2015-09-01 20:04 ./source/d/git/git.url
-rw-r--r-- 1 root root 848 2018-02-27 06:13 ./source/d/git/slack-desc
@@ -7424,10 +7424,10 @@ drwxr-xr-x 2 root root 4096 2020-12-15 19:31 ./source/d/python-pip
-rw-r--r-- 1 root root 33 2018-03-29 06:10 ./source/d/python-pip/pip.url
-rwxr-xr-x 1 root root 2876 2020-11-30 19:03 ./source/d/python-pip/python-pip.SlackBuild
-rw-r--r-- 1 root root 760 2018-02-27 06:13 ./source/d/python-pip/slack-desc
-drwxr-xr-x 2 root root 4096 2020-12-21 20:12 ./source/d/python-setuptools
+drwxr-xr-x 2 root root 4096 2020-12-29 05:07 ./source/d/python-setuptools
-rwxr-xr-x 1 root root 3206 2020-12-07 02:22 ./source/d/python-setuptools/python-setuptools.SlackBuild
-rw-r--r-- 1 root root 40 2017-11-28 22:11 ./source/d/python-setuptools/python-setuptools.url
--rw-r--r-- 1 root root 1194509 2020-12-21 18:40 ./source/d/python-setuptools/setuptools-51.1.0.tar.lz
+-rw-r--r-- 1 root root 1194637 2020-12-29 03:56 ./source/d/python-setuptools/setuptools-51.1.1.tar.lz
-rw-r--r-- 1 root root 1059 2018-02-27 06:13 ./source/d/python-setuptools/slack-desc
drwxr-xr-x 2 root root 4096 2020-10-20 18:33 ./source/d/python2
-rw-r--r-- 1 root root 12854736 2020-04-19 21:50 ./source/d/python2/Python-2.7.18.tar.xz
@@ -10515,8 +10515,8 @@ drwxr-xr-x 2 root root 4096 2019-09-29 23:48 ./source/l/libpng
-rwxr-xr-x 1 root root 4705 2019-09-29 23:48 ./source/l/libpng/libpng.SlackBuild
-rw-r--r-- 1 root root 30 2018-10-22 17:54 ./source/l/libpng/libpng.url
-rw-r--r-- 1 root root 943 2018-02-27 06:12 ./source/l/libpng/slack-desc
-drwxr-xr-x 2 root root 4096 2020-12-05 19:31 ./source/l/libproxy
--rw-r--r-- 1 root root 79923 2020-12-04 11:07 ./source/l/libproxy/libproxy-0.4.16.tar.lz
+drwxr-xr-x 2 root root 4096 2020-12-29 20:21 ./source/l/libproxy
+-rw-r--r-- 1 root root 79931 2020-12-29 11:30 ./source/l/libproxy/libproxy-0.4.17.tar.lz
-rwxr-xr-x 1 root root 4002 2020-12-05 19:27 ./source/l/libproxy/libproxy.SlackBuild
-rw-r--r-- 1 root root 37 2017-04-12 20:20 ./source/l/libproxy/libproxy.url
-rw-r--r-- 1 root root 954 2018-02-27 06:12 ./source/l/libproxy/slack-desc
@@ -10819,8 +10819,8 @@ drwxr-xr-x 2 root root 4096 2020-06-22 18:43 ./source/l/neon
-rwxr-xr-x 1 root root 4451 2020-03-25 19:11 ./source/l/neon/neon.SlackBuild
-rw-r--r-- 1 root root 31 2020-04-18 18:41 ./source/l/neon/neon.url
-rw-r--r-- 1 root root 797 2020-04-18 18:41 ./source/l/neon/slack-desc
-drwxr-xr-x 2 root root 4096 2020-12-18 19:46 ./source/l/netpbm
--rw-r--r-- 1 root root 2729179 2020-12-18 19:46 ./source/l/netpbm/netpbm-10.92.01.tar.lz
+drwxr-xr-x 2 root root 4096 2020-12-28 22:07 ./source/l/netpbm
+-rw-r--r-- 1 root root 2732072 2020-12-28 22:06 ./source/l/netpbm/netpbm-10.93.00.tar.lz
-rw-r--r-- 1 root root 381 2019-04-17 08:07 ./source/l/netpbm/netpbm-CAN-2005-2471.patch.gz
-rw-r--r-- 1 root root 382 2019-04-17 08:07 ./source/l/netpbm/netpbm-CVE-2017-2587.patch.gz
-rw-r--r-- 1 root root 284 2019-04-17 08:07 ./source/l/netpbm/netpbm-bmptopnm.patch.gz
@@ -10874,9 +10874,9 @@ drwxr-xr-x 2 root root 4096 2020-10-29 04:13 ./source/l/openexr
-rwxr-xr-x 1 root root 4030 2020-12-14 20:27 ./source/l/openexr/openexr.SlackBuild
-rw-r--r-- 1 root root 53 2020-10-29 04:09 ./source/l/openexr/openexr.url
-rw-r--r-- 1 root root 911 2018-02-27 06:12 ./source/l/openexr/slack-desc
-drwxr-xr-x 2 root root 4096 2019-09-29 23:48 ./source/l/openjpeg
--rw-r--r-- 1 root root 1456425 2019-04-02 12:45 ./source/l/openjpeg/openjpeg-2.3.1.tar.lz
--rwxr-xr-x 1 root root 4243 2019-09-29 23:48 ./source/l/openjpeg/openjpeg.SlackBuild
+drwxr-xr-x 2 root root 4096 2020-12-29 05:04 ./source/l/openjpeg
+-rw-r--r-- 1 root root 1471745 2020-12-28 20:59 ./source/l/openjpeg/openjpeg-2.4.0.tar.lz
+-rwxr-xr-x 1 root root 4273 2020-12-29 05:06 ./source/l/openjpeg/openjpeg.SlackBuild
-rw-r--r-- 1 root root 387 2017-10-04 19:22 ./source/l/openjpeg/openjpeg2_remove-thirdparty.patch.gz
-rw-r--r-- 1 root root 682 2018-02-27 06:12 ./source/l/openjpeg/slack-desc
drwxr-xr-x 2 root root 4096 2019-09-29 23:48 ./source/l/opus
@@ -14200,7 +14200,7 @@ drwxr-xr-x 2 root root 4096 2020-10-24 18:47 ./source/xap/hexchat
-rw-r--r-- 1 root root 172 2014-06-01 17:08 ./source/xap/hexchat/doinst.sh.gz
-rw-r--r-- 1 root root 1292072 2019-12-21 06:47 ./source/xap/hexchat/hexchat-2.14.3.tar.xz
-rw-r--r-- 1 root root 833 2019-12-21 06:47 ./source/xap/hexchat/hexchat-2.14.3.tar.xz.asc
--rwxr-xr-x 1 root root 3765 2020-10-24 18:47 ./source/xap/hexchat/hexchat.SlackBuild
+-rwxr-xr-x 1 root root 3777 2020-12-29 20:15 ./source/xap/hexchat/hexchat.SlackBuild
-rw-r--r-- 1 root root 110 2019-12-21 17:57 ./source/xap/hexchat/hexchat.url
-rw-r--r-- 1 root root 718 2018-02-27 06:13 ./source/xap/hexchat/slack-desc
drwxr-xr-x 2 root root 4096 2020-12-19 19:21 ./source/xap/libnma
@@ -14478,7 +14478,7 @@ drwxr-xr-x 2 root root 4096 2020-12-27 22:36 ./source/xap/xsnow
-rw-r--r-- 1 root root 297360 2020-12-26 11:05 ./source/xap/xsnow/xsnow-3.2.0.tar.lz
-rwxr-xr-x 1 root root 4095 2020-12-24 22:15 ./source/xap/xsnow/xsnow.SlackBuild
-rw-r--r-- 1 root root 46 2020-12-24 21:51 ./source/xap/xsnow/xsnow.url
-drwxr-xr-x 32 root root 4096 2020-12-27 21:44 ./source/xfce
+drwxr-xr-x 32 root root 4096 2020-12-29 04:19 ./source/xfce
-rw-r--r-- 1 root root 82 2020-12-05 23:01 ./source/xfce/FTBFSlog
drwxr-xr-x 2 root root 4096 2020-12-19 05:50 ./source/xfce/Greybird
-rw-r--r-- 1 root root 939 2020-12-19 05:49 ./source/xfce/Greybird/0001-Make-CSD-titlebars-slimmer.patch.gz
@@ -14553,11 +14553,11 @@ drwxr-xr-x 2 root root 4096 2020-12-19 05:12 ./source/xfce/xfce4-notifyd
-rwxr-xr-x 1 root root 4023 2020-12-27 20:55 ./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 2020-12-25 18:19 ./source/xfce/xfce4-panel
-drwxr-xr-x 2 root root 4096 2020-12-20 19:56 ./source/xfce/xfce4-panel-profiles
+drwxr-xr-x 2 root root 4096 2020-12-29 04:02 ./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 59439 2020-01-15 03:07 ./source/xfce/xfce4-panel-profiles/xfce4-panel-profiles-1.0.10.tar.lz
--rwxr-xr-x 1 root root 4120 2020-12-27 20:55 ./source/xfce/xfce4-panel-profiles/xfce4-panel-profiles.SlackBuild
+-rw-r--r-- 1 root root 75612 2020-12-29 03:34 ./source/xfce/xfce4-panel-profiles/xfce4-panel-profiles-1.0.12.tar.lz
+-rwxr-xr-x 1 root root 3834 2020-12-29 04:02 ./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 1118449 2020-12-22 23:05 ./source/xfce/xfce4-panel/xfce4-panel-4.16.0.tar.lz
-rwxr-xr-x 1 root root 4924 2020-12-25 18:19 ./source/xfce/xfce4-panel/xfce4-panel.SlackBuild
@@ -14602,11 +14602,11 @@ drwxr-xr-x 2 root root 4096 2020-12-21 01:03 ./source/xfce/xfce4-systemloa
-rw-r--r-- 1 root root 311682 2020-12-20 23:19 ./source/xfce/xfce4-systemload-plugin/xfce4-systemload-plugin-1.2.4.tar.lz
-rwxr-xr-x 1 root root 3617 2020-12-27 20:51 ./source/xfce/xfce4-systemload-plugin/xfce4-systemload-plugin.SlackBuild
-rw-r--r-- 1 root root 67 2011-11-28 03:14 ./source/xfce/xfce4-systemload-plugin/xfce4-systemload-plugin.url
-drwxr-xr-x 2 root root 4096 2020-12-23 03:11 ./source/xfce/xfce4-taskmanager
+drwxr-xr-x 2 root root 4096 2020-12-28 23:14 ./source/xfce/xfce4-taskmanager
-rw-r--r-- 1 root root 121 2011-10-26 15:38 ./source/xfce/xfce4-taskmanager/doinst.sh.gz
-rw-r--r-- 1 root root 928 2018-02-27 06:13 ./source/xfce/xfce4-taskmanager/slack-desc
--rw-r--r-- 1 root root 354254 2020-04-10 23:00 ./source/xfce/xfce4-taskmanager/xfce4-taskmanager-1.2.3.tar.lz
--rwxr-xr-x 1 root root 3595 2020-12-27 20:57 ./source/xfce/xfce4-taskmanager/xfce4-taskmanager.SlackBuild
+-rw-r--r-- 1 root root 358329 2020-12-28 22:00 ./source/xfce/xfce4-taskmanager/xfce4-taskmanager-1.4.0.tar.lz
+-rwxr-xr-x 1 root root 3595 2020-12-29 00:35 ./source/xfce/xfce4-taskmanager/xfce4-taskmanager.SlackBuild
-rw-r--r-- 1 root root 51 2011-11-28 03:16 ./source/xfce/xfce4-taskmanager/xfce4-taskmanager.url
drwxr-xr-x 2 root root 4096 2020-12-23 03:11 ./source/xfce/xfce4-terminal
-rw-r--r-- 1 root root 905 2018-02-27 06:13 ./source/xfce/xfce4-terminal/slack-desc
diff --git a/source/a/pkgtools/pkgtools.SlackBuild b/source/a/pkgtools/pkgtools.SlackBuild
index c92be7f40..d37ca0762 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.0
ARCH=${ARCH:-noarch}
-BUILD=${BUILD:-33}
+BUILD=${BUILD:-34}
# 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/installpkg b/source/a/pkgtools/scripts/installpkg
index f19cf59c0..ddd8e693b 100644
--- a/source/a/pkgtools/scripts/installpkg
+++ b/source/a/pkgtools/scripts/installpkg
@@ -677,9 +677,9 @@ EOF
# rather than spawning subshells which is slow on ARM. This will also speed up
# install script processing on any platform.
if [ -x /bin/bash ]; then
- cd $ROOT/ ; sed -e's?^( cd \([^;]*\);\(.*\) )$?pushd \1 \&\> /dev/null ; \2 ; popd \&\> /dev/null?g ' $INSTDIR/doinst.sh | /bin/bash
+ ( cd $ROOT/ ; sed -e's?^( cd \([^;]*\);\(.*\) )$?pushd \1 \&\> /dev/null ; \2 ; popd \&\> /dev/null?g ' $INSTDIR/doinst.sh | /bin/bash )
else
- cd $ROOT/ ; sh $INSTDIR/doinst.sh
+ ( cd $ROOT/ ; sh $INSTDIR/doinst.sh )
fi
else # use locking
# If bash is available, use sed to convert the install script to use pushd/popd
diff --git a/source/a/pkgtools/scripts/removepkg b/source/a/pkgtools/scripts/removepkg
index 5a1c7dcdd..ec9b4299a 100644
--- a/source/a/pkgtools/scripts/removepkg
+++ b/source/a/pkgtools/scripts/removepkg
@@ -411,7 +411,7 @@ remove_packages() {
fi
# If there is an uninstall script, run it here:
if [ -r $TMP/$PKGNAME ]; then
- cd $ROOT/ ; sh $TMP/$PKGNAME
+ ( cd $ROOT/ ; sh $TMP/$PKGNAME )
# Move the uninstall script to $LOG_DIR/removed_uninstall_scripts:
mv $TMP/$PKGNAME $LOG_DIR/removed_uninstall_scripts
fi
diff --git a/source/l/openjpeg/openjpeg.SlackBuild b/source/l/openjpeg/openjpeg.SlackBuild
index e6e69350c..a33c632b0 100755
--- a/source/l/openjpeg/openjpeg.SlackBuild
+++ b/source/l/openjpeg/openjpeg.SlackBuild
@@ -100,6 +100,7 @@ cd build
-DBUILD_MJ2:BOOL=ON \
-DBUILD_JPIP:BOOL=ON \
-DBUILD_JP3D:BOOL=ON \
+ -DBUILD_STATIC_LIBS=OFF \
.. || exit 1
make $NUMJOBS || make || exit 1
diff --git a/source/xap/hexchat/hexchat.SlackBuild b/source/xap/hexchat/hexchat.SlackBuild
index 73bab50b7..c3c19bc5c 100755
--- a/source/xap/hexchat/hexchat.SlackBuild
+++ b/source/xap/hexchat/hexchat.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2016, 2018 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2016, 2018, 2020 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=hexchat
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-4}
+BUILD=${BUILD:-5}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -94,7 +94,7 @@ meson setup \
-Dwith-text=true \
-Dwith-ssl=true \
-Dwith-lua=false \
- -Dwith-python=python3 \
+ -Dwith-python=python3-embed \
.. || exit 1
"${NINJA:=ninja}" $NUMJOBS || exit 1
DESTDIR=$PKG $NINJA install || exit 1
diff --git a/source/xfce/xfce4-panel-profiles/xfce4-panel-profiles.SlackBuild b/source/xfce/xfce4-panel-profiles/xfce4-panel-profiles.SlackBuild
index 7ad0bf495..47ac305c2 100755
--- a/source/xfce/xfce4-panel-profiles/xfce4-panel-profiles.SlackBuild
+++ b/source/xfce/xfce4-panel-profiles/xfce4-panel-profiles.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=xfce4-panel-profiles
VERSION=${VERSION:-$(echo xfce4-panel-profiles-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -80,13 +80,14 @@ find . \
# Configure, build, and install:
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
-./configure --prefix=/usr --python=python3 || exit 1
+./configure \
+ --prefix=/usr \
+ --mandir=/usr/man \
+ --docdir=/usr/doc/$PKGNAM-$VERSION \
+ --python=python3 || exit 1
make $NUMJOBS || exit 1
make install DESTDIR=$PKG || exit 1
-# Relocate man pages:
-mv $PKG/usr/share/man $PKG/usr
-
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
@@ -105,13 +106,6 @@ if [ -d $PKG/usr/man ]; then
)
fi
-rm -rf $PKG/usr/share/doc
-mkdir -p $PKG/usr/doc/xfce4-panel-profiles-$VERSION
-cp -a \
- AUTHORS COPYING* NEWS README* TODO \
- $PKG/usr/doc/xfce4-panel-profiles-$VERSION
-# If there's a ChangeLog, installing at least part of the recent history
-# is useful, but don't let it get totally out of control:
if [ -r ChangeLog ]; then
DOCSDIR=$(echo $PKG/usr/doc/${PKGNAM}-$VERSION)
cat ChangeLog | head -n 1000 > $DOCSDIR/ChangeLog
diff --git a/source/xfce/xfce4-taskmanager/xfce4-taskmanager.SlackBuild b/source/xfce/xfce4-taskmanager/xfce4-taskmanager.SlackBuild
index e63d0b6a2..50a0e1117 100755
--- a/source/xfce/xfce4-taskmanager/xfce4-taskmanager.SlackBuild
+++ b/source/xfce/xfce4-taskmanager/xfce4-taskmanager.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=xfce4-taskmanager
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in