1
0
Fork 0
mirror of git://slackware.nl/current.git synced 2025-01-20 22:26:48 +01:00

Tue Jun 12 05:02:45 UTC 2018

a/kernel-firmware-20180606_d114732-noarch-1.txz:  Upgraded.
a/kernel-generic-4.14.49-x86_64-1.txz:  Upgraded.
a/kernel-huge-4.14.49-x86_64-1.txz:  Upgraded.
a/kernel-modules-4.14.49-x86_64-1.txz:  Upgraded.
a/libcgroup-0.41-x86_64-4.txz:  Rebuilt.
  Apply all post 0.41 patches from git, including one for an infinite loop
  bug that causes 100% CPU usage on one core. Thanks to chris.willing.
a/pkgtools-15.0-noarch-17.txz:  Rebuilt.
  installpkg: Use terse mode if TERSE=0 is set in the environment (this already
  works for removepkg and upgradepkg). This allows using terse mode in other
  tools that use the pkgtools (such as slackpkg with: TERSE=0 slackpkg).
  Thanks to Xsane.
ap/hplip-3.18.6-x86_64-1.txz:  Upgraded.
d/kernel-headers-4.14.49-x86-1.txz:  Upgraded.
k/kernel-source-4.14.49-noarch-1.txz:  Upgraded.
   GPIO_AMDPT n -> m (thanks to walecha)
   NFSD_V3_ACL n -> y (thanks to Jonathan Woithe)
   NFS_V3_ACL n -> y (thanks to Jonathan Woithe)
   NFS_V4_2 n -> y
  +NFSD_V2_ACL y
  +NFS_ACL_SUPPORT y
  +NFS_V4_SECURITY_LABEL y
l/LibRaw-0.18.12-x86_64-1.txz:  Upgraded.
  This update fixes bugs and security issues, including:
  parse_qt: possible integer overflow
  reject broken/crafted NOKIARAW files
  recover read position if TIFF/EXIF tag is too long
  possible infinite loop in parse_minolta()
  possible stack overrun in X3F parser
  out of bounds read in X3F parser
  For more information, see:
    https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13735
    https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14265
    https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-10528
    https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-10529
  (* Security fix *)
l/dconf-0.26.1-x86_64-3.txz:  Rebuilt.
  Eliminate install script noise.
l/dconf-editor-3.26.2-x86_64-3.txz:  Rebuilt.
  Eliminate install script noise.
n/iproute2-4.17.0-x86_64-1.txz:  Upgraded.
x/wqy-zenhei-font-ttf-0.8.38_1-noarch-7.txz:  Rebuilt.
  Try to avoid overriding other font choices unless lang = zh-cn or zh-sg.
x/xkbcomp-1.4.2-x86_64-1.txz:  Upgraded.
isolinux/initrd.img:  Rebuilt.
kernels/*:  Upgraded.
usb-and-pxe-installers/usbboot.img:  Rebuilt.
This commit is contained in:
Patrick J Volkerding 2018-06-12 05:02:45 +00:00 committed by Eric Hameleers
parent 548843b225
commit 2c20c6847e
35 changed files with 2047 additions and 216 deletions

View file

@ -11,9 +11,66 @@
<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>Sat, 9 Jun 2018 16:57:58 GMT</pubDate>
<lastBuildDate>Sun, 10 Jun 2018 06:58:02 GMT</lastBuildDate>
<pubDate>Tue, 12 Jun 2018 05:02:45 GMT</pubDate>
<lastBuildDate>Tue, 12 Jun 2018 18:58:04 GMT</lastBuildDate>
<generator>maintain_current_git.sh v 1.8</generator>
<item>
<title>Tue, 12 Jun 2018 05:02:45 GMT</title>
<pubDate>Tue, 12 Jun 2018 05:02:45 GMT</pubDate>
<link>https://git.slackware.nl/current/tag/?h=20180612050245</link>
<guid isPermaLink="false">20180612050245</guid>
<description>
<![CDATA[<pre>
a/kernel-firmware-20180606_d114732-noarch-1.txz: Upgraded.
a/kernel-generic-4.14.49-x86_64-1.txz: Upgraded.
a/kernel-huge-4.14.49-x86_64-1.txz: Upgraded.
a/kernel-modules-4.14.49-x86_64-1.txz: Upgraded.
a/libcgroup-0.41-x86_64-4.txz: Rebuilt.
Apply all post 0.41 patches from git, including one for an infinite loop
bug that causes 100% CPU usage on one core. Thanks to chris.willing.
a/pkgtools-15.0-noarch-17.txz: Rebuilt.
installpkg: Use terse mode if TERSE=0 is set in the environment (this already
works for removepkg and upgradepkg). This allows using terse mode in other
tools that use the pkgtools (such as slackpkg with: TERSE=0 slackpkg).
Thanks to Xsane.
ap/hplip-3.18.6-x86_64-1.txz: Upgraded.
d/kernel-headers-4.14.49-x86-1.txz: Upgraded.
k/kernel-source-4.14.49-noarch-1.txz: Upgraded.
GPIO_AMDPT n -> m (thanks to walecha)
NFSD_V3_ACL n -> y (thanks to Jonathan Woithe)
NFS_V3_ACL n -> y (thanks to Jonathan Woithe)
NFS_V4_2 n -> y
+NFSD_V2_ACL y
+NFS_ACL_SUPPORT y
+NFS_V4_SECURITY_LABEL y
l/LibRaw-0.18.12-x86_64-1.txz: Upgraded.
This update fixes bugs and security issues, including:
parse_qt: possible integer overflow
reject broken/crafted NOKIARAW files
recover read position if TIFF/EXIF tag is too long
possible infinite loop in parse_minolta()
possible stack overrun in X3F parser
out of bounds read in X3F parser
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13735
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14265
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-10528
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-10529
(* Security fix *)
l/dconf-0.26.1-x86_64-3.txz: Rebuilt.
Eliminate install script noise.
l/dconf-editor-3.26.2-x86_64-3.txz: Rebuilt.
Eliminate install script noise.
n/iproute2-4.17.0-x86_64-1.txz: Upgraded.
x/wqy-zenhei-font-ttf-0.8.38_1-noarch-7.txz: Rebuilt.
Try to avoid overriding other font choices unless lang = zh-cn or zh-sg.
x/xkbcomp-1.4.2-x86_64-1.txz: Upgraded.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
</pre>]]>
</description>
</item>
<item>
<title>Sat, 9 Jun 2018 16:57:58 GMT</title>
<pubDate>Sat, 9 Jun 2018 16:57:58 GMT</pubDate>

View file

@ -1,3 +1,52 @@
Tue Jun 12 05:02:45 UTC 2018
a/kernel-firmware-20180606_d114732-noarch-1.txz: Upgraded.
a/kernel-generic-4.14.49-x86_64-1.txz: Upgraded.
a/kernel-huge-4.14.49-x86_64-1.txz: Upgraded.
a/kernel-modules-4.14.49-x86_64-1.txz: Upgraded.
a/libcgroup-0.41-x86_64-4.txz: Rebuilt.
Apply all post 0.41 patches from git, including one for an infinite loop
bug that causes 100% CPU usage on one core. Thanks to chris.willing.
a/pkgtools-15.0-noarch-17.txz: Rebuilt.
installpkg: Use terse mode if TERSE=0 is set in the environment (this already
works for removepkg and upgradepkg). This allows using terse mode in other
tools that use the pkgtools (such as slackpkg with: TERSE=0 slackpkg).
Thanks to Xsane.
ap/hplip-3.18.6-x86_64-1.txz: Upgraded.
d/kernel-headers-4.14.49-x86-1.txz: Upgraded.
k/kernel-source-4.14.49-noarch-1.txz: Upgraded.
GPIO_AMDPT n -> m (thanks to walecha)
NFSD_V3_ACL n -> y (thanks to Jonathan Woithe)
NFS_V3_ACL n -> y (thanks to Jonathan Woithe)
NFS_V4_2 n -> y
+NFSD_V2_ACL y
+NFS_ACL_SUPPORT y
+NFS_V4_SECURITY_LABEL y
l/LibRaw-0.18.12-x86_64-1.txz: Upgraded.
This update fixes bugs and security issues, including:
parse_qt: possible integer overflow
reject broken/crafted NOKIARAW files
recover read position if TIFF/EXIF tag is too long
possible infinite loop in parse_minolta()
possible stack overrun in X3F parser
out of bounds read in X3F parser
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13735
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14265
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-10528
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-10529
(* Security fix *)
l/dconf-0.26.1-x86_64-3.txz: Rebuilt.
Eliminate install script noise.
l/dconf-editor-3.26.2-x86_64-3.txz: Rebuilt.
Eliminate install script noise.
n/iproute2-4.17.0-x86_64-1.txz: Upgraded.
x/wqy-zenhei-font-ttf-0.8.38_1-noarch-7.txz: Rebuilt.
Try to avoid overriding other font choices unless lang = zh-cn or zh-sg.
x/xkbcomp-1.4.2-x86_64-1.txz: Upgraded.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
+--------------------------+
Sat Jun 9 16:57:58 UTC 2018
ap/cups-2.2.8-x86_64-2.txz: Rebuilt.
Applied upstream patch to fix high CPU usage in some situations.

View file

@ -1,35 +1,35 @@
Sat Jun 9 17:08:27 UTC 2018
Tue Jun 12 05:32:10 UTC 2018
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 2018-06-09 16:57 .
drwxr-xr-x 12 root root 4096 2018-06-12 05:02 .
-rw-r--r-- 1 root root 10064 2016-06-30 18:39 ./ANNOUNCE.14_2
-rw-r--r-- 1 root root 11329 2018-01-08 02:48 ./CHANGES_AND_HINTS.TXT
-rw-r--r-- 1 root root 894521 2018-06-08 21:03 ./CHECKSUMS.md5
-rw-r--r-- 1 root root 163 2018-06-08 21:03 ./CHECKSUMS.md5.asc
-rw-r--r-- 1 root root 894622 2018-06-09 17:09 ./CHECKSUMS.md5
-rw-r--r-- 1 root root 163 2018-06-09 17:09 ./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 410525 2018-06-09 16:57 ./ChangeLog.txt
-rw-r--r-- 1 root root 412755 2018-06-12 05:02 ./ChangeLog.txt
drwxr-xr-x 3 root root 4096 2013-03-20 22:17 ./EFI
drwxr-xr-x 2 root root 4096 2018-06-06 20:39 ./EFI/BOOT
drwxr-xr-x 2 root root 4096 2018-06-12 04:57 ./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 8824592 2018-06-06 00:18 ./EFI/BOOT/huge.s
-rw-r--r-- 2 root root 47914280 2018-06-06 20:38 ./EFI/BOOT/initrd.img
-rw-r--r-- 2 root root 8828688 2018-06-12 03:31 ./EFI/BOOT/huge.s
-rw-r--r-- 2 root root 47916607 2018-06-12 04:57 ./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 1177578 2018-06-08 21:02 ./FILELIST.TXT
-rw-r--r-- 1 root root 1177694 2018-06-09 17:08 ./FILELIST.TXT
-rw-r--r-- 1 root root 1572 2012-08-29 18:27 ./GPG-KEY
-rw-r--r-- 1 root root 724907 2018-06-09 17:06 ./PACKAGES.TXT
-rw-r--r-- 1 root root 724907 2018-06-12 05:29 ./PACKAGES.TXT
-rw-r--r-- 1 root root 8564 2016-06-28 21:33 ./README.TXT
-rw-r--r-- 1 root root 3634 2018-06-06 20:17 ./README.initrd
-rw-r--r-- 1 root root 3634 2018-06-12 04:26 ./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
@ -678,16 +678,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 2018-06-06 20:39 ./isolinux
drwxr-xr-x 3 root root 4096 2018-06-12 04:57 ./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 47914280 2018-06-06 20:38 ./isolinux/initrd.img
-rw-r--r-- 2 root root 47916607 2018-06-12 04:57 ./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 2018-06-06 20:17 ./isolinux/message.txt
-rw-r--r-- 1 root root 683 2018-06-12 04:26 ./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
@ -698,12 +698,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 2018-06-06 20:17 ./kernels
-rw-r--r-- 1 root root 37 2018-06-06 20:17 ./kernels/VERSIONS.TXT
drwxr-xr-x 2 root root 4096 2018-06-06 00:18 ./kernels/huge.s
-rw-r--r-- 1 root root 919689 2018-06-06 00:18 ./kernels/huge.s/System.map.gz
-rw-r--r-- 2 root root 8824592 2018-06-06 00:18 ./kernels/huge.s/bzImage
-rw-r--r-- 1 root root 180707 2018-06-06 00:11 ./kernels/huge.s/config
drwxr-xr-x 5 root root 4096 2018-06-12 04:26 ./kernels
-rw-r--r-- 1 root root 37 2018-06-12 04:26 ./kernels/VERSIONS.TXT
drwxr-xr-x 2 root root 4096 2018-06-12 03:31 ./kernels/huge.s
-rw-r--r-- 1 root root 920749 2018-06-12 03:31 ./kernels/huge.s/System.map.gz
-rw-r--r-- 2 root root 8828688 2018-06-12 03:31 ./kernels/huge.s/bzImage
-rw-r--r-- 1 root root 180740 2018-06-12 03:26 ./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
@ -748,13 +748,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 2018-06-09 17:06 ./slackware64
-rw-r--r-- 1 root root 288025 2018-06-09 17:06 ./slackware64/CHECKSUMS.md5
-rw-r--r-- 1 root root 163 2018-06-09 17:06 ./slackware64/CHECKSUMS.md5.asc
-rw-r--r-- 1 root root 358846 2018-06-09 17:04 ./slackware64/FILE_LIST
-rw-r--r-- 1 root root 3609373 2018-06-09 17:05 ./slackware64/MANIFEST.bz2
drwxr-xr-x 18 root root 4096 2018-06-12 05:29 ./slackware64
-rw-r--r-- 1 root root 288025 2018-06-12 05:29 ./slackware64/CHECKSUMS.md5
-rw-r--r-- 1 root root 163 2018-06-12 05:29 ./slackware64/CHECKSUMS.md5.asc
-rw-r--r-- 1 root root 358846 2018-06-12 05:27 ./slackware64/FILE_LIST
-rw-r--r-- 1 root root 3613269 2018-06-12 05:27 ./slackware64/MANIFEST.bz2
lrwxrwxrwx 1 root root 15 2009-08-23 23:34 ./slackware64/PACKAGES.TXT -> ../PACKAGES.TXT
drwxr-xr-x 2 root root 20480 2018-06-08 20:58 ./slackware64/a
drwxr-xr-x 2 root root 20480 2018-06-12 05:27 ./slackware64/a
-rw-r--r-- 1 root root 327 2018-04-14 20:33 ./slackware64/a/aaa_base-14.2-x86_64-4.txt
-rw-r--r-- 1 root root 10972 2018-04-14 20:33 ./slackware64/a/aaa_base-14.2-x86_64-4.txz
-rw-r--r-- 1 root root 163 2018-04-14 20:33 ./slackware64/a/aaa_base-14.2-x86_64-4.txz.asc
@ -898,18 +898,18 @@ drwxr-xr-x 2 root root 20480 2018-06-08 20:58 ./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 2018-06-05 21:31 ./slackware64/a/kernel-firmware-20180604_1fa9ce3-noarch-1.txt
-rw-r--r-- 1 root root 74505428 2018-06-05 21:31 ./slackware64/a/kernel-firmware-20180604_1fa9ce3-noarch-1.txz
-rw-r--r-- 1 root root 163 2018-06-05 21:31 ./slackware64/a/kernel-firmware-20180604_1fa9ce3-noarch-1.txz.asc
-rw-r--r-- 1 root root 624 2018-06-06 00:19 ./slackware64/a/kernel-generic-4.14.48-x86_64-1.txt
-rw-r--r-- 1 root root 5917292 2018-06-06 00:19 ./slackware64/a/kernel-generic-4.14.48-x86_64-1.txz
-rw-r--r-- 1 root root 163 2018-06-06 00:19 ./slackware64/a/kernel-generic-4.14.48-x86_64-1.txz.asc
-rw-r--r-- 1 root root 636 2018-06-06 00:18 ./slackware64/a/kernel-huge-4.14.48-x86_64-1.txt
-rw-r--r-- 1 root root 9336464 2018-06-06 00:18 ./slackware64/a/kernel-huge-4.14.48-x86_64-1.txz
-rw-r--r-- 1 root root 163 2018-06-06 00:18 ./slackware64/a/kernel-huge-4.14.48-x86_64-1.txz.asc
-rw-r--r-- 1 root root 567 2018-06-06 00:52 ./slackware64/a/kernel-modules-4.14.48-x86_64-1.txt
-rw-r--r-- 1 root root 35881868 2018-06-06 00:52 ./slackware64/a/kernel-modules-4.14.48-x86_64-1.txz
-rw-r--r-- 1 root root 163 2018-06-06 00:52 ./slackware64/a/kernel-modules-4.14.48-x86_64-1.txz.asc
-rw-r--r-- 1 root root 422 2018-06-11 22:44 ./slackware64/a/kernel-firmware-20180606_d114732-noarch-1.txt
-rw-r--r-- 1 root root 74994552 2018-06-11 22:44 ./slackware64/a/kernel-firmware-20180606_d114732-noarch-1.txz
-rw-r--r-- 1 root root 163 2018-06-11 22:44 ./slackware64/a/kernel-firmware-20180606_d114732-noarch-1.txz.asc
-rw-r--r-- 1 root root 624 2018-06-12 03:32 ./slackware64/a/kernel-generic-4.14.49-x86_64-1.txt
-rw-r--r-- 1 root root 5932644 2018-06-12 03:32 ./slackware64/a/kernel-generic-4.14.49-x86_64-1.txz
-rw-r--r-- 1 root root 163 2018-06-12 03:32 ./slackware64/a/kernel-generic-4.14.49-x86_64-1.txz.asc
-rw-r--r-- 1 root root 636 2018-06-12 03:31 ./slackware64/a/kernel-huge-4.14.49-x86_64-1.txt
-rw-r--r-- 1 root root 9340920 2018-06-12 03:31 ./slackware64/a/kernel-huge-4.14.49-x86_64-1.txz
-rw-r--r-- 1 root root 163 2018-06-12 03:31 ./slackware64/a/kernel-huge-4.14.49-x86_64-1.txz.asc
-rw-r--r-- 1 root root 567 2018-06-12 04:04 ./slackware64/a/kernel-modules-4.14.49-x86_64-1.txt
-rw-r--r-- 1 root root 35862712 2018-06-12 04:04 ./slackware64/a/kernel-modules-4.14.49-x86_64-1.txz
-rw-r--r-- 1 root root 163 2018-06-12 04:04 ./slackware64/a/kernel-modules-4.14.49-x86_64-1.txz.asc
-rw-r--r-- 1 root root 512 2018-04-13 13:07 ./slackware64/a/kmod-25-x86_64-2.txt
-rw-r--r-- 1 root root 201376 2018-04-13 13:07 ./slackware64/a/kmod-25-x86_64-2.txz
-rw-r--r-- 1 root root 163 2018-04-13 13:07 ./slackware64/a/kmod-25-x86_64-2.txz.asc
@ -922,9 +922,9 @@ drwxr-xr-x 2 root root 20480 2018-06-08 20:58 ./slackware64/a
-rw-r--r-- 1 root root 152 2018-04-13 13:07 ./slackware64/a/lha-114i-x86_64-2.txt
-rw-r--r-- 1 root root 49220 2018-04-13 13:07 ./slackware64/a/lha-114i-x86_64-2.txz
-rw-r--r-- 1 root root 163 2018-04-13 13:07 ./slackware64/a/lha-114i-x86_64-2.txz.asc
-rw-r--r-- 1 root root 594 2018-04-13 13:07 ./slackware64/a/libcgroup-0.41-x86_64-3.txt
-rw-r--r-- 1 root root 117312 2018-04-13 13:07 ./slackware64/a/libcgroup-0.41-x86_64-3.txz
-rw-r--r-- 1 root root 163 2018-04-13 13:07 ./slackware64/a/libcgroup-0.41-x86_64-3.txz.asc
-rw-r--r-- 1 root root 594 2018-06-11 22:55 ./slackware64/a/libcgroup-0.41-x86_64-4.txt
-rw-r--r-- 1 root root 121716 2018-06-11 22:55 ./slackware64/a/libcgroup-0.41-x86_64-4.txz
-rw-r--r-- 1 root root 163 2018-06-11 22:55 ./slackware64/a/libcgroup-0.41-x86_64-4.txz.asc
-rw-r--r-- 1 root root 332 2018-04-13 13:07 ./slackware64/a/libgudev-232-x86_64-2.txt
-rw-r--r-- 1 root root 70352 2018-04-13 13:07 ./slackware64/a/libgudev-232-x86_64-2.txz
-rw-r--r-- 1 root root 163 2018-04-13 13:07 ./slackware64/a/libgudev-232-x86_64-2.txz.asc
@ -946,8 +946,8 @@ drwxr-xr-x 2 root root 20480 2018-06-08 20:58 ./slackware64/a
-rw-r--r-- 1 root root 405 2018-04-13 13:08 ./slackware64/a/lzlib-1.10-x86_64-3.txt
-rw-r--r-- 1 root root 55468 2018-04-13 13:08 ./slackware64/a/lzlib-1.10-x86_64-3.txz
-rw-r--r-- 1 root root 163 2018-04-13 13:08 ./slackware64/a/lzlib-1.10-x86_64-3.txz.asc
-rw-r--r-- 1 root root 8905 2018-06-06 20:17 ./slackware64/a/maketag
-rw-r--r-- 1 root root 8905 2018-06-06 20:17 ./slackware64/a/maketag.ez
-rw-r--r-- 1 root root 8905 2018-06-12 04:26 ./slackware64/a/maketag
-rw-r--r-- 1 root root 8905 2018-06-12 04:26 ./slackware64/a/maketag.ez
-rw-r--r-- 1 root root 591 2018-05-31 17:59 ./slackware64/a/mcelog-158-x86_64-1.txt
-rw-r--r-- 1 root root 328472 2018-05-31 17:59 ./slackware64/a/mcelog-158-x86_64-1.txz
-rw-r--r-- 1 root root 163 2018-05-31 17:59 ./slackware64/a/mcelog-158-x86_64-1.txz.asc
@ -993,9 +993,9 @@ drwxr-xr-x 2 root root 20480 2018-06-08 20:58 ./slackware64/a
-rw-r--r-- 1 root root 450 2018-04-13 13:10 ./slackware64/a/pcmciautils-018-x86_64-2.txt
-rw-r--r-- 1 root root 32548 2018-04-13 13:10 ./slackware64/a/pcmciautils-018-x86_64-2.txz
-rw-r--r-- 1 root root 163 2018-04-13 13:10 ./slackware64/a/pcmciautils-018-x86_64-2.txz.asc
-rw-r--r-- 1 root root 672 2018-06-08 20:00 ./slackware64/a/pkgtools-15.0-noarch-16.txt
-rw-r--r-- 1 root root 193864 2018-06-08 20:00 ./slackware64/a/pkgtools-15.0-noarch-16.txz
-rw-r--r-- 1 root root 163 2018-06-08 20:00 ./slackware64/a/pkgtools-15.0-noarch-16.txz.asc
-rw-r--r-- 1 root root 672 2018-06-12 03:07 ./slackware64/a/pkgtools-15.0-noarch-17.txt
-rw-r--r-- 1 root root 193908 2018-06-12 03:07 ./slackware64/a/pkgtools-15.0-noarch-17.txz
-rw-r--r-- 1 root root 163 2018-06-12 03:07 ./slackware64/a/pkgtools-15.0-noarch-17.txz.asc
-rw-r--r-- 1 root root 523 2018-04-13 13:10 ./slackware64/a/plzip-1.7-x86_64-3.txt
-rw-r--r-- 1 root root 54224 2018-04-13 13:10 ./slackware64/a/plzip-1.7-x86_64-3.txz
-rw-r--r-- 1 root root 163 2018-04-13 13:10 ./slackware64/a/plzip-1.7-x86_64-3.txz.asc
@ -1047,7 +1047,7 @@ drwxr-xr-x 2 root root 20480 2018-06-08 20:58 ./slackware64/a
-rw-r--r-- 1 root root 378 2018-04-13 13:12 ./slackware64/a/sysvinit-scripts-2.1-noarch-9.txt
-rw-r--r-- 1 root root 21692 2018-04-13 13:12 ./slackware64/a/sysvinit-scripts-2.1-noarch-9.txz
-rw-r--r-- 1 root root 163 2018-04-13 13:12 ./slackware64/a/sysvinit-scripts-2.1-noarch-9.txz.asc
-rw-r--r-- 1 root root 1370 2018-06-06 20:17 ./slackware64/a/tagfile
-rw-r--r-- 1 root root 1370 2018-06-12 04:26 ./slackware64/a/tagfile
-rw-r--r-- 1 root root 379 2018-04-13 13:15 ./slackware64/a/tar-1.30-x86_64-2.txt
-rw-r--r-- 1 root root 793456 2018-04-13 13:15 ./slackware64/a/tar-1.30-x86_64-2.txz
-rw-r--r-- 1 root root 163 2018-04-13 13:15 ./slackware64/a/tar-1.30-x86_64-2.txz.asc
@ -1096,7 +1096,7 @@ drwxr-xr-x 2 root root 20480 2018-06-08 20:58 ./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 2018-06-09 17:04 ./slackware64/ap
drwxr-xr-x 2 root root 20480 2018-06-12 05:26 ./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
@ -1181,9 +1181,9 @@ drwxr-xr-x 2 root root 20480 2018-06-09 17:04 ./slackware64/ap
-rw-r--r-- 1 root root 547 2018-05-14 18:55 ./slackware64/ap/gutenprint-5.2.14-x86_64-2.txt
-rw-r--r-- 1 root root 2613904 2018-05-14 18:55 ./slackware64/ap/gutenprint-5.2.14-x86_64-2.txz
-rw-r--r-- 1 root root 163 2018-05-14 18:55 ./slackware64/ap/gutenprint-5.2.14-x86_64-2.txz.asc
-rw-r--r-- 1 root root 476 2018-05-25 18:25 ./slackware64/ap/hplip-3.18.5-x86_64-1.txt
-rw-r--r-- 1 root root 17448628 2018-05-25 18:25 ./slackware64/ap/hplip-3.18.5-x86_64-1.txz
-rw-r--r-- 1 root root 163 2018-05-25 18:25 ./slackware64/ap/hplip-3.18.5-x86_64-1.txz.asc
-rw-r--r-- 1 root root 476 2018-06-11 18:05 ./slackware64/ap/hplip-3.18.6-x86_64-1.txt
-rw-r--r-- 1 root root 17602100 2018-06-11 18:05 ./slackware64/ap/hplip-3.18.6-x86_64-1.txz
-rw-r--r-- 1 root root 163 2018-06-11 18:05 ./slackware64/ap/hplip-3.18.6-x86_64-1.txz.asc
-rw-r--r-- 1 root root 481 2018-04-13 13:22 ./slackware64/ap/htop-2.2.0-x86_64-2.txt
-rw-r--r-- 1 root root 86676 2018-04-13 13:22 ./slackware64/ap/htop-2.2.0-x86_64-2.txz
-rw-r--r-- 1 root root 163 2018-04-13 13:22 ./slackware64/ap/htop-2.2.0-x86_64-2.txz.asc
@ -1342,7 +1342,7 @@ drwxr-xr-x 2 root root 20480 2018-06-09 17:04 ./slackware64/ap
-rw-r--r-- 1 root root 506 2018-04-18 05:00 ./slackware64/ap/zsh-5.5.1-x86_64-1.txt
-rw-r--r-- 1 root root 2935316 2018-04-18 05:00 ./slackware64/ap/zsh-5.5.1-x86_64-1.txz
-rw-r--r-- 1 root root 163 2018-04-18 05:00 ./slackware64/ap/zsh-5.5.1-x86_64-1.txz.asc
drwxr-xr-x 2 root root 12288 2018-06-06 22:32 ./slackware64/d
drwxr-xr-x 2 root root 12288 2018-06-12 05:27 ./slackware64/d
-rw-r--r-- 1 root root 360 2018-05-22 19:10 ./slackware64/d/Cython-0.28.2-x86_64-1.txt
-rw-r--r-- 1 root root 4516748 2018-05-22 19:10 ./slackware64/d/Cython-0.28.2-x86_64-1.txz
-rw-r--r-- 1 root root 163 2018-05-22 19:10 ./slackware64/d/Cython-0.28.2-x86_64-1.txz.asc
@ -1435,9 +1435,9 @@ drwxr-xr-x 2 root root 12288 2018-06-06 22:32 ./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 2018-06-06 00:53 ./slackware64/d/kernel-headers-4.14.48-x86-1.txt
-rw-r--r-- 1 root root 870492 2018-06-06 00:53 ./slackware64/d/kernel-headers-4.14.48-x86-1.txz
-rw-r--r-- 1 root root 163 2018-06-06 00:53 ./slackware64/d/kernel-headers-4.14.48-x86-1.txz.asc
-rw-r--r-- 1 root root 332 2018-06-12 04:04 ./slackware64/d/kernel-headers-4.14.49-x86-1.txt
-rw-r--r-- 1 root root 870552 2018-06-12 04:04 ./slackware64/d/kernel-headers-4.14.49-x86-1.txz
-rw-r--r-- 1 root root 163 2018-06-12 04:04 ./slackware64/d/kernel-headers-4.14.49-x86-1.txz.asc
-rw-r--r-- 1 root root 498 2018-04-13 13:53 ./slackware64/d/libtool-2.4.6-x86_64-7.txt
-rw-r--r-- 1 root root 428268 2018-04-13 13:53 ./slackware64/d/libtool-2.4.6-x86_64-7.txz
-rw-r--r-- 1 root root 163 2018-04-13 13:53 ./slackware64/d/libtool-2.4.6-x86_64-7.txz.asc
@ -1552,15 +1552,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 2018-06-06 22:31 ./slackware64/k
drwxr-xr-x 2 root root 4096 2018-06-12 05:26 ./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 2018-06-06 00:10 ./slackware64/k/kernel-source-4.14.48-noarch-1.txt
-rw-r--r-- 1 root root 102055392 2018-06-06 00:10 ./slackware64/k/kernel-source-4.14.48-noarch-1.txz
-rw-r--r-- 1 root root 163 2018-06-06 00:10 ./slackware64/k/kernel-source-4.14.48-noarch-1.txz.asc
-rw-r--r-- 1 root root 1171 2018-06-06 20:18 ./slackware64/k/maketag
-rw-r--r-- 1 root root 1171 2018-06-06 20:18 ./slackware64/k/maketag.ez
-rw-r--r-- 1 root root 18 2018-06-06 20:18 ./slackware64/k/tagfile
-rw-r--r-- 1 root root 317 2018-06-12 03:25 ./slackware64/k/kernel-source-4.14.49-noarch-1.txt
-rw-r--r-- 1 root root 102048076 2018-06-12 03:25 ./slackware64/k/kernel-source-4.14.49-noarch-1.txz
-rw-r--r-- 1 root root 163 2018-06-12 03:25 ./slackware64/k/kernel-source-4.14.49-noarch-1.txz.asc
-rw-r--r-- 1 root root 1171 2018-06-12 04:26 ./slackware64/k/maketag
-rw-r--r-- 1 root root 1171 2018-06-12 04:26 ./slackware64/k/maketag.ez
-rw-r--r-- 1 root root 18 2018-06-12 04:26 ./slackware64/k/tagfile
drwxr-xr-x 2 root root 45056 2018-06-03 05:20 ./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
@ -2401,16 +2401,16 @@ 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 2018-06-08 20:58 ./slackware64/l
drwxr-xr-x 2 root root 69632 2018-06-12 05:26 ./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
-rw-r--r-- 1 root root 329 2018-04-13 14:14 ./slackware64/l/GConf-3.2.6-x86_64-4.txt
-rw-r--r-- 1 root root 930172 2018-04-13 14:14 ./slackware64/l/GConf-3.2.6-x86_64-4.txz
-rw-r--r-- 1 root root 163 2018-04-13 14:14 ./slackware64/l/GConf-3.2.6-x86_64-4.txz.asc
-rw-r--r-- 1 root root 333 2018-05-03 13:05 ./slackware64/l/LibRaw-0.18.10-x86_64-1.txt
-rw-r--r-- 1 root root 367316 2018-05-03 13:05 ./slackware64/l/LibRaw-0.18.10-x86_64-1.txz
-rw-r--r-- 1 root root 163 2018-05-03 13:05 ./slackware64/l/LibRaw-0.18.10-x86_64-1.txz.asc
-rw-r--r-- 1 root root 333 2018-06-11 17:52 ./slackware64/l/LibRaw-0.18.12-x86_64-1.txt
-rw-r--r-- 1 root root 366988 2018-06-11 17:52 ./slackware64/l/LibRaw-0.18.12-x86_64-1.txz
-rw-r--r-- 1 root root 163 2018-06-11 17:52 ./slackware64/l/LibRaw-0.18.12-x86_64-1.txz.asc
-rw-r--r-- 1 root root 569 2018-05-08 02:26 ./slackware64/l/M2Crypto-0.27.0-x86_64-4.txt
-rw-r--r-- 1 root root 734612 2018-05-08 02:26 ./slackware64/l/M2Crypto-0.27.0-x86_64-4.txz
-rw-r--r-- 1 root root 163 2018-05-08 02:26 ./slackware64/l/M2Crypto-0.27.0-x86_64-4.txz.asc
@ -2528,12 +2528,12 @@ drwxr-xr-x 2 root root 69632 2018-06-08 20:58 ./slackware64/l
-rw-r--r-- 1 root root 246 2018-04-13 14:29 ./slackware64/l/dbus-python-1.2.6-x86_64-2.txt
-rw-r--r-- 1 root root 164400 2018-04-13 14:29 ./slackware64/l/dbus-python-1.2.6-x86_64-2.txz
-rw-r--r-- 1 root root 163 2018-04-13 14:29 ./slackware64/l/dbus-python-1.2.6-x86_64-2.txz.asc
-rw-r--r-- 1 root root 268 2018-04-13 14:29 ./slackware64/l/dconf-0.26.1-x86_64-2.txt
-rw-r--r-- 1 root root 103932 2018-04-13 14:29 ./slackware64/l/dconf-0.26.1-x86_64-2.txz
-rw-r--r-- 1 root root 163 2018-04-13 14:29 ./slackware64/l/dconf-0.26.1-x86_64-2.txz.asc
-rw-r--r-- 1 root root 386 2018-04-13 14:29 ./slackware64/l/dconf-editor-3.26.2-x86_64-2.txt
-rw-r--r-- 1 root root 294900 2018-04-13 14:29 ./slackware64/l/dconf-editor-3.26.2-x86_64-2.txz
-rw-r--r-- 1 root root 163 2018-04-13 14:29 ./slackware64/l/dconf-editor-3.26.2-x86_64-2.txz.asc
-rw-r--r-- 1 root root 268 2018-06-10 04:12 ./slackware64/l/dconf-0.26.1-x86_64-3.txt
-rw-r--r-- 1 root root 103860 2018-06-10 04:12 ./slackware64/l/dconf-0.26.1-x86_64-3.txz
-rw-r--r-- 1 root root 163 2018-06-10 04:12 ./slackware64/l/dconf-0.26.1-x86_64-3.txz.asc
-rw-r--r-- 1 root root 386 2018-06-10 04:13 ./slackware64/l/dconf-editor-3.26.2-x86_64-3.txt
-rw-r--r-- 1 root root 295312 2018-06-10 04:13 ./slackware64/l/dconf-editor-3.26.2-x86_64-3.txz
-rw-r--r-- 1 root root 163 2018-06-10 04:13 ./slackware64/l/dconf-editor-3.26.2-x86_64-3.txz.asc
-rw-r--r-- 1 root root 649 2018-04-13 14:29 ./slackware64/l/desktop-file-utils-0.23-x86_64-2.txt
-rw-r--r-- 1 root root 55672 2018-04-13 14:29 ./slackware64/l/desktop-file-utils-0.23-x86_64-2.txz
-rw-r--r-- 1 root root 163 2018-04-13 14:29 ./slackware64/l/desktop-file-utils-0.23-x86_64-2.txz.asc
@ -3349,7 +3349,7 @@ drwxr-xr-x 2 root root 69632 2018-06-08 20:58 ./slackware64/l
-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
drwxr-xr-x 2 root root 32768 2018-06-08 20:58 ./slackware64/n
drwxr-xr-x 2 root root 32768 2018-06-12 05:27 ./slackware64/n
-rw-r--r-- 1 root root 368 2018-06-05 04:17 ./slackware64/n/ModemManager-1.8.0-x86_64-1.txt
-rw-r--r-- 1 root root 1510328 2018-06-05 04:17 ./slackware64/n/ModemManager-1.8.0-x86_64-1.txz
-rw-r--r-- 1 root root 163 2018-06-05 04:17 ./slackware64/n/ModemManager-1.8.0-x86_64-1.txz.asc
@ -3463,9 +3463,9 @@ drwxr-xr-x 2 root root 32768 2018-06-08 20:58 ./slackware64/n
-rw-r--r-- 1 root root 163 2018-04-13 15:37 ./slackware64/n/inetd-1.79s-x86_64-11.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 2018-04-13 15:38 ./slackware64/n/iproute2-4.16.0-x86_64-2.txt
-rw-r--r-- 1 root root 751740 2018-04-13 15:38 ./slackware64/n/iproute2-4.16.0-x86_64-2.txz
-rw-r--r-- 1 root root 163 2018-04-13 15:38 ./slackware64/n/iproute2-4.16.0-x86_64-2.txz.asc
-rw-r--r-- 1 root root 476 2018-06-11 18:03 ./slackware64/n/iproute2-4.17.0-x86_64-1.txt
-rw-r--r-- 1 root root 777196 2018-06-11 18:03 ./slackware64/n/iproute2-4.17.0-x86_64-1.txz
-rw-r--r-- 1 root root 163 2018-06-11 18:03 ./slackware64/n/iproute2-4.17.0-x86_64-1.txz.asc
-rw-r--r-- 1 root root 442 2018-04-18 18:19 ./slackware64/n/ipset-6.38-x86_64-1.txt
-rw-r--r-- 1 root root 78568 2018-04-18 18:19 ./slackware64/n/ipset-6.38-x86_64-1.txz
-rw-r--r-- 1 root root 163 2018-04-18 18:19 ./slackware64/n/ipset-6.38-x86_64-1.txz.asc
@ -3829,7 +3829,7 @@ drwxr-xr-x 2 root root 4096 2018-04-18 08:32 ./slackware64/tcl
-rw-r--r-- 1 root root 198 2018-04-13 16:03 ./slackware64/tcl/tk-8.6.8-x86_64-2.txt
-rw-r--r-- 1 root root 1762804 2018-04-13 16:03 ./slackware64/tcl/tk-8.6.8-x86_64-2.txz
-rw-r--r-- 1 root root 163 2018-04-13 16:03 ./slackware64/tcl/tk-8.6.8-x86_64-2.txz.asc
drwxr-xr-x 2 root root 65536 2018-06-06 22:32 ./slackware64/x
drwxr-xr-x 2 root root 65536 2018-06-12 05:27 ./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
@ -4288,9 +4288,9 @@ drwxr-xr-x 2 root root 65536 2018-06-06 22:32 ./slackware64/x
-rw-r--r-- 1 root root 527 2018-04-17 09:28 ./slackware64/x/vulkan-sdk-1.1.70.0-x86_64-2.txt
-rw-r--r-- 1 root root 3706184 2018-04-17 09:28 ./slackware64/x/vulkan-sdk-1.1.70.0-x86_64-2.txz
-rw-r--r-- 1 root root 163 2018-04-17 09:28 ./slackware64/x/vulkan-sdk-1.1.70.0-x86_64-2.txz.asc
-rw-r--r-- 1 root root 668 2018-06-06 06:20 ./slackware64/x/wqy-zenhei-font-ttf-0.8.38_1-noarch-6.txt
-rw-r--r-- 1 root root 5750112 2018-06-06 06:20 ./slackware64/x/wqy-zenhei-font-ttf-0.8.38_1-noarch-6.txz
-rw-r--r-- 1 root root 163 2018-06-06 06:20 ./slackware64/x/wqy-zenhei-font-ttf-0.8.38_1-noarch-6.txz.asc
-rw-r--r-- 1 root root 668 2018-06-10 05:31 ./slackware64/x/wqy-zenhei-font-ttf-0.8.38_1-noarch-7.txt
-rw-r--r-- 1 root root 5750408 2018-06-10 05:31 ./slackware64/x/wqy-zenhei-font-ttf-0.8.38_1-noarch-7.txz
-rw-r--r-- 1 root root 163 2018-06-10 05:31 ./slackware64/x/wqy-zenhei-font-ttf-0.8.38_1-noarch-7.txz.asc
-rw-r--r-- 1 root root 606 2018-04-29 17:16 ./slackware64/x/x11-skel-7.7-x86_64-4.txt
-rw-r--r-- 1 root root 12296 2018-04-29 17:16 ./slackware64/x/x11-skel-7.7-x86_64-4.txz
-rw-r--r-- 1 root root 163 2018-04-29 17:16 ./slackware64/x/x11-skel-7.7-x86_64-4.txz.asc
@ -4558,9 +4558,9 @@ drwxr-xr-x 2 root root 65536 2018-06-06 22:32 ./slackware64/x
-rw-r--r-- 1 root root 495 2018-04-13 06:07 ./slackware64/x/xinput-1.6.2-x86_64-2.txt
-rw-r--r-- 1 root root 38848 2018-04-13 06:07 ./slackware64/x/xinput-1.6.2-x86_64-2.txz
-rw-r--r-- 1 root root 163 2018-04-13 06:07 ./slackware64/x/xinput-1.6.2-x86_64-2.txz.asc
-rw-r--r-- 1 root root 306 2018-04-13 06:07 ./slackware64/x/xkbcomp-1.4.1-x86_64-2.txt
-rw-r--r-- 1 root root 97936 2018-04-13 06:07 ./slackware64/x/xkbcomp-1.4.1-x86_64-2.txz
-rw-r--r-- 1 root root 163 2018-04-13 06:07 ./slackware64/x/xkbcomp-1.4.1-x86_64-2.txz.asc
-rw-r--r-- 1 root root 306 2018-06-11 18:01 ./slackware64/x/xkbcomp-1.4.2-x86_64-1.txt
-rw-r--r-- 1 root root 98116 2018-06-11 18:01 ./slackware64/x/xkbcomp-1.4.2-x86_64-1.txz
-rw-r--r-- 1 root root 163 2018-06-11 18:01 ./slackware64/x/xkbcomp-1.4.2-x86_64-1.txz.asc
-rw-r--r-- 1 root root 298 2018-04-13 06:07 ./slackware64/x/xkbevd-1.1.4-x86_64-2.txt
-rw-r--r-- 1 root root 28952 2018-04-13 06:07 ./slackware64/x/xkbevd-1.1.4-x86_64-2.txz
-rw-r--r-- 1 root root 163 2018-04-13 06:07 ./slackware64/x/xkbevd-1.1.4-x86_64-2.txz.asc
@ -4927,11 +4927,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 2018-06-09 17:08 ./source
-rw-r--r-- 1 root root 451417 2018-06-09 17:08 ./source/CHECKSUMS.md5
-rw-r--r-- 1 root root 163 2018-06-09 17:08 ./source/CHECKSUMS.md5.asc
-rw-r--r-- 1 root root 638839 2018-06-09 17:07 ./source/FILE_LIST
-rw-r--r-- 1 root root 14762500 2018-06-09 17:07 ./source/MANIFEST.bz2
drwxr-xr-x 19 root root 4096 2018-06-12 05:32 ./source
-rw-r--r-- 1 root root 451567 2018-06-12 05:32 ./source/CHECKSUMS.md5
-rw-r--r-- 1 root root 163 2018-06-12 05:32 ./source/CHECKSUMS.md5.asc
-rw-r--r-- 1 root root 639025 2018-06-12 05:30 ./source/FILE_LIST
-rw-r--r-- 1 root root 14759779 2018-06-12 05:30 ./source/MANIFEST.bz2
-rw-r--r-- 1 root root 1314 2006-10-02 04:40 ./source/README.TXT
drwxr-xr-x 108 root root 4096 2018-05-24 18:00 ./source/a
-rw-r--r-- 1 root root 567 2018-03-13 18:43 ./source/a/FTBFSlog
@ -5367,12 +5367,13 @@ drwxr-xr-x 2 root root 4096 2018-04-23 17:20 ./source/a/lha
-rwxr-xr-x 1 root root 3129 2018-04-23 17:20 ./source/a/lha/lha.SlackBuild
-rw-r--r-- 1 root root 45132 2006-12-13 19:47 ./source/a/lha/lha_1.14i-10.1.diff.gz
-rw-r--r-- 1 root root 603 2018-02-27 06:13 ./source/a/lha/slack-desc
drwxr-xr-x 2 root root 4096 2018-04-23 17:20 ./source/a/libcgroup
drwxr-xr-x 2 root root 4096 2018-06-11 22:52 ./source/a/libcgroup
-rw-r--r-- 1 root root 513 2011-01-10 20:23 ./source/a/libcgroup/doinst.sh.gz
-rw-r--r-- 1 root root 406464 2014-01-13 14:10 ./source/a/libcgroup/libcgroup-0.41.tar.xz
-rwxr-xr-x 1 root root 5422 2018-04-23 17:20 ./source/a/libcgroup/libcgroup.SlackBuild
-rwxr-xr-x 1 root root 5576 2018-06-11 22:54 ./source/a/libcgroup/libcgroup.SlackBuild
-rw-r--r-- 1 root root 282 2011-01-10 20:16 ./source/a/libcgroup/libcgroup.conf.diff.gz
-rw-r--r-- 1 root root 1375 2017-02-28 18:42 ./source/a/libcgroup/libcgroup.init.diff.gz
-rw-r--r-- 1 root root 12460 2018-06-11 22:52 ./source/a/libcgroup/libcgroup.loop.diff.gz
-rw-r--r-- 1 root root 1052 2018-02-27 06:13 ./source/a/libcgroup/slack-desc
drwxr-xr-x 2 root root 4096 2018-04-23 17:20 ./source/a/libgudev
-rw-r--r-- 1 root root 270904 2017-08-31 23:58 ./source/a/libgudev/libgudev-232.tar.xz
@ -5527,10 +5528,10 @@ drwxr-xr-x 2 root root 4096 2018-04-11 19:37 ./source/a/pkgtools/manpages
-rw-r--r-- 1 root root 2518 2009-04-11 21:11 ./source/a/pkgtools/manpages/pkgtool.8
-rw-r--r-- 1 root root 3189 2018-05-27 20:08 ./source/a/pkgtools/manpages/removepkg.8
-rw-r--r-- 1 root root 2962 2018-06-08 19:56 ./source/a/pkgtools/manpages/upgradepkg.8
-rwxr-xr-x 1 root root 3451 2018-06-08 19:51 ./source/a/pkgtools/pkgtools.SlackBuild
-rwxr-xr-x 1 root root 3451 2018-06-12 03:00 ./source/a/pkgtools/pkgtools.SlackBuild
drwxr-xr-x 2 root root 4096 2018-05-27 20:01 ./source/a/pkgtools/scripts
-rw-r--r-- 1 root root 3591 2018-04-11 19:36 ./source/a/pkgtools/scripts/explodepkg
-rw-r--r-- 1 root root 25896 2018-05-31 19:37 ./source/a/pkgtools/scripts/installpkg
-rw-r--r-- 1 root root 26031 2018-06-12 02:59 ./source/a/pkgtools/scripts/installpkg
-rw-r--r-- 1 root root 13728 2018-04-28 19:17 ./source/a/pkgtools/scripts/makebootdisk
-rw-r--r-- 1 root root 15923 2018-05-22 00:23 ./source/a/pkgtools/scripts/makepkg
-rw-r--r-- 1 root root 4712 2018-04-11 20:28 ./source/a/pkgtools/scripts/pkgdiff
@ -5695,8 +5696,8 @@ drwxr-xr-x 2 root root 4096 2018-04-23 17:20 ./source/a/time
-rw-r--r-- 1 root root 884 2018-02-27 06:13 ./source/a/time/slack-desc
-rw-r--r-- 1 root root 426163 2018-03-12 22:16 ./source/a/time/time-1.9.tar.lz
-rwxr-xr-x 1 root root 4672 2018-04-23 17:20 ./source/a/time/time.SlackBuild
drwxr-xr-x 2 root root 4096 2018-04-23 17:20 ./source/a/tree
-rw-r--r-- 1 root root 869 2018-02-27 06:13 ./source/a/tree/slack-desc
drwxr-xr-x 2 root root 4096 2018-04-23 17:20 ./source/a/tree
-rw-r--r-- 1 root root 869 2018-02-27 06:13 ./source/a/tree/slack-desc
-rw-r--r-- 1 root root 39780 2014-04-23 21:39 ./source/a/tree/tree-1.7.0.tar.xz
-rwxr-xr-x 1 root root 3316 2018-04-23 17:20 ./source/a/tree/tree.SlackBuild
drwxr-xr-x 2 root root 4096 2018-04-23 17:20 ./source/a/udisks
@ -5961,9 +5962,9 @@ drwxr-xr-x 2 root root 4096 2018-04-23 21:37 ./source/ap/gutenprint
-rwxr-xr-x 1 root root 4757 2018-05-14 18:55 ./source/ap/gutenprint/gutenprint.SlackBuild
-rw-r--r-- 1 root root 121 2016-02-03 04:22 ./source/ap/gutenprint/setup.cups-genppdupdate
-rw-r--r-- 1 root root 1005 2018-02-27 06:13 ./source/ap/gutenprint/slack-desc
drwxr-xr-x 2 root root 4096 2018-05-25 18:24 ./source/ap/hplip
drwxr-xr-x 2 root root 4096 2018-06-11 18:04 ./source/ap/hplip
-rw-r--r-- 1 root root 118 2009-03-05 16:38 ./source/ap/hplip/doinst.sh.gz
-rw-r--r-- 1 root root 18378350 2018-05-24 10:23 ./source/ap/hplip/hplip-3.18.5.tar.lz
-rw-r--r-- 1 root root 18521387 2018-06-11 04:48 ./source/ap/hplip/hplip-3.18.6.tar.lz
-rwxr-xr-x 1 root root 4965 2018-05-25 18:23 ./source/ap/hplip/hplip.SlackBuild
-rw-r--r-- 1 root root 419 2013-03-20 04:46 ./source/ap/hplip/hplip.no.upgrade.diff.gz
-rw-r--r-- 1 root root 291 2017-11-28 00:41 ./source/ap/hplip/hplip.python3.shebang.diff.gz
@ -6752,7 +6753,7 @@ drwxr-xr-x 3 root root 4096 2013-03-11 21:15 ./source/installer/sources/e
drwxr-xr-x 2 root root 4096 2015-11-24 23:20 ./source/installer/sources/efi.i586/EFI/BOOT
-rwxr-xr-x 1 root root 237749 2017-11-20 18:36 ./source/installer/sources/efi.i586/EFI/BOOT/BOOTX64.EFI
-rwxr-xr-x 1 root root 803 2013-03-27 03:35 ./source/installer/sources/efi.i586/EFI/BOOT/elilo.conf
-rwxr-xr-x 1 root root 568 2018-04-18 05:03 ./source/installer/sources/efi.i586/EFI/BOOT/message.txt
-rwxr-xr-x 1 root root 577 2018-06-11 18:52 ./source/installer/sources/efi.i586/EFI/BOOT/message.txt
drwxr-xr-x 3 root root 4096 2013-03-11 21:15 ./source/installer/sources/efi.x86_64
drwxr-xr-x 3 root root 4096 2013-03-11 21:15 ./source/installer/sources/efi.x86_64/EFI
drwxr-xr-x 2 root root 4096 2018-03-11 02:36 ./source/installer/sources/efi.x86_64/EFI/BOOT
@ -6762,21 +6763,21 @@ drwxr-xr-x 2 root root 4096 2018-03-11 02:36 ./source/installer/sources/e
drwxr-xr-x 2 root root 4096 2018-06-06 20:30 ./source/installer/sources/initrd
-rw-r--r-- 1 root root 142812 2018-06-06 20:30 ./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 2018-06-05 21:18 ./source/k
drwxr-xr-x 4 root root 4096 2018-06-11 23:18 ./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 2018-06-05 21:42 ./source/k/kernel-configs
-rw-r--r-- 1 root root 180759 2018-06-05 21:28 ./source/k/kernel-configs/config-generic-4.14.48
-rw-r--r-- 1 root root 180707 2018-06-05 21:41 ./source/k/kernel-configs/config-generic-4.14.48.x64
-rw-r--r-- 1 root root 182103 2018-06-05 21:28 ./source/k/kernel-configs/config-generic-smp-4.14.48-smp
-rw-r--r-- 1 root root 180759 2018-06-05 21:28 ./source/k/kernel-configs/config-huge-4.14.48
-rw-r--r-- 1 root root 180707 2018-06-05 21:41 ./source/k/kernel-configs/config-huge-4.14.48.x64
-rw-r--r-- 1 root root 182103 2018-06-05 21:28 ./source/k/kernel-configs/config-huge-smp-4.14.48-smp
drwxr-xr-x 2 root root 4096 2018-06-12 00:59 ./source/k/kernel-configs
-rw-r--r-- 1 root root 180792 2018-06-12 00:55 ./source/k/kernel-configs/config-generic-4.14.49
-rw-r--r-- 1 root root 180740 2018-06-12 00:59 ./source/k/kernel-configs/config-generic-4.14.49.x64
-rw-r--r-- 1 root root 182136 2018-06-12 00:55 ./source/k/kernel-configs/config-generic-smp-4.14.49-smp
-rw-r--r-- 1 root root 180792 2018-06-12 00:55 ./source/k/kernel-configs/config-huge-4.14.49
-rw-r--r-- 1 root root 180740 2018-06-12 00:58 ./source/k/kernel-configs/config-huge-4.14.49.x64
-rw-r--r-- 1 root root 182136 2018-06-12 00:55 ./source/k/kernel-configs/config-huge-smp-4.14.49-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 7881 2018-04-12 22:05 ./source/k/kernel-source.SlackBuild
-rw-r--r-- 1 root root 833 2018-06-05 09:45 ./source/k/linux-4.14.48.tar.sign
-rw-r--r-- 1 root root 100929592 2018-06-05 09:45 ./source/k/linux-4.14.48.tar.xz
-rw-r--r-- 1 root root 833 2018-06-11 20:59 ./source/k/linux-4.14.49.tar.sign
-rw-r--r-- 1 root root 100928468 2018-06-11 20:59 ./source/k/linux-4.14.49.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
@ -7923,7 +7924,7 @@ drwxr-xr-x 2 root root 4096 2018-02-27 06:35 ./source/kdei/kde-l10n/slack
-rw-r--r-- 1 root root 648 2018-02-27 06:35 ./source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-wa
-rw-r--r-- 1 root root 698 2018-02-27 06:37 ./source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-zh_CN
-rw-r--r-- 1 root root 687 2018-02-27 06:37 ./source/kdei/kde-l10n/slack-desc/slack-desc.kde-l10n-zh_TW
drwxr-xr-x 312 root root 12288 2018-06-08 19:29 ./source/l
drwxr-xr-x 312 root root 12288 2018-06-11 17:52 ./source/l
drwxr-xr-x 3 root root 4096 2018-04-23 17:20 ./source/l/ConsoleKit2
-rw-r--r-- 1 root root 705880 2015-08-10 06:49 ./source/l/ConsoleKit2/ConsoleKit2-1.0.0.tar.xz
-rwxr-xr-x 1 root root 5303 2018-04-23 17:20 ./source/l/ConsoleKit2/ConsoleKit2.SlackBuild
@ -7946,11 +7947,11 @@ drwxr-xr-x 2 root root 4096 2016-02-17 23:11 ./source/l/GConf/patches
-rw-r--r-- 1 root root 739 2016-02-17 23:10 ./source/l/GConf/patches/0003-gsettings-data-convert-Warn-and-fix-invalid-schema-p.patch.gz
-rw-r--r-- 1 root root 10435 2016-02-17 23:10 ./source/l/GConf/patches/0011-Fix-some-compiler-warnings.patch
-rw-r--r-- 1 root root 783 2018-02-27 06:12 ./source/l/GConf/slack-desc
drwxr-xr-x 2 root root 4096 2018-05-03 13:04 ./source/l/LibRaw
-rw-r--r-- 1 root root 540387 2018-05-03 06:42 ./source/l/LibRaw/LibRaw-0.18.10.tar.lz
drwxr-xr-x 2 root root 4096 2018-06-11 17:51 ./source/l/LibRaw
-rw-r--r-- 1 root root 541926 2018-06-11 11:39 ./source/l/LibRaw/LibRaw-0.18.12.tar.lz
-rw-r--r-- 1 root root 25871 2018-02-24 11:20 ./source/l/LibRaw/LibRaw-demosaic-pack-GPL2-0.18.8.tar.lz
-rw-r--r-- 1 root root 31961 2018-02-24 11:20 ./source/l/LibRaw/LibRaw-demosaic-pack-GPL3-0.18.8.tar.lz
-rwxr-xr-x 1 root root 4207 2018-05-03 13:04 ./source/l/LibRaw/LibRaw.SlackBuild
-rwxr-xr-x 1 root root 4207 2018-06-11 17:52 ./source/l/LibRaw/LibRaw.SlackBuild
-rw-r--r-- 1 root root 819 2018-02-27 06:12 ./source/l/LibRaw/slack-desc
drwxr-xr-x 2 root root 4096 2018-05-06 19:33 ./source/l/M2Crypto
-rw-r--r-- 1 root root 674692 2017-10-05 20:59 ./source/l/M2Crypto/M2Crypto-0.27.0.tar.xz
@ -8139,16 +8140,16 @@ drwxr-xr-x 2 root root 4096 2018-04-23 17:20 ./source/l/dbus-python
-rwxr-xr-x 1 root root 4273 2018-04-23 17:20 ./source/l/dbus-python/dbus-python.SlackBuild
-rw-r--r-- 1 root root 50 2018-02-03 23:41 ./source/l/dbus-python/dbus-python.url
-rw-r--r-- 1 root root 699 2018-02-27 06:12 ./source/l/dbus-python/slack-desc
drwxr-xr-x 2 root root 4096 2018-04-23 17:20 ./source/l/dconf
drwxr-xr-x 2 root root 4096 2018-04-23 17:20 ./source/l/dconf-editor
drwxr-xr-x 2 root root 4096 2018-06-10 04:11 ./source/l/dconf
drwxr-xr-x 2 root root 4096 2018-06-10 04:12 ./source/l/dconf-editor
-rw-r--r-- 1 root root 542828 2017-10-31 13:20 ./source/l/dconf-editor/dconf-editor-3.26.2.tar.xz
-rwxr-xr-x 1 root root 4040 2018-04-23 17:20 ./source/l/dconf-editor/dconf-editor.SlackBuild
-rw-r--r-- 1 root root 220 2013-09-18 01:39 ./source/l/dconf-editor/doinst.sh.gz
-rwxr-xr-x 1 root root 4040 2018-06-10 04:12 ./source/l/dconf-editor/dconf-editor.SlackBuild
-rw-r--r-- 1 root root 222 2018-06-10 04:12 ./source/l/dconf-editor/doinst.sh.gz
-rw-r--r-- 1 root root 878 2018-02-27 06:12 ./source/l/dconf-editor/slack-desc
-rw-r--r-- 1 root root 218516 2017-10-03 16:00 ./source/l/dconf/dconf-0.26.1.tar.xz
-rwxr-xr-x 1 root root 4027 2018-04-23 17:20 ./source/l/dconf/dconf.SlackBuild
-rwxr-xr-x 1 root root 4027 2018-06-10 04:11 ./source/l/dconf/dconf.SlackBuild
-rw-r--r-- 1 root root 73 2012-02-20 04:10 ./source/l/dconf/dconf.url
-rw-r--r-- 1 root root 220 2013-09-18 01:39 ./source/l/dconf/doinst.sh.gz
-rw-r--r-- 1 root root 222 2018-06-10 04:11 ./source/l/dconf/doinst.sh.gz
-rw-r--r-- 1 root root 753 2018-02-27 06:12 ./source/l/dconf/slack-desc
drwxr-xr-x 2 root root 4096 2018-04-23 17:20 ./source/l/desktop-file-utils
-rw-r--r-- 1 root root 132000 2016-06-19 20:37 ./source/l/desktop-file-utils/desktop-file-utils-0.23.tar.xz
@ -9867,11 +9868,11 @@ drwxr-xr-x 2 root root 4096 2018-04-23 17:20 ./source/n/inetd
-rw-r--r-- 1 root root 889 2003-09-06 23:32 ./source/n/inetd/inetd.loopingdos.diff.gz
-rw-r--r-- 1 root root 497 2003-09-12 03:27 ./source/n/inetd/rc.inetd
-rw-r--r-- 1 root root 905 2018-02-27 06:13 ./source/n/inetd/slack-desc
drwxr-xr-x 2 root root 4096 2018-04-23 17:20 ./source/n/iproute2
drwxr-xr-x 2 root root 4096 2018-06-11 18:02 ./source/n/iproute2
-rw-r--r-- 1 root root 280 2017-02-07 19:00 ./source/n/iproute2/doinst.sh.gz
-rw-r--r-- 1 root root 566 2018-04-02 17:06 ./source/n/iproute2/iproute2-4.16.0.tar.sign
-rw-r--r-- 1 root root 661336 2018-04-02 17:06 ./source/n/iproute2/iproute2-4.16.0.tar.xz
-rwxr-xr-x 1 root root 4926 2018-04-23 17:20 ./source/n/iproute2/iproute2.SlackBuild
-rw-r--r-- 1 root root 566 2018-06-08 17:12 ./source/n/iproute2/iproute2-4.17.0.tar.sign
-rw-r--r-- 1 root root 675268 2018-06-08 17:12 ./source/n/iproute2/iproute2-4.17.0.tar.xz
-rwxr-xr-x 1 root root 4926 2018-06-11 18:02 ./source/n/iproute2/iproute2.SlackBuild
-rw-r--r-- 1 root root 53 2017-11-12 22:05 ./source/n/iproute2/iproute2.url
-rw-r--r-- 1 root root 932 2018-02-27 06:13 ./source/n/iproute2/slack-desc
drwxr-xr-x 2 root root 4096 2018-04-23 17:20 ./source/n/ipset
@ -10881,11 +10882,12 @@ drwxr-xr-x 2 root root 4096 2018-04-23 17:20 ./source/x/vulkan-sdk
-rw-r--r-- 1 root root 1017 2018-02-27 06:13 ./source/x/vulkan-sdk/slack-desc
-rwxr-xr-x 1 root root 5909 2018-04-23 17:20 ./source/x/vulkan-sdk/vulkan-sdk.SlackBuild
-rw-r--r-- 1 root root 534 2018-03-22 06:10 ./source/x/vulkan-sdk/vulkan-sdk.url
drwxr-xr-x 2 root root 4096 2018-06-05 22:35 ./source/x/wqy-zenhei-font-ttf
drwxr-xr-x 2 root root 4096 2018-06-10 05:31 ./source/x/wqy-zenhei-font-ttf
-rw-r--r-- 1 root root 317 2018-06-10 05:08 ./source/x/wqy-zenhei-font-ttf/64-wqy-zenhei.conf.gz
-rw-r--r-- 1 root root 457 2017-04-30 21:32 ./source/x/wqy-zenhei-font-ttf/fixup-fontconfig-file.diff.gz
-rw-r--r-- 1 root root 1135 2018-02-27 06:13 ./source/x/wqy-zenhei-font-ttf/slack-desc
-rw-r--r-- 1 root root 6649596 2009-04-20 19:06 ./source/x/wqy-zenhei-font-ttf/wqy-zenhei-0.8.38-1.tar.bz2
-rwxr-xr-x 1 root root 4930 2018-06-05 22:40 ./source/x/wqy-zenhei-font-ttf/wqy-zenhei-font-ttf.SlackBuild
-rw-r--r-- 1 root root 5743256 2009-04-20 19:06 ./source/x/wqy-zenhei-font-ttf/wqy-zenhei-0.8.38-1.tar.lz
-rwxr-xr-x 1 root root 5051 2018-06-10 05:31 ./source/x/wqy-zenhei-font-ttf/wqy-zenhei-font-ttf.SlackBuild
-rw-r--r-- 1 root root 372 2018-03-07 23:23 ./source/x/wqy-zenhei-font-ttf/wqy-zenhei.fix.fontconfig.warning.diff.gz
drwxr-xr-x 11 root root 4096 2018-05-03 12:16 ./source/x/x11
drwxr-xr-x 4 root root 4096 2018-04-23 17:20 ./source/x/x11-skel
@ -11178,7 +11180,7 @@ drwxr-xr-x 2 root root 12288 2018-04-15 22:31 ./source/x/x11/build
-rw-r--r-- 1 root root 2 2018-04-13 02:44 ./source/x/x11/build/xineramaproto
-rw-r--r-- 1 root root 2 2018-04-13 02:44 ./source/x/x11/build/xinit
-rw-r--r-- 1 root root 2 2018-04-13 02:44 ./source/x/x11/build/xinput
-rw-r--r-- 1 root root 2 2018-04-13 02:44 ./source/x/x11/build/xkbcomp
-rw-r--r-- 1 root root 2 2018-06-11 18:01 ./source/x/x11/build/xkbcomp
-rw-r--r-- 1 root root 2 2018-04-13 02:44 ./source/x/x11/build/xkbevd
-rw-r--r-- 1 root root 2 2018-04-13 02:44 ./source/x/x11/build/xkbprint
-rw-r--r-- 1 root root 2 2018-04-13 02:44 ./source/x/x11/build/xkbutils
@ -11725,7 +11727,7 @@ drwxr-xr-x 2 root root 12288 2018-03-12 18:05 ./source/x/x11/slack-desc
-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 2018-05-18 17:19 ./source/x/x11/src
drwxr-xr-x 2 root root 4096 2018-03-11 22:26 ./source/x/x11/src/app
drwxr-xr-x 2 root root 4096 2018-06-11 18:01 ./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
@ -11783,7 +11785,7 @@ drwxr-xr-x 2 root root 4096 2018-03-11 22:26 ./source/x/x11/src/app
-rw-r--r-- 1 root root 125428 2015-04-17 06:29 ./source/x/x11/src/app/xhost-1.0.7.tar.xz
-rw-r--r-- 1 root root 153392 2018-03-10 01:46 ./source/x/x11/src/app/xinit-1.4.0.tar.xz
-rw-r--r-- 1 root root 146860 2015-10-19 21:36 ./source/x/x11/src/app/xinput-1.6.2.tar.xz
-rw-r--r-- 1 root root 227944 2018-03-01 17:52 ./source/x/x11/src/app/xkbcomp-1.4.1.tar.xz
-rw-r--r-- 1 root root 228208 2018-06-07 23:18 ./source/x/x11/src/app/xkbcomp-1.4.2.tar.xz
-rw-r--r-- 1 root root 141024 2015-04-17 06:39 ./source/x/x11/src/app/xkbevd-1.1.4.tar.xz
-rw-r--r-- 1 root root 150312 2015-04-17 06:44 ./source/x/x11/src/app/xkbprint-1.0.4.tar.xz
-rw-r--r-- 1 root root 120732 2013-02-10 23:48 ./source/x/x11/src/app/xkbutils-1.0.4.tar.xz
@ -12450,9 +12452,9 @@ drwxr-xr-x 2 root root 4096 2018-04-23 17:20 ./source/xfce/xfce4-clipman-
-rw-r--r-- 1 root root 385592 2017-07-21 12:52 ./source/xfce/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2.tar.xz
-rwxr-xr-x 1 root root 3748 2018-04-23 17:20 ./source/xfce/xfce4-clipman-plugin/xfce4-clipman-plugin.SlackBuild
-rw-r--r-- 1 root root 64 2011-11-28 03:27 ./source/xfce/xfce4-clipman-plugin/xfce4-clipman-plugin.url
drwxr-xr-x 2 root root 4096 2018-04-23 17:20 ./source/xfce/xfce4-dev-tools
-rw-r--r-- 1 root root 820 2018-02-27 06:13 ./source/xfce/xfce4-dev-tools/slack-desc
-rw-r--r-- 1 root root 254756 2015-02-28 14:35 ./source/xfce/xfce4-dev-tools/xfce4-dev-tools-4.12.0.tar.xz
drwxr-xr-x 2 root root 4096 2018-04-23 17:20 ./source/xfce/xfce4-dev-tools
-rw-r--r-- 1 root root 820 2018-02-27 06:13 ./source/xfce/xfce4-dev-tools/slack-desc
-rw-r--r-- 1 root root 254756 2015-02-28 14:35 ./source/xfce/xfce4-dev-tools/xfce4-dev-tools-4.12.0.tar.xz
-rwxr-xr-x 1 root root 4592 2018-04-23 17:20 ./source/xfce/xfce4-dev-tools/xfce4-dev-tools.SlackBuild
drwxr-xr-x 2 root root 4096 2018-04-23 17:20 ./source/xfce/xfce4-notifyd
-rw-r--r-- 1 root root 174 2009-02-26 05:47 ./source/xfce/xfce4-notifyd/doinst.sh.gz
@ -12568,9 +12570,9 @@ drwxr-xr-x 2 root root 4096 2018-02-27 06:13 ./testing/source/efibootmgr
-rw-r--r-- 1 root root 64995 2013-09-12 03:45 ./testing/source/efibootmgr/efibootmgr-0.6.0.tar.gz
-rwxr-xr-x 1 root root 3552 2018-02-03 21:16 ./testing/source/efibootmgr/efibootmgr.SlackBuild
-rw-r--r-- 1 root root 949 2018-02-27 06:13 ./testing/source/efibootmgr/slack-desc
drwxr-xr-x 2 root root 4096 2018-06-06 20:39 ./usb-and-pxe-installers
drwxr-xr-x 2 root root 4096 2018-06-12 04:57 ./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 57799680 2018-06-06 20:38 ./usb-and-pxe-installers/usbboot.img
-rw-r--r-- 1 root root 57807872 2018-06-12 04:57 ./usb-and-pxe-installers/usbboot.img
-rw-r--r-- 1 root root 16045 2016-03-29 07:41 ./usb-and-pxe-installers/usbimg2disk.sh

View file

@ -1,7 +1,7 @@
Slackware initrd mini HOWTO
by Patrick Volkerding, volkerdi@slackware.com
Wed Jun 6 20:17:46 UTC 2018
Tue Jun 12 04:26:32 UTC 2018
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.14.48 Linux kernel using the packages
upgrading to the generic 4.14.49 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.14.48-x86_64-1.txz
installpkg kernel-modules-4.14.48-x86_64-1.txz
installpkg kernel-generic-4.14.49-x86_64-1.txz
installpkg kernel-modules-4.14.49-x86_64-1.txz
installpkg mkinitrd-1.4.11-x86_64-7.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.14.48 -m ext4
mkinitrd -c -k 4.14.49 -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.14.48
Here's another example: Build an initrd image using Linux 4.14.49
kernel modules for a system with an ext4 root partition on /dev/sdb3:
mkinitrd -c -k 4.14.48 -m ext4 -f ext4 -r /dev/sdb3
mkinitrd -c -k 4.14.49 -m ext4 -f ext4 -r /dev/sdb3
4. Now that I've built an initrd, how do I use it?

View file

@ -1,5 +1,5 @@
Welcome to 09Slackware6407 version 15.0 (Linux kernel 4.14.48)!
Welcome to 09Slackware6407 version 15.0 (Linux kernel 4.14.49)!
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).

View file

@ -1,3 +1,3 @@
These kernels are version 4.14.48.
These kernels are version 4.14.49.

View file

@ -79,6 +79,7 @@ gzip ./source/x/ttf-tlwg/doinst.sh
gzip ./source/x/scim-anthy/scim-anthy.gcc43.diff
gzip ./source/x/wqy-zenhei-font-ttf/wqy-zenhei.fix.fontconfig.warning.diff
gzip ./source/x/wqy-zenhei-font-ttf/fixup-fontconfig-file.diff
gzip ./source/x/wqy-zenhei-font-ttf/64-wqy-zenhei.conf
gzip ./source/e/emacs/doinst.sh
gzip ./source/n/ppp/radius.msdict
gzip ./source/n/ppp/doinst.sh
@ -943,6 +944,7 @@ gzip ./source/a/dbus/doinst.sh
gzip ./source/a/dbus/dbus-1.12.x-allow_root_globally.diff
gzip ./source/a/dbus/rc.messagebus
gzip ./source/a/os-prober/os-prober.reiserfs.diff
gzip ./source/a/libcgroup/libcgroup.loop.diff
gzip ./source/a/libcgroup/doinst.sh
gzip ./source/a/libcgroup/libcgroup.conf.diff
gzip ./source/a/libcgroup/libcgroup.init.diff

View file

@ -59,9 +59,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.14.48 kernel (needs an initrd)" "on" \
"kernel-huge" "Loaded 4.14.48 Linux kernel" "on" \
"kernel-modules" "Linux 4.14.48 kernel modules -- REQUIRED" "on" \
"kernel-generic" "Generic 4.14.49 kernel (needs an initrd)" "on" \
"kernel-huge" "Loaded 4.14.49 Linux kernel" "on" \
"kernel-modules" "Linux 4.14.49 kernel modules -- REQUIRED" "on" \
"kmod" "Kernel module utilities -- REQUIRED" "on" \
"lbzip2" "Parallel bzip2 compressor" "on" \
"less" "A text pager utility - REQUIRED" "on" \

View file

@ -59,9 +59,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.14.48 kernel (needs an initrd)" "on" \
"kernel-huge" "Loaded 4.14.48 Linux kernel" "on" \
"kernel-modules" "Linux 4.14.48 kernel modules -- REQUIRED" "on" \
"kernel-generic" "Generic 4.14.49 kernel (needs an initrd)" "on" \
"kernel-huge" "Loaded 4.14.49 Linux kernel" "on" \
"kernel-modules" "Linux 4.14.49 kernel modules -- REQUIRED" "on" \
"kmod" "Kernel module utilities -- REQUIRED" "on" \
"lbzip2" "Parallel bzip2 compressor" "on" \
"less" "A text pager utility - REQUIRED" "on" \

View file

@ -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.14.48 kernel source" "on" \
"kernel-source" "Linux 4.14.49 kernel source" "on" \
2> $TMP/SeTpkgs
if [ $? = 1 -o $? = 255 ]; then
rm -f $TMP/SeTpkgs

View file

@ -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.14.48 kernel source" "on" \
"kernel-source" "Linux 4.14.49 kernel source" "on" \
2> $TMP/SeTpkgs
if [ $? = 1 -o $? = 255 ]; then
rm -f $TMP/SeTpkgs

View file

@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=libcgroup
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
BUILD=${BUILD:-3}
BUILD=${BUILD:-4}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@ -77,6 +77,9 @@ zcat $CWD/libcgroup.init.diff.gz | patch -p1 --verbose || exit 1
# Slackware does not use /etc/sysconfig:
zcat $CWD/libcgroup.conf.diff.gz | patch -p1 --verbose || exit 1
# Apply combined patches from git, including for an infinate loop bug:
zcat $CWD/libcgroup.loop.diff.gz | patch -p1 --verbose || exit 1
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
@ -84,6 +87,8 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
autoreconf -vif
# Configure:
CFLAGS="$SLKCFLAGS" \
./configure \

File diff suppressed because it is too large Load diff

View file

@ -30,7 +30,7 @@ PKGNAM=pkgtools
# *** UPDATE THESE WITH EACH BUILD:
VERSION=15.0
ARCH=${ARCH:-noarch}
BUILD=${BUILD:-16}
BUILD=${BUILD:-17}
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information

View file

@ -188,8 +188,14 @@ else
TERSELENGTH=80
fi
# Default install mode is standard text mode:
MODE=install
# If $TERSE is set to 0 in the environment, then use terse mode:
if [ "$TERSE" = "0" ]; then
MODE=terse
fi
# Parse options:
MODE=install # standard text-mode
while [ 0 ]; do
if [ "$1" = "-warn" -o "$1" = "--warn" ]; then
MODE=warn

View file

@ -1,5 +1,5 @@
Welcome to Slackware version 14.2 (Linux kernel 4.1.13)!
Welcome to Slackware (32-bit) version 14.2 (Linux kernel 4.1.13)!
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., hugesmp.s).

View file

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.14.48 Kernel Configuration
# Linux/x86 4.14.49 Kernel Configuration
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
@ -3943,7 +3943,7 @@ CONFIG_GPIO_MAX730X=m
#
# Memory mapped GPIO drivers
#
# CONFIG_GPIO_AMDPT is not set
CONFIG_GPIO_AMDPT=m
CONFIG_GPIO_DWAPB=m
CONFIG_GPIO_EXAR=m
CONFIG_GPIO_GENERIC_PLATFORM=m
@ -7386,21 +7386,23 @@ CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NFS_FS=y
CONFIG_NFS_V2=y
CONFIG_NFS_V3=y
# CONFIG_NFS_V3_ACL is not set
CONFIG_NFS_V3_ACL=y
CONFIG_NFS_V4=y
CONFIG_NFS_SWAP=y
CONFIG_NFS_V4_1=y
# CONFIG_NFS_V4_2 is not set
CONFIG_NFS_V4_2=y
CONFIG_PNFS_FILE_LAYOUT=y
CONFIG_PNFS_BLOCK=y
CONFIG_PNFS_FLEXFILE_LAYOUT=m
CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN="kernel.org"
# CONFIG_NFS_V4_1_MIGRATION is not set
CONFIG_NFS_V4_SECURITY_LABEL=y
# CONFIG_NFS_USE_LEGACY_DNS is not set
CONFIG_NFS_USE_KERNEL_DNS=y
CONFIG_NFSD=m
CONFIG_NFSD_V2_ACL=y
CONFIG_NFSD_V3=y
# CONFIG_NFSD_V3_ACL is not set
CONFIG_NFSD_V3_ACL=y
CONFIG_NFSD_V4=y
CONFIG_NFSD_PNFS=y
CONFIG_NFSD_BLOCKLAYOUT=y
@ -7411,6 +7413,7 @@ CONFIG_NFSD_FLEXFILELAYOUT=y
CONFIG_GRACE_PERIOD=y
CONFIG_LOCKD=y
CONFIG_LOCKD_V4=y
CONFIG_NFS_ACL_SUPPORT=y
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=y
CONFIG_SUNRPC_GSS=y

View file

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.14.48 Kernel Configuration
# Linux/x86 4.14.49 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
@ -3926,7 +3926,7 @@ CONFIG_GPIO_MAX730X=m
#
# Memory mapped GPIO drivers
#
# CONFIG_GPIO_AMDPT is not set
CONFIG_GPIO_AMDPT=m
CONFIG_GPIO_DWAPB=m
CONFIG_GPIO_EXAR=m
CONFIG_GPIO_GENERIC_PLATFORM=m
@ -7313,21 +7313,23 @@ CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NFS_FS=y
CONFIG_NFS_V2=y
CONFIG_NFS_V3=y
# CONFIG_NFS_V3_ACL is not set
CONFIG_NFS_V3_ACL=y
CONFIG_NFS_V4=y
CONFIG_NFS_SWAP=y
CONFIG_NFS_V4_1=y
# CONFIG_NFS_V4_2 is not set
CONFIG_NFS_V4_2=y
CONFIG_PNFS_FILE_LAYOUT=y
CONFIG_PNFS_BLOCK=y
CONFIG_PNFS_FLEXFILE_LAYOUT=m
CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN="kernel.org"
# CONFIG_NFS_V4_1_MIGRATION is not set
CONFIG_NFS_V4_SECURITY_LABEL=y
# CONFIG_NFS_USE_LEGACY_DNS is not set
CONFIG_NFS_USE_KERNEL_DNS=y
CONFIG_NFSD=m
CONFIG_NFSD_V2_ACL=y
CONFIG_NFSD_V3=y
# CONFIG_NFSD_V3_ACL is not set
CONFIG_NFSD_V3_ACL=y
CONFIG_NFSD_V4=y
CONFIG_NFSD_PNFS=y
CONFIG_NFSD_BLOCKLAYOUT=y
@ -7338,6 +7340,7 @@ CONFIG_NFSD_FLEXFILELAYOUT=y
CONFIG_GRACE_PERIOD=y
CONFIG_LOCKD=y
CONFIG_LOCKD_V4=y
CONFIG_NFS_ACL_SUPPORT=y
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=y
CONFIG_SUNRPC_GSS=y

View file

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.14.48 Kernel Configuration
# Linux/x86 4.14.49 Kernel Configuration
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
@ -3988,7 +3988,7 @@ CONFIG_GPIO_MAX730X=m
#
# Memory mapped GPIO drivers
#
# CONFIG_GPIO_AMDPT is not set
CONFIG_GPIO_AMDPT=m
CONFIG_GPIO_DWAPB=m
CONFIG_GPIO_EXAR=m
CONFIG_GPIO_GENERIC_PLATFORM=m
@ -7437,21 +7437,23 @@ CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NFS_FS=y
CONFIG_NFS_V2=y
CONFIG_NFS_V3=y
# CONFIG_NFS_V3_ACL is not set
CONFIG_NFS_V3_ACL=y
CONFIG_NFS_V4=y
CONFIG_NFS_SWAP=y
CONFIG_NFS_V4_1=y
# CONFIG_NFS_V4_2 is not set
CONFIG_NFS_V4_2=y
CONFIG_PNFS_FILE_LAYOUT=y
CONFIG_PNFS_BLOCK=y
CONFIG_PNFS_FLEXFILE_LAYOUT=m
CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN="kernel.org"
# CONFIG_NFS_V4_1_MIGRATION is not set
CONFIG_NFS_V4_SECURITY_LABEL=y
# CONFIG_NFS_USE_LEGACY_DNS is not set
CONFIG_NFS_USE_KERNEL_DNS=y
CONFIG_NFSD=m
CONFIG_NFSD_V2_ACL=y
CONFIG_NFSD_V3=y
# CONFIG_NFSD_V3_ACL is not set
CONFIG_NFSD_V3_ACL=y
CONFIG_NFSD_V4=y
CONFIG_NFSD_PNFS=y
CONFIG_NFSD_BLOCKLAYOUT=y
@ -7462,6 +7464,7 @@ CONFIG_NFSD_FLEXFILELAYOUT=y
CONFIG_GRACE_PERIOD=y
CONFIG_LOCKD=y
CONFIG_LOCKD_V4=y
CONFIG_NFS_ACL_SUPPORT=y
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=y
CONFIG_SUNRPC_GSS=y

View file

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.14.48 Kernel Configuration
# Linux/x86 4.14.49 Kernel Configuration
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
@ -3943,7 +3943,7 @@ CONFIG_GPIO_MAX730X=m
#
# Memory mapped GPIO drivers
#
# CONFIG_GPIO_AMDPT is not set
CONFIG_GPIO_AMDPT=m
CONFIG_GPIO_DWAPB=m
CONFIG_GPIO_EXAR=m
CONFIG_GPIO_GENERIC_PLATFORM=m
@ -7386,21 +7386,23 @@ CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NFS_FS=y
CONFIG_NFS_V2=y
CONFIG_NFS_V3=y
# CONFIG_NFS_V3_ACL is not set
CONFIG_NFS_V3_ACL=y
CONFIG_NFS_V4=y
CONFIG_NFS_SWAP=y
CONFIG_NFS_V4_1=y
# CONFIG_NFS_V4_2 is not set
CONFIG_NFS_V4_2=y
CONFIG_PNFS_FILE_LAYOUT=y
CONFIG_PNFS_BLOCK=y
CONFIG_PNFS_FLEXFILE_LAYOUT=m
CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN="kernel.org"
# CONFIG_NFS_V4_1_MIGRATION is not set
CONFIG_NFS_V4_SECURITY_LABEL=y
# CONFIG_NFS_USE_LEGACY_DNS is not set
CONFIG_NFS_USE_KERNEL_DNS=y
CONFIG_NFSD=y
CONFIG_NFSD_V2_ACL=y
CONFIG_NFSD_V3=y
# CONFIG_NFSD_V3_ACL is not set
CONFIG_NFSD_V3_ACL=y
CONFIG_NFSD_V4=y
CONFIG_NFSD_PNFS=y
CONFIG_NFSD_BLOCKLAYOUT=y
@ -7411,6 +7413,7 @@ CONFIG_NFSD_FLEXFILELAYOUT=y
CONFIG_GRACE_PERIOD=y
CONFIG_LOCKD=y
CONFIG_LOCKD_V4=y
CONFIG_NFS_ACL_SUPPORT=y
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=y
CONFIG_SUNRPC_GSS=y

View file

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.14.48 Kernel Configuration
# Linux/x86 4.14.49 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
@ -3926,7 +3926,7 @@ CONFIG_GPIO_MAX730X=m
#
# Memory mapped GPIO drivers
#
# CONFIG_GPIO_AMDPT is not set
CONFIG_GPIO_AMDPT=m
CONFIG_GPIO_DWAPB=m
CONFIG_GPIO_EXAR=m
CONFIG_GPIO_GENERIC_PLATFORM=m
@ -7313,21 +7313,23 @@ CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NFS_FS=y
CONFIG_NFS_V2=y
CONFIG_NFS_V3=y
# CONFIG_NFS_V3_ACL is not set
CONFIG_NFS_V3_ACL=y
CONFIG_NFS_V4=y
CONFIG_NFS_SWAP=y
CONFIG_NFS_V4_1=y
# CONFIG_NFS_V4_2 is not set
CONFIG_NFS_V4_2=y
CONFIG_PNFS_FILE_LAYOUT=y
CONFIG_PNFS_BLOCK=y
CONFIG_PNFS_FLEXFILE_LAYOUT=m
CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN="kernel.org"
# CONFIG_NFS_V4_1_MIGRATION is not set
CONFIG_NFS_V4_SECURITY_LABEL=y
# CONFIG_NFS_USE_LEGACY_DNS is not set
CONFIG_NFS_USE_KERNEL_DNS=y
CONFIG_NFSD=y
CONFIG_NFSD_V2_ACL=y
CONFIG_NFSD_V3=y
# CONFIG_NFSD_V3_ACL is not set
CONFIG_NFSD_V3_ACL=y
CONFIG_NFSD_V4=y
CONFIG_NFSD_PNFS=y
CONFIG_NFSD_BLOCKLAYOUT=y
@ -7338,6 +7340,7 @@ CONFIG_NFSD_FLEXFILELAYOUT=y
CONFIG_GRACE_PERIOD=y
CONFIG_LOCKD=y
CONFIG_LOCKD_V4=y
CONFIG_NFS_ACL_SUPPORT=y
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=y
CONFIG_SUNRPC_GSS=y

View file

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.14.48 Kernel Configuration
# Linux/x86 4.14.49 Kernel Configuration
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
@ -3988,7 +3988,7 @@ CONFIG_GPIO_MAX730X=m
#
# Memory mapped GPIO drivers
#
# CONFIG_GPIO_AMDPT is not set
CONFIG_GPIO_AMDPT=m
CONFIG_GPIO_DWAPB=m
CONFIG_GPIO_EXAR=m
CONFIG_GPIO_GENERIC_PLATFORM=m
@ -7437,21 +7437,23 @@ CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NFS_FS=y
CONFIG_NFS_V2=y
CONFIG_NFS_V3=y
# CONFIG_NFS_V3_ACL is not set
CONFIG_NFS_V3_ACL=y
CONFIG_NFS_V4=y
CONFIG_NFS_SWAP=y
CONFIG_NFS_V4_1=y
# CONFIG_NFS_V4_2 is not set
CONFIG_NFS_V4_2=y
CONFIG_PNFS_FILE_LAYOUT=y
CONFIG_PNFS_BLOCK=y
CONFIG_PNFS_FLEXFILE_LAYOUT=m
CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN="kernel.org"
# CONFIG_NFS_V4_1_MIGRATION is not set
CONFIG_NFS_V4_SECURITY_LABEL=y
# CONFIG_NFS_USE_LEGACY_DNS is not set
CONFIG_NFS_USE_KERNEL_DNS=y
CONFIG_NFSD=y
CONFIG_NFSD_V2_ACL=y
CONFIG_NFSD_V3=y
# CONFIG_NFSD_V3_ACL is not set
CONFIG_NFSD_V3_ACL=y
CONFIG_NFSD_V4=y
CONFIG_NFSD_PNFS=y
CONFIG_NFSD_BLOCKLAYOUT=y
@ -7462,6 +7464,7 @@ CONFIG_NFSD_FLEXFILELAYOUT=y
CONFIG_GRACE_PERIOD=y
CONFIG_LOCKD=y
CONFIG_LOCKD_V4=y
CONFIG_NFS_ACL_SUPPORT=y
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=y
CONFIG_SUNRPC_GSS=y

View file

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEZH8oZUiU471FcZm+ONu9yGCSaT4FAlsWWvUACgkQONu9yGCS
aT5ScxAAx6/sNGGqEa26vo/DoKZL5gnsrU3FA9mnUId5eZMA8x2z05h91I8G6BgZ
vgCIJqXG9aJAgdYPNZHMQpJqKoQezR22u725OezDaxL55qNrbM7V9HMPUGOf5nJV
Jw5toqvCHo5XynuggvbglHNNj8ZQ79rJXo1vChzwpUzCjdx8SDkq3w530XUV8WKW
I6N4349N6CzT9Q4di1eUovbWpdHva85AfIrxUdw5usZ7x1X0RprBLKSHjV/O7s5R
TsZv61Ka2YqbgElADBWVXLDZ0rnhX73lL53E3oP4k4mfgPzqOUbpxmaYbMJaKsta
Qp8IJSYhT0pwv4wCToJnij/0Zq8/negXOTS6lynDk4vLuXJtIedAaBBw4SGPEI3a
NlKNjbLkArh4JxO0qkPRIgxk+nf1FZ5x/aYQ++RjshqPcWvKF4i/sjaOs31smscn
ju5T4GmsoLfFdb1zddWm99V07ucCrMlHzu2m380Xydawt0Gs6GBpLHkDyL+hrrnZ
JKtUIH6hhoMGi1AJwymeZ9sGZ2pdZqagJzTJbi8zELyuEoQ9w05McqacgQYW3zzF
jU2pRnoly4kb7X+15/4MyClnLqVsQKKSdzhXMINEANojYNknByHWMfKr+bHkdAkN
1muWSGJBefSPBQg66DJOKgsZAhNTGPAzs0Epb9UaUeTyj/qFFkE=
=2kuG
-----END PGP SIGNATURE-----

View file

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEZH8oZUiU471FcZm+ONu9yGCSaT4FAlse4GAACgkQONu9yGCS
aT4BwRAAtGo7eBzb+o4CgK/BIUO91jKa6iSbGIwubk35RVkJGsSokt8yuwMiHe72
yLUS7k9jNPN6NWU0iH9Wjz3qS6zlvZ7+8EPyn51DO+1dIMXIYEVXGRa7vpwUKm1q
xAYq0OaR23uajjwuwSZrksncSUru26QRmsa7VhYQj4WJIhFTnr/cLHPaQsp+/jic
gY69di7MXMTa3vYFBEvsweP7ylwbOhg4vjIO8QpMNlsG8tN7duGtdu6pQcpxnZCV
uPcQbH+0hprecSc95daOEHt7fP26JL9Sbzvh2rfWxMKkk+yqjzoRu2xCRqBNnL99
5PC6BRS+vQ/VoAJTjcxx9feKujBVN4Gooy3D4Nd/Gs6VteUcwnHbTBA36DHF4D71
feGH+8ad1WZUBctiXz3yLBS8wVlvCr0SRct/zWHs1EYIojlprdnL3CjybLV9HCbR
p3hPJiweU9+EnAy4idgTnECdePThgkZQ0tkYrvzMS359xsp5zCeMJ++HBeLRLbIU
kooreSu3Er+0i6Y09btPnHyzynkSUghsHyH+P4xA3y7r6/s99GlDgEpyy2m0j2fF
c7uMqy8aY8LvgpdSEzl4c6EbqaooNTMp6di1/sXmXaH3iES3J7lJ0HchgzdZgtB4
06ofdsWDMW4XPeSvo22+Ped8FYG+gXfpvEobR9HXx1t1v7hx3YI=
=wYS0
-----END PGP SIGNATURE-----

View file

@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=LibRaw
VERSION=${VERSION:-0.18.10}
VERSION=${VERSION:-0.18.12}
DEMOSAIC=${DEMOSAIC:-0.18.8}
BUILD=${BUILD:-1}

View file

@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=dconf-editor
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
BUILD=${BUILD:-2}
BUILD=${BUILD:-3}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then

View file

@ -1,6 +1,6 @@
# Reload messagebus service
if [ -x /etc/rc.d/rc.messagebus ]; then
sh /etc/rc.d/rc.messagebus reload
sh /etc/rc.d/rc.messagebus reload 1> /dev/null 2> /dev/null
fi
# Try to run these. If they fail, no biggie.

View file

@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=dconf
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
BUILD=${BUILD:-2}
BUILD=${BUILD:-3}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then

View file

@ -1,6 +1,6 @@
# Reload messagebus service
if [ -x /etc/rc.d/rc.messagebus ]; then
sh /etc/rc.d/rc.messagebus reload
sh /etc/rc.d/rc.messagebus reload 1> /dev/null 2> /dev/null
fi
# Try to run these. If they fail, no biggie.

Binary file not shown.

View file

@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=iproute2
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
BUILD=${BUILD:-2}
BUILD=${BUILD:-1}
#NUMJOBS=${NUMJOBS:-" -j7 "}

View file

@ -0,0 +1,93 @@
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match>
<test name="lang">
<string>zh-cn</string>
</test>
<test name="family">
<string>monospace</string>
</test>
<edit name="family" mode="prepend">
<string>WenQuanYi Zen Hei Sharp</string>
</edit>
</match>
<match>
<test name="lang">
<string>zh-sg</string>
</test>
<test name="family">
<string>monospace</string>
</test>
<edit name="family" mode="prepend">
<string>WenQuanYi Zen Hei Sharp</string>
</edit>
</match>
<alias>
<family>WenQuanYi Zen Hei Sharp</family>
<default>
<family>monospace</family>
</default>
</alias>
<match>
<test name="lang">
<string>zh-cn</string>
</test>
<test name="family">
<string>serif</string>
</test>
<edit name="family" mode="prepend">
<string>WenQuanYi Zen Hei Sharp</string>
</edit>
</match>
<match>
<test name="lang">
<string>zh-sg</string>
</test>
<test name="family">
<string>serif</string>
</test>
<edit name="family" mode="prepend">
<string>WenQuanYi Zen Hei Sharp</string>
</edit>
</match>
<alias>
<family>WenQuanYi Zen Hei Sharp</family>
<default>
<family>serif</family>
</default>
</alias>
<match>
<test name="lang">
<string>zh-cn</string>
</test>
<test name="family">
<string>sans-serif</string>
</test>
<edit name="family" mode="prepend">
<string>WenQuanYi Zen Hei Sharp</string>
</edit>
</match>
<match>
<test name="lang">
<string>zh-sg</string>
</test>
<test name="family">
<string>sans-serif</string>
</test>
<edit name="family" mode="prepend">
<string>WenQuanYi Zen Hei Sharp</string>
</edit>
</match>
<alias>
<family>WenQuanYi Zen Hei Sharp</family>
<default>
<family>sans-serif</family>
</default>
</alias>
</fontconfig>

View file

@ -39,7 +39,7 @@ SRCNAM=wqy-zenhei
VERSION=${VERSION:-0.8.38}
SUB=${SUB:-1}
ARCH=noarch
BUILD=${BUILD:-6}
BUILD=${BUILD:-7}
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
@ -52,7 +52,7 @@ fi
TMP=${TMP:-/tmp}
PKG=$TMP/package-$PKGNAM
SOURCE="$CWD/${SRCNAM}-${VERSION}-${SUB}.tar.bz2"
SOURCE="$CWD/${SRCNAM}-${VERSION}-${SUB}.tar.lz"
rm -rf $PKG
mkdir -p $TMP $PKG
@ -89,22 +89,26 @@ find . \
# fonts, but it is harmless. It's probably safer to leave the cp command the
# way it is in case future versions include any ttf fonts.
# Install font:
cp -a *.ttf *.ttc $PKG$FONTDIR/
cp -a *.ttf *.ttc $PKG$FONTDIR/ 2> /dev/null
chmod 644 $PKG$FONTDIR/*
chown root:root $PKG$FONTDIR/*
# Add the fontconfig file and symlink. Renaming this file to 64- to
# avoid taking priority over the font list in 60-latin.conf.
# Add the fontconfig file and symlink.
mkdir -p $PKG/etc/fonts/conf.{d,avail}
cp -a 44-wqy-zenhei.conf $PKG/etc/fonts/conf.avail/64-wqy-zenhei.conf
zcat $CWD/64-wqy-zenhei.conf.gz > $PKG/etc/fonts/conf.avail/64-wqy-zenhei.conf
( cd $PKG/etc/fonts/conf.d && \
ln -sf ../conf.avail/64-wqy-zenhei.conf
)
# Two more fontconfig files which we do not activate by default:
cp -a 66-wqy-zenhei-sharp.conf 66-wqy-zenhei-sharp-no13px.conf \
# We install the upstream fontconfig files, but do not activate them with
# symlinks.
cp -a \
44-wqy-zenhei.conf 66-wqy-zenhei-sharp.conf 66-wqy-zenhei-sharp-no13px.conf \
$PKG/etc/fonts/conf.avail/
chmod 644 $PKG/etc/fonts/conf.avail/*
chown root:root $PKG/etc/fonts/conf.avail/*
# Rename this one to avoid confusion:
mv $PKG/etc/fonts/conf.avail/44-wqy-zenhei.conf $PKG/etc/fonts/conf.avail/44-wqy-zenhei-upstream-orig.conf
# Add a shell script that can set the Zen Hei default display styles:
mkdir -p $PKG/usr/sbin

View file

@ -1 +1 @@
2
1