summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.rss47
-rw-r--r--ChangeLog.txt35
-rw-r--r--FILELIST.TXT275
-rw-r--r--README.initrd14
-rw-r--r--isolinux/message.txt2
-rw-r--r--kernels/VERSIONS.TXT2
-rw-r--r--slackware64/a/maketag6
-rw-r--r--slackware64/a/maketag.ez6
-rw-r--r--slackware64/k/maketag2
-rw-r--r--slackware64/k/maketag.ez2
-rwxr-xr-xsource/ap/lxc/get-lxc.sh51
-rwxr-xr-xsource/ap/lxc/lxc.SlackBuild8
-rw-r--r--source/ap/lxc/slack-desc2
-rw-r--r--source/k/kernel-configs/config-generic-4.19.21 (renamed from source/k/kernel-configs/config-generic-4.19.20)2
-rw-r--r--source/k/kernel-configs/config-generic-4.19.21.x64 (renamed from source/k/kernel-configs/config-generic-4.19.20.x64)2
-rw-r--r--source/k/kernel-configs/config-generic-smp-4.19.21-smp (renamed from source/k/kernel-configs/config-generic-smp-4.19.20-smp)2
-rw-r--r--source/k/kernel-configs/config-huge-4.19.21 (renamed from source/k/kernel-configs/config-huge-4.19.20)2
-rw-r--r--source/k/kernel-configs/config-huge-4.19.21.x64 (renamed from source/k/kernel-configs/config-huge-4.19.20.x64)2
-rw-r--r--source/k/kernel-configs/config-huge-smp-4.19.21-smp (renamed from source/k/kernel-configs/config-huge-smp-4.19.20-smp)2
-rwxr-xr-xsource/l/libcap/libcap.SlackBuild5
-rw-r--r--source/x/x11/build/bitmap2
-rw-r--r--source/x/x11/build/libXau2
-rw-r--r--source/x/x11/patch/pixman/pixman.remove.tests.that.fail.to.compile.diff243
23 files changed, 498 insertions, 218 deletions
diff --git a/ChangeLog.rss b/ChangeLog.rss
index 6bc3ccd01..26532c999 100644
--- a/ChangeLog.rss
+++ b/ChangeLog.rss
@@ -11,10 +11,53 @@
<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, 10 Feb 2019 20:55:14 GMT</pubDate>
- <lastBuildDate>Mon, 11 Feb 2019 07:59:42 GMT</lastBuildDate>
+ <pubDate>Wed, 13 Feb 2019 00:22:29 GMT</pubDate>
+ <lastBuildDate>Wed, 13 Feb 2019 07:59:42 GMT</lastBuildDate>
<generator>maintain_current_git.sh v 1.10</generator>
<item>
+ <title>Wed, 13 Feb 2019 00:22:29 GMT</title>
+ <pubDate>Wed, 13 Feb 2019 00:22:29 GMT</pubDate>
+ <link>https://git.slackware.nl/current/tag/?h=20190213002229</link>
+ <guid isPermaLink="false">20190213002229</guid>
+ <description>
+ <![CDATA[<pre>
+a/kernel-firmware-20190212_28f5f7d-noarch-1.txz: Upgraded.
+a/kernel-generic-4.19.21-x86_64-1.txz: Upgraded.
+a/kernel-huge-4.19.21-x86_64-1.txz: Upgraded.
+a/kernel-modules-4.19.21-x86_64-1.txz: Upgraded.
+ap/lxc-2.0.9_d3a03247-x86_64-1.txz: Upgraded.
+ This update fixes a security issue where a malicious privileged container
+ could overwrite the host binary and thus gain root-level code execution on
+ the host. As the LXC project considers privileged containers to be unsafe
+ no CVE has been assigned for this issue for LXC. To prevent this attack,
+ LXC has been patched to create a temporary copy of the calling binary
+ itself when it starts or attaches to containers. To do this LXC creates an
+ anonymous, in-memory file using the memfd_create() system call and copies
+ itself into the temporary in-memory file, which is then sealed to prevent
+ further modifications. LXC then executes this sealed, in-memory file
+ instead of the original on-disk binary.
+ For more information, see:
+ https://seclists.org/oss-sec/2019/q1/119
+ (* Security fix *)
+d/kernel-headers-4.19.21-x86-1.txz: Upgraded.
+k/kernel-source-4.19.21-noarch-1.txz: Upgraded.
+l/libbluray-1.1.0-x86_64-1.txz: Upgraded.
+l/libcap-2.26-x86_64-2.txz: Rebuilt.
+ Don't ship static library.
+l/xapian-core-1.4.10-x86_64-1.txz: Upgraded.
+n/gnupg2-2.2.13-x86_64-1.txz: Upgraded.
+n/irssi-1.2.0-x86_64-1.txz: Upgraded.
+n/libassuan-2.5.3-x86_64-1.txz: Upgraded.
+x/bitmap-1.0.9-x86_64-1.txz: Upgraded.
+x/libXau-1.0.9-x86_64-1.txz: Upgraded.
+x/pixman-0.38.0-x86_64-1.txz: Upgraded.
+isolinux/initrd.img: Rebuilt.
+kernels/*: Upgraded.
+usb-and-pxe-installers/usbboot.img: Rebuilt.
+ </pre>]]>
+ </description>
+ </item>
+ <item>
<title>Sun, 10 Feb 2019 20:55:14 GMT</title>
<pubDate>Sun, 10 Feb 2019 20:55:14 GMT</pubDate>
<link>https://git.slackware.nl/current/tag/?h=20190210205514</link>
diff --git a/ChangeLog.txt b/ChangeLog.txt
index b303beb38..538d38be2 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,3 +1,38 @@
+Wed Feb 13 00:22:29 UTC 2019
+a/kernel-firmware-20190212_28f5f7d-noarch-1.txz: Upgraded.
+a/kernel-generic-4.19.21-x86_64-1.txz: Upgraded.
+a/kernel-huge-4.19.21-x86_64-1.txz: Upgraded.
+a/kernel-modules-4.19.21-x86_64-1.txz: Upgraded.
+ap/lxc-2.0.9_d3a03247-x86_64-1.txz: Upgraded.
+ This update fixes a security issue where a malicious privileged container
+ could overwrite the host binary and thus gain root-level code execution on
+ the host. As the LXC project considers privileged containers to be unsafe
+ no CVE has been assigned for this issue for LXC. To prevent this attack,
+ LXC has been patched to create a temporary copy of the calling binary
+ itself when it starts or attaches to containers. To do this LXC creates an
+ anonymous, in-memory file using the memfd_create() system call and copies
+ itself into the temporary in-memory file, which is then sealed to prevent
+ further modifications. LXC then executes this sealed, in-memory file
+ instead of the original on-disk binary.
+ For more information, see:
+ https://seclists.org/oss-sec/2019/q1/119
+ (* Security fix *)
+d/kernel-headers-4.19.21-x86-1.txz: Upgraded.
+k/kernel-source-4.19.21-noarch-1.txz: Upgraded.
+l/libbluray-1.1.0-x86_64-1.txz: Upgraded.
+l/libcap-2.26-x86_64-2.txz: Rebuilt.
+ Don't ship static library.
+l/xapian-core-1.4.10-x86_64-1.txz: Upgraded.
+n/gnupg2-2.2.13-x86_64-1.txz: Upgraded.
+n/irssi-1.2.0-x86_64-1.txz: Upgraded.
+n/libassuan-2.5.3-x86_64-1.txz: Upgraded.
+x/bitmap-1.0.9-x86_64-1.txz: Upgraded.
+x/libXau-1.0.9-x86_64-1.txz: Upgraded.
+x/pixman-0.38.0-x86_64-1.txz: Upgraded.
+isolinux/initrd.img: Rebuilt.
+kernels/*: Upgraded.
+usb-and-pxe-installers/usbboot.img: Rebuilt.
++--------------------------+
Sun Feb 10 20:55:14 UTC 2019
d/python-pip-19.0.2-x86_64-1.txz: Upgraded.
l/imagemagick-6.9.10_27-x86_64-1.txz: Upgraded.
diff --git a/FILELIST.TXT b/FILELIST.TXT
index c972c6ab6..c9ac10748 100644
--- a/FILELIST.TXT
+++ b/FILELIST.TXT
@@ -1,35 +1,35 @@
-Sun Feb 10 21:06:32 UTC 2019
+Wed Feb 13 00:39:11 UTC 2019
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 2019-02-10 20:55 .
+drwxr-xr-x 12 root root 4096 2019-02-13 00:22 .
-rw-r--r-- 1 root root 10064 2016-06-30 18:39 ./ANNOUNCE.14_2
-rw-r--r-- 1 root root 14341 2018-11-29 05:40 ./CHANGES_AND_HINTS.TXT
--rw-r--r-- 1 root root 906827 2019-02-09 22:58 ./CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2019-02-09 22:59 ./CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 906824 2019-02-10 21:07 ./CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2019-02-10 21:07 ./CHECKSUMS.md5.asc
-rw-r--r-- 1 root root 17976 1994-06-10 02:28 ./COPYING
-rw-r--r-- 1 root root 35147 2007-06-30 04:21 ./COPYING3
-rw-r--r-- 1 root root 19573 2016-06-23 20:08 ./COPYRIGHT.TXT
-rw-r--r-- 1 root root 616 2006-10-02 04:37 ./CRYPTO_NOTICE.TXT
--rw-r--r-- 1 root root 563652 2019-02-10 20:55 ./ChangeLog.txt
+-rw-r--r-- 1 root root 565372 2019-02-13 00:22 ./ChangeLog.txt
drwxr-xr-x 3 root root 4096 2013-03-20 22:17 ./EFI
-drwxr-xr-x 2 root root 4096 2019-02-06 22:42 ./EFI/BOOT
+drwxr-xr-x 2 root root 4096 2019-02-13 00:22 ./EFI/BOOT
-rw-r--r-- 1 root root 1253376 2018-02-24 20:49 ./EFI/BOOT/bootx64.efi
-rw-r--r-- 1 root root 78 2013-09-23 20:35 ./EFI/BOOT/grub-embedded.cfg
-rw-r--r-- 1 root root 893 2018-04-17 21:17 ./EFI/BOOT/grub.cfg
--rw-r--r-- 2 root root 9512832 2019-02-06 20:10 ./EFI/BOOT/huge.s
--rw-r--r-- 2 root root 37037500 2019-02-06 22:41 ./EFI/BOOT/initrd.img
+-rw-r--r-- 2 root root 9508736 2019-02-12 23:32 ./EFI/BOOT/huge.s
+-rw-r--r-- 2 root root 37628716 2019-02-13 00:21 ./EFI/BOOT/initrd.img
-rwxr-xr-x 1 root root 2494 2018-02-24 20:49 ./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 1192797 2019-02-09 22:58 ./FILELIST.TXT
+-rw-r--r-- 1 root root 1192795 2019-02-10 21:06 ./FILELIST.TXT
-rw-r--r-- 1 root root 1572 2012-08-29 18:27 ./GPG-KEY
--rw-r--r-- 1 root root 731683 2019-02-10 21:04 ./PACKAGES.TXT
+-rw-r--r-- 1 root root 731693 2019-02-13 00:37 ./PACKAGES.TXT
-rw-r--r-- 1 root root 8564 2016-06-28 21:33 ./README.TXT
--rw-r--r-- 1 root root 3635 2019-02-06 22:18 ./README.initrd
+-rw-r--r-- 1 root root 3635 2019-02-12 23:56 ./README.initrd
-rw-r--r-- 1 root root 34412 2017-12-01 17:44 ./README_CRYPT.TXT
-rw-r--r-- 1 root root 8751 2016-06-28 21:44 ./README_LVM.TXT
-rw-r--r-- 1 root root 19658 2013-06-18 04:34 ./README_RAID.TXT
@@ -717,16 +717,16 @@ drwxr-xr-x 2 root root 4096 2011-01-31 03:46 ./extra/xf86-video-nouveau-bl
-rw-r--r-- 1 root root 645 2010-04-27 21:47 ./extra/xf86-video-nouveau-blacklist/xf86-video-nouveau-blacklist-noarch-1.txt
-rw-r--r-- 1 root root 880 2010-04-27 21:47 ./extra/xf86-video-nouveau-blacklist/xf86-video-nouveau-blacklist-noarch-1.txz
-rw-r--r-- 1 root root 198 2010-04-27 21:47 ./extra/xf86-video-nouveau-blacklist/xf86-video-nouveau-blacklist-noarch-1.txz.asc
-drwxr-xr-x 3 root root 4096 2019-02-06 22:42 ./isolinux
+drwxr-xr-x 3 root root 4096 2019-02-13 00:22 ./isolinux
-rw-r--r-- 1 root root 6183 2017-11-18 18:47 ./isolinux/README.TXT
-rw-r--r-- 1 root root 788 2007-03-17 19:50 ./isolinux/README_SPLIT.TXT
-rw-r--r-- 1 root root 1474560 2018-02-24 20:49 ./isolinux/efiboot.img
-rw-r--r-- 1 root root 574 2013-10-24 00:19 ./isolinux/f2.txt
--rw-r--r-- 2 root root 37037500 2019-02-06 22:41 ./isolinux/initrd.img
+-rw-r--r-- 2 root root 37628716 2019-02-13 00:21 ./isolinux/initrd.img
-rw-r--r-- 1 root root 50 2003-01-18 00:02 ./isolinux/iso.sort
-rw-r--r-- 1 root root 24576 2016-05-27 20:36 ./isolinux/isolinux.bin
-rw-r--r-- 1 root root 578 2013-03-27 03:29 ./isolinux/isolinux.cfg
--rw-r--r-- 1 root root 683 2019-02-06 22:18 ./isolinux/message.txt
+-rw-r--r-- 1 root root 683 2019-02-12 23:56 ./isolinux/message.txt
drwxr-xr-x 2 root root 4096 2003-03-17 07:31 ./isolinux/sbootmgr
-rwxr-xr-x 1 root root 36064 1995-05-12 01:23 ./isolinux/sbootmgr/RAWRITE.EXE
-rw-r--r-- 1 root root 2138 1997-12-01 01:21 ./isolinux/sbootmgr/RAWRITE12.DOC
@@ -737,12 +737,12 @@ lrwxrwxrwx 1 root root 11 2009-08-23 23:37 ./isolinux/sbootmgr/RAWRITE13
-rw-r--r-- 1 root root 1291 2003-03-17 07:31 ./isolinux/sbootmgr/README.TXT
-rw-r--r-- 1 root root 110592 2003-03-16 08:38 ./isolinux/sbootmgr/sbootmgr.dsk
-rw-r--r-- 1 root root 3024 2018-03-03 01:37 ./isolinux/setpkg
-drwxr-xr-x 5 root root 4096 2019-02-06 22:18 ./kernels
--rw-r--r-- 1 root root 37 2019-02-06 22:18 ./kernels/VERSIONS.TXT
-drwxr-xr-x 2 root root 4096 2019-02-06 20:10 ./kernels/huge.s
--rw-r--r-- 1 root root 1011207 2019-02-06 20:10 ./kernels/huge.s/System.map.gz
--rw-r--r-- 2 root root 9512832 2019-02-06 20:10 ./kernels/huge.s/bzImage
--rw-r--r-- 1 root root 185247 2019-02-06 20:07 ./kernels/huge.s/config
+drwxr-xr-x 5 root root 4096 2019-02-12 23:56 ./kernels
+-rw-r--r-- 1 root root 37 2019-02-12 23:56 ./kernels/VERSIONS.TXT
+drwxr-xr-x 2 root root 4096 2019-02-12 23:32 ./kernels/huge.s
+-rw-r--r-- 1 root root 1011016 2019-02-12 23:31 ./kernels/huge.s/System.map.gz
+-rw-r--r-- 2 root root 9508736 2019-02-12 23:32 ./kernels/huge.s/bzImage
+-rw-r--r-- 1 root root 185247 2019-02-12 23:28 ./kernels/huge.s/config
drwxr-xr-x 2 root root 4096 2011-03-25 03:15 ./kernels/memtest
-rw-r--r-- 1 root root 60 2011-03-24 00:19 ./kernels/memtest/README
-rw-r--r-- 1 root root 150024 2013-10-17 04:15 ./kernels/memtest/memtest
@@ -787,13 +787,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 18 root root 4096 2019-02-10 21:04 ./slackware64
--rw-r--r-- 1 root root 290147 2019-02-10 21:04 ./slackware64/CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2019-02-10 21:04 ./slackware64/CHECKSUMS.md5.asc
--rw-r--r-- 1 root root 361430 2019-02-10 21:02 ./slackware64/FILE_LIST
--rw-r--r-- 1 root root 3638180 2019-02-10 21:02 ./slackware64/MANIFEST.bz2
+drwxr-xr-x 18 root root 4096 2019-02-13 00:37 ./slackware64
+-rw-r--r-- 1 root root 290177 2019-02-13 00:37 ./slackware64/CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2019-02-13 00:37 ./slackware64/CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 361460 2019-02-13 00:34 ./slackware64/FILE_LIST
+-rw-r--r-- 1 root root 3636974 2019-02-13 00:35 ./slackware64/MANIFEST.bz2
lrwxrwxrwx 1 root root 15 2009-08-23 23:34 ./slackware64/PACKAGES.TXT -> ../PACKAGES.TXT
-drwxr-xr-x 2 root root 28672 2019-02-09 22:53 ./slackware64/a
+drwxr-xr-x 2 root root 28672 2019-02-13 00:34 ./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
@@ -946,18 +946,18 @@ drwxr-xr-x 2 root root 28672 2019-02-09 22:53 ./slackware64/a
-rw-r--r-- 1 root root 461 2018-04-13 13:06 ./slackware64/a/kbd-1.15.3-x86_64-4.txt
-rw-r--r-- 1 root root 1144600 2018-04-13 13:06 ./slackware64/a/kbd-1.15.3-x86_64-4.txz
-rw-r--r-- 1 root root 163 2018-04-13 13:06 ./slackware64/a/kbd-1.15.3-x86_64-4.txz.asc
--rw-r--r-- 1 root root 422 2019-01-22 00:40 ./slackware64/a/kernel-firmware-20190118_a8b75ca-noarch-1.txt
--rw-r--r-- 1 root root 77203112 2019-01-22 00:40 ./slackware64/a/kernel-firmware-20190118_a8b75ca-noarch-1.txz
--rw-r--r-- 1 root root 163 2019-01-22 00:40 ./slackware64/a/kernel-firmware-20190118_a8b75ca-noarch-1.txz.asc
--rw-r--r-- 1 root root 624 2019-02-06 20:11 ./slackware64/a/kernel-generic-4.19.20-x86_64-1.txt
--rw-r--r-- 1 root root 6448408 2019-02-06 20:11 ./slackware64/a/kernel-generic-4.19.20-x86_64-1.txz
--rw-r--r-- 1 root root 163 2019-02-06 20:11 ./slackware64/a/kernel-generic-4.19.20-x86_64-1.txz.asc
--rw-r--r-- 1 root root 636 2019-02-06 20:10 ./slackware64/a/kernel-huge-4.19.20-x86_64-1.txt
--rw-r--r-- 1 root root 10082288 2019-02-06 20:10 ./slackware64/a/kernel-huge-4.19.20-x86_64-1.txz
--rw-r--r-- 1 root root 163 2019-02-06 20:10 ./slackware64/a/kernel-huge-4.19.20-x86_64-1.txz.asc
--rw-r--r-- 1 root root 567 2019-02-06 20:35 ./slackware64/a/kernel-modules-4.19.20-x86_64-1.txt
--rw-r--r-- 1 root root 38063996 2019-02-06 20:35 ./slackware64/a/kernel-modules-4.19.20-x86_64-1.txz
--rw-r--r-- 1 root root 163 2019-02-06 20:35 ./slackware64/a/kernel-modules-4.19.20-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 422 2019-02-12 19:58 ./slackware64/a/kernel-firmware-20190212_28f5f7d-noarch-1.txt
+-rw-r--r-- 1 root root 78379344 2019-02-12 19:58 ./slackware64/a/kernel-firmware-20190212_28f5f7d-noarch-1.txz
+-rw-r--r-- 1 root root 163 2019-02-12 19:58 ./slackware64/a/kernel-firmware-20190212_28f5f7d-noarch-1.txz.asc
+-rw-r--r-- 1 root root 624 2019-02-12 23:33 ./slackware64/a/kernel-generic-4.19.21-x86_64-1.txt
+-rw-r--r-- 1 root root 6458144 2019-02-12 23:33 ./slackware64/a/kernel-generic-4.19.21-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2019-02-12 23:33 ./slackware64/a/kernel-generic-4.19.21-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 636 2019-02-12 23:32 ./slackware64/a/kernel-huge-4.19.21-x86_64-1.txt
+-rw-r--r-- 1 root root 10077304 2019-02-12 23:32 ./slackware64/a/kernel-huge-4.19.21-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2019-02-12 23:32 ./slackware64/a/kernel-huge-4.19.21-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 567 2019-02-12 23:54 ./slackware64/a/kernel-modules-4.19.21-x86_64-1.txt
+-rw-r--r-- 1 root root 38069108 2019-02-12 23:54 ./slackware64/a/kernel-modules-4.19.21-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2019-02-12 23:54 ./slackware64/a/kernel-modules-4.19.21-x86_64-1.txz.asc
-rw-r--r-- 1 root root 508 2019-02-09 22:16 ./slackware64/a/kmod-26-x86_64-1.txt
-rw-r--r-- 1 root root 206080 2019-02-09 22:16 ./slackware64/a/kmod-26-x86_64-1.txz
-rw-r--r-- 1 root root 163 2019-02-09 22:16 ./slackware64/a/kmod-26-x86_64-1.txz.asc
@@ -994,8 +994,8 @@ drwxr-xr-x 2 root root 28672 2019-02-09 22:53 ./slackware64/a
-rw-r--r-- 1 root root 405 2019-01-11 20:05 ./slackware64/a/lzlib-1.11-x86_64-1.txt
-rw-r--r-- 1 root root 56396 2019-01-11 20:05 ./slackware64/a/lzlib-1.11-x86_64-1.txz
-rw-r--r-- 1 root root 163 2019-01-11 20:05 ./slackware64/a/lzlib-1.11-x86_64-1.txz.asc
--rw-r--r-- 1 root root 9109 2019-02-06 22:18 ./slackware64/a/maketag
--rw-r--r-- 1 root root 9109 2019-02-06 22:18 ./slackware64/a/maketag.ez
+-rw-r--r-- 1 root root 9109 2019-02-12 23:56 ./slackware64/a/maketag
+-rw-r--r-- 1 root root 9109 2019-02-12 23:56 ./slackware64/a/maketag.ez
-rw-r--r-- 1 root root 591 2019-02-06 20:14 ./slackware64/a/mcelog-162-x86_64-1.txt
-rw-r--r-- 1 root root 339704 2019-02-06 20:14 ./slackware64/a/mcelog-162-x86_64-1.txz
-rw-r--r-- 1 root root 163 2019-02-06 20:14 ./slackware64/a/mcelog-162-x86_64-1.txz.asc
@@ -1095,7 +1095,7 @@ drwxr-xr-x 2 root root 28672 2019-02-09 22:53 ./slackware64/a
-rw-r--r-- 1 root root 378 2019-01-22 01:28 ./slackware64/a/sysvinit-scripts-2.1-noarch-26.txt
-rw-r--r-- 1 root root 22348 2019-01-22 01:28 ./slackware64/a/sysvinit-scripts-2.1-noarch-26.txz
-rw-r--r-- 1 root root 163 2019-01-22 01:28 ./slackware64/a/sysvinit-scripts-2.1-noarch-26.txz.asc
--rw-r--r-- 1 root root 1408 2019-02-06 22:18 ./slackware64/a/tagfile
+-rw-r--r-- 1 root root 1408 2019-02-12 23:56 ./slackware64/a/tagfile
-rw-r--r-- 1 root root 395 2019-01-02 22:49 ./slackware64/a/tar-1.31-x86_64-1.txt
-rw-r--r-- 1 root root 844344 2019-01-02 22:49 ./slackware64/a/tar-1.31-x86_64-1.txz
-rw-r--r-- 1 root root 163 2019-01-02 22:49 ./slackware64/a/tar-1.31-x86_64-1.txz.asc
@@ -1144,7 +1144,7 @@ drwxr-xr-x 2 root root 28672 2019-02-09 22:53 ./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 2019-02-08 22:11 ./slackware64/ap
+drwxr-xr-x 2 root root 20480 2019-02-13 00:34 ./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
@@ -1270,9 +1270,9 @@ drwxr-xr-x 2 root root 20480 2019-02-08 22:11 ./slackware64/ap
-rw-r--r-- 1 root root 366 2018-05-16 20:49 ./slackware64/ap/lsscsi-0.29-x86_64-1.txt
-rw-r--r-- 1 root root 41472 2018-05-16 20:49 ./slackware64/ap/lsscsi-0.29-x86_64-1.txz
-rw-r--r-- 1 root root 163 2018-05-16 20:49 ./slackware64/ap/lsscsi-0.29-x86_64-1.txz.asc
--rw-r--r-- 1 root root 504 2018-04-13 13:24 ./slackware64/ap/lxc-2.0.9-x86_64-2.txt
--rw-r--r-- 1 root root 612392 2018-04-13 13:24 ./slackware64/ap/lxc-2.0.9-x86_64-2.txz
--rw-r--r-- 1 root root 163 2018-04-13 13:24 ./slackware64/ap/lxc-2.0.9-x86_64-2.txz.asc
+-rw-r--r-- 1 root root 504 2019-02-12 21:13 ./slackware64/ap/lxc-2.0.9_d3a03247-x86_64-1.txt
+-rw-r--r-- 1 root root 640528 2019-02-12 21:13 ./slackware64/ap/lxc-2.0.9_d3a03247-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2019-02-12 21:13 ./slackware64/ap/lxc-2.0.9_d3a03247-x86_64-1.txz.asc
-rw-r--r-- 1 root root 338 2018-04-13 13:23 ./slackware64/ap/madplay-0.15.2b-x86_64-5.txt
-rw-r--r-- 1 root root 60100 2018-04-13 13:23 ./slackware64/ap/madplay-0.15.2b-x86_64-5.txz
-rw-r--r-- 1 root root 163 2018-04-13 13:23 ./slackware64/ap/madplay-0.15.2b-x86_64-5.txz.asc
@@ -1390,7 +1390,7 @@ drwxr-xr-x 2 root root 20480 2019-02-08 22:11 ./slackware64/ap
-rw-r--r-- 1 root root 506 2019-02-04 20:25 ./slackware64/ap/zsh-5.7.1-x86_64-1.txt
-rw-r--r-- 1 root root 3008036 2019-02-04 20:25 ./slackware64/ap/zsh-5.7.1-x86_64-1.txz
-rw-r--r-- 1 root root 163 2019-02-04 20:25 ./slackware64/ap/zsh-5.7.1-x86_64-1.txz.asc
-drwxr-xr-x 2 root root 16384 2019-02-10 21:02 ./slackware64/d
+drwxr-xr-x 2 root root 16384 2019-02-13 00:34 ./slackware64/d
-rw-r--r-- 1 root root 360 2019-02-09 22:20 ./slackware64/d/Cython-0.29.5-x86_64-1.txt
-rw-r--r-- 1 root root 3075332 2019-02-09 22:20 ./slackware64/d/Cython-0.29.5-x86_64-1.txz
-rw-r--r-- 1 root root 163 2019-02-09 22:20 ./slackware64/d/Cython-0.29.5-x86_64-1.txz.asc
@@ -1486,9 +1486,9 @@ drwxr-xr-x 2 root root 16384 2019-02-10 21:02 ./slackware64/d
-rw-r--r-- 1 root root 279 2018-04-13 13:53 ./slackware64/d/intltool-0.51.0-x86_64-4.txt
-rw-r--r-- 1 root root 48112 2018-04-13 13:53 ./slackware64/d/intltool-0.51.0-x86_64-4.txz
-rw-r--r-- 1 root root 163 2018-04-13 13:53 ./slackware64/d/intltool-0.51.0-x86_64-4.txz.asc
--rw-r--r-- 1 root root 332 2019-02-06 20:35 ./slackware64/d/kernel-headers-4.19.20-x86-1.txt
--rw-r--r-- 1 root root 915120 2019-02-06 20:35 ./slackware64/d/kernel-headers-4.19.20-x86-1.txz
--rw-r--r-- 1 root root 163 2019-02-06 20:35 ./slackware64/d/kernel-headers-4.19.20-x86-1.txz.asc
+-rw-r--r-- 1 root root 332 2019-02-12 23:55 ./slackware64/d/kernel-headers-4.19.21-x86-1.txt
+-rw-r--r-- 1 root root 915092 2019-02-12 23:55 ./slackware64/d/kernel-headers-4.19.21-x86-1.txz
+-rw-r--r-- 1 root root 163 2019-02-12 23:55 ./slackware64/d/kernel-headers-4.19.21-x86-1.txz.asc
-rw-r--r-- 1 root root 498 2018-07-26 20:28 ./slackware64/d/libtool-2.4.6-x86_64-9.txt
-rw-r--r-- 1 root root 428672 2018-07-26 20:28 ./slackware64/d/libtool-2.4.6-x86_64-9.txz
-rw-r--r-- 1 root root 163 2018-07-26 20:28 ./slackware64/d/libtool-2.4.6-x86_64-9.txz.asc
@@ -1606,15 +1606,15 @@ drwxr-xr-x 2 root root 4096 2016-04-01 21:41 ./slackware64/f
-rw-r--r-- 1 root root 1075 2018-03-01 07:54 ./slackware64/f/maketag
-rw-r--r-- 1 root root 1075 2018-03-01 07:54 ./slackware64/f/maketag.ez
-rw-r--r-- 1 root root 32 2018-03-01 07:54 ./slackware64/f/tagfile
-drwxr-xr-x 2 root root 4096 2019-02-06 23:04 ./slackware64/k
+drwxr-xr-x 2 root root 4096 2019-02-13 00:34 ./slackware64/k
-rwxr-xr-x 1 root root 2897 2009-06-24 22:06 ./slackware64/k/install-packages
-rw-r--r-- 1 root root 446 2006-09-18 10:41 ./slackware64/k/install.end
--rw-r--r-- 1 root root 317 2019-02-06 20:05 ./slackware64/k/kernel-source-4.19.20-noarch-1.txt
--rw-r--r-- 1 root root 103588980 2019-02-06 20:05 ./slackware64/k/kernel-source-4.19.20-noarch-1.txz
--rw-r--r-- 1 root root 163 2019-02-06 20:05 ./slackware64/k/kernel-source-4.19.20-noarch-1.txz.asc
--rw-r--r-- 1 root root 1171 2019-02-06 22:18 ./slackware64/k/maketag
--rw-r--r-- 1 root root 1171 2019-02-06 22:18 ./slackware64/k/maketag.ez
--rw-r--r-- 1 root root 18 2019-02-06 22:18 ./slackware64/k/tagfile
+-rw-r--r-- 1 root root 317 2019-02-12 23:27 ./slackware64/k/kernel-source-4.19.21-noarch-1.txt
+-rw-r--r-- 1 root root 103604184 2019-02-12 23:27 ./slackware64/k/kernel-source-4.19.21-noarch-1.txz
+-rw-r--r-- 1 root root 163 2019-02-12 23:27 ./slackware64/k/kernel-source-4.19.21-noarch-1.txz.asc
+-rw-r--r-- 1 root root 1171 2019-02-12 23:56 ./slackware64/k/maketag
+-rw-r--r-- 1 root root 1171 2019-02-12 23:56 ./slackware64/k/maketag.ez
+-rw-r--r-- 1 root root 18 2019-02-12 23:56 ./slackware64/k/tagfile
drwxr-xr-x 2 root root 45056 2018-12-31 21:40 ./slackware64/kde
-rw-r--r-- 1 root root 319 2018-06-02 22:05 ./slackware64/kde/amarok-2.9.0-x86_64-3.txt
-rw-r--r-- 1 root root 47003780 2018-06-02 22:05 ./slackware64/kde/amarok-2.9.0-x86_64-3.txz
@@ -2455,7 +2455,7 @@ drwxr-xr-x 2 root root 20480 2016-03-10 03:11 ./slackware64/kdei
-rw-r--r-- 1 root root 7544 2018-03-01 07:54 ./slackware64/kdei/maketag
-rw-r--r-- 1 root root 7544 2018-03-01 07:54 ./slackware64/kdei/maketag.ez
-rw-r--r-- 1 root root 1500 2018-03-01 07:54 ./slackware64/kdei/tagfile
-drwxr-xr-x 2 root root 69632 2019-02-10 21:01 ./slackware64/l
+drwxr-xr-x 2 root root 69632 2019-02-13 00:34 ./slackware64/l
-rw-r--r-- 1 root root 338 2018-04-13 14:13 ./slackware64/l/ConsoleKit2-1.0.0-x86_64-4.txt
-rw-r--r-- 1 root root 149752 2018-04-13 14:13 ./slackware64/l/ConsoleKit2-1.0.0-x86_64-4.txz
-rw-r--r-- 1 root root 163 2018-04-13 14:13 ./slackware64/l/ConsoleKit2-1.0.0-x86_64-4.txz.asc
@@ -2727,7 +2727,7 @@ drwxr-xr-x 2 root root 69632 2019-02-10 21:01 ./slackware64/l
-rw-r--r-- 1 root root 2369720 2018-10-04 18:21 ./slackware64/l/gst-plugins-base-1.14.4-x86_64-1.txz
-rw-r--r-- 1 root root 163 2018-10-04 18:21 ./slackware64/l/gst-plugins-base-1.14.4-x86_64-1.txz.asc
-rw-r--r-- 1 root root 622 2018-04-14 22:32 ./slackware64/l/gst-plugins-base0-0.10.36-x86_64-3.txt
--rw-r--r-- 1 root root 1357928 2018-04-14 22:32 ./slackware64/l/gst-plugins-base0-0.10.36-x86_64-3.txz
+-rw-r--r-- 1 root root 1357928 2018-04-14 22:32 ./slackware64/l/gst-plugins-base0-0.10.36-x86_64-3.txz
-rw-r--r-- 1 root root 163 2018-04-14 22:32 ./slackware64/l/gst-plugins-base0-0.10.36-x86_64-3.txz.asc
-rw-r--r-- 1 root root 444 2019-02-06 21:49 ./slackware64/l/gst-plugins-good-1.14.4-x86_64-2.txt
-rw-r--r-- 1 root root 1900212 2019-02-06 21:49 ./slackware64/l/gst-plugins-good-1.14.4-x86_64-2.txz
@@ -2848,18 +2848,18 @@ drwxr-xr-x 2 root root 69632 2019-02-10 21:01 ./slackware64/l
-rw-r--r-- 1 root root 287 2018-04-17 07:54 ./slackware64/l/libbluedevil-2.1-x86_64-2.txt
-rw-r--r-- 1 root root 53068 2018-04-17 07:54 ./slackware64/l/libbluedevil-2.1-x86_64-2.txz
-rw-r--r-- 1 root root 163 2018-04-17 07:54 ./slackware64/l/libbluedevil-2.1-x86_64-2.txz.asc
--rw-r--r-- 1 root root 335 2018-11-08 00:00 ./slackware64/l/libbluray-1.0.2-x86_64-1.txt
--rw-r--r-- 1 root root 149444 2018-11-08 00:00 ./slackware64/l/libbluray-1.0.2-x86_64-1.txz
--rw-r--r-- 1 root root 163 2018-11-08 00:00 ./slackware64/l/libbluray-1.0.2-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 335 2019-02-12 21:29 ./slackware64/l/libbluray-1.1.0-x86_64-1.txt
+-rw-r--r-- 1 root root 151632 2019-02-12 21:29 ./slackware64/l/libbluray-1.1.0-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2019-02-12 21:29 ./slackware64/l/libbluray-1.1.0-x86_64-1.txz.asc
-rw-r--r-- 1 root root 359 2018-04-17 07:55 ./slackware64/l/libcaca-0.99.beta19-x86_64-3.txt
-rw-r--r-- 1 root root 306092 2018-04-17 07:55 ./slackware64/l/libcaca-0.99.beta19-x86_64-3.txz
-rw-r--r-- 1 root root 163 2018-04-17 07:55 ./slackware64/l/libcaca-0.99.beta19-x86_64-3.txz.asc
-rw-r--r-- 1 root root 479 2018-04-13 14:55 ./slackware64/l/libcanberra-0.30-x86_64-6.txt
-rw-r--r-- 1 root root 96128 2018-04-13 14:55 ./slackware64/l/libcanberra-0.30-x86_64-6.txz
-rw-r--r-- 1 root root 163 2018-04-13 14:55 ./slackware64/l/libcanberra-0.30-x86_64-6.txz.asc
--rw-r--r-- 1 root root 433 2018-11-19 19:11 ./slackware64/l/libcap-2.26-x86_64-1.txt
--rw-r--r-- 1 root root 66884 2018-11-19 19:11 ./slackware64/l/libcap-2.26-x86_64-1.txz
--rw-r--r-- 1 root root 163 2018-11-19 19:11 ./slackware64/l/libcap-2.26-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 433 2019-02-12 21:11 ./slackware64/l/libcap-2.26-x86_64-2.txt
+-rw-r--r-- 1 root root 64248 2019-02-12 21:11 ./slackware64/l/libcap-2.26-x86_64-2.txz
+-rw-r--r-- 1 root root 163 2019-02-12 21:11 ./slackware64/l/libcap-2.26-x86_64-2.txz.asc
-rw-r--r-- 1 root root 472 2018-11-08 00:02 ./slackware64/l/libcap-ng-0.7.9-x86_64-1.txt
-rw-r--r-- 1 root root 66320 2018-11-08 00:02 ./slackware64/l/libcap-ng-0.7.9-x86_64-1.txz
-rw-r--r-- 1 root root 163 2018-11-08 00:02 ./slackware64/l/libcap-ng-0.7.9-x86_64-1.txz.asc
@@ -3409,16 +3409,16 @@ drwxr-xr-x 2 root root 69632 2019-02-10 21:01 ./slackware64/l
-rw-r--r-- 1 root root 378 2018-04-13 15:26 ./slackware64/l/wavpack-5.1.0-x86_64-2.txt
-rw-r--r-- 1 root root 172772 2018-04-13 15:26 ./slackware64/l/wavpack-5.1.0-x86_64-2.txz
-rw-r--r-- 1 root root 163 2018-04-13 15:26 ./slackware64/l/wavpack-5.1.0-x86_64-2.txz.asc
--rw-r--r-- 1 root root 413 2018-11-04 19:07 ./slackware64/l/xapian-core-1.4.9-x86_64-1.txt
--rw-r--r-- 1 root root 1925540 2018-11-04 19:07 ./slackware64/l/xapian-core-1.4.9-x86_64-1.txz
--rw-r--r-- 1 root root 163 2018-11-04 19:07 ./slackware64/l/xapian-core-1.4.9-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 413 2019-02-12 20:12 ./slackware64/l/xapian-core-1.4.10-x86_64-1.txt
+-rw-r--r-- 1 root root 2017188 2019-02-12 20:12 ./slackware64/l/xapian-core-1.4.10-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2019-02-12 20:12 ./slackware64/l/xapian-core-1.4.10-x86_64-1.txz.asc
-rw-r--r-- 1 root root 388 2018-04-13 15:26 ./slackware64/l/zlib-1.2.11-x86_64-2.txt
-rw-r--r-- 1 root root 103500 2018-04-13 15:26 ./slackware64/l/zlib-1.2.11-x86_64-2.txz
-rw-r--r-- 1 root root 163 2018-04-13 15:26 ./slackware64/l/zlib-1.2.11-x86_64-2.txz.asc
-rw-r--r-- 1 root root 463 2018-12-30 04:38 ./slackware64/l/zstd-1.3.8-x86_64-1.txt
-rw-r--r-- 1 root root 385208 2018-12-30 04:38 ./slackware64/l/zstd-1.3.8-x86_64-1.txz
-rw-r--r-- 1 root root 163 2018-12-30 04:38 ./slackware64/l/zstd-1.3.8-x86_64-1.txz.asc
-drwxr-xr-x 2 root root 36864 2019-02-08 22:11 ./slackware64/n
+drwxr-xr-x 2 root root 36864 2019-02-13 00:34 ./slackware64/n
-rw-r--r-- 1 root root 357 2019-01-19 18:48 ./slackware64/n/ModemManager-1.10.0-x86_64-1.txt
-rw-r--r-- 1 root root 1644036 2019-01-19 18:48 ./slackware64/n/ModemManager-1.10.0-x86_64-1.txz
-rw-r--r-- 1 root root 163 2019-01-19 18:48 ./slackware64/n/ModemManager-1.10.0-x86_64-1.txz.asc
@@ -3503,9 +3503,9 @@ drwxr-xr-x 2 root root 36864 2019-02-08 22:11 ./slackware64/n
-rw-r--r-- 1 root root 369 2018-06-19 19:00 ./slackware64/n/gnupg-1.4.23-x86_64-1.txt
-rw-r--r-- 1 root root 1175208 2018-06-19 19:00 ./slackware64/n/gnupg-1.4.23-x86_64-1.txz
-rw-r--r-- 1 root root 163 2018-06-19 19:00 ./slackware64/n/gnupg-1.4.23-x86_64-1.txz.asc
--rw-r--r-- 1 root root 598 2018-12-15 18:37 ./slackware64/n/gnupg2-2.2.12-x86_64-1.txt
--rw-r--r-- 1 root root 2225688 2018-12-15 18:37 ./slackware64/n/gnupg2-2.2.12-x86_64-1.txz
--rw-r--r-- 1 root root 163 2018-12-15 18:37 ./slackware64/n/gnupg2-2.2.12-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 598 2019-02-12 21:31 ./slackware64/n/gnupg2-2.2.13-x86_64-1.txt
+-rw-r--r-- 1 root root 2239900 2019-02-12 21:31 ./slackware64/n/gnupg2-2.2.13-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2019-02-12 21:31 ./slackware64/n/gnupg2-2.2.13-x86_64-1.txz.asc
-rw-r--r-- 1 root root 492 2019-02-08 21:09 ./slackware64/n/gnutls-3.6.6-x86_64-2.txt
-rw-r--r-- 1 root root 2636020 2019-02-08 21:09 ./slackware64/n/gnutls-3.6.6-x86_64-2.txz
-rw-r--r-- 1 root root 163 2019-02-08 21:09 ./slackware64/n/gnutls-3.6.6-x86_64-2.txz.asc
@@ -3553,18 +3553,18 @@ drwxr-xr-x 2 root root 36864 2019-02-08 22:11 ./slackware64/n
-rw-r--r-- 1 root root 532 2010-05-03 03:32 ./slackware64/n/ipw2200-fw-3.1-fw-1.txt
-rw-r--r-- 1 root root 118824 2010-05-03 03:32 ./slackware64/n/ipw2200-fw-3.1-fw-1.txz
-rw-r--r-- 1 root root 198 2010-05-03 03:32 ./slackware64/n/ipw2200-fw-3.1-fw-1.txz.asc
--rw-r--r-- 1 root root 331 2019-01-11 19:47 ./slackware64/n/irssi-1.1.2-x86_64-1.txt
--rw-r--r-- 1 root root 626456 2019-01-11 19:47 ./slackware64/n/irssi-1.1.2-x86_64-1.txz
--rw-r--r-- 1 root root 163 2019-01-11 19:47 ./slackware64/n/irssi-1.1.2-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 331 2019-02-12 19:59 ./slackware64/n/irssi-1.2.0-x86_64-1.txt
+-rw-r--r-- 1 root root 649540 2019-02-12 19:59 ./slackware64/n/irssi-1.2.0-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2019-02-12 19:59 ./slackware64/n/irssi-1.2.0-x86_64-1.txz.asc
-rw-r--r-- 1 root root 422 2019-02-04 20:04 ./slackware64/n/iw-5.0.1-x86_64-1.txt
-rw-r--r-- 1 root root 75404 2019-02-04 20:04 ./slackware64/n/iw-5.0.1-x86_64-1.txz
-rw-r--r-- 1 root root 163 2019-02-04 20:04 ./slackware64/n/iw-5.0.1-x86_64-1.txz.asc
-rw-r--r-- 1 root root 546 2019-02-08 21:14 ./slackware64/n/lftp-4.8.4-x86_64-3.txt
-rw-r--r-- 1 root root 861236 2019-02-08 21:14 ./slackware64/n/lftp-4.8.4-x86_64-3.txz
-rw-r--r-- 1 root root 163 2019-02-08 21:14 ./slackware64/n/lftp-4.8.4-x86_64-3.txz.asc
--rw-r--r-- 1 root root 252 2018-12-14 00:23 ./slackware64/n/libassuan-2.5.2-x86_64-1.txt
--rw-r--r-- 1 root root 120300 2018-12-14 00:23 ./slackware64/n/libassuan-2.5.2-x86_64-1.txz
--rw-r--r-- 1 root root 163 2018-12-14 00:23 ./slackware64/n/libassuan-2.5.2-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 252 2019-02-12 20:01 ./slackware64/n/libassuan-2.5.3-x86_64-1.txt
+-rw-r--r-- 1 root root 120800 2019-02-12 20:01 ./slackware64/n/libassuan-2.5.3-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2019-02-12 20:01 ./slackware64/n/libassuan-2.5.3-x86_64-1.txz.asc
-rw-r--r-- 1 root root 245 2018-10-27 18:53 ./slackware64/n/libgcrypt-1.8.4-x86_64-1.txt
-rw-r--r-- 1 root root 538772 2018-10-27 18:53 ./slackware64/n/libgcrypt-1.8.4-x86_64-1.txz
-rw-r--r-- 1 root root 163 2018-10-27 18:53 ./slackware64/n/libgcrypt-1.8.4-x86_64-1.txz.asc
@@ -3898,7 +3898,7 @@ drwxr-xr-x 2 root root 4096 2018-11-24 20:50 ./slackware64/tcl
-rw-r--r-- 1 root root 227 2018-11-24 19:32 ./slackware64/tcl/tk-8.6.9.1-x86_64-1.txt
-rw-r--r-- 1 root root 1771556 2018-11-24 19:32 ./slackware64/tcl/tk-8.6.9.1-x86_64-1.txz
-rw-r--r-- 1 root root 163 2018-11-24 19:32 ./slackware64/tcl/tk-8.6.9.1-x86_64-1.txz.asc
-drwxr-xr-x 2 root root 65536 2019-02-10 21:02 ./slackware64/x
+drwxr-xr-x 2 root root 65536 2019-02-13 00:34 ./slackware64/x
-rw-r--r-- 1 root root 257 2018-04-13 16:03 ./slackware64/x/anthy-9100h-x86_64-2.txt
-rw-r--r-- 1 root root 5074404 2018-04-13 16:03 ./slackware64/x/anthy-9100h-x86_64-2.txz
-rw-r--r-- 1 root root 163 2018-04-13 16:03 ./slackware64/x/anthy-9100h-x86_64-2.txz.asc
@@ -3911,9 +3911,9 @@ drwxr-xr-x 2 root root 65536 2019-02-10 21:02 ./slackware64/x
-rw-r--r-- 1 root root 423 2018-04-13 06:01 ./slackware64/x/beforelight-1.0.5-x86_64-3.txt
-rw-r--r-- 1 root root 15960 2018-04-13 06:01 ./slackware64/x/beforelight-1.0.5-x86_64-3.txz
-rw-r--r-- 1 root root 163 2018-04-13 06:01 ./slackware64/x/beforelight-1.0.5-x86_64-3.txz.asc
--rw-r--r-- 1 root root 210 2018-04-13 06:01 ./slackware64/x/bitmap-1.0.8-x86_64-3.txt
--rw-r--r-- 1 root root 65008 2018-04-13 06:01 ./slackware64/x/bitmap-1.0.8-x86_64-3.txz
--rw-r--r-- 1 root root 163 2018-04-13 06:01 ./slackware64/x/bitmap-1.0.8-x86_64-3.txz.asc
+-rw-r--r-- 1 root root 210 2019-02-12 19:34 ./slackware64/x/bitmap-1.0.9-x86_64-1.txt
+-rw-r--r-- 1 root root 65628 2019-02-12 19:34 ./slackware64/x/bitmap-1.0.9-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2019-02-12 19:34 ./slackware64/x/bitmap-1.0.9-x86_64-1.txz.asc
-rw-r--r-- 1 root root 364 2018-04-13 06:01 ./slackware64/x/compiz-0.8.8-x86_64-5.txt
-rw-r--r-- 1 root root 763968 2018-04-13 06:01 ./slackware64/x/compiz-0.8.8-x86_64-5.txz
-rw-r--r-- 1 root root 163 2018-04-13 06:01 ./slackware64/x/compiz-0.8.8-x86_64-5.txz.asc
@@ -4093,9 +4093,9 @@ drwxr-xr-x 2 root root 65536 2019-02-10 21:02 ./slackware64/x
-rw-r--r-- 1 root root 405 2018-07-05 23:04 ./slackware64/x/libXScrnSaver-1.2.3-x86_64-1.txt
-rw-r--r-- 1 root root 25988 2018-07-05 23:04 ./slackware64/x/libXScrnSaver-1.2.3-x86_64-1.txz
-rw-r--r-- 1 root root 163 2018-07-05 23:04 ./slackware64/x/libXScrnSaver-1.2.3-x86_64-1.txz.asc
--rw-r--r-- 1 root root 466 2018-04-13 05:55 ./slackware64/x/libXau-1.0.8-x86_64-3.txt
--rw-r--r-- 1 root root 25448 2018-04-13 05:55 ./slackware64/x/libXau-1.0.8-x86_64-3.txz
--rw-r--r-- 1 root root 163 2018-04-13 05:55 ./slackware64/x/libXau-1.0.8-x86_64-3.txz.asc
+-rw-r--r-- 1 root root 466 2019-02-12 19:37 ./slackware64/x/libXau-1.0.9-x86_64-1.txt
+-rw-r--r-- 1 root root 28000 2019-02-12 19:37 ./slackware64/x/libXau-1.0.9-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2019-02-12 19:37 ./slackware64/x/libXau-1.0.9-x86_64-1.txz.asc
-rw-r--r-- 1 root root 208 2018-04-13 05:55 ./slackware64/x/libXaw-1.0.13-x86_64-2.txt
-rw-r--r-- 1 root root 378328 2018-04-13 05:55 ./slackware64/x/libXaw-1.0.13-x86_64-2.txz
-rw-r--r-- 1 root root 163 2018-04-13 05:55 ./slackware64/x/libXaw-1.0.13-x86_64-2.txz.asc
@@ -4281,9 +4281,9 @@ drwxr-xr-x 2 root root 65536 2019-02-10 21:02 ./slackware64/x
-rw-r--r-- 1 root root 222 2018-04-13 06:03 ./slackware64/x/oclock-1.0.4-x86_64-2.txt
-rw-r--r-- 1 root root 21468 2018-04-13 06:03 ./slackware64/x/oclock-1.0.4-x86_64-2.txz
-rw-r--r-- 1 root root 163 2018-04-13 06:03 ./slackware64/x/oclock-1.0.4-x86_64-2.txz.asc
--rw-r--r-- 1 root root 366 2018-11-21 19:20 ./slackware64/x/pixman-0.36.0-x86_64-1.txt
--rw-r--r-- 1 root root 236520 2018-11-21 19:20 ./slackware64/x/pixman-0.36.0-x86_64-1.txz
--rw-r--r-- 1 root root 163 2018-11-21 19:20 ./slackware64/x/pixman-0.36.0-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 366 2019-02-12 19:55 ./slackware64/x/pixman-0.38.0-x86_64-1.txt
+-rw-r--r-- 1 root root 237264 2019-02-12 19:55 ./slackware64/x/pixman-0.38.0-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2019-02-12 19:55 ./slackware64/x/pixman-0.38.0-x86_64-1.txz.asc
-rw-r--r-- 1 root root 298 2018-04-13 06:03 ./slackware64/x/rendercheck-1.5-x86_64-2.txt
-rw-r--r-- 1 root root 39552 2018-04-13 06:03 ./slackware64/x/rendercheck-1.5-x86_64-2.txz
-rw-r--r-- 1 root root 163 2018-04-13 06:03 ./slackware64/x/rendercheck-1.5-x86_64-2.txz.asc
@@ -4996,11 +4996,11 @@ drwxr-xr-x 2 root root 4096 2018-04-18 08:35 ./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 19 root root 4096 2019-02-10 21:06 ./source
--rw-r--r-- 1 root root 457005 2019-02-10 21:06 ./source/CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2019-02-10 21:06 ./source/CHECKSUMS.md5.asc
--rw-r--r-- 1 root root 646488 2019-02-10 21:05 ./source/FILE_LIST
--rw-r--r-- 1 root root 16724403 2019-02-10 21:05 ./source/MANIFEST.bz2
+drwxr-xr-x 19 root root 4096 2019-02-13 00:39 ./source
+-rw-r--r-- 1 root root 457069 2019-02-13 00:39 ./source/CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2019-02-13 00:39 ./source/CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 646570 2019-02-13 00:38 ./source/FILE_LIST
+-rw-r--r-- 1 root root 16688547 2019-02-13 00:38 ./source/MANIFEST.bz2
-rw-r--r-- 1 root root 1314 2006-10-02 04:40 ./source/README.TXT
drwxr-xr-x 111 root root 4096 2019-01-23 20:57 ./source/a
-rw-r--r-- 1 root root 877 2018-11-21 18:49 ./source/a/FTBFSlog
@@ -5665,8 +5665,8 @@ drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/a/sdparm
-rwxr-xr-x 1 root root 4226 2018-09-18 22:04 ./source/a/sdparm/sdparm.SlackBuild
-rw-r--r-- 1 root root 919 2018-02-27 06:13 ./source/a/sdparm/slack-desc
drwxr-xr-x 2 root root 4096 2018-12-21 16:50 ./source/a/sed
--rw-r--r-- 1 root root 1298316 2018-12-21 06:04 ./source/a/sed/sed-4.7.tar.xz
--rw-r--r-- 1 root root 833 2018-12-21 06:04 ./source/a/sed/sed-4.7.tar.xz.sig
+-rw-r--r-- 1 root root 1298316 2018-12-21 06:04 ./source/a/sed/sed-4.7.tar.xz
+-rw-r--r-- 1 root root 833 2018-12-21 06:04 ./source/a/sed/sed-4.7.tar.xz.sig
-rwxr-xr-x 1 root root 3825 2018-12-20 17:54 ./source/a/sed/sed.SlackBuild
-rw-r--r-- 1 root root 857 2018-02-27 06:13 ./source/a/sed/slack-desc
drwxr-xr-x 2 root root 4096 2018-11-16 21:03 ./source/a/shadow
@@ -5875,7 +5875,7 @@ drwxr-xr-x 2 root root 4096 2018-04-23 17:20 ./source/a/zoo
-rw-r--r-- 1 root root 173607 1994-12-30 20:19 ./source/a/zoo/zoo-2.10.tar.gz
-rwxr-xr-x 1 root root 3143 2018-04-23 17:20 ./source/a/zoo/zoo.SlackBuild
-rw-r--r-- 1 root root 14136 2010-05-22 09:49 ./source/a/zoo/zoo_2.10-22.debian.tar.gz
-drwxr-xr-x 82 root root 4096 2019-02-05 21:56 ./source/ap
+drwxr-xr-x 82 root root 4096 2019-02-12 21:12 ./source/ap
-rw-r--r-- 1 root root 270 2018-02-12 23:18 ./source/ap/FTBFSlog
drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/ap/a2ps
-rw-r--r-- 1 root root 1521 2017-10-01 17:59 ./source/ap/a2ps/a2ps-4.14-texinfo-nodes.patch.gz
@@ -6145,11 +6145,12 @@ drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/ap/lsscsi
-rwxr-xr-x 1 root root 4150 2018-09-18 22:04 ./source/ap/lsscsi/lsscsi.SlackBuild
-rw-r--r-- 1 root root 36 2008-11-29 19:46 ./source/ap/lsscsi/lsscsi.url
-rw-r--r-- 1 root root 821 2018-02-27 06:12 ./source/ap/lsscsi/slack-desc
-drwxr-xr-x 3 root root 4096 2018-09-18 22:04 ./source/ap/lxc
+drwxr-xr-x 3 root root 4096 2019-02-12 20:26 ./source/ap/lxc
-rw-r--r-- 1 root root 501 2015-09-01 21:57 ./source/ap/lxc/doinst.sh
--rw-r--r-- 1 root root 794240 2017-10-19 18:10 ./source/ap/lxc/lxc-2.0.9.tar.xz
+-rwxr-xr-x 1 root root 2327 2019-02-12 20:26 ./source/ap/lxc/get-lxc.sh
+-rw-r--r-- 1 root root 579136 2019-02-12 20:26 ./source/ap/lxc/lxc-2.0.9_d3a03247.tar.xz
-rw-r--r-- 1 root root 11199 2017-11-26 21:42 ./source/ap/lxc/lxc-slackware.in
--rwxr-xr-x 1 root root 6439 2018-09-18 22:04 ./source/ap/lxc/lxc.SlackBuild
+-rwxr-xr-x 1 root root 6528 2019-02-12 20:42 ./source/ap/lxc/lxc.SlackBuild
-rw-r--r-- 1 root root 1340 2017-06-21 17:56 ./source/ap/lxc/rc.lxc
drwxr-xr-x 2 root root 4096 2017-11-27 18:45 ./source/ap/lxc/scripts
-rw-r--r-- 1 root root 512 2016-03-08 00:10 ./source/ap/lxc/scripts/README
@@ -6161,7 +6162,7 @@ drwxr-xr-x 2 root root 4096 2017-11-27 18:45 ./source/ap/lxc/scripts
-rw-r--r-- 1 root root 16162 2017-11-19 01:17 ./source/ap/lxc/scripts/rc.S.orig
-rw-r--r-- 1 root root 13245 2017-11-27 18:44 ./source/ap/lxc/scripts/rc.inet1.lxc
-rw-r--r-- 1 root root 12765 2017-11-27 04:48 ./source/ap/lxc/scripts/rc.inet1.orig
--rw-r--r-- 1 root root 955 2018-02-27 06:12 ./source/ap/lxc/slack-desc
+-rw-r--r-- 1 root root 955 2019-02-12 20:15 ./source/ap/lxc/slack-desc
drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/ap/madplay
-rw-r--r-- 1 root root 285 2011-04-02 17:59 ./source/ap/madplay/madplay-0.15.2b-fix-segfault.patch.gz
-rw-r--r-- 1 root root 361360 2004-02-23 23:28 ./source/ap/madplay/madplay-0.15.2b.tar.xz
@@ -6844,21 +6845,21 @@ drwxr-xr-x 2 root root 4096 2018-03-11 02:36 ./source/installer/sources/e
drwxr-xr-x 2 root root 4096 2019-01-26 19:58 ./source/installer/sources/initrd
-rw-r--r-- 1 root root 140118 2019-01-26 19:58 ./source/installer/sources/initrd/skeleton_initrd.tar.gz
-rw-r--r-- 1 root root 16894 2012-09-03 20:53 ./source/installer/usbimg2disk.sh
-drwxr-xr-x 4 root root 4096 2019-02-06 17:41 ./source/k
+drwxr-xr-x 4 root root 4096 2019-02-12 20:54 ./source/k
-rwxr-xr-x 1 root root 7342 2018-03-15 18:04 ./source/k/build-all-kernels.sh
-drwxr-xr-x 2 root root 4096 2019-02-06 17:50 ./source/k/kernel-configs
--rw-r--r-- 1 root root 184262 2019-02-06 17:47 ./source/k/kernel-configs/config-generic-4.19.20
--rw-r--r-- 1 root root 185247 2019-02-06 17:50 ./source/k/kernel-configs/config-generic-4.19.20.x64
--rw-r--r-- 1 root root 185816 2019-02-06 17:46 ./source/k/kernel-configs/config-generic-smp-4.19.20-smp
--rw-r--r-- 1 root root 184262 2019-02-06 17:47 ./source/k/kernel-configs/config-huge-4.19.20
--rw-r--r-- 1 root root 185247 2019-02-06 17:50 ./source/k/kernel-configs/config-huge-4.19.20.x64
--rw-r--r-- 1 root root 185816 2019-02-06 17:47 ./source/k/kernel-configs/config-huge-smp-4.19.20-smp
+drwxr-xr-x 2 root root 4096 2019-02-12 21:56 ./source/k/kernel-configs
+-rw-r--r-- 1 root root 184262 2019-02-12 21:43 ./source/k/kernel-configs/config-generic-4.19.21
+-rw-r--r-- 1 root root 185247 2019-02-12 21:55 ./source/k/kernel-configs/config-generic-4.19.21.x64
+-rw-r--r-- 1 root root 185816 2019-02-12 21:42 ./source/k/kernel-configs/config-generic-smp-4.19.21-smp
+-rw-r--r-- 1 root root 184262 2019-02-12 21:43 ./source/k/kernel-configs/config-huge-4.19.21
+-rw-r--r-- 1 root root 185247 2019-02-12 21:55 ./source/k/kernel-configs/config-huge-4.19.21.x64
+-rw-r--r-- 1 root root 185816 2019-02-12 21:42 ./source/k/kernel-configs/config-huge-smp-4.19.21-smp
-rwxr-xr-x 1 root root 7149 2018-03-26 04:29 ./source/k/kernel-generic.SlackBuild
-rwxr-xr-x 1 root root 3779 2018-03-15 06:02 ./source/k/kernel-headers.SlackBuild
-rwxr-xr-x 1 root root 5604 2018-03-15 06:02 ./source/k/kernel-modules.SlackBuild
-rwxr-xr-x 1 root root 7878 2018-08-16 20:59 ./source/k/kernel-source.SlackBuild
--rw-r--r-- 1 root root 991 2019-02-06 16:37 ./source/k/linux-4.19.20.tar.sign
--rw-r--r-- 1 root root 103142620 2019-02-06 16:37 ./source/k/linux-4.19.20.tar.xz
+-rw-r--r-- 1 root root 991 2019-02-12 18:56 ./source/k/linux-4.19.21.tar.sign
+-rw-r--r-- 1 root root 103156304 2019-02-12 18:56 ./source/k/linux-4.19.21.tar.xz
drwxr-xr-x 2 root root 4096 2018-03-05 18:29 ./source/k/slack-desc
-rw-r--r-- 1 root root 1138 2018-02-27 06:16 ./source/k/slack-desc/slack-desc.kernel-generic-smp.i686
-rw-r--r-- 1 root root 1041 2018-02-27 06:16 ./source/k/slack-desc/slack-desc.kernel-generic.i586
@@ -8724,8 +8725,8 @@ drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/l/libbluedevil
-rw-r--r-- 1 root root 31848 2014-12-22 09:13 ./source/l/libbluedevil/libbluedevil-2.1.tar.xz
-rwxr-xr-x 1 root root 3727 2018-09-18 22:04 ./source/l/libbluedevil/libbluedevil.SlackBuild
-rw-r--r-- 1 root root 747 2018-02-27 06:12 ./source/l/libbluedevil/slack-desc
-drwxr-xr-x 2 root root 4096 2018-11-07 23:59 ./source/l/libbluray
--rw-r--r-- 1 root root 665772 2017-12-03 15:30 ./source/l/libbluray/libbluray-1.0.2.tar.lz
+drwxr-xr-x 2 root root 4096 2019-02-12 21:28 ./source/l/libbluray
+-rw-r--r-- 1 root root 674312 2019-02-12 07:51 ./source/l/libbluray/libbluray-1.1.0.tar.lz
-rwxr--r-- 1 root root 3707 2018-11-08 00:00 ./source/l/libbluray/libbluray.SlackBuild
-rw-r--r-- 1 root root 824 2018-02-27 06:12 ./source/l/libbluray/slack-desc
drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/l/libcaca
@@ -8746,7 +8747,7 @@ drwxr-xr-x 2 root root 4096 2018-11-08 00:01 ./source/l/libcap-ng
-rw-r--r-- 1 root root 11907 2008-03-29 00:07 ./source/l/libcap/capfaq-0.2.txt
-rw-r--r-- 1 root root 801 2018-11-18 23:20 ./source/l/libcap/libcap-2.26.tar.sign
-rw-r--r-- 1 root root 67172 2018-11-18 23:20 ./source/l/libcap/libcap-2.26.tar.xz
--rwxr-xr-x 1 root root 4103 2018-11-19 19:10 ./source/l/libcap/libcap.SlackBuild
+-rwxr-xr-x 1 root root 4158 2019-02-12 21:24 ./source/l/libcap/libcap.SlackBuild
-rw-r--r-- 1 root root 77 2018-11-19 18:49 ./source/l/libcap/libcap.url
-rw-r--r-- 1 root root 887 2018-11-19 18:49 ./source/l/libcap/slack-desc
drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/l/libcddb
@@ -9719,9 +9720,9 @@ drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/l/wavpack
-rw-r--r-- 1 root root 835 2018-02-27 06:12 ./source/l/wavpack/slack-desc
-rw-r--r-- 1 root root 736644 2017-01-19 06:17 ./source/l/wavpack/wavpack-5.1.0.tar.xz
-rwxr-xr-x 1 root root 4199 2018-09-18 22:04 ./source/l/wavpack/wavpack.SlackBuild
-drwxr-xr-x 2 root root 4096 2018-11-04 19:04 ./source/l/xapian-core
+drwxr-xr-x 2 root root 4096 2019-02-12 20:11 ./source/l/xapian-core
-rw-r--r-- 1 root root 872 2018-10-30 21:09 ./source/l/xapian-core/slack-desc
--rw-r--r-- 1 root root 2880024 2018-11-02 22:44 ./source/l/xapian-core/xapian-core-1.4.9.tar.xz
+-rw-r--r-- 1 root root 2973780 2019-02-11 22:02 ./source/l/xapian-core/xapian-core-1.4.10.tar.xz
-rwxr-xr-x 1 root root 4287 2018-10-30 21:10 ./source/l/xapian-core/xapian-core.SlackBuild
drwxr-xr-x 2 root root 4096 2018-04-23 17:20 ./source/l/zlib
-rw-r--r-- 1 root root 840 2018-02-27 06:12 ./source/l/zlib/slack-desc
@@ -9969,8 +9970,8 @@ drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/n/gnupg
-rw-r--r-- 1 root root 2663136 2018-06-11 08:48 ./source/n/gnupg/gnupg-1.4.23.tar.xz
-rwxr-xr-x 1 root root 3739 2018-09-18 22:04 ./source/n/gnupg/gnupg.SlackBuild
-rw-r--r-- 1 root root 822 2018-02-27 06:13 ./source/n/gnupg/slack-desc.gnupg
-drwxr-xr-x 2 root root 4096 2018-12-15 18:35 ./source/n/gnupg2
--rw-r--r-- 1 root root 4727560 2018-12-14 14:46 ./source/n/gnupg2/gnupg-2.2.12.tar.lz
+drwxr-xr-x 2 root root 4096 2019-02-12 21:30 ./source/n/gnupg2
+-rw-r--r-- 1 root root 4741350 2019-02-12 15:44 ./source/n/gnupg2/gnupg-2.2.13.tar.lz
-rwxr-xr-x 1 root root 4251 2018-09-18 22:04 ./source/n/gnupg2/gnupg2.SlackBuild
-rw-r--r-- 1 root root 1052 2018-08-27 17:38 ./source/n/gnupg2/slack-desc
drwxr-xr-x 2 root root 4096 2019-02-08 20:49 ./source/n/gnutls
@@ -10055,10 +10056,10 @@ drwxr-xr-x 2 root root 4096 2018-04-23 17:20 ./source/n/ipw2100-fw
drwxr-xr-x 2 root root 4096 2018-04-23 17:20 ./source/n/ipw2200-fw
-rw-r--r-- 1 root root 118152 2010-05-03 02:47 ./source/n/ipw2200-fw/ipw2200-fw-3.1.tar.xz
-rwxr-xr-x 1 root root 3122 2018-04-23 17:20 ./source/n/ipw2200-fw/ipw2200-fw.SlackBuild
-drwxr-xr-x 2 root root 4096 2019-01-11 19:46 ./source/n/irssi
+drwxr-xr-x 2 root root 4096 2019-02-12 19:59 ./source/n/irssi
-rw-r--r-- 1 root root 264 2009-07-29 00:34 ./source/n/irssi/doinst.sh.gz
--rw-r--r-- 1 root root 1084328 2019-01-09 14:36 ./source/n/irssi/irssi-1.1.2.tar.xz
--rw-r--r-- 1 root root 195 2019-01-09 14:36 ./source/n/irssi/irssi-1.1.2.tar.xz.asc
+-rw-r--r-- 1 root root 1138984 2019-02-11 22:05 ./source/n/irssi/irssi-1.2.0.tar.xz
+-rw-r--r-- 1 root root 195 2019-02-11 22:05 ./source/n/irssi/irssi-1.2.0.tar.xz.asc
-rwxr-xr-x 1 root root 4790 2019-01-11 19:46 ./source/n/irssi/irssi.SlackBuild
-rw-r--r-- 1 root root 784 2018-02-27 06:13 ./source/n/irssi/slack-desc
drwxr-xr-x 2 root root 4096 2019-02-04 20:04 ./source/n/iw
@@ -10073,9 +10074,9 @@ drwxr-xr-x 2 root root 4096 2019-02-08 20:52 ./source/n/lftp
-rw-r--r-- 1 root root 155 2018-08-01 08:33 ./source/n/lftp/lftp-4.8.4.tar.xz.asc
-rwxr-xr-x 1 root root 4342 2019-02-08 20:52 ./source/n/lftp/lftp.SlackBuild
-rw-r--r-- 1 root root 998 2018-02-27 06:13 ./source/n/lftp/slack-desc
-drwxr-xr-x 2 root root 4096 2018-12-14 00:22 ./source/n/libassuan
--rw-r--r-- 1 root root 570676 2018-12-13 08:09 ./source/n/libassuan/libassuan-2.5.2.tar.bz2
--rw-r--r-- 1 root root 310 2018-12-13 08:11 ./source/n/libassuan/libassuan-2.5.2.tar.bz2.sig
+drwxr-xr-x 2 root root 4096 2019-02-12 20:01 ./source/n/libassuan
+-rw-r--r-- 1 root root 572348 2019-02-11 10:34 ./source/n/libassuan/libassuan-2.5.3.tar.bz2
+-rw-r--r-- 1 root root 310 2019-02-11 10:38 ./source/n/libassuan/libassuan-2.5.3.tar.bz2.sig
-rwxr-xr-x 1 root root 3856 2018-12-14 00:22 ./source/n/libassuan/libassuan.SlackBuild
-rw-r--r-- 1 root root 709 2018-02-27 06:13 ./source/n/libassuan/slack-desc
drwxr-xr-x 2 root root 4096 2018-10-27 18:52 ./source/n/libgcrypt
@@ -11068,7 +11069,7 @@ drwxr-xr-x 2 root root 12288 2018-11-11 20:32 ./source/x/x11/build
-rw-r--r-- 1 root root 2 2018-04-13 02:43 ./source/x/x11/build/bdftopcf
-rw-r--r-- 1 root root 2 2018-04-13 02:43 ./source/x/x11/build/beforelight
-rw-r--r-- 1 root root 2 2018-04-13 02:43 ./source/x/x11/build/bigreqsproto
--rw-r--r-- 1 root root 2 2018-04-13 02:43 ./source/x/x11/build/bitmap
+-rw-r--r-- 1 root root 2 2019-02-12 19:34 ./source/x/x11/build/bitmap
-rw-r--r-- 1 root root 2 2018-04-13 02:43 ./source/x/x11/build/compiz
-rw-r--r-- 1 root root 2 2018-04-13 02:43 ./source/x/x11/build/compositeproto
-rw-r--r-- 1 root root 2 2018-04-13 02:43 ./source/x/x11/build/damageproto
@@ -11143,7 +11144,7 @@ drwxr-xr-x 2 root root 12288 2018-11-11 20:32 ./source/x/x11/build
-rw-r--r-- 1 root root 2 2018-10-10 19:15 ./source/x/x11/build/libSM
-rw-r--r-- 1 root root 2 2018-08-21 16:27 ./source/x/x11/build/libX11
-rw-r--r-- 1 root root 2 2018-07-05 23:03 ./source/x/x11/build/libXScrnSaver
--rw-r--r-- 1 root root 2 2018-04-13 02:44 ./source/x/x11/build/libXau
+-rw-r--r-- 1 root root 2 2019-02-12 19:37 ./source/x/x11/build/libXau
-rw-r--r-- 1 root root 2 2018-04-13 02:44 ./source/x/x11/build/libXaw
-rw-r--r-- 1 root root 2 2018-06-19 17:45 ./source/x/x11/build/libXaw3d
-rw-r--r-- 1 root root 2 2018-04-13 02:44 ./source/x/x11/build/libXaw3dXft
@@ -11461,9 +11462,9 @@ drwxr-xr-x 15 root root 4096 2018-11-21 19:18 ./source/x/x11/patch
drwxr-xr-x 2 root root 4096 2014-07-14 23:09 ./source/x/x11/patch/luit
-rw-r--r-- 1 root root 170 2014-07-14 23:09 ./source/x/x11/patch/luit.patch
-rw-r--r-- 1 root root 596 2014-07-14 23:22 ./source/x/x11/patch/luit/luit_use_system_extensions.diff.gz
-drwxr-xr-x 2 root root 4096 2018-11-21 19:19 ./source/x/x11/patch/pixman
+drwxr-xr-x 2 root root 4096 2019-02-12 19:55 ./source/x/x11/patch/pixman
-rw-r--r-- 1 root root 173 2018-11-21 22:34 ./source/x/x11/patch/pixman.patch
--rw-r--r-- 1 root root 2803 2018-11-21 22:38 ./source/x/x11/patch/pixman/pixman.remove.tests.that.fail.to.compile.diff.gz
+-rw-r--r-- 1 root root 3436 2019-02-12 19:54 ./source/x/x11/patch/pixman/pixman.remove.tests.that.fail.to.compile.diff.gz
drwxr-xr-x 2 root root 4096 2018-08-27 18:45 ./source/x/x11/patch/xauth
-rw-r--r-- 1 root root 240 2018-08-27 18:48 ./source/x/x11/patch/xauth.patch
-rw-r--r-- 1 root root 849 2018-08-27 18:44 ./source/x/x11/patch/xauth/xauth.bc78aa61cfbddaa27dee275f639ba40de6981b17.patch.gz
@@ -11893,12 +11894,12 @@ drwxr-xr-x 2 root root 12288 2018-11-11 20:32 ./source/x/x11/slack-desc
-rw-r--r-- 1 root root 716 2012-04-08 02:21 ./source/x/x11/slack-desc/xwd
-rw-r--r-- 1 root root 702 2012-04-08 02:21 ./source/x/x11/slack-desc/xwininfo
-rw-r--r-- 1 root root 668 2012-04-07 23:42 ./source/x/x11/slack-desc/xwud
-drwxr-xr-x 12 root root 4096 2019-02-10 20:42 ./source/x/x11/src
-drwxr-xr-x 2 root root 4096 2019-01-08 19:04 ./source/x/x11/src/app
+drwxr-xr-x 12 root root 4096 2019-02-12 19:36 ./source/x/x11/src
+drwxr-xr-x 2 root root 4096 2019-02-12 19:34 ./source/x/x11/src/app
-rw-r--r-- 1 root root 115464 2018-03-05 03:32 ./source/x/x11/src/app/appres-1.0.5.tar.xz
-rw-r--r-- 1 root root 139452 2017-11-07 19:12 ./source/x/x11/src/app/bdftopcf-1.1.tar.xz
-rw-r--r-- 1 root root 109956 2013-01-15 05:23 ./source/x/x11/src/app/beforelight-1.0.5.tar.xz
--rw-r--r-- 1 root root 156176 2015-01-17 06:01 ./source/x/x11/src/app/bitmap-1.0.8.tar.xz
+-rw-r--r-- 1 root root 158384 2019-02-10 21:11 ./source/x/x11/src/app/bitmap-1.0.9.tar.xz
-rw-r--r-- 1 root root 942584 2011-03-30 09:42 ./source/x/x11/src/app/compiz-0.8.8.tar.xz
-rw-r--r-- 1 root root 154268 2018-03-05 02:45 ./source/x/x11/src/app/editres-1.0.7.tar.xz
-rw-r--r-- 1 root root 131640 2018-07-31 22:46 ./source/x/x11/src/app/fonttosfnt-1.0.5.tar.xz
@@ -12086,13 +12087,13 @@ drwxr-xr-x 2 root root 4096 2015-03-15 21:33 ./source/x/x11/src/font
-rwxr-xr-x 1 root root 2048 2018-06-30 22:12 ./source/x/x11/src/get-xf86-video-savage.sh
-rwxr-xr-x 1 root root 2006 2018-06-30 22:12 ./source/x/x11/src/get-xf86-video-sis.sh
-rwxr-xr-x 1 root root 2006 2018-07-03 17:40 ./source/x/x11/src/get-xf86-video-v4l.sh
-drwxr-xr-x 2 root root 4096 2018-11-21 19:06 ./source/x/x11/src/lib
+drwxr-xr-x 2 root root 4096 2019-02-12 19:36 ./source/x/x11/src/lib
-rw-r--r-- 1 root root 266224 2015-05-01 04:35 ./source/x/x11/src/lib/libFS-1.0.7.tar.xz
-rw-r--r-- 1 root root 309088 2014-06-07 01:31 ./source/x/x11/src/lib/libICE-1.0.9.tar.xz
-rw-r--r-- 1 root root 300712 2018-10-10 15:05 ./source/x/x11/src/lib/libSM-1.2.3.tar.xz
-rw-r--r-- 1 root root 1760704 2018-10-09 14:30 ./source/x/x11/src/lib/libX11-1.6.7.tar.xz
-rw-r--r-- 1 root root 258564 2018-07-05 16:33 ./source/x/x11/src/lib/libXScrnSaver-1.2.3.tar.xz
--rw-r--r-- 1 root root 247936 2013-05-24 22:18 ./source/x/x11/src/lib/libXau-1.0.8.tar.xz
+-rw-r--r-- 1 root root 265528 2019-02-10 22:46 ./source/x/x11/src/lib/libXau-1.0.9.tar.xz
-rw-r--r-- 1 root root 565164 2015-05-01 05:18 ./source/x/x11/src/lib/libXaw-1.0.13.tar.xz
-rw-r--r-- 1 root root 475672 2018-06-19 05:01 ./source/x/x11/src/lib/libXaw3d-1.6.3.tar.xz
-rw-r--r-- 1 root root 239876 2013-01-03 07:30 ./source/x/x11/src/lib/libXcomposite-0.4.4.tar.xz
@@ -12126,7 +12127,7 @@ drwxr-xr-x 2 root root 4096 2018-11-21 19:06 ./source/x/x11/src/lib
-rw-r--r-- 1 root root 314872 2017-10-23 15:49 ./source/x/x11/src/lib/libpciaccess-0.14.tar.xz
-rw-r--r-- 1 root root 288036 2015-05-01 05:27 ./source/x/x11/src/lib/libxkbfile-1.0.9.tar.xz
-rw-r--r-- 1 root root 250612 2018-02-26 17:27 ./source/x/x11/src/lib/libxshmfence-1.3.tar.xz
--rw-r--r-- 1 root root 617188 2018-11-21 11:47 ./source/x/x11/src/lib/pixman-0.36.0.tar.xz
+-rw-r--r-- 1 root root 622200 2019-02-11 12:32 ./source/x/x11/src/lib/pixman-0.38.0.tar.xz
-rw-r--r-- 1 root root 167348 2014-09-22 20:43 ./source/x/x11/src/lib/xtrans-1.3.5.tar.xz
drwxr-xr-x 2 root root 4096 2018-03-12 18:04 ./source/x/x11/src/proto
-rw-r--r-- 1 root root 352044 2018-02-28 16:45 ./source/x/x11/src/proto/xorgproto-2018.4.tar.xz
@@ -12477,9 +12478,9 @@ drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/xap/xine-ui
-rw-r--r-- 1 root root 828 2018-02-27 06:13 ./source/xap/xine-ui/slack-desc
-rw-r--r-- 1 root root 1758778 2017-12-28 16:38 ./source/xap/xine-ui/xine-ui-0.99.10.tar.lz
-rwxr-xr-x 1 root root 3379 2018-09-18 22:04 ./source/xap/xine-ui/xine-ui.SlackBuild
-drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/xap/xlockmore
--rw-r--r-- 1 root root 225 2002-02-23 22:23 ./source/xap/xlockmore/l-bob.README
--rw-r--r-- 1 root root 27870 1998-04-01 15:09 ./source/xap/xlockmore/l-bob.xbm
+drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/xap/xlockmore
+-rw-r--r-- 1 root root 225 2002-02-23 22:23 ./source/xap/xlockmore/l-bob.README
+-rw-r--r-- 1 root root 27870 1998-04-01 15:09 ./source/xap/xlockmore/l-bob.xbm
-rw-r--r-- 1 root root 15190 1998-04-01 15:09 ./source/xap/xlockmore/l-linux.xbm
-rw-r--r-- 1 root root 7025 2002-02-23 21:40 ./source/xap/xlockmore/s-bob.xbm
-rw-r--r-- 1 root root 965 2018-02-27 06:13 ./source/xap/xlockmore/slack-desc
@@ -12743,9 +12744,9 @@ drwxr-xr-x 4 root root 4096 2019-01-08 21:28 ./testing
-rw-r--r-- 1 root root 224 2019-01-08 21:28 ./testing/PACKAGES.TXT
drwxr-xr-x 2 root root 4096 2019-01-08 20:12 ./testing/packages
drwxr-xr-x 2 root root 4096 2019-01-08 20:12 ./testing/source
-drwxr-xr-x 2 root root 4096 2019-02-06 22:42 ./usb-and-pxe-installers
+drwxr-xr-x 2 root root 4096 2019-02-13 00:22 ./usb-and-pxe-installers
-rw-r--r-- 1 root root 31203 2011-03-21 21:21 ./usb-and-pxe-installers/README_PXE.TXT
-rw-r--r-- 1 root root 9197 2013-09-25 04:33 ./usb-and-pxe-installers/README_USB.TXT
-rw-r--r-- 1 root root 574 2013-03-27 04:59 ./usb-and-pxe-installers/pxelinux.cfg_default
--rw-r--r-- 1 root root 47612928 2019-02-06 22:41 ./usb-and-pxe-installers/usbboot.img
+-rw-r--r-- 1 root root 48198656 2019-02-13 00:21 ./usb-and-pxe-installers/usbboot.img
-rw-r--r-- 1 root root 16045 2016-03-29 07:41 ./usb-and-pxe-installers/usbimg2disk.sh
diff --git a/README.initrd b/README.initrd
index 6f653518a..02a073d7c 100644
--- a/README.initrd
+++ b/README.initrd
@@ -1,7 +1,7 @@
Slackware initrd mini HOWTO
by Patrick Volkerding, volkerdi@slackware.com
-Wed Feb 6 22:18:37 UTC 2019
+Tue Feb 12 23:56:15 UTC 2019
This document describes how to create and install an initrd, which may be
required to use the 4.x kernel. Also see "man mkinitrd".
@@ -33,15 +33,15 @@ flexible to ship a generic kernel and a set of kernel modules for it.
The easiest way to make the initrd is to use the mkinitrd script included
in Slackware's mkinitrd package. We'll walk through the process of
-upgrading to the generic 4.19.20 Linux kernel using the packages
+upgrading to the generic 4.19.21 Linux kernel using the packages
found in Slackware's slackware/a/ directory.
First, make sure the kernel, kernel modules, and mkinitrd package are
installed (the current version numbers might be a little different, so
this is just an example):
- installpkg kernel-generic-4.19.20-x86_64-1.txz
- installpkg kernel-modules-4.19.20-x86_64-1.txz
+ installpkg kernel-generic-4.19.21-x86_64-1.txz
+ installpkg kernel-modules-4.19.21-x86_64-1.txz
installpkg mkinitrd-1.4.11-x86_64-11.txz
Change into the /boot directory:
@@ -52,7 +52,7 @@ Now you'll want to run "mkinitrd". I'm using ext4 for my root filesystem,
and since the disk controller requires no special support the ext4 module
will be the only one I need to load:
- mkinitrd -c -k 4.19.20 -m ext4
+ mkinitrd -c -k 4.19.21 -m ext4
This should do two things. First, it will create a directory
/boot/initrd-tree containing the initrd's filesystem. Then it will
@@ -61,10 +61,10 @@ you could make some additional changes in /boot/initrd-tree/ and
then run mkinitrd again without options to rebuild the image. That's
optional, though, and only advanced users will need to think about that.
-Here's another example: Build an initrd image using Linux 4.19.20
+Here's another example: Build an initrd image using Linux 4.19.21
kernel modules for a system with an ext4 root partition on /dev/sdb3:
- mkinitrd -c -k 4.19.20 -m ext4 -f ext4 -r /dev/sdb3
+ mkinitrd -c -k 4.19.21 -m ext4 -f ext4 -r /dev/sdb3
4. Now that I've built an initrd, how do I use it?
diff --git a/isolinux/message.txt b/isolinux/message.txt
index 1e7db804b..8f6bac867 100644
--- a/isolinux/message.txt
+++ b/isolinux/message.txt
@@ -1,5 +1,5 @@
-Welcome to 09Slackware6407 version 15.0 (Linux kernel 4.19.20)!
+Welcome to 09Slackware6407 version 15.0 (Linux kernel 4.19.21)!
If you need to pass extra parameters to the kernel, enter them at the prompt
below after the name of the kernel to boot (e.g., huge.s).
diff --git a/kernels/VERSIONS.TXT b/kernels/VERSIONS.TXT
index bb5999b09..197f39624 100644
--- a/kernels/VERSIONS.TXT
+++ b/kernels/VERSIONS.TXT
@@ -1,3 +1,3 @@
-These kernels are version 4.19.20.
+These kernels are version 4.19.21.
diff --git a/slackware64/a/maketag b/slackware64/a/maketag
index e21df80e4..90a666544 100644
--- a/slackware64/a/maketag
+++ b/slackware64/a/maketag
@@ -62,9 +62,9 @@ system. :^) Press ENTER when you are done." 21 76 10 \
"jfsutils" "Utilities for IBM's Journaled Filesystem" "on" \
"kbd" "Change keyboard and console mappings" "on" \
"kernel-firmware" "Linux kernel firmware -- REQUIRED" "on" \
-"kernel-generic" "Generic 4.19.20 kernel (needs an initrd)" "on" \
-"kernel-huge" "Loaded 4.19.20 Linux kernel" "on" \
-"kernel-modules" "Linux 4.19.20 kernel modules -- REQUIRED" "on" \
+"kernel-generic" "Generic 4.19.21 kernel (needs an initrd)" "on" \
+"kernel-huge" "Loaded 4.19.21 Linux kernel" "on" \
+"kernel-modules" "Linux 4.19.21 kernel modules -- REQUIRED" "on" \
"kmod" "Kernel module utilities -- REQUIRED" "on" \
"lbzip2" "Parallel bzip2 compressor" "on" \
"less" "A text pager utility - REQUIRED" "on" \
diff --git a/slackware64/a/maketag.ez b/slackware64/a/maketag.ez
index e21df80e4..90a666544 100644
--- a/slackware64/a/maketag.ez
+++ b/slackware64/a/maketag.ez
@@ -62,9 +62,9 @@ system. :^) Press ENTER when you are done." 21 76 10 \
"jfsutils" "Utilities for IBM's Journaled Filesystem" "on" \
"kbd" "Change keyboard and console mappings" "on" \
"kernel-firmware" "Linux kernel firmware -- REQUIRED" "on" \
-"kernel-generic" "Generic 4.19.20 kernel (needs an initrd)" "on" \
-"kernel-huge" "Loaded 4.19.20 Linux kernel" "on" \
-"kernel-modules" "Linux 4.19.20 kernel modules -- REQUIRED" "on" \
+"kernel-generic" "Generic 4.19.21 kernel (needs an initrd)" "on" \
+"kernel-huge" "Loaded 4.19.21 Linux kernel" "on" \
+"kernel-modules" "Linux 4.19.21 kernel modules -- REQUIRED" "on" \
"kmod" "Kernel module utilities -- REQUIRED" "on" \
"lbzip2" "Parallel bzip2 compressor" "on" \
"less" "A text pager utility - REQUIRED" "on" \
diff --git a/slackware64/k/maketag b/slackware64/k/maketag
index 58a38dfc9..57df3262b 100644
--- a/slackware64/k/maketag
+++ b/slackware64/k/maketag
@@ -21,7 +21,7 @@ from series K. Use the UP/DOWN keys to scroll through the list, and \
the SPACE key to deselect any items you don't want to install. \
Press ENTER when you are \
done." 11 70 1 \
-"kernel-source" "Linux 4.19.20 kernel source" "on" \
+"kernel-source" "Linux 4.19.21 kernel source" "on" \
2> $TMP/SeTpkgs
if [ $? = 1 -o $? = 255 ]; then
rm -f $TMP/SeTpkgs
diff --git a/slackware64/k/maketag.ez b/slackware64/k/maketag.ez
index 58a38dfc9..57df3262b 100644
--- a/slackware64/k/maketag.ez
+++ b/slackware64/k/maketag.ez
@@ -21,7 +21,7 @@ from series K. Use the UP/DOWN keys to scroll through the list, and \
the SPACE key to deselect any items you don't want to install. \
Press ENTER when you are \
done." 11 70 1 \
-"kernel-source" "Linux 4.19.20 kernel source" "on" \
+"kernel-source" "Linux 4.19.21 kernel source" "on" \
2> $TMP/SeTpkgs
if [ $? = 1 -o $? = 255 ]; then
rm -f $TMP/SeTpkgs
diff --git a/source/ap/lxc/get-lxc.sh b/source/ap/lxc/get-lxc.sh
new file mode 100755
index 000000000..28f7321a5
--- /dev/null
+++ b/source/ap/lxc/get-lxc.sh
@@ -0,0 +1,51 @@
+#!/bin/sh
+
+# Copyright 2019 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# All rights reserved.
+#
+# Redistribution and use of this script, with or without modification, is
+# permitted provided that the following conditions are met:
+#
+# 1. Redistributions of this script must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+#
+# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
+# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
+# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+# Pull a stable branch + patches
+BRANCH=${1:-stable-2.0}
+
+# Clear download area:
+rm -rf lxc
+
+# Clone repository:
+git clone git://github.com/lxc/lxc
+
+# checkout $BRANCH:
+( cd lxc
+ git checkout $BRANCH || exit 1
+)
+
+LXC_MAJOR=$(cd lxc && grep "^m4_define(\[lxc_version_major" configure.ac | cut -f 2 -d ' ' | tr -d ')')
+LXC_MINOR=$(cd lxc && grep "^m4_define(\[lxc_version_minor" configure.ac | cut -f 2 -d ' ' | tr -d ')')
+LXC_MICRO=$(cd lxc && grep "^m4_define(\[lxc_version_micro" configure.ac | cut -f 2 -d ' ' | tr -d ')')
+HEADISAT="$( cd lxc && git log -1 --format=%h )"
+DATE="$( cd lxc && git log -1 --format=%ad --date=format:%Y%m%d )"
+
+# Cleanup. We're not packing up the whole git repo.
+( cd lxc && find . -type d -name ".git*" -exec rm -rf {} \; 2> /dev/null )
+mv lxc lxc-${LXC_MAJOR}.${LXC_MINOR}.${LXC_MICRO}_${HEADISAT}
+tar cf lxc-${LXC_MAJOR}.${LXC_MINOR}.${LXC_MICRO}_${HEADISAT}.tar lxc-${LXC_MAJOR}.${LXC_MINOR}.${LXC_MICRO}_${HEADISAT}
+xz -9 -f lxc-${LXC_MAJOR}.${LXC_MINOR}.${LXC_MICRO}_${HEADISAT}.tar
+rm -rf lxc-${LXC_MAJOR}.${LXC_MINOR}.${LXC_MICRO}_${HEADISAT}
+echo
+echo "lxc branch $BRANCH with HEAD at $HEADISAT packaged as lxc-${LXC_MAJOR}.${LXC_MINOR}.${LXC_MICRO}_${HEADISAT}.tar.xz"
+echo
diff --git a/source/ap/lxc/lxc.SlackBuild b/source/ap/lxc/lxc.SlackBuild
index 5a2792e16..4a9b4b675 100755
--- a/source/ap/lxc/lxc.SlackBuild
+++ b/source/ap/lxc/lxc.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=lxc
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | rev | cut -f 2- -d -)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -86,7 +86,9 @@ cat $CWD/lxc-slackware.in > templates/lxc-slackware.in
# Our python package is not split:
sed -i "s|PKG_CHECK_MODULES(\[PYTHONDEV.*||" configure.ac || exit 1
-autoreconf -fi
+if [ ! -r configure ]; then
+ NOCONFIGURE=1 ./autogen.sh
+fi
# Enable python stuff only if python3 is installed
python=""
@@ -107,6 +109,8 @@ CFLAGS="$SLKCFLAGS" \
--with-rootfs-path=/var/lib/rootfs-lxc \
--enable-cgmanager=no \
--disable-werror \
+ --disable-apparmor \
+ --disable-static \
$python \
--build=$ARCH-slackware-linux || exit 1
diff --git a/source/ap/lxc/slack-desc b/source/ap/lxc/slack-desc
index d6660b335..c9074dab9 100644
--- a/source/ap/lxc/slack-desc
+++ b/source/ap/lxc/slack-desc
@@ -15,5 +15,5 @@ lxc: rather provides a virtual environment that has its own process and
lxc: network space. It is similar to a chroot, but offers more isolation.
lxc:
lxc: Daniel Lezcano is the primary developer of lxc.
-lxc: Homepage: https://linuxcontainers.org
lxc:
+lxc: Homepage: https://linuxcontainers.org
diff --git a/source/k/kernel-configs/config-generic-4.19.20 b/source/k/kernel-configs/config-generic-4.19.21
index 582d7facd..562bebe8a 100644
--- a/source/k/kernel-configs/config-generic-4.19.20
+++ b/source/k/kernel-configs/config-generic-4.19.21
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.20 Kernel Configuration
+# Linux/x86 4.19.21 Kernel Configuration
#
#
diff --git a/source/k/kernel-configs/config-generic-4.19.20.x64 b/source/k/kernel-configs/config-generic-4.19.21.x64
index e7453c8c5..6077818a5 100644
--- a/source/k/kernel-configs/config-generic-4.19.20.x64
+++ b/source/k/kernel-configs/config-generic-4.19.21.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.20 Kernel Configuration
+# Linux/x86 4.19.21 Kernel Configuration
#
#
diff --git a/source/k/kernel-configs/config-generic-smp-4.19.20-smp b/source/k/kernel-configs/config-generic-smp-4.19.21-smp
index 13a4e8f3d..7326e9c2e 100644
--- a/source/k/kernel-configs/config-generic-smp-4.19.20-smp
+++ b/source/k/kernel-configs/config-generic-smp-4.19.21-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.20 Kernel Configuration
+# Linux/x86 4.19.21 Kernel Configuration
#
#
diff --git a/source/k/kernel-configs/config-huge-4.19.20 b/source/k/kernel-configs/config-huge-4.19.21
index c415be5b5..9f41e521e 100644
--- a/source/k/kernel-configs/config-huge-4.19.20
+++ b/source/k/kernel-configs/config-huge-4.19.21
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.20 Kernel Configuration
+# Linux/x86 4.19.21 Kernel Configuration
#
#
diff --git a/source/k/kernel-configs/config-huge-4.19.20.x64 b/source/k/kernel-configs/config-huge-4.19.21.x64
index 11590f300..366bab757 100644
--- a/source/k/kernel-configs/config-huge-4.19.20.x64
+++ b/source/k/kernel-configs/config-huge-4.19.21.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.20 Kernel Configuration
+# Linux/x86 4.19.21 Kernel Configuration
#
#
diff --git a/source/k/kernel-configs/config-huge-smp-4.19.20-smp b/source/k/kernel-configs/config-huge-smp-4.19.21-smp
index 506d5182c..d18362f67 100644
--- a/source/k/kernel-configs/config-huge-smp-4.19.20-smp
+++ b/source/k/kernel-configs/config-huge-smp-4.19.21-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.20 Kernel Configuration
+# Linux/x86 4.19.21 Kernel Configuration
#
#
diff --git a/source/l/libcap/libcap.SlackBuild b/source/l/libcap/libcap.SlackBuild
index aef4d9890..c70daa542 100755
--- a/source/l/libcap/libcap.SlackBuild
+++ b/source/l/libcap/libcap.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=libcap
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | cut -d - -f 2 | rev | cut -f 3- -d . | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -93,6 +93,9 @@ make DYNAMIC=yes $NUMJOBS || make DYNAMIC=yes || exit 1
make install RAISE_SETFCAP=no DESTDIR=$PKG man_prefix=/usr || exit 1
chmod 755 $PKG/lib${LIBDIRSUFFIX}/libcap.so*
+# Don't ship static library:
+rm -f $PKG/lib*/libcap.a
+
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
diff --git a/source/x/x11/build/bitmap b/source/x/x11/build/bitmap
index 00750edc0..d00491fd7 100644
--- a/source/x/x11/build/bitmap
+++ b/source/x/x11/build/bitmap
@@ -1 +1 @@
-3
+1
diff --git a/source/x/x11/build/libXau b/source/x/x11/build/libXau
index 00750edc0..d00491fd7 100644
--- a/source/x/x11/build/libXau
+++ b/source/x/x11/build/libXau
@@ -1 +1 @@
-3
+1
diff --git a/source/x/x11/patch/pixman/pixman.remove.tests.that.fail.to.compile.diff b/source/x/x11/patch/pixman/pixman.remove.tests.that.fail.to.compile.diff
index d2a3ed1f7..113f8ca6c 100644
--- a/source/x/x11/patch/pixman/pixman.remove.tests.that.fail.to.compile.diff
+++ b/source/x/x11/patch/pixman/pixman.remove.tests.that.fail.to.compile.diff
@@ -1,8 +1,16 @@
---- ./test/Makefile.in.orig 2018-11-21 05:41:10.000000000 -0600
-+++ ./test/Makefile.in 2018-11-21 16:37:38.546566766 -0600
-@@ -111,12 +111,11 @@
- scaling-helpers-test$(EXEEXT) thread-test$(EXEEXT) \
- rotate-test$(EXEEXT) alphamap$(EXEEXT) \
+--- ./test/Makefile.in.orig 2019-02-11 06:24:53.000000000 -0600
++++ ./test/Makefile.in 2019-02-12 13:54:42.157995706 -0600
+@@ -106,19 +106,18 @@
+ region-translate-test$(EXEEXT) fetch-test$(EXEEXT) \
+ a1-trap-test$(EXEEXT) prng-test$(EXEEXT) \
+ radial-invalid$(EXEEXT) pdf-op-test$(EXEEXT) \
+- region-test$(EXEEXT) combiner-test$(EXEEXT) \
++ combiner-test$(EXEEXT) \
+ scaling-crash-test$(EXEEXT) alpha-loop$(EXEEXT) \
+- scaling-helpers-test$(EXEEXT) thread-test$(EXEEXT) \
+- rotate-test$(EXEEXT) alphamap$(EXEEXT) \
++ thread-test$(EXEEXT) \
++ alphamap$(EXEEXT) \
gradient-crash-test$(EXEEXT) pixel-test$(EXEEXT) \
- matrix-test$(EXEEXT) filter-reduction-test$(EXEEXT) \
- composite-traps-test$(EXEEXT) region-contains-test$(EXEEXT) \
@@ -15,8 +23,11 @@
+ cover-test$(EXEEXT) \
+ scaling-test$(EXEEXT) composite$(EXEEXT)
am__EXEEXT_2 = lowlevel-blt-bench$(EXEEXT) radial-perf-test$(EXEEXT) \
- check-formats$(EXEEXT) scaling-bench$(EXEEXT) \
+- check-formats$(EXEEXT) scaling-bench$(EXEEXT) \
++ check-formats$(EXEEXT) \
affine-bench$(EXEEXT)
+ PROGRAMS = $(noinst_PROGRAMS)
+ LTLIBRARIES = $(noinst_LTLIBRARIES)
@@ -144,12 +143,6 @@
affine_bench_DEPENDENCIES = libutils.la \
$(top_builddir)/pixman/libpixman-1.la $(am__DEPENDENCIES_1) \
@@ -56,7 +67,7 @@
oob_test_SOURCES = oob-test.c
oob_test_OBJECTS = oob-test.$(OBJEXT)
oob_test_LDADD = $(LDADD)
-@@ -282,12 +263,6 @@
+@@ -282,48 +263,18 @@
radial_perf_test_DEPENDENCIES = libutils.la \
$(top_builddir)/pixman/libpixman-1.la $(am__DEPENDENCIES_1) \
$(am__DEPENDENCIES_1)
@@ -66,10 +77,46 @@
-region_contains_test_DEPENDENCIES = libutils.la \
- $(top_builddir)/pixman/libpixman-1.la $(am__DEPENDENCIES_1) \
- $(am__DEPENDENCIES_1)
- region_test_SOURCES = region-test.c
- region_test_OBJECTS = region-test.$(OBJEXT)
- region_test_LDADD = $(LDADD)
-@@ -348,12 +323,6 @@
+-region_test_SOURCES = region-test.c
+-region_test_OBJECTS = region-test.$(OBJEXT)
+-region_test_LDADD = $(LDADD)
+-region_test_DEPENDENCIES = libutils.la \
+- $(top_builddir)/pixman/libpixman-1.la $(am__DEPENDENCIES_1) \
+- $(am__DEPENDENCIES_1)
+ region_translate_test_SOURCES = region-translate-test.c
+ region_translate_test_OBJECTS = region-translate-test.$(OBJEXT)
+ region_translate_test_LDADD = $(LDADD)
+ region_translate_test_DEPENDENCIES = libutils.la \
+ $(top_builddir)/pixman/libpixman-1.la $(am__DEPENDENCIES_1) \
+ $(am__DEPENDENCIES_1)
+-rotate_test_SOURCES = rotate-test.c
+-rotate_test_OBJECTS = rotate-test.$(OBJEXT)
+-rotate_test_LDADD = $(LDADD)
+-rotate_test_DEPENDENCIES = libutils.la \
+- $(top_builddir)/pixman/libpixman-1.la $(am__DEPENDENCIES_1) \
+- $(am__DEPENDENCIES_1)
+-scaling_bench_SOURCES = scaling-bench.c
+-scaling_bench_OBJECTS = scaling-bench.$(OBJEXT)
+-scaling_bench_LDADD = $(LDADD)
+-scaling_bench_DEPENDENCIES = libutils.la \
+- $(top_builddir)/pixman/libpixman-1.la $(am__DEPENDENCIES_1) \
+- $(am__DEPENDENCIES_1)
+ scaling_crash_test_SOURCES = scaling-crash-test.c
+ scaling_crash_test_OBJECTS = scaling-crash-test.$(OBJEXT)
+ scaling_crash_test_LDADD = $(LDADD)
+ scaling_crash_test_DEPENDENCIES = libutils.la \
+ $(top_builddir)/pixman/libpixman-1.la $(am__DEPENDENCIES_1) \
+ $(am__DEPENDENCIES_1)
+-scaling_helpers_test_SOURCES = scaling-helpers-test.c
+-scaling_helpers_test_OBJECTS = scaling-helpers-test.$(OBJEXT)
+-scaling_helpers_test_LDADD = $(LDADD)
+-scaling_helpers_test_DEPENDENCIES = libutils.la \
+- $(top_builddir)/pixman/libpixman-1.la $(am__DEPENDENCIES_1) \
+- $(am__DEPENDENCIES_1)
+ scaling_test_SOURCES = scaling-test.c
+ scaling_test_OBJECTS = scaling-test.$(OBJEXT)
+ scaling_test_LDADD = $(LDADD)
+@@ -348,12 +299,6 @@
thread_test_DEPENDENCIES = libutils.la \
$(top_builddir)/pixman/libpixman-1.la $(am__DEPENDENCIES_1) \
$(am__DEPENDENCIES_1)
@@ -82,7 +129,7 @@
trap_crasher_SOURCES = trap-crasher.c
trap_crasher_OBJECTS = trap-crasher.$(OBJEXT)
trap_crasher_LDADD = $(LDADD)
-@@ -376,27 +345,27 @@
+@@ -376,27 +321,24 @@
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__maybe_remake_depfiles = depfiles
am__depfiles_remade = ./$(DEPDIR)/a1-trap-test.Po \
@@ -103,11 +150,10 @@
./$(DEPDIR)/prng-test.Po ./$(DEPDIR)/radial-invalid.Po \
./$(DEPDIR)/radial-perf-test.Po \
- ./$(DEPDIR)/region-contains-test.Po ./$(DEPDIR)/region-test.Po \
-+ ./$(DEPDIR)/region-test.Po \
./$(DEPDIR)/region-translate-test.Po \
- ./$(DEPDIR)/rotate-test.Po ./$(DEPDIR)/scaling-bench.Po \
+- ./$(DEPDIR)/rotate-test.Po ./$(DEPDIR)/scaling-bench.Po \
./$(DEPDIR)/scaling-crash-test.Po \
- ./$(DEPDIR)/scaling-helpers-test.Po \
+- ./$(DEPDIR)/scaling-helpers-test.Po \
./$(DEPDIR)/scaling-test.Po ./$(DEPDIR)/solid-test.Po \
./$(DEPDIR)/stress-test.Po ./$(DEPDIR)/thread-test.Po \
- ./$(DEPDIR)/tolerance-test.Po ./$(DEPDIR)/trap-crasher.Po \
@@ -115,7 +161,7 @@
./$(DEPDIR)/utils-prng.Plo ./$(DEPDIR)/utils.Plo
am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
-@@ -418,29 +387,29 @@
+@@ -418,29 +360,29 @@
am__v_CCLD_0 = @echo " CCLD " $@;
am__v_CCLD_1 =
SOURCES = $(libutils_la_SOURCES) a1-trap-test.c affine-bench.c \
@@ -129,10 +175,12 @@
+ oob-test.c pdf-op-test.c pixel-test.c \
prng-test.c radial-invalid.c radial-perf-test.c \
- region-contains-test.c region-test.c region-translate-test.c \
-+ region-test.c region-translate-test.c \
- rotate-test.c scaling-bench.c scaling-crash-test.c \
- scaling-helpers-test.c scaling-test.c solid-test.c \
+- rotate-test.c scaling-bench.c scaling-crash-test.c \
+- scaling-helpers-test.c scaling-test.c solid-test.c \
- stress-test.c thread-test.c tolerance-test.c trap-crasher.c
++ region-translate-test.c \
++ scaling-crash-test.c \
++ scaling-test.c solid-test.c \
+ stress-test.c thread-test.c trap-crasher.c
DIST_SOURCES = $(libutils_la_SOURCES) a1-trap-test.c affine-bench.c \
- affine-test.c alpha-loop.c alphamap.c blitters-test.c \
@@ -145,15 +193,27 @@
+ oob-test.c pdf-op-test.c pixel-test.c \
prng-test.c radial-invalid.c radial-perf-test.c \
- region-contains-test.c region-test.c region-translate-test.c \
-+ region-test.c region-translate-test.c \
- rotate-test.c scaling-bench.c scaling-crash-test.c \
- scaling-helpers-test.c scaling-test.c solid-test.c \
+- rotate-test.c scaling-bench.c scaling-crash-test.c \
+- scaling-helpers-test.c scaling-test.c solid-test.c \
- stress-test.c thread-test.c tolerance-test.c trap-crasher.c
++ region-translate-test.c \
++ scaling-crash-test.c \
++ scaling-test.c solid-test.c \
+ stress-test.c thread-test.c trap-crasher.c
am__can_run_installinfo = \
case $$AM_UPDATE_INFO_DIR in \
n|no|NO) false;; \
-@@ -844,19 +813,14 @@
+@@ -834,29 +776,21 @@
+ prng-test \
+ radial-invalid \
+ pdf-op-test \
+- region-test \
+ combiner-test \
+ scaling-crash-test \
+ alpha-loop \
+- scaling-helpers-test \
+ thread-test \
+- rotate-test \
alphamap \
gradient-crash-test \
pixel-test \
@@ -173,7 +233,15 @@
$(NULL)
-@@ -953,10 +917,6 @@
+@@ -865,7 +799,6 @@
+ lowlevel-blt-bench \
+ radial-perf-test \
+ check-formats \
+- scaling-bench \
+ affine-bench \
+ $(NULL)
+
+@@ -957,10 +890,6 @@
@rm -f affine-bench$(EXEEXT)
$(AM_V_CCLD)$(LINK) $(affine_bench_OBJECTS) $(affine_bench_LDADD) $(LIBS)
@@ -184,7 +252,7 @@
alpha-loop$(EXEEXT): $(alpha_loop_OBJECTS) $(alpha_loop_DEPENDENCIES) $(EXTRA_alpha_loop_DEPENDENCIES)
@rm -f alpha-loop$(EXEEXT)
$(AM_V_CCLD)$(LINK) $(alpha_loop_OBJECTS) $(alpha_loop_LDADD) $(LIBS)
-@@ -965,10 +925,6 @@
+@@ -969,10 +898,6 @@
@rm -f alphamap$(EXEEXT)
$(AM_V_CCLD)$(LINK) $(alphamap_OBJECTS) $(alphamap_LDADD) $(LIBS)
@@ -195,7 +263,7 @@
check-formats$(EXEEXT): $(check_formats_OBJECTS) $(check_formats_DEPENDENCIES) $(EXTRA_check_formats_DEPENDENCIES)
@rm -f check-formats$(EXEEXT)
$(AM_V_CCLD)$(LINK) $(check_formats_OBJECTS) $(check_formats_LDADD) $(LIBS)
-@@ -1017,10 +973,6 @@
+@@ -1021,10 +946,6 @@
@rm -f lowlevel-blt-bench$(EXEEXT)
$(AM_V_CCLD)$(LINK) $(lowlevel_blt_bench_OBJECTS) $(lowlevel_blt_bench_LDADD) $(LIBS)
@@ -206,7 +274,7 @@
oob-test$(EXEEXT): $(oob_test_OBJECTS) $(oob_test_DEPENDENCIES) $(EXTRA_oob_test_DEPENDENCIES)
@rm -f oob-test$(EXEEXT)
$(AM_V_CCLD)$(LINK) $(oob_test_OBJECTS) $(oob_test_LDADD) $(LIBS)
-@@ -1045,10 +997,6 @@
+@@ -1049,34 +970,14 @@
@rm -f radial-perf-test$(EXEEXT)
$(AM_V_CCLD)$(LINK) $(radial_perf_test_OBJECTS) $(radial_perf_test_LDADD) $(LIBS)
@@ -214,10 +282,34 @@
- @rm -f region-contains-test$(EXEEXT)
- $(AM_V_CCLD)$(LINK) $(region_contains_test_OBJECTS) $(region_contains_test_LDADD) $(LIBS)
-
- region-test$(EXEEXT): $(region_test_OBJECTS) $(region_test_DEPENDENCIES) $(EXTRA_region_test_DEPENDENCIES)
- @rm -f region-test$(EXEEXT)
- $(AM_V_CCLD)$(LINK) $(region_test_OBJECTS) $(region_test_LDADD) $(LIBS)
-@@ -1089,10 +1037,6 @@
+-region-test$(EXEEXT): $(region_test_OBJECTS) $(region_test_DEPENDENCIES) $(EXTRA_region_test_DEPENDENCIES)
+- @rm -f region-test$(EXEEXT)
+- $(AM_V_CCLD)$(LINK) $(region_test_OBJECTS) $(region_test_LDADD) $(LIBS)
+-
+ region-translate-test$(EXEEXT): $(region_translate_test_OBJECTS) $(region_translate_test_DEPENDENCIES) $(EXTRA_region_translate_test_DEPENDENCIES)
+ @rm -f region-translate-test$(EXEEXT)
+ $(AM_V_CCLD)$(LINK) $(region_translate_test_OBJECTS) $(region_translate_test_LDADD) $(LIBS)
+
+-rotate-test$(EXEEXT): $(rotate_test_OBJECTS) $(rotate_test_DEPENDENCIES) $(EXTRA_rotate_test_DEPENDENCIES)
+- @rm -f rotate-test$(EXEEXT)
+- $(AM_V_CCLD)$(LINK) $(rotate_test_OBJECTS) $(rotate_test_LDADD) $(LIBS)
+-
+-scaling-bench$(EXEEXT): $(scaling_bench_OBJECTS) $(scaling_bench_DEPENDENCIES) $(EXTRA_scaling_bench_DEPENDENCIES)
+- @rm -f scaling-bench$(EXEEXT)
+- $(AM_V_CCLD)$(LINK) $(scaling_bench_OBJECTS) $(scaling_bench_LDADD) $(LIBS)
+-
+ scaling-crash-test$(EXEEXT): $(scaling_crash_test_OBJECTS) $(scaling_crash_test_DEPENDENCIES) $(EXTRA_scaling_crash_test_DEPENDENCIES)
+ @rm -f scaling-crash-test$(EXEEXT)
+ $(AM_V_CCLD)$(LINK) $(scaling_crash_test_OBJECTS) $(scaling_crash_test_LDADD) $(LIBS)
+
+-scaling-helpers-test$(EXEEXT): $(scaling_helpers_test_OBJECTS) $(scaling_helpers_test_DEPENDENCIES) $(EXTRA_scaling_helpers_test_DEPENDENCIES)
+- @rm -f scaling-helpers-test$(EXEEXT)
+- $(AM_V_CCLD)$(LINK) $(scaling_helpers_test_OBJECTS) $(scaling_helpers_test_LDADD) $(LIBS)
+-
+ scaling-test$(EXEEXT): $(scaling_test_OBJECTS) $(scaling_test_DEPENDENCIES) $(EXTRA_scaling_test_DEPENDENCIES)
+ @rm -f scaling-test$(EXEEXT)
+ $(AM_V_CCLD)$(LINK) $(scaling_test_OBJECTS) $(scaling_test_LDADD) $(LIBS)
+@@ -1093,10 +994,6 @@
@rm -f thread-test$(EXEEXT)
$(AM_V_CCLD)$(LINK) $(thread_test_OBJECTS) $(thread_test_LDADD) $(LIBS)
@@ -228,7 +320,7 @@
trap-crasher$(EXEEXT): $(trap_crasher_OBJECTS) $(trap_crasher_DEPENDENCIES) $(EXTRA_trap_crasher_DEPENDENCIES)
@rm -f trap-crasher$(EXEEXT)
$(AM_V_CCLD)$(LINK) $(trap_crasher_OBJECTS) $(trap_crasher_LDADD) $(LIBS)
-@@ -1105,10 +1049,8 @@
+@@ -1109,10 +1006,8 @@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/a1-trap-test.Po@am__quote@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/affine-bench.Po@am__quote@ # am--include-marker
@@ -239,7 +331,7 @@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check-formats.Po@am__quote@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/combiner-test.Po@am__quote@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/composite-traps-test.Po@am__quote@ # am--include-marker
-@@ -1121,14 +1063,12 @@
+@@ -1125,25 +1020,18 @@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gradient-crash-test.Po@am__quote@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/infinite-loop.Po@am__quote@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lowlevel-blt-bench.Po@am__quote@ # am--include-marker
@@ -251,10 +343,13 @@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radial-invalid.Po@am__quote@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radial-perf-test.Po@am__quote@ # am--include-marker
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/region-contains-test.Po@am__quote@ # am--include-marker
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/region-test.Po@am__quote@ # am--include-marker
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/region-test.Po@am__quote@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/region-translate-test.Po@am__quote@ # am--include-marker
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rotate-test.Po@am__quote@ # am--include-marker
-@@ -1139,7 +1079,6 @@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rotate-test.Po@am__quote@ # am--include-marker
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scaling-bench.Po@am__quote@ # am--include-marker
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scaling-crash-test.Po@am__quote@ # am--include-marker
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scaling-helpers-test.Po@am__quote@ # am--include-marker
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scaling-test.Po@am__quote@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/solid-test.Po@am__quote@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stress-test.Po@am__quote@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread-test.Po@am__quote@ # am--include-marker
@@ -262,7 +357,49 @@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trap-crasher.Po@am__quote@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils-prng.Plo@am__quote@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils.Plo@am__quote@ # am--include-marker
-@@ -1510,13 +1449,6 @@
+@@ -1444,13 +1332,6 @@
+ --log-file $$b.log --trs-file $$b.trs \
+ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
+ "$$tst" $(AM_TESTS_FD_REDIRECT)
+-region-test.log: region-test$(EXEEXT)
+- @p='region-test$(EXEEXT)'; \
+- b='region-test'; \
+- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
+- --log-file $$b.log --trs-file $$b.trs \
+- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
+- "$$tst" $(AM_TESTS_FD_REDIRECT)
+ combiner-test.log: combiner-test$(EXEEXT)
+ @p='combiner-test$(EXEEXT)'; \
+ b='combiner-test'; \
+@@ -1472,13 +1353,6 @@
+ --log-file $$b.log --trs-file $$b.trs \
+ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
+ "$$tst" $(AM_TESTS_FD_REDIRECT)
+-scaling-helpers-test.log: scaling-helpers-test$(EXEEXT)
+- @p='scaling-helpers-test$(EXEEXT)'; \
+- b='scaling-helpers-test'; \
+- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
+- --log-file $$b.log --trs-file $$b.trs \
+- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
+- "$$tst" $(AM_TESTS_FD_REDIRECT)
+ thread-test.log: thread-test$(EXEEXT)
+ @p='thread-test$(EXEEXT)'; \
+ b='thread-test'; \
+@@ -1486,13 +1360,6 @@
+ --log-file $$b.log --trs-file $$b.trs \
+ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
+ "$$tst" $(AM_TESTS_FD_REDIRECT)
+-rotate-test.log: rotate-test$(EXEEXT)
+- @p='rotate-test$(EXEEXT)'; \
+- b='rotate-test'; \
+- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
+- --log-file $$b.log --trs-file $$b.trs \
+- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
+- "$$tst" $(AM_TESTS_FD_REDIRECT)
+ alphamap.log: alphamap$(EXEEXT)
+ @p='alphamap$(EXEEXT)'; \
+ b='alphamap'; \
+@@ -1514,13 +1381,6 @@
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
@@ -276,7 +413,7 @@
filter-reduction-test.log: filter-reduction-test$(EXEEXT)
@p='filter-reduction-test$(EXEEXT)'; \
b='filter-reduction-test'; \
-@@ -1531,13 +1463,6 @@
+@@ -1535,13 +1395,6 @@
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
@@ -290,7 +427,7 @@
glyph-test.log: glyph-test$(EXEEXT)
@p='glyph-test$(EXEEXT)'; \
b='glyph-test'; \
-@@ -1566,20 +1491,6 @@
+@@ -1570,20 +1423,6 @@
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
@@ -311,7 +448,7 @@
scaling-test.log: scaling-test$(EXEEXT)
@p='scaling-test$(EXEEXT)'; \
b='scaling-test'; \
-@@ -1594,13 +1505,6 @@
+@@ -1598,13 +1437,6 @@
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
@@ -325,7 +462,7 @@
.test.log:
@p='$<'; \
$(am__set_b); \
-@@ -1695,10 +1599,8 @@
+@@ -1699,10 +1531,8 @@
distclean: distclean-am
-rm -f ./$(DEPDIR)/a1-trap-test.Po
-rm -f ./$(DEPDIR)/affine-bench.Po
@@ -336,7 +473,7 @@
-rm -f ./$(DEPDIR)/check-formats.Po
-rm -f ./$(DEPDIR)/combiner-test.Po
-rm -f ./$(DEPDIR)/composite-traps-test.Po
-@@ -1711,14 +1613,12 @@
+@@ -1715,25 +1545,18 @@
-rm -f ./$(DEPDIR)/gradient-crash-test.Po
-rm -f ./$(DEPDIR)/infinite-loop.Po
-rm -f ./$(DEPDIR)/lowlevel-blt-bench.Po
@@ -348,10 +485,13 @@
-rm -f ./$(DEPDIR)/radial-invalid.Po
-rm -f ./$(DEPDIR)/radial-perf-test.Po
- -rm -f ./$(DEPDIR)/region-contains-test.Po
- -rm -f ./$(DEPDIR)/region-test.Po
+- -rm -f ./$(DEPDIR)/region-test.Po
-rm -f ./$(DEPDIR)/region-translate-test.Po
- -rm -f ./$(DEPDIR)/rotate-test.Po
-@@ -1729,7 +1629,6 @@
+- -rm -f ./$(DEPDIR)/rotate-test.Po
+- -rm -f ./$(DEPDIR)/scaling-bench.Po
+ -rm -f ./$(DEPDIR)/scaling-crash-test.Po
+- -rm -f ./$(DEPDIR)/scaling-helpers-test.Po
+ -rm -f ./$(DEPDIR)/scaling-test.Po
-rm -f ./$(DEPDIR)/solid-test.Po
-rm -f ./$(DEPDIR)/stress-test.Po
-rm -f ./$(DEPDIR)/thread-test.Po
@@ -359,7 +499,7 @@
-rm -f ./$(DEPDIR)/trap-crasher.Po
-rm -f ./$(DEPDIR)/utils-prng.Plo
-rm -f ./$(DEPDIR)/utils.Plo
-@@ -1780,10 +1679,8 @@
+@@ -1784,10 +1607,8 @@
maintainer-clean: maintainer-clean-am
-rm -f ./$(DEPDIR)/a1-trap-test.Po
-rm -f ./$(DEPDIR)/affine-bench.Po
@@ -370,7 +510,7 @@
-rm -f ./$(DEPDIR)/check-formats.Po
-rm -f ./$(DEPDIR)/combiner-test.Po
-rm -f ./$(DEPDIR)/composite-traps-test.Po
-@@ -1796,14 +1693,12 @@
+@@ -1800,25 +1621,18 @@
-rm -f ./$(DEPDIR)/gradient-crash-test.Po
-rm -f ./$(DEPDIR)/infinite-loop.Po
-rm -f ./$(DEPDIR)/lowlevel-blt-bench.Po
@@ -382,10 +522,13 @@
-rm -f ./$(DEPDIR)/radial-invalid.Po
-rm -f ./$(DEPDIR)/radial-perf-test.Po
- -rm -f ./$(DEPDIR)/region-contains-test.Po
- -rm -f ./$(DEPDIR)/region-test.Po
+- -rm -f ./$(DEPDIR)/region-test.Po
-rm -f ./$(DEPDIR)/region-translate-test.Po
- -rm -f ./$(DEPDIR)/rotate-test.Po
-@@ -1814,7 +1709,6 @@
+- -rm -f ./$(DEPDIR)/rotate-test.Po
+- -rm -f ./$(DEPDIR)/scaling-bench.Po
+ -rm -f ./$(DEPDIR)/scaling-crash-test.Po
+- -rm -f ./$(DEPDIR)/scaling-helpers-test.Po
+ -rm -f ./$(DEPDIR)/scaling-test.Po
-rm -f ./$(DEPDIR)/solid-test.Po
-rm -f ./$(DEPDIR)/stress-test.Po
-rm -f ./$(DEPDIR)/thread-test.Po