summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2021-01-18 13:50:16 +0000
committer Eric Hameleers <alien@slackware.com>2021-01-19 08:59:50 +0100
commitaddce63adb18aea9025ba1e08d04ccbd22e3cb98 (patch)
tree5cd2ed3fa071a8a069cce249ba5475d86d389189
parent16c4108efdee84a002fc181f54191cc5a98e82fc (diff)
downloadcurrent-addce63adb18aea9025ba1e08d04ccbd22e3cb98.tar.gz
current-addce63adb18aea9025ba1e08d04ccbd22e3cb98.tar.xz
Mon Jan 18 13:50:16 UTC 202120210118135016
Hey folks, a little status update here. First, huge thanks are due to nobodino for helping to shake out packages that weren't building from source. With all those fixes in place (plus a few more), we have tested and found that everything in the tree compiles cleanly against glibc-2.32. So, the plan is to have another mass rebuild soon against that. Although the ABI didn't technically change, I've heard that libpthread may not be 100% compatible in some corner cases, so we'll err on the side of caution. Hopefully we can get a little testing done on the recompiled system and then go through it all again at the beginning of next month when glibc-2.33 is released. Other than that, how's Mesa working these days? If there are still issues that are resolved by dropping back to the previous branch, let's try to figure those out. I'd rather not revert Mesa unless there's no other choice. I'm hoping that the (probably unrelated) issues with Intel video hardware will be helped by today's xorg-server patch that uses the modesetting driver with newer chipsets. Please report any improvement on the LQ thread. Beta approaches. :-) a/sysklogd-2.2.0-x86_64-1.txz: Upgraded. d/distcc-3.3.5-x86_64-2.txz: Rebuilt. Properly install distccmon-gnome.desktop. Thanks to marco70. d/python-setuptools-51.3.3-x86_64-1.txz: Upgraded. l/imagemagick-7.0.10_58-x86_64-1.txz: Upgraded. l/libodfgen-0.1.8-x86_64-1.txz: Upgraded. l/libsigsegv-2.13-x86_64-1.txz: Upgraded. n/inetd-1.79s-x86_64-12.txz: Rebuilt. Rebuilt to link with libtirpc. Thanks to nobodino. n/nftables-0.9.8-x86_64-1.txz: Upgraded. n/postfix-3.5.9-x86_64-1.txz: Upgraded. n/tcp_wrappers-7.6-x86_64-4.txz: Rebuilt. Use strerror(), not sys_errlist(). Thanks to nobodino. x/xorg-server-1.20.10-x86_64-3.txz: Rebuilt. Only use the Intel DDX with pre-gen4 hardware. Newer hardware will use the modesetting driver. x/xorg-server-xephyr-1.20.10-x86_64-3.txz: Rebuilt. x/xorg-server-xnest-1.20.10-x86_64-3.txz: Rebuilt. x/xorg-server-xvfb-1.20.10-x86_64-3.txz: Rebuilt. x/xorg-server-xwayland-1.20.10-x86_64-3.txz: Rebuilt. xfce/xfce4-appfinder-4.16.1-x86_64-1.txz: Upgraded.
-rw-r--r--ChangeLog.rss51
-rw-r--r--ChangeLog.txt39
-rw-r--r--FILELIST.TXT194
-rwxr-xr-xrecompress.sh1
-rwxr-xr-xsource/a/sysklogd/sysklogd.SlackBuild2
-rwxr-xr-xsource/d/distcc/distcc.SlackBuild8
-rwxr-xr-xsource/l/libsigsegv/libsigsegv.SlackBuild2
-rwxr-xr-xsource/n/inetd/inetd.SlackBuild2
-rwxr-xr-xsource/n/nftables/nftables.SlackBuild2
-rwxr-xr-xsource/n/tcp_wrappers/tcp_wrappers.SlackBuild2
-rw-r--r--source/x/x11/build/xorg-server2
-rw-r--r--source/x/x11/patch/xorg-server.patch3
-rw-r--r--source/x/x11/patch/xorg-server/06_use-intel-only-on-pre-gen4.diff30
-rw-r--r--source/xfce/xfce4-appfinder/xfce4-appfinder.url1
14 files changed, 230 insertions, 109 deletions
diff --git a/ChangeLog.rss b/ChangeLog.rss
index 6c152d109..53608a58a 100644
--- a/ChangeLog.rss
+++ b/ChangeLog.rss
@@ -11,10 +11,57 @@
<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, 17 Jan 2021 23:48:59 GMT</pubDate>
- <lastBuildDate>Mon, 18 Jan 2021 07:59:43 GMT</lastBuildDate>
+ <pubDate>Mon, 18 Jan 2021 13:50:16 GMT</pubDate>
+ <lastBuildDate>Tue, 19 Jan 2021 07:59:42 GMT</lastBuildDate>
<generator>maintain_current_git.sh v 1.12</generator>
<item>
+ <title>Mon, 18 Jan 2021 13:50:16 GMT</title>
+ <pubDate>Mon, 18 Jan 2021 13:50:16 GMT</pubDate>
+ <link>https://git.slackware.nl/current/tag/?h=20210118135016</link>
+ <guid isPermaLink="false">20210118135016</guid>
+ <description>
+ <![CDATA[<pre>
+Hey folks, a little status update here. First, huge thanks are due to
+nobodino for helping to shake out packages that weren't building from source.
+With all those fixes in place (plus a few more), we have tested and found that
+everything in the tree compiles cleanly against glibc-2.32. So, the plan is to
+have another mass rebuild soon against that. Although the ABI didn't
+technically change, I've heard that libpthread may not be 100% compatible in
+some corner cases, so we'll err on the side of caution. Hopefully we can get a
+little testing done on the recompiled system and then go through it all again
+at the beginning of next month when glibc-2.33 is released. Other than that,
+how's Mesa working these days? If there are still issues that are resolved by
+dropping back to the previous branch, let's try to figure those out. I'd rather
+not revert Mesa unless there's no other choice. I'm hoping that the (probably
+unrelated) issues with Intel video hardware will be helped by today's
+xorg-server patch that uses the modesetting driver with newer chipsets. Please
+report any improvement on the LQ thread.
+Beta approaches. :-)
+a/sysklogd-2.2.0-x86_64-1.txz: Upgraded.
+d/distcc-3.3.5-x86_64-2.txz: Rebuilt.
+ Properly install distccmon-gnome.desktop. Thanks to marco70.
+d/python-setuptools-51.3.3-x86_64-1.txz: Upgraded.
+l/imagemagick-7.0.10_58-x86_64-1.txz: Upgraded.
+l/libodfgen-0.1.8-x86_64-1.txz: Upgraded.
+l/libsigsegv-2.13-x86_64-1.txz: Upgraded.
+n/inetd-1.79s-x86_64-12.txz: Rebuilt.
+ Rebuilt to link with libtirpc. Thanks to nobodino.
+n/nftables-0.9.8-x86_64-1.txz: Upgraded.
+n/postfix-3.5.9-x86_64-1.txz: Upgraded.
+n/tcp_wrappers-7.6-x86_64-4.txz: Rebuilt.
+ Use strerror(), not sys_errlist(). Thanks to nobodino.
+x/xorg-server-1.20.10-x86_64-3.txz: Rebuilt.
+ Only use the Intel DDX with pre-gen4 hardware. Newer hardware will use the
+ modesetting driver.
+x/xorg-server-xephyr-1.20.10-x86_64-3.txz: Rebuilt.
+x/xorg-server-xnest-1.20.10-x86_64-3.txz: Rebuilt.
+x/xorg-server-xvfb-1.20.10-x86_64-3.txz: Rebuilt.
+x/xorg-server-xwayland-1.20.10-x86_64-3.txz: Rebuilt.
+xfce/xfce4-appfinder-4.16.1-x86_64-1.txz: Upgraded.
+ </pre>]]>
+ </description>
+ </item>
+ <item>
<title>Sun, 17 Jan 2021 23:48:59 GMT</title>
<pubDate>Sun, 17 Jan 2021 23:48:59 GMT</pubDate>
<link>https://git.slackware.nl/current/tag/?h=20210117234859</link>
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 3c5e14649..d211f16ae 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,3 +1,42 @@
+Mon Jan 18 13:50:16 UTC 2021
+Hey folks, a little status update here. First, huge thanks are due to
+nobodino for helping to shake out packages that weren't building from source.
+With all those fixes in place (plus a few more), we have tested and found that
+everything in the tree compiles cleanly against glibc-2.32. So, the plan is to
+have another mass rebuild soon against that. Although the ABI didn't
+technically change, I've heard that libpthread may not be 100% compatible in
+some corner cases, so we'll err on the side of caution. Hopefully we can get a
+little testing done on the recompiled system and then go through it all again
+at the beginning of next month when glibc-2.33 is released. Other than that,
+how's Mesa working these days? If there are still issues that are resolved by
+dropping back to the previous branch, let's try to figure those out. I'd rather
+not revert Mesa unless there's no other choice. I'm hoping that the (probably
+unrelated) issues with Intel video hardware will be helped by today's
+xorg-server patch that uses the modesetting driver with newer chipsets. Please
+report any improvement on the LQ thread.
+Beta approaches. :-)
+a/sysklogd-2.2.0-x86_64-1.txz: Upgraded.
+d/distcc-3.3.5-x86_64-2.txz: Rebuilt.
+ Properly install distccmon-gnome.desktop. Thanks to marco70.
+d/python-setuptools-51.3.3-x86_64-1.txz: Upgraded.
+l/imagemagick-7.0.10_58-x86_64-1.txz: Upgraded.
+l/libodfgen-0.1.8-x86_64-1.txz: Upgraded.
+l/libsigsegv-2.13-x86_64-1.txz: Upgraded.
+n/inetd-1.79s-x86_64-12.txz: Rebuilt.
+ Rebuilt to link with libtirpc. Thanks to nobodino.
+n/nftables-0.9.8-x86_64-1.txz: Upgraded.
+n/postfix-3.5.9-x86_64-1.txz: Upgraded.
+n/tcp_wrappers-7.6-x86_64-4.txz: Rebuilt.
+ Use strerror(), not sys_errlist(). Thanks to nobodino.
+x/xorg-server-1.20.10-x86_64-3.txz: Rebuilt.
+ Only use the Intel DDX with pre-gen4 hardware. Newer hardware will use the
+ modesetting driver.
+x/xorg-server-xephyr-1.20.10-x86_64-3.txz: Rebuilt.
+x/xorg-server-xnest-1.20.10-x86_64-3.txz: Rebuilt.
+x/xorg-server-xvfb-1.20.10-x86_64-3.txz: Rebuilt.
+x/xorg-server-xwayland-1.20.10-x86_64-3.txz: Rebuilt.
+xfce/xfce4-appfinder-4.16.1-x86_64-1.txz: Upgraded.
++--------------------------+
Sun Jan 17 23:48:59 UTC 2021
a/kernel-generic-5.10.8-x86_64-1.txz: Upgraded.
a/kernel-huge-5.10.8-x86_64-1.txz: Upgraded.
diff --git a/FILELIST.TXT b/FILELIST.TXT
index f5f03fc49..219561b83 100644
--- a/FILELIST.TXT
+++ b/FILELIST.TXT
@@ -1,20 +1,20 @@
-Sun Jan 17 23:52:44 UTC 2021
+Mon Jan 18 13:53:54 UTC 2021
Here is the file list for this directory. If you are using a
mirror site and find missing or extra files in the disk
subdirectories, please have the archive administrator refresh
the mirror.
-drwxr-xr-x 12 root root 4096 2021-01-17 23:48 .
+drwxr-xr-x 12 root root 4096 2021-01-18 13:50 .
-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 1061782 2021-01-15 19:40 ./CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2021-01-15 19:40 ./CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 1062325 2021-01-17 23:53 ./CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2021-01-17 23:53 ./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 1195524 2021-01-17 23:48 ./ChangeLog.txt
+-rw-r--r-- 1 root root 1197730 2021-01-18 13:50 ./ChangeLog.txt
drwxr-xr-x 3 root root 4096 2013-03-20 22:17 ./EFI
drwxr-xr-x 2 root root 4096 2021-01-17 23:48 ./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 2021-01-17 23:48 ./EFI/BOOT
-rwxr-xr-x 1 root root 2504 2019-07-05 18:54 ./EFI/BOOT/make-grub.sh
-rw-r--r-- 1 root root 10722 2013-09-21 19:02 ./EFI/BOOT/osdetect.cfg
-rw-r--r-- 1 root root 1273 2013-08-12 21:08 ./EFI/BOOT/tools.cfg
--rw-r--r-- 1 root root 1384461 2021-01-15 19:40 ./FILELIST.TXT
+-rw-r--r-- 1 root root 1385105 2021-01-17 23:52 ./FILELIST.TXT
-rw-r--r-- 1 root root 1572 2012-08-29 18:27 ./GPG-KEY
--rw-r--r-- 1 root root 844609 2021-01-17 23:52 ./PACKAGES.TXT
+-rw-r--r-- 1 root root 844609 2021-01-18 13:53 ./PACKAGES.TXT
-rw-r--r-- 1 root root 8564 2016-06-28 21:33 ./README.TXT
-rw-r--r-- 1 root root 3629 2021-01-17 23:39 ./README.initrd
-rw-r--r-- 1 root root 34412 2017-12-01 17:44 ./README_CRYPT.TXT
@@ -710,13 +710,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 2021-01-17 23:52 ./slackware64
--rw-r--r-- 1 root root 330064 2021-01-17 23:52 ./slackware64/CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2021-01-17 23:52 ./slackware64/CHECKSUMS.md5.asc
--rw-r--r-- 1 root root 409634 2021-01-17 23:51 ./slackware64/FILE_LIST
--rw-r--r-- 1 root root 3982260 2021-01-17 23:51 ./slackware64/MANIFEST.bz2
+drwxr-xr-x 17 root root 4096 2021-01-18 13:53 ./slackware64
+-rw-r--r-- 1 root root 330064 2021-01-18 13:53 ./slackware64/CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2021-01-18 13:53 ./slackware64/CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 409634 2021-01-18 13:52 ./slackware64/FILE_LIST
+-rw-r--r-- 1 root root 3999037 2021-01-18 13:53 ./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 2021-01-17 23:51 ./slackware64/a
+drwxr-xr-x 2 root root 24576 2021-01-18 13:52 ./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
@@ -1030,9 +1030,9 @@ drwxr-xr-x 2 root root 24576 2021-01-17 23:51 ./slackware64/a
-rw-r--r-- 1 root root 543 2018-04-13 13:12 ./slackware64/a/sysfsutils-2.1.0-x86_64-2.txt
-rw-r--r-- 1 root root 40620 2018-04-13 13:12 ./slackware64/a/sysfsutils-2.1.0-x86_64-2.txz
-rw-r--r-- 1 root root 163 2018-04-13 13:12 ./slackware64/a/sysfsutils-2.1.0-x86_64-2.txz.asc
--rw-r--r-- 1 root root 519 2020-12-23 20:05 ./slackware64/a/sysklogd-2.1.2-x86_64-3.txt
--rw-r--r-- 1 root root 61612 2020-12-23 20:05 ./slackware64/a/sysklogd-2.1.2-x86_64-3.txz
--rw-r--r-- 1 root root 163 2020-12-23 20:05 ./slackware64/a/sysklogd-2.1.2-x86_64-3.txz.asc
+-rw-r--r-- 1 root root 519 2021-01-18 12:58 ./slackware64/a/sysklogd-2.2.0-x86_64-1.txt
+-rw-r--r-- 1 root root 62236 2021-01-18 12:58 ./slackware64/a/sysklogd-2.2.0-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2021-01-18 12:58 ./slackware64/a/sysklogd-2.2.0-x86_64-1.txz.asc
-rw-r--r-- 1 root root 517 2018-04-13 13:13 ./slackware64/a/syslinux-4.07-x86_64-2.txt
-rw-r--r-- 1 root root 904464 2018-04-13 13:13 ./slackware64/a/syslinux-4.07-x86_64-2.txz
-rw-r--r-- 1 root root 163 2018-04-13 13:13 ./slackware64/a/syslinux-4.07-x86_64-2.txz.asc
@@ -1355,7 +1355,7 @@ drwxr-xr-x 2 root root 20480 2021-01-17 23:51 ./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 2021-01-17 23:51 ./slackware64/d
+drwxr-xr-x 2 root root 16384 2021-01-18 13:52 ./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
@@ -1395,9 +1395,9 @@ drwxr-xr-x 2 root root 16384 2021-01-17 23:51 ./slackware64/d
-rw-r--r-- 1 root root 397 2018-04-13 13:40 ./slackware64/d/dev86-0.16.21-x86_64-2.txt
-rw-r--r-- 1 root root 296172 2018-04-13 13:40 ./slackware64/d/dev86-0.16.21-x86_64-2.txz
-rw-r--r-- 1 root root 163 2018-04-13 13:40 ./slackware64/d/dev86-0.16.21-x86_64-2.txz.asc
--rw-r--r-- 1 root root 481 2021-01-04 22:32 ./slackware64/d/distcc-3.3.5-x86_64-1.txt
--rw-r--r-- 1 root root 314372 2021-01-04 22:32 ./slackware64/d/distcc-3.3.5-x86_64-1.txz
--rw-r--r-- 1 root root 163 2021-01-04 22:32 ./slackware64/d/distcc-3.3.5-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 481 2021-01-18 13:12 ./slackware64/d/distcc-3.3.5-x86_64-2.txt
+-rw-r--r-- 1 root root 314552 2021-01-18 13:12 ./slackware64/d/distcc-3.3.5-x86_64-2.txz
+-rw-r--r-- 1 root root 163 2021-01-18 13:12 ./slackware64/d/distcc-3.3.5-x86_64-2.txz.asc
-rw-r--r-- 1 root root 509 2020-08-24 17:48 ./slackware64/d/doxygen-1.8.20-x86_64-1.txt
-rw-r--r-- 1 root root 8690272 2020-08-24 17:48 ./slackware64/d/doxygen-1.8.20-x86_64-1.txz
-rw-r--r-- 1 root root 163 2020-08-24 17:48 ./slackware64/d/doxygen-1.8.20-x86_64-1.txz.asc
@@ -1519,9 +1519,9 @@ drwxr-xr-x 2 root root 16384 2021-01-17 23:51 ./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 2021-01-17 04:11 ./slackware64/d/python-setuptools-51.3.1-x86_64-1.txt
--rw-r--r-- 1 root root 630444 2021-01-17 04:11 ./slackware64/d/python-setuptools-51.3.1-x86_64-1.txz
--rw-r--r-- 1 root root 163 2021-01-17 04:11 ./slackware64/d/python-setuptools-51.3.1-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 562 2021-01-18 12:57 ./slackware64/d/python-setuptools-51.3.3-x86_64-1.txt
+-rw-r--r-- 1 root root 629868 2021-01-18 12:57 ./slackware64/d/python-setuptools-51.3.3-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2021-01-18 12:57 ./slackware64/d/python-setuptools-51.3.3-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
@@ -2690,7 +2690,7 @@ drwxr-xr-x 2 root root 77824 2021-01-15 19:39 ./slackware64/kde
-rw-r--r-- 1 root root 296 2021-01-08 01:25 ./slackware64/kde/zeroconf-ioslave-20.12.1-x86_64-1.txt
-rw-r--r-- 1 root root 52388 2021-01-08 01:25 ./slackware64/kde/zeroconf-ioslave-20.12.1-x86_64-1.txz
-rw-r--r-- 1 root root 163 2021-01-08 01:25 ./slackware64/kde/zeroconf-ioslave-20.12.1-x86_64-1.txz.asc
-drwxr-xr-x 2 root root 73728 2021-01-17 23:51 ./slackware64/l
+drwxr-xr-x 2 root root 73728 2021-01-18 13:52 ./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
@@ -3054,9 +3054,9 @@ drwxr-xr-x 2 root root 73728 2021-01-17 23:51 ./slackware64/l
-rw-r--r-- 1 root root 473 2018-04-13 14:50 ./slackware64/l/id3lib-3.8.3-x86_64-2.txt
-rw-r--r-- 1 root root 156996 2018-04-13 14:50 ./slackware64/l/id3lib-3.8.3-x86_64-2.txz
-rw-r--r-- 1 root root 163 2018-04-13 14:50 ./slackware64/l/id3lib-3.8.3-x86_64-2.txz.asc
--rw-r--r-- 1 root root 537 2021-01-10 19:11 ./slackware64/l/imagemagick-7.0.10_57-x86_64-1.txt
--rw-r--r-- 1 root root 7915796 2021-01-10 19:11 ./slackware64/l/imagemagick-7.0.10_57-x86_64-1.txz
--rw-r--r-- 1 root root 163 2021-01-10 19:11 ./slackware64/l/imagemagick-7.0.10_57-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 537 2021-01-18 12:41 ./slackware64/l/imagemagick-7.0.10_58-x86_64-1.txt
+-rw-r--r-- 1 root root 7918204 2021-01-18 12:41 ./slackware64/l/imagemagick-7.0.10_58-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2021-01-18 12:41 ./slackware64/l/imagemagick-7.0.10_58-x86_64-1.txz.asc
-rwxr-xr-x 1 root root 2897 2009-06-24 22:06 ./slackware64/l/install-packages
-rw-r--r-- 1 root root 446 2006-09-18 10:41 ./slackware64/l/install.end
-rw-r--r-- 1 root root 415 2020-11-13 19:00 ./slackware64/l/isl-0.23-x86_64-1.txt
@@ -3281,9 +3281,9 @@ drwxr-xr-x 2 root root 73728 2021-01-17 23:51 ./slackware64/l
-rw-r--r-- 1 root root 378 2020-10-20 18:26 ./slackware64/l/libnss_nis-3.1-x86_64-1.txt
-rw-r--r-- 1 root root 29700 2020-10-20 18:26 ./slackware64/l/libnss_nis-3.1-x86_64-1.txz
-rw-r--r-- 1 root root 163 2020-10-20 18:26 ./slackware64/l/libnss_nis-3.1-x86_64-1.txz.asc
--rw-r--r-- 1 root root 315 2018-11-08 00:11 ./slackware64/l/libodfgen-0.1.7-x86_64-1.txt
--rw-r--r-- 1 root root 371544 2018-11-08 00:11 ./slackware64/l/libodfgen-0.1.7-x86_64-1.txz
--rw-r--r-- 1 root root 163 2018-11-08 00:11 ./slackware64/l/libodfgen-0.1.7-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 315 2021-01-18 12:40 ./slackware64/l/libodfgen-0.1.8-x86_64-1.txt
+-rw-r--r-- 1 root root 349772 2021-01-18 12:40 ./slackware64/l/libodfgen-0.1.8-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2021-01-18 12:40 ./slackware64/l/libodfgen-0.1.8-x86_64-1.txz.asc
-rw-r--r-- 1 root root 304 2019-09-01 18:21 ./slackware64/l/libogg-1.3.4-x86_64-1.txt
-rw-r--r-- 1 root root 194324 2019-09-01 18:21 ./slackware64/l/libogg-1.3.4-x86_64-1.txz
-rw-r--r-- 1 root root 163 2019-09-01 18:21 ./slackware64/l/libogg-1.3.4-x86_64-1.txz.asc
@@ -3335,9 +3335,9 @@ drwxr-xr-x 2 root root 73728 2021-01-17 23:51 ./slackware64/l
-rw-r--r-- 1 root root 545 2019-07-19 17:14 ./slackware64/l/libsigc++-2.10.2-x86_64-1.txt
-rw-r--r-- 1 root root 122024 2019-07-19 17:14 ./slackware64/l/libsigc++-2.10.2-x86_64-1.txz
-rw-r--r-- 1 root root 163 2019-07-19 17:14 ./slackware64/l/libsigc++-2.10.2-x86_64-1.txz.asc
--rw-r--r-- 1 root root 601 2018-12-27 23:13 ./slackware64/l/libsigsegv-2.12-x86_64-3.txt
--rw-r--r-- 1 root root 34412 2018-12-27 23:13 ./slackware64/l/libsigsegv-2.12-x86_64-3.txz
--rw-r--r-- 1 root root 163 2018-12-27 23:13 ./slackware64/l/libsigsegv-2.12-x86_64-3.txz.asc
+-rw-r--r-- 1 root root 601 2021-01-18 12:42 ./slackware64/l/libsigsegv-2.13-x86_64-1.txt
+-rw-r--r-- 1 root root 33140 2021-01-18 12:42 ./slackware64/l/libsigsegv-2.13-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2021-01-18 12:42 ./slackware64/l/libsigsegv-2.13-x86_64-1.txz.asc
-rw-r--r-- 1 root root 369 2020-09-20 18:22 ./slackware64/l/libsndfile-1.0.30-x86_64-1.txt
-rw-r--r-- 1 root root 286464 2020-09-20 18:22 ./slackware64/l/libsndfile-1.0.30-x86_64-1.txz
-rw-r--r-- 1 root root 163 2020-09-20 18:22 ./slackware64/l/libsndfile-1.0.30-x86_64-1.txz.asc
@@ -3773,7 +3773,7 @@ drwxr-xr-x 2 root root 73728 2021-01-17 23:51 ./slackware64/l
-rw-r--r-- 1 root root 463 2020-12-19 19:36 ./slackware64/l/zstd-1.4.8-x86_64-1.txt
-rw-r--r-- 1 root root 415504 2020-12-19 19:36 ./slackware64/l/zstd-1.4.8-x86_64-1.txz
-rw-r--r-- 1 root root 163 2020-12-19 19:36 ./slackware64/l/zstd-1.4.8-x86_64-1.txz.asc
-drwxr-xr-x 2 root root 32768 2021-01-17 23:51 ./slackware64/n
+drwxr-xr-x 2 root root 32768 2021-01-18 13:52 ./slackware64/n
-rw-r--r-- 1 root root 357 2021-01-17 04:10 ./slackware64/n/ModemManager-1.14.10-x86_64-1.txt
-rw-r--r-- 1 root root 1879476 2021-01-17 04:10 ./slackware64/n/ModemManager-1.14.10-x86_64-1.txz
-rw-r--r-- 1 root root 163 2021-01-17 04:10 ./slackware64/n/ModemManager-1.14.10-x86_64-1.txz.asc
@@ -3885,9 +3885,9 @@ drwxr-xr-x 2 root root 32768 2021-01-17 23:51 ./slackware64/n
-rw-r--r-- 1 root root 412 2018-04-13 15:37 ./slackware64/n/iftop-1.0pre4-x86_64-2.txt
-rw-r--r-- 1 root root 40296 2018-04-13 15:37 ./slackware64/n/iftop-1.0pre4-x86_64-2.txz
-rw-r--r-- 1 root root 163 2018-04-13 15:37 ./slackware64/n/iftop-1.0pre4-x86_64-2.txz.asc
--rw-r--r-- 1 root root 452 2018-04-13 15:37 ./slackware64/n/inetd-1.79s-x86_64-11.txt
--rw-r--r-- 1 root root 20976 2018-04-13 15:37 ./slackware64/n/inetd-1.79s-x86_64-11.txz
--rw-r--r-- 1 root root 163 2018-04-13 15:37 ./slackware64/n/inetd-1.79s-x86_64-11.txz.asc
+-rw-r--r-- 1 root root 452 2021-01-18 12:37 ./slackware64/n/inetd-1.79s-x86_64-12.txt
+-rw-r--r-- 1 root root 21096 2021-01-18 12:37 ./slackware64/n/inetd-1.79s-x86_64-12.txz
+-rw-r--r-- 1 root root 163 2021-01-18 12:37 ./slackware64/n/inetd-1.79s-x86_64-12.txz.asc
-rwxr-xr-x 1 root root 2897 2009-06-24 22:06 ./slackware64/n/install-packages
-rw-r--r-- 1 root root 446 2006-09-18 10:41 ./slackware64/n/install.end
-rw-r--r-- 1 root root 476 2020-12-21 20:09 ./slackware64/n/iproute2-5.10.0-x86_64-1.txt
@@ -4069,9 +4069,9 @@ drwxr-xr-x 2 root root 32768 2021-01-17 23:51 ./slackware64/n
-rw-r--r-- 1 root root 322 2020-10-26 20:00 ./slackware64/n/nfs-utils-2.5.2-x86_64-2.txt
-rw-r--r-- 1 root root 375116 2020-10-26 20:00 ./slackware64/n/nfs-utils-2.5.2-x86_64-2.txz
-rw-r--r-- 1 root root 163 2020-10-26 20:00 ./slackware64/n/nfs-utils-2.5.2-x86_64-2.txz.asc
--rw-r--r-- 1 root root 535 2021-01-15 04:26 ./slackware64/n/nftables-0.9.7-x86_64-2.txt
--rw-r--r-- 1 root root 270508 2021-01-15 04:26 ./slackware64/n/nftables-0.9.7-x86_64-2.txz
--rw-r--r-- 1 root root 163 2021-01-15 04:26 ./slackware64/n/nftables-0.9.7-x86_64-2.txz.asc
+-rw-r--r-- 1 root root 535 2021-01-18 12:43 ./slackware64/n/nftables-0.9.8-x86_64-1.txt
+-rw-r--r-- 1 root root 273780 2021-01-18 12:43 ./slackware64/n/nftables-0.9.8-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2021-01-18 12:43 ./slackware64/n/nftables-0.9.8-x86_64-1.txz.asc
-rw-r--r-- 1 root root 297 2020-11-24 20:25 ./slackware64/n/nghttp2-1.42.0-x86_64-1.txt
-rw-r--r-- 1 root root 106116 2020-11-24 20:25 ./slackware64/n/nghttp2-1.42.0-x86_64-1.txz
-rw-r--r-- 1 root root 163 2020-11-24 20:25 ./slackware64/n/nghttp2-1.42.0-x86_64-1.txz.asc
@@ -4129,9 +4129,9 @@ drwxr-xr-x 2 root root 32768 2021-01-17 23:51 ./slackware64/n
-rw-r--r-- 1 root root 543 2020-05-16 20:05 ./slackware64/n/popa3d-1.0.3-x86_64-4.txt
-rw-r--r-- 1 root root 21200 2020-05-16 20:05 ./slackware64/n/popa3d-1.0.3-x86_64-4.txz
-rw-r--r-- 1 root root 163 2020-05-16 20:05 ./slackware64/n/popa3d-1.0.3-x86_64-4.txz.asc
--rw-r--r-- 1 root root 409 2020-11-08 21:30 ./slackware64/n/postfix-3.5.8-x86_64-1.txt
--rw-r--r-- 1 root root 2006916 2020-11-08 21:30 ./slackware64/n/postfix-3.5.8-x86_64-1.txz
--rw-r--r-- 1 root root 163 2020-11-08 21:30 ./slackware64/n/postfix-3.5.8-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 409 2021-01-18 12:56 ./slackware64/n/postfix-3.5.9-x86_64-1.txt
+-rw-r--r-- 1 root root 2011328 2021-01-18 12:56 ./slackware64/n/postfix-3.5.9-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2021-01-18 12:56 ./slackware64/n/postfix-3.5.9-x86_64-1.txz.asc
-rw-r--r-- 1 root root 493 2020-10-20 18:48 ./slackware64/n/ppp-2.4.8-x86_64-3.txt
-rw-r--r-- 1 root root 397396 2020-10-20 18:48 ./slackware64/n/ppp-2.4.8-x86_64-3.txz
-rw-r--r-- 1 root root 163 2020-10-20 18:48 ./slackware64/n/ppp-2.4.8-x86_64-3.txz.asc
@@ -4178,9 +4178,9 @@ drwxr-xr-x 2 root root 32768 2021-01-17 23:51 ./slackware64/n
-rw-r--r-- 1 root root 188892 2020-10-20 18:56 ./slackware64/n/stunnel-5.57-x86_64-2.txz
-rw-r--r-- 1 root root 163 2020-10-20 18:56 ./slackware64/n/stunnel-5.57-x86_64-2.txz.asc
-rw-r--r-- 1 root root 1954 2021-01-05 00:25 ./slackware64/n/tagfile
--rw-r--r-- 1 root root 648 2020-10-20 18:58 ./slackware64/n/tcp_wrappers-7.6-x86_64-3.txt
--rw-r--r-- 1 root root 77172 2020-10-20 18:58 ./slackware64/n/tcp_wrappers-7.6-x86_64-3.txz
--rw-r--r-- 1 root root 163 2020-10-20 18:58 ./slackware64/n/tcp_wrappers-7.6-x86_64-3.txz.asc
+-rw-r--r-- 1 root root 648 2021-01-18 13:02 ./slackware64/n/tcp_wrappers-7.6-x86_64-4.txt
+-rw-r--r-- 1 root root 76964 2021-01-18 13:02 ./slackware64/n/tcp_wrappers-7.6-x86_64-4.txz
+-rw-r--r-- 1 root root 163 2021-01-18 13:02 ./slackware64/n/tcp_wrappers-7.6-x86_64-4.txz.asc
-rw-r--r-- 1 root root 414 2019-10-01 20:15 ./slackware64/n/tcpdump-4.9.3-x86_64-1.txt
-rw-r--r-- 1 root root 354800 2019-10-01 20:15 ./slackware64/n/tcpdump-4.9.3-x86_64-1.txz
-rw-r--r-- 1 root root 163 2019-10-01 20:15 ./slackware64/n/tcpdump-4.9.3-x86_64-1.txz.asc
@@ -4268,7 +4268,7 @@ drwxr-xr-x 2 root root 4096 2021-01-14 20:40 ./slackware64/tcl
-rw-r--r-- 1 root root 227 2021-01-14 19:58 ./slackware64/tcl/tk-8.6.11.1-x86_64-1.txt
-rw-r--r-- 1 root root 1787732 2021-01-14 19:58 ./slackware64/tcl/tk-8.6.11.1-x86_64-1.txz
-rw-r--r-- 1 root root 163 2021-01-14 19:58 ./slackware64/tcl/tk-8.6.11.1-x86_64-1.txz.asc
-drwxr-xr-x 2 root root 65536 2021-01-14 20:40 ./slackware64/x
+drwxr-xr-x 2 root root 65536 2021-01-18 13:52 ./slackware64/x
-rw-r--r-- 1 root root 440 2020-12-05 23:04 ./slackware64/x/OpenCC-1.1.1-x86_64-1.txt
-rw-r--r-- 1 root root 678976 2020-12-05 23:04 ./slackware64/x/OpenCC-1.1.1-x86_64-1.txz
-rw-r--r-- 1 root root 163 2020-12-05 23:04 ./slackware64/x/OpenCC-1.1.1-x86_64-1.txz.asc
@@ -5138,21 +5138,21 @@ drwxr-xr-x 2 root root 65536 2021-01-14 20:40 ./slackware64/x
-rw-r--r-- 1 root root 345 2018-04-13 06:10 ./slackware64/x/xorg-docs-1.7.1-noarch-2.txt
-rw-r--r-- 1 root root 274568 2018-04-13 06:10 ./slackware64/x/xorg-docs-1.7.1-noarch-2.txz
-rw-r--r-- 1 root root 163 2018-04-13 06:10 ./slackware64/x/xorg-docs-1.7.1-noarch-2.txz.asc
--rw-r--r-- 1 root root 671 2020-12-17 22:38 ./slackware64/x/xorg-server-1.20.10-x86_64-2.txt
--rw-r--r-- 1 root root 1771836 2020-12-17 22:38 ./slackware64/x/xorg-server-1.20.10-x86_64-2.txz
--rw-r--r-- 1 root root 163 2020-12-17 22:38 ./slackware64/x/xorg-server-1.20.10-x86_64-2.txz.asc
--rw-r--r-- 1 root root 370 2020-12-17 22:38 ./slackware64/x/xorg-server-xephyr-1.20.10-x86_64-2.txt
--rw-r--r-- 1 root root 867960 2020-12-17 22:38 ./slackware64/x/xorg-server-xephyr-1.20.10-x86_64-2.txz
--rw-r--r-- 1 root root 163 2020-12-17 22:38 ./slackware64/x/xorg-server-xephyr-1.20.10-x86_64-2.txz.asc
--rw-r--r-- 1 root root 592 2020-12-17 22:38 ./slackware64/x/xorg-server-xnest-1.20.10-x86_64-2.txt
--rw-r--r-- 1 root root 603336 2020-12-17 22:38 ./slackware64/x/xorg-server-xnest-1.20.10-x86_64-2.txz
--rw-r--r-- 1 root root 163 2020-12-17 22:38 ./slackware64/x/xorg-server-xnest-1.20.10-x86_64-2.txz.asc
--rw-r--r-- 1 root root 689 2020-12-17 22:38 ./slackware64/x/xorg-server-xvfb-1.20.10-x86_64-2.txt
--rw-r--r-- 1 root root 729520 2020-12-17 22:38 ./slackware64/x/xorg-server-xvfb-1.20.10-x86_64-2.txz
--rw-r--r-- 1 root root 163 2020-12-17 22:38 ./slackware64/x/xorg-server-xvfb-1.20.10-x86_64-2.txz.asc
--rw-r--r-- 1 root root 816 2020-12-17 22:38 ./slackware64/x/xorg-server-xwayland-1.20.10-x86_64-2.txt
--rw-r--r-- 1 root root 821628 2020-12-17 22:38 ./slackware64/x/xorg-server-xwayland-1.20.10-x86_64-2.txz
--rw-r--r-- 1 root root 163 2020-12-17 22:38 ./slackware64/x/xorg-server-xwayland-1.20.10-x86_64-2.txz.asc
+-rw-r--r-- 1 root root 671 2021-01-18 12:51 ./slackware64/x/xorg-server-1.20.10-x86_64-3.txt
+-rw-r--r-- 1 root root 1772356 2021-01-18 12:51 ./slackware64/x/xorg-server-1.20.10-x86_64-3.txz
+-rw-r--r-- 1 root root 163 2021-01-18 12:51 ./slackware64/x/xorg-server-1.20.10-x86_64-3.txz.asc
+-rw-r--r-- 1 root root 370 2021-01-18 12:51 ./slackware64/x/xorg-server-xephyr-1.20.10-x86_64-3.txt
+-rw-r--r-- 1 root root 867688 2021-01-18 12:51 ./slackware64/x/xorg-server-xephyr-1.20.10-x86_64-3.txz
+-rw-r--r-- 1 root root 163 2021-01-18 12:51 ./slackware64/x/xorg-server-xephyr-1.20.10-x86_64-3.txz.asc
+-rw-r--r-- 1 root root 592 2021-01-18 12:51 ./slackware64/x/xorg-server-xnest-1.20.10-x86_64-3.txt
+-rw-r--r-- 1 root root 603644 2021-01-18 12:51 ./slackware64/x/xorg-server-xnest-1.20.10-x86_64-3.txz
+-rw-r--r-- 1 root root 163 2021-01-18 12:51 ./slackware64/x/xorg-server-xnest-1.20.10-x86_64-3.txz.asc
+-rw-r--r-- 1 root root 689 2021-01-18 12:51 ./slackware64/x/xorg-server-xvfb-1.20.10-x86_64-3.txt
+-rw-r--r-- 1 root root 729644 2021-01-18 12:51 ./slackware64/x/xorg-server-xvfb-1.20.10-x86_64-3.txz
+-rw-r--r-- 1 root root 163 2021-01-18 12:51 ./slackware64/x/xorg-server-xvfb-1.20.10-x86_64-3.txz.asc
+-rw-r--r-- 1 root root 816 2021-01-18 12:51 ./slackware64/x/xorg-server-xwayland-1.20.10-x86_64-3.txt
+-rw-r--r-- 1 root root 822076 2021-01-18 12:51 ./slackware64/x/xorg-server-xwayland-1.20.10-x86_64-3.txz
+-rw-r--r-- 1 root root 163 2021-01-18 12:51 ./slackware64/x/xorg-server-xwayland-1.20.10-x86_64-3.txz.asc
-rw-r--r-- 1 root root 669 2018-04-13 06:10 ./slackware64/x/xorg-sgml-doctools-1.11-x86_64-3.txt
-rw-r--r-- 1 root root 24032 2018-04-13 06:10 ./slackware64/x/xorg-sgml-doctools-1.11-x86_64-3.txz
-rw-r--r-- 1 root root 163 2018-04-13 06:10 ./slackware64/x/xorg-sgml-doctools-1.11-x86_64-3.txz.asc
@@ -5369,7 +5369,7 @@ drwxr-xr-x 2 root root 12288 2021-01-12 22:26 ./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 2021-01-17 23:51 ./slackware64/xfce
+drwxr-xr-x 2 root root 12288 2021-01-18 13:52 ./slackware64/xfce
-rw-r--r-- 1 root root 253 2021-01-13 19:08 ./slackware64/xfce/Greybird-3.22.14-noarch-1.txt
-rw-r--r-- 1 root root 192608 2021-01-13 19:08 ./slackware64/xfce/Greybird-3.22.14-noarch-1.txz
-rw-r--r-- 1 root root 163 2021-01-13 19:08 ./slackware64/xfce/Greybird-3.22.14-noarch-1.txz.asc
@@ -5405,9 +5405,9 @@ drwxr-xr-x 2 root root 12288 2021-01-17 23:51 ./slackware64/xfce
-rw-r--r-- 1 root root 509 2020-12-27 22:14 ./slackware64/xfce/tumbler-4.16.0-x86_64-1.txt
-rw-r--r-- 1 root root 173564 2020-12-27 22:14 ./slackware64/xfce/tumbler-4.16.0-x86_64-1.txz
-rw-r--r-- 1 root root 163 2020-12-27 22:14 ./slackware64/xfce/tumbler-4.16.0-x86_64-1.txz.asc
--rw-r--r-- 1 root root 468 2020-12-27 22:14 ./slackware64/xfce/xfce4-appfinder-4.16.0-x86_64-1.txt
--rw-r--r-- 1 root root 158388 2020-12-27 22:14 ./slackware64/xfce/xfce4-appfinder-4.16.0-x86_64-1.txz
--rw-r--r-- 1 root root 163 2020-12-27 22:14 ./slackware64/xfce/xfce4-appfinder-4.16.0-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 468 2021-01-18 13:01 ./slackware64/xfce/xfce4-appfinder-4.16.1-x86_64-1.txt
+-rw-r--r-- 1 root root 157980 2021-01-18 13:01 ./slackware64/xfce/xfce4-appfinder-4.16.1-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2021-01-18 13:01 ./slackware64/xfce/xfce4-appfinder-4.16.1-x86_64-1.txz.asc
-rw-r--r-- 1 root root 531 2020-12-27 22:14 ./slackware64/xfce/xfce4-clipman-plugin-1.6.1-x86_64-2.txt
-rw-r--r-- 1 root root 168872 2020-12-27 22:14 ./slackware64/xfce/xfce4-clipman-plugin-1.6.1-x86_64-2.txz
-rw-r--r-- 1 root root 163 2020-12-27 22:14 ./slackware64/xfce/xfce4-clipman-plugin-1.6.1-x86_64-2.txz.asc
@@ -5477,11 +5477,11 @@ drwxr-xr-x 2 root root 4096 2020-12-30 21:58 ./slackware64/y
-rw-r--r-- 1 root root 1486564 2020-12-30 21:55 ./slackware64/y/nethack-3.6.6-x86_64-1.txz
-rw-r--r-- 1 root root 163 2020-12-30 21:55 ./slackware64/y/nethack-3.6.6-x86_64-1.txz.asc
-rw-r--r-- 1 root root 26 2020-12-30 21:55 ./slackware64/y/tagfile
-drwxr-xr-x 18 root root 4096 2021-01-17 23:52 ./source
--rw-r--r-- 1 root root 563235 2021-01-17 23:52 ./source/CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2021-01-17 23:52 ./source/CHECKSUMS.md5.asc
--rw-r--r-- 1 root root 784485 2021-01-17 23:52 ./source/FILE_LIST
--rw-r--r-- 1 root root 22249856 2021-01-17 23:52 ./source/MANIFEST.bz2
+drwxr-xr-x 18 root root 4096 2021-01-18 13:53 ./source
+-rw-r--r-- 1 root root 563410 2021-01-18 13:53 ./source/CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2021-01-18 13:53 ./source/CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 784693 2021-01-18 13:53 ./source/FILE_LIST
+-rw-r--r-- 1 root root 22231500 2021-01-18 13:53 ./source/MANIFEST.bz2
-rw-r--r-- 1 root root 1314 2006-10-02 04:40 ./source/README.TXT
drwxr-xr-x 122 root root 4096 2021-01-17 19:38 ./source/a
-rw-r--r-- 1 root root 1470 2021-01-17 20:11 ./source/a/FTBFSlog
@@ -6348,7 +6348,7 @@ drwxr-xr-x 2 root root 4096 2019-09-29 23:48 ./source/a/sysfsutils
-rw-r--r-- 1 root root 1001 2018-02-27 06:13 ./source/a/sysfsutils/slack-desc
-rw-r--r-- 1 root root 288189 2006-12-12 01:33 ./source/a/sysfsutils/sysfsutils-2.1.0.tar.bz2
-rwxr-xr-x 1 root root 3861 2019-09-29 23:48 ./source/a/sysfsutils/sysfsutils.SlackBuild
-drwxr-xr-x 3 root root 4096 2020-06-26 18:32 ./source/a/sysklogd
+drwxr-xr-x 3 root root 4096 2021-01-18 12:58 ./source/a/sysklogd
drwxr-xr-x 2 root root 4096 2020-01-29 04:08 ./source/a/sysklogd/config
-rw-r--r-- 1 root root 669 2020-12-17 21:00 ./source/a/sysklogd/config/rc.syslog.new
-rw-r--r-- 1 root root 1920 2020-01-29 04:34 ./source/a/sysklogd/config/syslog.conf.new
@@ -6356,8 +6356,8 @@ drwxr-xr-x 2 root root 4096 2020-01-29 04:08 ./source/a/sysklogd/config
-rw-r--r-- 1 root root 164 2020-01-29 04:00 ./source/a/sysklogd/config/syslogd.new
-rw-r--r-- 1 root root 379 2020-06-26 06:22 ./source/a/sysklogd/doinst.sh.gz
-rw-r--r-- 1 root root 975 2020-01-29 03:58 ./source/a/sysklogd/slack-desc
--rw-r--r-- 1 root root 290116 2020-03-22 08:54 ./source/a/sysklogd/sysklogd-2.1.2.tar.lz
--rwxr-xr-x 1 root root 5002 2020-12-23 20:04 ./source/a/sysklogd/sysklogd.SlackBuild
+-rw-r--r-- 1 root root 290334 2021-01-15 10:22 ./source/a/sysklogd/sysklogd-2.2.0.tar.lz
+-rwxr-xr-x 1 root root 5002 2021-01-18 12:58 ./source/a/sysklogd/sysklogd.SlackBuild
-rw-r--r-- 1 root root 38 2020-01-27 17:58 ./source/a/sysklogd/sysklogd.url
drwxr-xr-x 2 root root 4096 2019-09-29 23:48 ./source/a/syslinux
-rw-r--r-- 1 root root 973 2018-02-27 06:13 ./source/a/syslinux/slack-desc
@@ -7205,7 +7205,7 @@ drwxr-xr-x 2 root root 4096 2019-09-29 23:48 ./source/d/dev86
-rw-r--r-- 1 root root 475 2018-02-27 06:13 ./source/d/dev86/slack-desc
drwxr-xr-x 2 root root 4096 2021-01-04 22:32 ./source/d/distcc
-rw-r--r-- 1 root root 757896 2021-01-04 13:40 ./source/d/distcc/distcc-3.3.5.tar.lz
--rwxr-xr-x 1 root root 4713 2021-01-04 22:32 ./source/d/distcc/distcc.SlackBuild
+-rwxr-xr-x 1 root root 4711 2021-01-18 13:11 ./source/d/distcc/distcc.SlackBuild
-rw-r--r-- 1 root root 33 2018-03-10 19:45 ./source/d/distcc/distcc.url
-rw-r--r-- 1 root root 295 2013-03-31 22:26 ./source/d/distcc/doinst.sh.gz
-rw-r--r-- 1 root root 935 2018-02-27 06:13 ./source/d/distcc/slack-desc
@@ -7439,10 +7439,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 2021-01-17 04:11 ./source/d/python-setuptools
+drwxr-xr-x 2 root root 4096 2021-01-18 12:57 ./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 1199662 2021-01-17 03:15 ./source/d/python-setuptools/setuptools-51.3.1.tar.lz
+-rw-r--r-- 1 root root 1196352 2021-01-17 22:44 ./source/d/python-setuptools/setuptools-51.3.3.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
@@ -10144,8 +10144,8 @@ drwxr-xr-x 2 root root 4096 2018-01-05 18:45 ./source/l/id3lib/patches
-rw-r--r-- 1 root root 629 2017-09-11 16:30 ./source/l/id3lib/patches/id3lib.utf8_writing.patch.gz
-rw-r--r-- 1 root root 517 2017-09-11 16:30 ./source/l/id3lib/patches/id3lib.vbr_stack_smash.patch.gz
-rw-r--r-- 1 root root 927 2018-02-27 06:12 ./source/l/id3lib/slack-desc
-drwxr-xr-x 2 root root 4096 2021-01-10 19:10 ./source/l/imagemagick
--rw-r--r-- 1 root root 9670787 2021-01-09 16:13 ./source/l/imagemagick/ImageMagick-7.0.10-57.tar.lz
+drwxr-xr-x 2 root root 4096 2021-01-18 12:39 ./source/l/imagemagick
+-rw-r--r-- 1 root root 9669703 2021-01-16 18:13 ./source/l/imagemagick/ImageMagick-7.0.10-58.tar.lz
-rw-r--r-- 1 root root 309 2016-05-17 04:08 ./source/l/imagemagick/doinst.sh.gz
-rwxr-xr-x 1 root root 7092 2020-11-01 18:44 ./source/l/imagemagick/imagemagick.SlackBuild
-rw-r--r-- 1 root root 43 2020-09-30 21:13 ./source/l/imagemagick/imagemagick.url
@@ -10497,8 +10497,8 @@ drwxr-xr-x 2 root root 4096 2020-08-16 19:27 ./source/l/libnss_nis
-rwxr-xr-x 1 root root 4654 2020-08-16 19:38 ./source/l/libnss_nis/libnss_nis.SlackBuild
-rw-r--r-- 1 root root 38 2020-08-16 19:23 ./source/l/libnss_nis/libnss_nis.url
-rw-r--r-- 1 root root 836 2020-08-16 19:26 ./source/l/libnss_nis/slack-desc
-drwxr-xr-x 2 root root 4096 2019-09-29 23:48 ./source/l/libodfgen
--rw-r--r-- 1 root root 384760 2018-06-13 07:21 ./source/l/libodfgen/libodfgen-0.1.7.tar.xz
+drwxr-xr-x 2 root root 4096 2021-01-18 12:40 ./source/l/libodfgen
+-rw-r--r-- 1 root root 386156 2021-01-06 10:38 ./source/l/libodfgen/libodfgen-0.1.8.tar.xz
-rwxr-xr-x 1 root root 4080 2019-09-29 23:48 ./source/l/libodfgen/libodfgen.SlackBuild
-rw-r--r-- 1 root root 772 2018-11-08 00:09 ./source/l/libodfgen/slack-desc
drwxr-xr-x 2 root root 4096 2019-09-29 23:48 ./source/l/libogg
@@ -10579,9 +10579,9 @@ drwxr-xr-x 2 root root 4096 2019-09-29 23:48 ./source/l/libsigc++
-rw-r--r-- 1 root root 410943 2019-06-12 16:23 ./source/l/libsigc++/libsigc++-2.10.2.tar.lz
-rwxr-xr-x 1 root root 3900 2019-09-29 23:48 ./source/l/libsigc++/libsigc++.SlackBuild
-rw-r--r-- 1 root root 1034 2018-10-30 21:18 ./source/l/libsigc++/slack-desc
-drwxr-xr-x 2 root root 4096 2019-09-29 23:48 ./source/l/libsigsegv
--rw-r--r-- 1 root root 295054 2018-01-16 20:28 ./source/l/libsigsegv/libsigsegv-2.12.tar.lz
--rwxr-xr-x 1 root root 4491 2019-09-29 23:48 ./source/l/libsigsegv/libsigsegv.SlackBuild
+drwxr-xr-x 2 root root 4096 2021-01-18 12:42 ./source/l/libsigsegv
+-rw-r--r-- 1 root root 299109 2021-01-16 19:20 ./source/l/libsigsegv/libsigsegv-2.13.tar.lz
+-rwxr-xr-x 1 root root 4491 2021-01-18 12:42 ./source/l/libsigsegv/libsigsegv.SlackBuild
-rw-r--r-- 1 root root 1059 2018-11-29 19:17 ./source/l/libsigsegv/slack-desc
drwxr-xr-x 2 root root 4096 2020-09-20 18:22 ./source/l/libsndfile
-rw-r--r-- 1 root root 700364 2020-09-19 07:31 ./source/l/libsndfile/libsndfile-1.0.30.tar.lz
@@ -11693,7 +11693,7 @@ drwxr-xr-x 2 root root 4096 2021-01-17 00:18 ./source/n/inetd
-rw-r--r-- 1 root root 413 2016-01-11 06:08 ./source/n/inetd/fix-x86_64-daytime-segfault.diff.gz
-rw-r--r-- 1 root root 6436 2001-02-07 01:19 ./source/n/inetd/inetd-OpenBSD-1.79.diff.gz
-rw-r--r-- 1 root root 19053 2001-02-06 20:48 ./source/n/inetd/inetd-OpenBSD-1.79.tar.gz
--rwxr-xr-x 1 root root 3204 2021-01-17 00:18 ./source/n/inetd/inetd.SlackBuild
+-rwxr-xr-x 1 root root 3204 2021-01-18 12:37 ./source/n/inetd/inetd.SlackBuild
-rw-r--r-- 1 root root 4515 2017-11-13 04:46 ./source/n/inetd/inetd.conf
-rw-r--r-- 1 root root 197 2021-01-17 00:18 ./source/n/inetd/inetd.libtirpc.diff.gz
-rw-r--r-- 1 root root 889 2003-09-06 23:32 ./source/n/inetd/inetd.loopingdos.diff.gz
@@ -12081,9 +12081,9 @@ drwxr-xr-x 2 root root 4096 2020-10-26 19:59 ./source/n/nfs-utils
-rw-r--r-- 1 root root 292 2017-12-29 05:37 ./source/n/nfs-utils/nfs.default
-rw-r--r-- 1 root root 2920 2020-02-03 20:42 ./source/n/nfs-utils/rc.nfsd
-rw-r--r-- 1 root root 779 2018-02-27 06:13 ./source/n/nfs-utils/slack-desc
-drwxr-xr-x 2 root root 4096 2021-01-11 05:24 ./source/n/nftables
--rw-r--r-- 1 root root 743725 2020-10-27 10:11 ./source/n/nftables/nftables-0.9.7.tar.lz
--rwxr-xr-x 1 root root 3837 2021-01-11 05:24 ./source/n/nftables/nftables.SlackBuild
+drwxr-xr-x 2 root root 4096 2021-01-18 12:43 ./source/n/nftables
+-rw-r--r-- 1 root root 750423 2021-01-15 21:50 ./source/n/nftables/nftables-0.9.8.tar.lz
+-rwxr-xr-x 1 root root 3837 2021-01-18 12:43 ./source/n/nftables/nftables.SlackBuild
-rw-r--r-- 1 root root 46 2020-10-27 17:39 ./source/n/nftables/nftables.url
-rw-r--r-- 1 root root 1023 2018-02-27 06:13 ./source/n/nftables/slack-desc
drwxr-xr-x 2 root root 4096 2020-11-24 20:23 ./source/n/nghttp2
@@ -12231,10 +12231,10 @@ drwxr-xr-x 2 root root 4096 2020-05-16 19:32 ./source/n/popa3d
-rw-r--r-- 1 root root 885 2018-09-18 16:57 ./source/n/popa3d/popa3d.pam.diff.gz
-rw-r--r-- 1 root root 769 2006-03-12 22:23 ./source/n/popa3d/popa3d.shadow.diff.gz
-rw-r--r-- 1 root root 997 2018-02-27 06:13 ./source/n/popa3d/slack-desc
-drwxr-xr-x 2 root root 4096 2020-11-08 21:29 ./source/n/postfix
+drwxr-xr-x 2 root root 4096 2021-01-18 12:56 ./source/n/postfix
-rw-r--r-- 1 root root 1395 2019-11-25 18:38 ./source/n/postfix/README
-rw-r--r-- 1 root root 1027 2019-03-05 00:06 ./source/n/postfix/doinst.sh.gz
--rw-r--r-- 1 root root 2372247 2020-11-07 22:25 ./source/n/postfix/postfix-3.5.8.tar.lz
+-rw-r--r-- 1 root root 2374565 2021-01-17 15:47 ./source/n/postfix/postfix-3.5.9.tar.lz
-rwxr-xr-x 1 root root 9742 2020-11-08 21:30 ./source/n/postfix/postfix.SlackBuild
-rw-r--r-- 1 root root 283 2017-11-05 21:09 ./source/n/postfix/postfix.only.warn.regular.files.diff.gz
-rw-r--r-- 1 root root 417 2019-02-28 19:05 ./source/n/postfix/postfix.script.starting.message.diff.gz
@@ -12371,7 +12371,7 @@ drwxr-xr-x 2 root root 4096 2020-10-20 18:33 ./source/n/stunnel
-rw-r--r-- 1 root root 39 2018-05-22 17:22 ./source/n/stunnel/stunnel.url
drwxr-xr-x 2 root root 4096 2021-01-17 23:35 ./source/n/tcp_wrappers
-rw-r--r-- 1 root root 1108 2018-02-27 06:13 ./source/n/tcp_wrappers/slack-desc
--rwxr-xr-x 1 root root 3736 2021-01-17 23:37 ./source/n/tcp_wrappers/tcp_wrappers.SlackBuild
+-rwxr-xr-x 1 root root 3736 2021-01-18 13:01 ./source/n/tcp_wrappers/tcp_wrappers.SlackBuild
-rw-r--r-- 1 root root 118844 2004-02-22 22:48 ./source/n/tcp_wrappers/tcp_wrappers_7.6.tar.gz
drwxr-xr-x 2 root root 4096 2019-10-01 20:15 ./source/n/tcpdump
-rw-r--r-- 1 root root 869 2019-10-01 20:14 ./source/n/tcpdump/slack-desc
@@ -13268,7 +13268,7 @@ drwxr-xr-x 2 root root 12288 2020-05-18 17:49 ./source/x/x11/build
-rw-r--r-- 1 root root 2 2019-03-04 22:09 ./source/x/x11/build/xmore
-rw-r--r-- 1 root root 2 2018-04-13 02:44 ./source/x/x11/build/xorg-cf-files
-rw-r--r-- 1 root root 2 2018-04-13 02:44 ./source/x/x11/build/xorg-docs
--rw-r--r-- 1 root root 2 2020-12-17 22:36 ./source/x/x11/build/xorg-server
+-rw-r--r-- 1 root root 2 2021-01-18 12:50 ./source/x/x11/build/xorg-server
-rw-r--r-- 1 root root 2 2018-04-13 02:44 ./source/x/x11/build/xorg-sgml-doctools
-rw-r--r-- 1 root root 2 2019-06-20 17:41 ./source/x/x11/build/xorgproto
-rw-r--r-- 1 root root 2 2018-04-13 02:44 ./source/x/x11/build/xpr
@@ -13418,11 +13418,12 @@ drwxr-xr-x 2 root root 4096 2015-04-22 04:50 ./source/x/x11/patch/xf86-vid
drwxr-xr-x 2 root root 4096 2020-06-19 19:44 ./source/x/x11/patch/xinit
-rw-r--r-- 1 root root 171 2015-03-30 04:16 ./source/x/x11/patch/xinit.patch
-rw-r--r-- 1 root root 468 2020-06-19 19:43 ./source/x/x11/patch/xinit/xinit.remove.systemd.kludge.diff.gz
-drwxr-xr-x 2 root root 4096 2020-09-11 18:38 ./source/x/x11/patch/xorg-server
--rw-r--r-- 1 root root 1995 2020-09-11 18:40 ./source/x/x11/patch/xorg-server.patch
+drwxr-xr-x 2 root root 4096 2021-01-18 12:48 ./source/x/x11/patch/xorg-server
+-rw-r--r-- 1 root root 2253 2021-01-18 12:50 ./source/x/x11/patch/xorg-server.patch
-rw-r--r-- 1 root root 623 2018-07-15 18:32 ./source/x/x11/patch/xorg-server/0001-Always-install-vbe-and-int10-sdk-headers.patch.gz
-rw-r--r-- 1 root root 3846 2018-07-15 18:32 ./source/x/x11/patch/xorg-server/0001-autobind-GPUs-to-the-screen.patch.gz
-rw-r--r-- 1 root root 879 2019-02-26 23:17 ./source/x/x11/patch/xorg-server/0001-xfree86-use-modesetting-driver-by-default-on-GeForce.patch.gz
+-rw-r--r-- 1 root root 418 2020-12-02 09:50 ./source/x/x11/patch/xorg-server/06_use-intel-only-on-pre-gen4.diff.gz
-rw-r--r-- 1 root root 298 2018-05-30 05:02 ./source/x/x11/patch/xorg-server/fix-nouveau-segfault.diff.gz
-rw-r--r-- 1 root root 357 2020-09-11 18:38 ./source/x/x11/patch/xorg-server/fix-pci-segfault.diff.gz
-rw-r--r-- 1 root root 340 2012-04-14 03:01 ./source/x/x11/patch/xorg-server/x11.startwithblackscreen.diff.gz
@@ -14561,10 +14562,11 @@ drwxr-xr-x 2 root root 4096 2020-12-25 18:18 ./source/xfce/tumbler
-rw-r--r-- 1 root root 476216 2020-12-22 23:39 ./source/xfce/tumbler/tumbler-4.16.0.tar.lz
-rwxr-xr-x 1 root root 4852 2020-12-25 18:18 ./source/xfce/tumbler/tumbler.SlackBuild
-rw-r--r-- 1 root root 67 2018-09-13 16:54 ./source/xfce/tumbler/tumbler.url
-drwxr-xr-x 2 root root 4096 2020-12-23 02:06 ./source/xfce/xfce4-appfinder
+drwxr-xr-x 2 root root 4096 2021-01-18 13:00 ./source/xfce/xfce4-appfinder
-rw-r--r-- 1 root root 931 2018-02-27 06:13 ./source/xfce/xfce4-appfinder/slack-desc
--rw-r--r-- 1 root root 472430 2020-12-22 23:27 ./source/xfce/xfce4-appfinder/xfce4-appfinder-4.16.0.tar.lz
+-rw-r--r-- 1 root root 476607 2021-01-17 23:33 ./source/xfce/xfce4-appfinder/xfce4-appfinder-4.16.1.tar.lz
-rwxr-xr-x 1 root root 4621 2020-12-19 05:12 ./source/xfce/xfce4-appfinder/xfce4-appfinder.SlackBuild
+-rw-r--r-- 1 root root 85 2021-01-18 13:00 ./source/xfce/xfce4-appfinder/xfce4-appfinder.url
drwxr-xr-x 2 root root 4096 2020-12-19 05:12 ./source/xfce/xfce4-clipman-plugin
-rw-r--r-- 1 root root 172 2012-07-18 20:50 ./source/xfce/xfce4-clipman-plugin/doinst.sh.gz
-rw-r--r-- 1 root root 999 2018-02-27 06:13 ./source/xfce/xfce4-clipman-plugin/slack-desc
diff --git a/recompress.sh b/recompress.sh
index a3db11bc8..9b1f646dc 100755
--- a/recompress.sh
+++ b/recompress.sh
@@ -1136,6 +1136,7 @@ gzip ./source/x/x11/patch/xorg-server/0001-xfree86-use-modesetting-driver-by-def
gzip ./source/x/x11/patch/xorg-server/fix-nouveau-segfault.diff
gzip ./source/x/x11/patch/xorg-server/fix-pci-segfault.diff
gzip ./source/x/x11/patch/xorg-server/x11.startwithblackscreen.diff
+gzip ./source/x/x11/patch/xorg-server/06_use-intel-only-on-pre-gen4.diff
gzip ./source/x/x11/patch/xorg-server/0001-Always-install-vbe-and-int10-sdk-headers.patch
gzip ./source/x/x11/patch/xinit/xinit.remove.systemd.kludge.diff
gzip ./source/x/x11/patch/xf86-video-intel/0001-sna-Avoid-clobbering-output-physical-size-with-xf86O.patch
diff --git a/source/a/sysklogd/sysklogd.SlackBuild b/source/a/sysklogd/sysklogd.SlackBuild
index fa5efe09e..c797be8a1 100755
--- a/source/a/sysklogd/sysklogd.SlackBuild
+++ b/source/a/sysklogd/sysklogd.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=sysklogd
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/d/distcc/distcc.SlackBuild b/source/d/distcc/distcc.SlackBuild
index 9286548d9..66e606169 100755
--- a/source/d/distcc/distcc.SlackBuild
+++ b/source/d/distcc/distcc.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=distcc
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -122,11 +122,9 @@ if [ ! "$LIBDIRSUFFIX" = "" ]; then
)
fi
-# pkgdocdir=/usr/doc/distcc-$VERSION
+# Install distccmon-gnome.desktop:
mkdir -p $PKG/usr/share/applications
-( cd $PKG/usr/share/applications
- ln -sf /usr/share/distcc/distccmon-gnome.desktop .
-)
+cat gnome/distccmon-gnome.desktop > $PKG/usr/share/applications/distccmon-gnome.desktop
for file in $PKG/etc/distcc/* ; do
mv $file ${file}.new
diff --git a/source/l/libsigsegv/libsigsegv.SlackBuild b/source/l/libsigsegv/libsigsegv.SlackBuild
index e09c46154..6038b82dc 100755
--- a/source/l/libsigsegv/libsigsegv.SlackBuild
+++ b/source/l/libsigsegv/libsigsegv.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=libsigsegv
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
diff --git a/source/n/inetd/inetd.SlackBuild b/source/n/inetd/inetd.SlackBuild
index 5eca89c21..b5023e6f3 100755
--- a/source/n/inetd/inetd.SlackBuild
+++ b/source/n/inetd/inetd.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=inetd
VERSION=1.79s
-BUILD=${BUILD:-11}
+BUILD=${BUILD:-12}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/n/nftables/nftables.SlackBuild b/source/n/nftables/nftables.SlackBuild
index cf028161f..ca860fb5e 100755
--- a/source/n/nftables/nftables.SlackBuild
+++ b/source/n/nftables/nftables.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=nftables
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
diff --git a/source/n/tcp_wrappers/tcp_wrappers.SlackBuild b/source/n/tcp_wrappers/tcp_wrappers.SlackBuild
index 220686c69..a9412f5e8 100755
--- a/source/n/tcp_wrappers/tcp_wrappers.SlackBuild
+++ b/source/n/tcp_wrappers/tcp_wrappers.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=tcp_wrappers
VERSION=7.6
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-4}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/x/x11/build/xorg-server b/source/x/x11/build/xorg-server
index 0cfbf0888..00750edc0 100644
--- a/source/x/x11/build/xorg-server
+++ b/source/x/x11/build/xorg-server
@@ -1 +1 @@
-2
+3
diff --git a/source/x/x11/patch/xorg-server.patch b/source/x/x11/patch/xorg-server.patch
index f670b4178..e1e5d20f6 100644
--- a/source/x/x11/patch/xorg-server.patch
+++ b/source/x/x11/patch/xorg-server.patch
@@ -25,3 +25,6 @@ zcat $CWD/patch/xorg-server/0001-xfree86-use-modesetting-driver-by-default-on-Ge
# Fix a PCI related segfault:
zcat $CWD/patch/xorg-server/fix-pci-segfault.diff.gz | patch -p1 --verbose || { touch ${SLACK_X_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+
+# Only use Intel DDX with pre-gen4 hardware. Newer hardware will the the modesetting driver by default:
+zcat $CWD/patch/xorg-server/06_use-intel-only-on-pre-gen4.diff.gz | patch -p1 --verbose || { touch ${SLACK_X_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
diff --git a/source/x/x11/patch/xorg-server/06_use-intel-only-on-pre-gen4.diff b/source/x/x11/patch/xorg-server/06_use-intel-only-on-pre-gen4.diff
new file mode 100644
index 000000000..4994492f6
--- /dev/null
+++ b/source/x/x11/patch/xorg-server/06_use-intel-only-on-pre-gen4.diff
@@ -0,0 +1,30 @@
+Description: Use intel ddx only on pre-gen4 hw, newer ones will fall back to modesetting
+Author: Timo Aaltonen <tjaalton@debian.org>
+
+--- a/hw/xfree86/common/xf86pciBus.c
++++ b/hw/xfree86/common/xf86pciBus.c
+@@ -1173,7 +1173,23 @@ xf86VideoPtrToDriverList(struct pci_devi
+ case 0x0bef:
+ /* Use fbdev/vesa driver on Oaktrail, Medfield, CDV */
+ break;
+- default:
++ /* Default to intel only on pre-gen4 chips */
++ case 0x3577:
++ case 0x2562:
++ case 0x3582:
++ case 0x358e:
++ case 0x2572:
++ case 0x2582:
++ case 0x258a:
++ case 0x2592:
++ case 0x2772:
++ case 0x27a2:
++ case 0x27ae:
++ case 0x29b2:
++ case 0x29c2:
++ case 0x29d2:
++ case 0xa001:
++ case 0xa011:
+ driverList[0] = "intel";
+ break;
+ }
diff --git a/source/xfce/xfce4-appfinder/xfce4-appfinder.url b/source/xfce/xfce4-appfinder/xfce4-appfinder.url
new file mode 100644
index 000000000..0c62decc6
--- /dev/null
+++ b/source/xfce/xfce4-appfinder/xfce4-appfinder.url
@@ -0,0 +1 @@
+http://archive.xfce.org/src/xfce/xfce4-appfinder/4.16/xfce4-appfinder-4.16.1.tar.bz2