summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-02-15 20:00:48 +0000
committer Eric Hameleers <alien@slackware.com>2022-02-16 13:29:58 +0100
commitc9881ad9794a314c7c9d106a6f82d19f07cda088 (patch)
tree196a5646afe2bf7edaab38ad306d42a6d56967fe
parent9a5f4fd634196e1d4257a31e89f24291b0398bc5 (diff)
downloadcurrent-c9881ad9794a314c7c9d106a6f82d19f07cda088.tar.gz
current-c9881ad9794a314c7c9d106a6f82d19f07cda088.tar.xz
Tue Feb 15 20:00:48 UTC 202220220215200048_15.0
patches/packages/aaa_base-15.0-x86_64-4_slack15.0.txz: Rebuilt. If root's mailbox did not already exist, it would be created with insecure permissions leading to possible local information disclosure. This update ensures that a new mailbox will be created with proper permissions and ownership, and corrects the permissions on an existing mailbox if they are found to be incorrect. Thanks to Martin for the bug report. (* Security fix *) patches/packages/util-linux-2.37.4-x86_64-1_slack15.0.txz: Upgraded. This release fixes a security issue in chsh(1) and chfn(8): By default, these utilities had been linked with libreadline, which allows the INPUTRC environment variable to be abused to produce an error message containing data from an arbitrary file. So, don't link these utilities with libreadline as it does not use secure_getenv() (or a similar concept), or sanitize the config file path to avoid vulnerabilities that could occur in set-user-ID or set-group-ID programs. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0563 (* Security fix *)
-rw-r--r--ChangeLog.rss32
-rw-r--r--ChangeLog.txt20
-rw-r--r--FILELIST.TXT6808
-rw-r--r--patches/packages/aaa_base-15.0-x86_64-4_slack15.0.txt11
-rw-r--r--patches/packages/util-linux-2.37.4-x86_64-1_slack15.0.txt11
-rwxr-xr-xpatches/source/aaa_base/aaa_base.SlackBuild111
-rw-r--r--patches/source/aaa_base/current-release.inactive28
-rw-r--r--patches/source/aaa_base/os-release10
-rw-r--r--patches/source/aaa_base/slack-desc19
-rw-r--r--patches/source/aaa_base/slackware-version1
-rw-r--r--patches/source/util-linux/adjtimex_1.29-2.2.diff6564
-rw-r--r--patches/source/util-linux/bsdstrings-util-linux_overflow.diff20
-rw-r--r--patches/source/util-linux/ddate.1115
-rw-r--r--patches/source/util-linux/ddate.c399
-rw-r--r--patches/source/util-linux/doinst.sh33
-rw-r--r--patches/source/util-linux/pam.d-su/su11
-rw-r--r--patches/source/util-linux/pam.d-su/su-l6
-rw-r--r--patches/source/util-linux/pam.d/chfn6
-rw-r--r--patches/source/util-linux/pam.d/chsh6
-rw-r--r--patches/source/util-linux/pam.d/login20
-rw-r--r--patches/source/util-linux/pam.d/runuser5
-rw-r--r--patches/source/util-linux/pam.d/runuser-l4
-rw-r--r--patches/source/util-linux/rc.setterm13
-rw-r--r--patches/source/util-linux/scsi_ioctl.h48
-rw-r--r--patches/source/util-linux/setserial-rc.serial.diff49
-rw-r--r--patches/source/util-linux/setserial-undef_TIOCGHAYESESP.diff13
-rw-r--r--patches/source/util-linux/slack-desc19
-rw-r--r--patches/source/util-linux/su.default3
-rwxr-xr-xpatches/source/util-linux/util-linux.SlackBuild382
-rw-r--r--patches/source/util-linux/util-linux.do.not.list.ram.devices.diff13
-rw-r--r--patches/source/util-linux/util-linux.fdisk-no-solaris.diff12
-rw-r--r--patches/source/util-linux/ziptool-fix_build.patch24
-rwxr-xr-xrecompress.sh8
33 files changed, 11440 insertions, 3384 deletions
diff --git a/ChangeLog.rss b/ChangeLog.rss
index ff34637e1..2ea660c3d 100644
--- a/ChangeLog.rss
+++ b/ChangeLog.rss
@@ -11,10 +11,38 @@
<description>Tracking Slackware development in git.</description>
<language>en-us</language>
<id xmlns="http://www.w3.org/2005/Atom">urn:uuid:c964f45e-6732-11e8-bbe5-107b4450212f</id>
- <pubDate>Mon, 14 Feb 2022 00:10:38 GMT</pubDate>
- <lastBuildDate>Mon, 14 Feb 2022 12:29:49 GMT</lastBuildDate>
+ <pubDate>Tue, 15 Feb 2022 20:00:48 GMT</pubDate>
+ <lastBuildDate>Wed, 16 Feb 2022 12:29:48 GMT</lastBuildDate>
<generator>maintain_current_git.sh v 1.17</generator>
<item>
+ <title>Tue, 15 Feb 2022 20:00:48 GMT</title>
+ <pubDate>Tue, 15 Feb 2022 20:00:48 GMT</pubDate>
+ <link>https://git.slackware.nl/current/tag/?h=20220215200048</link>
+ <guid isPermaLink="false">20220215200048</guid>
+ <description>
+ <![CDATA[<pre>
+patches/packages/aaa_base-15.0-x86_64-4_slack15.0.txz: Rebuilt.
+ If root's mailbox did not already exist, it would be created with insecure
+ permissions leading to possible local information disclosure. This update
+ ensures that a new mailbox will be created with proper permissions and
+ ownership, and corrects the permissions on an existing mailbox if they are
+ found to be incorrect. Thanks to Martin for the bug report.
+ (* Security fix *)
+patches/packages/util-linux-2.37.4-x86_64-1_slack15.0.txz: Upgraded.
+ This release fixes a security issue in chsh(1) and chfn(8):
+ By default, these utilities had been linked with libreadline, which allows
+ the INPUTRC environment variable to be abused to produce an error message
+ containing data from an arbitrary file. So, don't link these utilities with
+ libreadline as it does not use secure_getenv() (or a similar concept), or
+ sanitize the config file path to avoid vulnerabilities that could occur in
+ set-user-ID or set-group-ID programs.
+ For more information, see:
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0563
+ (* Security fix *)
+ </pre>]]>
+ </description>
+ </item>
+ <item>
<title>Mon, 14 Feb 2022 00:10:38 GMT</title>
<pubDate>Mon, 14 Feb 2022 00:10:38 GMT</pubDate>
<link>https://git.slackware.nl/current/tag/?h=20220214001038</link>
diff --git a/ChangeLog.txt b/ChangeLog.txt
index e77b8e83b..dd0f64342 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,3 +1,23 @@
+Tue Feb 15 20:00:48 UTC 2022
+patches/packages/aaa_base-15.0-x86_64-4_slack15.0.txz: Rebuilt.
+ If root's mailbox did not already exist, it would be created with insecure
+ permissions leading to possible local information disclosure. This update
+ ensures that a new mailbox will be created with proper permissions and
+ ownership, and corrects the permissions on an existing mailbox if they are
+ found to be incorrect. Thanks to Martin for the bug report.
+ (* Security fix *)
+patches/packages/util-linux-2.37.4-x86_64-1_slack15.0.txz: Upgraded.
+ This release fixes a security issue in chsh(1) and chfn(8):
+ By default, these utilities had been linked with libreadline, which allows
+ the INPUTRC environment variable to be abused to produce an error message
+ containing data from an arbitrary file. So, don't link these utilities with
+ libreadline as it does not use secure_getenv() (or a similar concept), or
+ sanitize the config file path to avoid vulnerabilities that could occur in
+ set-user-ID or set-group-ID programs.
+ For more information, see:
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0563
+ (* Security fix *)
++--------------------------+
Mon Feb 14 00:10:38 UTC 2022
patches/packages/mariadb-10.5.15-x86_64-1_slack15.0.txz: Upgraded.
This update fixes potential denial-of-service vulnerabilities.
diff --git a/FILELIST.TXT b/FILELIST.TXT
index 70809d074..000bc9106 100644
--- a/FILELIST.TXT
+++ b/FILELIST.TXT
@@ -1,20 +1,20 @@
-Mon Feb 14 00:11:46 UTC 2022
+Tue Feb 15 20:03:08 UTC 2022
Here is the file list for this directory. If you are using a
mirror site and find missing or extra files in the disk
subdirectories, please have the archive administrator refresh
the mirror.
-drwxr-xr-x 12 root root 4096 2022-02-14 00:10 .
+drwxr-xr-x 12 root root 4096 2022-02-15 20:00 .
-rw-r--r-- 1 root root 5767 2022-02-02 22:44 ./ANNOUNCE.15.0
-rw-r--r-- 1 root root 16617 2022-02-02 23:27 ./CHANGES_AND_HINTS.TXT
--rw-r--r-- 1 root root 1103829 2022-02-10 01:53 ./CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2022-02-10 01:53 ./CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 1104553 2022-02-14 00:12 ./CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2022-02-14 00:12 ./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 1866598 2022-02-14 00:10 ./ChangeLog.txt
+-rw-r--r-- 1 root root 1867778 2022-02-15 20:00 ./ChangeLog.txt
drwxr-xr-x 3 root root 4096 2013-03-20 22:17 ./EFI
drwxr-xr-x 2 root root 4096 2022-02-02 08:21 ./EFI/BOOT
-rw-r--r-- 1 root root 1187840 2021-06-15 19:16 ./EFI/BOOT/bootx64.efi
@@ -25,7 +25,7 @@ drwxr-xr-x 2 root root 4096 2022-02-02 08:21 ./EFI/BOOT
-rwxr-xr-x 1 root root 2504 2019-07-05 18:54 ./EFI/BOOT/make-grub.sh
-rw-r--r-- 1 root root 10722 2013-09-21 19:02 ./EFI/BOOT/osdetect.cfg
-rw-r--r-- 1 root root 1273 2013-08-12 21:08 ./EFI/BOOT/tools.cfg
--rw-r--r-- 1 root root 1437299 2022-02-10 01:53 ./FILELIST.TXT
+-rw-r--r-- 1 root root 1438242 2022-02-14 00:11 ./FILELIST.TXT
-rw-r--r-- 1 root root 1572 2012-08-29 18:27 ./GPG-KEY
-rw-r--r-- 1 root root 864745 2022-02-02 08:25 ./PACKAGES.TXT
-rw-r--r-- 1 root root 8034 2022-02-02 03:36 ./README.TXT
@@ -737,13 +737,16 @@ drwxr-xr-x 2 root root 4096 2008-05-07 05:21 ./pasture/source/php/pear
-rwxr-xr-x 1 root root 9448 2018-05-16 22:38 ./pasture/source/php/php.SlackBuild
-rw-r--r-- 1 root root 775 2017-07-07 19:25 ./pasture/source/php/php.ini-development.diff.gz
-rw-r--r-- 1 root root 830 2005-12-09 05:18 ./pasture/source/php/slack-desc
-drwxr-xr-x 4 root root 4096 2022-02-14 00:11 ./patches
--rw-r--r-- 1 root root 6383 2022-02-14 00:11 ./patches/CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2022-02-14 00:11 ./patches/CHECKSUMS.md5.asc
--rw-r--r-- 1 root root 8753 2022-02-14 00:11 ./patches/FILE_LIST
--rw-r--r-- 1 root root 4965621 2022-02-14 00:11 ./patches/MANIFEST.bz2
--rw-r--r-- 1 root root 2861 2022-02-14 00:11 ./patches/PACKAGES.TXT
-drwxr-xr-x 2 root root 4096 2022-02-14 00:11 ./patches/packages
+drwxr-xr-x 4 root root 4096 2022-02-15 20:03 ./patches
+-rw-r--r-- 1 root root 9384 2022-02-15 20:03 ./patches/CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2022-02-15 20:03 ./patches/CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 12687 2022-02-15 20:03 ./patches/FILE_LIST
+-rw-r--r-- 1 root root 4987067 2022-02-15 20:03 ./patches/MANIFEST.bz2
+-rw-r--r-- 1 root root 3813 2022-02-15 20:03 ./patches/PACKAGES.TXT
+drwxr-xr-x 2 root root 4096 2022-02-15 20:03 ./patches/packages
+-rw-r--r-- 1 root root 327 2022-02-15 05:07 ./patches/packages/aaa_base-15.0-x86_64-4_slack15.0.txt
+-rw-r--r-- 1 root root 10716 2022-02-15 05:07 ./patches/packages/aaa_base-15.0-x86_64-4_slack15.0.txz
+-rw-r--r-- 1 root root 163 2022-02-15 05:07 ./patches/packages/aaa_base-15.0-x86_64-4_slack15.0.txz.asc
-rw-r--r-- 1 root root 326 2022-02-07 18:56 ./patches/packages/at-3.2.3-x86_64-1_slack15.0.txt
-rw-r--r-- 1 root root 43124 2022-02-07 18:56 ./patches/packages/at-3.2.3-x86_64-1_slack15.0.txz
-rw-r--r-- 1 root root 163 2022-02-07 18:56 ./patches/packages/at-3.2.3-x86_64-1_slack15.0.txz.asc
@@ -756,7 +759,17 @@ drwxr-xr-x 2 root root 4096 2022-02-14 00:11 ./patches/packages
-rw-r--r-- 1 root root 663 2022-02-09 20:06 ./patches/packages/mozilla-thunderbird-91.6.0-x86_64-1_slack15.0.txt
-rw-r--r-- 1 root root 53250348 2022-02-09 20:06 ./patches/packages/mozilla-thunderbird-91.6.0-x86_64-1_slack15.0.txz
-rw-r--r-- 1 root root 163 2022-02-09 20:06 ./patches/packages/mozilla-thunderbird-91.6.0-x86_64-1_slack15.0.txz.asc
-drwxr-xr-x 6 root root 4096 2022-02-14 00:10 ./patches/source
+-rw-r--r-- 1 root root 354 2022-02-15 18:37 ./patches/packages/util-linux-2.37.4-x86_64-1_slack15.0.txt
+-rw-r--r-- 1 root root 2805300 2022-02-15 18:37 ./patches/packages/util-linux-2.37.4-x86_64-1_slack15.0.txz
+-rw-r--r-- 1 root root 163 2022-02-15 18:37 ./patches/packages/util-linux-2.37.4-x86_64-1_slack15.0.txz.asc
+drwxr-xr-x 8 root root 4096 2022-02-15 19:59 ./patches/source
+drwxr-xr-x 2 root root 4096 2022-01-16 05:07 ./patches/source/aaa_base
+-rw-r--r-- 1 root root 11041 2022-02-15 04:49 ./patches/source/aaa_base/_aaa_base.tar.gz
+-rwxr-xr-x 1 root root 3894 2022-02-15 05:07 ./patches/source/aaa_base/aaa_base.SlackBuild
+-rw-r--r-- 1 root root 1062 2021-07-17 17:46 ./patches/source/aaa_base/current-release.inactive
+-rw-r--r-- 1 root root 334 2021-07-17 17:46 ./patches/source/aaa_base/os-release
+-rw-r--r-- 1 root root 783 2018-02-27 06:13 ./patches/source/aaa_base/slack-desc
+-rw-r--r-- 1 root root 15 2021-07-17 17:46 ./patches/source/aaa_base/slackware-version
drwxr-xr-x 2 root root 4096 2022-02-07 18:45 ./patches/source/at
-rw-r--r-- 1 root root 103110 2022-01-29 15:45 ./patches/source/at/at-3.2.3.tar.lz
-rwxr-xr-x 1 root root 3938 2022-02-07 18:52 ./patches/source/at/at.SlackBuild
@@ -825,6 +838,37 @@ drwxr-xr-x 2 root root 4096 2021-10-12 20:16 ./patches/source/mozilla-thun
-rw-r--r-- 1 root root 330 2019-08-27 16:35 ./patches/source/mozilla-thunderbird/tb.ui.scrollToClick.diff.gz
-rw-r--r-- 1 root root 404738672 2022-02-08 18:13 ./patches/source/mozilla-thunderbird/thunderbird-91.6.0.source.tar.xz
-rw-r--r-- 1 root root 833 2022-02-08 18:13 ./patches/source/mozilla-thunderbird/thunderbird-91.6.0.source.tar.xz.asc
+drwxr-xr-x 4 root root 4096 2022-02-15 02:04 ./patches/source/util-linux
+-rw-r--r-- 1 root root 53236 2011-07-12 20:47 ./patches/source/util-linux/adjtimex_1.29-2.2.diff.gz
+-rw-r--r-- 1 root root 85551 2010-04-17 03:32 ./patches/source/util-linux/adjtimex_1.29.orig.tar.gz
+-rw-r--r-- 1 root root 434 2014-10-30 15:31 ./patches/source/util-linux/bsdstrings-util-linux_overflow.diff.gz
+-rw-r--r-- 1 root root 4513 2009-05-30 01:25 ./patches/source/util-linux/bsdstrings.tar.gz
+-rw-r--r-- 1 root root 3054 2015-02-10 20:38 ./patches/source/util-linux/ddate.1
+-rw-r--r-- 1 root root 10917 2015-02-10 20:38 ./patches/source/util-linux/ddate.c
+-rw-r--r-- 1 root root 427 2020-02-14 20:29 ./patches/source/util-linux/doinst.sh.gz
+drwxr-xr-x 2 root root 4096 2020-05-08 19:39 ./patches/source/util-linux/pam.d
+drwxr-xr-x 2 root root 4096 2020-05-08 19:39 ./patches/source/util-linux/pam.d-su
+-rw-r--r-- 1 root root 545 2020-02-19 19:26 ./patches/source/util-linux/pam.d-su/su
+-rw-r--r-- 1 root root 210 2020-02-19 19:26 ./patches/source/util-linux/pam.d-su/su-l
+-rw-r--r-- 1 root root 192 2020-02-14 20:24 ./patches/source/util-linux/pam.d/chfn
+-rw-r--r-- 1 root root 192 2020-02-14 20:24 ./patches/source/util-linux/pam.d/chsh
+-rw-r--r-- 1 root root 1014 2020-06-18 21:01 ./patches/source/util-linux/pam.d/login
+-rw-r--r-- 1 root root 200 2020-02-19 19:26 ./patches/source/util-linux/pam.d/runuser
+-rw-r--r-- 1 root root 150 2020-02-19 19:26 ./patches/source/util-linux/pam.d/runuser-l
+-rw-r--r-- 1 root root 483 2019-01-08 18:50 ./patches/source/util-linux/rc.setterm
+-rw-r--r-- 1 root root 1266 2009-05-30 01:25 ./patches/source/util-linux/scsi_ioctl.h
+-rw-r--r-- 1 root root 52437 2009-05-30 01:25 ./patches/source/util-linux/setserial-2.17.tar.gz
+-rw-r--r-- 1 root root 729 2009-05-30 01:25 ./patches/source/util-linux/setserial-rc.serial.diff.gz
+-rw-r--r-- 1 root root 376 2010-03-30 04:06 ./patches/source/util-linux/setserial-undef_TIOCGHAYESESP.diff.gz
+-rw-r--r-- 1 root root 806 2020-01-21 18:04 ./patches/source/util-linux/slack-desc
+-rw-r--r-- 1 root root 170 2020-02-13 19:17 ./patches/source/util-linux/su.default
+-rw-r--r-- 1 root root 833 2022-02-14 11:01 ./patches/source/util-linux/util-linux-2.37.4.tar.sign
+-rw-r--r-- 1 root root 6114232 2022-02-14 11:01 ./patches/source/util-linux/util-linux-2.37.4.tar.xz
+-rwxr-xr-x 1 root root 12149 2022-02-15 18:36 ./patches/source/util-linux/util-linux.SlackBuild
+-rw-r--r-- 1 root root 275 2019-01-02 21:53 ./patches/source/util-linux/util-linux.do.not.list.ram.devices.diff.gz
+-rw-r--r-- 1 root root 335 2014-07-03 08:34 ./patches/source/util-linux/util-linux.fdisk-no-solaris.diff.gz
+-rw-r--r-- 1 root root 10292 2009-05-30 01:25 ./patches/source/util-linux/ziptool-1.4.0.tar.xz
+-rw-r--r-- 1 root root 386 2009-05-30 01:25 ./patches/source/util-linux/ziptool-fix_build.patch.gz
drwxr-xr-x 17 root root 4096 2022-02-02 08:25 ./slackware64
-rw-r--r-- 1 root root 337498 2022-02-02 08:25 ./slackware64/CHECKSUMS.md5
-rw-r--r-- 1 root root 163 2022-02-02 08:25 ./slackware64/CHECKSUMS.md5.asc
@@ -2682,44 +2726,44 @@ drwxr-xr-x 2 root root 69632 2022-02-01 08:29 ./slackware64/kde
-rw-r--r-- 1 root root 2159320 2022-01-06 23:00 ./slackware64/kde/partitionmanager-21.12.1-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-01-06 23:00 ./slackware64/kde/partitionmanager-21.12.1-x86_64-1.txz.asc
-rw-r--r-- 1 root root 282 2022-01-06 22:34 ./slackware64/kde/picmi-21.12.1-x86_64-1.txt
--rw-r--r-- 1 root root 1327096 2022-01-06 22:34 ./slackware64/kde/picmi-21.12.1-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-01-06 22:34 ./slackware64/kde/picmi-21.12.1-x86_64-1.txz.asc
--rw-r--r-- 1 root root 289 2022-01-06 21:55 ./slackware64/kde/pim-data-exporter-21.12.1-x86_64-1.txt
--rw-r--r-- 1 root root 461756 2022-01-06 21:55 ./slackware64/kde/pim-data-exporter-21.12.1-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-01-06 21:55 ./slackware64/kde/pim-data-exporter-21.12.1-x86_64-1.txz.asc
--rw-r--r-- 1 root root 328 2022-01-06 21:55 ./slackware64/kde/pim-sieve-editor-21.12.1-x86_64-1.txt
--rw-r--r-- 1 root root 543640 2022-01-06 21:55 ./slackware64/kde/pim-sieve-editor-21.12.1-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-01-06 21:55 ./slackware64/kde/pim-sieve-editor-21.12.1-x86_64-1.txz.asc
--rw-r--r-- 1 root root 211 2022-01-06 21:41 ./slackware64/kde/pimcommon-21.12.1-x86_64-1.txt
--rw-r--r-- 1 root root 545932 2022-01-06 21:41 ./slackware64/kde/pimcommon-21.12.1-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-01-06 21:41 ./slackware64/kde/pimcommon-21.12.1-x86_64-1.txz.asc
--rw-r--r-- 1 root root 483 2022-01-04 21:51 ./slackware64/kde/plasma-browser-integration-5.23.5-x86_64-1.txt
--rw-r--r-- 1 root root 190928 2022-01-04 21:51 ./slackware64/kde/plasma-browser-integration-5.23.5-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-01-04 21:51 ./slackware64/kde/plasma-browser-integration-5.23.5-x86_64-1.txz.asc
--rw-r--r-- 1 root root 535 2022-01-04 21:46 ./slackware64/kde/plasma-desktop-5.23.5-x86_64-1.txt
--rw-r--r-- 1 root root 16907320 2022-01-04 21:46 ./slackware64/kde/plasma-desktop-5.23.5-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-01-04 21:46 ./slackware64/kde/plasma-desktop-5.23.5-x86_64-1.txz.asc
--rw-r--r-- 1 root root 295 2022-01-04 21:52 ./slackware64/kde/plasma-disks-5.23.5-x86_64-1.txt
--rw-r--r-- 1 root root 132108 2022-01-04 21:52 ./slackware64/kde/plasma-disks-5.23.5-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-01-04 21:52 ./slackware64/kde/plasma-disks-5.23.5-x86_64-1.txz.asc
--rw-r--r-- 1 root root 276 2022-01-04 21:52 ./slackware64/kde/plasma-firewall-5.23.5-x86_64-1.txt
--rw-r--r-- 1 root root 432620 2022-01-04 21:52 ./slackware64/kde/plasma-firewall-5.23.5-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-01-04 21:52 ./slackware64/kde/plasma-firewall-5.23.5-x86_64-1.txz.asc
--rw-r--r-- 1 root root 343 2022-01-08 22:43 ./slackware64/kde/plasma-framework-5.90.0-x86_64-1.txt
--rw-r--r-- 1 root root 3406584 2022-01-08 22:43 ./slackware64/kde/plasma-framework-5.90.0-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-01-08 22:43 ./slackware64/kde/plasma-framework-5.90.0-x86_64-1.txz.asc
--rw-r--r-- 1 root root 407 2022-01-04 21:35 ./slackware64/kde/plasma-integration-5.23.5-x86_64-1.txt
--rw-r--r-- 1 root root 162088 2022-01-04 21:35 ./slackware64/kde/plasma-integration-5.23.5-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-01-04 21:35 ./slackware64/kde/plasma-integration-5.23.5-x86_64-1.txz.asc
--rw-r--r-- 1 root root 229 2022-01-04 21:48 ./slackware64/kde/plasma-nm-5.23.5-x86_64-1.txt
--rw-r--r-- 1 root root 1273092 2022-01-04 21:48 ./slackware64/kde/plasma-nm-5.23.5-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-01-04 21:48 ./slackware64/kde/plasma-nm-5.23.5-x86_64-1.txz.asc
--rw-r--r-- 1 root root 217 2022-01-04 21:50 ./slackware64/kde/plasma-pa-5.23.5-x86_64-1.txt
--rw-r--r-- 1 root root 228040 2022-01-04 21:50 ./slackware64/kde/plasma-pa-5.23.5-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-01-04 21:50 ./slackware64/kde/plasma-pa-5.23.5-x86_64-1.txz.asc
--rw-r--r-- 1 root root 221 2022-01-04 21:50 ./slackware64/kde/plasma-sdk-5.23.5-x86_64-1.txt
--rw-r--r-- 1 root root 349012 2022-01-04 21:50 ./slackware64/kde/plasma-sdk-5.23.5-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-01-04 21:50 ./slackware64/kde/plasma-sdk-5.23.5-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 1327096 2022-01-06 22:34 ./slackware64/kde/picmi-21.12.1-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-01-06 22:34 ./slackware64/kde/picmi-21.12.1-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 289 2022-01-06 21:55 ./slackware64/kde/pim-data-exporter-21.12.1-x86_64-1.txt
+-rw-r--r-- 1 root root 461756 2022-01-06 21:55 ./slackware64/kde/pim-data-exporter-21.12.1-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-01-06 21:55 ./slackware64/kde/pim-data-exporter-21.12.1-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 328 2022-01-06 21:55 ./slackware64/kde/pim-sieve-editor-21.12.1-x86_64-1.txt
+-rw-r--r-- 1 root root 543640 2022-01-06 21:55 ./slackware64/kde/pim-sieve-editor-21.12.1-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-01-06 21:55 ./slackware64/kde/pim-sieve-editor-21.12.1-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 211 2022-01-06 21:41 ./slackware64/kde/pimcommon-21.12.1-x86_64-1.txt
+-rw-r--r-- 1 root root 545932 2022-01-06 21:41 ./slackware64/kde/pimcommon-21.12.1-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-01-06 21:41 ./slackware64/kde/pimcommon-21.12.1-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 483 2022-01-04 21:51 ./slackware64/kde/plasma-browser-integration-5.23.5-x86_64-1.txt
+-rw-r--r-- 1 root root 190928 2022-01-04 21:51 ./slackware64/kde/plasma-browser-integration-5.23.5-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-01-04 21:51 ./slackware64/kde/plasma-browser-integration-5.23.5-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 535 2022-01-04 21:46 ./slackware64/kde/plasma-desktop-5.23.5-x86_64-1.txt
+-rw-r--r-- 1 root root 16907320 2022-01-04 21:46 ./slackware64/kde/plasma-desktop-5.23.5-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-01-04 21:46 ./slackware64/kde/plasma-desktop-5.23.5-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 295 2022-01-04 21:52 ./slackware64/kde/plasma-disks-5.23.5-x86_64-1.txt
+-rw-r--r-- 1 root root 132108 2022-01-04 21:52 ./slackware64/kde/plasma-disks-5.23.5-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-01-04 21:52 ./slackware64/kde/plasma-disks-5.23.5-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 276 2022-01-04 21:52 ./slackware64/kde/plasma-firewall-5.23.5-x86_64-1.txt
+-rw-r--r-- 1 root root 432620 2022-01-04 21:52 ./slackware64/kde/plasma-firewall-5.23.5-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-01-04 21:52 ./slackware64/kde/plasma-firewall-5.23.5-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 343 2022-01-08 22:43 ./slackware64/kde/plasma-framework-5.90.0-x86_64-1.txt
+-rw-r--r-- 1 root root 3406584 2022-01-08 22:43 ./slackware64/kde/plasma-framework-5.90.0-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-01-08 22:43 ./slackware64/kde/plasma-framework-5.90.0-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 407 2022-01-04 21:35 ./slackware64/kde/plasma-integration-5.23.5-x86_64-1.txt
+-rw-r--r-- 1 root root 162088 2022-01-04 21:35 ./slackware64/kde/plasma-integration-5.23.5-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-01-04 21:35 ./slackware64/kde/plasma-integration-5.23.5-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 229 2022-01-04 21:48 ./slackware64/kde/plasma-nm-5.23.5-x86_64-1.txt
+-rw-r--r-- 1 root root 1273092 2022-01-04 21:48 ./slackware64/kde/plasma-nm-5.23.5-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-01-04 21:48 ./slackware64/kde/plasma-nm-5.23.5-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 217 2022-01-04 21:50 ./slackware64/kde/plasma-pa-5.23.5-x86_64-1.txt
+-rw-r--r-- 1 root root 228040 2022-01-04 21:50 ./slackware64/kde/plasma-pa-5.23.5-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-01-04 21:50 ./slackware64/kde/plasma-pa-5.23.5-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 221 2022-01-04 21:50 ./slackware64/kde/plasma-sdk-5.23.5-x86_64-1.txt
+-rw-r--r-- 1 root root 349012 2022-01-04 21:50 ./slackware64/kde/plasma-sdk-5.23.5-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-01-04 21:50 ./slackware64/kde/plasma-sdk-5.23.5-x86_64-1.txz.asc
-rw-r--r-- 1 root root 570 2022-01-04 21:52 ./slackware64/kde/plasma-systemmonitor-5.23.5-x86_64-1.txt
-rw-r--r-- 1 root root 205456 2022-01-04 21:52 ./slackware64/kde/plasma-systemmonitor-5.23.5-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-01-04 21:52 ./slackware64/kde/plasma-systemmonitor-5.23.5-x86_64-1.txz.asc
@@ -5450,50 +5494,50 @@ drwxr-xr-x 2 root root 12288 2022-01-29 19:26 ./slackware64/xap
-rw-r--r-- 1 root root 746044 2021-02-13 13:29 ./slackware64/xap/easytag-2.4.3-x86_64-4.txz
-rw-r--r-- 1 root root 163 2021-02-13 13:29 ./slackware64/xap/easytag-2.4.3-x86_64-4.txz.asc
-rw-r--r-- 1 root root 650 2021-02-13 13:30 ./slackware64/xap/electricsheep-20090306-x86_64-7.txt
--rw-r--r-- 1 root root 2679880 2021-02-13 13:30 ./slackware64/xap/electricsheep-20090306-x86_64-7.txz
--rw-r--r-- 1 root root 163 2021-02-13 13:30 ./slackware64/xap/electricsheep-20090306-x86_64-7.txz.asc
--rw-r--r-- 1 root root 582 2021-02-13 13:31 ./slackware64/xap/ffmpegthumbnailer-2.2.2-x86_64-3.txt
--rw-r--r-- 1 root root 89744 2021-02-13 13:31 ./slackware64/xap/ffmpegthumbnailer-2.2.2-x86_64-3.txz
--rw-r--r-- 1 root root 163 2021-02-13 13:31 ./slackware64/xap/ffmpegthumbnailer-2.2.2-x86_64-3.txz.asc
--rw-r--r-- 1 root root 229 2022-01-17 21:13 ./slackware64/xap/fluxbox-1.3.7-x86_64-6.txt
--rw-r--r-- 1 root root 746904 2022-01-17 21:13 ./slackware64/xap/fluxbox-1.3.7-x86_64-6.txz
--rw-r--r-- 1 root root 163 2022-01-17 21:13 ./slackware64/xap/fluxbox-1.3.7-x86_64-6.txz.asc
--rw-r--r-- 1 root root 278 2022-01-12 17:30 ./slackware64/xap/freerdp-2.5.0-x86_64-1.txt
--rw-r--r-- 1 root root 1615380 2022-01-12 17:30 ./slackware64/xap/freerdp-2.5.0-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-01-12 17:30 ./slackware64/xap/freerdp-2.5.0-x86_64-1.txz.asc
--rw-r--r-- 1 root root 411 2021-02-13 13:31 ./slackware64/xap/fvwm-2.6.9-x86_64-4.txt
--rw-r--r-- 1 root root 2452448 2021-02-13 13:31 ./slackware64/xap/fvwm-2.6.9-x86_64-4.txz
--rw-r--r-- 1 root root 163 2021-02-13 13:31 ./slackware64/xap/fvwm-2.6.9-x86_64-4.txz.asc
--rw-r--r-- 1 root root 302 2022-01-25 19:25 ./slackware64/xap/geeqie-1.7.2-x86_64-1.txt
--rw-r--r-- 1 root root 1052140 2022-01-25 19:25 ./slackware64/xap/geeqie-1.7.2-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-01-25 19:25 ./slackware64/xap/geeqie-1.7.2-x86_64-1.txz.asc
--rw-r--r-- 1 root root 443 2021-11-15 20:14 ./slackware64/xap/gftp-2.8.0b-x86_64-1.txt
--rw-r--r-- 1 root root 697428 2021-11-15 20:14 ./slackware64/xap/gftp-2.8.0b-x86_64-1.txz
--rw-r--r-- 1 root root 163 2021-11-15 20:14 ./slackware64/xap/gftp-2.8.0b-x86_64-1.txz.asc
--rw-r--r-- 1 root root 471 2021-12-26 19:59 ./slackware64/xap/gimp-2.10.30-x86_64-2.txt
--rw-r--r-- 1 root root 19342100 2021-12-26 19:59 ./slackware64/xap/gimp-2.10.30-x86_64-2.txz
--rw-r--r-- 1 root root 163 2021-12-26 19:59 ./slackware64/xap/gimp-2.10.30-x86_64-2.txz.asc
--rw-r--r-- 1 root root 513 2021-02-13 13:35 ./slackware64/xap/gkrellm-2.3.11-x86_64-3.txt
--rw-r--r-- 1 root root 573456 2021-02-13 13:35 ./slackware64/xap/gkrellm-2.3.11-x86_64-3.txz
--rw-r--r-- 1 root root 163 2021-02-13 13:35 ./slackware64/xap/gkrellm-2.3.11-x86_64-3.txz.asc
--rw-r--r-- 1 root root 336 2021-07-14 04:21 ./slackware64/xap/gnuchess-6.2.9-x86_64-1.txt
--rw-r--r-- 1 root root 1692748 2021-07-14 04:21 ./slackware64/xap/gnuchess-6.2.9-x86_64-1.txz
--rw-r--r-- 1 root root 163 2021-07-14 04:21 ./slackware64/xap/gnuchess-6.2.9-x86_64-1.txz.asc
--rw-r--r-- 1 root root 644 2022-01-10 18:26 ./slackware64/xap/gnuplot-5.4.3-x86_64-1.txt
--rw-r--r-- 1 root root 1555536 2022-01-10 18:26 ./slackware64/xap/gnuplot-5.4.3-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-01-10 18:26 ./slackware64/xap/gnuplot-5.4.3-x86_64-1.txz.asc
--rw-r--r-- 1 root root 377 2021-07-20 18:44 ./slackware64/xap/gparted-1.3.1-x86_64-1.txt
--rw-r--r-- 1 root root 868720 2021-07-20 18:44 ./slackware64/xap/gparted-1.3.1-x86_64-1.txz
--rw-r--r-- 1 root root 163 2021-07-20 18:44 ./slackware64/xap/gparted-1.3.1-x86_64-1.txz.asc
--rw-r--r-- 1 root root 209 2021-02-13 13:37 ./slackware64/xap/gucharmap-12.0.1-x86_64-3.txt
--rw-r--r-- 1 root root 2200896 2021-02-13 13:37 ./slackware64/xap/gucharmap-12.0.1-x86_64-3.txz
--rw-r--r-- 1 root root 163 2021-02-13 13:37 ./slackware64/xap/gucharmap-12.0.1-x86_64-3.txz.asc
--rw-r--r-- 1 root root 369 2021-02-13 13:37 ./slackware64/xap/gv-3.7.4-x86_64-5.txt
--rw-r--r-- 1 root root 207120 2021-02-13 13:37 ./slackware64/xap/gv-3.7.4-x86_64-5.txz
--rw-r--r-- 1 root root 163 2021-02-13 13:37 ./slackware64/xap/gv-3.7.4-x86_64-5.txz.asc
--rw-r--r-- 1 root root 231 2021-11-03 00:53 ./slackware64/xap/hexchat-2.16.0-x86_64-3.txt
--rw-r--r-- 1 root root 1142592 2021-11-03 00:53 ./slackware64/xap/hexchat-2.16.0-x86_64-3.txz
--rw-r--r-- 1 root root 163 2021-11-03 00:53 ./slackware64/xap/hexchat-2.16.0-x86_64-3.txz.asc
+-rw-r--r-- 1 root root 2679880 2021-02-13 13:30 ./slackware64/xap/electricsheep-20090306-x86_64-7.txz
+-rw-r--r-- 1 root root 163 2021-02-13 13:30 ./slackware64/xap/electricsheep-20090306-x86_64-7.txz.asc
+-rw-r--r-- 1 root root 582 2021-02-13 13:31 ./slackware64/xap/ffmpegthumbnailer-2.2.2-x86_64-3.txt
+-rw-r--r-- 1 root root 89744 2021-02-13 13:31 ./slackware64/xap/ffmpegthumbnailer-2.2.2-x86_64-3.txz
+-rw-r--r-- 1 root root 163 2021-02-13 13:31 ./slackware64/xap/ffmpegthumbnailer-2.2.2-x86_64-3.txz.asc
+-rw-r--r-- 1 root root 229 2022-01-17 21:13 ./slackware64/xap/fluxbox-1.3.7-x86_64-6.txt
+-rw-r--r-- 1 root root 746904 2022-01-17 21:13 ./slackware64/xap/fluxbox-1.3.7-x86_64-6.txz
+-rw-r--r-- 1 root root 163 2022-01-17 21:13 ./slackware64/xap/fluxbox-1.3.7-x86_64-6.txz.asc
+-rw-r--r-- 1 root root 278 2022-01-12 17:30 ./slackware64/xap/freerdp-2.5.0-x86_64-1.txt
+-rw-r--r-- 1 root root 1615380 2022-01-12 17:30 ./slackware64/xap/freerdp-2.5.0-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-01-12 17:30 ./slackware64/xap/freerdp-2.5.0-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 411 2021-02-13 13:31 ./slackware64/xap/fvwm-2.6.9-x86_64-4.txt
+-rw-r--r-- 1 root root 2452448 2021-02-13 13:31 ./slackware64/xap/fvwm-2.6.9-x86_64-4.txz
+-rw-r--r-- 1 root root 163 2021-02-13 13:31 ./slackware64/xap/fvwm-2.6.9-x86_64-4.txz.asc
+-rw-r--r-- 1 root root 302 2022-01-25 19:25 ./slackware64/xap/geeqie-1.7.2-x86_64-1.txt
+-rw-r--r-- 1 root root 1052140 2022-01-25 19:25 ./slackware64/xap/geeqie-1.7.2-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-01-25 19:25 ./slackware64/xap/geeqie-1.7.2-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 443 2021-11-15 20:14 ./slackware64/xap/gftp-2.8.0b-x86_64-1.txt
+-rw-r--r-- 1 root root 697428 2021-11-15 20:14 ./slackware64/xap/gftp-2.8.0b-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2021-11-15 20:14 ./slackware64/xap/gftp-2.8.0b-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 471 2021-12-26 19:59 ./slackware64/xap/gimp-2.10.30-x86_64-2.txt
+-rw-r--r-- 1 root root 19342100 2021-12-26 19:59 ./slackware64/xap/gimp-2.10.30-x86_64-2.txz
+-rw-r--r-- 1 root root 163 2021-12-26 19:59 ./slackware64/xap/gimp-2.10.30-x86_64-2.txz.asc
+-rw-r--r-- 1 root root 513 2021-02-13 13:35 ./slackware64/xap/gkrellm-2.3.11-x86_64-3.txt
+-rw-r--r-- 1 root root 573456 2021-02-13 13:35 ./slackware64/xap/gkrellm-2.3.11-x86_64-3.txz
+-rw-r--r-- 1 root root 163 2021-02-13 13:35 ./slackware64/xap/gkrellm-2.3.11-x86_64-3.txz.asc
+-rw-r--r-- 1 root root 336 2021-07-14 04:21 ./slackware64/xap/gnuchess-6.2.9-x86_64-1.txt
+-rw-r--r-- 1 root root 1692748 2021-07-14 04:21 ./slackware64/xap/gnuchess-6.2.9-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2021-07-14 04:21 ./slackware64/xap/gnuchess-6.2.9-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 644 2022-01-10 18:26 ./slackware64/xap/gnuplot-5.4.3-x86_64-1.txt
+-rw-r--r-- 1 root root 1555536 2022-01-10 18:26 ./slackware64/xap/gnuplot-5.4.3-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-01-10 18:26 ./slackware64/xap/gnuplot-5.4.3-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 377 2021-07-20 18:44 ./slackware64/xap/gparted-1.3.1-x86_64-1.txt
+-rw-r--r-- 1 root root 868720 2021-07-20 18:44 ./slackware64/xap/gparted-1.3.1-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2021-07-20 18:44 ./slackware64/xap/gparted-1.3.1-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 209 2021-02-13 13:37 ./slackware64/xap/gucharmap-12.0.1-x86_64-3.txt
+-rw-r--r-- 1 root root 2200896 2021-02-13 13:37 ./slackware64/xap/gucharmap-12.0.1-x86_64-3.txz
+-rw-r--r-- 1 root root 163 2021-02-13 13:37 ./slackware64/xap/gucharmap-12.0.1-x86_64-3.txz.asc
+-rw-r--r-- 1 root root 369 2021-02-13 13:37 ./slackware64/xap/gv-3.7.4-x86_64-5.txt
+-rw-r--r-- 1 root root 207120 2021-02-13 13:37 ./slackware64/xap/gv-3.7.4-x86_64-5.txz
+-rw-r--r-- 1 root root 163 2021-02-13 13:37 ./slackware64/xap/gv-3.7.4-x86_64-5.txz.asc
+-rw-r--r-- 1 root root 231 2021-11-03 00:53 ./slackware64/xap/hexchat-2.16.0-x86_64-3.txt
+-rw-r--r-- 1 root root 1142592 2021-11-03 00:53 ./slackware64/xap/hexchat-2.16.0-x86_64-3.txz
+-rw-r--r-- 1 root root 163 2021-11-03 00:53 ./slackware64/xap/hexchat-2.16.0-x86_64-3.txz.asc
-rwxr-xr-x 1 root root 2897 2009-06-24 22:06 ./slackware64/xap/install-packages
-rw-r--r-- 1 root root 446 2006-09-18 10:41 ./slackware64/xap/install.end
-rw-r--r-- 1 root root 306 2021-09-10 17:56 ./slackware64/xap/libnma-1.8.32-x86_64-2.txt
@@ -11901,3292 +11945,3292 @@ drwxr-xr-x 4 root root 4096 2021-09-27 05:49 ./source/n/NetworkManager
-rwxr-xr-x 1 root root 7100 2021-09-27 05:49 ./source/n/NetworkManager/NetworkManager.SlackBuild
-rw-r--r-- 1 root root 139 2016-04-22 03:58 ./source/n/NetworkManager/NetworkManager.conf
drwxr-xr-x 2 root root 4096 2016-03-25 04:54 ./source/n/NetworkManager/conf.d
--rw-r--r-- 1 root root 329 2021-09-17 06:12 ./source/n/NetworkManager/conf.d/00-dhcp-client.conf
--rw-r--r-- 1 root root 23 2016-03-24 19:11 ./source/n/NetworkManager/conf.d/00-rc-manager.conf
--rw-r--r-- 1 root root 568 2016-03-25 04:35 ./source/n/NetworkManager/doinst.sh.gz
-drwxr-xr-x 2 root root 4096 2021-09-17 06:06 ./source/n/NetworkManager/patches
--rw-r--r-- 1 root root 1751 2021-09-17 06:04 ./source/n/NetworkManager/patches/9cc2591fe871b29ce9a743dfb2cd189cb1580bde.dhcpcd.graceful.exit.patch.gz
--rw-r--r-- 1 root root 2674 2017-05-25 19:37 ./source/n/NetworkManager/rc.networkmanager
--rw-r--r-- 1 root root 1064 2018-02-27 06:13 ./source/n/NetworkManager/slack-desc
-drwxr-xr-x 2 root root 4096 2021-09-21 02:06 ./source/n/alpine
--rw-r--r-- 1 root root 4487999 2021-09-18 18:07 ./source/n/alpine/alpine-2.25.tar.lz
--rwxr-xr-x 1 root root 6844 2021-09-21 02:06 ./source/n/alpine/alpine.SlackBuild
--rw-r--r-- 1 root root 326 2017-03-21 17:55 ./source/n/alpine/alpine.manpage.diff.gz
--rw-r--r-- 1 root root 42 2020-07-13 17:56 ./source/n/alpine/alpine.url
--rw-r--r-- 1 root root 471 2021-10-05 03:17 ./source/n/alpine/doinst.sh.alpine
--rw-r--r-- 1 root root 33859 2020-10-10 20:33 ./source/n/alpine/maildir.patch.gz
--rw-r--r-- 1 root root 51 2021-03-22 18:40 ./source/n/alpine/maildir.patch.url
--rw-r--r-- 1 root root 737 2008-08-07 02:33 ./source/n/alpine/pinepgp-0.18.0-makefile-sed-fix.diff.gz
--rw-r--r-- 1 root root 38103 2002-11-24 23:01 ./source/n/alpine/pinepgp-0.18.0.tar.gz
--rw-r--r-- 1 root root 72 2002-11-24 23:01 ./source/n/alpine/pinepgp-0.18.0.tar.gz.sig
--rw-r--r-- 1 root root 157 2008-08-07 02:50 ./source/n/alpine/pinepgp.pinegpgp.in.diff.gz
--rw-r--r-- 1 root root 1067 2019-05-06 18:19 ./source/n/alpine/slack-desc.alpine
--rw-r--r-- 1 root root 745 2018-02-27 06:13 ./source/n/alpine/slack-desc.imapd
-drwxr-xr-x 2 root root 4096 2021-10-20 04:32 ./source/n/autofs
--rw-r--r-- 1 root root 833 2021-10-19 03:15 ./source/n/autofs/autofs-5.1.8.tar.sign
--rw-r--r-- 1 root root 327396 2021-10-19 03:15 ./source/n/autofs/autofs-5.1.8.tar.xz
--rwxr-xr-x 1 root root 5438 2021-10-20 04:32 ./source/n/autofs/autofs.SlackBuild
--rw-r--r-- 1 root root 51 2017-12-24 17:09 ./source/n/autofs/autofs.url
--rw-r--r-- 1 root root 370 2017-12-03 21:55 ./source/n/autofs/doinst.sh.gz
--rw-r--r-- 1 root root 868 2018-02-27 06:13 ./source/n/autofs/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/biff+comsat
--rw-r--r-- 1 root root 195 2001-02-26 02:06 ./source/n/biff+comsat/biff+comsat-0.17.diff.gz
--rw-r--r-- 1 root root 13700 2000-07-31 02:56 ./source/n/biff+comsat/biff+comsat-0.17.tar.gz
--rwxr-xr-x 1 root root 3214 2021-02-13 05:32 ./source/n/biff+comsat/biff+comsat.SlackBuild
--rw-r--r-- 1 root root 729 2004-06-21 20:51 ./source/n/biff+comsat/biff+comsat.badutmp.diff.gz
--rw-r--r-- 1 root root 1222 2001-06-03 08:32 ./source/n/biff+comsat/biff+comsat.offset.diff.gz
--rw-r--r-- 1 root root 1142 2018-02-27 06:13 ./source/n/biff+comsat/slack-desc
-drwxr-xr-x 3 root root 4096 2022-01-19 17:47 ./source/n/bind
--rw-r--r-- 1 root root 5120 2007-06-08 04:48 ./source/n/bind/3link.sh
--rw-r--r-- 1 root root 5086780 2022-01-19 14:49 ./source/n/bind/bind-9.16.25.tar.xz
--rw-r--r-- 1 root root 874 2022-01-19 14:49 ./source/n/bind/bind-9.16.25.tar.xz.asc
--rw-r--r-- 1 root root 874 2022-01-19 14:49 ./source/n/bind/bind-9.16.25.tar.xz.sha1.asc
--rw-r--r-- 1 root root 874 2022-01-19 14:49 ./source/n/bind/bind-9.16.25.tar.xz.sha256.asc
--rw-r--r-- 1 root root 874 2022-01-19 14:49 ./source/n/bind/bind-9.16.25.tar.xz.sha512.asc
--rwxr-xr-x 1 root root 5506 2021-11-17 19:32 ./source/n/bind/bind.SlackBuild
-drwxr-xr-x 2 root root 4096 2019-08-19 18:12 ./source/n/bind/caching-example
--rw-r--r-- 1 root root 195 2001-05-18 02:03 ./source/n/bind/caching-example/localhost.zone
--rw-r--r-- 1 root root 681 2008-04-13 21:47 ./source/n/bind/caching-example/named.conf
--rw-r--r-- 1 root root 433 2011-03-26 06:54 ./source/n/bind/caching-example/named.local
--rw-r--r-- 1 root root 3312 2019-07-30 01:10 ./source/n/bind/caching-example/named.root
--rw-r--r-- 1 root root 478 2021-09-24 19:02 ./source/n/bind/default.named
--rw-r--r-- 1 root root 532 2021-09-16 00:25 ./source/n/bind/doinst.sh.gz
--rw-r--r-- 1 root root 3990 2021-09-24 19:04 ./source/n/bind/rc.bind
--rw-r--r-- 1 root root 786 2018-02-27 06:13 ./source/n/bind/slack-desc
-drwxr-xr-x 3 root root 4096 2022-01-06 00:45 ./source/n/bluez
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/bluez-firmware
--rw-r--r-- 1 root root 262963 2007-04-23 22:58 ./source/n/bluez-firmware/bluez-firmware-1.2.tar.bz2
--rwxr-xr-x 1 root root 3876 2021-02-13 05:32 ./source/n/bluez-firmware/bluez-firmware.SlackBuild
--rw-r--r-- 1 root root 828 2018-02-27 06:13 ./source/n/bluez-firmware/slack-desc
--rw-r--r-- 1 root root 852 2019-10-13 03:07 ./source/n/bluez/bluez-5.51-obexd_without_systemd-1.patch.gz
--rw-r--r-- 1 root root 801 2022-01-05 22:30 ./source/n/bluez/bluez-5.63.tar.sign
--rw-r--r-- 1 root root 2169168 2022-01-05 22:30 ./source/n/bluez/bluez-5.63.tar.xz
--rwxr-xr-x 1 root root 6549 2022-01-26 19:14 ./source/n/bluez/bluez.SlackBuild
--rw-r--r-- 1 root root 42 2019-10-31 16:44 ./source/n/bluez/bluez.url
--rw-r--r-- 1 root root 128 2016-03-26 18:17 ./source/n/bluez/btusb.conf
-drwxr-xr-x 2 root root 4096 2016-04-18 18:04 ./source/n/bluez/config
--rw-r--r-- 1 root root 276 2021-07-10 16:50 ./source/n/bluez/config/defaultconfig
--rw-r--r-- 1 root root 1456 2022-01-26 19:14 ./source/n/bluez/config/rc.bluetooth
--rw-r--r-- 1 root root 148 2015-11-26 06:03 ./source/n/bluez/config/uart.conf
--rw-r--r-- 1 root root 370 2017-12-28 21:31 ./source/n/bluez/doinst.sh.gz
--rw-r--r-- 1 root root 786 2019-09-20 19:06 ./source/n/bluez/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/bootp
--rw-r--r-- 1 root root 616 2006-06-09 23:31 ./source/n/bootp/_bootp.tar.gz
--rwxr-xr-x 1 root root 3150 2021-02-13 05:32 ./source/n/bootp/bootp.SlackBuild
--rw-r--r-- 1 root root 23147 2006-02-17 23:17 ./source/n/bootp/bootp_2.4.3-15.diff.gz
--rw-r--r-- 1 root root 89235 1999-03-18 19:52 ./source/n/bootp/bootp_2.4.3.orig.tar.gz
--rw-r--r-- 1 root root 643 2002-02-27 00:08 ./source/n/bootp/bootptab.gz
--rw-r--r-- 1 root root 873 2018-02-27 06:13 ./source/n/bootp/slack-desc
-drwxr-xr-x 2 root root 4096 2021-03-21 17:41 ./source/n/bridge-utils
--rw-r--r-- 1 root root 29421 2021-03-21 17:40 ./source/n/bridge-utils/bridge-utils-1.7.1.tar.lz
--rwxr-xr-x 1 root root 4014 2021-03-21 17:41 ./source/n/bridge-utils/bridge-utils.SlackBuild
--rw-r--r-- 1 root root 131 2021-03-21 17:40 ./source/n/bridge-utils/bridge-utils.url
--rw-r--r-- 1 root root 1048 2018-02-27 06:13 ./source/n/bridge-utils/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/bsd-finger
--rw-r--r-- 1 root root 288 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.16-allocbroken.patch.gz
--rw-r--r-- 1 root root 334 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.16-pts.patch.gz
--rw-r--r-- 1 root root 2920 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-coverity-bugs.patch.gz
--rw-r--r-- 1 root root 430 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-exact.patch.gz
--rw-r--r-- 1 root root 541 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-host-info.patch.gz
--rw-r--r-- 1 root root 234 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-init-realname.patch.gz
--rw-r--r-- 1 root root 349 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-match_sigsegv.patch.gz
--rw-r--r-- 1 root root 350 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-rfc742.patch.gz
--rw-r--r-- 1 root root 302 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-strip.patch.gz
--rw-r--r-- 1 root root 312 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-time.patch.gz
--rw-r--r-- 1 root root 4169 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-usagi-ipv6.patch.gz
--rw-r--r-- 1 root root 568 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-utmp.patch.gz
--rw-r--r-- 1 root root 273 2001-02-26 01:21 ./source/n/bsd-finger/bsd-finger-0.17.diff.gz
--rw-r--r-- 1 root root 25521 2000-07-31 02:56 ./source/n/bsd-finger/bsd-finger-0.17.tar.gz
--rw-r--r-- 1 root root 1479 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-wide-char-support5.patch.gz
--rwxr-xr-x 1 root root 3939 2021-02-13 05:32 ./source/n/bsd-finger/bsd-finger.SlackBuild
--rw-r--r-- 1 root root 1071 2018-02-27 06:13 ./source/n/bsd-finger/slack-desc
-drwxr-xr-x 2 root root 4096 2021-10-27 17:44 ./source/n/c-ares
--rw-r--r-- 1 root root 835619 2021-10-27 06:07 ./source/n/c-ares/c-ares-1.18.1.tar.lz
--rwxr-xr-x 1 root root 4415 2021-04-09 19:16 ./source/n/c-ares/c-ares.SlackBuild
--rw-r--r-- 1 root root 970 2021-04-09 19:13 ./source/n/c-ares/slack-desc
-drwxr-xr-x 2 root root 4096 2021-12-17 05:54 ./source/n/ca-certificates
--rwxr-xr-x 1 root root 3661 2021-10-05 19:57 ./source/n/ca-certificates/ca-certificates.SlackBuild
--rw-r--r-- 1 root root 14672 2018-12-11 03:14 ./source/n/ca-certificates/ca-certificates.tar.lz
--rw-r--r-- 1 root root 206428 2021-12-17 05:54 ./source/n/ca-certificates/certdata-20211216.txt.xz
--rw-r--r-- 1 root root 448 2021-10-05 19:56 ./source/n/ca-certificates/doinst.sh.gz
--rw-r--r-- 1 root root 374 2015-09-14 21:52 ./source/n/ca-certificates/fixup_update-ca-certificates.diff.gz
--rwxr-xr-x 1 root root 1626 2018-12-11 03:25 ./source/n/ca-certificates/get-certdata.txt.sh
--rw-r--r-- 1 root root 128 2012-09-11 21:12 ./source/n/ca-certificates/setup.11.cacerts
--rw-r--r-- 1 root root 829 2019-02-26 23:30 ./source/n/ca-certificates/slack-desc
--rw-r--r-- 1 root root 229 2019-02-26 20:33 ./source/n/ca-certificates/update-ca-certificates.c_rehash.diff.gz
-drwxr-xr-x 2 root root 4096 2021-09-25 00:06 ./source/n/cifs-utils
--rw-r--r-- 1 root root 319490 2021-09-23 23:53 ./source/n/cifs-utils/cifs-utils-6.14.tar.lz
--rwxr-xr-x 1 root root 4873 2021-04-13 16:13 ./source/n/cifs-utils/cifs-utils.SlackBuild
--rw-r--r-- 1 root root 48 2018-11-15 17:49 ./source/n/cifs-utils/cifs-utils.url
--rw-r--r-- 1 root root 1061 2018-02-27 06:13 ./source/n/cifs-utils/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/conntrack-tools
--rw-r--r-- 1 root root 419642 2020-04-01 17:27 ./source/n/conntrack-tools/conntrack-tools-1.4.6.tar.lz
--rwxr-xr-x 1 root root 3634 2021-02-13 05:32 ./source/n/conntrack-tools/conntrack-tools.SlackBuild
--rw-r--r-- 1 root root 44 2020-04-02 18:37 ./source/n/conntrack-tools/conntrack-tools.url
--rw-r--r-- 1 root root 1092 2018-05-28 18:00 ./source/n/conntrack-tools/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/crda
--rw-r--r-- 1 root root 61500 2019-11-01 18:08 ./source/n/crda/crda-4.14.tar.xz
--rwxr-xr-x 1 root root 4281 2021-02-13 05:32 ./source/n/crda/crda.SlackBuild
--rw-r--r-- 1 root root 113 2019-11-01 19:04 ./source/n/crda/crda.url
--rw-r--r-- 1 root root 425 2015-03-21 20:15 ./source/n/crda/get_regdb.sh
--rw-r--r-- 1 root root 861 2018-02-27 06:13 ./source/n/crda/slack-desc
--rw-r--r-- 1 root root 488 2019-06-03 21:45 ./source/n/crda/wireless-regdb-2019.06.03.tar.sign
--rw-r--r-- 1 root root 23176 2019-06-03 21:45 ./source/n/crda/wireless-regdb-2019.06.03.tar.xz
--rw-r--r-- 1 root root 55 2018-02-05 06:31 ./source/n/crda/wireless-regdb.url
-drwxr-xr-x 2 root root 4096 2022-01-05 19:57 ./source/n/curl
--rw-r--r-- 1 root root 2486388 2022-01-05 07:52 ./source/n/curl/curl-7.81.0.tar.xz
--rw-r--r-- 1 root root 488 2022-01-05 07:52 ./source/n/curl/curl-7.81.0.tar.xz.asc
--rwxr-xr-x 1 root root 4851 2021-05-26 18:57 ./source/n/curl/curl.SlackBuild
--rw-r--r-- 1 root root 30 2018-04-20 16:49 ./source/n/curl/curl.url
--rw-r--r-- 1 root root 1004 2019-02-06 21:57 ./source/n/curl/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/cyrus-sasl
--rw-r--r-- 1 root root 1596313 2018-11-17 00:25 ./source/n/cyrus-sasl/cyrus-sasl-2.1.27.tar.lz
--rwxr-xr-x 1 root root 4562 2021-02-13 05:32 ./source/n/cyrus-sasl/cyrus-sasl.SlackBuild
--rw-r--r-- 1 root root 36 2018-05-07 05:40 ./source/n/cyrus-sasl/cyrus-sasl.url
--rw-r--r-- 1 root root 275 2005-07-24 22:43 ./source/n/cyrus-sasl/doinst.sh.gz
--rw-r--r-- 1 root root 584 2020-11-30 19:09 ./source/n/cyrus-sasl/rc.saslauthd.gz
--rw-r--r-- 1 root root 831 2018-02-27 06:13 ./source/n/cyrus-sasl/slack-desc
-drwxr-xr-x 2 root root 4096 2021-04-18 18:03 ./source/n/daemon
--rw-r--r-- 1 root root 297884 2021-03-04 16:12 ./source/n/daemon/daemon-0.8.tar.lz
--rwxr-xr-x 1 root root 3821 2021-04-18 18:01 ./source/n/daemon/daemon.SlackBuild
--rw-r--r-- 1 root root 271 2021-04-18 18:02 ./source/n/daemon/doinst.sh.gz
--rw-r--r-- 1 root root 911 2021-04-18 18:02 ./source/n/daemon/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/dehydrated
--rw-r--r-- 1 root root 78906 2020-12-10 15:54 ./source/n/dehydrated/dehydrated-0.7.0.tar.lz
--rwxr-xr-x 1 root root 3560 2021-02-13 05:32 ./source/n/dehydrated/dehydrated.SlackBuild
--rw-r--r-- 1 root root 276 2021-01-04 23:19 ./source/n/dehydrated/dehydrated.cron
--rw-r--r-- 1 root root 53 2020-12-23 09:56 ./source/n/dehydrated/dehydrated.url
--rw-r--r-- 1 root root 367 2021-01-04 23:17 ./source/n/dehydrated/doinst.sh.gz
--rw-r--r-- 1 root root 1006 2021-01-04 23:24 ./source/n/dehydrated/slack-desc
-drwxr-xr-x 2 root root 4096 2021-05-29 17:22 ./source/n/dhcp
--rw-r--r-- 1 root root 414 2017-08-03 20:32 ./source/n/dhcp/dhclient-script.PATH.diff.gz
--rw-r--r-- 1 root root 9898311 2021-05-26 20:15 ./source/n/dhcp/dhcp-4.4.2-P1.tar.gz
--rw-r--r-- 1 root root 833 2021-05-26 20:15 ./source/n/dhcp/dhcp-4.4.2-P1.tar.gz.asc
--rw-r--r-- 1 root root 833 2021-05-26 20:15 ./source/n/dhcp/dhcp-4.4.2-P1.tar.gz.sha1.asc
--rw-r--r-- 1 root root 833 2021-05-26 20:15 ./source/n/dhcp/dhcp-4.4.2-P1.tar.gz.sha256.asc
--rw-r--r-- 1 root root 833 2021-05-26 20:15 ./source/n/dhcp/dhcp-4.4.2-P1.tar.gz.sha512.asc
--rwxr-xr-x 1 root root 1667 2011-04-06 19:13 ./source/n/dhcp/dhcp-remove-bind-tarball.sh
--rwxr-xr-x 1 root root 5716 2021-05-29 17:23 ./source/n/dhcp/dhcp.SlackBuild
--rw-r--r-- 1 root root 28 2020-01-22 18:55 ./source/n/dhcp/dhcp.url
--rw-r--r-- 1 root root 309 2011-03-24 13:39 ./source/n/dhcp/doinst.sh.gz
--rw-r--r-- 1 root root 1093 2018-02-27 06:13 ./source/n/dhcp/slack-desc
-drwxr-xr-x 3 root root 4096 2021-10-24 17:58 ./source/n/dhcpcd
--rw-r--r-- 1 root root 257092 2021-10-22 12:05 ./source/n/dhcpcd/dhcpcd-9.4.1.tar.xz
--rw-r--r-- 1 root root 96 2021-10-22 12:05 ./source/n/dhcpcd/dhcpcd-9.4.1.tar.xz.distinfo
--rw-r--r-- 1 root root 669 2021-10-22 12:05 ./source/n/dhcpcd/dhcpcd-9.4.1.tar.xz.distinfo.asc
--rwxr-xr-x 1 root root 5350 2021-10-24 17:58 ./source/n/dhcpcd/dhcpcd.SlackBuild
--rw-r--r-- 1 root root 42 2021-09-12 17:50 ./source/n/dhcpcd/dhcpcd.url
--rw-r--r-- 1 root root 265 2009-07-24 16:30 ./source/n/dhcpcd/doinst.sh.gz
-drwxr-xr-x 2 root root 4096 2021-10-24 17:58 ./source/n/dhcpcd/patches
--rw-r--r-- 1 root root 427 2018-01-02 10:15 ./source/n/dhcpcd/patches/dhcpcd.conf-Don-t-invoke-wpa_supplicant-by-default.patch
--rw-r--r-- 1 root root 411 2018-01-02 10:20 ./source/n/dhcpcd/patches/dhcpcd.conf-request_ntp_server_by_default.patch
--rw-r--r-- 1 root root 316 2021-08-10 04:00 ./source/n/dhcpcd/patches/use-hostname_short-in-dhcpcd.conf.patch
--rw-r--r-- 1 root root 947 2018-02-27 06:13 ./source/n/dhcpcd/slack-desc
-drwxr-xr-x 2 root root 4096 2021-09-09 17:11 ./source/n/dnsmasq
--rw-r--r-- 1 root root 898 2019-08-28 17:40 ./source/n/dnsmasq/dnsmasq-2.80-SIOCGSTAMP.patch.gz
--rw-r--r-- 1 root root 531404 2021-09-08 21:53 ./source/n/dnsmasq/dnsmasq-2.86.tar.xz
--rw-r--r-- 1 root root 833 2021-09-08 21:53 ./source/n/dnsmasq/dnsmasq-2.86.tar.xz.asc
--rwxr-xr-x 1 root root 4269 2021-09-09 17:11 ./source/n/dnsmasq/dnsmasq.SlackBuild
--rw-r--r-- 1 root root 543 2010-01-22 21:33 ./source/n/dnsmasq/dnsmasq.leasedir.diff.gz
--rw-r--r-- 1 root root 246 2017-07-07 18:28 ./source/n/dnsmasq/dnsmasq.libidn2.diff.gz
--rw-r--r-- 1 root root 345 2021-04-25 18:48 ./source/n/dnsmasq/doinst.sh.gz
--rw-r--r-- 1 root root 383 2021-04-25 18:44 ./source/n/dnsmasq/rc.dnsmasq.gz
--rw-r--r-- 1 root root 898 2018-02-27 06:13 ./source/n/dnsmasq/slack-desc
-drwxr-xr-x 2 root root 4096 2021-12-07 17:38 ./source/n/dovecot
--rw-r--r-- 1 root root 574 2020-02-12 17:48 ./source/n/dovecot/doinst.sh.gz
--rw-r--r-- 1 root root 4487199 2021-12-07 09:15 ./source/n/dovecot/dovecot-2.3.17.1.tar.lz
--rwxr-xr-x 1 root root 6193 2021-06-21 17:42 ./source/n/dovecot/dovecot.SlackBuild
--rw-r--r-- 1 root root 498 2017-11-15 01:04 ./source/n/dovecot/dovecot.config.README.diff.gz
--rw-r--r-- 1 root root 650 2018-01-31 23:05 ./source/n/dovecot/dovecot.default.shadow.auth.diff.gz
--rw-r--r-- 1 root root 157 2020-02-12 17:46 ./source/n/dovecot/dovecot.pam
--rw-r--r-- 1 root root 23 2019-07-13 18:39 ./source/n/dovecot/dovecot.url
--rw-r--r-- 1 root root 554 2017-11-19 20:37 ./source/n/dovecot/rc.dovecot
--rw-r--r-- 1 root root 937 2018-02-27 06:13 ./source/n/dovecot/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/ebtables
--rw-r--r-- 1 root root 265 2012-10-26 20:31 ./source/n/ebtables/doinst.sh.gz
--rw-r--r-- 1 root root 299200 2019-12-02 15:31 ./source/n/ebtables/ebtables-2.0.11.tar.lz
--rwxr-xr-x 1 root root 3614 2021-02-13 05:32 ./source/n/ebtables/ebtables.SlackBuild
--rw-r--r-- 1 root root 37 2019-12-03 18:10 ./source/n/ebtables/ebtables.url
--rw-r--r-- 1 root root 911 2019-12-03 18:12 ./source/n/ebtables/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/elm
--rw-r--r-- 1 root root 4400 2009-08-13 19:04 ./source/n/elm/config.sh
--rwxr-xr-x 1 root root 3200 2021-02-13 05:32 ./source/n/elm/elm.SlackBuild
--rw-r--r-- 1 root root 481431 2005-08-18 13:25 ./source/n/elm/elm2.5.8.tar.bz2
--rw-r--r-- 1 root root 675 2018-02-27 06:13 ./source/n/elm/slack-desc
-drwxr-xr-x 2 root root 4096 2021-11-02 19:02 ./source/n/epic5
--rw-r--r-- 1 root root 249636 2005-03-16 01:15 ./source/n/epic5/epic-help-current.tar.xz
--rw-r--r-- 1 root root 888148 2021-10-06 15:37 ./source/n/epic5/epic5-2.1.6.tar.xz
--rwxr-xr-x 1 root root 4236 2021-11-02 19:02 ./source/n/epic5/epic5.SlackBuild
--rw-r--r-- 1 root root 771 2018-02-27 06:13 ./source/n/epic5/slack-desc
-drwxr-xr-x 2 root root 4096 2022-01-19 17:53 ./source/n/ethtool
--rw-r--r-- 1 root root 488 2022-01-18 23:31 ./source/n/ethtool/ethtool-5.16.tar.sign
--rw-r--r-- 1 root root 320308 2022-01-18 23:31 ./source/n/ethtool/ethtool-5.16.tar.xz
--rwxr-xr-x 1 root root 3251 2021-05-03 18:16 ./source/n/ethtool/ethtool.SlackBuild
--rw-r--r-- 1 root root 53 2018-02-03 23:15 ./source/n/ethtool/ethtool.url
--rw-r--r-- 1 root root 895 2018-02-27 06:13 ./source/n/ethtool/slack-desc
-drwxr-xr-x 2 root root 4096 2022-01-27 03:55 ./source/n/fetchmail
--rw-r--r-- 1 root root 1323680 2022-01-26 19:38 ./source/n/fetchmail/fetchmail-6.4.27.tar.lz
--rw-r--r-- 1 root root 833 2022-01-26 19:38 ./source/n/fetchmail/fetchmail-6.4.27.tar.lz.asc
--rwxr-xr-x 1 root root 3596 2021-11-20 18:52 ./source/n/fetchmail/fetchmail.SlackBuild
--rw-r--r-- 1 root root 42 2019-09-28 19:00 ./source/n/fetchmail/fetchmail.url
--rw-r--r-- 1 root root 1061 2018-02-27 06:13 ./source/n/fetchmail/slack-desc
-drwxr-xr-x 2 root root 4096 2022-01-09 02:29 ./source/n/getmail
--rwxr-xr-x 1 root root 2433 2022-01-09 02:29 ./source/n/getmail/getmail.SlackBuild
--rw-r--r-- 1 root root 73 2020-08-15 18:00 ./source/n/getmail/getmail.url
--rw-r--r-- 1 root root 146270 2022-01-08 21:10 ./source/n/getmail/getmail6-6.18.6.tar.lz
--rw-r--r-- 1 root root 817 2018-02-27 06:13 ./source/n/getmail/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./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 3781 2021-02-13 05:32 ./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 2021-11-26 19:19 ./source/n/gnupg2
--rw-r--r-- 1 root root 5140296 2021-11-23 10:49 ./source/n/gnupg2/gnupg-2.2.33.tar.lz
--rwxr-xr-x 1 root root 4251 2021-06-11 16:46 ./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 2021-10-11 21:53 ./source/n/gnutls
--rw-r--r-- 1 root root 6091508 2021-05-29 08:50 ./source/n/gnutls/gnutls-3.7.2.tar.xz
--rw-r--r-- 1 root root 566 2021-05-29 08:50 ./source/n/gnutls/gnutls-3.7.2.tar.xz.sig
--rwxr-xr-x 1 root root 4933 2021-05-24 16:52 ./source/n/gnutls/gnutls.SlackBuild
--rw-r--r-- 1 root root 946 2018-02-27 06:13 ./source/n/gnutls/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/gpa
--rw-r--r-- 1 root root 232 2012-07-18 19:35 ./source/n/gpa/doinst.sh.gz
--rw-r--r-- 1 root root 623700 2018-10-17 06:25 ./source/n/gpa/gpa-0.10.0.tar.lz
--rwxr-xr-x 1 root root 4112 2021-02-13 05:32 ./source/n/gpa/gpa.SlackBuild
--rw-r--r-- 1 root root 737 2018-02-27 06:13 ./source/n/gpa/slack-desc
-drwxr-xr-x 2 root root 4096 2021-11-02 19:02 ./source/n/gpgme
--rw-r--r-- 1 root root 1268978 2021-06-24 17:31 ./source/n/gpgme/gpgme-1.16.0.tar.lz
--rwxr-xr-x 1 root root 3913 2021-11-02 19:02 ./source/n/gpgme/gpgme.SlackBuild
--rw-r--r-- 1 root root 990 2018-02-27 06:13 ./source/n/gpgme/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/htdig
--rw-r--r-- 1 root root 274 2007-04-07 22:58 ./source/n/htdig/doinst.sh.gz
--rw-r--r-- 1 root root 3347 2007-04-07 22:30 ./source/n/htdig/htdig-3.2.0b6.diff.gz
--rw-r--r-- 1 root root 2498246 2004-07-13 14:21 ./source/n/htdig/htdig-3.2.0b6.tar.bz2
--rwxr-xr-x 1 root root 4788 2021-02-13 05:32 ./source/n/htdig/htdig.SlackBuild
--rw-r--r-- 1 root root 288 2007-05-02 18:02 ./source/n/htdig/htdig.conf.diff.gz
--rw-r--r-- 1 root root 887 2018-02-27 06:13 ./source/n/htdig/slack-desc
-drwxr-xr-x 2 root root 4096 2021-12-20 18:30 ./source/n/httpd
--rw-r--r-- 1 root root 931 2018-09-24 18:58 ./source/n/httpd/doinst.sh.gz
--rw-r--r-- 1 root root 7439184 2021-12-20 09:36 ./source/n/httpd/httpd-2.4.52.tar.bz2
--rw-r--r-- 1 root root 874 2021-12-20 09:36 ./source/n/httpd/httpd-2.4.52.tar.bz2.asc
--rwxr-xr-x 1 root root 9105 2021-06-03 18:29 ./source/n/httpd/httpd.SlackBuild
--rw-r--r-- 1 root root 260 2012-04-13 02:17 ./source/n/httpd/httpd.runasapache.diff.gz
--rw-r--r-- 1 root root 112 2021-12-20 18:30 ./source/n/httpd/httpd.url
--rw-r--r-- 1 root root 171 2021-05-23 19:15 ./source/n/httpd/logrotate.httpd
--rw-r--r-- 1 root root 1083 2018-03-20 18:37 ./source/n/httpd/rc.httpd
--rw-r--r-- 1 root root 966 2018-02-27 06:13 ./source/n/httpd/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/icmpinfo
--rw-r--r-- 1 root root 472 2015-10-13 17:39 ./source/n/icmpinfo/icmpinfo-1.11-time.diff.gz
--rw-r--r-- 1 root root 2263 2007-04-29 20:13 ./source/n/icmpinfo/icmpinfo-1.11.diff.gz
--rw-r--r-- 1 root root 11873 1995-08-23 23:00 ./source/n/icmpinfo/icmpinfo-1.11.tar.gz
--rwxr-xr-x 1 root root 2964 2021-02-13 05:32 ./source/n/icmpinfo/icmpinfo.SlackBuild
--rw-r--r-- 1 root root 822 2018-02-27 06:13 ./source/n/icmpinfo/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/iftop
--rw-r--r-- 1 root root 155060 2014-01-19 21:57 ./source/n/iftop/iftop-1.0pre4.tar.xz
--rwxr-xr-x 1 root root 4173 2021-02-13 05:32 ./source/n/iftop/iftop.SlackBuild
--rw-r--r-- 1 root root 865 2020-03-18 18:00 ./source/n/iftop/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/inetd
--rw-r--r-- 1 root root 5551 2002-03-22 02:21 ./source/n/inetd/README
--rw-r--r-- 1 root root 341 2017-11-16 19:32 ./source/n/inetd/doinst.sh.gz
--rw-r--r-- 1 root root 413 2016-01-11 06:08 ./source/n/inetd/fix-x86_64-daytime-segfault.diff.gz
--rw-r--r-- 1 root root 6436 2001-02-07 01:19 ./source/n/inetd/inetd-OpenBSD-1.79.diff.gz
--rw-r--r-- 1 root root 19053 2001-02-06 20:48 ./source/n/inetd/inetd-OpenBSD-1.79.tar.gz
--rwxr-xr-x 1 root root 3204 2021-02-13 05:32 ./source/n/inetd/inetd.SlackBuild
--rw-r--r-- 1 root root 4515 2017-11-13 04:46 ./source/n/inetd/inetd.conf
--rw-r--r-- 1 root root 197 2021-01-17 00:18 ./source/n/inetd/inetd.libtirpc.diff.gz
--rw-r--r-- 1 root root 889 2003-09-06 23:32 ./source/n/inetd/inetd.loopingdos.diff.gz
--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 2022-01-11 20:42 ./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 2022-01-10 23:30 ./source/n/iproute2/iproute2-5.16.0.tar.sign
--rw-r--r-- 1 root root 862504 2022-01-10 23:30 ./source/n/iproute2/iproute2-5.16.0.tar.xz
--rwxr-xr-x 1 root root 4945 2021-02-23 21:51 ./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 2021-08-06 17:25 ./source/n/ipset
--rw-r--r-- 1 root root 498155 2021-08-04 06:19 ./source/n/ipset/ipset-7.15.tar.lz
--rwxr-xr-x 1 root root 3918 2021-02-20 19:19 ./source/n/ipset/ipset.SlackBuild
--rw-r--r-- 1 root root 927 2018-02-27 06:13 ./source/n/ipset/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/iptables
--rw-r--r-- 1 root root 619019 2021-01-15 22:12 ./source/n/iptables/iptables-1.8.7.tar.lz
--rwxr-xr-x 1 root root 4149 2021-02-13 05:32 ./source/n/iptables/iptables.SlackBuild
--rw-r--r-- 1 root root 46 2020-11-01 18:56 ./source/n/iptables/iptables.url
--rw-r--r-- 1 root root 1098 2019-12-03 18:03 ./source/n/iptables/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/iptraf-ng
--rw-r--r-- 1 root root 283345 2020-07-21 12:10 ./source/n/iptraf-ng/iptraf-ng-1.2.1.tar.lz
--rwxr-xr-x 1 root root 4225 2021-02-13 05:32 ./source/n/iptraf-ng/iptraf-ng.SlackBuild
--rw-r--r-- 1 root root 242 2020-06-01 18:08 ./source/n/iptraf-ng/iptraf-ng.paths.diff.gz
--rw-r--r-- 1 root root 39 2020-06-01 18:01 ./source/n/iptraf-ng/iptraf-ng.url
--rw-r--r-- 1 root root 1041 2018-02-27 06:13 ./source/n/iptraf-ng/slack-desc
-drwxr-xr-x 2 root root 4096 2021-12-16 03:01 ./source/n/iputils
--rw-r--r-- 1 root root 444669 2021-12-15 13:09 ./source/n/iputils/iputils-20211215.tar.lz
--rwxr-xr-x 1 root root 4470 2021-12-16 03:02 ./source/n/iputils/iputils.SlackBuild
--rw-r--r-- 1 root root 1059 2021-12-16 03:01 ./source/n/iputils/iputils.docbook.revert.diff.gz
--rw-r--r-- 1 root root 44 2018-08-06 17:28 ./source/n/iputils/iputils.url
--rw-r--r-- 1 root root 864 2021-12-16 21:30 ./source/n/iputils/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/ipw2100-fw
--rw-r--r-- 1 root root 177519 2008-03-09 04:43 ./source/n/ipw2100-fw/ipw2100-fw-1.3.tar.bz2
--rwxr-xr-x 1 root root 3250 2021-02-13 05:32 ./source/n/ipw2100-fw/ipw2100-fw.SlackBuild
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./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 2021-02-13 05:32 ./source/n/ipw2200-fw/ipw2200-fw.SlackBuild
-drwxr-xr-x 2 root root 4096 2021-05-21 16:40 ./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 1145292 2021-04-09 18:09 ./source/n/irssi/irssi-1.2.3.tar.xz
--rw-r--r-- 1 root root 195 2021-04-09 18:09 ./source/n/irssi/irssi-1.2.3.tar.xz.asc
--rwxr-xr-x 1 root root 4796 2021-05-21 16:40 ./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 2021-11-08 18:25 ./source/n/iw
--rw-r--r-- 1 root root 566 2021-11-08 08:59 ./source/n/iw/iw-5.16.tar.sign
--rw-r--r-- 1 root root 149548 2021-11-08 08:59 ./source/n/iw/iw-5.16.tar.xz
--rwxr-xr-x 1 root root 3643 2021-11-08 18:25 ./source/n/iw/iw.SlackBuild
--rw-r--r-- 1 root root 47 2019-02-02 03:29 ./source/n/iw/iw.url
--rw-r--r-- 1 root root 876 2018-02-27 06:13 ./source/n/iw/slack-desc
-drwxr-xr-x 3 root root 4096 2021-10-21 17:05 ./source/n/krb5
-drwxr-xr-x 2 root root 4096 2020-01-21 18:39 ./source/n/krb5/conf
--rw-r--r-- 1 root root 92 2019-12-10 20:45 ./source/n/krb5/conf/kadmind
--rw-r--r-- 1 root root 1164 2019-12-10 21:03 ./source/n/krb5/conf/kdc.conf.example
--rw-r--r-- 1 root root 90 2019-12-10 20:48 ./source/n/krb5/conf/kpropd
--rw-r--r-- 1 root root 628 2019-12-10 21:00 ./source/n/krb5/conf/krb5.conf.example
--rw-r--r-- 1 root root 92 2019-12-10 20:49 ./source/n/krb5/conf/krb5kdc
--rw-r--r-- 1 root root 797 2019-12-12 21:24 ./source/n/krb5/conf/rc.kadmind
--rw-r--r-- 1 root root 857 2019-12-12 21:25 ./source/n/krb5/conf/rc.kpropd
--rw-r--r-- 1 root root 842 2019-12-12 21:24 ./source/n/krb5/conf/rc.krb5kdc
--rw-r--r-- 1 root root 1454 2021-10-21 16:32 ./source/n/krb5/d775c95af7606a51bf79547a94fa52ddd1cb7f49.patch
--rw-r--r-- 1 root root 357 2019-12-10 20:54 ./source/n/krb5/doinst.sh.gz
--rw-r--r-- 1 root root 6035610 2021-07-22 15:58 ./source/n/krb5/krb5-1.19.2.tar.lz
--rwxr-xr-x 1 root root 6173 2021-10-21 17:02 ./source/n/krb5/krb5.SlackBuild
--rw-r--r-- 1 root root 39 2017-09-30 20:08 ./source/n/krb5/krb5.url
--rw-r--r-- 1 root root 756 2020-01-21 18:49 ./source/n/krb5/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/lftp
--rw-r--r-- 1 root root 263 2009-05-31 06:11 ./source/n/lftp/doinst.sh.gz
--rw-r--r-- 1 root root 1654960 2020-08-13 20:37 ./source/n/lftp/lftp-4.9.2.tar.xz
--rw-r--r-- 1 root root 155 2020-08-13 20:37 ./source/n/lftp/lftp-4.9.2.tar.xz.asc
--rwxr-xr-x 1 root root 4342 2021-02-13 05:32 ./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 2021-03-24 03:46 ./source/n/libassuan
--rw-r--r-- 1 root root 488363 2021-03-22 12:29 ./source/n/libassuan/libassuan-2.5.5.tar.lz
--rwxr-xr-x 1 root root 3860 2021-03-24 03:46 ./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 2021-08-23 18:09 ./source/n/libgcrypt
--rw-r--r-- 1 root root 2711602 2021-08-22 16:08 ./source/n/libgcrypt/libgcrypt-1.9.4.tar.lz
--rwxr-xr-x 1 root root 4316 2021-02-17 19:08 ./source/n/libgcrypt/libgcrypt.SlackBuild
--rw-r--r-- 1 root root 702 2018-02-27 06:13 ./source/n/libgcrypt/slack-desc
-drwxr-xr-x 2 root root 4096 2022-01-27 19:10 ./source/n/libgpg-error
--rw-r--r-- 1 root root 802398 2022-01-27 09:02 ./source/n/libgpg-error/libgpg-error-1.44.tar.lz
--rwxr-xr-x 1 root root 4768 2021-03-22 18:29 ./source/n/libgpg-error/libgpg-error.SlackBuild
--rw-r--r-- 1 root root 41 2020-02-08 19:17 ./source/n/libgpg-error/libgpg-error.url
--rw-r--r-- 1 root root 852 2018-02-27 06:13 ./source/n/libgpg-error/slack-desc
-drwxr-xr-x 2 root root 4096 2021-06-10 18:08 ./source/n/libksba
--rw-r--r-- 1 root root 662120 2021-06-10 12:33 ./source/n/libksba/libksba-1.6.0.tar.bz2
--rw-r--r-- 1 root root 119 2021-06-10 12:33 ./source/n/libksba/libksba-1.6.0.tar.bz2.sig
--rwxr-xr-x 1 root root 3963 2021-04-07 19:48 ./source/n/libksba/libksba.SlackBuild
--rw-r--r-- 1 root root 36 2020-05-24 18:04 ./source/n/libksba/libksba.url
--rw-r--r-- 1 root root 787 2018-02-27 06:13 ./source/n/libksba/slack-desc
-drwxr-xr-x 2 root root 4096 2021-11-19 20:27 ./source/n/libmbim
--rw-r--r-- 1 root root 561096 2021-11-08 11:47 ./source/n/libmbim/libmbim-1.26.2.tar.xz
--rw-r--r-- 1 root root 195 2021-11-08 11:47 ./source/n/libmbim/libmbim-1.26.2.tar.xz.asc
--rwxr-xr-x 1 root root 4347 2021-06-04 17:50 ./source/n/libmbim/libmbim.SlackBuild
--rw-r--r-- 1 root root 828 2018-02-27 06:13 ./source/n/libmbim/slack-desc
-drwxr-xr-x 2 root root 4096 2021-08-21 03:28 ./source/n/libmilter
--rwxr-xr-x 1 root root 3250 2021-08-21 03:28 ./source/n/libmilter/libmilter.SlackBuild
--rw-r--r-- 1 root root 1604826 2021-08-17 07:30 ./source/n/libmilter/sendmail.8.17.1.tar.lz
--rw-r--r-- 1 root root 400 2019-08-20 17:57 ./source/n/libmilter/site.config.m4
--rw-r--r-- 1 root root 830 2018-02-27 06:13 ./source/n/libmilter/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/libmnl
--rw-r--r-- 1 root root 245548 2016-07-02 08:57 ./source/n/libmnl/libmnl-1.0.4.tar.xz
--rwxr-xr-x 1 root root 4146 2021-02-13 05:32 ./source/n/libmnl/libmnl.SlackBuild
--rw-r--r-- 1 root root 1021 2018-02-27 06:13 ./source/n/libmnl/slack-desc
-drwxr-xr-x 2 root root 4096 2021-05-21 18:53 ./source/n/libndp
--rw-r--r-- 1 root root 25024 2021-05-20 09:39 ./source/n/libndp/libndp-1.8.tar.lz
--rwxr-xr-x 1 root root 3669 2021-05-21 18:53 ./source/n/libndp/libndp.SlackBuild
--rw-r--r-- 1 root root 33 2021-05-21 18:52 ./source/n/libndp/libndp.url
--rw-r--r-- 1 root root 819 2018-02-27 06:13 ./source/n/libndp/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/libnetfilter_acct
--rw-r--r-- 1 root root 232128 2016-08-22 11:40 ./source/n/libnetfilter_acct/libnetfilter_acct-1.0.3.tar.xz
--rwxr-xr-x 1 root root 3378 2021-02-13 05:32 ./source/n/libnetfilter_acct/libnetfilter_acct.SlackBuild
--rw-r--r-- 1 root root 910 2018-02-27 06:13 ./source/n/libnetfilter_acct/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/libnetfilter_conntrack
--rw-r--r-- 1 root root 292345 2020-04-01 16:55 ./source/n/libnetfilter_conntrack/libnetfilter_conntrack-1.0.8.tar.lz
--rwxr-xr-x 1 root root 3384 2021-02-13 05:32 ./source/n/libnetfilter_conntrack/libnetfilter_conntrack.SlackBuild
--rw-r--r-- 1 root root 51 2020-04-02 18:36 ./source/n/libnetfilter_conntrack/libnetfilter_conntrack.url
--rw-r--r-- 1 root root 1102 2018-05-28 17:58 ./source/n/libnetfilter_conntrack/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/libnetfilter_cthelper
--rw-r--r-- 1 root root 224932 2012-10-08 14:30 ./source/n/libnetfilter_cthelper/libnetfilter_cthelper-1.0.0.tar.xz
--rwxr-xr-x 1 root root 3386 2021-02-13 05:32 ./source/n/libnetfilter_cthelper/libnetfilter_cthelper.SlackBuild
--rw-r--r-- 1 root root 1086 2018-02-27 06:13 ./source/n/libnetfilter_cthelper/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/libnetfilter_cttimeout
--rw-r--r-- 1 root root 225032 2012-06-17 12:13 ./source/n/libnetfilter_cttimeout/libnetfilter_cttimeout-1.0.0.tar.xz
--rwxr-xr-x 1 root root 3393 2021-02-13 05:32 ./source/n/libnetfilter_cttimeout/libnetfilter_cttimeout.SlackBuild
--rw-r--r-- 1 root root 1054 2018-02-27 06:13 ./source/n/libnetfilter_cttimeout/slack-desc
-drwxr-xr-x 2 root root 4096 2021-11-23 19:05 ./source/n/libnetfilter_log
--rw-r--r-- 1 root root 248559 2021-11-18 10:23 ./source/n/libnetfilter_log/libnetfilter_log-1.0.2.tar.lz
--rwxr-xr-x 1 root root 3456 2021-11-23 19:06 ./source/n/libnetfilter_log/libnetfilter_log.SlackBuild
--rw-r--r-- 1 root root 1040 2018-02-27 06:13 ./source/n/libnetfilter_log/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/libnetfilter_queue
--rw-r--r-- 1 root root 258104 2020-06-12 09:39 ./source/n/libnetfilter_queue/libnetfilter_queue-1.0.5.tar.lz
--rwxr-xr-x 1 root root 3374 2021-02-13 05:32 ./source/n/libnetfilter_queue/libnetfilter_queue.SlackBuild
--rw-r--r-- 1 root root 1110 2020-06-08 18:52 ./source/n/libnetfilter_queue/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/libnfnetlink
--rw-r--r-- 1 root root 241764 2012-10-08 08:58 ./source/n/libnfnetlink/libnfnetlink-1.0.1.tar.xz
--rwxr-xr-x 1 root root 3375 2021-02-13 05:32 ./source/n/libnfnetlink/libnfnetlink.SlackBuild
--rw-r--r-- 1 root root 50 2020-11-25 20:42 ./source/n/libnfnetlink/libnfnetlink.url
--rw-r--r-- 1 root root 1010 2018-02-27 06:13 ./source/n/libnfnetlink/slack-desc
-drwxr-xr-x 2 root root 4096 2021-11-19 20:28 ./source/n/libnftnl
--rw-r--r-- 1 root root 332412 2021-11-18 10:48 ./source/n/libnftnl/libnftnl-1.2.1.tar.lz
--rwxr-xr-x 1 root root 3768 2021-05-25 17:48 ./source/n/libnftnl/libnftnl.SlackBuild
--rw-r--r-- 1 root root 46 2020-10-27 17:40 ./source/n/libnftnl/libnftnl.url
--rw-r--r-- 1 root root 891 2018-02-27 06:13 ./source/n/libnftnl/slack-desc
-drwxr-xr-x 2 root root 4096 2021-09-07 16:58 ./source/n/libqmi
--rw-r--r-- 1 root root 1239408 2021-09-06 11:19 ./source/n/libqmi/libqmi-1.30.2.tar.xz
--rw-r--r-- 1 root root 195 2021-09-06 11:19 ./source/n/libqmi/libqmi-1.30.2.tar.xz.asc
--rwxr-xr-x 1 root root 4359 2021-02-15 20:14 ./source/n/libqmi/libqmi.SlackBuild
--rw-r--r-- 1 root root 785 2018-02-27 06:13 ./source/n/libqmi/slack-desc
-drwxr-xr-x 2 root root 4096 2021-05-11 18:31 ./source/n/libtirpc
--rw-r--r-- 1 root root 269 2015-12-13 21:15 ./source/n/libtirpc/doinst.sh.gz
--rw-r--r-- 1 root root 404464 2021-05-10 18:08 ./source/n/libtirpc/libtirpc-1.3.2.tar.lz
--rwxr-xr-x 1 root root 5350 2021-05-11 18:31 ./source/n/libtirpc/libtirpc.SlackBuild
--rw-r--r-- 1 root root 790 2019-12-22 18:36 ./source/n/libtirpc/slack-desc
-drwxr-xr-x 2 root root 4096 2021-10-03 22:51 ./source/n/links
--rw-r--r-- 1 root root 6137980 2021-10-03 19:20 ./source/n/links/links-2.25.tar.lz
--rwxr-xr-x 1 root root 3962 2021-03-18 18:37 ./source/n/links/links.SlackBuild
--rw-r--r-- 1 root root 36 2018-05-16 20:42 ./source/n/links/links.url
--rw-r--r-- 1 root root 898 2018-02-27 06:13 ./source/n/links/slack-desc
-drwxr-xr-x 2 root root 4096 2021-12-03 19:02 ./source/n/lynx
--rw-r--r-- 1 root root 264 2017-05-29 19:39 ./source/n/lynx/doinst.sh.gz
--rw-r--r-- 1 root root 1124 2018-02-19 16:18 ./source/n/lynx/lynx-CVE-2008-4690.patch.gz
--rwxr-xr-x 1 root root 4957 2021-12-03 19:02 ./source/n/lynx/lynx.SlackBuild
--rw-r--r-- 1 root root 517 2021-09-25 18:27 ./source/n/lynx/lynx.cfg.diff.gz
--rw-r--r-- 1 root root 46 2020-08-06 18:28 ./source/n/lynx/lynx.url
--rw-r--r-- 1 root root 2253792 2021-10-24 22:18 ./source/n/lynx/lynx2.9.0dev.10.tar.lz
--rw-r--r-- 1 root root 982 2021-09-25 18:18 ./source/n/lynx/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/mcabber
--rw-r--r-- 1 root root 527531 2020-09-19 14:28 ./source/n/mcabber/mcabber-1.1.2.tar.lz
--rwxr-xr-x 1 root root 4277 2021-02-13 05:32 ./source/n/mcabber/mcabber.SlackBuild
--rw-r--r-- 1 root root 856 2020-09-08 02:25 ./source/n/mcabber/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/metamail
--rw-r--r-- 1 root root 125480 1994-02-18 21:07 ./source/n/metamail/metamail-2.7.tar.xz
--rwxr-xr-x 1 root root 5093 2022-01-12 17:24 ./source/n/metamail/metamail.SlackBuild
--rw-r--r-- 1 root root 20532 2009-04-23 21:04 ./source/n/metamail/metamail.automake.diff.xz
--rw-r--r-- 1 root root 284 2010-08-12 01:05 ./source/n/metamail/metamail.uue.getline.diff.gz
--rw-r--r-- 1 root root 202588 2008-03-08 23:47 ./source/n/metamail/metamail_2.7-54.diff.xz
--rw-r--r-- 1 root root 923 2018-02-27 06:13 ./source/n/metamail/slack-desc
-drwxr-xr-x 2 root root 4096 2021-08-06 17:29 ./source/n/mobile-broadband-provider-info
--rwxr-xr-x 1 root root 2389 2020-07-09 18:37 ./source/n/mobile-broadband-provider-info/fetch-mobile-broadband-provider-info.sh
--rw-r--r-- 1 root root 44236 2021-08-05 15:27 ./source/n/mobile-broadband-provider-info/mobile-broadband-provider-info-20210805_11f2247.tar.xz
--rwxr-xr-x 1 root root 3959 2021-08-06 17:29 ./source/n/mobile-broadband-provider-info/mobile-broadband-provider-info.SlackBuild
--rw-r--r-- 1 root root 1071 2018-02-27 06:13 ./source/n/mobile-broadband-provider-info/slack-desc
-drwxr-xr-x 2 root root 4096 2022-01-11 20:43 ./source/n/mtr
--rw-r--r-- 1 root root 207809 2022-01-11 10:10 ./source/n/mtr/mtr-0.95.tar.lz
--rwxr-xr-x 1 root root 3743 2022-01-11 20:43 ./source/n/mtr/mtr.SlackBuild
--rw-r--r-- 1 root root 28 2019-08-05 19:01 ./source/n/mtr/mtr.url
--rw-r--r-- 1 root root 765 2019-08-05 19:01 ./source/n/mtr/slack-desc
-drwxr-xr-x 2 root root 4096 2021-12-31 04:43 ./source/n/mutt
--rw-r--r-- 1 root root 264 2002-06-01 05:12 ./source/n/mutt/doinst.sh.gz
--rw-r--r-- 1 root root 2395358 2021-12-30 21:06 ./source/n/mutt/mutt-2.1.5.tar.lz
--rwxr-xr-x 1 root root 4415 2021-05-05 19:37 ./source/n/mutt/mutt.SlackBuild
--rw-r--r-- 1 root root 29 2018-11-26 18:07 ./source/n/mutt/mutt.url
--rw-r--r-- 1 root root 900 2018-08-27 17:37 ./source/n/mutt/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/nc
--rw-r--r-- 1 root root 10439 2002-03-14 16:47 ./source/n/nc/nc-110-21.diff.gz
--rwxr-xr-x 1 root root 2994 2021-02-13 05:32 ./source/n/nc/nc.SlackBuild
--rw-r--r-- 1 root root 641 2002-05-28 21:39 ./source/n/nc/nc.diff.gz
--rw-r--r-- 1 root root 75267 2002-05-28 18:18 ./source/n/nc/nc110.tgz
--rw-r--r-- 1 root root 1077 2018-02-27 06:13 ./source/n/nc/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/ncftp
--rw-r--r-- 1 root root 420564 2016-12-04 19:00 ./source/n/ncftp/ncftp-3.2.6-src.tar.xz
--rwxr-xr-x 1 root root 3954 2021-02-13 05:32 ./source/n/ncftp/ncftp.SlackBuild
--rw-r--r-- 1 root root 827 2018-02-27 06:13 ./source/n/ncftp/slack-desc
-drwxr-xr-x 2 root root 4096 2021-12-21 18:42 ./source/n/net-snmp
--rw-r--r-- 1 root root 356 2021-12-21 18:38 ./source/n/net-snmp/doinst.sh.gz
--rw-r--r-- 1 root root 607 2018-07-20 09:39 ./source/n/net-snmp/net-snmp-5.7.2-cert-path.patch.gz
--rw-r--r-- 1 root root 390 2018-07-20 09:39 ./source/n/net-snmp/net-snmp-5.7.3-iterator-fix.patch.gz
--rw-r--r-- 1 root root 338 2018-07-20 09:39 ./source/n/net-snmp/net-snmp-5.8-Remove-U64-typedef.patch.gz
--rw-r--r-- 1 root root 1205 2018-07-20 09:39 ./source/n/net-snmp/net-snmp-5.8-modern-rpm-api.patch.gz
--rw-r--r-- 1 root root 876 2018-07-20 09:39 ./source/n/net-snmp/net-snmp-5.8-multilib.patch.gz
--rw-r--r-- 1 root root 3856539 2021-05-25 22:31 ./source/n/net-snmp/net-snmp-5.9.1.tar.lz
--rwxr-xr-x 1 root root 6733 2021-12-21 18:40 ./source/n/net-snmp/net-snmp.SlackBuild
--rw-r--r-- 1 root root 43 2018-11-09 20:13 ./source/n/net-snmp/net-snmp.url
--rw-r--r-- 1 root root 981 2021-12-21 18:35 ./source/n/net-snmp/rc.snmpd
--rw-r--r-- 1 root root 907 2018-02-27 06:13 ./source/n/net-snmp/slack-desc
--rw-r--r-- 1 root root 4909 2007-04-16 18:39 ./source/n/net-snmp/snmpd.conf.gz
--rw-r--r-- 1 root root 77 2021-12-21 18:36 ./source/n/net-snmp/snmpd.default
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/net-tools
--rwxr-xr-x 1 root root 1943 2020-07-09 18:37 ./source/n/net-tools/get-net-tools.sh
--rw-r--r-- 1 root root 1318 2017-01-09 19:25 ./source/n/net-tools/ipmask.8
--rw-r--r-- 1 root root 2216 1994-08-15 19:16 ./source/n/net-tools/ipmask.c
--rw-r--r-- 1 root root 198424 2019-07-22 18:31 ./source/n/net-tools/net-tools-20181103_0eebece.tar.xz
--rwxr-xr-x 1 root root 4292 2021-02-13 05:32 ./source/n/net-tools/net-tools.SlackBuild
--rw-r--r-- 1 root root 659 2017-11-12 19:13 ./source/n/net-tools/net-tools.config.h.gz
--rw-r--r-- 1 root root 970 2018-02-27 06:13 ./source/n/net-tools/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/netatalk
--rw-r--r-- 1 root root 377 2020-02-07 01:00 ./source/n/netatalk/doinst.sh.gz
--rw-r--r-- 1 root root 1332354 2018-12-20 14:51 ./source/n/netatalk/netatalk-3.1.12.tar.lz
--rw-r--r-- 1 root root 475 2020-12-16 04:23 ./source/n/netatalk/netatalk-invalid_dircache_entries.patch.gz
--rwxr-xr-x 1 root root 5037 2021-02-13 05:32 ./source/n/netatalk/netatalk.SlackBuild
--rw-r--r-- 1 root root 1009 2018-09-05 21:12 ./source/n/netatalk/rc.atalk.new
--rw-r--r-- 1 root root 1036 2018-02-27 06:13 ./source/n/netatalk/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/netdate
--rwxr-xr-x 1 root root 2752 2021-02-13 05:32 ./source/n/netdate/netdate.SlackBuild
--rw-r--r-- 1 root root 3766 1999-08-04 23:51 ./source/n/netdate/netdate.diff.gz
--rw-r--r-- 1 root root 164 2001-02-26 02:37 ./source/n/netdate/netdate.diff2.gz
--rw-r--r-- 1 root root 6755 1996-08-15 02:58 ./source/n/netdate/netdate.tar.gz
--rw-r--r-- 1 root root 1101 2018-02-27 06:13 ./source/n/netdate/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/netkit-bootparamd
--rw-r--r-- 1 root root 13934 2000-07-31 02:57 ./source/n/netkit-bootparamd/netkit-bootparamd-0.17.tar.gz
--rwxr-xr-x 1 root root 2994 2021-02-13 05:32 ./source/n/netkit-bootparamd/netkit-bootparamd.SlackBuild
--rw-r--r-- 1 root root 982 2018-02-27 06:13 ./source/n/netkit-bootparamd/slack-desc
-drwxr-xr-x 3 root root 4096 2021-02-13 05:32 ./source/n/netkit-ftp
--rw-r--r-- 1 root root 53934 2000-07-31 03:01 ./source/n/netkit-ftp/netkit-ftp-0.17.tar.gz
--rwxr-xr-x 1 root root 2682 2021-02-13 05:32 ./source/n/netkit-ftp/netkit-ftp.SlackBuild
-drwxr-xr-x 2 root root 4096 2014-06-25 04:05 ./source/n/netkit-ftp/patches
--rw-r--r-- 1 root root 2094 2014-06-07 17:00 ./source/n/netkit-ftp/patches/01-netkit-ftp-0.17-pre20000412.pasv-security.patch
--rw-r--r-- 1 root root 340 2014-06-07 17:00 ./source/n/netkit-ftp/patches/02-netkit-ftp-0.17-acct.patch
--rw-r--r-- 1 root root 26406 2014-06-07 17:00 ./source/n/netkit-ftp/patches/03-netkit-ftp.usagi-ipv6.patch
--rw-r--r-- 1 root root 1772 2014-06-07 17:00 ./source/n/netkit-ftp/patches/04-netkit-ftp-0.17-segv.patch
--rw-r--r-- 1 root root 1202 2014-06-07 17:00 ./source/n/netkit-ftp/patches/05-netkit-ftp-0.17-volatile.patch
--rw-r--r-- 1 root root 409 2014-06-07 17:00 ./source/n/netkit-ftp/patches/06-netkit-ftp-0.17-runique_mget.patch
--rw-r--r-- 1 root root 459 2014-06-07 17:00 ./source/n/netkit-ftp/patches/06-netkit-ftp-locale.patch
--rw-r--r-- 1 root root 428 2014-06-07 17:00 ./source/n/netkit-ftp/patches/07-netkit-ftp-0.17-printf.patch
--rw-r--r-- 1 root root 4396 2014-06-07 17:00 ./source/n/netkit-ftp/patches/08-netkit-ftp-0.17-longint.patch
--rw-r--r-- 1 root root 1324 2014-06-07 17:00 ./source/n/netkit-ftp/patches/09-netkit-ftp-0.17-vsftp165083.patch
--rw-r--r-- 1 root root 754 2014-06-07 17:00 ./source/n/netkit-ftp/patches/10-netkit-ftp-0.17-C-Frame121.patch
--rw-r--r-- 1 root root 531 2014-06-07 17:00 ./source/n/netkit-ftp/patches/11-netkit-ftp-0.17-data.patch
--rw-r--r-- 1 root root 3245 2014-06-07 17:00 ./source/n/netkit-ftp/patches/12-netkit-ftp-0.17-multihome.patch
--rw-r--r-- 1 root root 3241 2014-06-07 17:00 ./source/n/netkit-ftp/patches/13-netkit-ftp-0.17-longnames.patch
--rw-r--r-- 1 root root 1964 2014-06-07 17:00 ./source/n/netkit-ftp/patches/14-netkit-ftp-0.17-multiipv6.patch
--rw-r--r-- 1 root root 464 2014-06-07 17:00 ./source/n/netkit-ftp/patches/15-netkit-ftp-0.17-nodebug.patch
--rw-r--r-- 1 root root 920 2014-06-07 17:00 ./source/n/netkit-ftp/patches/16-netkit-ftp-0.17-stamp.patch
--rw-r--r-- 1 root root 457 2014-06-07 17:00 ./source/n/netkit-ftp/patches/17-netkit-ftp-0.17-sigseg.patch
--rw-r--r-- 1 root root 484 2014-06-07 17:00 ./source/n/netkit-ftp/patches/18-netkit-ftp-0.17-size.patch
--rw-r--r-- 1 root root 406 2014-06-07 17:00 ./source/n/netkit-ftp/patches/19-netkit-ftp-0.17-fdleak.patch
--rw-r--r-- 1 root root 6660 2014-06-07 17:00 ./source/n/netkit-ftp/patches/20-netkit-ftp-0.17-fprintf.patch
--rw-r--r-- 1 root root 580 2014-06-07 17:00 ./source/n/netkit-ftp/patches/21-netkit-ftp-0.17-bitrate.patch
--rw-r--r-- 1 root root 1444 2014-06-07 17:00 ./source/n/netkit-ftp/patches/22-netkit-ftp-0.17-arg_max.patch
--rw-r--r-- 1 root root 416 2014-06-07 17:00 ./source/n/netkit-ftp/patches/23-netkit-ftp-0.17-case.patch
--rw-r--r-- 1 root root 1029 2014-06-07 17:00 ./source/n/netkit-ftp/patches/24-netkit-ftp-0.17-chkmalloc.patch
--rw-r--r-- 1 root root 906 2014-06-07 17:00 ./source/n/netkit-ftp/patches/25-netkit-ftp-0.17-man.patch
--rw-r--r-- 1 root root 467 2014-06-07 17:00 ./source/n/netkit-ftp/patches/26-netkit-ftp-0.17-acct_ovl.patch
--rw-r--r-- 1 root root 634 2014-06-07 17:00 ./source/n/netkit-ftp/patches/27-netkit-ftp-0.17-remove-nested-include.patch
--rw-r--r-- 1 root root 1280 2014-06-07 17:00 ./source/n/netkit-ftp/patches/28-netkit-ftp-0.17-linelen.patch
--rw-r--r-- 1 root root 1288 2014-06-07 17:00 ./source/n/netkit-ftp/patches/29-netkit-ftp-0.17-active-mode-option.patch
--rw-r--r-- 1 root root 401 2014-06-07 17:00 ./source/n/netkit-ftp/patches/30-netkit-ftp-0.17-commands-leaks.patch
--rw-r--r-- 1 root root 771 2014-06-07 17:00 ./source/n/netkit-ftp/patches/31-netkit-ftp-0.17-lsn-timeout.patch
--rw-r--r-- 1 root root 1080 2014-06-07 17:00 ./source/n/netkit-ftp/patches/32-netkit-ftp-0.17-getlogin.patch
--rw-r--r-- 1 root root 1545 2014-06-07 17:00 ./source/n/netkit-ftp/patches/33-netkit-ftp-0.17-token.patch
--rw-r--r-- 1 root root 900 2018-02-27 06:13 ./source/n/netkit-ftp/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/netkit-ntalk
--rw-r--r-- 1 root root 842 2000-06-08 02:04 ./source/n/netkit-ntalk/netkit-ntalk-0.11.diff.gz
--rw-r--r-- 1 root root 30632 2000-06-08 02:04 ./source/n/netkit-ntalk/netkit-ntalk-0.11.tar.gz
--rw-r--r-- 1 root root 230 2001-02-26 02:46 ./source/n/netkit-ntalk/netkit-ntalk-0.17.diff.gz
--rw-r--r-- 1 root root 37396 2000-07-31 03:02 ./source/n/netkit-ntalk/netkit-ntalk-0.17.tar.gz
--rwxr-xr-x 1 root root 3507 2021-02-13 05:32 ./source/n/netkit-ntalk/netkit-ntalk.SlackBuild
--rw-r--r-- 1 root root 551 2004-11-04 03:51 ./source/n/netkit-ntalk/ntalk-0.17-slackware-alt-talkd.patch.gz
--rw-r--r-- 1 root root 937 2018-02-27 06:13 ./source/n/netkit-ntalk/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/netkit-routed
--rw-r--r-- 1 root root 305 2001-02-26 02:15 ./source/n/netkit-routed/netkit-routed-0.17.diff.gz
--rw-r--r-- 1 root root 36435 2000-07-31 03:02 ./source/n/netkit-routed/netkit-routed-0.17.tar.gz
--rwxr-xr-x 1 root root 2996 2021-02-13 05:32 ./source/n/netkit-routed/netkit-routed.SlackBuild
--rw-r--r-- 1 root root 8075 2000-12-26 15:14 ./source/n/netkit-routed/routed.18.candidate.final.patch.gz
--rw-r--r-- 1 root root 1096 2018-02-27 06:13 ./source/n/netkit-routed/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/netkit-rsh
--rw-r--r-- 1 root root 58268 2000-07-31 03:02 ./source/n/netkit-rsh/netkit-rsh-0.17.tar.gz
--rwxr-xr-x 1 root root 3671 2021-02-13 05:32 ./source/n/netkit-rsh/netkit-rsh.SlackBuild
--rw-r--r-- 1 root root 728 2018-04-10 07:06 ./source/n/netkit-rsh/netkit-rsh.arg_max.diff.gz
--rw-r--r-- 1 root root 169 2018-04-10 07:19 ./source/n/netkit-rsh/netkit-rsh.auth.c.stddef.diff.gz
--rw-r--r-- 1 root root 354 2018-04-10 07:10 ./source/n/netkit-rsh/netkit-rsh.union_wait.diff.gz
--rw-r--r-- 1 root root 878 2018-02-27 06:13 ./source/n/netkit-rsh/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/netkit-rusers
--rw-r--r-- 1 root root 221 2001-02-26 02:17 ./source/n/netkit-rusers/netkit-rusers-0.17.diff.gz
--rw-r--r-- 1 root root 22063 2000-07-31 03:03 ./source/n/netkit-rusers/netkit-rusers-0.17.tar.gz
--rwxr-xr-x 1 root root 3114 2021-02-13 05:32 ./source/n/netkit-rusers/netkit-rusers.SlackBuild
--rw-r--r-- 1 root root 1154 2018-02-27 06:13 ./source/n/netkit-rusers/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/netkit-rwall
--rw-r--r-- 1 root root 11861 2000-07-31 03:03 ./source/n/netkit-rwall/netkit-rwall-0.17.tar.gz
--rwxr-xr-x 1 root root 2933 2021-02-13 05:32 ./source/n/netkit-rwall/netkit-rwall.SlackBuild
--rw-r--r-- 1 root root 920 2018-02-27 06:13 ./source/n/netkit-rwall/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/netkit-rwho
--rw-r--r-- 1 root root 159 2001-02-26 02:19 ./source/n/netkit-rwho/netkit-rwho-0.17.diff.gz
--rw-r--r-- 1 root root 20610 2000-07-31 03:03 ./source/n/netkit-rwho/netkit-rwho-0.17.tar.gz
--rwxr-xr-x 1 root root 3114 2021-02-13 05:32 ./source/n/netkit-rwho/netkit-rwho.SlackBuild
--rw-r--r-- 1 root root 225 2008-12-14 22:21 ./source/n/netkit-rwho/rwhod_getloadavg.diff.gz
--rw-r--r-- 1 root root 1147 2018-02-27 06:13 ./source/n/netkit-rwho/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/netkit-timed
--rw-r--r-- 1 root root 243 2001-01-07 21:30 ./source/n/netkit-timed/netkit-timed-0.17.diff.gz
--rw-r--r-- 1 root root 48655 2000-07-31 03:04 ./source/n/netkit-timed/netkit-timed-0.17.tar.gz
--rwxr-xr-x 1 root root 2860 2021-02-13 05:32 ./source/n/netkit-timed/netkit-timed.SlackBuild
--rw-r--r-- 1 root root 866 2018-02-27 06:13 ./source/n/netkit-timed/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/netpipes
--rw-r--r-- 1 root root 365 1999-02-07 16:28 ./source/n/netpipes/_netpipes.tar.gz
--rw-r--r-- 1 root root 75276 1999-01-30 17:09 ./source/n/netpipes/netpipes-4.2-export.tar.gz
--rwxr-xr-x 1 root root 2841 2021-02-13 05:32 ./source/n/netpipes/netpipes.SlackBuild
--rw-r--r-- 1 root root 1014 2018-02-27 06:13 ./source/n/netpipes/slack-desc
-drwxr-xr-x 2 root root 4096 2021-06-07 16:32 ./source/n/nettle
--rw-r--r-- 1 root root 1738268 2021-06-07 06:41 ./source/n/nettle/nettle-3.7.3.tar.lz
--rwxr-xr-x 1 root root 4229 2021-02-18 19:02 ./source/n/nettle/nettle.SlackBuild
--rw-r--r-- 1 root root 894 2018-11-29 19:17 ./source/n/nettle/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/netwatch
--rw-r--r-- 1 root root 116340 2015-10-03 02:53 ./source/n/netwatch/netwatch-1.3.1-2.tar.xz
--rwxr-xr-x 1 root root 3922 2021-02-13 05:32 ./source/n/netwatch/netwatch.SlackBuild
--rw-r--r-- 1 root root 491 2009-03-04 08:01 ./source/n/netwatch/netwatch.makefile.diff.gz
--rw-r--r-- 1 root root 233 2009-03-04 08:01 ./source/n/netwatch/netwatch.phonemyself.diff.gz
--rw-r--r-- 1 root root 762 2018-02-27 06:13 ./source/n/netwatch/slack-desc
-drwxr-xr-x 5 root root 4096 2022-01-02 20:16 ./source/n/network-scripts
--rw-r--r-- 1 root root 1936 2021-11-10 22:26 ./source/n/network-scripts/0000-rc.inet1.new-lxc-additions.patch
--rw-r--r-- 1 root root 899 2021-11-10 22:29 ./source/n/network-scripts/0001-netconfig-turn-off-rc.networkmanager-if-networkmanager-is-not-selected.patch
--rw-r--r-- 1 root root 1229 2022-01-02 20:43 ./source/n/network-scripts/0002-add-hostname-loopback-entries-in-etc-hosts-for-dhcp.patch
--rw-r--r-- 1 root root 8788 2021-02-28 22:32 ./source/n/network-scripts/README.IPv6
--rw-r--r-- 1 root root 1919 2021-02-28 02:09 ./source/n/network-scripts/README.VLANs
--rw-r--r-- 1 root root 6258 2021-02-28 05:34 ./source/n/network-scripts/README.bonding
--rw-r--r-- 1 root root 28190 2021-02-28 05:36 ./source/n/network-scripts/README.networking
--rw-r--r-- 1 root root 485 2007-04-26 01:50 ./source/n/network-scripts/doinst.sh.gz
-drwxr-xr-x 2 root root 4096 2020-08-14 03:30 ./source/n/network-scripts/manpages
--rw-r--r-- 1 root root 3482 2021-02-28 05:34 ./source/n/network-scripts/manpages/rc.inet1.8
--rw-r--r-- 1 root root 12258 2021-02-28 05:34 ./source/n/network-scripts/manpages/rc.inet1.conf.5
-drwxr-xr-x 2 root root 4096 2021-03-13 05:06 ./source/n/network-scripts/modprobe.d
--rw-r--r-- 1 root root 442 2021-02-28 02:09 ./source/n/network-scripts/modprobe.d/bonding.conf
--rw-r--r-- 1 root root 344 2021-02-28 02:09 ./source/n/network-scripts/modprobe.d/ipv6.conf
--rwxr-xr-x 1 root root 4027 2022-01-04 17:09 ./source/n/network-scripts/network-scripts.SlackBuild
-drwxr-xr-x 2 root root 4096 2021-04-01 20:21 ./source/n/network-scripts/scripts
--rw-r--r-- 1 root root 21 1999-01-28 01:15 ./source/n/network-scripts/scripts/HOSTNAME
--rw-r--r-- 1 root root 27 1994-07-07 15:39 ./source/n/network-scripts/scripts/host.conf
--rw-r--r-- 1 root root 627 2003-08-27 01:07 ./source/n/network-scripts/scripts/hosts
--rw-r--r-- 1 root root 293 1993-11-26 01:54 ./source/n/network-scripts/scripts/hosts.allow
--rw-r--r-- 1 root root 296 1993-11-26 01:54 ./source/n/network-scripts/scripts/hosts.deny
--rw-r--r-- 1 root root 320 1998-02-09 01:57 ./source/n/network-scripts/scripts/hosts.equiv
--rw-r--r-- 1 root root 37686 2021-04-16 18:51 ./source/n/network-scripts/scripts/netconfig
--rw-r--r-- 1 root root 233 1999-10-07 05:21 ./source/n/network-scripts/scripts/networks
--rw-r--r-- 1 root root 24 1998-02-09 02:21 ./source/n/network-scripts/scripts/nntpserver
--rw-r--r-- 1 root root 5748 2002-02-10 09:01 ./source/n/network-scripts/scripts/protocols
--rw-r--r-- 1 root root 28771 2021-03-09 00:13 ./source/n/network-scripts/scripts/rc.inet1
--rw-r--r-- 1 root root 10656 2021-03-09 00:13 ./source/n/network-scripts/scripts/rc.inet1.conf
--rw-r--r-- 1 root root 5340 2019-10-13 18:53 ./source/n/network-scripts/scripts/rc.inet2
--rw-r--r-- 1 root root 3781 2013-05-19 03:20 ./source/n/network-scripts/scripts/rc.ip_forward
--rw-r--r-- 1 root root 19 1999-01-28 01:15 ./source/n/network-scripts/scripts/resolv.conf
--rw-r--r-- 1 root root 349 2003-02-18 23:53 ./source/n/network-scripts/scripts/setup.netconfig
--rw-r--r-- 1 root root 1045 2018-02-27 06:13 ./source/n/network-scripts/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/netwrite
--rw-r--r-- 1 root root 266 2001-02-26 02:24 ./source/n/netwrite/netwrite-0.17.diff.gz
--rw-r--r-- 1 root root 16110 2000-07-31 03:04 ./source/n/netwrite/netwrite-0.17.tar.gz
--rwxr-xr-x 1 root root 3118 2021-02-13 05:32 ./source/n/netwrite/netwrite.SlackBuild
--rw-r--r-- 1 root root 1013 2018-02-27 06:13 ./source/n/netwrite/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/newspost
--rw-r--r-- 1 root root 61412 2003-05-05 14:28 ./source/n/newspost/newspost-2.1.1.tar.gz
--rwxr-xr-x 1 root root 2834 2021-02-13 05:32 ./source/n/newspost/newspost.SlackBuild
--rw-r--r-- 1 root root 641 2018-02-02 22:17 ./source/n/newspost/newspost.getline.diff.gz
--rw-r--r-- 1 root root 964 2018-02-27 06:13 ./source/n/newspost/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/nfacct
--rw-r--r-- 1 root root 217604 2016-08-22 11:40 ./source/n/nfacct/nfacct-1.0.2.tar.xz
--rwxr-xr-x 1 root root 3405 2021-02-13 05:32 ./source/n/nfacct/nfacct.SlackBuild
--rw-r--r-- 1 root root 942 2018-02-27 06:13 ./source/n/nfacct/slack-desc
-drwxr-xr-x 2 root root 4096 2021-06-15 18:36 ./source/n/nfs-utils
--rw-r--r-- 1 root root 547 2020-05-04 02:06 ./source/n/nfs-utils/doinst.sh.gz
--rw-r--r-- 1 root root 154 1994-08-20 23:14 ./source/n/nfs-utils/exports
--rw-r--r-- 1 root root 566 2021-06-14 13:30 ./source/n/nfs-utils/nfs-utils-2.5.4.tar.sign
--rw-r--r-- 1 root root 703896 2021-06-14 13:30 ./source/n/nfs-utils/nfs-utils-2.5.4.tar.xz
--rwxr-xr-x 1 root root 6546 2021-02-21 19:21 ./source/n/nfs-utils/nfs-utils.SlackBuild
--rw-r--r-- 1 root root 255 2008-03-31 22:19 ./source/n/nfs-utils/nfs-utils.lwrap.needs.lnsl.diff.gz
--rw-r--r-- 1 root root 49 2018-11-15 18:04 ./source/n/nfs-utils/nfs-utils.url
--rw-r--r-- 1 root root 292 2017-12-29 05:37 ./source/n/nfs-utils/nfs.default
--rw-r--r-- 1 root root 2920 2020-02-03 20:42 ./source/n/nfs-utils/rc.nfsd
--rw-r--r-- 1 root root 779 2018-02-27 06:13 ./source/n/nfs-utils/slack-desc
-drwxr-xr-x 2 root root 4096 2021-11-19 20:29 ./source/n/nftables
--rw-r--r-- 1 root root 799203 2021-11-18 10:58 ./source/n/nftables/nftables-1.0.1.tar.lz
--rwxr-xr-x 1 root root 3897 2021-11-19 20:47 ./source/n/nftables/nftables.SlackBuild
--rw-r--r-- 1 root root 46 2020-10-27 17:39 ./source/n/nftables/nftables.url
--rw-r--r-- 1 root root 1023 2018-02-27 06:13 ./source/n/nftables/slack-desc
-drwxr-xr-x 2 root root 4096 2021-10-19 16:48 ./source/n/nghttp2
--rw-r--r-- 1 root root 3290017 2021-10-19 09:29 ./source/n/nghttp2/nghttp2-1.46.0.tar.lz
--rwxr-xr-x 1 root root 4604 2021-07-18 18:21 ./source/n/nghttp2/nghttp2.SlackBuild
--rw-r--r-- 1 root root 784 2018-03-26 18:26 ./source/n/nghttp2/slack-desc
-drwxr-xr-x 2 root root 4096 2021-08-08 18:51 ./source/n/nmap
--rw-r--r-- 1 root root 8665611 2021-08-08 00:23 ./source/n/nmap/nmap-7.92.tar.lz
--rwxr-xr-x 1 root root 5515 2021-08-08 18:51 ./source/n/nmap/nmap.SlackBuild
--rw-r--r-- 1 root root 31 2019-08-10 18:19 ./source/n/nmap/nmap.url
--rw-r--r-- 1 root root 1101 2018-02-27 06:13 ./source/n/nmap/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/nn
--rw-r--r-- 1 root root 4844 2001-07-02 05:31 ./source/n/nn/NNTP.gz
--rw-r--r-- 1 root root 509 2009-11-11 21:28 ./source/n/nn/m-x86_64.h.gz
--rw-r--r-- 1 root root 352656 2005-11-18 13:08 ./source/n/nn/nn-6.7.3.tar.bz2
--rwxr-xr-x 1 root root 4381 2021-02-13 05:32 ./source/n/nn/nn.SlackBuild
--rw-r--r-- 1 root root 300 2017-01-04 21:06 ./source/n/nn/nn.badnntphost.diff.gz
--rw-r--r-- 1 root root 1281 2009-11-11 21:16 ./source/n/nn/nn.diff.gz
--rw-r--r-- 1 root root 259 2019-08-19 22:33 ./source/n/nn/nn.glibc-2.30.diff.gz
--rw-r--r-- 1 root root 28538 2015-08-21 10:48 ./source/n/nn/nn_6.7.3-10.diff.gz
--rw-r--r-- 1 root root 894 2018-02-27 06:13 ./source/n/nn/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/npth
--rw-r--r-- 1 root root 261243 2018-07-16 07:47 ./source/n/npth/npth-1.6.tar.lz
--rwxr-xr-x 1 root root 4138 2021-02-13 05:32 ./source/n/npth/npth.SlackBuild
--rw-r--r-- 1 root root 27 2018-11-08 00:35 ./source/n/npth/npth.url
--rw-r--r-- 1 root root 712 2018-02-27 06:13 ./source/n/npth/slack-desc
-drwxr-xr-x 2 root root 4096 2021-11-21 19:51 ./source/n/nss-pam-ldapd
--rw-r--r-- 1 root root 338 2020-05-07 18:43 ./source/n/nss-pam-ldapd/doinst.sh.gz
--rw-r--r-- 1 root root 542023 2021-11-20 14:11 ./source/n/nss-pam-ldapd/nss-pam-ldapd-0.9.12.tar.lz
--rwxr-xr-x 1 root root 4643 2021-11-21 19:51 ./source/n/nss-pam-ldapd/nss-pam-ldapd.SlackBuild
--rw-r--r-- 1 root root 39 2020-05-07 18:43 ./source/n/nss-pam-ldapd/nss-pam-ldapd.url
--rw-r--r-- 1 root root 752 2020-05-08 04:06 ./source/n/nss-pam-ldapd/rc.nss-pam-ldapd
--rw-r--r-- 1 root root 1025 2020-05-07 18:43 ./source/n/nss-pam-ldapd/slack-desc
-drwxr-xr-x 2 root root 4096 2021-05-21 19:01 ./source/n/ntp
--rw-r--r-- 1 root root 368 2017-04-21 21:34 ./source/n/ntp/doinst.sh.gz
--rw-r--r-- 1 root root 4366832 2020-06-23 09:24 ./source/n/ntp/ntp-4.2.8p15.tar.xz
--rwxr-xr-x 1 root root 5640 2021-05-21 19:01 ./source/n/ntp/ntp.SlackBuild
--rw-r--r-- 1 root root 2579 2017-04-21 21:20 ./source/n/ntp/ntp.conf
--rw-r--r-- 1 root root 22 1999-10-07 19:50 ./source/n/ntp/ntp.keys
--rw-r--r-- 1 root root 146 2018-12-06 05:10 ./source/n/ntp/ntp.logrotate
--rw-r--r-- 1 root root 269 2010-04-22 04:38 ./source/n/ntp/ntp.nano.diff.gz
--rw-r--r-- 1 root root 805 2021-02-16 19:01 ./source/n/ntp/rc.ntpd
--rw-r--r-- 1 root root 1012 2018-02-28 23:30 ./source/n/ntp/slack-desc
-drwxr-xr-x 3 root root 4096 2021-11-02 19:02 ./source/n/obexftp
--rw-r--r-- 1 root root 88880 2016-04-07 21:05 ./source/n/obexftp/obexftp-0.24.2-Source.tar.xz
--rwxr-xr-x 1 root root 6249 2021-11-02 19:02 ./source/n/obexftp/obexftp.SlackBuild
-drwxr-xr-x 2 root root 4096 2017-01-08 20:26 ./source/n/obexftp/patches
--rw-r--r-- 1 root root 377 2015-06-17 23:38 ./source/n/obexftp/patches/obexftp-0.24-fix-absurd-install-path.patch.gz
--rw-r--r-- 1 root root 388 2015-06-17 23:38 ./source/n/obexftp/patches/obexftp-norpath.patch.gz
--rw-r--r-- 1 root root 986 2018-02-27 06:13 ./source/n/obexftp/slack-desc
-drwxr-xr-x 2 root root 4096 2021-06-06 20:28 ./source/n/openldap
--rw-r--r-- 1 root root 484 2020-05-15 06:01 ./source/n/openldap/doinst.sh.gz
--rw-r--r-- 1 root root 3744339 2021-06-03 21:58 ./source/n/openldap/openldap-2.4.59.tar.lz
--rwxr-xr-x 1 root root 7911 2021-06-06 20:29 ./source/n/openldap/openldap.SlackBuild
--rw-r--r-- 1 root root 53 2020-01-31 18:55 ./source/n/openldap/openldap.url
--rw-r--r-- 1 root root 1526 2020-05-15 04:53 ./source/n/openldap/rc.openldap
--rw-r--r-- 1 root root 934 2020-05-15 00:38 ./source/n/openldap/slack-desc
--rw-r--r-- 1 root root 528 2017-04-08 00:05 ./source/n/openldap/slapd
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/openobex
--rw-r--r-- 1 root root 99552 2016-04-07 21:06 ./source/n/openobex/openobex-1.7.2-Source.tar.xz
--rwxr-xr-x 1 root root 4517 2021-02-13 05:32 ./source/n/openobex/openobex.SlackBuild
--rw-r--r-- 1 root root 991 2018-02-27 06:13 ./source/n/openobex/slack-desc
-drwxr-xr-x 2 root root 4096 2021-08-16 05:07 ./source/n/openresolv
--rw-r--r-- 1 root root 350 2021-08-16 05:04 ./source/n/openresolv/doinst.sh.gz
--rw-r--r-- 1 root root 21008 2020-12-27 18:06 ./source/n/openresolv/openresolv-3.12.0.tar.xz
--rw-r--r-- 1 root root 101 2020-12-27 18:06 ./source/n/openresolv/openresolv-3.12.0.tar.xz.distinfo
--rw-r--r-- 1 root root 674 2020-12-27 18:06 ./source/n/openresolv/openresolv-3.12.0.tar.xz.distinfo.asc
--rwxr-xr-x 1 root root 4247 2021-08-16 05:06 ./source/n/openresolv/openresolv.SlackBuild
--rw-r--r-- 1 root root 47 2021-08-16 04:47 ./source/n/openresolv/openresolv.url
--rw-r--r-- 1 root root 962 2021-08-16 04:48 ./source/n/openresolv/slack-desc
--rw-r--r-- 1 root root 1368 2020-02-15 03:05 ./source/n/openresolv/update-resolv-conf
-drwxr-xr-x 2 root root 4096 2021-09-26 17:50 ./source/n/openssh
--rw-r--r-- 1 root root 593 2020-02-07 03:05 ./source/n/openssh/doinst.sh.gz
--rw-r--r-- 1 root root 1815060 2021-09-26 14:39 ./source/n/openssh/openssh-8.8p1.tar.gz
--rw-r--r-- 1 root root 833 2021-09-26 14:39 ./source/n/openssh/openssh-8.8p1.tar.gz.asc
--rwxr-xr-x 1 root root 6287 2021-09-29 19:01 ./source/n/openssh/openssh.SlackBuild
--rw-r--r-- 1 root root 1661 2020-02-15 01:30 ./source/n/openssh/openssh.tcp_wrappers.diff.gz
--rw-r--r-- 1 root root 54 2020-02-14 19:40 ./source/n/openssh/openssh.url
--rw-r--r-- 1 root root 1814 2017-07-18 06:51 ./source/n/openssh/rc.sshd
--rw-r--r-- 1 root root 1127 2018-02-27 06:13 ./source/n/openssh/slack-desc
--rw-r--r-- 1 root root 318 2017-07-18 18:45 ./source/n/openssh/sshd.default
--rw-r--r-- 1 root root 1228 2021-09-29 19:00 ./source/n/openssh/sshd.pam
--rw-r--r-- 1 root root 271 2021-08-21 03:23 ./source/n/openssh/sshd_config-pam.diff.gz
-drwxr-xr-x 2 root root 4096 2021-12-16 19:01 ./source/n/openssl
--rw-r--r-- 1 root root 1758 2012-08-08 22:46 ./source/n/openssl/certwatch.gz
--rw-r--r-- 1 root root 281 2007-06-13 17:20 ./source/n/openssl/doinst.sh-openssl-solibs.gz
--rw-r--r-- 1 root root 501 2012-07-12 16:21 ./source/n/openssl/doinst.sh-openssl.gz
--rw-r--r-- 1 root root 9847315 2021-12-14 16:28 ./source/n/openssl/openssl-1.1.1m.tar.gz
--rw-r--r-- 1 root root 488 2021-12-14 16:28 ./source/n/openssl/openssl-1.1.1m.tar.gz.asc
--rwxr-xr-x 1 root root 9151 2021-02-16 19:16 ./source/n/openssl/openssl.SlackBuild
--rw-r--r-- 1 root root 1014 2018-02-27 06:13 ./source/n/openssl/slack-desc.openssl
--rw-r--r-- 1 root root 1085 2018-02-27 06:13 ./source/n/openssl/slack-desc.openssl-solibs
-drwxr-xr-x 2 root root 4096 2021-12-15 17:21 ./source/n/openvpn
--rw-r--r-- 1 root root 1375 2007-06-10 01:25 ./source/n/openvpn/README
--rw-r--r-- 1 root root 355 2018-02-22 02:16 ./source/n/openvpn/doinst.sh.gz
--rw-r--r-- 1 root root 870200 2021-12-14 18:35 ./source/n/openvpn/openvpn-2.5.5.tar.lz
--rwxr-xr-x 1 root root 6313 2021-02-24 18:42 ./source/n/openvpn/openvpn.SlackBuild
--rw-r--r-- 1 root root 35 2019-02-20 21:37 ./source/n/openvpn/openvpn.url
--rw-r--r-- 1 root root 3489 2018-02-28 21:25 ./source/n/openvpn/rc.openvpn
--rw-r--r-- 1 root root 885 2018-02-27 06:13 ./source/n/openvpn/slack-desc
--rw-r--r-- 1 root root 6942 2007-06-12 03:48 ./source/n/openvpn/slackware.conf
-drwxr-xr-x 2 root root 4096 2022-01-17 22:07 ./source/n/p11-kit
--rw-r--r-- 1 root root 838304 2022-01-17 14:51 ./source/n/p11-kit/p11-kit-0.24.1.tar.xz
--rw-r--r-- 1 root root 566 2022-01-17 14:51 ./source/n/p11-kit/p11-kit-0.24.1.tar.xz.sig
--rwxr-xr-x 1 root root 3627 2021-06-05 18:01 ./source/n/p11-kit/p11-kit.SlackBuild
--rw-r--r-- 1 root root 45 2018-05-28 18:06 ./source/n/p11-kit/p11-kit.url
--rw-r--r-- 1 root root 972 2018-02-27 06:13 ./source/n/p11-kit/slack-desc
-drwxr-xr-x 2 root root 4096 2021-10-29 17:02 ./source/n/pam-krb5
--rw-r--r-- 1 root root 423756 2021-10-17 22:55 ./source/n/pam-krb5/pam-krb5-4.11.tar.xz
--rw-r--r-- 1 root root 488 2021-10-17 22:55 ./source/n/pam-krb5/pam-krb5-4.11.tar.xz.asc
--rwxr-xr-x 1 root root 3888 2021-03-26 17:48 ./source/n/pam-krb5/pam-krb5.SlackBuild
--rw-r--r-- 1 root root 45 2020-05-09 19:13 ./source/n/pam-krb5/pam-krb5.url
--rw-r--r-- 1 root root 929 2020-05-09 19:19 ./source/n/pam-krb5/slack-desc
--rw-r--r-- 1 root root 379 2020-05-09 19:12 ./source/n/pam-krb5/system-auth.krb5
-drwxr-xr-x 2 root root 4096 2021-12-16 18:59 ./source/n/php
--rw-r--r-- 1 root root 432 2020-12-21 16:28 ./source/n/php/doinst.sh.gz
--rwxr-xr-x 1 root root 120 2021-12-16 18:59 ./source/n/php/fetch-php.sh
--rw-r--r-- 1 root root 1022 2017-11-28 18:32 ./source/n/php/mod_php.conf.example
--rw-r--r-- 1 root root 10419380 2021-12-14 17:50 ./source/n/php/php-7.4.27.tar.xz
--rw-r--r-- 1 root root 833 2021-12-14 17:50 ./source/n/php/php-7.4.27.tar.xz.asc
--rw-r--r-- 1 root root 387 2017-11-28 02:08 ./source/n/php/php-fpm.conf.diff.gz
--rwxr-xr-x 1 root root 10795 2021-09-21 02:11 ./source/n/php/php.SlackBuild
--rw-r--r-- 1 root root 855 2021-06-29 20:14 ./source/n/php/php.enchant-2.patch.gz
--rw-r--r-- 1 root root 605 2020-03-17 21:22 ./source/n/php/php.imap.api.diff.gz
--rw-r--r-- 1 root root 805 2020-05-12 19:14 ./source/n/php/php.ini-development.diff.gz
--rw-r--r-- 1 root root 796 2021-02-19 19:05 ./source/n/php/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/pidentd
--rw-r--r-- 1 root root 296 2002-04-05 23:57 ./source/n/pidentd/doinst.sh.gz
--rw-r--r-- 1 root root 145505 2005-10-18 14:06 ./source/n/pidentd/pidentd-3.0.19.tar.gz
--rw-r--r-- 1 root root 185 2005-10-18 14:06 ./source/n/pidentd/pidentd-3.0.19.tar.gz.sig
--rwxr-xr-x 1 root root 3544 2021-02-13 05:32 ./source/n/pidentd/pidentd.SlackBuild
--rw-r--r-- 1 root root 893 2004-06-13 20:28 ./source/n/pidentd/pidentd.conf.diff.gz
--rw-r--r-- 1 root root 852 2018-05-07 22:04 ./source/n/pidentd/pidentd.openssl-1.1.diff.gz
--rw-r--r-- 1 root root 1031 2018-02-27 06:13 ./source/n/pidentd/slack-desc
-drwxr-xr-x 2 root root 4096 2021-09-28 16:57 ./source/n/pinentry
--rw-r--r-- 1 root root 394289 2021-08-25 12:28 ./source/n/pinentry/pinentry-1.2.0.tar.lz
--rwxr-xr-x 1 root root 4165 2021-09-28 16:57 ./source/n/pinentry/pinentry.SlackBuild
--rw-r--r-- 1 root root 771 2021-01-23 03:59 ./source/n/pinentry/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/popa3d
--rw-r--r-- 1 root root 164 2006-09-30 23:56 ./source/n/popa3d/doinst.sh.gz
--rw-r--r-- 1 root root 29258 2013-10-21 13:34 ./source/n/popa3d/popa3d-1.0.3.tar.lz
--rwxr-xr-x 1 root root 3369 2021-02-13 05:32 ./source/n/popa3d/popa3d.SlackBuild
--rw-r--r-- 1 root root 885 2018-09-18 16:57 ./source/n/popa3d/popa3d.pam.diff.gz
--rw-r--r-- 1 root root 769 2006-03-12 22:23 ./source/n/popa3d/popa3d.shadow.diff.gz
--rw-r--r-- 1 root root 997 2018-02-27 06:13 ./source/n/popa3d/slack-desc
-drwxr-xr-x 2 root root 4096 2022-01-16 05:19 ./source/n/postfix
--rw-r--r-- 1 root root 1395 2019-11-25 18:38 ./source/n/postfix/README
--rw-r--r-- 1 root root 1027 2019-03-05 00:06 ./source/n/postfix/doinst.sh.gz
--rw-r--r-- 1 root root 2418492 2022-01-14 23:04 ./source/n/postfix/postfix-3.6.4.tar.lz
--rwxr-xr-x 1 root root 9742 2021-06-14 03:12 ./source/n/postfix/postfix.SlackBuild
--rw-r--r-- 1 root root 283 2017-11-05 21:09 ./source/n/postfix/postfix.only.warn.regular.files.diff.gz
--rw-r--r-- 1 root root 417 2019-02-28 19:05 ./source/n/postfix/postfix.script.starting.message.diff.gz
--rw-r--r-- 1 root root 58 2018-05-22 17:24 ./source/n/postfix/postfix.url
--rw-r--r-- 1 root root 1616 2017-10-14 18:09 ./source/n/postfix/rc.postfix
--rw-r--r-- 1 root root 896 2018-02-27 06:13 ./source/n/postfix/slack-desc
-drwxr-xr-x 2 root root 4096 2021-10-23 19:00 ./source/n/ppp
--rw-r--r-- 1 root root 345 2020-02-07 02:48 ./source/n/ppp/doinst.sh.gz
--rw-r--r-- 1 root root 278608 2015-01-19 16:18 ./source/n/ppp/freeradius-client-1.1.7.tar.xz
--rw-r--r-- 1 root root 3620 1999-09-30 05:49 ./source/n/ppp/options.new.gz
--rw-r--r-- 1 root root 474017 2021-01-04 23:06 ./source/n/ppp/ppp-2.4.9.tar.lz
--rw-r--r-- 1 root root 278 2015-04-17 16:45 ./source/n/ppp/ppp.CVE-2015-3310.diff.gz
--rwxr-xr-x 1 root root 6585 2021-02-13 05:32 ./source/n/ppp/ppp.SlackBuild
--rw-r--r-- 1 root root 727 2021-01-25 18:58 ./source/n/ppp/ppp.slack.diff.gz
--rw-r--r-- 1 root root 71 2020-03-04 20:03 ./source/n/ppp/ppp.url
--rw-r--r-- 1 root root 348 2002-05-20 02:06 ./source/n/ppp/pppsetup-1.98.backupfiles.diff.gz
--rw-r--r-- 1 root root 1303 2002-05-20 01:53 ./source/n/ppp/pppsetup-1.98.moredevs.diff.gz
--rw-r--r-- 1 root root 270 2000-10-21 00:47 ./source/n/ppp/pppsetup-1.98.pppoff.diff.gz
--rw-r--r-- 1 root root 11656 2000-06-18 21:01 ./source/n/ppp/pppsetup-1.98.slack.diff.gz
--rw-r--r-- 1 root root 69084 1998-03-04 21:07 ./source/n/ppp/pppsetup-1.98.tar.xz
--rw-r--r-- 1 root root 812 2005-07-25 05:56 ./source/n/ppp/radius.msdict.gz
--rw-r--r-- 1 root root 372 2005-07-25 05:56 ./source/n/ppp/realms.gz
--rw-r--r-- 1 root root 944 2020-03-04 20:03 ./source/n/ppp/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/procmail
--rw-r--r-- 1 root root 294 2001-08-21 22:22 ./source/n/procmail/_procmail.tar.gz
--rw-r--r-- 1 root root 226817 2001-09-11 05:10 ./source/n/procmail/procmail-3.22.tar.gz
--rw-r--r-- 1 root root 366 2001-09-11 05:10 ./source/n/procmail/procmail-3.22.tar.gz.sig
--rwxr-xr-x 1 root root 3369 2021-02-13 05:32 ./source/n/procmail/procmail.SlackBuild
--rw-r--r-- 1 root root 277 2006-09-19 04:10 ./source/n/procmail/procmail.lfs.diff.gz
--rw-r--r-- 1 root root 13073 2002-12-26 21:18 ./source/n/procmail/procmail_3.22-5.diff.gz
--rw-r--r-- 1 root root 1143 2018-02-27 06:13 ./source/n/procmail/slack-desc
-drwxr-xr-x 3 root root 4096 2021-08-30 18:29 ./source/n/proftpd
--rw-r--r-- 1 root root 306 2003-03-06 07:52 ./source/n/proftpd/doinst.sh.gz
-drwxr-xr-x 2 root root 4096 2017-04-20 21:08 ./source/n/proftpd/etc
--rw-r--r-- 1 root root 581 2001-02-26 07:31 ./source/n/proftpd/etc/ftpusers
--rw-r--r-- 1 root root 1986 2017-04-20 21:08 ./source/n/proftpd/etc/proftpd.conf
--rw-r--r-- 1 root root 14528098 2021-08-30 00:39 ./source/n/proftpd/proftpd-1.3.7c.tar.lz
--rwxr-xr-x 1 root root 4764 2021-08-30 17:44 ./source/n/proftpd/proftpd.SlackBuild
--rw-r--r-- 1 root root 826 2018-02-27 06:13 ./source/n/proftpd/slack-desc
-drwxr-xr-x 2 root root 4096 2021-11-02 19:02 ./source/n/pssh
--rw-r--r-- 1 root root 43443 2020-04-05 06:12 ./source/n/pssh/pssh-2.3.4.tar.lz
--rwxr-xr-x 1 root root 3343 2021-11-02 19:02 ./source/n/pssh/pssh.SlackBuild
--rw-r--r-- 1 root root 42 2020-08-09 17:57 ./source/n/pssh/pssh.url
--rw-r--r-- 1 root root 1036 2020-08-09 17:58 ./source/n/pssh/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/rdist
--rw-r--r-- 1 root root 360 2004-09-09 11:08 ./source/n/rdist/rdist-6.1.5-00.linux.diff.gz
--rw-r--r-- 1 root root 836 2004-09-09 11:08 ./source/n/rdist/rdist-6.1.5-01.links.diff.gz
--rw-r--r-- 1 root root 419 2004-09-09 11:08 ./source/n/rdist/rdist-6.1.5-03.hardlink.diff.gz
--rw-r--r-- 1 root root 929 2004-09-09 11:11 ./source/n/rdist/rdist-6.1.5-04.bison.diff.gz
--rw-r--r-- 1 root root 233 2004-09-09 11:11 ./source/n/rdist/rdist-6.1.5-05.varargs.diff.gz
--rw-r--r-- 1 root root 271 2004-09-09 11:11 ./source/n/rdist/rdist-6.1.5-06.maxargs.diff.gz
--rw-r--r-- 1 root root 1500 2004-09-09 11:11 ./source/n/rdist/rdist-6.1.5-07.lfs.diff.gz
--rw-r--r-- 1 root root 12347 2004-09-09 11:11 ./source/n/rdist/rdist-6.1.5-08.cleanup.diff.gz
--rw-r--r-- 1 root root 304 2004-09-09 11:11 ./source/n/rdist/rdist-6.1.5-09.svr4.diff.gz
--rw-r--r-- 1 root root 253 2004-09-09 11:11 ./source/n/rdist/rdist-6.1.5-10.ssh.diff.gz
--rw-r--r-- 1 root root 419 2004-09-09 11:13 ./source/n/rdist/rdist-6.1.5-11.mkstemp.diff.gz
--rw-r--r-- 1 root root 963 2005-05-04 14:08 ./source/n/rdist/rdist-6.1.5-12.stat64.diff.gz
--rw-r--r-- 1 root root 462 2006-08-02 09:11 ./source/n/rdist/rdist-6.1.5-14.fix-msgsndnotify-loop.diff.gz
--rw-r--r-- 1 root root 117861 2001-04-03 17:01 ./source/n/rdist/rdist-6.1.5.tar.gz
--rw-r--r-- 1 root root 5320 2004-09-09 11:08 ./source/n/rdist/rdist-eu-license.txt
--rwxr-xr-x 1 root root 4039 2021-02-13 05:32 ./source/n/rdist/rdist.SlackBuild
--rw-r--r-- 1 root root 806 2018-02-27 06:13 ./source/n/rdist/slack-desc
-drwxr-xr-x 2 root root 4096 2021-05-10 04:00 ./source/n/rp-pppoe
--rw-r--r-- 1 root root 307 2005-09-03 17:27 ./source/n/rp-pppoe/doinst.sh.gz
--rw-r--r-- 1 root root 392 2017-08-04 17:13 ./source/n/rp-pppoe/rp-pppoe-3.12-doc.patch.gz
--rw-r--r-- 1 root root 304 2017-08-04 17:13 ./source/n/rp-pppoe/rp-pppoe-3.12-plugin.patch.gz
--rw-r--r-- 1 root root 336 2017-08-04 17:13 ./source/n/rp-pppoe/rp-pppoe-3.12-pluginpath.patch.gz
--rw-r--r-- 1 root root 1435 2020-05-27 22:57 ./source/n/rp-pppoe/rp-pppoe-3.14-ip-allocation.patch.gz
--rw-r--r-- 1 root root 177745 2021-05-07 13:19 ./source/n/rp-pppoe/rp-pppoe-3.15.tar.lz
--rw-r--r-- 1 root root 1200 2017-08-04 17:13 ./source/n/rp-pppoe/rp-pppoe-manpages.patch.gz
--rwxr-xr-x 1 root root 3624 2021-05-10 04:00 ./source/n/rp-pppoe/rp-pppoe.SlackBuild
--rw-r--r-- 1 root root 1008 2020-03-06 05:08 ./source/n/rp-pppoe/slack-desc
-drwxr-xr-x 2 root root 4096 2021-05-12 18:43 ./source/n/rpcbind
--rw-r--r-- 1 root root 732 2017-07-18 04:32 ./source/n/rpcbind/0001-man-rpcibind.8-Clarify-state-file-usage-and-history.patch.gz
--rw-r--r-- 1 root root 344 2017-07-18 05:52 ./source/n/rpcbind/doinst.sh.gz
--rw-r--r-- 1 root root 897 2017-12-29 05:43 ./source/n/rpcbind/rc.rpc.gz
--rw-r--r-- 1 root root 793 2017-12-29 05:38 ./source/n/rpcbind/rpc.default
--rw-r--r-- 1 root root 116779 2021-05-10 17:35 ./source/n/rpcbind/rpcbind-1.2.6.tar.lz
--rwxr-xr-x 1 root root 4990 2021-05-12 18:43 ./source/n/rpcbind/rpcbind.SlackBuild
--rw-r--r-- 1 root root 381 2015-12-14 19:35 ./source/n/rpcbind/rpcbind.lwrap.needs.lnsl.diff.gz
--rw-r--r-- 1 root root 1037 2018-02-27 06:13 ./source/n/rpcbind/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-22 20:30 ./source/n/rsync
--rw-r--r-- 1 root root 1069784 2020-08-07 03:58 ./source/n/rsync/rsync-3.2.3.tar.gz
--rwxr-xr-x 1 root root 3737 2021-02-22 20:30 ./source/n/rsync/rsync.SlackBuild
--rw-r--r-- 1 root root 398 2021-02-22 20:30 ./source/n/rsync/rsync.no_lchmod.diff.gz
--rw-r--r-- 1 root root 978 2018-02-27 06:13 ./source/n/rsync/slack-desc
-drwxr-xr-x 2 root root 4096 2021-11-12 18:20 ./source/n/s-nail
--rw-r--r-- 1 root root 262 2018-11-17 11:48 ./source/n/s-nail/doinst.sh.gz
--rw-r--r-- 1 root root 799572 2021-11-11 22:40 ./source/n/s-nail/s-nail-14.9.23.tar.xz
--rw-r--r-- 1 root root 801 2021-11-11 22:40 ./source/n/s-nail/s-nail-14.9.23.tar.xz.asc
--rwxr-xr-x 1 root root 4323 2021-02-24 18:51 ./source/n/s-nail/s-nail.SlackBuild
--rw-r--r-- 1 root root 267 2021-02-20 02:10 ./source/n/s-nail/s-nail.no.emptystart.diff.gz
--rw-r--r-- 1 root root 92 2021-11-12 18:19 ./source/n/s-nail/s-nail.url
--rw-r--r-- 1 root root 930 2018-11-24 18:35 ./source/n/s-nail/slack-desc
-drwxr-xr-x 2 root root 4096 2022-01-31 18:08 ./source/n/samba
--rw-r--r-- 1 root root 703 2016-06-13 04:19 ./source/n/samba/doinst.sh.gz
--rw-r--r-- 1 root root 940 2016-06-04 17:50 ./source/n/samba/rc.samba
--rw-r--r-- 1 root root 833 2022-01-31 11:32 ./source/n/samba/samba-4.15.5.tar.asc
--rw-r--r-- 1 root root 11873901 2022-01-31 11:32 ./source/n/samba/samba-4.15.5.tar.lz
--rwxr-xr-x 1 root root 7644 2021-11-10 19:42 ./source/n/samba/samba.SlackBuild
--rw-r--r-- 1 root root 227 2019-02-06 20:36 ./source/n/samba/samba.libsmbclient.h.ffmpeg.compat.diff.gz
--rw-r--r-- 1 root root 129 2022-01-31 18:07 ./source/n/samba/samba.url
--rw-r--r-- 1 root root 960 2018-02-27 06:13 ./source/n/samba/slack-desc
--rw-r--r-- 1 root root 7921 2018-04-29 17:31 ./source/n/samba/smb.conf.default
--rw-r--r-- 1 root root 7933 2018-01-14 20:41 ./source/n/samba/smb.conf.default.orig
--rw-r--r-- 1 root root 536 2017-03-23 19:18 ./source/n/samba/smb.conf.diff.gz
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/slrn
--rw-r--r-- 1 root root 280 2010-05-19 02:27 ./source/n/slrn/doinst.sh.gz
--rw-r--r-- 1 root root 798 2018-11-08 00:49 ./source/n/slrn/slack-desc
--rw-r--r-- 1 root root 793605 2016-10-23 22:34 ./source/n/slrn/slrn-1.0.3a.tar.lz
--rwxr-xr-x 1 root root 4244 2021-02-13 05:32 ./source/n/slrn/slrn.SlackBuild
--rw-r--r-- 1 root root 33 2018-11-08 00:49 ./source/n/slrn/slrn.url
-drwxr-xr-x 2 root root 4096 2021-10-03 22:53 ./source/n/snownews
--rw-r--r-- 1 root root 856 2018-11-08 00:54 ./source/n/snownews/slack-desc
--rw-r--r-- 1 root root 117505 2021-10-02 22:29 ./source/n/snownews/snownews-1.9.tar.lz
--rwxr-xr-x 1 root root 4068 2021-05-11 18:43 ./source/n/snownews/snownews.SlackBuild
-drwxr-xr-x 2 root root 4096 2022-01-09 03:42 ./source/n/socat
--rw-r--r-- 1 root root 949 2020-02-16 05:03 ./source/n/socat/slack-desc
--rw-r--r-- 1 root root 437874 2022-01-08 21:10 ./source/n/socat/socat-1.7.4.3.tar.lz
--rwxr-xr-x 1 root root 4501 2021-11-03 17:31 ./source/n/socat/socat.SlackBuild
--rw-r--r-- 1 root root 44 2020-02-16 04:58 ./source/n/socat/socat.url
-drwxr-xr-x 2 root root 4096 2021-06-08 20:28 ./source/n/sshfs
--rw-r--r-- 1 root root 889 2018-02-27 06:13 ./source/n/sshfs/slack-desc
--rw-r--r-- 1 root root 53160 2021-06-08 08:56 ./source/n/sshfs/sshfs-3.7.2.tar.xz
--rw-r--r-- 1 root root 1012 2021-06-08 08:56 ./source/n/sshfs/sshfs-3.7.2.tar.xz.asc
--rwxr-xr-x 1 root root 4227 2021-06-08 20:28 ./source/n/sshfs/sshfs.SlackBuild
-drwxr-xr-x 2 root root 4096 2022-01-17 22:09 ./source/n/stunnel
--rw-r--r-- 1 root root 268 2015-09-17 19:39 ./source/n/stunnel/doinst.sh.gz
--rw-r--r-- 1 root root 286 2016-08-22 18:28 ./source/n/stunnel/generate-stunnel-key.sh
--rw-r--r-- 1 root root 965 2018-02-27 06:13 ./source/n/stunnel/slack-desc
--rw-r--r-- 1 root root 602479 2022-01-17 20:00 ./source/n/stunnel/stunnel-5.62.tar.lz
--rwxr-xr-x 1 root root 4728 2021-02-21 02:21 ./source/n/stunnel/stunnel.SlackBuild
--rw-r--r-- 1 root root 39 2018-05-22 17:22 ./source/n/stunnel/stunnel.url
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/tcp_wrappers
--rw-r--r-- 1 root root 1108 2018-02-27 06:13 ./source/n/tcp_wrappers/slack-desc
--rwxr-xr-x 1 root root 3736 2021-02-13 05:32 ./source/n/tcp_wrappers/tcp_wrappers.SlackBuild
--rw-r--r-- 1 root root 118844 2004-02-22 22:48 ./source/n/tcp_wrappers/tcp_wrappers_7.6.tar.gz
-drwxr-xr-x 2 root root 4096 2021-06-10 18:10 ./source/n/tcpdump
--rw-r--r-- 1 root root 869 2019-10-01 20:14 ./source/n/tcpdump/slack-desc
--rw-r--r-- 1 root root 1268906 2021-06-10 05:23 ./source/n/tcpdump/tcpdump-4.99.1.tar.lz
--rwxr-xr-x 1 root root 3505 2021-06-10 18:10 ./source/n/tcpdump/tcpdump.SlackBuild
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/telnet
--rw-r--r-- 1 root root 522 2001-08-09 19:36 ./source/n/telnet/netkit-telnet-0.17-ayt.patch.gz
--rw-r--r-- 1 root root 176 2001-02-26 02:21 ./source/n/telnet/netkit-telnet-0.17.diff.gz
--rw-r--r-- 1 root root 133749 2000-07-31 03:04 ./source/n/telnet/netkit-telnet-0.17.tar.gz
--rw-r--r-- 1 root root 1009 2018-02-27 06:13 ./source/n/telnet/slack-desc
--rw-r--r-- 1 root root 2605 2005-08-28 22:42 ./source/n/telnet/telnet-OpenBSD-014_telnet.diff.gz
--rw-r--r-- 1 root root 869 2002-03-22 04:41 ./source/n/telnet/telnet-OpenBSD-20020321.diff.gz
--rw-r--r-- 1 root root 104068 2002-03-22 04:19 ./source/n/telnet/telnet-OpenBSD-20020321.tar.gz
--rwxr-xr-x 1 root root 3333 2021-02-13 05:32 ./source/n/telnet/telnet.SlackBuild
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/tftp-hpa
--rw-r--r-- 1 root root 1010 2018-02-27 06:13 ./source/n/tftp-hpa/slack-desc
--rw-r--r-- 1 root root 836 2011-12-11 22:15 ./source/n/tftp-hpa/tftp-hpa-5.2.tar.sign
--rw-r--r-- 1 root root 89564 2011-12-11 22:15 ./source/n/tftp-hpa/tftp-hpa-5.2.tar.xz
--rwxr-xr-x 1 root root 3220 2021-02-13 05:32 ./source/n/tftp-hpa/tftp-hpa.SlackBuild
--rw-r--r-- 1 root root 201 2021-01-16 18:55 ./source/n/tftp-hpa/tftp-hpa.fcommon.diff.gz
-drwxr-xr-x 2 root root 4096 2021-12-27 19:55 ./source/n/tin
--rw-r--r-- 1 root root 939 2018-02-27 06:13 ./source/n/tin/slack-desc
--rw-r--r-- 1 root root 1570500 2021-12-26 14:00 ./source/n/tin/tin-2.6.1.tar.xz
--rw-r--r-- 1 root root 286 2021-12-26 14:41 ./source/n/tin/tin-2.6.1.tar.xz.sign
--rwxr-xr-x 1 root root 3653 2021-09-27 18:04 ./source/n/tin/tin.SlackBuild
--rw-r--r-- 1 root root 40 2019-07-22 18:02 ./source/n/tin/tin.url
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/traceroute
--rw-r--r-- 1 root root 1008 2018-02-27 06:13 ./source/n/traceroute/slack-desc
--rw-r--r-- 1 root root 57572 2016-03-08 17:24 ./source/n/traceroute/traceroute-2.1.0.tar.xz
--rwxr-xr-x 1 root root 3302 2021-02-13 05:32 ./source/n/traceroute/traceroute.SlackBuild
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/ulogd
--rw-r--r-- 1 root root 343 2012-09-08 06:31 ./source/n/ulogd/doinst.sh.gz
--rw-r--r-- 1 root root 437 2013-04-22 06:15 ./source/n/ulogd/rc.ulogd
--rw-r--r-- 1 root root 884 2018-05-28 17:54 ./source/n/ulogd/slack-desc
--rw-r--r-- 1 root root 335009 2018-04-26 23:23 ./source/n/ulogd/ulogd-2.0.7.tar.lz
--rwxr-xr-x 1 root root 3657 2021-02-13 05:32 ./source/n/ulogd/ulogd.SlackBuild
--rw-r--r-- 1 root root 197 2018-05-29 00:42 ./source/n/ulogd/ulogd.logrotate
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/uucp
--rw-r--r-- 1 root root 1001 2003-06-05 22:07 ./source/n/uucp/_uucp.tar.gz
--rw-r--r-- 1 root root 1777 2003-06-05 21:46 ./source/n/uucp/policy.h.diff.gz
--rw-r--r-- 1 root root 734 2018-02-27 06:13 ./source/n/uucp/slack-desc
--rw-r--r-- 1 root root 1013234 2003-06-04 00:51 ./source/n/uucp/uucp-1.07.tar.gz
--rwxr-xr-x 1 root root 2995 2021-02-13 05:32 ./source/n/uucp/uucp.SlackBuild
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/vlan
--rw-r--r-- 1 root root 884 2018-02-27 06:13 ./source/n/vlan/slack-desc
--rw-r--r-- 1 root root 132059 2005-10-20 09:17 ./source/n/vlan/vlan.1.9.tar.bz2
--rwxr-xr-x 1 root root 2658 2021-02-13 05:32 ./source/n/vlan/vlan.SlackBuild
-drwxr-xr-x 2 root root 4096 2021-08-04 19:51 ./source/n/vsftpd
--rw-r--r-- 1 root root 300 2020-02-07 02:54 ./source/n/vsftpd/doinst.sh.gz
--rw-r--r-- 1 root root 952 2021-06-06 16:46 ./source/n/vsftpd/slack-desc
--rw-r--r-- 1 root root 197778 2021-08-04 19:51 ./source/n/vsftpd/vsftpd-3.0.5.tar.gz
--rw-r--r-- 1 root root 866 2021-08-04 19:51 ./source/n/vsftpd/vsftpd-3.0.5.tar.gz.asc
--rwxr-xr-x 1 root root 4059 2021-08-04 19:53 ./source/n/vsftpd/vsftpd.SlackBuild
--rw-r--r-- 1 root root 198 2021-06-06 16:52 ./source/n/vsftpd/vsftpd.builddefs.diff.gz
--rw-r--r-- 1 root root 1223 2016-04-11 23:34 ./source/n/vsftpd/vsftpd.conf.diff.gz
--rw-r--r-- 1 root root 315 2016-06-13 04:49 ./source/n/vsftpd/vsftpd.crypt.diff.gz
--rw-r--r-- 1 root root 115 2004-09-03 18:59 ./source/n/vsftpd/vsftpd.log.gz
-drwxr-xr-x 2 root root 4096 2021-09-08 17:44 ./source/n/wget
--rw-r--r-- 1 root root 264 2008-10-01 23:27 ./source/n/wget/doinst.sh.gz
--rw-r--r-- 1 root root 849 2018-02-27 06:13 ./source/n/wget/slack-desc
--rw-r--r-- 1 root root 2407790 2021-09-07 19:06 ./source/n/wget/wget-1.21.2.tar.lz
--rw-r--r-- 1 root root 833 2021-09-07 19:06 ./source/n/wget/wget-1.21.2.tar.lz.sig
--rwxr-xr-x 1 root root 3891 2021-09-08 17:45 ./source/n/wget/wget.SlackBuild
-drwxr-xr-x 2 root root 4096 2021-09-13 00:57 ./source/n/wget2
--rw-r--r-- 1 root root 1039 2021-09-13 04:34 ./source/n/wget2/slack-desc
--rw-r--r-- 1 root root 1956207 2021-09-12 11:45 ./source/n/wget2/wget2-2.0.0.tar.lz
--rw-r--r-- 1 root root 566 2021-09-12 11:45 ./source/n/wget2/wget2-2.0.0.tar.lz.sig
--rwxr-xr-x 1 root root 4972 2021-10-10 20:56 ./source/n/wget2/wget2.SlackBuild
-drwxr-xr-x 2 root root 4096 2022-01-04 21:42 ./source/n/whois
--rw-r--r-- 1 root root 820 2019-03-28 19:25 ./source/n/whois/slack-desc
--rw-r--r-- 1 root root 84684 2022-01-03 17:21 ./source/n/whois/whois-5.5.11.tar.lz
--rwxr-xr-x 1 root root 2907 2021-02-16 19:24 ./source/n/whois/whois.SlackBuild
--rw-r--r-- 1 root root 33 2019-07-24 18:55 ./source/n/whois/whois.url
-drwxr-xr-x 2 root root 4096 2021-09-14 18:26 ./source/n/wireguard-tools
--rw-r--r-- 1 root root 951 2021-03-19 18:19 ./source/n/wireguard-tools/slack-desc
--rw-r--r-- 1 root root 858 2021-09-14 18:26 ./source/n/wireguard-tools/wireguard-tools-1.0.20210914.tar.asc
--rw-r--r-- 1 root root 99744 2021-09-14 18:26 ./source/n/wireguard-tools/wireguard-tools-1.0.20210914.tar.xz
--rwxr-xr-x 1 root root 3642 2021-03-19 18:25 ./source/n/wireguard-tools/wireguard-tools.SlackBuild
--rw-r--r-- 1 root root 38 2021-03-19 18:16 ./source/n/wireguard-tools/wireguard-tools.url
-drwxr-xr-x 3 root root 4096 2021-03-10 04:16 ./source/n/wireless_tools
--rw-r--r-- 1 root root 389 2007-05-10 01:04 ./source/n/wireless_tools/doinst.sh.gz
-drwxr-xr-x 2 root root 4096 2017-11-14 23:02 ./source/n/wireless_tools/scripts
--rw-r--r-- 1 root root 13885 2021-03-10 03:15 ./source/n/wireless_tools/scripts/rc.wireless
--rw-r--r-- 1 root root 7349 2017-07-11 21:58 ./source/n/wireless_tools/scripts/rc.wireless.conf
--rw-r--r-- 1 root root 1139 2018-04-10 12:34 ./source/n/wireless_tools/slack-desc
--rw-r--r-- 1 root root 182226 2016-11-04 17:56 ./source/n/wireless_tools/wireless_tools.30.pre9.tar.lz
--rwxr-xr-x 1 root root 4055 2021-03-10 04:16 ./source/n/wireless_tools/wireless_tools.SlackBuild
--rw-r--r-- 1 root root 227 2005-07-14 05:20 ./source/n/wireless_tools/wireless_tools.nowhine.diff.gz
--rw-r--r-- 1 root root 59 2018-12-31 19:59 ./source/n/wireless_tools/wireless_tools.url
-drwxr-xr-x 4 root root 4096 2022-01-19 17:15 ./source/n/wpa_supplicant
--rw-r--r-- 1 root root 2080 2005-08-06 20:17 ./source/n/wpa_supplicant/README.slackware
-drwxr-xr-x 2 root root 4096 2021-06-09 18:33 ./source/n/wpa_supplicant/config
--rw-r--r-- 1 root root 22874 2021-06-09 18:33 ./source/n/wpa_supplicant/config/dot.config
--rw-r--r-- 1 root root 153 2020-12-27 07:03 ./source/n/wpa_supplicant/config/wpa_gui.desktop
--rw-r--r-- 1 root root 5124 2009-04-20 18:10 ./source/n/wpa_supplicant/config/wpa_gui.png
--rw-r--r-- 1 root root 65 2012-05-06 07:08 ./source/n/wpa_supplicant/config/wpa_supplicant.conf
--rw-r--r-- 1 root root 100 2012-05-06 07:05 ./source/n/wpa_supplicant/config/wpa_supplicant.logrotate
--rw-r--r-- 1 root root 284 2012-05-06 07:31 ./source/n/wpa_supplicant/doinst.sh.gz
-drwxr-xr-x 2 root root 4096 2022-01-19 17:13 ./source/n/wpa_supplicant/patches
--rw-r--r-- 1 root root 454 2018-12-15 14:31 ./source/n/wpa_supplicant/patches/allow-tlsv1.patch.gz
--rw-r--r-- 1 root root 687 2018-12-18 16:36 ./source/n/wpa_supplicant/patches/wpa_supplicant-gui-qt4.patch.gz
--rw-r--r-- 1 root root 625 2018-12-18 16:36 ./source/n/wpa_supplicant/patches/wpa_supplicant-quiet-scan-results-message.patch.gz
--rw-r--r-- 1 root root 1061 2018-12-06 20:13 ./source/n/wpa_supplicant/slack-desc
--rw-r--r-- 1 root root 2372460 2022-01-16 21:11 ./source/n/wpa_supplicant/wpa_supplicant-2.10.tar.xz
--rwxr-xr-x 1 root root 6066 2022-01-19 17:15 ./source/n/wpa_supplicant/wpa_supplicant.SlackBuild
--rw-r--r-- 1 root root 30 2022-01-19 17:10 ./source/n/wpa_supplicant/wpa_supplicant.url
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/yptools
--rw-r--r-- 1 root root 616 2000-11-24 23:39 ./source/n/yptools/nsswitch.conf-nis.gz
--rw-r--r-- 1 root root 1355 2017-11-19 02:09 ./source/n/yptools/rc.yp.gz
--rw-r--r-- 1 root root 861 2018-02-27 06:13 ./source/n/yptools/slack-desc
--rw-r--r-- 1 root root 151923 2018-03-27 13:47 ./source/n/yptools/yp-tools-4.2.3.tar.lz
--rw-r--r-- 1 root root 1438 2021-12-31 05:19 ./source/n/yptools/yp.default
--rw-r--r-- 1 root root 174052 2020-01-31 09:54 ./source/n/yptools/ypbind-mt-2.7.2.tar.xz
--rw-r--r-- 1 root root 178560 2019-03-12 15:26 ./source/n/yptools/ypserv-4.1.tar.xz
--rwxr-xr-x 1 root root 10508 2022-01-04 17:07 ./source/n/yptools/yptools.SlackBuild
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/ytalk
--rw-r--r-- 1 root root 269 2006-02-03 23:28 ./source/n/ytalk/doinst.sh.gz
--rw-r--r-- 1 root root 741 2018-02-27 06:13 ./source/n/ytalk/slack-desc
--rw-r--r-- 1 root root 110912 2005-02-13 14:14 ./source/n/ytalk/ytalk-3.3.0.tar.bz2
--rwxr-xr-x 1 root root 3203 2021-02-13 05:32 ./source/n/ytalk/ytalk.SlackBuild
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/zd1211-firmware
--rw-r--r-- 1 root root 1111 2018-02-27 06:13 ./source/n/zd1211-firmware/slack-desc
--rw-r--r-- 1 root root 30904 2014-04-29 14:09 ./source/n/zd1211-firmware/zd1211-firmware-1.5.tar.xz
--rwxr-xr-x 1 root root 2234 2021-02-13 05:32 ./source/n/zd1211-firmware/zd1211-firmware.SlackBuild
-drwxr-xr-x 5 root root 4096 2021-07-06 19:21 ./source/t
--rw-r--r-- 1 root root 82 2018-02-01 03:15 ./source/t/FTBFSlog
-drwxr-xr-x 2 root root 4096 2021-08-23 17:48 ./source/t/fig2dev
--rw-r--r-- 1 root root 522756 2021-08-22 15:34 ./source/t/fig2dev/fig2dev-3.2.8b.tar.xz
--rwxr-xr-x 1 root root 4197 2021-03-28 18:06 ./source/t/fig2dev/fig2dev.SlackBuild
--rw-r--r-- 1 root root 940 2018-02-27 06:12 ./source/t/fig2dev/slack-desc
-drwxr-xr-x 4 root root 4096 2021-07-06 19:20 ./source/t/texlive
--rw-r--r-- 1 root root 773 2017-05-22 17:37 ./source/t/texlive/README.tlpkg
--rw-r--r-- 1 root root 151 2019-06-27 18:05 ./source/t/texlive/doinst.sh.gz
--rwxr-xr-x 1 root root 845 2021-04-18 18:00 ./source/t/texlive/dump.unused.internal.libraries.from.sources.sh
-drwxr-xr-x 2 root root 4096 2021-04-20 05:20 ./source/t/texlive/patches
--rw-r--r-- 1 root root 6924 2021-04-20 05:03 ./source/t/texlive/patches/fixes-210420.patch
-drwxr-xr-x 2 root root 4096 2021-04-19 11:34 ./source/t/texlive/prep
--rw-r--r-- 1 root root 109 2017-09-29 05:12 ./source/t/texlive/prep/README
--rw-r--r-- 1 root root 39002 2021-04-18 11:00 ./source/t/texlive/prep/texmf_get.sh
--rw-r--r-- 1 root root 996 2018-08-22 16:53 ./source/t/texlive/slack-desc
--rw-r--r-- 1 root root 22290664 2021-03-24 22:31 ./source/t/texlive/texlive-20210324-source.tar.xz
--rw-r--r-- 1 root root 73759108 2021-04-18 11:56 ./source/t/texlive/texlive-base-210418.tar.xz
--rwxr-xr-x 1 root root 7492 2021-10-10 21:02 ./source/t/texlive/texlive.SlackBuild
--rw-r--r-- 1 root root 150 2021-04-19 06:48 ./source/t/texlive/texlive.url
-drwxr-xr-x 2 root root 4096 2021-08-23 18:13 ./source/t/xfig
--rw-r--r-- 1 root root 909 2018-02-27 06:12 ./source/t/xfig/slack-desc
--rw-r--r-- 1 root root 5382524 2021-08-22 15:39 ./source/t/xfig/xfig-3.2.8b.tar.xz
--rwxr-xr-x 1 root root 4019 2021-03-28 18:07 ./source/t/xfig/xfig.SlackBuild
--rw-r--r-- 1 root root 302 2018-02-24 19:38 ./source/t/xfig/xfig.fig.ad.diff.gz
--rw-r--r-- 1 root root 431 2018-02-24 19:36 ./source/t/xfig/xfig.no.pdf.ref.diff.gz
-drwxr-xr-x 8 root root 4096 2018-02-01 03:10 ./source/tcl
--rw-r--r-- 1 root root 130 2018-02-01 03:10 ./source/tcl/FTBFSlog
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/tcl/expect
--rwxr-xr-x 1 root root 4091 2021-02-13 05:32 ./source/tcl/expect/expect.SlackBuild
--rw-r--r-- 1 root root 432472 2018-02-04 13:56 ./source/tcl/expect/expect5.45.4.tar.lz
--rw-r--r-- 1 root root 1021 2018-02-27 06:13 ./source/tcl/expect/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/tcl/hfsutils
--rw-r--r-- 1 root root 207697 1998-11-02 23:34 ./source/tcl/hfsutils/hfsutils-3.2.6.tar.gz
--rw-r--r-- 1 root root 286 1998-11-02 23:39 ./source/tcl/hfsutils/hfsutils-3.2.6.tar.gz.sign
--rwxr-xr-x 1 root root 5163 2021-02-13 05:32 ./source/tcl/hfsutils/hfsutils.SlackBuild
--rw-r--r-- 1 root root 209 2005-07-11 02:18 ./source/tcl/hfsutils/hfsutils.errno.diff.gz
--rw-r--r-- 1 root root 923 2018-02-27 06:13 ./source/tcl/hfsutils/slack-desc
-drwxr-xr-x 2 root root 4096 2021-11-06 17:01 ./source/tcl/tcl
--rw-r--r-- 1 root root 739 2018-11-16 18:32 ./source/tcl/tcl/slack-desc
--rwxr-xr-x 1 root root 4513 2021-11-06 17:01 ./source/tcl/tcl/tcl.SlackBuild
--rw-r--r-- 1 root root 48 2021-01-04 23:37 ./source/tcl/tcl/tcl.url
--rw-r--r-- 1 root root 6033620 2021-11-05 20:54 ./source/tcl/tcl/tcl8.6.12-src.tar.lz
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/tcl/tclx
--rw-r--r-- 1 root root 1007 2018-02-27 06:13 ./source/tcl/tclx/slack-desc
--rw-r--r-- 1 root root 333652 2020-03-29 18:25 ./source/tcl/tclx/tclx-8.4.4.tar.lz
--rwxr-xr-x 1 root root 4329 2021-02-13 05:32 ./source/tcl/tclx/tclx.SlackBuild
--rw-r--r-- 1 root root 36 2019-07-12 18:12 ./source/tcl/tclx/tclx.url
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/tcl/tix
--rw-r--r-- 1 root root 1831503 2008-07-28 19:37 ./source/tcl/tix/Tix8.4.3.tar.gz
--rw-r--r-- 1 root root 548 2018-02-01 03:07 ./source/tcl/tix/configure.private.diff.gz
--rw-r--r-- 1 root root 857 2018-02-27 06:13 ./source/tcl/tix/slack-desc
--rwxr-xr-x 1 root root 3865 2021-02-13 05:32 ./source/tcl/tix/tix.SlackBuild
--rw-r--r-- 1 root root 236 2006-11-18 04:05 ./source/tcl/tix/tix.soname.patch.gz
--rw-r--r-- 1 root root 1908 2008-09-09 00:46 ./source/tcl/tix/tix.tcl8.5.patch.gz
-drwxr-xr-x 2 root root 4096 2021-11-06 17:02 ./source/tcl/tk
--rw-r--r-- 1 root root 677 2018-11-16 18:36 ./source/tcl/tk/slack-desc
--rwxr-xr-x 1 root root 4429 2021-11-06 17:02 ./source/tcl/tk/tk.SlackBuild
--rw-r--r-- 1 root root 48 2021-01-04 23:37 ./source/tcl/tk/tk.url
--rw-r--r-- 1 root root 2995110 2021-11-05 20:54 ./source/tcl/tk/tk8.6.12-src.tar.lz
-drwxr-xr-x 81 root root 4096 2022-01-03 19:53 ./source/x
--rw-r--r-- 1 root root 1804 2022-01-11 05:21 ./source/x/FTBFSlog
-drwxr-xr-x 2 root root 4096 2021-09-04 17:57 ./source/x/OpenCC
--rw-r--r-- 1 root root 2078728 2021-09-03 14:26 ./source/x/OpenCC/OpenCC-ver.1.1.3.tar.lz
--rwxr-xr-x 1 root root 3386 2021-03-05 02:39 ./source/x/OpenCC/OpenCC.SlackBuild
--rw-r--r-- 1 root root 33 2020-11-17 21:04 ./source/x/OpenCC/OpenCC.url
--rw-r--r-- 1 root root 927 2020-11-28 00:49 ./source/x/OpenCC/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/anthy
--rw-r--r-- 1 root root 3198760 2009-02-07 16:33 ./source/x/anthy/anthy-9100h.tar.xz
--rwxr-xr-x 1 root root 4699 2021-02-13 05:32 ./source/x/anthy/anthy.SlackBuild
--rw-r--r-- 1 root root 710 2018-02-27 06:13 ./source/x/anthy/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/cldr-emoji-annotation
--rw-r--r-- 1 root root 4470950 2020-07-31 23:50 ./source/x/cldr-emoji-annotation/cldr-emoji-annotation-37.0_13.0_0_2.tar.lz
--rwxr-xr-x 1 root root 3169 2021-10-04 19:02 ./source/x/cldr-emoji-annotation/cldr-emoji-annotation.SlackBuild
--rw-r--r-- 1 root root 940 2020-11-22 20:10 ./source/x/cldr-emoji-annotation/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/compiz
--rw-r--r-- 1 root root 743580 2020-04-04 18:24 ./source/x/compiz/compiz-0.8.18.tar.lz
--rwxr-xr-x 1 root root 4294 2021-02-13 05:32 ./source/x/compiz/compiz.SlackBuild
--rw-r--r-- 1 root root 874 2019-12-12 04:50 ./source/x/compiz/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/dejavu-fonts-ttf
--rw-r--r-- 1 root root 2534484 2016-07-30 10:41 ./source/x/dejavu-fonts-ttf/dejavu-fonts-ttf-2.37.tar.xz
--rwxr-xr-x 1 root root 2983 2021-02-13 05:32 ./source/x/dejavu-fonts-ttf/dejavu-fonts-ttf.SlackBuild
--rw-r--r-- 1 root root 169 2018-06-05 22:36 ./source/x/dejavu-fonts-ttf/doinst.sh.gz
--rw-r--r-- 1 root root 904 2018-02-27 06:13 ./source/x/dejavu-fonts-ttf/slack-desc
-drwxr-xr-x 2 root root 4096 2021-05-13 18:27 ./source/x/egl-wayland
--rw-r--r-- 1 root root 115 2021-04-17 18:31 ./source/x/egl-wayland/10_nvidia_wayland.json
--rw-r--r-- 1 root root 39159 2021-05-11 19:42 ./source/x/egl-wayland/egl-wayland-1.1.7.tar.lz
--rwxr-xr-x 1 root root 4560 2021-04-17 18:34 ./source/x/egl-wayland/egl-wayland.SlackBuild
--rw-r--r-- 1 root root 38 2021-04-17 18:32 ./source/x/egl-wayland/egl-wayland.url
--rw-r--r-- 1 root root 694 2021-04-17 18:31 ./source/x/egl-wayland/slack-desc
-drwxr-xr-x 2 root root 4096 2021-04-17 18:28 ./source/x/eglexternalplatform
--rw-r--r-- 1 root root 9578 2018-08-16 19:19 ./source/x/eglexternalplatform/eglexternalplatform-1.1.tar.lz
--rwxr-xr-x 1 root root 3271 2021-04-17 18:30 ./source/x/eglexternalplatform/eglexternalplatform.SlackBuild
--rw-r--r-- 1 root root 46 2021-04-17 18:27 ./source/x/eglexternalplatform/eglexternalplatform.url
--rw-r--r-- 1 root root 815 2021-04-17 18:27 ./source/x/eglexternalplatform/slack-desc
-drwxr-xr-x 2 root root 4096 2021-04-06 17:55 ./source/x/fcitx
-drwxr-xr-x 2 root root 4096 2021-04-06 18:34 ./source/x/fcitx-anthy
--rw-r--r-- 1 root root 77146 2021-04-05 23:37 ./source/x/fcitx-anthy/fcitx-anthy-0.2.4.tar.lz
--rwxr-xr-x 1 root root 3357 2021-04-06 18:34 ./source/x/fcitx-anthy/fcitx-anthy.SlackBuild
--rw-r--r-- 1 root root 727 2016-10-13 18:57 ./source/x/fcitx-anthy/slack-desc
-drwxr-xr-x 2 root root 4096 2021-04-06 17:56 ./source/x/fcitx-configtool
--rw-r--r-- 1 root root 50440 2017-09-14 22:51 ./source/x/fcitx-configtool/fcitx-configtool-0.4.10.tar.xz
--rw-r--r-- 1 root root 310 2017-09-14 22:51 ./source/x/fcitx-configtool/fcitx-configtool-0.4.10.tar.xz.sig
--rwxr-xr-x 1 root root 3473 2022-01-10 22:06 ./source/x/fcitx-configtool/fcitx-configtool.SlackBuild
--rw-r--r-- 1 root root 47 2020-12-08 18:26 ./source/x/fcitx-configtool/fcitx-configtool.url
--rw-r--r-- 1 root root 851 2017-03-18 14:58 ./source/x/fcitx-configtool/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/fcitx-hangul
--rw-r--r-- 1 root root 26612 2017-09-14 22:51 ./source/x/fcitx-hangul/fcitx-hangul-0.3.1.tar.xz
--rwxr-xr-x 1 root root 3363 2021-02-13 05:32 ./source/x/fcitx-hangul/fcitx-hangul.SlackBuild
--rw-r--r-- 1 root root 741 2016-10-13 18:59 ./source/x/fcitx-hangul/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/fcitx-kkc
--rw-r--r-- 1 root root 37132 2017-11-08 18:42 ./source/x/fcitx-kkc/fcitx-kkc-0.1.4.tar.xz
--rwxr-xr-x 1 root root 3350 2021-02-13 05:32 ./source/x/fcitx-kkc/fcitx-kkc.SlackBuild
--rw-r--r-- 1 root root 794 2015-05-09 01:46 ./source/x/fcitx-kkc/slack-desc
-drwxr-xr-x 3 root root 4096 2021-02-13 05:32 ./source/x/fcitx-libpinyin
-drwxr-xr-x 2 root root 4096 2021-01-30 19:38 ./source/x/fcitx-libpinyin/dict
--rw-r--r-- 1 root root 15148952 2021-01-29 16:53 ./source/x/fcitx-libpinyin/dict/fcitx-libpinyin-0.5.4_dict.tar.xz
--rw-r--r-- 1 root root 47376 2021-01-29 16:46 ./source/x/fcitx-libpinyin/fcitx-libpinyin-0.5.4.tar.xz
--rwxr-xr-x 1 root root 3853 2021-02-13 05:32 ./source/x/fcitx-libpinyin/fcitx-libpinyin.SlackBuild
--rw-r--r-- 1 root root 800 2020-11-22 20:10 ./source/x/fcitx-libpinyin/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/fcitx-m17n
--rw-r--r-- 1 root root 35076 2017-09-14 22:51 ./source/x/fcitx-m17n/fcitx-m17n-0.2.4.tar.xz
--rwxr-xr-x 1 root root 3351 2021-02-13 05:32 ./source/x/fcitx-m17n/fcitx-m17n.SlackBuild
--rw-r--r-- 1 root root 757 2016-10-13 19:05 ./source/x/fcitx-m17n/slack-desc
-drwxr-xr-x 2 root root 4096 2022-01-05 06:55 ./source/x/fcitx-qt5
--rw-r--r-- 1 root root 90460 2022-01-02 02:39 ./source/x/fcitx-qt5/fcitx-qt5-1.2.7.tar.xz
--rw-r--r-- 1 root root 310 2022-01-02 02:39 ./source/x/fcitx-qt5/fcitx-qt5-1.2.7.tar.xz.sig
--rwxr-xr-x 1 root root 3365 2021-04-25 18:29 ./source/x/fcitx-qt5/fcitx-qt5.SlackBuild
--rw-r--r-- 1 root root 714 2020-11-22 20:11 ./source/x/fcitx-qt5/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/fcitx-sayura
--rw-r--r-- 1 root root 25400 2017-09-14 22:52 ./source/x/fcitx-sayura/fcitx-sayura-0.1.2.tar.xz
--rwxr-xr-x 1 root root 3365 2021-02-13 05:32 ./source/x/fcitx-sayura/fcitx-sayura.SlackBuild
--rw-r--r-- 1 root root 771 2016-10-13 19:19 ./source/x/fcitx-sayura/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/fcitx-table-extra
--rw-r--r-- 1 root root 3700736 2017-09-14 22:52 ./source/x/fcitx-table-extra/fcitx-table-extra-0.3.8.tar.xz
--rwxr-xr-x 1 root root 3387 2021-02-13 05:32 ./source/x/fcitx-table-extra/fcitx-table-extra.SlackBuild
--rw-r--r-- 1 root root 892 2020-11-22 20:11 ./source/x/fcitx-table-extra/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/fcitx-table-other
--rw-r--r-- 1 root root 234376 2017-09-14 22:52 ./source/x/fcitx-table-other/fcitx-table-other-0.2.4.tar.xz
--rwxr-xr-x 1 root root 3343 2021-02-13 05:32 ./source/x/fcitx-table-other/fcitx-table-other.SlackBuild
--rw-r--r-- 1 root root 895 2020-11-22 20:11 ./source/x/fcitx-table-other/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/fcitx-unikey
--rw-r--r-- 1 root root 75204 2017-11-08 18:42 ./source/x/fcitx-unikey/fcitx-unikey-0.2.7.tar.xz
--rwxr-xr-x 1 root root 3363 2021-02-13 05:32 ./source/x/fcitx-unikey/fcitx-unikey.SlackBuild
--rw-r--r-- 1 root root 784 2020-11-28 00:51 ./source/x/fcitx-unikey/slack-desc
--rw-r--r-- 1 root root 165 2017-03-26 11:53 ./source/x/fcitx/doinst.sh.gz
--rw-r--r-- 1 root root 1703948 2020-08-01 01:41 ./source/x/fcitx/fcitx-4.2.9.8.tar.xz
--rw-r--r-- 1 root root 310 2020-08-01 01:41 ./source/x/fcitx/fcitx-4.2.9.8.tar.xz.sig
--rw-r--r-- 1 root root 295 2020-11-25 23:27 ./source/x/fcitx/fcitx-autostart.patch.gz
--rwxr-xr-x 1 root root 4009 2022-01-11 05:20 ./source/x/fcitx/fcitx.SlackBuild
--rw-r--r-- 1 root root 987 2016-10-12 18:43 ./source/x/fcitx/slack-desc
-drwxr-xr-x 3 root root 4096 2021-02-13 05:32 ./source/x/fontconfig
--rw-r--r-- 1 root root 139 2013-02-28 21:07 ./source/x/fontconfig/doinst.sh.gz
-drwxr-xr-x 2 root root 4096 2020-05-19 17:42 ./source/x/fontconfig/fedora-patches
--rw-r--r-- 1 root root 675 2020-04-23 09:20 ./source/x/fontconfig/fedora-patches/fontconfig-0-timestamp-dir-on-sb.patch.gz
--rw-r--r-- 1 root root 438 2020-04-23 09:20 ./source/x/fontconfig/fedora-patches/fontconfig-drop-lang-from-pkgkit-format.patch.gz
--rw-r--r-- 1 root root 1969 2020-04-23 09:20 ./source/x/fontconfig/fedora-patches/fontconfig-fix-1744377.patch.gz
--rw-r--r-- 1 root root 1629 2020-04-23 09:20 ./source/x/fontconfig/fedora-patches/fontconfig-fix-assertion.patch.gz
--rw-r--r-- 1 root root 2275 2020-04-23 09:20 ./source/x/fontconfig/fedora-patches/fontconfig-fix-dtd-id.patch.gz
--rw-r--r-- 1 root root 452 2020-04-23 09:20 ./source/x/fontconfig/fedora-patches/fontconfig-fix-dtd.patch.gz
--rw-r--r-- 1 root root 814 2020-04-23 09:20 ./source/x/fontconfig/fedora-patches/fontconfig-fix-test.patch.gz
--rw-r--r-- 1 root root 9115 2020-04-23 09:20 ./source/x/fontconfig/fedora-patches/fontconfig-mt.patch.gz
--rw-r--r-- 1 root root 2578 2020-04-23 09:20 ./source/x/fontconfig/fedora-patches/fontconfig-read-latest-cache.patch.gz
--rw-r--r-- 1 root root 419 2020-04-23 09:20 ./source/x/fontconfig/fedora-patches/fontconfig-required-freetype-version.patch.gz
--rw-r--r-- 1 root root 622 2020-04-23 09:20 ./source/x/fontconfig/fedora-patches/fontconfig-score-hint-on-match.patch.gz
--rw-r--r-- 1 root root 326 2020-04-23 09:20 ./source/x/fontconfig/fedora-patches/fontconfig-sleep-less.patch.gz
--rw-r--r-- 1 root root 2714 2020-04-23 09:20 ./source/x/fontconfig/fedora-patches/fontconfig-sysroot.patch.gz
--rw-r--r-- 1 root root 1413128 2019-08-09 11:17 ./source/x/fontconfig/fontconfig-2.13.92.tar.xz
--rwxr-xr-x 1 root root 7824 2021-02-13 05:32 ./source/x/fontconfig/fontconfig.SlackBuild
--rw-r--r-- 1 root root 340 2017-04-30 19:35 ./source/x/fontconfig/fontconfig.dejavu.diff.gz
--rw-r--r-- 1 root root 574 2013-03-01 04:32 ./source/x/fontconfig/fontconfig.font.dir.list.diff.gz
--rw-r--r-- 1 root root 346 2017-04-30 19:19 ./source/x/fontconfig/fontconfig.liberation.diff.gz
--rw-r--r-- 1 root root 30 2020-05-19 02:12 ./source/x/fontconfig/fontconfig.url
--rw-r--r-- 1 root root 657 2007-01-25 05:00 ./source/x/fontconfig/setup.05.fontconfig
--rw-r--r-- 1 root root 843 2020-05-19 02:09 ./source/x/fontconfig/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/freeglut
--rw-r--r-- 1 root root 444 2012-02-13 00:02 ./source/x/freeglut/RATIONALE
--rw-r--r-- 1 root root 313505 2019-09-29 19:13 ./source/x/freeglut/freeglut-3.2.1.tar.lz
--rwxr-xr-x 1 root root 4104 2021-02-13 05:32 ./source/x/freeglut/freeglut.SlackBuild
--rw-r--r-- 1 root root 962 2018-02-27 06:13 ./source/x/freeglut/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/glew
--rw-r--r-- 1 root root 476889 2020-03-16 10:36 ./source/x/glew/glew-2.2.0.tar.lz
--rwxr-xr-x 1 root root 3792 2021-02-13 05:32 ./source/x/glew/glew.SlackBuild
--rw-r--r-- 1 root root 81 2020-04-04 05:22 ./source/x/glew/glew.url
--rw-r--r-- 1 root root 837 2018-02-27 06:13 ./source/x/glew/slack-desc
-drwxr-xr-x 2 root root 4096 2021-06-27 18:06 ./source/x/glu
--rw-r--r-- 1 root root 436176 2021-06-24 21:38 ./source/x/glu/glu-9.0.2.tar.xz
--rw-r--r-- 1 root root 406 2021-06-24 21:38 ./source/x/glu/glu-9.0.2.tar.xz.sig
--rwxr-xr-x 1 root root 3167 2021-06-27 18:06 ./source/x/glu/glu.SlackBuild
--rw-r--r-- 1 root root 78 2012-12-13 04:43 ./source/x/glu/glu.url
--rw-r--r-- 1 root root 621 2018-02-27 06:13 ./source/x/glu/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/hack-fonts-ttf
--rw-r--r-- 1 root root 55073 2020-07-29 18:08 ./source/x/hack-fonts-ttf/CHANGELOG.md
--rw-r--r-- 1 root root 360136 2018-03-06 02:14 ./source/x/hack-fonts-ttf/Hack-v3.003-ttf.tar.xz
--rw-r--r-- 1 root root 3744 2020-07-29 18:08 ./source/x/hack-fonts-ttf/LICENSE.md
--rw-r--r-- 1 root root 13103 2020-07-29 18:08 ./source/x/hack-fonts-ttf/README.md
--rw-r--r-- 1 root root 169 2018-06-05 22:36 ./source/x/hack-fonts-ttf/doinst.sh.gz
--rwxr-xr-x 1 root root 3348 2021-02-13 05:32 ./source/x/hack-fonts-ttf/hack-fonts-ttf.SlackBuild
--rw-r--r-- 1 root root 222 2020-07-29 18:08 ./source/x/hack-fonts-ttf/hack-fonts-ttf.url
--rw-r--r-- 1 root root 973 2020-07-29 18:22 ./source/x/hack-fonts-ttf/slack-desc
-drwxr-xr-x 2 root root 4096 2021-11-18 18:59 ./source/x/ibus
-drwxr-xr-x 2 root root 4096 2021-12-27 19:51 ./source/x/ibus-anthy
--rw-r--r-- 1 root root 112 2017-03-18 17:08 ./source/x/ibus-anthy/doinst.sh.gz
--rw-r--r-- 1 root root 142792 2021-12-24 14:22 ./source/x/ibus-anthy/ibus-anthy-1.5.14.tar.lz
--rwxr-xr-x 1 root root 3794 2021-12-27 19:51 ./source/x/ibus-anthy/ibus-anthy.SlackBuild
--rw-r--r-- 1 root root 744 2017-03-22 21:31 ./source/x/ibus-anthy/slack-desc
-drwxr-xr-x 2 root root 4096 2021-11-02 19:02 ./source/x/ibus-hangul
--rw-r--r-- 1 root root 112 2017-03-18 17:08 ./source/x/ibus-hangul/doinst.sh.gz
--rw-r--r-- 1 root root 55919 2020-08-23 06:43 ./source/x/ibus-hangul/ibus-hangul-1.5.4.tar.lz
--rwxr-xr-x 1 root root 3724 2021-11-02 19:02 ./source/x/ibus-hangul/ibus-hangul.SlackBuild
--rw-r--r-- 1 root root 775 2020-11-22 20:11 ./source/x/ibus-hangul/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/ibus-kkc
--rw-r--r-- 1 root root 112 2017-03-18 17:08 ./source/x/ibus-kkc/doinst.sh.gz
--rw-r--r-- 1 root root 330208 2017-03-18 17:57 ./source/x/ibus-kkc/ibus-kkc-1.5.22.tar.xz
--rwxr-xr-x 1 root root 3647 2021-02-13 05:32 ./source/x/ibus-kkc/ibus-kkc.SlackBuild
--rw-r--r-- 1 root root 740 2020-12-11 19:55 ./source/x/ibus-kkc/slack-desc
-drwxr-xr-x 2 root root 4096 2021-11-02 19:02 ./source/x/ibus-libpinyin
--rw-r--r-- 1 root root 112 2017-03-18 17:08 ./source/x/ibus-libpinyin/doinst.sh.gz
--rw-r--r-- 1 root root 798028 2021-09-16 05:14 ./source/x/ibus-libpinyin/ibus-libpinyin-1.12.1.tar.lz
--rwxr-xr-x 1 root root 3721 2021-11-02 19:02 ./source/x/ibus-libpinyin/ibus-libpinyin.SlackBuild
--rw-r--r-- 1 root root 888 2017-03-26 10:01 ./source/x/ibus-libpinyin/slack-desc
-drwxr-xr-x 2 root root 4096 2022-01-21 02:36 ./source/x/ibus-m17n
--rw-r--r-- 1 root root 39897 2022-01-18 08:13 ./source/x/ibus-m17n/ibus-m17n-1.4.9.tar.lz
--rwxr-xr-x 1 root root 3611 2021-04-07 19:46 ./source/x/ibus-m17n/ibus-m17n.SlackBuild
--rw-r--r-- 1 root root 710 2017-03-22 21:41 ./source/x/ibus-m17n/slack-desc
-drwxr-xr-x 2 root root 4096 2021-11-02 19:02 ./source/x/ibus-table
--rw-r--r-- 1 root root 112 2017-03-18 17:08 ./source/x/ibus-table/doinst.sh.gz
--rw-r--r-- 1 root root 1186828 2021-08-25 11:15 ./source/x/ibus-table/ibus-table-1.14.1.tar.lz
--rwxr-xr-x 1 root root 3669 2021-11-02 19:02 ./source/x/ibus-table/ibus-table.SlackBuild
--rw-r--r-- 1 root root 882 2020-11-22 20:12 ./source/x/ibus-table/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/ibus-unikey
--rw-r--r-- 1 root root 3636 2017-09-27 18:33 ./source/x/ibus-unikey/gcc-6.diff.gz
--rw-r--r-- 1 root root 77832 2017-03-26 10:30 ./source/x/ibus-unikey/ibus-unikey-0.6.1.tar.xz
--rwxr-xr-x 1 root root 3717 2021-02-13 05:32 ./source/x/ibus-unikey/ibus-unikey.SlackBuild
--rw-r--r-- 1 root root 784 2020-11-22 20:12 ./source/x/ibus-unikey/slack-desc
--rw-r--r-- 1 root root 561 2021-11-18 17:59 ./source/x/ibus/571e3b6e4f386abf12d3db70b9468e092c8d72bd.patch.gz
--rw-r--r-- 1 root root 4318 2019-07-10 18:25 ./source/x/ibus/Blocks.txt.gz
--rw-r--r-- 1 root root 370924 2020-02-24 21:51 ./source/x/ibus/NamesList.txt.gz
--rw-r--r-- 1 root root 191 2017-03-18 18:15 ./source/x/ibus/doinst.sh.gz
--rw-r--r-- 1 root root 38764 2018-02-07 17:26 ./source/x/ibus/emoji-test.txt.gz
--rw-r--r-- 1 root root 1713284 2021-08-20 07:13 ./source/x/ibus/ibus-1.5.25.tar.lz
--rw-r--r-- 1 root root 409 2017-10-03 09:24 ./source/x/ibus/ibus-autostart
--rw-r--r-- 1 root root 710 2017-10-03 09:39 ./source/x/ibus/ibus-autostart-plasma.desktop
--rw-r--r-- 1 root root 740 2017-10-03 09:39 ./source/x/ibus/ibus-autostart.desktop
--rwxr-xr-x 1 root root 4503 2021-11-18 17:59 ./source/x/ibus/ibus.SlackBuild
--rw-r--r-- 1 root root 232 2021-08-21 03:08 ./source/x/ibus/ibus.url
--rw-r--r-- 1 root root 772 2020-11-22 20:12 ./source/x/ibus/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/intel-vaapi-driver
--rw-r--r-- 1 root root 1570064 2020-06-01 01:17 ./source/x/intel-vaapi-driver/intel-vaapi-driver-2.4.1.tar.lz
--rwxr--r-- 1 root root 3402 2021-02-13 05:32 ./source/x/intel-vaapi-driver/intel-vaapi-driver.SlackBuild
--rw-r--r-- 1 root root 44 2018-12-22 03:16 ./source/x/intel-vaapi-driver/intel-vaapi-driver.url
--rw-r--r-- 1 root root 952 2018-02-27 06:13 ./source/x/intel-vaapi-driver/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/libXaw3dXft
--rw-r--r-- 1 root root 483878 2020-07-02 21:16 ./source/x/libXaw3dXft/libXaw3dXft-1.6.2h.tar.lz
--rwxr--r-- 1 root root 3420 2021-02-13 05:32 ./source/x/libXaw3dXft/libXaw3dXft.SlackBuild
--rw-r--r-- 1 root root 50 2020-07-02 17:10 ./source/x/libXaw3dXft/libXaw3dXft.url
--rw-r--r-- 1 root root 1015 2018-02-27 06:13 ./source/x/libXaw3dXft/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/libXcm
--rw-r--r-- 1 root root 262054 2016-12-09 22:32 ./source/x/libXcm/libXcm-0.5.4.tar.lz
--rwxr-xr-x 1 root root 3492 2021-02-13 05:32 ./source/x/libXcm/libXcm.SlackBuild
--rw-r--r-- 1 root root 47 2018-11-11 20:22 ./source/x/libXcm/libXcm.url
--rw-r--r-- 1 root root 766 2018-02-26 22:56 ./source/x/libXcm/slack-desc
-drwxr-xr-x 2 root root 4096 2022-01-03 19:53 ./source/x/libdrm
--rw-r--r-- 1 root root 433708 2021-11-25 20:36 ./source/x/libdrm/libdrm-2.4.109.tar.xz
--rw-r--r-- 1 root root 566 2021-11-25 20:36 ./source/x/libdrm/libdrm-2.4.109.tar.xz.sig
--rwxr-xr-x 1 root root 4224 2021-07-04 16:32 ./source/x/libdrm/libdrm.SlackBuild
--rw-r--r-- 1 root root 36 2017-04-17 19:01 ./source/x/libdrm/libdrm.url
--rw-r--r-- 1 root root 713 2018-02-27 06:13 ./source/x/libdrm/slack-desc
-drwxr-xr-x 2 root root 4096 2021-08-15 17:47 ./source/x/libepoxy
--rw-r--r-- 1 root root 221924 2021-08-14 13:58 ./source/x/libepoxy/libepoxy-1.5.9.tar.xz
--rwxr-xr-x 1 root root 3796 2021-04-30 17:36 ./source/x/libepoxy/libepoxy.SlackBuild
--rw-r--r-- 1 root root 81 2021-08-15 17:47 ./source/x/libepoxy/libepoxy.url
--rw-r--r-- 1 root root 765 2018-02-27 06:13 ./source/x/libepoxy/slack-desc
-drwxr-xr-x 3 root root 4096 2021-10-01 02:40 ./source/x/liberation-fonts-ttf
--rw-r--r-- 1 root root 1123 2011-03-23 05:07 ./source/x/liberation-fonts-ttf/60-liberation.conf
-drwxr-xr-x 2 root root 4096 2020-03-09 20:24 ./source/x/liberation-fonts-ttf/docs
--rw-r--r-- 1 root root 242 2020-02-10 00:12 ./source/x/liberation-fonts-ttf/docs/AUTHORS
--rw-r--r-- 1 root root 3457 2020-02-10 00:12 ./source/x/liberation-fonts-ttf/docs/ChangeLog
--rw-r--r-- 1 root root 4414 2020-02-10 00:12 ./source/x/liberation-fonts-ttf/docs/LICENSE
--rw-r--r-- 1 root root 2359 2020-02-10 00:12 ./source/x/liberation-fonts-ttf/docs/README.md
--rw-r--r-- 1 root root 268 2020-02-10 00:12 ./source/x/liberation-fonts-ttf/docs/TODO
--rw-r--r-- 1 root root 169 2018-06-05 22:37 ./source/x/liberation-fonts-ttf/doinst.sh.gz
--rw-r--r-- 1 root root 1473445 2021-09-30 17:42 ./source/x/liberation-fonts-ttf/liberation-fonts-ttf-2.1.5.tar.lz
--rwxr-xr-x 1 root root 2604 2021-10-01 02:40 ./source/x/liberation-fonts-ttf/liberation-fonts-ttf.SlackBuild
--rw-r--r-- 1 root root 52 2019-03-12 17:37 ./source/x/liberation-fonts-ttf/liberation-fonts-ttf.url
--rw-r--r-- 1 root root 1067 2018-02-27 06:13 ./source/x/liberation-fonts-ttf/slack-desc
-drwxr-xr-x 2 root root 4096 2021-11-09 18:54 ./source/x/libevdev
--rw-r--r-- 1 root root 443716 2021-11-09 00:05 ./source/x/libevdev/libevdev-1.12.0.tar.xz
--rw-r--r-- 1 root root 95 2021-11-09 00:05 ./source/x/libevdev/libevdev-1.12.0.tar.xz.sig
--rwxr-xr-x 1 root root 3608 2021-11-09 18:54 ./source/x/libevdev/libevdev.SlackBuild
--rw-r--r-- 1 root root 46 2019-08-26 18:14 ./source/x/libevdev/libevdev.url
--rw-r--r-- 1 root root 913 2018-02-27 06:13 ./source/x/libevdev/slack-desc
-drwxr-xr-x 2 root root 4096 2021-03-18 18:36 ./source/x/libgee
--rw-r--r-- 1 root root 684068 2021-03-17 20:02 ./source/x/libgee/libgee-0.20.4.tar.xz
--rwxr-xr-x 1 root root 3544 2021-03-18 18:36 ./source/x/libgee/libgee.SlackBuild
--rw-r--r-- 1 root root 43 2020-12-08 18:36 ./source/x/libgee/libgee.url
--rw-r--r-- 1 root root 773 2013-11-22 19:47 ./source/x/libgee/slack-desc
-drwxr-xr-x 2 root root 4096 2021-05-01 17:59 ./source/x/libglvnd
--rw-r--r-- 1 root root 581105 2021-04-30 19:09 ./source/x/libglvnd/libglvnd-1.3.3.tar.lz
--rwxr--r-- 1 root root 3408 2021-05-01 17:59 ./source/x/libglvnd/libglvnd.SlackBuild
--rw-r--r-- 1 root root 44 2019-04-29 09:39 ./source/x/libglvnd/libglvnd.url
--rw-r--r-- 1 root root 950 2019-04-29 09:43 ./source/x/libglvnd/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/libhangul
--rw-r--r-- 1 root root 2148068 2011-10-30 11:43 ./source/x/libhangul/libhangul-0.1.0.tar.xz
--rwxr-xr-x 1 root root 4871 2021-02-13 05:32 ./source/x/libhangul/libhangul.SlackBuild
--rw-r--r-- 1 root root 835 2018-02-27 06:13 ./source/x/libhangul/slack-desc
-drwxr-xr-x 2 root root 4096 2021-12-14 20:59 ./source/x/libinput
--rw-r--r-- 1 root root 655164 2021-12-13 03:45 ./source/x/libinput/libinput-1.19.3.tar.xz
--rw-r--r-- 1 root root 95 2021-12-13 03:45 ./source/x/libinput/libinput-1.19.3.tar.xz.sig
--rwxr-xr-x 1 root root 3880 2021-02-24 18:39 ./source/x/libinput/libinput.SlackBuild
--rw-r--r-- 1 root root 500 2021-04-30 17:39 ./source/x/libinput/libinput.less.lag.complaining.diff.gz
--rw-r--r-- 1 root root 46 2015-04-21 01:23 ./source/x/libinput/libinput.url
--rw-r--r-- 1 root root 1022 2018-02-27 06:13 ./source/x/libinput/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/libkkc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/libkkc-data
--rw-r--r-- 1 root root 22262552 2018-01-19 09:35 ./source/x/libkkc-data/libkkc-data-0.2.7.tar.xz
--rwxr-xr-x 1 root root 3550 2021-02-13 05:32 ./source/x/libkkc-data/libkkc-data.SlackBuild
--rw-r--r-- 1 root root 808 2020-11-22 20:13 ./source/x/libkkc-data/slack-desc
--rw-r--r-- 1 root root 742412 2017-05-21 00:31 ./source/x/libkkc/libkkc-0.3.5.tar.lz
--rwxr-xr-x 1 root root 3582 2021-02-13 05:32 ./source/x/libkkc/libkkc.SlackBuild
--rw-r--r-- 1 root root 907 2020-11-28 00:56 ./source/x/libkkc/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/libmypaint
--rw-r--r-- 1 root root 958 2020-05-11 17:11 ./source/x/libmypaint/libmypaint-1.6.1.sha256.asc
--rw-r--r-- 1 root root 519464 2020-05-11 17:11 ./source/x/libmypaint/libmypaint-1.6.1.tar.xz
--rwxr-xr-x 1 root root 4279 2021-02-13 05:32 ./source/x/libmypaint/libmypaint.SlackBuild
--rw-r--r-- 1 root root 47 2018-05-01 17:27 ./source/x/libmypaint/libmypaint.url
--rw-r--r-- 1 root root 783 2018-05-01 17:32 ./source/x/libmypaint/slack-desc
-drwxr-xr-x 2 root root 4096 2021-09-17 03:15 ./source/x/libpinyin
--rw-r--r-- 1 root root 10403048 2021-09-16 05:09 ./source/x/libpinyin/libpinyin-2.6.1.tar.lz
--rwxr-xr-x 1 root root 3720 2021-09-17 03:16 ./source/x/libpinyin/libpinyin.SlackBuild
--rw-r--r-- 1 root root 820 2020-11-22 20:13 ./source/x/libpinyin/slack-desc
-drwxr-xr-x 2 root root 4096 2021-09-21 02:16 ./source/x/libva
-drwxr-xr-x 2 root root 4096 2021-10-01 03:29 ./source/x/libva-utils
--rw-r--r-- 1 root root 818529 2021-09-30 08:21 ./source/x/libva-utils/libva-utils-2.13.0.tar.lz
--rwxr-xr-x 1 root root 3601 2021-03-24 03:48 ./source/x/libva-utils/libva-utils.SlackBuild
--rw-r--r-- 1 root root 37 2018-11-08 00:17 ./source/x/libva-utils/libva-utils.url
--rw-r--r-- 1 root root 785 2018-02-27 06:13 ./source/x/libva-utils/slack-desc
--rw-r--r-- 1 root root 263 2021-09-21 02:16 ./source/x/libva/doinst.sh.gz
--rw-r--r-- 1 root root 193922 2021-09-16 21:57 ./source/x/libva/libva-2.13.0.tar.lz
--rwxr-xr-x 1 root root 3710 2021-09-21 02:16 ./source/x/libva/libva.SlackBuild
--rw-r--r-- 1 root root 24 2021-09-21 02:13 ./source/x/libva/libva.conf
--rw-r--r-- 1 root root 31 2018-11-08 00:15 ./source/x/libva/libva.url
--rw-r--r-- 1 root root 908 2018-02-27 06:13 ./source/x/libva/slack-desc
-drwxr-xr-x 3 root root 4096 2021-02-13 05:32 ./source/x/libvdpau
--rw-r--r-- 1 root root 290 2014-05-30 17:35 ./source/x/libvdpau/doinst.sh.gz
--rw-r--r-- 1 root root 132161 2020-04-13 21:39 ./source/x/libvdpau/libvdpau-1.4.tar.lz
--rwxr--r-- 1 root root 3985 2021-02-13 05:32 ./source/x/libvdpau/libvdpau.SlackBuild
--rw-r--r-- 1 root root 51 2019-03-01 19:16 ./source/x/libvdpau/libvdpau.url
-drwxr-xr-x 2 root root 4096 2015-03-14 21:20 ./source/x/libvdpau/profile.d
--rwxr--r-- 1 root root 526 2015-03-14 21:20 ./source/x/libvdpau/profile.d/vdpau.csh
--rwxr--r-- 1 root root 525 2015-03-14 21:20 ./source/x/libvdpau/profile.d/vdpau.sh
--rw-r--r-- 1 root root 988 2018-02-27 06:13 ./source/x/libvdpau/slack-desc
-drwxr-xr-x 2 root root 4096 2021-09-01 17:30 ./source/x/libwacom
--rw-r--r-- 1 root root 429442 2021-08-31 22:46 ./source/x/libwacom/libwacom-1.12.tar.lz
--rwxr-xr-x 1 root root 3722 2021-02-24 18:40 ./source/x/libwacom/libwacom.SlackBuild
--rw-r--r-- 1 root root 39 2018-03-23 18:19 ./source/x/libwacom/libwacom.url
--rw-r--r-- 1 root root 878 2018-03-23 18:25 ./source/x/libwacom/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/m17n-lib
--rw-r--r-- 1 root root 1256953 2018-02-08 14:04 ./source/x/m17n-lib/m17n-db-1.8.0.tar.lz
--rw-r--r-- 1 root root 749501 2018-02-08 14:02 ./source/x/m17n-lib/m17n-lib-1.8.0.tar.lz
--rwxr-xr-x 1 root root 5622 2021-02-13 05:32 ./source/x/m17n-lib/m17n-lib.SlackBuild
--rw-r--r-- 1 root root 870 2018-02-27 06:13 ./source/x/m17n-lib/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/marisa
--rw-r--r-- 1 root root 111401 2020-06-14 08:41 ./source/x/marisa/marisa-trie-0.2.6.tar.lz
--rwxr-xr-x 1 root root 4717 2021-02-13 05:32 ./source/x/marisa/marisa.SlackBuild
--rw-r--r-- 1 root root 38 2020-12-08 18:39 ./source/x/marisa/marisa.url
--rw-r--r-- 1 root root 972 2020-11-28 00:57 ./source/x/marisa/slack-desc
-drwxr-xr-x 4 root root 4096 2022-01-27 03:56 ./source/x/mesa
--rw-r--r-- 1 root root 388 2018-12-07 19:28 ./source/x/mesa/doinst.sh.gz
--rwxr-xr-x 1 root root 720 2015-12-11 03:09 ./source/x/mesa/get-mesa.sh
--rw-r--r-- 1 root root 16521664 2022-01-26 18:56 ./source/x/mesa/mesa-21.3.5.tar.xz
--rw-r--r-- 1 root root 329 2022-01-26 18:56 ./source/x/mesa/mesa-21.3.5.tar.xz.sig
--rw-r--r-- 1 root root 7206679 2018-02-23 08:54 ./source/x/mesa/mesa-demos-8.4.0.tar.lz
--rwxr-xr-x 1 root root 7056 2022-01-28 20:22 ./source/x/mesa/mesa.SlackBuild
--rw-r--r-- 1 root root 78 2010-10-01 04:23 ./source/x/mesa/mesa.url
-drwxr-xr-x 2 root root 4096 2021-10-15 17:57 ./source/x/mesa/patches
-drwxr-xr-x 2 root root 4096 2021-03-12 01:31 ./source/x/mesa/patches-revert
--rw-r--r-- 1 root root 1706 2021-03-12 01:31 ./source/x/mesa/patches-revert/72566fd92c27b39abe2057f6f23388ec40793dd9.patch
--rw-r--r-- 1 root root 1259 2021-03-12 01:31 ./source/x/mesa/patches-revert/80817b6e344258ac9b955f824ebf9019a0fc1610.patch
--rw-r--r-- 1 root root 814 2019-09-25 19:15 ./source/x/mesa/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/motif
--rw-r--r-- 1 root root 735 2014-06-07 14:12 ./source/x/motif/motif-2.3.4-bindings.patch.gz
--rw-r--r-- 1 root root 1484 2014-06-07 14:12 ./source/x/motif/motif-2.3.4-mwmrc_dir.patch.gz
--rw-r--r-- 1 root root 273 2014-06-07 14:12 ./source/x/motif/motif-2.3.4-no_demos.patch.gz
--rw-r--r-- 1 root root 3178841 2017-12-05 12:54 ./source/x/motif/motif-2.3.8.tar.lz
--rwxr-xr-x 1 root root 5873 2021-02-13 05:32 ./source/x/motif/motif.SlackBuild
--rw-r--r-- 1 root root 436 2014-06-07 14:12 ./source/x/motif/motif.rgbtxt.patch.gz
--rw-r--r-- 1 root root 780 2018-02-27 06:13 ./source/x/motif/slack-desc
--rw-r--r-- 1 root root 305 2020-12-07 01:01 ./source/x/motif/xinitrc.mwm.gz
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/mtdev
--rw-r--r-- 1 root root 238591 2020-01-26 14:03 ./source/x/mtdev/mtdev-1.1.6.tar.lz
--rwxr-xr-x 1 root root 3160 2021-02-13 05:32 ./source/x/mtdev/mtdev.SlackBuild
--rw-r--r-- 1 root root 31 2012-03-16 12:43 ./source/x/mtdev/mtdev.url
--rw-r--r-- 1 root root 1068 2018-02-27 06:13 ./source/x/mtdev/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/mypaint-brushes
--rw-r--r-- 1 root root 2364725 2018-05-01 18:10 ./source/x/mypaint-brushes/mypaint-brushes-1.3.0.tar.lz
--rwxr-xr-x 1 root root 4303 2021-02-13 05:32 ./source/x/mypaint-brushes/mypaint-brushes.SlackBuild
--rw-r--r-- 1 root root 41 2018-05-01 18:05 ./source/x/mypaint-brushes/mypaint-brushes.url
--rw-r--r-- 1 root root 806 2018-05-01 18:08 ./source/x/mypaint-brushes/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/noto-cjk-fonts-ttf
--rw-r--r-- 1 root root 3815 2018-07-30 10:58 ./source/x/noto-cjk-fonts-ttf/70-noto-cjk.conf
--rw-r--r-- 1 root root 92108891 2019-04-09 17:40 ./source/x/noto-cjk-fonts-ttf/NotoSansCJK_subset-2.001.tar.lz
--rw-r--r-- 1 root root 1016 2020-02-22 04:56 ./source/x/noto-cjk-fonts-ttf/README.Slackware
--rw-r--r-- 1 root root 169 2018-06-05 22:37 ./source/x/noto-cjk-fonts-ttf/doinst.sh.gz
--rwxr-xr-x 1 root root 2594 2021-02-13 05:32 ./source/x/noto-cjk-fonts-ttf/noto-cjk-fonts-ttf.SlackBuild
--rw-r--r-- 1 root root 40 2020-02-21 21:36 ./source/x/noto-cjk-fonts-ttf/noto-cjk-fonts-ttf.url
--rwxr-xr-x 1 root root 3844 2020-02-22 04:48 ./source/x/noto-cjk-fonts-ttf/package-source.sh
--rw-r--r-- 1 root root 1272 2020-07-29 18:55 ./source/x/noto-cjk-fonts-ttf/slack-desc
-drwxr-xr-x 2 root root 4096 2021-10-01 05:29 ./source/x/noto-fonts-ttf
--rw-r--r-- 1 root root 169 2018-06-05 22:37 ./source/x/noto-fonts-ttf/doinst.sh.gz
--rw-r--r-- 1 root root 2851 2021-10-01 04:59 ./source/x/noto-fonts-ttf/fonts-to-skip.txt
--rw-r--r-- 1 root root 11881131 2017-10-24 19:07 ./source/x/noto-fonts-ttf/noto-fonts-subset-20171024.tar.lz
--rwxr-xr-x 1 root root 2279 2021-10-01 05:29 ./source/x/noto-fonts-ttf/noto-fonts-ttf.SlackBuild
--rw-r--r-- 1 root root 43 2020-02-22 01:11 ./source/x/noto-fonts-ttf/noto-fonts-ttf.url
--rwxr-xr-x 1 root root 4516 2021-10-01 05:28 ./source/x/noto-fonts-ttf/package-source.sh
--rw-r--r-- 1 root root 1175 2020-07-29 18:51 ./source/x/noto-fonts-ttf/slack-desc
-drwxr-xr-x 2 root root 4096 2021-11-02 19:02 ./source/x/pyxdg
--rw-r--r-- 1 root root 51404 2020-10-18 14:54 ./source/x/pyxdg/pyxdg-0.27.tar.lz
--rwxr-xr-x 1 root root 3078 2021-11-02 19:02 ./source/x/pyxdg/pyxdg.SlackBuild
--rw-r--r-- 1 root root 31 2019-02-23 19:44 ./source/x/pyxdg/pyxdg.url
--rw-r--r-- 1 root root 720 2019-02-23 19:49 ./source/x/pyxdg/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/sazanami-fonts-ttf
--rw-r--r-- 1 root root 8622710 2004-06-29 13:55 ./source/x/sazanami-fonts-ttf/sazanami-20040629.tar.bz2
--rwxr-xr-x 1 root root 3674 2021-02-13 05:32 ./source/x/sazanami-fonts-ttf/sazanami-fonts-ttf.SlackBuild
--rw-r--r-- 1 root root 860 2018-02-27 06:13 ./source/x/sazanami-fonts-ttf/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/sinhala_lklug-font-ttf
--rwxr-xr-x 1 root root 3741 2021-02-13 05:32 ./source/x/sinhala_lklug-font-ttf/sinhala_lklug-font-ttf.SlackBuild
--rw-r--r-- 1 root root 300476 2006-09-29 19:19 ./source/x/sinhala_lklug-font-ttf/sinhala_lklug.ttf
--rw-r--r-- 1 root root 934 2018-02-27 06:13 ./source/x/sinhala_lklug-font-ttf/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-19 19:11 ./source/x/skkdic
--rw-rw-r-- 1 root root 6076491 2020-01-28 04:40 ./source/x/skkdic/skkdic-20200128T1339.tar.lz
--rwxr-xr-x 1 root root 2801 2021-02-13 05:32 ./source/x/skkdic/skkdic.SlackBuild
--rw-r--r-- 1 root root 266 2020-11-17 21:07 ./source/x/skkdic/skkdic.url
--rw-r--r-- 1 root root 757 2020-11-22 20:13 ./source/x/skkdic/slack-desc
--rw-r--r-- 1 root root 2362 2006-01-04 10:35 ./source/x/skkdic/unannotation.awk
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/tibmachuni-font-ttf
--rw-r--r-- 1 root root 1676199 2010-03-02 16:40 ./source/x/tibmachuni-font-ttf/TibetanMachineUnicodeFont.zip
--rw-r--r-- 1 root root 1012 2018-02-27 06:13 ./source/x/tibmachuni-font-ttf/slack-desc
--rwxr-xr-x 1 root root 4185 2021-02-13 05:32 ./source/x/tibmachuni-font-ttf/tibmachuni-font-ttf.SlackBuild
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/ttf-indic-fonts
--rw-r--r-- 1 root root 166 2018-06-05 22:39 ./source/x/ttf-indic-fonts/doinst.sh.gz
--rw-r--r-- 1 root root 1083 2018-02-27 06:13 ./source/x/ttf-indic-fonts/slack-desc
--rwxr-xr-x 1 root root 3243 2021-02-13 05:32 ./source/x/ttf-indic-fonts/ttf-indic-fonts.SlackBuild
--rw-r--r-- 1 root root 2977964 2012-01-18 12:32 ./source/x/ttf-indic-fonts/ttf-indic-fonts_0.5.14.tar.xz
-drwxr-xr-x 2 root root 4096 2021-10-19 04:11 ./source/x/ttf-tlwg
--rw-r--r-- 1 root root 6874 2020-05-01 15:38 ./source/x/ttf-tlwg/COPYING
--rw-r--r-- 1 root root 169 2018-06-05 22:39 ./source/x/ttf-tlwg/doinst.sh.gz
--rw-r--r-- 1 root root 884 2018-02-27 06:13 ./source/x/ttf-tlwg/slack-desc
--rw-r--r-- 1 root root 1958888 2021-10-18 14:59 ./source/x/ttf-tlwg/ttf-tlwg-0.7.3.tar.xz
--rwxr-xr-x 1 root root 2996 2021-10-19 04:10 ./source/x/ttf-tlwg/ttf-tlwg.SlackBuild
--rw-r--r-- 1 root root 116 2019-02-08 19:27 ./source/x/ttf-tlwg/ttf-tlwg.url
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/urw-core35-fonts-otf
--rw-r--r-- 1 root root 170 2018-06-05 22:40 ./source/x/urw-core35-fonts-otf/doinst.sh.gz
--rwxr-xr-x 1 root root 2184 2020-07-09 18:37 ./source/x/urw-core35-fonts-otf/get-urw-core35-fonts.sh
--rw-r--r-- 1 root root 970 2018-02-27 06:13 ./source/x/urw-core35-fonts-otf/slack-desc
--rw-r--r-- 1 root root 1518612 2018-04-27 18:20 ./source/x/urw-core35-fonts-otf/urw-core35-fonts-otf-20170801_91edd6e_git.tar.xz
--rwxr-xr-x 1 root root 2525 2021-02-13 05:32 ./source/x/urw-core35-fonts-otf/urw-core35-fonts-otf.SlackBuild
-drwxr-xr-x 2 root root 4096 2021-08-08 03:54 ./source/x/vulkan-sdk
--rw-r--r-- 1 root root 18866885 2021-06-15 19:06 ./source/x/vulkan-sdk/DirectXShaderCompiler-3be3d15fc6e2fbcf758e184f3c109869e30d8b9b.tar.lz
--rw-r--r-- 1 root root 774210 2021-06-15 19:02 ./source/x/vulkan-sdk/SPIRV-Cross-c624d5387c88f9a7a0068a06e2e9d188c392eb68.tar.lz
--rw-r--r-- 1 root root 135600 2021-06-15 19:02 ./source/x/vulkan-sdk/SPIRV-Headers-dafead1765f6c1a5f9f8a76387dcb2abe4e54acd.tar.lz
--rw-r--r-- 1 root root 766184 2021-06-15 19:06 ./source/x/vulkan-sdk/SPIRV-Reflect-c955ab3138b1d4a38956c61ea47e1d626392baf8.tar.lz
--rw-r--r-- 1 root root 1699496 2021-06-15 19:02 ./source/x/vulkan-sdk/SPIRV-Tools-dc72924cb31cd9f3dbc3eb47e9d926cf641e3a07.tar.lz
--rw-r--r-- 1 root root 10 2021-06-15 19:07 ./source/x/vulkan-sdk/VERSION
--rw-r--r-- 1 root root 279670 2021-06-15 19:07 ./source/x/vulkan-sdk/Vulkan-ExtensionLayer-sdk-1.2.176.1.tar.lz
--rw-r--r-- 1 root root 647048 2021-06-15 19:02 ./source/x/vulkan-sdk/Vulkan-Headers-sdk-1.2.176.tar.lz
--rw-r--r-- 1 root root 1269946 2021-06-15 19:03 ./source/x/vulkan-sdk/Vulkan-Loader-sdk-1.2.176.tar.lz
--rw-r--r-- 1 root root 462670 2021-06-15 19:03 ./source/x/vulkan-sdk/Vulkan-Tools-sdk-1.2.176.tar.lz
--rw-r--r-- 1 root root 1601006 2021-06-15 19:04 ./source/x/vulkan-sdk/Vulkan-ValidationLayers-sdk-1.2.176.1.tar.lz
--rw-r--r-- 1 root root 3769439 2021-06-15 19:05 ./source/x/vulkan-sdk/VulkanTools-sdk-1.2.176.tar.lz
--rwxr-xr-x 1 root root 5172 2021-06-14 10:09 ./source/x/vulkan-sdk/fetch-sources.sh
--rw-r--r-- 1 root root 2744177 2021-06-15 19:04 ./source/x/vulkan-sdk/gfxreconstruct-sdk-1.2.176.tar.lz
--rw-r--r-- 1 root root 1729989 2021-06-15 19:01 ./source/x/vulkan-sdk/glslang-18eef33bd7a4bf5ad8c69f99cb72022608cf6e73.tar.lz
--rw-r--r-- 1 root root 129377 2021-06-15 19:04 ./source/x/vulkan-sdk/robin-hood-hashing-eee46f9985c3c65a05b35660c6866f8f8f1a3ba3.tar.lz
--rw-r--r-- 1 root root 161177 2021-06-15 19:01 ./source/x/vulkan-sdk/shaderc-bdd134d1b7eca01925c1919d2ea05fd3cd6843c7.tar.lz
--rw-r--r-- 1 root root 1017 2018-02-27 06:13 ./source/x/vulkan-sdk/slack-desc
--rwxr-xr-x 1 root root 21840 2021-08-08 18:33 ./source/x/vulkan-sdk/vulkan-sdk.SlackBuild
-drwxr-xr-x 2 root root 4096 2021-12-09 19:56 ./source/x/wayland
-drwxr-xr-x 2 root root 4096 2022-01-28 20:47 ./source/x/wayland-protocols
--rw-r--r-- 1 root root 1063 2020-02-19 20:00 ./source/x/wayland-protocols/slack-desc
--rw-r--r-- 1 root root 79784 2022-01-28 20:47 ./source/x/wayland-protocols/wayland-protocols-1.25.tar.xz
--rw-r--r-- 1 root root 566 2022-01-28 20:47 ./source/x/wayland-protocols/wayland-protocols-1.25.tar.xz.sig
--rwxr-xr-x 1 root root 4124 2021-11-23 19:17 ./source/x/wayland-protocols/wayland-protocols.SlackBuild
--rw-r--r-- 1 root root 46 2020-02-19 19:41 ./source/x/wayland-protocols/wayland-protocols.url
--rw-r--r-- 1 root root 1038 2020-02-19 19:48 ./source/x/wayland/slack-desc
--rw-r--r-- 1 root root 225188 2021-12-09 19:56 ./source/x/wayland/wayland-1.20.0.tar.xz
--rw-r--r-- 1 root root 566 2021-12-09 19:56 ./source/x/wayland/wayland-1.20.0.tar.xz.sig
--rwxr-xr-x 1 root root 4054 2021-12-09 19:56 ./source/x/wayland/wayland.SlackBuild
--rw-r--r-- 1 root root 46 2020-02-19 19:41 ./source/x/wayland/wayland.url
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./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 1148 2019-09-13 18:30 ./source/x/wqy-zenhei-font-ttf/slack-desc
--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 2021-02-13 05:32 ./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 2021-02-13 05:36 ./source/x/x11
-drwxr-xr-x 4 root root 4096 2021-02-13 05:32 ./source/x/x11-skel
--rw-r--r-- 1 root root 576 2011-03-14 03:32 ./source/x/x11-skel/doinst.sh.gz
-drwxr-xr-x 2 root root 4096 2007-02-14 19:32 ./source/x/x11-skel/manpages
--rw-r--r-- 1 root root 1060 2002-05-31 22:23 ./source/x/x11-skel/manpages/xwmconfig.1
-drwxr-xr-x 2 root root 4096 2021-01-05 21:04 ./source/x/x11-skel/scripts
--rw-r--r-- 1 root root 358 2006-08-10 03:33 ./source/x/x11-skel/scripts/setup.xwmconfig
--rw-r--r-- 1 root root 17100 2007-02-12 21:14 ./source/x/x11-skel/scripts/xorg.conf-fbdev
--rw-r--r-- 1 root root 15858 2007-02-12 21:14 ./source/x/x11-skel/scripts/xorg.conf-vesa
--rw-r--r-- 1 root root 12785 2006-08-21 01:53 ./source/x/x11-skel/scripts/xorgsetup
--rw-r--r-- 1 root root 7685 2020-10-30 01:45 ./source/x/x11-skel/scripts/xwmconfig
--rw-r--r-- 1 root root 131 2021-01-05 21:04 ./source/x/x11-skel/scripts/xwmconfig.desktop
--rw-r--r-- 1 root root 1062 2018-02-27 06:13 ./source/x/x11-skel/slack-desc
--rwxr-xr-x 1 root root 3122 2021-02-13 05:32 ./source/x/x11-skel/x11-skel.SlackBuild
--rw-r--r-- 1 root root 376 2021-01-16 18:58 ./source/x/x11/arch.use.flags
-drwxr-xr-x 2 root root 12288 2021-11-29 19:51 ./source/x/x11/build
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/anthy
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/appres
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/bdftopcf
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/beforelight
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/bigreqsproto
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/bitmap
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/compositeproto
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/damageproto
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/dmxproto
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/dri2proto
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/dri3proto
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/editres
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/encodings
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/evieext
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/fixesproto
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-adobe-100dpi
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-adobe-75dpi
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-adobe-utopia-100dpi
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-adobe-utopia-75dpi
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-adobe-utopia-type1
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-alias
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-arabic-misc
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-bh-100dpi
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-bh-75dpi
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-bh-lucidatypewriter-100dpi
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-bh-lucidatypewriter-75dpi
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-bh-ttf
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-bh-type1
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-bitstream-100dpi
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-bitstream-75dpi
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-bitstream-speedo
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-bitstream-type1
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-cronyx-cyrillic
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-cursor-misc
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-daewoo-misc
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-dec-misc
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-ibm-type1
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-isas-misc
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-jis-misc
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-micro-misc
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-misc-cyrillic
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-misc-ethiopic
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-misc-meltho
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-misc-misc
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-mutt-misc
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-schumacher-misc
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-screen-cyrillic
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-sony-misc
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-sun-misc
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-util
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-winitzki-cyrillic
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-xfree86-type1
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/fontcacheproto
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/fontsproto
--rw-r--r-- 1 root root 2 2021-06-15 18:30 ./source/x/x11/build/fonttosfnt
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/fslsfonts
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/fstobdf
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/gccmakedep
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/glproto
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/iceauth
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/ico
--rw-r--r-- 1 root root 2 2021-04-23 17:33 ./source/x/x11/build/igt-gpu-tools
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/imake
--rwxr-xr-x 1 root root 480 2015-11-12 20:02 ./source/x/x11/build/increment-all-drivers.sh
--rwxr-xr-x 1 root root 507 2013-03-07 23:41 ./source/x/x11/build/increment.sh
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/inputproto
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/kbproto
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libFS
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libICE
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libSM
--rw-r--r-- 1 root root 2 2021-05-18 18:30 ./source/x/x11/build/libX11
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libXScrnSaver
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libXau
--rw-r--r-- 1 root root 2 2021-03-27 18:05 ./source/x/x11/build/libXaw
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libXaw3d
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libXcomposite
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libXcursor
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libXdamage
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libXdmcp
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libXevie
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libXext
--rw-r--r-- 1 root root 2 2021-05-12 18:39 ./source/x/x11/build/libXfixes
--rw-r--r-- 1 root root 2 2021-08-02 18:01 ./source/x/x11/build/libXfont2
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libXfontcache
--rw-r--r-- 1 root root 2 2021-08-02 18:01 ./source/x/x11/build/libXft
--rw-r--r-- 1 root root 2 2021-09-20 18:29 ./source/x/x11/build/libXi
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libXinerama
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libXmu
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libXp
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libXpm
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libXpresent
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libXrandr
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libXrender
--rw-r--r-- 1 root root 2 2021-04-01 18:07 ./source/x/x11/build/libXres
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libXt
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libXtst
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libXv
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libXvMC
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libXxf86dga
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libXxf86misc
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libXxf86vm
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libdmx
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libfontenc
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libhangul
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libpciaccess
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libpthread-stubs
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libxcb
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libxkbfile
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libxshmfence
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/listres
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/lndir
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/luit
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/m17n-lib
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/makedepend
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/mkcomposecache
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/mkfontscale
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/motif
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/mtdev
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/oclock
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/pixman
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/presentproto
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/printproto
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/randrproto
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/recordproto
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/rendercheck
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/renderproto
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/resourceproto
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/rgb
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/scim
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/scim-anthy
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/scim-hangul
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/scim-input-pad
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/scim-m17n
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/scim-pinyin
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/scim-tables
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/scrnsaverproto
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/sessreg
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/setxkbmap
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/showfont
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/smproxy
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/transset
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/twm
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/urw-core35-fonts-otf
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/util-macros
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/videoproto
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/viewres
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/wqy-zenhei-font-ttf
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/x11perf
--rw-r--r-- 1 root root 2 2021-11-29 19:21 ./source/x/x11/build/xauth
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xbacklight
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xbiff
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xbitmaps
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xcalc
--rw-r--r-- 1 root root 2 2021-11-02 18:46 ./source/x/x11/build/xcb-proto
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xcb-util
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xcb-util-cursor
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xcb-util-errors
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xcb-util-image
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xcb-util-keysyms
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xcb-util-renderutil
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xcb-util-wm
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xclipboard
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xclock
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xcmiscproto
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xcmsdb
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xcompmgr
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xconsole
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xcursor-themes
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xcursorgen
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xdbedizzy
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xdg-utils
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xditview
--rw-r--r-- 1 root root 3 2021-02-13 05:35 ./source/x/x11/build/xdm
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xdpyinfo
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xdriinfo
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xedit
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xev
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xextproto
--rw-r--r-- 1 root root 2 2021-08-02 17:59 ./source/x/x11/build/xeyes
--rw-r--r-- 1 root root 3 2021-02-13 05:35 ./source/x/x11/build/xf86-input-acecad
--rw-r--r-- 1 root root 3 2021-02-13 05:35 ./source/x/x11/build/xf86-input-aiptek
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-input-evdev
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-input-joystick
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-input-keyboard
--rw-r--r-- 1 root root 2 2021-04-06 18:42 ./source/x/x11/build/xf86-input-libinput
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-input-mouse
--rw-r--r-- 1 root root 3 2021-02-13 05:35 ./source/x/x11/build/xf86-input-penmount
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-input-synaptics
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-input-vmmouse
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-input-void
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-input-wacom
--rw-r--r-- 1 root root 2 2021-07-30 18:11 ./source/x/x11/build/xf86-video-amdgpu
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-apm
--rw-r--r-- 1 root root 3 2021-02-13 05:35 ./source/x/x11/build/xf86-video-ark
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-ast
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-ati
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-chips
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-cirrus
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-dummy
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-geode
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-glint
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-i128
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-i740
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-intel
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-mach64
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-mga
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-neomagic
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-nouveau
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-nv
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-omap
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-openchrome
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-r128
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-rendition
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-s3
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-s3virge
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-savage
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-siliconmotion
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-sis
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-sisusb
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-tdfx
--rw-r--r-- 1 root root 3 2021-02-13 05:35 ./source/x/x11/build/xf86-video-tga
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-trident
--rw-r--r-- 1 root root 3 2021-02-13 05:35 ./source/x/x11/build/xf86-video-tseng
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-v4l
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-vboxvideo
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-vesa
--rw-r--r-- 1 root root 2 2022-01-03 20:04 ./source/x/x11/build/xf86-video-vmware
--rw-r--r-- 1 root root 3 2021-02-13 05:35 ./source/x/x11/build/xf86-video-voodoo
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-xgi
--rw-r--r-- 1 root root 3 2021-02-13 05:35 ./source/x/x11/build/xf86-video-xgixp
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86bigfontproto
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86dga
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86dgaproto
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86driproto
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86miscproto
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86vidmodeproto
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xfd
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xfontsel
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xfs
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xfsinfo
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xgamma
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xgc
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xhost
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xineramaproto
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xinit
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xinput
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xisxwayland
--rw-r--r-- 1 root root 2 2021-03-17 18:41 ./source/x/x11/build/xkbcomp
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xkbevd
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xkbprint
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xkbutils
--rw-r--r-- 1 root root 2 2021-02-16 19:25 ./source/x/x11/build/xkeyboard-config
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xkill
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xload
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xlogo
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xlsatoms
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xlsclients
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xlsfonts
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xmag
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xman
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xmessage
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xmh
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xmodmap
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xmore
--rw-r--r-- 1 root root 2 2021-08-02 18:03 ./source/x/x11/build/xorg-cf-files
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xorg-docs
--rw-r--r-- 1 root root 2 2021-12-26 20:28 ./source/x/x11/build/xorg-server
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xorg-sgml-doctools
--rw-r--r-- 1 root root 2 2021-02-25 19:37 ./source/x/x11/build/xorgproto
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xpr
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xprop
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xproto
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xpyb
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xrandr
--rw-r--r-- 1 root root 2 2021-08-09 18:34 ./source/x/x11/build/xrdb
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xrefresh
--rw-r--r-- 1 root root 2 2021-12-08 20:10 ./source/x/x11/build/xscope
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xset
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xsetroot
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xsm
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xstdcmap
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xtrans
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xvidtune
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xvinfo
--rw-r--r-- 1 root root 2 2021-08-02 17:59 ./source/x/x11/build/xwd
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xwininfo
--rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xwud
-drwxr-xr-x 2 root root 4096 2020-05-18 17:49 ./source/x/x11/configure
--rw-r--r-- 1 root root 362 2016-01-16 20:11 ./source/x/x11/configure/autogen
--rw-r--r-- 1 root root 361 2016-01-16 20:11 ./source/x/x11/configure/configure
--rw-r--r-- 1 root root 341 2010-11-13 18:36 ./source/x/x11/configure/font-bh-ttf
--rw-r--r-- 1 root root 297 2009-10-20 04:17 ./source/x/x11/configure/font-util
--rw-r--r-- 1 root root 320 2010-11-13 20:17 ./source/x/x11/configure/gccmakedep
--rw-r--r-- 1 root root 341 2021-04-23 17:48 ./source/x/x11/configure/igt-gpu-tools
--rw-r--r-- 1 root root 317 2010-12-04 23:25 ./source/x/x11/configure/libX11
--rw-r--r-- 1 root root 440 2012-05-21 17:51 ./source/x/x11/configure/libXaw3d
--rw-r--r-- 1 root root 320 2010-11-13 19:40 ./source/x/x11/configure/libXp
--rw-r--r-- 1 root root 304 2008-10-14 22:51 ./source/x/x11/configure/libXt
--rw-r--r-- 1 root root 354 2014-05-31 08:54 ./source/x/x11/configure/libxcb
--rw-r--r-- 1 root root 406 2014-05-13 05:38 ./source/x/x11/configure/libxshmfence
--rw-r--r-- 1 root root 504 2021-01-16 20:03 ./source/x/x11/configure/pixman
--rw-r--r-- 1 root root 276 2009-07-24 04:25 ./source/x/x11/configure/setxkbmap
--rw-r--r-- 1 root root 869 2017-04-15 15:03 ./source/x/x11/configure/xcb-proto
--rw-r--r-- 1 root root 447 2020-02-07 00:47 ./source/x/x11/configure/xdm
--rw-r--r-- 1 root root 404 2019-08-20 17:29 ./source/x/x11/configure/xf86-video-geode
--rw-r--r-- 1 root root 573 2017-01-09 21:37 ./source/x/x11/configure/xf86-video-intel
--rw-r--r-- 1 root root 317 2015-12-16 03:38 ./source/x/x11/configure/xf86-video-nouveau
--rw-r--r-- 1 root root 362 2018-06-30 20:59 ./source/x/x11/configure/xf86-video-savage
--rw-r--r-- 1 root root 282 2009-08-01 03:17 ./source/x/x11/configure/xfs
--rw-r--r-- 1 root root 380 2020-05-18 17:50 ./source/x/x11/configure/xisxwayland
--rw-r--r-- 1 root root 276 2009-07-24 04:28 ./source/x/x11/configure/xkbcomp
--rw-r--r-- 1 root root 345 2008-10-14 22:51 ./source/x/x11/configure/xkeyboard-config
--rw-r--r-- 1 root root 377 2010-12-19 06:52 ./source/x/x11/configure/xorg-docs
--rw-r--r-- 1 root root 3140 2021-12-26 22:45 ./source/x/x11/configure/xorg-server
--rw-r--r-- 1 root root 398 2018-03-17 17:33 ./source/x/x11/configure/xorgproto
-drwxr-xr-x 2 root root 4096 2009-08-01 05:00 ./source/x/x11/doinst.sh
--rw-r--r-- 1 root root 279 2018-06-05 22:06 ./source/x/x11/doinst.sh/font-adobe-100dpi
--rw-r--r-- 1 root root 277 2018-06-05 22:06 ./source/x/x11/doinst.sh/font-adobe-75dpi
--rw-r--r-- 1 root root 279 2018-06-05 22:06 ./source/x/x11/doinst.sh/font-adobe-utopia-100dpi
--rw-r--r-- 1 root root 277 2018-06-05 22:06 ./source/x/x11/doinst.sh/font-adobe-utopia-75dpi
--rw-r--r-- 1 root root 277 2018-06-05 22:07 ./source/x/x11/doinst.sh/font-adobe-utopia-type1
--rw-r--r-- 1 root root 341 2018-06-05 22:07 ./source/x/x11/doinst.sh/font-arabic-misc
--rw-r--r-- 1 root root 279 2018-06-05 22:07 ./source/x/x11/doinst.sh/font-bh-100dpi
--rw-r--r-- 1 root root 277 2018-06-05 22:08 ./source/x/x11/doinst.sh/font-bh-75dpi
--rw-r--r-- 1 root root 279 2018-06-05 22:08 ./source/x/x11/doinst.sh/font-bh-lucidatypewriter-100dpi
--rw-r--r-- 1 root root 277 2018-06-05 22:08 ./source/x/x11/doinst.sh/font-bh-lucidatypewriter-75dpi
--rw-r--r-- 1 root root 273 2018-06-05 22:09 ./source/x/x11/doinst.sh/font-bh-ttf
--rw-r--r-- 1 root root 277 2018-06-05 22:09 ./source/x/x11/doinst.sh/font-bh-type1
--rw-r--r-- 1 root root 279 2018-06-05 22:09 ./source/x/x11/doinst.sh/font-bitstream-100dpi
--rw-r--r-- 1 root root 277 2018-06-05 22:10 ./source/x/x11/doinst.sh/font-bitstream-75dpi
--rw-r--r-- 1 root root 279 2018-06-05 22:10 ./source/x/x11/doinst.sh/font-bitstream-speedo
--rw-r--r-- 1 root root 277 2018-06-05 22:10 ./source/x/x11/doinst.sh/font-bitstream-type1
--rw-r--r-- 1 root root 283 2018-06-05 22:11 ./source/x/x11/doinst.sh/font-cronyx-cyrillic
--rw-r--r-- 1 root root 341 2018-06-05 22:11 ./source/x/x11/doinst.sh/font-cursor-misc
--rw-r--r-- 1 root root 341 2018-06-05 22:11 ./source/x/x11/doinst.sh/font-daewoo-misc
--rw-r--r-- 1 root root 341 2018-06-05 22:12 ./source/x/x11/doinst.sh/font-dec-misc
--rw-r--r-- 1 root root 277 2018-06-05 22:12 ./source/x/x11/doinst.sh/font-ibm-type1
--rw-r--r-- 1 root root 341 2018-06-05 22:12 ./source/x/x11/doinst.sh/font-isas-misc
--rw-r--r-- 1 root root 341 2018-06-05 22:13 ./source/x/x11/doinst.sh/font-jis-misc
--rw-r--r-- 1 root root 341 2018-06-05 22:13 ./source/x/x11/doinst.sh/font-micro-misc
--rw-r--r-- 1 root root 283 2018-06-05 22:13 ./source/x/x11/doinst.sh/font-misc-cyrillic
--rw-r--r-- 1 root root 365 2018-06-05 22:14 ./source/x/x11/doinst.sh/font-misc-ethiopic
--rw-r--r-- 1 root root 273 2018-06-05 22:14 ./source/x/x11/doinst.sh/font-misc-meltho
--rw-r--r-- 1 root root 341 2018-06-05 22:14 ./source/x/x11/doinst.sh/font-misc-misc
--rw-r--r-- 1 root root 341 2018-06-05 22:15 ./source/x/x11/doinst.sh/font-mutt-misc
--rw-r--r-- 1 root root 341 2018-06-05 22:15 ./source/x/x11/doinst.sh/font-schumacher-misc
--rw-r--r-- 1 root root 283 2018-06-05 22:15 ./source/x/x11/doinst.sh/font-screen-cyrillic
--rw-r--r-- 1 root root 341 2018-06-05 22:16 ./source/x/x11/doinst.sh/font-sony-misc
--rw-r--r-- 1 root root 341 2018-06-05 22:16 ./source/x/x11/doinst.sh/font-sun-misc
--rw-r--r-- 1 root root 283 2018-06-05 22:16 ./source/x/x11/doinst.sh/font-winitzki-cyrillic
--rw-r--r-- 1 root root 277 2018-06-05 22:16 ./source/x/x11/doinst.sh/font-xfree86-type1
--rw-r--r-- 1 root root 618 2021-01-05 20:44 ./source/x/x11/doinst.sh/xdm
--rw-r--r-- 1 root root 377 2009-08-01 05:01 ./source/x/x11/doinst.sh/xfs
--rw-r--r-- 1 root root 176 2007-07-01 03:16 ./source/x/x11/doinst.sh/xinit
--rw-r--r-- 1 root root 247 2007-06-09 21:54 ./source/x/x11/doinst.sh/xkeyboard-config
--rw-r--r-- 1 root root 212 2007-02-13 20:05 ./source/x/x11/doinst.sh/xorg-cf-files
-drwxr-xr-x 2 root root 4096 2021-04-23 17:37 ./source/x/x11/make
--rw-r--r-- 1 root root 119 2021-04-23 17:41 ./source/x/x11/make/igt-gpu-tools
--rw-r--r-- 1 root root 281 2017-04-15 15:04 ./source/x/x11/make/xcb-proto
--rw-r--r-- 1 root root 119 2021-04-23 17:41 ./source/x/x11/make/xisxwayland
--rw-r--r-- 1 root root 633 2021-04-23 17:42 ./source/x/x11/make/xorgproto
-drwxr-xr-x 2 root root 4096 2015-04-21 02:59 ./source/x/x11/makepkg
--rw-r--r-- 1 root root 4657 2021-12-26 20:40 ./source/x/x11/makepkg/xorg-server
--rw-r--r-- 1 root root 3518 2021-02-13 21:06 ./source/x/x11/modularize
--rw-r--r-- 1 root root 1189 2018-05-03 12:16 ./source/x/x11/noarch
--rw-r--r-- 1 root root 833 2019-12-09 18:56 ./source/x/x11/package-blacklist
-drwxr-xr-x 17 root root 4096 2022-01-03 20:03 ./source/x/x11/patch
--rw-r--r-- 1 root root 326 2010-11-13 18:39 ./source/x/x11/patch/README
-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 2019-04-08 20:07 ./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 5513 2020-04-20 20:08 ./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
-drwxr-xr-x 2 root root 4096 2019-03-25 18:55 ./source/x/x11/patch/xcompmgr
--rw-r--r-- 1 root root 154 2019-03-25 18:55 ./source/x/x11/patch/xcompmgr.patch
--rw-r--r-- 1 root root 464 2011-03-03 03:11 ./source/x/x11/patch/xcompmgr/xcompmgr-follow-icccm-spec.diff.gz
-drwxr-xr-x 2 root root 4096 2020-06-20 08:40 ./source/x/x11/patch/xdm
--rw-r--r-- 1 root root 437 2020-06-20 08:40 ./source/x/x11/patch/xdm.patch
--rw-r--r-- 1 root root 276 2014-12-07 08:06 ./source/x/x11/patch/xdm/xdm-1.1.11-arc4random-include.patch.gz
--rw-r--r-- 1 root root 419 2014-12-07 08:06 ./source/x/x11/patch/xdm/xdm-1.1.11-setproctitle-include.patch.gz
--rw-r--r-- 1 root root 830 2013-07-07 06:42 ./source/x/x11/patch/xdm/xdm.glibc.crypt.diff.gz
--rw-r--r-- 1 root root 319 2015-08-20 06:44 ./source/x/x11/patch/xf86-video-apm.patch
--rw-r--r-- 1 root root 319 2015-08-20 06:44 ./source/x/x11/patch/xf86-video-ark.patch
--rw-r--r-- 1 root root 319 2015-08-20 06:44 ./source/x/x11/patch/xf86-video-ast.patch
--rw-r--r-- 1 root root 319 2015-08-20 06:44 ./source/x/x11/patch/xf86-video-dummy.patch
--rw-r--r-- 1 root root 319 2015-08-20 06:44 ./source/x/x11/patch/xf86-video-glint.patch
--rw-r--r-- 1 root root 319 2015-08-20 06:44 ./source/x/x11/patch/xf86-video-i128.patch
-drwxr-xr-x 2 root root 4096 2019-03-17 18:48 ./source/x/x11/patch/xf86-video-intel
--rw-r--r-- 1 root root 222 2019-03-17 18:48 ./source/x/x11/patch/xf86-video-intel.patch
--rw-r--r-- 1 root root 806 2018-03-06 17:26 ./source/x/x11/patch/xf86-video-intel/0001-sna-Avoid-clobbering-output-physical-size-with-xf86O.patch.gz
--rw-r--r-- 1 root root 428 2013-03-12 22:07 ./source/x/x11/patch/xf86-video-nv.patch
-drwxr-xr-x 2 root root 4096 2018-07-14 17:57 ./source/x/x11/patch/xf86-video-s3virge
--rw-r--r-- 1 root root 200 2018-07-14 17:58 ./source/x/x11/patch/xf86-video-s3virge.patch
--rw-r--r-- 1 root root 457 2018-07-14 17:48 ./source/x/x11/patch/xf86-video-s3virge/xf86-video-s3virge.xorg-server-1.20.x.diff.gz
--rw-r--r-- 1 root root 319 2015-08-20 06:44 ./source/x/x11/patch/xf86-video-tga.patch
-drwxr-xr-x 2 root root 4096 2018-07-14 17:53 ./source/x/x11/patch/xf86-video-tseng
--rw-r--r-- 1 root root 516 2018-07-14 17:54 ./source/x/x11/patch/xf86-video-tseng.patch
--rw-r--r-- 1 root root 698 2018-07-14 17:47 ./source/x/x11/patch/xf86-video-tseng/xf86-video-tseng.xorg-server-1.20.x.diff.gz
-drwxr-xr-x 2 root root 4096 2022-01-03 20:03 ./source/x/x11/patch/xf86-video-vmware
--rw-r--r-- 1 root root 203 2022-01-03 20:04 ./source/x/x11/patch/xf86-video-vmware.patch
--rw-r--r-- 1 root root 759 2022-01-03 19:57 ./source/x/x11/patch/xf86-video-vmware/50ab008cb965dc9e47e0a84a1950e2485bbd3c44.patch.gz
-drwxr-xr-x 2 root root 4096 2015-04-22 04:47 ./source/x/x11/patch/xf86-video-voodoo
--rw-r--r-- 1 root root 494 2015-04-22 04:47 ./source/x/x11/patch/xf86-video-voodoo.patch
--rw-r--r-- 1 root root 488 2015-04-22 04:46 ./source/x/x11/patch/xf86-video-voodoo/0001-don-t-use-PCITAG-in-struct-anymore.patch.gz
--rw-r--r-- 1 root root 319 2015-08-20 06:45 ./source/x/x11/patch/xf86-video-xgi.patch
-drwxr-xr-x 2 root root 4096 2015-04-22 04:50 ./source/x/x11/patch/xf86-video-xgixp
--rw-r--r-- 1 root root 856 2015-04-22 04:51 ./source/x/x11/patch/xf86-video-xgixp.patch
--rw-r--r-- 1 root root 641 2015-04-22 04:49 ./source/x/x11/patch/xf86-video-xgixp/0001-Remove-mibstore.h.patch.gz
--rw-r--r-- 1 root root 1558 2015-04-22 04:49 ./source/x/x11/patch/xf86-video-xgixp/0002-Remove-symbol-lists-as-they-are-not-used-any-more.patch.gz
--rw-r--r-- 1 root root 1057 2015-04-22 04:49 ./source/x/x11/patch/xf86-video-xgixp/0003-shadow-shadowInit-shadowAdd-Remove.patch.gz
--rw-r--r-- 1 root root 465 2015-04-22 04:49 ./source/x/x11/patch/xf86-video-xgixp/0004-Stop-using-deprecated-xf86PciInfo.h.patch.gz
--rw-r--r-- 1 root root 497 2015-04-22 04:49 ./source/x/x11/patch/xf86-video-xgixp/0005-Update-for-new-damage-API.patch.gz
-drwxr-xr-x 2 root root 4096 2020-06-19 19:44 ./source/x/x11/patch/xinit
--rw-r--r-- 1 root root 171 2015-03-30 04:16 ./source/x/x11/patch/xinit.patch
--rw-r--r-- 1 root root 468 2020-06-19 19:43 ./source/x/x11/patch/xinit/xinit.remove.systemd.kludge.diff.gz
-drwxr-xr-x 2 root root 4096 2021-04-20 18:11 ./source/x/x11/patch/xorg-cf-files
--rw-r--r-- 1 root root 144 2021-04-20 18:11 ./source/x/x11/patch/xorg-cf-files.patch
--rw-r--r-- 1 root root 295 2021-04-20 18:11 ./source/x/x11/patch/xorg-cf-files/Imake.tmpl-binutils-ar-2.36.patch.gz
-drwxr-xr-x 2 root root 4096 2021-12-16 18:45 ./source/x/x11/patch/xorg-server
--rw-r--r-- 1 root root 2253 2021-12-16 18:45 ./source/x/x11/patch/xorg-server.patch
--rw-r--r-- 1 root root 623 2018-07-15 18:32 ./source/x/x11/patch/xorg-server/0001-Always-install-vbe-and-int10-sdk-headers.patch.gz
--rw-r--r-- 1 root root 3846 2018-07-15 18:32 ./source/x/x11/patch/xorg-server/0001-autobind-GPUs-to-the-screen.patch.gz
--rw-r--r-- 1 root root 879 2019-02-26 23:17 ./source/x/x11/patch/xorg-server/0001-xfree86-use-modesetting-driver-by-default-on-GeForce.patch.gz
--rw-r--r-- 1 root root 418 2020-12-02 09:50 ./source/x/x11/patch/xorg-server/06_use-intel-only-on-pre-gen4.diff.gz
--rw-r--r-- 1 root root 298 2018-05-30 05:02 ./source/x/x11/patch/xorg-server/fix-nouveau-segfault.diff.gz
--rw-r--r-- 1 root root 357 2020-09-11 18:38 ./source/x/x11/patch/xorg-server/fix-pci-segfault.diff.gz
--rw-r--r-- 1 root root 340 2012-04-14 03:01 ./source/x/x11/patch/xorg-server/x11.startwithblackscreen.diff.gz
--rw-r--r-- 1 root root 897 2016-04-14 16:42 ./source/x/x11/patch/xorg-server/xorg-server.combo.mouse.keyboard.layout.patch.gz
-drwxr-xr-x 2 root root 4096 2018-03-11 19:22 ./source/x/x11/patch/xpyb
--rw-r--r-- 1 root root 132 2018-03-11 19:23 ./source/x/x11/patch/xpyb.patch
--rw-r--r-- 1 root root 238 2018-03-11 19:25 ./source/x/x11/patch/xpyb/xpyb-1.3.1-xcbproto-1.13.patch.gz
-drwxr-xr-x 10 root root 4096 2019-10-28 19:02 ./source/x/x11/post-install
--rw-r--r-- 1 root root 357 2007-02-16 21:17 ./source/x/x11/post-install/beforelight.post-install
--rw-r--r-- 1 root root 275 2007-02-14 02:06 ./source/x/x11/post-install/encodings.post-install
--rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-adobe-100dpi.post-install
--rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-adobe-75dpi.post-install
--rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-adobe-utopia-100dpi.post-install
--rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-adobe-utopia-75dpi.post-install
--rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-adobe-utopia-type1.post-install
--rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-alias.post-install
--rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-arabic-misc.post-install
--rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-bh-100dpi.post-install
--rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-bh-75dpi.post-install
--rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-bh-lucidatypewriter-100dpi.post-install
--rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-bh-lucidatypewriter-75dpi.post-install
--rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-bh-ttf.post-install
--rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-bh-type1.post-install
--rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-bitstream-100dpi.post-install
--rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-bitstream-75dpi.post-install
--rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-bitstream-speedo.post-install
--rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-bitstream-type1.post-install
--rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-cronyx-cyrillic.post-install
--rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-cursor-misc.post-install
--rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-daewoo-misc.post-install
--rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-dec-misc.post-install
--rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-ibm-type1.post-install
--rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-isas-misc.post-install
--rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-jis-misc.post-install
--rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-micro-misc.post-install
--rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-misc-cyrillic.post-install
--rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-misc-ethiopic.post-install
--rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-misc-meltho.post-install
--rw-r--r-- 1 root root 664 2008-02-01 03:22 ./source/x/x11/post-install/font-misc-misc.post-install
--rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-mutt-misc.post-install
--rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-schumacher-misc.post-install
--rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-screen-cyrillic.post-install
--rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-sony-misc.post-install
--rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-sun-misc.post-install
--rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-util.post-install
--rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-winitzki-cyrillic.post-install
--rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-xfree86-type1.post-install
--rw-r--r-- 1 root root 58 2010-11-05 06:08 ./source/x/x11/post-install/libSM.post-install
-drwxr-xr-x 2 root root 4096 2011-04-16 03:28 ./source/x/x11/post-install/libX11
--rw-r--r-- 1 root root 102 2011-04-16 03:30 ./source/x/x11/post-install/libX11.post-install
--rw-r--r-- 1 root root 3050 2010-02-22 20:04 ./source/x/x11/post-install/libX11/XKeysymDB.gz
--rw-r--r-- 1 root root 1765 2009-06-08 19:45 ./source/x/x11/post-install/libXaw.post-install
--rw-r--r-- 1 root root 1246 2012-05-04 04:35 ./source/x/x11/post-install/libXaw3d.post-install
--rw-r--r-- 1 root root 183 2007-02-14 06:42 ./source/x/x11/post-install/libpthread-stubs.post-install
--rw-r--r-- 1 root root 1334 2020-02-23 17:58 ./source/x/x11/post-install/libxcb.post-install
-drwxr-xr-x 2 root root 4096 2007-03-24 04:12 ./source/x/x11/post-install/mkfontscale
--rw-r--r-- 1 root root 223 2019-10-28 20:09 ./source/x/x11/post-install/mkfontscale.post-install
--rw-r--r-- 1 root root 1012 2007-03-23 20:46 ./source/x/x11/post-install/mkfontscale/setup.04.mkfontdir
--rw-r--r-- 1 root root 286 2008-04-26 21:33 ./source/x/x11/post-install/pixman.post-install
-drwxr-xr-x 2 root root 4096 2007-02-22 01:03 ./source/x/x11/post-install/twm
--rw-r--r-- 1 root root 175 2007-02-22 01:05 ./source/x/x11/post-install/twm.post-install
--rw-r--r-- 1 root root 725 2009-12-01 07:39 ./source/x/x11/post-install/twm/xinitrc.twm
--rw-r--r-- 1 root root 344 2007-02-13 23:28 ./source/x/x11/post-install/x11-app-test.post-install
--rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/x11-font.post-install
--rw-r--r-- 1 root root 68 2007-02-13 21:50 ./source/x/x11/post-install/x11-util.post-install
--rw-r--r-- 1 root root 63 2009-12-15 01:10 ./source/x/x11/post-install/xbitmaps.post-install
--rw-r--r-- 1 root root 169 2020-02-23 17:54 ./source/x/x11/post-install/xcb-proto.post-install
--rw-r--r-- 1 root root 342 2012-05-03 19:24 ./source/x/x11/post-install/xcb-util.post-install
-drwxr-xr-x 2 root root 4096 2020-02-07 00:50 ./source/x/x11/post-install/xdm
--rw-r--r-- 1 root root 1787 2021-01-05 20:42 ./source/x/x11/post-install/xdm.post-install
--rwxr-xr-x 1 root root 5470 2011-01-23 19:01 ./source/x/x11/post-install/xdm/Xsession
--rwxr-xr-x 1 root root 1348 2019-03-03 19:36 ./source/x/x11/post-install/xdm/Xsession.orig
--rwxr-xr-x 1 root root 503 2007-02-14 01:22 ./source/x/x11/post-install/xdm/Xsetup_0
--rwxr-xr-x 1 root root 88 2019-03-02 22:06 ./source/x/x11/post-install/xdm/Xsetup_0.orig
--rw-r--r-- 1 root root 293 2020-06-20 08:53 ./source/x/x11/post-install/xdm/xdm.pamd
--rw-r--r-- 1 root root 40 2008-09-15 22:43 ./source/x/x11/post-install/xf86-input-joystick.post-install
--rw-r--r-- 1 root root 1808 2017-01-18 02:26 ./source/x/x11/post-install/xf86-input-libinput.post-install
-drwxr-xr-x 2 root root 4096 2010-08-03 04:04 ./source/x/x11/post-install/xf86-input-synaptics
--rw-r--r-- 1 root root 373 2010-08-03 04:23 ./source/x/x11/post-install/xf86-input-synaptics.post-install
--rw-r--r-- 1 root root 444 2010-11-01 01:13 ./source/x/x11/post-install/xf86-input-synaptics/50-synaptics.conf
-drwxr-xr-x 2 root root 4096 2011-07-12 18:18 ./source/x/x11/post-install/xf86-input-wacom
--rw-r--r-- 1 root root 354 2016-05-25 21:17 ./source/x/x11/post-install/xf86-input-wacom.post-install
--rw-r--r-- 1 root root 1143 2016-05-25 21:15 ./source/x/x11/post-install/xf86-input-wacom/60-wacom.rules
--rw-r--r-- 1 root root 111 2015-08-24 18:55 ./source/x/x11/post-install/xf86-video-intel.post-install
--rw-r--r-- 1 root root 54 2009-08-01 05:00 ./source/x/x11/post-install/xfs.post-install
-drwxr-xr-x 2 root root 4096 2007-07-01 03:06 ./source/x/x11/post-install/xinit
--rw-r--r-- 1 root root 637 2007-07-01 03:13 ./source/x/x11/post-install/xinit.post-install
--rw-r--r-- 1 root root 321 2003-03-16 21:36 ./source/x/x11/post-install/xinit/README.Xmodmap
--rw-r--r-- 1 root root 341 2007-02-18 03:51 ./source/x/x11/post-install/xkeyboard-config.post-install
-drwxr-xr-x 2 root root 4096 2009-08-11 03:27 ./source/x/x11/post-install/xorg-cf-files
--rw-r--r-- 1 root root 237 2009-08-11 03:32 ./source/x/x11/post-install/xorg-cf-files.post-install
--rw-r--r-- 1 root root 203 2009-08-11 03:26 ./source/x/x11/post-install/xorg-cf-files/x11.tmpl.lib64.kludge.diff.gz
--rw-r--r-- 1 root root 2848 2017-01-18 00:22 ./source/x/x11/post-install/xorg-server.post-install
--rw-r--r-- 1 root root 63 2010-12-19 06:16 ./source/x/x11/post-install/xorg-sgml-doctools.post-install
--rw-r--r-- 1 root root 206 2018-03-12 18:27 ./source/x/x11/post-install/xorgproto.post-install
--rw-r--r-- 1 root root 35 2010-11-05 06:10 ./source/x/x11/post-install/xproto.post-install
-drwxr-xr-x 2 root root 12288 2020-05-18 17:50 ./source/x/x11/slack-desc
--rw-r--r-- 1 root root 804 2018-02-26 22:53 ./source/x/x11/slack-desc/appres
--rw-r--r-- 1 root root 935 2018-02-26 22:53 ./source/x/x11/slack-desc/bdftopcf
--rw-r--r-- 1 root root 885 2018-02-26 22:53 ./source/x/x11/slack-desc/beforelight
--rw-r--r-- 1 root root 857 2012-04-08 01:03 ./source/x/x11/slack-desc/bigreqsproto
--rw-r--r-- 1 root root 667 2012-04-07 23:41 ./source/x/x11/slack-desc/bitmap
--rw-r--r-- 1 root root 882 2012-04-08 01:19 ./source/x/x11/slack-desc/compositeproto
--rw-r--r-- 1 root root 837 2012-04-08 01:20 ./source/x/x11/slack-desc/damageproto
--rw-r--r-- 1 root root 812 2012-04-08 01:20 ./source/x/x11/slack-desc/dmxproto
--rw-r--r-- 1 root root 826 2012-04-08 01:21 ./source/x/x11/slack-desc/dri2proto
--rw-r--r-- 1 root root 826 2014-05-13 05:20 ./source/x/x11/slack-desc/dri3proto
--rw-r--r-- 1 root root 763 2012-04-08 01:21 ./source/x/x11/slack-desc/editres
--rw-r--r-- 1 root root 790 2012-04-08 01:22 ./source/x/x11/slack-desc/encodings
--rw-r--r-- 1 root root 802 2012-04-08 01:22 ./source/x/x11/slack-desc/evieext
--rw-r--r-- 1 root root 824 2012-04-08 01:22 ./source/x/x11/slack-desc/fixesproto
--rw-r--r-- 1 root root 904 2012-04-08 01:23 ./source/x/x11/slack-desc/font-adobe-100dpi
--rw-r--r-- 1 root root 890 2012-04-08 01:23 ./source/x/x11/slack-desc/font-adobe-75dpi
--rw-r--r-- 1 root root 1002 2012-04-08 01:23 ./source/x/x11/slack-desc/font-adobe-utopia-100dpi
--rw-r--r-- 1 root root 988 2012-04-08 01:23 ./source/x/x11/slack-desc/font-adobe-utopia-75dpi
--rw-r--r-- 1 root root 990 2012-04-08 01:24 ./source/x/x11/slack-desc/font-adobe-utopia-type1
--rw-r--r-- 1 root root 802 2012-04-08 01:25 ./source/x/x11/slack-desc/font-alias
--rw-r--r-- 1 root root 890 2012-04-08 02:11 ./source/x/x11/slack-desc/font-arabic-misc
--rw-r--r-- 1 root root 862 2012-04-08 02:11 ./source/x/x11/slack-desc/font-bh-100dpi
--rw-r--r-- 1 root root 848 2012-04-08 02:11 ./source/x/x11/slack-desc/font-bh-75dpi
--rw-r--r-- 1 root root 1100 2012-04-08 02:11 ./source/x/x11/slack-desc/font-bh-lucidatypewriter-100dpi
--rw-r--r-- 1 root root 1086 2012-04-08 02:11 ./source/x/x11/slack-desc/font-bh-lucidatypewriter-75dpi
--rw-r--r-- 1 root root 822 2012-04-08 02:11 ./source/x/x11/slack-desc/font-bh-ttf
--rw-r--r-- 1 root root 850 2012-04-08 02:12 ./source/x/x11/slack-desc/font-bh-type1
--rw-r--r-- 1 root root 960 2012-04-08 02:13 ./source/x/x11/slack-desc/font-bitstream-100dpi
--rw-r--r-- 1 root root 946 2012-04-08 02:13 ./source/x/x11/slack-desc/font-bitstream-75dpi
--rw-r--r-- 1 root root 962 2012-04-08 02:13 ./source/x/x11/slack-desc/font-bitstream-speedo
--rw-r--r-- 1 root root 948 2012-04-08 02:14 ./source/x/x11/slack-desc/font-bitstream-type1
--rw-r--r-- 1 root root 946 2012-04-08 02:15 ./source/x/x11/slack-desc/font-cronyx-cyrillic
--rw-r--r-- 1 root root 890 2012-04-08 02:15 ./source/x/x11/slack-desc/font-cursor-misc
--rw-r--r-- 1 root root 890 2012-04-08 02:15 ./source/x/x11/slack-desc/font-daewoo-misc
--rw-r--r-- 1 root root 848 2012-04-08 02:15 ./source/x/x11/slack-desc/font-dec-misc
--rw-r--r-- 1 root root 864 2012-04-08 02:16 ./source/x/x11/slack-desc/font-ibm-type1
--rw-r--r-- 1 root root 862 2012-04-08 02:17 ./source/x/x11/slack-desc/font-isas-misc
--rw-r--r-- 1 root root 848 2012-04-08 02:17 ./source/x/x11/slack-desc/font-jis-misc
--rw-r--r-- 1 root root 876 2012-04-08 02:17 ./source/x/x11/slack-desc/font-micro-misc
--rw-r--r-- 1 root root 918 2012-04-08 02:17 ./source/x/x11/slack-desc/font-misc-cyrillic
--rw-r--r-- 1 root root 918 2012-04-08 02:17 ./source/x/x11/slack-desc/font-misc-ethiopic
--rw-r--r-- 1 root root 890 2012-04-08 02:17 ./source/x/x11/slack-desc/font-misc-meltho
--rw-r--r-- 1 root root 862 2012-04-08 02:17 ./source/x/x11/slack-desc/font-misc-misc
--rw-r--r-- 1 root root 862 2012-04-08 02:17 ./source/x/x11/slack-desc/font-mutt-misc
--rw-r--r-- 1 root root 946 2012-04-08 02:17 ./source/x/x11/slack-desc/font-schumacher-misc
--rw-r--r-- 1 root root 946 2012-04-08 02:18 ./source/x/x11/slack-desc/font-screen-cyrillic
--rw-r--r-- 1 root root 862 2012-04-08 02:17 ./source/x/x11/slack-desc/font-sony-misc
--rw-r--r-- 1 root root 848 2012-04-08 02:18 ./source/x/x11/slack-desc/font-sun-misc
--rw-r--r-- 1 root root 822 2012-04-08 02:18 ./source/x/x11/slack-desc/font-util
--rw-r--r-- 1 root root 974 2012-04-08 02:19 ./source/x/x11/slack-desc/font-winitzki-cyrillic
--rw-r--r-- 1 root root 920 2012-04-08 02:20 ./source/x/x11/slack-desc/font-xfree86-type1
--rw-r--r-- 1 root root 883 2012-04-08 02:20 ./source/x/x11/slack-desc/fontcacheproto
--rw-r--r-- 1 root root 824 2012-04-08 02:20 ./source/x/x11/slack-desc/fontsproto
--rw-r--r-- 1 root root 833 2012-04-08 02:22 ./source/x/x11/slack-desc/fonttosfnt
--rw-r--r-- 1 root root 823 2012-04-08 02:23 ./source/x/x11/slack-desc/fslsfonts
--rw-r--r-- 1 root root 829 2012-04-08 02:23 ./source/x/x11/slack-desc/fstobdf
--rw-r--r-- 1 root root 818 2012-04-08 02:23 ./source/x/x11/slack-desc/gccmakedep
--rw-r--r-- 1 root root 736 2014-05-13 20:38 ./source/x/x11/slack-desc/glamor-egl
--rw-r--r-- 1 root root 781 2012-04-08 02:25 ./source/x/x11/slack-desc/glproto
--rw-r--r-- 1 root root 805 2018-02-26 22:55 ./source/x/x11/slack-desc/iceauth
--rw-r--r-- 1 root root 760 2018-02-26 22:55 ./source/x/x11/slack-desc/ico
--rw-r--r-- 1 root root 875 2018-07-19 17:59 ./source/x/x11/slack-desc/igt-gpu-tools
--rw-r--r-- 1 root root 753 2018-02-26 22:55 ./source/x/x11/slack-desc/imake
--rw-r--r-- 1 root root 820 2012-04-08 02:27 ./source/x/x11/slack-desc/inputproto
--rw-r--r-- 1 root root 785 2012-04-08 02:28 ./source/x/x11/slack-desc/kbproto
--rw-r--r-- 1 root root 745 2012-04-08 02:28 ./source/x/x11/slack-desc/libFS
--rw-r--r-- 1 root root 761 2012-04-08 02:29 ./source/x/x11/slack-desc/libICE
--rw-r--r-- 1 root root 744 2012-04-08 02:42 ./source/x/x11/slack-desc/libSM
--rw-r--r-- 1 root root 762 2012-04-08 02:42 ./source/x/x11/slack-desc/libX11
--rw-r--r-- 1 root root 869 2012-04-08 03:03 ./source/x/x11/slack-desc/libXScrnSaver
--rw-r--r-- 1 root root 923 2018-02-26 22:55 ./source/x/x11/slack-desc/libXau
--rw-r--r-- 1 root root 665 2012-04-08 03:03 ./source/x/x11/slack-desc/libXaw
--rw-r--r-- 1 root root 970 2018-02-26 22:55 ./source/x/x11/slack-desc/libXaw3d
--rw-r--r-- 1 root root 872 2012-04-08 03:04 ./source/x/x11/slack-desc/libXcomposite
--rw-r--r-- 1 root root 827 2012-04-08 03:06 ./source/x/x11/slack-desc/libXcursor
--rw-r--r-- 1 root root 827 2012-04-08 03:06 ./source/x/x11/slack-desc/libXdamage
--rw-r--r-- 1 root root 800 2012-04-08 03:07 ./source/x/x11/slack-desc/libXdmcp
--rw-r--r-- 1 root root 804 2012-04-08 03:07 ./source/x/x11/slack-desc/libXevie
--rw-r--r-- 1 root root 793 2012-04-08 03:08 ./source/x/x11/slack-desc/libXext
--rw-r--r-- 1 root root 811 2012-04-08 03:08 ./source/x/x11/slack-desc/libXfixes
--rw-r--r-- 1 root root 1031 2018-02-26 22:56 ./source/x/x11/slack-desc/libXfont2
--rw-r--r-- 1 root root 874 2012-04-08 03:18 ./source/x/x11/slack-desc/libXfontcache
--rw-r--r-- 1 root root 748 2012-04-08 03:18 ./source/x/x11/slack-desc/libXft
--rw-r--r-- 1 root root 749 2012-04-08 03:18 ./source/x/x11/slack-desc/libXi
--rw-r--r-- 1 root root 846 2012-04-08 03:19 ./source/x/x11/slack-desc/libXinerama
--rw-r--r-- 1 root root 806 2018-02-26 22:56 ./source/x/x11/slack-desc/libXmu
--rw-r--r-- 1 root root 738 2012-04-08 03:23 ./source/x/x11/slack-desc/libXp
--rw-r--r-- 1 root root 770 2012-04-08 03:24 ./source/x/x11/slack-desc/libXpm
--rw-r--r-- 1 root root 853 2015-04-21 01:58 ./source/x/x11/slack-desc/libXpresent
--rw-r--r-- 1 root root 821 2012-04-08 03:24 ./source/x/x11/slack-desc/libXrandr
--rw-r--r-- 1 root root 838 2012-04-08 03:24 ./source/x/x11/slack-desc/libXrender
--rw-r--r-- 1 root root 779 2012-04-08 03:25 ./source/x/x11/slack-desc/libXres
--rw-r--r-- 1 root root 744 2012-04-08 03:26 ./source/x/x11/slack-desc/libXt
--rw-r--r-- 1 root root 792 2012-04-08 03:26 ./source/x/x11/slack-desc/libXtst
--rw-r--r-- 1 root root 777 2012-04-08 03:26 ./source/x/x11/slack-desc/libXv
--rw-r--r-- 1 root root 777 2012-04-08 02:52 ./source/x/x11/slack-desc/libXvMC
--rw-r--r-- 1 root root 844 2012-04-08 03:27 ./source/x/x11/slack-desc/libXxf86dga
--rw-r--r-- 1 root root 864 2012-04-08 03:27 ./source/x/x11/slack-desc/libXxf86misc
--rw-r--r-- 1 root root 829 2012-04-08 03:27 ./source/x/x11/slack-desc/libXxf86vm
--rw-r--r-- 1 root root 777 2012-04-08 03:28 ./source/x/x11/slack-desc/libdmx
--rw-r--r-- 1 root root 807 2012-04-08 03:28 ./source/x/x11/slack-desc/libfontenc
--rw-r--r-- 1 root root 840 2012-04-08 03:29 ./source/x/x11/slack-desc/libpciaccess
--rw-r--r-- 1 root root 1003 2012-04-08 03:30 ./source/x/x11/slack-desc/libpthread-stubs
--rw-r--r-- 1 root root 900 2018-02-26 22:57 ./source/x/x11/slack-desc/libxcb
--rw-r--r-- 1 root root 824 2012-04-08 02:45 ./source/x/x11/slack-desc/libxkbfile
--rw-r--r-- 1 root root 847 2014-05-13 05:34 ./source/x/x11/slack-desc/libxshmfence
--rw-r--r-- 1 root root 707 2012-04-08 03:30 ./source/x/x11/slack-desc/listres
--rw-r--r-- 1 root root 778 2012-04-08 03:31 ./source/x/x11/slack-desc/lndir
--rw-r--r-- 1 root root 826 2018-02-26 22:57 ./source/x/x11/slack-desc/luit
--rw-r--r-- 1 root root 818 2012-04-08 03:31 ./source/x/x11/slack-desc/makedepend
--rw-r--r-- 1 root root 890 2012-04-08 03:31 ./source/x/x11/slack-desc/mkcomposecache
--rw-r--r-- 1 root root 837 2019-10-28 19:03 ./source/x/x11/slack-desc/mkfontscale
--rw-r--r-- 1 root root 679 2012-04-08 03:32 ./source/x/x11/slack-desc/oclock
--rw-r--r-- 1 root root 823 2012-04-08 02:44 ./source/x/x11/slack-desc/pixman
--rw-r--r-- 1 root root 732 2018-02-26 22:57 ./source/x/x11/slack-desc/presentproto
--rw-r--r-- 1 root root 731 2012-04-08 03:32 ./source/x/x11/slack-desc/printproto
--rw-r--r-- 1 root root 675 2018-02-26 22:57 ./source/x/x11/slack-desc/randrproto
--rw-r--r-- 1 root root 835 2012-04-08 03:33 ./source/x/x11/slack-desc/recordproto
--rw-r--r-- 1 root root 760 2012-04-08 03:40 ./source/x/x11/slack-desc/rendercheck
--rw-r--r-- 1 root root 838 2012-04-08 03:40 ./source/x/x11/slack-desc/renderproto
--rw-r--r-- 1 root root 865 2012-04-08 03:40 ./source/x/x11/slack-desc/resourceproto
--rw-r--r-- 1 root root 709 2012-04-08 03:40 ./source/x/x11/slack-desc/rgb
--rw-r--r-- 1 root root 889 2012-04-08 03:41 ./source/x/x11/slack-desc/scrnsaverproto
--rw-r--r-- 1 root root 750 2012-04-08 03:41 ./source/x/x11/slack-desc/sessreg
--rw-r--r-- 1 root root 798 2012-04-08 03:42 ./source/x/x11/slack-desc/setxkbmap
--rw-r--r-- 1 root root 737 2012-04-08 03:42 ./source/x/x11/slack-desc/showfont
--rw-r--r-- 1 root root 707 2012-04-08 03:42 ./source/x/x11/slack-desc/smproxy
--rw-r--r-- 1 root root 884 2012-06-13 15:39 ./source/x/x11/slack-desc/transset
--rw-r--r-- 1 root root 730 2012-04-08 03:43 ./source/x/x11/slack-desc/twm
--rw-r--r-- 1 root root 823 2012-04-08 03:43 ./source/x/x11/slack-desc/util-macros
--rw-r--r-- 1 root root 820 2012-04-08 03:43 ./source/x/x11/slack-desc/videoproto
--rw-r--r-- 1 root root 796 2012-04-08 03:43 ./source/x/x11/slack-desc/viewres
--rw-r--r-- 1 root root 779 2012-04-08 03:44 ./source/x/x11/slack-desc/x11perf
--rw-r--r-- 1 root root 679 2012-04-08 03:44 ./source/x/x11/slack-desc/xauth
--rw-r--r-- 1 root root 796 2012-04-08 03:44 ./source/x/x11/slack-desc/xbacklight
--rw-r--r-- 1 root root 725 2018-02-26 22:58 ./source/x/x11/slack-desc/xbiff
--rw-r--r-- 1 root root 786 2012-04-08 03:45 ./source/x/x11/slack-desc/xbitmaps
--rw-r--r-- 1 root root 639 2012-04-08 03:45 ./source/x/x11/slack-desc/xcalc
--rw-r--r-- 1 root root 922 2012-04-08 01:17 ./source/x/x11/slack-desc/xcb-proto
--rw-r--r-- 1 root root 809 2012-04-08 03:45 ./source/x/x11/slack-desc/xcb-util
--rw-r--r-- 1 root root 808 2013-09-07 20:11 ./source/x/x11/slack-desc/xcb-util-cursor
--rw-r--r-- 1 root root 1011 2015-04-27 03:32 ./source/x/x11/slack-desc/xcb-util-errors
--rw-r--r-- 1 root root 778 2012-04-08 01:14 ./source/x/x11/slack-desc/xcb-util-image
--rw-r--r-- 1 root root 827 2012-04-08 01:18 ./source/x/x11/slack-desc/xcb-util-keysyms
--rw-r--r-- 1 root root 871 2012-04-08 03:49 ./source/x/x11/slack-desc/xcb-util-renderutil
--rw-r--r-- 1 root root 774 2012-04-08 03:51 ./source/x/x11/slack-desc/xcb-util-wm
--rw-r--r-- 1 root root 888 2018-02-26 22:58 ./source/x/x11/slack-desc/xclipboard
--rw-r--r-- 1 root root 747 2018-02-26 22:59 ./source/x/x11/slack-desc/xclock
--rw-r--r-- 1 root root 838 2012-04-08 03:52 ./source/x/x11/slack-desc/xcmiscproto
--rw-r--r-- 1 root root 824 2012-04-08 03:54 ./source/x/x11/slack-desc/xcmsdb
--rw-r--r-- 1 root root 760 2018-02-26 22:59 ./source/x/x11/slack-desc/xcompmgr
--rw-r--r-- 1 root root 679 2018-02-26 22:59 ./source/x/x11/slack-desc/xconsole
--rw-r--r-- 1 root root 844 2012-04-08 03:54 ./source/x/x11/slack-desc/xcursor-themes
--rw-r--r-- 1 root root 834 2012-04-08 03:54 ./source/x/x11/slack-desc/xcursorgen
--rw-r--r-- 1 root root 714 2012-04-08 03:55 ./source/x/x11/slack-desc/xdbedizzy
--rw-r--r-- 1 root root 797 2012-04-08 03:55 ./source/x/x11/slack-desc/xditview
--rw-r--r-- 1 root root 707 2012-04-08 03:55 ./source/x/x11/slack-desc/xdm
--rw-r--r-- 1 root root 810 2012-04-08 03:56 ./source/x/x11/slack-desc/xdpyinfo
--rw-r--r-- 1 root root 808 2012-04-08 03:56 ./source/x/x11/slack-desc/xdriinfo
--rw-r--r-- 1 root root 740 2012-04-08 03:57 ./source/x/x11/slack-desc/xedit
--rw-r--r-- 1 root root 947 2018-02-26 22:59 ./source/x/x11/slack-desc/xev
--rw-r--r-- 1 root root 810 2012-04-08 03:57 ./source/x/x11/slack-desc/xextproto
--rw-r--r-- 1 root root 770 2012-04-08 03:58 ./source/x/x11/slack-desc/xeyes
--rw-r--r-- 1 root root 931 2012-04-08 03:58 ./source/x/x11/slack-desc/xf86-input-acecad
--rw-r--r-- 1 root root 932 2012-04-08 03:59 ./source/x/x11/slack-desc/xf86-input-aiptek
--rw-r--r-- 1 root root 918 2012-04-08 03:59 ./source/x/x11/slack-desc/xf86-input-evdev
--rw-r--r-- 1 root root 955 2012-04-08 04:00 ./source/x/x11/slack-desc/xf86-input-joystick
--rw-r--r-- 1 root root 945 2018-02-26 23:00 ./source/x/x11/slack-desc/xf86-input-keyboard
--rw-r--r-- 1 root root 938 2015-04-21 03:11 ./source/x/x11/slack-desc/xf86-input-libinput
--rw-r--r-- 1 root root 895 2018-02-26 23:00 ./source/x/x11/slack-desc/xf86-input-mouse
--rw-r--r-- 1 root root 955 2012-04-08 04:02 ./source/x/x11/slack-desc/xf86-input-penmount
--rw-r--r-- 1 root root 961 2012-04-08 04:03 ./source/x/x11/slack-desc/xf86-input-synaptics
--rw-r--r-- 1 root root 945 2012-04-08 04:03 ./source/x/x11/slack-desc/xf86-input-vmmouse
--rw-r--r-- 1 root root 889 2012-04-08 04:03 ./source/x/x11/slack-desc/xf86-input-void
--rw-r--r-- 1 root root 843 2018-03-23 18:27 ./source/x/x11/slack-desc/xf86-input-wacom
--rw-r--r-- 1 root root 920 2015-11-19 17:17 ./source/x/x11/slack-desc/xf86-video-amdgpu
--rw-r--r-- 1 root root 889 2012-04-08 04:04 ./source/x/x11/slack-desc/xf86-video-apm
--rw-r--r-- 1 root root 882 2012-04-08 04:05 ./source/x/x11/slack-desc/xf86-video-ark
--rw-r--r-- 1 root root 895 2012-04-08 04:05 ./source/x/x11/slack-desc/xf86-video-ast
--rw-r--r-- 1 root root 887 2012-04-08 04:05 ./source/x/x11/slack-desc/xf86-video-ati
--rw-r--r-- 1 root root 914 2012-04-08 04:06 ./source/x/x11/slack-desc/xf86-video-chips
--rw-r--r-- 1 root root 931 2012-04-08 04:06 ./source/x/x11/slack-desc/xf86-video-cirrus
--rw-r--r-- 1 root root 919 2012-04-08 04:07 ./source/x/x11/slack-desc/xf86-video-dummy
--rw-r--r-- 1 root root 878 2012-05-08 16:28 ./source/x/x11/slack-desc/xf86-video-fbdev
--rw-r--r-- 1 root root 915 2012-04-08 04:07 ./source/x/x11/slack-desc/xf86-video-geode
--rw-r--r-- 1 root root 919 2012-04-08 04:07 ./source/x/x11/slack-desc/xf86-video-glint
--rw-r--r-- 1 root root 907 2012-04-08 04:08 ./source/x/x11/slack-desc/xf86-video-i128
--rw-r--r-- 1 root root 901 2012-04-08 04:08 ./source/x/x11/slack-desc/xf86-video-i740
--rw-r--r-- 1 root root 910 2012-04-08 04:09 ./source/x/x11/slack-desc/xf86-video-intel
--rw-r--r-- 1 root root 923 2012-04-08 04:09 ./source/x/x11/slack-desc/xf86-video-mach64
--rw-r--r-- 1 root root 883 2012-04-08 04:10 ./source/x/x11/slack-desc/xf86-video-mga
--rw-r--r-- 1 root root 955 2012-04-08 04:10 ./source/x/x11/slack-desc/xf86-video-neomagic
--rw-r--r-- 1 root root 945 2012-04-08 04:13 ./source/x/x11/slack-desc/xf86-video-nouveau
--rw-r--r-- 1 root root 873 2012-04-08 04:11 ./source/x/x11/slack-desc/xf86-video-nv
--rw-r--r-- 1 root root 978 2012-04-08 04:13 ./source/x/x11/slack-desc/xf86-video-openchrome
--rw-r--r-- 1 root root 734 2012-04-08 04:14 ./source/x/x11/slack-desc/xf86-video-qxl
--rw-r--r-- 1 root root 903 2012-04-08 04:15 ./source/x/x11/slack-desc/xf86-video-r128
--rw-r--r-- 1 root root 970 2012-04-08 04:19 ./source/x/x11/slack-desc/xf86-video-rendition
--rw-r--r-- 1 root root 882 2012-04-08 04:19 ./source/x/x11/slack-desc/xf86-video-s3
--rw-r--r-- 1 root root 941 2012-04-08 04:19 ./source/x/x11/slack-desc/xf86-video-s3virge
--rw-r--r-- 1 root root 928 2012-04-08 04:20 ./source/x/x11/slack-desc/xf86-video-savage
--rw-r--r-- 1 root root 1018 2012-04-08 04:20 ./source/x/x11/slack-desc/xf86-video-siliconmotion
--rw-r--r-- 1 root root 888 2012-04-08 04:23 ./source/x/x11/slack-desc/xf86-video-sis
--rw-r--r-- 1 root root 927 2012-04-08 04:23 ./source/x/x11/slack-desc/xf86-video-sisusb
--rw-r--r-- 1 root root 895 2012-04-08 04:23 ./source/x/x11/slack-desc/xf86-video-tdfx
--rw-r--r-- 1 root root 889 2012-04-08 04:23 ./source/x/x11/slack-desc/xf86-video-tga
--rw-r--r-- 1 root root 940 2012-04-08 04:24 ./source/x/x11/slack-desc/xf86-video-trident
--rw-r--r-- 1 root root 915 2012-04-08 04:24 ./source/x/x11/slack-desc/xf86-video-tseng
--rw-r--r-- 1 root root 876 2012-04-08 04:24 ./source/x/x11/slack-desc/xf86-video-v4l
--rw-r--r-- 1 root root 962 2017-11-30 17:49 ./source/x/x11/slack-desc/xf86-video-vboxvideo
--rw-r--r-- 1 root root 903 2012-04-08 04:25 ./source/x/x11/slack-desc/xf86-video-vesa
--rw-r--r-- 1 root root 930 2012-04-08 04:25 ./source/x/x11/slack-desc/xf86-video-vmware
--rw-r--r-- 1 root root 925 2012-04-08 04:25 ./source/x/x11/slack-desc/xf86-video-voodoo
--rw-r--r-- 1 root root 880 2012-04-08 04:26 ./source/x/x11/slack-desc/xf86-video-xgi
--rw-r--r-- 1 root root 902 2013-02-21 19:47 ./source/x/x11/slack-desc/xf86-video-xgixp
--rw-r--r-- 1 root root 904 2012-04-08 04:28 ./source/x/x11/slack-desc/xf86bigfontproto
--rw-r--r-- 1 root root 792 2012-04-08 04:26 ./source/x/x11/slack-desc/xf86dga
--rw-r--r-- 1 root root 802 2018-02-26 23:01 ./source/x/x11/slack-desc/xf86dgaproto
--rw-r--r-- 1 root root 842 2012-04-08 04:27 ./source/x/x11/slack-desc/xf86driproto
--rw-r--r-- 1 root root 894 2018-02-26 23:01 ./source/x/x11/slack-desc/xf86miscproto
--rw-r--r-- 1 root root 915 2012-04-08 04:30 ./source/x/x11/slack-desc/xf86vidmodeproto
--rw-r--r-- 1 root root 621 2012-04-08 04:31 ./source/x/x11/slack-desc/xfd
--rw-r--r-- 1 root root 804 2012-04-08 04:31 ./source/x/x11/slack-desc/xfontsel
--rw-r--r-- 1 root root 707 2012-04-08 01:11 ./source/x/x11/slack-desc/xfs
--rw-r--r-- 1 root root 880 2012-04-08 04:32 ./source/x/x11/slack-desc/xfsinfo
--rw-r--r-- 1 root root 718 2013-08-20 21:51 ./source/x/x11/slack-desc/xfwp
--rw-r--r-- 1 root root 706 2012-04-08 04:33 ./source/x/x11/slack-desc/xgamma
--rw-r--r-- 1 root root 633 2012-04-08 04:33 ./source/x/x11/slack-desc/xgc
--rw-r--r-- 1 root root 673 2012-04-08 04:33 ./source/x/x11/slack-desc/xhost
--rw-r--r-- 1 root root 867 2012-04-08 04:34 ./source/x/x11/slack-desc/xineramaproto
--rw-r--r-- 1 root root 769 2018-02-26 23:01 ./source/x/x11/slack-desc/xinit
--rw-r--r-- 1 root root 952 2012-04-08 04:34 ./source/x/x11/slack-desc/xinput
--rw-r--r-- 1 root root 875 2020-05-18 17:52 ./source/x/x11/slack-desc/xisxwayland
--rw-r--r-- 1 root root 764 2012-04-08 04:35 ./source/x/x11/slack-desc/xkbcomp
--rw-r--r-- 1 root root 755 2012-04-08 04:36 ./source/x/x11/slack-desc/xkbevd
--rw-r--r-- 1 root root 703 2012-04-08 04:36 ./source/x/x11/slack-desc/xkbprint
--rw-r--r-- 1 root root 708 2012-04-08 04:36 ./source/x/x11/slack-desc/xkbutils
--rw-r--r-- 1 root root 1122 2012-04-08 04:37 ./source/x/x11/slack-desc/xkeyboard-config
--rw-r--r-- 1 root root 756 2018-02-26 23:02 ./source/x/x11/slack-desc/xkill
--rw-r--r-- 1 root root 763 2012-04-08 04:37 ./source/x/x11/slack-desc/xload
--rw-r--r-- 1 root root 749 2012-04-08 04:38 ./source/x/x11/slack-desc/xlogo
--rw-r--r-- 1 root root 807 2012-04-08 04:38 ./source/x/x11/slack-desc/xlsatoms
--rw-r--r-- 1 root root 747 2012-04-08 04:39 ./source/x/x11/slack-desc/xlsclients
--rw-r--r-- 1 root root 696 2012-04-08 04:39 ./source/x/x11/slack-desc/xlsfonts
--rw-r--r-- 1 root root 620 2012-04-08 04:39 ./source/x/x11/slack-desc/xmag
--rw-r--r-- 1 root root 753 2012-04-08 04:40 ./source/x/x11/slack-desc/xman
--rw-r--r-- 1 root root 779 2018-02-26 23:02 ./source/x/x11/slack-desc/xmessage
--rw-r--r-- 1 root root 691 2018-02-26 23:02 ./source/x/x11/slack-desc/xmh
--rw-r--r-- 1 root root 867 2018-02-26 23:02 ./source/x/x11/slack-desc/xmodmap
--rw-r--r-- 1 root root 766 2012-04-08 04:42 ./source/x/x11/slack-desc/xmore
--rw-r--r-- 1 root root 954 2012-04-08 04:43 ./source/x/x11/slack-desc/xorg-cf-files
--rw-r--r-- 1 root root 805 2012-04-08 04:43 ./source/x/x11/slack-desc/xorg-docs
--rw-r--r-- 1 root root 1133 2020-02-19 20:30 ./source/x/x11/slack-desc/xorg-server
--rw-r--r-- 1 root root 839 2009-05-30 01:47 ./source/x/x11/slack-desc/xorg-server-xephyr
--rw-r--r-- 1 root root 1060 2018-02-26 23:03 ./source/x/x11/slack-desc/xorg-server-xnest
--rw-r--r-- 1 root root 1156 2018-02-26 23:03 ./source/x/x11/slack-desc/xorg-server-xvfb
--rw-r--r-- 1 root root 1287 2020-02-19 20:33 ./source/x/x11/slack-desc/xorg-server-xwayland
--rw-r--r-- 1 root root 1138 2018-02-26 23:03 ./source/x/x11/slack-desc/xorg-sgml-doctools
--rw-r--r-- 1 root root 792 2018-03-12 18:07 ./source/x/x11/slack-desc/xorgproto
--rw-r--r-- 1 root root 664 2018-02-26 23:03 ./source/x/x11/slack-desc/xpr
--rw-r--r-- 1 root root 766 2012-04-08 04:45 ./source/x/x11/slack-desc/xprop
--rw-r--r-- 1 root root 776 2012-04-08 04:45 ./source/x/x11/slack-desc/xproto
--rw-r--r-- 1 root root 1009 2013-08-20 22:30 ./source/x/x11/slack-desc/xproxymanagementprotocol
--rw-r--r-- 1 root root 625 2018-02-26 23:03 ./source/x/x11/slack-desc/xpyb
--rw-r--r-- 1 root root 664 2018-02-26 23:04 ./source/x/x11/slack-desc/xrandr
--rw-r--r-- 1 root root 736 2012-04-08 04:46 ./source/x/x11/slack-desc/xrdb
--rw-r--r-- 1 root root 792 2012-04-08 04:46 ./source/x/x11/slack-desc/xrefresh
--rw-r--r-- 1 root root 773 2012-04-08 04:46 ./source/x/x11/slack-desc/xscope
--rw-r--r-- 1 root root 681 2012-04-08 01:01 ./source/x/x11/slack-desc/xset
--rw-r--r-- 1 root root 801 2012-04-08 04:47 ./source/x/x11/slack-desc/xsetroot
--rw-r--r-- 1 root root 707 2012-04-08 04:47 ./source/x/x11/slack-desc/xsm
--rw-r--r-- 1 root root 880 2018-02-26 23:04 ./source/x/x11/slack-desc/xstdcmap
--rw-r--r-- 1 root root 848 2018-02-26 23:04 ./source/x/x11/slack-desc/xtrans
--rw-r--r-- 1 root root 694 2012-04-08 04:48 ./source/x/x11/slack-desc/xvidtune
--rw-r--r-- 1 root root 710 2012-04-08 03:25 ./source/x/x11/slack-desc/xvinfo
--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 2022-01-25 05:57 ./source/x/x11/src
-drwxr-xr-x 2 root root 4096 2021-12-08 20:10 ./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 158384 2019-02-10 21:11 ./source/x/x11/src/app/bitmap-1.0.9.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 136776 2021-06-15 01:28 ./source/x/x11/src/app/fonttosfnt-1.2.2.tar.xz
--rw-r--r-- 1 root root 116372 2014-12-31 04:49 ./source/x/x11/src/app/fslsfonts-1.0.5.tar.xz
--rw-r--r-- 1 root root 117176 2014-12-31 04:58 ./source/x/x11/src/app/fstobdf-1.0.6.tar.xz
--rw-r--r-- 1 root root 127368 2018-03-05 04:07 ./source/x/x11/src/app/iceauth-1.0.8.tar.xz
--rw-r--r-- 1 root root 126188 2018-03-10 06:29 ./source/x/x11/src/app/ico-1.0.5.tar.xz
--rw-r--r-- 1 root root 1573468 2021-04-23 10:41 ./source/x/x11/src/app/igt-gpu-tools-1.26.tar.xz
--rw-r--r-- 1 root root 116560 2018-03-05 03:37 ./source/x/x11/src/app/listres-1.0.4.tar.xz
--rw-r--r-- 1 root root 128468 2012-03-23 04:25 ./source/x/x11/src/app/luit-1.1.1.tar.xz
--rw-r--r-- 1 root root 90748 2009-10-13 20:33 ./source/x/x11/src/app/mkcomposecache-1.2.1.tar.xz
--rw-r--r-- 1 root root 139220 2019-03-21 04:01 ./source/x/x11/src/app/mkfontscale-1.2.1.tar.xz
--rw-r--r-- 1 root root 122640 2018-03-07 07:05 ./source/x/x11/src/app/oclock-1.0.4.tar.xz
--rw-r--r-- 1 root root 133004 2015-06-11 08:25 ./source/x/x11/src/app/rendercheck-1.5.tar.xz
--rw-r--r-- 1 root root 126684 2014-11-08 19:37 ./source/x/x11/src/app/rgb-1.0.6.tar.xz
--rw-r--r-- 1 root root 127976 2019-06-09 18:41 ./source/x/x11/src/app/sessreg-1.1.2.tar.xz
--rw-r--r-- 1 root root 126148 2019-07-14 18:18 ./source/x/x11/src/app/setxkbmap-1.3.2.tar.xz
--rw-r--r-- 1 root root 116180 2014-12-31 05:11 ./source/x/x11/src/app/showfont-1.0.5.tar.xz
--rw-r--r-- 1 root root 122464 2015-04-17 05:33 ./source/x/x11/src/app/smproxy-1.0.6.tar.xz
--rw-r--r-- 1 root root 118244 2018-03-10 05:32 ./source/x/x11/src/app/transset-1.0.2.tar.xz
--rw-r--r-- 1 root root 261176 2020-06-14 23:58 ./source/x/x11/src/app/twm-1.0.11.tar.xz
--rw-r--r-- 1 root root 124540 2019-08-25 23:13 ./source/x/x11/src/app/viewres-1.0.6.tar.xz
--rw-r--r-- 1 root root 169608 2019-03-16 22:53 ./source/x/x11/src/app/x11perf-1.6.1.tar.xz
--rw-r--r-- 1 root root 154240 2021-11-28 23:34 ./source/x/x11/src/app/xauth-1.1.1.tar.xz
--rw-r--r-- 1 root root 115408 2019-07-14 18:26 ./source/x/x11/src/app/xbacklight-1.2.3.tar.xz
--rw-r--r-- 1 root root 123728 2019-07-14 18:30 ./source/x/x11/src/app/xbiff-1.0.4.tar.xz
--rw-r--r-- 1 root root 136452 2019-06-09 20:46 ./source/x/x11/src/app/xcalc-1.1.0.tar.xz
--rw-r--r-- 1 root root 121916 2013-09-06 06:23 ./source/x/x11/src/app/xclipboard-1.1.3.tar.xz
--rw-r--r-- 1 root root 157352 2019-07-14 18:35 ./source/x/x11/src/app/xclock-1.0.9.tar.xz
--rw-r--r-- 1 root root 130232 2015-04-17 05:53 ./source/x/x11/src/app/xcmsdb-1.0.5.tar.xz
--rw-r--r-- 1 root root 128304 2019-03-24 22:58 ./source/x/x11/src/app/xcompmgr-1.1.8.tar.xz
--rw-r--r-- 1 root root 125640 2017-01-29 19:18 ./source/x/x11/src/app/xconsole-1.0.7.tar.xz
--rw-r--r-- 1 root root 119100 2019-01-06 23:21 ./source/x/x11/src/app/xcursorgen-1.0.7.tar.xz
--rw-r--r-- 1 root root 102156 2010-10-31 17:10 ./source/x/x11/src/app/xdbedizzy-1.1.0.tar.xz
--rw-r--r-- 1 root root 138812 2019-03-03 19:14 ./source/x/x11/src/app/xditview-1.0.5.tar.xz
--rw-r--r-- 1 root root 381740 2011-09-25 07:43 ./source/x/x11/src/app/xdm-1.1.11.tar.xz
--rw-r--r-- 1 root root 130524 2015-04-17 06:02 ./source/x/x11/src/app/xdpyinfo-1.3.2.tar.xz
--rw-r--r-- 1 root root 114728 2018-03-07 07:23 ./source/x/x11/src/app/xdriinfo-1.0.6.tar.xz
--rw-r--r-- 1 root root 473760 2015-02-21 21:49 ./source/x/x11/src/app/xedit-1.2.2.tar.xz
--rw-r--r-- 1 root root 127000 2020-07-17 22:08 ./source/x/x11/src/app/xev-1.2.4.tar.xz
--rw-r--r-- 1 root root 128560 2021-08-01 23:47 ./source/x/x11/src/app/xeyes-1.2.0.tar.xz
--rw-r--r-- 1 root root 97320 2010-10-31 18:20 ./source/x/x11/src/app/xf86dga-1.0.3.tar.xz
--rw-r--r-- 1 root root 130128 2019-03-10 02:58 ./source/x/x11/src/app/xfd-1.1.3.tar.xz
--rw-r--r-- 1 root root 134204 2018-03-10 01:31 ./source/x/x11/src/app/xfontsel-1.0.6.tar.xz
--rw-r--r-- 1 root root 210408 2017-11-28 17:19 ./source/x/x11/src/app/xfs-1.2.0.tar.xz
--rw-r--r-- 1 root root 115400 2019-02-19 22:42 ./source/x/x11/src/app/xfsinfo-1.0.6.tar.xz
--rw-r--r-- 1 root root 113744 2015-04-17 06:20 ./source/x/x11/src/app/xgamma-1.0.6.tar.xz
--rw-r--r-- 1 root root 171024 2015-04-17 06:26 ./source/x/x11/src/app/xgc-1.0.5.tar.xz
--rw-r--r-- 1 root root 128932 2019-02-19 22:51 ./source/x/x11/src/app/xhost-1.0.8.tar.xz
--rw-r--r-- 1 root root 154532 2019-03-03 19:58 ./source/x/x11/src/app/xinit-1.4.1.tar.xz
--rw-r--r-- 1 root root 149668 2019-07-17 05:30 ./source/x/x11/src/app/xinput-1.6.3.tar.xz
--rw-r--r-- 1 root root 4168 2020-05-18 09:45 ./source/x/x11/src/app/xisxwayland-1.tar.xz
--rw-r--r-- 1 root root 230708 2021-03-17 05:43 ./source/x/x11/src/app/xkbcomp-1.4.5.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 153384 2019-11-03 22:23 ./source/x/x11/src/app/xkbprint-1.0.5.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
--rw-r--r-- 1 root root 118404 2018-03-10 01:49 ./source/x/x11/src/app/xkill-1.0.5.tar.xz
--rw-r--r-- 1 root root 129832 2018-03-10 01:53 ./source/x/x11/src/app/xload-1.1.3.tar.xz
--rw-r--r-- 1 root root 125144 2019-03-03 20:21 ./source/x/x11/src/app/xlogo-1.0.5.tar.xz
--rw-r--r-- 1 root root 117244 2019-02-19 23:28 ./source/x/x11/src/app/xlsatoms-1.1.3.tar.xz
--rw-r--r-- 1 root root 120448 2018-03-10 01:57 ./source/x/x11/src/app/xlsclients-1.1.4.tar.xz
--rw-r--r-- 1 root root 123444 2018-03-10 01:59 ./source/x/x11/src/app/xlsfonts-1.0.6.tar.xz
--rw-r--r-- 1 root root 131748 2015-04-17 06:56 ./source/x/x11/src/app/xmag-1.0.6.tar.xz
--rw-r--r-- 1 root root 173024 2019-07-14 20:12 ./source/x/x11/src/app/xman-1.1.5.tar.xz
--rw-r--r-- 1 root root 123412 2018-03-10 02:01 ./source/x/x11/src/app/xmessage-1.0.5.tar.xz
--rw-r--r-- 1 root root 189652 2015-04-17 07:03 ./source/x/x11/src/app/xmh-1.0.3.tar.xz
--rw-r--r-- 1 root root 135004 2019-02-19 23:37 ./source/x/x11/src/app/xmodmap-1.0.10.tar.xz
--rw-r--r-- 1 root root 117904 2019-03-03 21:09 ./source/x/x11/src/app/xmore-1.0.3.tar.xz
--rw-r--r-- 1 root root 138440 2018-03-10 02:19 ./source/x/x11/src/app/xpr-1.0.5.tar.xz
--rw-r--r-- 1 root root 140048 2020-11-20 01:01 ./source/x/x11/src/app/xprop-1.2.5.tar.xz
--rw-r--r-- 1 root root 171200 2019-08-12 17:51 ./source/x/x11/src/app/xrandr-1.5.1.tar.xz
--rw-r--r-- 1 root root 133704 2021-08-09 17:34 ./source/x/x11/src/app/xrdb-1.2.1.tar.xz
--rw-r--r-- 1 root root 118456 2018-03-10 04:14 ./source/x/x11/src/app/xrefresh-1.0.6.tar.xz
--rw-r--r-- 1 root root 196436 2021-12-07 00:53 ./source/x/x11/src/app/xscope-1.4.2.tar.xz
--rw-r--r-- 1 root root 134820 2018-03-10 04:18 ./source/x/x11/src/app/xset-1.2.4.tar.xz
--rw-r--r-- 1 root root 119100 2018-03-10 04:22 ./source/x/x11/src/app/xsetroot-1.1.2.tar.xz
--rw-r--r-- 1 root root 155304 2018-03-10 04:25 ./source/x/x11/src/app/xsm-1.0.4.tar.xz
--rw-r--r-- 1 root root 117048 2019-02-20 00:08 ./source/x/x11/src/app/xstdcmap-1.0.4.tar.xz
--rw-r--r-- 1 root root 118284 2013-01-14 21:52 ./source/x/x11/src/app/xvidtune-1.0.3.tar.xz
--rw-r--r-- 1 root root 116808 2019-02-20 00:19 ./source/x/x11/src/app/xvinfo-1.1.4.tar.xz
--rw-r--r-- 1 root root 140016 2021-08-02 00:16 ./source/x/x11/src/app/xwd-1.0.8.tar.xz
--rw-r--r-- 1 root root 155740 2019-07-14 20:55 ./source/x/x11/src/app/xwininfo-1.1.5.tar.xz
--rw-r--r-- 1 root root 122764 2018-03-10 04:45 ./source/x/x11/src/app/xwud-1.0.5.tar.xz
-drwxr-xr-x 2 root root 4096 2021-10-06 18:12 ./source/x/x11/src/data
--rw-r--r-- 1 root root 122548 2018-03-10 06:55 ./source/x/x11/src/data/xbitmaps-1.1.2.tar.xz
--rw-r--r-- 1 root root 1500920 2019-02-15 03:01 ./source/x/x11/src/data/xcursor-themes-1.0.6.tar.xz
--rw-r--r-- 1 root root 1156616 2021-10-04 10:31 ./source/x/x11/src/data/xkeyboard-config-2.34.tar.xz
-drwxr-xr-x 2 root root 4096 2015-05-04 05:55 ./source/x/x11/src/doc
--rw-r--r-- 1 root root 333452 2015-05-01 06:18 ./source/x/x11/src/doc/xorg-docs-1.7.1.tar.xz
--rw-r--r-- 1 root root 110976 2012-06-06 02:42 ./source/x/x11/src/doc/xorg-sgml-doctools-1.11.tar.xz
-drwxr-xr-x 2 root root 4096 2022-01-25 05:57 ./source/x/x11/src/driver
--rw-r--r-- 1 root root 236544 2011-05-04 23:02 ./source/x/x11/src/driver/xf86-input-acecad-1.5.0.tar.xz
--rw-r--r-- 1 root root 345048 2018-05-29 02:33 ./source/x/x11/src/driver/xf86-input-evdev-2.10.6.tar.xz
--rw-r--r-- 1 root root 291860 2016-11-17 23:02 ./source/x/x11/src/driver/xf86-input-joystick-1.6.3.tar.xz
--rw-r--r-- 1 root root 290104 2016-11-17 04:29 ./source/x/x11/src/driver/xf86-input-keyboard-1.9.0.tar.xz
--rw-r--r-- 1 root root 312324 2022-01-24 05:05 ./source/x/x11/src/driver/xf86-input-libinput-1.2.1.tar.xz
--rw-r--r-- 1 root root 318204 2018-06-19 04:36 ./source/x/x11/src/driver/xf86-input-mouse-1.9.3.tar.xz
--rw-r--r-- 1 root root 229120 2011-06-28 00:52 ./source/x/x11/src/driver/xf86-input-penmount-1.5.0.tar.xz
--rw-r--r-- 1 root root 427964 2018-05-29 03:19 ./source/x/x11/src/driver/xf86-input-synaptics-1.9.1.tar.xz
--rw-r--r-- 1 root root 258876 2015-06-25 10:30 ./source/x/x11/src/driver/xf86-input-vmmouse-13.1.0.tar.xz
--rw-r--r-- 1 root root 239316 2015-04-20 01:44 ./source/x/x11/src/driver/xf86-input-void-1.4.1.tar.xz
--rw-r--r-- 1 root root 571492 2021-02-03 15:22 ./source/x/x11/src/driver/xf86-input-wacom-0.40.0.tar.xz
--rw-r--r-- 1 root root 375032 2021-07-30 13:44 ./source/x/x11/src/driver/xf86-video-amdgpu-21.0.0.tar.xz
--rw-r--r-- 1 root root 291852 2019-02-07 04:05 ./source/x/x11/src/driver/xf86-video-apm-1.3.0.tar.xz
--rw-r--r-- 1 root root 240392 2012-07-17 06:17 ./source/x/x11/src/driver/xf86-video-ark-0.7.5.tar.xz
--rw-r--r-- 1 root root 295864 2015-08-19 01:37 ./source/x/x11/src/driver/xf86-video-ast-1.1.5.tar.xz
--rw-r--r-- 1 root root 752532 2019-10-15 16:18 ./source/x/x11/src/driver/xf86-video-ati-19.1.0.tar.xz
--rw-r--r-- 1 root root 346004 2019-02-16 00:01 ./source/x/x11/src/driver/xf86-video-chips-1.4.0.tar.xz
--rw-r--r-- 1 root root 281712 2015-05-06 21:03 ./source/x/x11/src/driver/xf86-video-cirrus-1.5.3.tar.xz
--rw-r--r-- 1 root root 253412 2016-12-14 21:03 ./source/x/x11/src/driver/xf86-video-dummy-0.3.8.tar.xz
--rw-r--r-- 1 root root 583520 2019-09-20 16:18 ./source/x/x11/src/driver/xf86-video-geode-2.11.20.tar.xz
--rw-r--r-- 1 root root 341732 2017-01-17 22:35 ./source/x/x11/src/driver/xf86-video-glint-1.2.9.tar.xz
--rw-r--r-- 1 root root 288836 2018-12-07 23:49 ./source/x/x11/src/driver/xf86-video-i128-1.4.0.tar.xz
--rw-r--r-- 1 root root 281288 2018-12-06 23:27 ./source/x/x11/src/driver/xf86-video-i740-1.4.0.tar.xz
--rw-r--r-- 1 root root 965888 2020-12-15 17:00 ./source/x/x11/src/driver/xf86-video-intel-20201215_a511f22c.tar.xz
--rw-r--r-- 1 root root 481316 2018-05-18 16:52 ./source/x/x11/src/driver/xf86-video-mach64-6.9.6.tar.xz
--rw-r--r-- 1 root root 396464 2018-12-08 01:15 ./source/x/x11/src/driver/xf86-video-mga-2.0.0.tar.xz
--rw-r--r-- 1 root root 292376 2018-12-25 05:26 ./source/x/x11/src/driver/xf86-video-neomagic-1.3.0.tar.xz
--rw-r--r-- 1 root root 542772 2021-01-23 18:25 ./source/x/x11/src/driver/xf86-video-nouveau-1.0.17.tar.xz
--rw-r--r-- 1 root root 347036 2017-01-17 22:41 ./source/x/x11/src/driver/xf86-video-nv-2.1.21.tar.xz
--rw-r--r-- 1 root root 267328 2015-10-08 18:50 ./source/x/x11/src/driver/xf86-video-omap-0.4.4.tar.xz
--rw-r--r-- 1 root root 438104 2017-03-07 11:28 ./source/x/x11/src/driver/xf86-video-openchrome-0.6.0.tar.xz
--rw-r--r-- 1 root root 433076 2018-10-23 04:12 ./source/x/x11/src/driver/xf86-video-r128-6.12.0.tar.xz
--rw-r--r-- 1 root root 311808 2018-05-18 16:56 ./source/x/x11/src/driver/xf86-video-rendition-4.2.7.tar.xz
--rw-r--r-- 1 root root 288116 2019-07-25 18:19 ./source/x/x11/src/driver/xf86-video-s3-0.7.0.tar.xz
--rw-r--r-- 1 root root 310464 2019-02-08 02:53 ./source/x/x11/src/driver/xf86-video-s3virge-1.11.0.tar.xz
--rw-r--r-- 1 root root 94456 2019-03-17 18:30 ./source/x/x11/src/driver/xf86-video-savage-20190128_8579718.tar.xz
--rw-r--r-- 1 root root 339820 2017-01-17 22:43 ./source/x/x11/src/driver/xf86-video-siliconmotion-1.7.9.tar.xz
--rw-r--r-- 1 root root 611060 2019-12-03 19:22 ./source/x/x11/src/driver/xf86-video-sis-0.12.0.tar.xz
--rw-r--r-- 1 root root 333364 2017-01-17 22:46 ./source/x/x11/src/driver/xf86-video-sisusb-0.9.7.tar.xz
--rw-r--r-- 1 root root 302700 2019-02-16 00:26 ./source/x/x11/src/driver/xf86-video-tdfx-1.5.0.tar.xz
--rw-r--r-- 1 root root 265952 2012-07-17 06:31 ./source/x/x11/src/driver/xf86-video-tga-1.2.2.tar.xz
--rw-r--r-- 1 root root 310436 2017-01-17 22:47 ./source/x/x11/src/driver/xf86-video-trident-1.3.8.tar.xz
--rw-r--r-- 1 root root 277748 2012-07-17 06:33 ./source/x/x11/src/driver/xf86-video-tseng-1.2.5.tar.xz
--rw-r--r-- 1 root root 274284 2018-08-14 19:04 ./source/x/x11/src/driver/xf86-video-v4l-0.3.0.tar.xz
--rw-r--r-- 1 root root 296884 2017-11-29 08:54 ./source/x/x11/src/driver/xf86-video-vboxvideo-1.0.0.tar.xz
--rw-r--r-- 1 root root 270212 2020-09-10 22:04 ./source/x/x11/src/driver/xf86-video-vesa-2.5.0.tar.xz
--rw-r--r-- 1 root root 407744 2018-05-17 07:43 ./source/x/x11/src/driver/xf86-video-vmware-13.3.0.tar.xz
--rw-r--r-- 1 root root 252404 2012-07-17 06:34 ./source/x/x11/src/driver/xf86-video-voodoo-1.2.5.tar.xz
-drwxr-xr-x 2 root root 4096 2020-08-09 17:46 ./source/x/x11/src/font
--rw-r--r-- 1 root root 319344 2019-06-17 16:45 ./source/x/x11/src/font/encodings-1.0.5.tar.xz
--rw-r--r-- 1 root root 945192 2010-11-14 23:54 ./source/x/x11/src/font/font-adobe-100dpi-1.0.3.tar.xz
--rw-r--r-- 1 root root 796356 2010-11-14 23:54 ./source/x/x11/src/font/font-adobe-75dpi-1.0.3.tar.xz
--rw-r--r-- 1 root root 296996 2010-11-14 23:59 ./source/x/x11/src/font/font-adobe-utopia-100dpi-1.0.4.tar.xz
--rw-r--r-- 1 root root 247800 2010-11-15 00:02 ./source/x/x11/src/font/font-adobe-utopia-75dpi-1.0.4.tar.xz
--rw-r--r-- 1 root root 263520 2010-11-15 00:05 ./source/x/x11/src/font/font-adobe-utopia-type1-1.0.4.tar.xz
--rw-r--r-- 1 root root 108572 2020-08-06 21:21 ./source/x/x11/src/font/font-alias-1.0.4.tar.xz
--rw-r--r-- 1 root root 101872 2010-11-15 19:55 ./source/x/x11/src/font/font-arabic-misc-1.0.3.tar.xz
--rw-r--r-- 1 root root 589148 2010-11-15 20:01 ./source/x/x11/src/font/font-bh-100dpi-1.0.3.tar.xz
--rw-r--r-- 1 root root 489900 2010-11-15 20:06 ./source/x/x11/src/font/font-bh-75dpi-1.0.3.tar.xz
--rw-r--r-- 1 root root 216368 2010-11-15 20:11 ./source/x/x11/src/font/font-bh-lucidatypewriter-100dpi-1.0.3.tar.xz
--rw-r--r-- 1 root root 193720 2010-11-15 20:16 ./source/x/x11/src/font/font-bh-lucidatypewriter-75dpi-1.0.3.tar.xz
--rw-r--r-- 1 root root 367740 2010-11-11 05:26 ./source/x/x11/src/font/font-bh-ttf-1.0.3.tar.xz
--rw-r--r-- 1 root root 628208 2010-11-15 20:36 ./source/x/x11/src/font/font-bh-type1-1.0.3.tar.xz
--rw-r--r-- 1 root root 172716 2010-11-15 20:39 ./source/x/x11/src/font/font-bitstream-100dpi-1.0.3.tar.xz
--rw-r--r-- 1 root root 155516 2010-11-15 20:46 ./source/x/x11/src/font/font-bitstream-75dpi-1.0.3.tar.xz
--rw-r--r-- 1 root root 329196 2010-11-15 20:53 ./source/x/x11/src/font/font-bitstream-speedo-1.0.2.tar.xz
--rw-r--r-- 1 root root 390700 2010-11-15 20:56 ./source/x/x11/src/font/font-bitstream-type1-1.0.3.tar.xz
--rw-r--r-- 1 root root 236644 2010-11-15 21:06 ./source/x/x11/src/font/font-cronyx-cyrillic-1.0.3.tar.xz
--rw-r--r-- 1 root root 94716 2010-11-15 21:14 ./source/x/x11/src/font/font-cursor-misc-1.0.3.tar.xz
--rw-r--r-- 1 root root 508312 2010-11-15 21:20 ./source/x/x11/src/font/font-daewoo-misc-1.0.3.tar.xz
--rw-r--r-- 1 root root 92740 2010-11-15 21:25 ./source/x/x11/src/font/font-dec-misc-1.0.3.tar.xz
--rw-r--r-- 1 root root 374360 2010-11-15 21:33 ./source/x/x11/src/font/font-ibm-type1-1.0.3.tar.xz
--rw-r--r-- 1 root root 719756 2010-11-15 22:21 ./source/x/x11/src/font/font-isas-misc-1.0.3.tar.xz
--rw-r--r-- 1 root root 517868 2010-11-15 22:34 ./source/x/x11/src/font/font-jis-misc-1.0.3.tar.xz
--rw-r--r-- 1 root root 91408 2010-11-15 22:38 ./source/x/x11/src/font/font-micro-misc-1.0.3.tar.xz
--rw-r--r-- 1 root root 121968 2010-11-15 22:42 ./source/x/x11/src/font/font-misc-cyrillic-1.0.3.tar.xz
--rw-r--r-- 1 root root 233864 2020-08-06 21:25 ./source/x/x11/src/font/font-misc-ethiopic-1.0.4.tar.xz
--rw-r--r-- 1 root root 828248 2010-11-15 22:52 ./source/x/x11/src/font/font-misc-meltho-1.0.3.tar.xz
--rw-r--r-- 1 root root 1423336 2010-11-15 23:06 ./source/x/x11/src/font/font-misc-misc-1.1.2.tar.xz
--rw-r--r-- 1 root root 217292 2010-11-15 23:09 ./source/x/x11/src/font/font-mutt-misc-1.0.3.tar.xz
--rw-r--r-- 1 root root 128096 2010-11-15 23:12 ./source/x/x11/src/font/font-schumacher-misc-1.1.2.tar.xz
--rw-r--r-- 1 root root 95876 2010-11-15 23:14 ./source/x/x11/src/font/font-screen-cyrillic-1.0.4.tar.xz
--rw-r--r-- 1 root root 99540 2010-11-15 23:18 ./source/x/x11/src/font/font-sony-misc-1.0.3.tar.xz
--rw-r--r-- 1 root root 106568 2010-11-15 23:20 ./source/x/x11/src/font/font-sun-misc-1.0.3.tar.xz
--rw-r--r-- 1 root root 138692 2019-08-25 22:27 ./source/x/x11/src/font/font-util-1.3.2.tar.xz
--rw-r--r-- 1 root root 93740 2010-11-15 23:21 ./source/x/x11/src/font/font-winitzki-cyrillic-1.0.3.tar.xz
--rw-r--r-- 1 root root 117928 2010-11-15 23:23 ./source/x/x11/src/font/font-xfree86-type1-1.0.4.tar.xz
--rwxr-xr-x 1 root root 2154 2020-07-09 18:37 ./source/x/x11/src/get-xf86-video-ati.sh
--rwxr-xr-x 1 root root 2180 2020-07-09 18:37 ./source/x/x11/src/get-xf86-video-intel.sh
--rwxr-xr-x 1 root root 2211 2020-07-09 18:37 ./source/x/x11/src/get-xf86-video-nouveau.sh
--rwxr-xr-x 1 root root 2262 2020-07-09 18:37 ./source/x/x11/src/get-xf86-video-openchrome.sh
--rwxr-xr-x 1 root root 2170 2020-07-09 18:37 ./source/x/x11/src/get-xf86-video-r128.sh
--rwxr-xr-x 1 root root 2202 2020-07-09 18:37 ./source/x/x11/src/get-xf86-video-savage.sh
--rwxr-xr-x 1 root root 2154 2020-07-09 18:37 ./source/x/x11/src/get-xf86-video-sis.sh
--rwxr-xr-x 1 root root 2154 2020-07-09 18:37 ./source/x/x11/src/get-xf86-video-v4l.sh
-drwxr-xr-x 2 root root 4096 2021-12-10 20:40 ./source/x/x11/src/lib
--rw-r--r-- 1 root root 280640 2019-03-10 22:43 ./source/x/x11/src/lib/libFS-1.0.8.tar.xz
--rw-r--r-- 1 root root 325932 2019-07-14 17:45 ./source/x/x11/src/lib/libICE-1.0.10.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 1864224 2021-12-10 04:22 ./source/x/x11/src/lib/libX11-1.7.3.1.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 265528 2019-02-10 22:46 ./source/x/x11/src/lib/libXau-1.0.9.tar.xz
--rw-r--r-- 1 root root 590852 2021-03-27 17:42 ./source/x/x11/src/lib/libXaw-1.0.14.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 259212 2019-03-11 00:29 ./source/x/x11/src/lib/libXcomposite-0.4.5.tar.xz
--rw-r--r-- 1 root root 275100 2019-03-11 00:38 ./source/x/x11/src/lib/libXcursor-1.2.0.tar.xz
--rw-r--r-- 1 root root 250040 2019-03-11 01:09 ./source/x/x11/src/lib/libXdamage-1.1.5.tar.xz
--rw-r--r-- 1 root root 288292 2019-03-16 16:22 ./source/x/x11/src/lib/libXdmcp-1.1.3.tar.xz
--rw-r--r-- 1 root root 212200 2010-10-31 16:46 ./source/x/x11/src/lib/libXevie-1.0.3.tar.xz
--rw-r--r-- 1 root root 331984 2019-03-16 17:43 ./source/x/x11/src/lib/libXext-1.3.4.tar.xz
--rw-r--r-- 1 root root 258760 2021-05-11 23:46 ./source/x/x11/src/lib/libXfixes-6.0.0.tar.xz
--rw-r--r-- 1 root root 443440 2021-08-02 00:40 ./source/x/x11/src/lib/libXfont2-2.0.5.tar.xz
--rw-r--r-- 1 root root 189140 2009-10-13 20:47 ./source/x/x11/src/lib/libXfontcache-1.0.5.tar.xz
--rw-r--r-- 1 root root 293640 2021-08-02 00:51 ./source/x/x11/src/lib/libXft-2.3.4.tar.xz
--rw-r--r-- 1 root root 403768 2021-09-15 16:36 ./source/x/x11/src/lib/libXi-1.8.tar.xz
--rw-r--r-- 1 root root 254948 2018-07-05 15:43 ./source/x/x11/src/lib/libXinerama-1.1.4.tar.xz
--rw-r--r-- 1 root root 337980 2019-03-16 18:43 ./source/x/x11/src/lib/libXmu-1.1.3.tar.xz
--rw-r--r-- 1 root root 259376 2015-02-21 22:05 ./source/x/x11/src/lib/libXp-1.0.3.tar.xz
--rw-r--r-- 1 root root 380848 2019-12-13 04:52 ./source/x/x11/src/lib/libXpm-3.5.13.tar.xz
--rw-r--r-- 1 root root 235464 2015-04-17 18:42 ./source/x/x11/src/lib/libXpresent-1.0.0.tar.xz
--rw-r--r-- 1 root root 275120 2019-03-16 20:58 ./source/x/x11/src/lib/libXrandr-1.5.2.tar.xz
--rw-r--r-- 1 root root 255432 2016-10-04 20:24 ./source/x/x11/src/lib/libXrender-0.9.10.tar.xz
--rw-r--r-- 1 root root 254900 2021-03-31 20:05 ./source/x/x11/src/lib/libXres-1.2.1.tar.xz
--rw-r--r-- 1 root root 684716 2021-01-24 14:49 ./source/x/x11/src/lib/libXt-1.2.1.tar.xz
--rw-r--r-- 1 root root 267468 2016-10-04 20:25 ./source/x/x11/src/lib/libXtst-1.2.3.tar.xz
--rw-r--r-- 1 root root 257292 2016-10-04 20:25 ./source/x/x11/src/lib/libXv-1.0.11.tar.xz
--rw-r--r-- 1 root root 270188 2019-09-24 16:55 ./source/x/x11/src/lib/libXvMC-1.0.12.tar.xz
--rw-r--r-- 1 root root 262516 2019-03-16 22:21 ./source/x/x11/src/lib/libXxf86dga-1.1.5.tar.xz
--rw-r--r-- 1 root root 251004 2018-07-05 16:49 ./source/x/x11/src/lib/libXxf86misc-1.0.4.tar.xz
--rw-r--r-- 1 root root 244964 2015-02-24 07:04 ./source/x/x11/src/lib/libXxf86vm-1.1.4.tar.xz
--rw-r--r-- 1 root root 259316 2018-05-14 00:45 ./source/x/x11/src/lib/libdmx-1.1.4.tar.xz
--rw-r--r-- 1 root root 263112 2019-02-20 01:33 ./source/x/x11/src/lib/libfontenc-1.1.4.tar.xz
--rw-r--r-- 1 root root 320072 2019-07-17 16:25 ./source/x/x11/src/lib/libpciaccess-0.16.tar.xz
--rw-r--r-- 1 root root 439404 2020-02-22 20:51 ./source/x/x11/src/lib/libxcb-1.14.tar.xz
--rw-r--r-- 1 root root 302836 2019-03-16 18:36 ./source/x/x11/src/lib/libxkbfile-1.1.0.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 634752 2020-04-19 21:56 ./source/x/x11/src/lib/pixman-0.40.0.tar.xz
--rw-r--r-- 1 root root 169464 2019-03-16 21:30 ./source/x/x11/src/lib/xtrans-1.4.0.tar.xz
-drwxr-xr-x 2 root root 4096 2021-09-20 18:27 ./source/x/x11/src/proto
--rw-r--r-- 1 root root 143588 2020-10-08 22:32 ./source/x/x11/src/proto/xcb-proto-1.14.1.tar.xz
--rw-r--r-- 1 root root 763248 2021-09-15 15:59 ./source/x/x11/src/proto/xorgproto-2021.5.tar.xz
-drwxr-xr-x 2 root root 4096 2021-08-02 18:03 ./source/x/x11/src/util
--rw-r--r-- 1 root root 97488 2014-05-21 18:26 ./source/x/x11/src/util/gccmakedep-1.0.3.tar.xz
--rw-r--r-- 1 root root 148372 2019-03-16 23:26 ./source/x/x11/src/util/imake-1.0.8.tar.xz
--rw-r--r-- 1 root root 106664 2012-03-08 05:51 ./source/x/x11/src/util/lndir-1.0.3.tar.xz
--rw-r--r-- 1 root root 136760 2019-03-16 23:42 ./source/x/x11/src/util/makedepend-1.0.6.tar.xz
--rw-r--r-- 1 root root 82048 2021-01-24 14:41 ./source/x/x11/src/util/util-macros-1.19.3.tar.xz
--rw-r--r-- 1 root root 302744 2021-08-02 01:00 ./source/x/x11/src/util/xorg-cf-files-1.0.7.tar.xz
-drwxr-xr-x 2 root root 4096 2020-02-23 17:53 ./source/x/x11/src/xcb
--rw-r--r-- 1 root root 53800 2017-03-14 17:55 ./source/x/x11/src/xcb/libpthread-stubs-0.4.tar.xz
--rw-r--r-- 1 root root 247676 2014-10-15 05:34 ./source/x/x11/src/xcb/xcb-util-0.4.0.tar.xz
--rw-r--r-- 1 root root 258940 2016-05-12 07:58 ./source/x/x11/src/xcb/xcb-util-cursor-0.1.3.tar.xz
--rw-r--r-- 1 root root 251100 2015-04-26 14:14 ./source/x/x11/src/xcb/xcb-util-errors-1.0.tar.xz
--rw-r--r-- 1 root root 271064 2014-10-15 04:11 ./source/x/x11/src/xcb/xcb-util-image-0.4.0.tar.xz
--rw-r--r-- 1 root root 241520 2014-10-01 10:05 ./source/x/x11/src/xcb/xcb-util-keysyms-0.4.0.tar.xz
--rw-r--r-- 1 root root 243560 2014-06-13 02:53 ./source/x/x11/src/xcb/xcb-util-renderutil-0.3.9.tar.xz
--rw-r--r-- 1 root root 266716 2014-02-19 11:40 ./source/x/x11/src/xcb/xcb-util-wm-0.4.1.tar.xz
--rw-r--r-- 1 root root 232228 2012-03-23 22:46 ./source/x/x11/src/xcb/xpyb-1.3.1.tar.xz
--rw-r--r-- 1 root root 47 2018-03-23 18:19 ./source/x/x11/src/xf86-input-wacom.url
-drwxr-xr-x 2 root root 4096 2021-12-16 18:46 ./source/x/x11/src/xserver
--rw-r--r-- 1 root root 5178288 2021-12-15 19:04 ./source/x/x11/src/xserver/xorg-server-1.20.14.tar.xz
--rwxr-xr-x 1 root root 15219 2020-02-19 20:37 ./source/x/x11/x11.SlackBuild
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/xcm
--rw-r--r-- 1 root root 744 2018-11-11 20:29 ./source/x/xcm/slack-desc
--rw-r--r-- 1 root root 205926 2016-12-09 21:50 ./source/x/xcm/xcm-0.5.4.tar.lz
--rwxr-xr-x 1 root root 4055 2021-02-13 05:32 ./source/x/xcm/xcm.SlackBuild
--rw-r--r-- 1 root root 393 2018-11-11 21:25 ./source/x/xcm/xcm.udev.rules.diff.gz
--rw-r--r-- 1 root root 44 2018-11-11 20:29 ./source/x/xcm/xcm.url
-drwxr-xr-x 2 root root 4096 2022-01-04 21:44 ./source/x/xdg-desktop-portal
--rw-r--r-- 1 root root 1137 2021-09-24 17:52 ./source/x/xdg-desktop-portal/slack-desc
--rw-r--r-- 1 root root 205957 2021-12-22 15:28 ./source/x/xdg-desktop-portal/xdg-desktop-portal-1.12.1.tar.lz
--rwxr-xr-x 1 root root 4526 2021-09-24 17:51 ./source/x/xdg-desktop-portal/xdg-desktop-portal.SlackBuild
--rw-r--r-- 1 root root 46 2021-04-20 19:33 ./source/x/xdg-desktop-portal/xdg-desktop-portal.url
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/xdg-user-dirs
--rw-r--r-- 1 root root 281 2010-12-15 02:17 ./source/x/xdg-user-dirs/doinst.sh.gz
--rw-r--r-- 1 root root 936 2018-02-27 06:13 ./source/x/xdg-user-dirs/slack-desc
--rw-r--r-- 1 root root 182776 2018-03-14 09:14 ./source/x/xdg-user-dirs/xdg-user-dirs-0.17.tar.xz
--rwxr-xr-x 1 root root 3787 2021-02-13 05:32 ./source/x/xdg-user-dirs/xdg-user-dirs.SlackBuild
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/xdg-utils
--rw-r--r-- 1 root root 1432 2011-01-20 23:46 ./source/x/xdg-utils/doinst.sh.gz
--rw-r--r-- 1 root root 1005 2018-02-27 06:13 ./source/x/xdg-utils/slack-desc
--rw-r--r-- 1 root root 328 2019-01-25 19:01 ./source/x/xdg-utils/xdg-open.no.relative.paths.diff.gz
--rw-r--r-- 1 root root 268718 2018-05-10 15:03 ./source/x/xdg-utils/xdg-utils-1.1.3.tar.lz
--rwxr-xr-x 1 root root 3117 2021-02-13 05:32 ./source/x/xdg-utils/xdg-utils.SlackBuild
--rw-r--r-- 1 root root 94 2015-10-04 22:28 ./source/x/xdg-utils/xdg-utils.url
-drwxr-xr-x 2 root root 4096 2021-12-15 03:54 ./source/x/xorg-server-xwayland
--rw-r--r-- 1 root root 1287 2021-04-18 18:21 ./source/x/xorg-server-xwayland/slack-desc
--rwxr-xr-x 1 root root 5082 2021-04-18 18:37 ./source/x/xorg-server-xwayland/xorg-server-xwayland.SlackBuild
--rw-r--r-- 1 root root 1261712 2021-12-14 14:01 ./source/x/xorg-server-xwayland/xwayland-21.1.4.tar.xz
--rw-r--r-- 1 root root 95 2021-12-14 14:01 ./source/x/xorg-server-xwayland/xwayland-21.1.4.tar.xz.sig
-drwxr-xr-x 2 root root 4096 2022-01-17 21:02 ./source/x/xterm
--rw-r--r-- 1 root root 3266 2022-01-19 05:01 ./source/x/xterm/XTerm-console
--rw-r--r-- 1 root root 391 2019-01-01 20:06 ./source/x/xterm/doinst.sh.gz
--rw-r--r-- 1 root root 761 2018-02-27 06:13 ./source/x/xterm/slack-desc
--rw-r--r-- 1 root root 1034273 2021-11-13 14:22 ./source/x/xterm/xterm-370.tar.lz
--rwxr-xr-x 1 root root 5055 2022-01-31 19:38 ./source/x/xterm/xterm.SlackBuild
--rw-r--r-- 1 root root 38 2018-08-13 18:38 ./source/x/xterm/xterm.url
-drwxr-xr-x 52 root root 4096 2022-01-17 21:57 ./source/xap
--rw-r--r-- 1 root root 2562 2021-12-13 19:52 ./source/xap/FTBFSlog
-drwxr-xr-x 2 root root 4096 2021-04-18 18:11 ./source/xap/MPlayer
--rw-r--r-- 1 root root 222707 2017-10-10 01:18 ./source/xap/MPlayer/Blue-1.13.tar.bz2
--rw-r--r-- 1 root root 5277048 2021-04-18 18:11 ./source/xap/MPlayer/MPlayer-20210418.tar.xz
--rwxr-xr-- 1 root root 14378 2021-04-18 18:11 ./source/xap/MPlayer/MPlayer.SlackBuild
--rw-r--r-- 1 root root 219 2015-03-09 20:07 ./source/xap/MPlayer/include-samba-4.0.patch.gz
--rw-r--r-- 1 root root 1081 2018-08-20 04:29 ./source/xap/MPlayer/slack-desc
-drwxr-xr-x 2 root root 4096 2021-09-29 17:02 ./source/xap/NetworkManager-openvpn
--rw-r--r-- 1 root root 613848 2021-09-28 19:36 ./source/xap/NetworkManager-openvpn/NetworkManager-openvpn-1.8.16.tar.xz
--rwxr-xr-x 1 root root 4493 2021-07-09 18:13 ./source/xap/NetworkManager-openvpn/NetworkManager-openvpn.SlackBuild
--rw-r--r-- 1 root root 328 2020-05-04 01:12 ./source/xap/NetworkManager-openvpn/openvpn.nobody.nogroup.diff.gz
--rw-r--r-- 1 root root 1027 2020-05-04 01:23 ./source/xap/NetworkManager-openvpn/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xap/audacious
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xap/audacious-plugins
--rw-r--r-- 1 root root 1409774 2021-02-01 23:54 ./source/xap/audacious-plugins/audacious-plugins-4.1.tar.lz
--rwxr-xr-x 1 root root 4492 2021-07-13 19:09 ./source/xap/audacious-plugins/audacious-plugins.SlackBuild
--rwxr-xr-x 1 root root 4666 2021-07-13 19:09 ./source/xap/audacious-plugins/audacious-plugins.SlackBuild.meson
--rw-r--r-- 1 root root 868 2018-10-24 20:29 ./source/xap/audacious-plugins/slack-desc
--rw-r--r-- 1 root root 526628 2021-02-01 23:54 ./source/xap/audacious/audacious-4.1.tar.lz
--rwxr-xr-x 1 root root 4551 2021-11-18 20:26 ./source/xap/audacious/audacious.SlackBuild
--rwxr-xr-x 1 root root 4636 2020-03-22 18:08 ./source/xap/audacious/audacious.SlackBuild.meson
--rw-r--r-- 1 root root 121 2010-04-09 21:15 ./source/xap/audacious/doinst.sh.gz
--rw-r--r-- 1 root root 1048 2018-10-24 20:29 ./source/xap/audacious/slack-desc
-drwxr-xr-x 2 root root 4096 2021-08-05 05:16 ./source/xap/blackbox
--rw-r--r-- 1 root root 175764 2009-09-03 11:39 ./source/xap/blackbox/bbkeys-0.9.1.tar.lz
--rw-r--r-- 1 root root 566397 2021-05-12 06:07 ./source/xap/blackbox/blackbox-0.77.tar.lz
--rwxr-xr-x 1 root root 7034 2021-08-05 05:16 ./source/xap/blackbox/blackbox.SlackBuild
--rw-r--r-- 1 root root 2199 2018-06-22 21:26 ./source/xap/blackbox/blackbox.menu.gz
--rw-r--r-- 1 root root 40 2018-06-22 17:25 ./source/xap/blackbox/blackbox.url
--rw-r--r-- 1 root root 271 2018-06-22 21:32 ./source/xap/blackbox/doinst.sh.gz
--rw-r--r-- 1 root root 887 2018-11-07 23:03 ./source/xap/blackbox/slack-desc
--rw-r--r-- 1 root root 221 2012-08-08 17:58 ./source/xap/blackbox/startblackbox.gz
--rw-r--r-- 1 root root 341 2012-08-08 17:58 ./source/xap/blackbox/xinitrc.blackbox.gz
-drwxr-xr-x 2 root root 4096 2021-11-02 19:02 ./source/xap/blueman
--rw-r--r-- 1 root root 1218896 2021-10-27 21:53 ./source/xap/blueman/blueman-2.2.3.tar.lz
--rwxr-xr-x 1 root root 4957 2021-11-02 19:02 ./source/xap/blueman/blueman.SlackBuild
--rw-r--r-- 1 root root 361 2020-06-23 19:52 ./source/xap/blueman/blueman.allow.access.to.netdev.group.diff.gz
--rw-r--r-- 1 root root 200 2020-06-23 19:57 ./source/xap/blueman/doinst.sh.gz
--rw-r--r-- 1 root root 269 2017-06-27 21:59 ./source/xap/blueman/dont-autostart-applet-in-kde.diff.gz
--rw-r--r-- 1 root root 889 2018-02-27 06:13 ./source/xap/blueman/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xap/ddd
--rw-r--r-- 1 root root 4354996 2009-02-11 18:11 ./source/xap/ddd/ddd-3.3.12.tar.xz
--rwxr-xr-x 1 root root 4001 2021-02-13 05:32 ./source/xap/ddd/ddd.SlackBuild
--rw-r--r-- 1 root root 5689 2010-06-16 05:22 ./source/xap/ddd/ddd.png
--rw-r--r-- 1 root root 121 2010-06-16 05:22 ./source/xap/ddd/doinst.sh.gz
--rw-r--r-- 1 root root 260 2014-05-13 03:05 ./source/xap/ddd/machine_code_window_fix.diff.gz
--rw-r--r-- 1 root root 880 2018-02-27 06:13 ./source/xap/ddd/slack-desc
--rw-r--r-- 1 root root 199 2010-06-16 05:22 ./source/xap/ddd/strclass.C.diff.gz
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xap/easytag
--rw-r--r-- 1 root root 239 2018-01-05 19:27 ./source/xap/easytag/doinst.sh.gz
--rw-r--r-- 1 root root 1381084 2016-12-05 19:42 ./source/xap/easytag/easytag-2.4.3.tar.xz
--rwxr-xr-x 1 root root 4926 2021-02-13 05:32 ./source/xap/easytag/easytag.SlackBuild
--rw-r--r-- 1 root root 338 2019-04-29 20:04 ./source/xap/easytag/easytag.no.freedb.musicbrainz.org.diff.gz
--rw-r--r-- 1 root root 2283 2019-04-29 18:42 ./source/xap/easytag/easytag.revert.ogg.handle.patch.gz
--rw-r--r-- 1 root root 870 2018-02-27 06:13 ./source/xap/easytag/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xap/electricsheep
--rw-r--r-- 1 root root 1306 2009-01-07 22:42 ./source/xap/electricsheep/README.slackware
--rw-r--r-- 1 root root 3116176 2009-03-06 00:30 ./source/xap/electricsheep/electricsheep-20090306.tar.xz
--rwxr-xr-- 1 root root 10250 2021-02-13 05:32 ./source/xap/electricsheep/electricsheep.SlackBuild
--rw-r--r-- 1 root root 268 2009-07-01 19:53 ./source/xap/electricsheep/electricsheep.mplayer.diff.gz
--rw-r--r-- 1 root root 524 2009-01-07 21:38 ./source/xap/electricsheep/electricsheep_gnome-open.patch
--rw-r--r-- 1 root root 2395 2015-03-29 20:59 ./source/xap/electricsheep/flam3-3.0.1-libpng15.patch
--rw-r--r-- 1 root root 1111 2018-02-27 06:13 ./source/xap/electricsheep/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xap/ffmpegthumbnailer
--rw-r--r-- 1 root root 673219 2019-10-03 19:52 ./source/xap/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.tar.lz
--rwxr-xr-x 1 root root 4316 2021-02-13 05:32 ./source/xap/ffmpegthumbnailer/ffmpegthumbnailer.SlackBuild
--rw-r--r-- 1 root root 1080 2016-11-14 10:05 ./source/xap/ffmpegthumbnailer/slack-desc
-drwxr-xr-x 2 root root 4096 2022-01-17 21:09 ./source/xap/fluxbox
--rw-r--r-- 1 root root 1578 2022-01-17 21:09 ./source/xap/fluxbox/dcdde4d32c93d01df205bc06d7dfcbd356be031f.patch.gz
--rw-r--r-- 1 root root 790300 2015-02-08 10:51 ./source/xap/fluxbox/fluxbox-1.3.7.tar.xz
--rwxr-xr-x 1 root root 4672 2022-01-17 21:10 ./source/xap/fluxbox/fluxbox.SlackBuild
--rw-r--r-- 1 root root 272 2021-08-06 04:17 ./source/xap/fluxbox/fluxbox.gcc11.patch.gz
--rw-r--r-- 1 root root 281 2017-06-10 16:28 ./source/xap/fluxbox/fluxbox.keys.diff.gz
--rw-r--r-- 1 root root 323 2012-08-09 04:35 ./source/xap/fluxbox/fluxbox.startfluxbox.dbus.diff.gz
--rw-r--r-- 1 root root 684 2018-02-27 06:13 ./source/xap/fluxbox/slack-desc
--rw-r--r-- 1 root root 339 2012-08-08 19:16 ./source/xap/fluxbox/xinitrc.fluxbox.gz
-drwxr-xr-x 2 root root 4096 2022-01-12 17:29 ./source/xap/freerdp
--rw-r--r-- 1 root root 4715758 2022-01-12 10:02 ./source/xap/freerdp/freerdp-2.5.0.tar.lz
--rwxr-xr-x 1 root root 4642 2022-01-12 17:30 ./source/xap/freerdp/freerdp.SlackBuild
--rw-r--r-- 1 root root 34 2021-09-23 18:07 ./source/xap/freerdp/freerdp.url
--rw-r--r-- 1 root root 765 2021-09-23 18:18 ./source/xap/freerdp/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xap/fvwm
--rw-r--r-- 1 root root 23007 2007-02-18 02:02 ./source/xap/fvwm/ancient-icons.tar.gz
--rw-r--r-- 1 root root 296 2011-04-24 01:11 ./source/xap/fvwm/doinst.sh.gz
--rw-r--r-- 1 root root 2838267 2019-09-05 21:18 ./source/xap/fvwm/fvwm-2.6.9.tar.lz
--rwxr-xr-x 1 root root 4637 2021-02-13 05:32 ./source/xap/fvwm/fvwm.SlackBuild
--rw-r--r-- 1 root root 863 2018-02-27 06:13 ./source/xap/fvwm/slack-desc
--rw-r--r-- 1 root root 217 2012-08-09 04:42 ./source/xap/fvwm/startfvwm2.gz
--rw-r--r-- 1 root root 360 2012-08-10 23:46 ./source/xap/fvwm/xinitrc.fvwm2.gz
-drwxr-xr-x 2 root root 4096 2022-01-25 19:24 ./source/xap/geeqie
--rw-r--r-- 1 root root 163 2010-03-11 23:20 ./source/xap/geeqie/doinst.sh.gz
--rw-r--r-- 1 root root 399 2018-01-02 08:20 ./source/xap/geeqie/fix-build-re-docs.diff.gz
--rw-r--r-- 1 root root 1436044 2022-01-25 13:04 ./source/xap/geeqie/geeqie-1.7.2.tar.lz
--rwxr-xr-x 1 root root 4642 2022-01-17 22:01 ./source/xap/geeqie/geeqie.SlackBuild
--rw-r--r-- 1 root root 42 2022-01-17 21:59 ./source/xap/geeqie/geeqie.url
--rw-r--r-- 1 root root 756 2018-02-27 06:13 ./source/xap/geeqie/slack-desc
-drwxr-xr-x 2 root root 4096 2021-11-15 20:10 ./source/xap/gftp
--rw-r--r-- 1 root root 737688 2021-11-13 23:54 ./source/xap/gftp/gftp-2.8.0b.tar.lz
--rwxr-xr-x 1 root root 3664 2021-11-15 20:14 ./source/xap/gftp/gftp.SlackBuild
--rw-r--r-- 1 root root 32 2021-02-11 18:21 ./source/xap/gftp/gftp.url
--rw-r--r-- 1 root root 895 2018-02-27 06:13 ./source/xap/gftp/slack-desc
-drwxr-xr-x 2 root root 4096 2021-12-26 19:53 ./source/xap/gimp
--rw-r--r-- 1 root root 23680015 2021-12-19 21:19 ./source/xap/gimp/gimp-2.10.30.tar.lz
--rwxr-xr-x 1 root root 4636 2021-12-26 19:53 ./source/xap/gimp/gimp.SlackBuild
--rw-r--r-- 1 root root 923 2018-02-27 06:13 ./source/xap/gimp/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xap/gkrellm
--rw-r--r-- 1 root root 651098 2019-07-25 14:06 ./source/xap/gkrellm/gkrellm-2.3.11.tar.lz
--rw-r--r-- 1 root root 12482 2007-04-07 01:23 ./source/xap/gkrellm/gkrellm-countdown-0.1.2.tar.gz
--rwxr-xr-x 1 root root 5300 2021-02-13 05:32 ./source/xap/gkrellm/gkrellm.SlackBuild
--rw-r--r-- 1 root root 211 2008-10-26 01:35 ./source/xap/gkrellm/gkrellm.theme.defaults.diff.gz
--rw-r--r-- 1 root root 35 2019-07-26 04:32 ./source/xap/gkrellm/gkrellm.url
--rw-r--r-- 1 root root 968 2018-02-27 06:13 ./source/xap/gkrellm/slack-desc
-drwxr-xr-x 2 root root 4096 2021-07-14 04:20 ./source/xap/gnuchess
--rw-r--r-- 1 root root 142963 2004-01-19 11:50 ./source/xap/gnuchess/Sjeng-Free-11.2.tar.bz2
--rw-r--r-- 1 root root 652 2004-10-27 05:47 ./source/xap/gnuchess/chess.png
--rw-r--r-- 1 root root 271 2013-03-20 02:41 ./source/xap/gnuchess/doinst.sh.gz
--rw-r--r-- 1 root root 462386 2008-02-22 15:57 ./source/xap/gnuchess/eboard-1.1.1.tar.bz2
--rw-r--r-- 1 root root 458 2010-02-20 03:54 ./source/xap/gnuchess/eboard.assert.diff.gz
--rw-r--r-- 1 root root 224 2004-10-27 06:07 ./source/xap/gnuchess/eboard.desktop
--rw-r--r-- 1 root root 221 2013-03-20 01:49 ./source/xap/gnuchess/eboard.ldl.diff.gz
--rw-r--r-- 1 root root 336 2015-03-23 16:11 ./source/xap/gnuchess/eboard.png16.diff.gz
--rw-r--r-- 1 root root 520118 2021-07-13 22:30 ./source/xap/gnuchess/gnuchess-6.2.9.tar.lz
--rwxr-xr-x 1 root root 6414 2021-07-14 04:20 ./source/xap/gnuchess/gnuchess.SlackBuild
--rw-r--r-- 1 root root 792 2018-02-27 06:13 ./source/xap/gnuchess/slack-desc
--rw-r--r-- 1 root root 2731760 2016-08-01 03:55 ./source/xap/gnuchess/xboard-4.9.1.tar.xz
--rw-r--r-- 1 root root 269 2015-03-20 18:35 ./source/xap/gnuchess/xboard.conf.diff.gz
-drwxr-xr-x 2 root root 4096 2022-01-10 18:25 ./source/xap/gnuplot
--rw-r--r-- 1 root root 4585685 2022-01-03 18:53 ./source/xap/gnuplot/gnuplot-5.4.3.tar.lz
--rwxr-xr-x 1 root root 5047 2021-06-06 20:18 ./source/xap/gnuplot/gnuplot.SlackBuild
--rw-r--r-- 1 root root 24 2018-06-05 04:25 ./source/xap/gnuplot/gnuplot.url
--rw-r--r-- 1 root root 1099 2018-02-27 06:13 ./source/xap/gnuplot/slack-desc
-drwxr-xr-x 2 root root 4096 2021-07-20 18:44 ./source/xap/gparted
--rw-r--r-- 1 root root 121 2016-02-03 19:48 ./source/xap/gparted/doinst.sh.gz
--rw-r--r-- 1 root root 2385590 2021-07-19 16:56 ./source/xap/gparted/gparted-1.3.1.tar.lz
--rwxr-xr-x 1 root root 4124 2021-05-03 18:18 ./source/xap/gparted/gparted.SlackBuild
--rw-r--r-- 1 root root 864 2018-02-27 06:13 ./source/xap/gparted/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xap/gucharmap
--rw-r--r-- 1 root root 172 2013-01-18 06:36 ./source/xap/gucharmap/doinst.sh.gz
--rw-r--r-- 1 root root 1678524 2019-03-12 18:49 ./source/xap/gucharmap/gucharmap-12.0.1.tar.xz
--rwxr-xr-x 1 root root 3844 2021-02-13 05:32 ./source/xap/gucharmap/gucharmap.SlackBuild
--rw-r--r-- 1 root root 666 2018-02-27 06:13 ./source/xap/gucharmap/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xap/gv
--rw-r--r-- 1 root root 513284 2013-03-17 11:36 ./source/xap/gv/gv-3.7.4.tar.xz
--rw-r--r-- 1 root root 10157 2017-08-03 08:53 ./source/xap/gv/gv-aarch64.patch.gz
--rw-r--r-- 1 root root 265 2019-12-05 18:33 ./source/xap/gv/gv-bounding-box.patch.gz
--rw-r--r-- 1 root root 386 2017-08-03 08:53 ./source/xap/gv/gv-bug1071238.patch.gz
--rw-r--r-- 1 root root 510 2019-11-19 01:48 ./source/xap/gv/gv-bz1536211.patch.gz
--rw-r--r-- 1 root root 269 2017-08-03 08:53 ./source/xap/gv/gv-dat.patch.gz
--rw-r--r-- 1 root root 423 2017-08-03 08:53 ./source/xap/gv/gv-resource.patch.gz
--rwxr-xr-x 1 root root 4755 2021-02-13 05:32 ./source/xap/gv/gv.SlackBuild
--rw-r--r-- 1 root root 819 2018-02-27 06:13 ./source/xap/gv/slack-desc
-drwxr-xr-x 2 root root 4096 2021-11-02 19:02 ./source/xap/hexchat
--rw-r--r-- 1 root root 172 2014-06-01 17:08 ./source/xap/hexchat/doinst.sh.gz
--rw-r--r-- 1 root root 1348320 2021-10-01 20:09 ./source/xap/hexchat/hexchat-2.16.0.tar.xz
--rwxr-xr-x 1 root root 3779 2021-11-02 19:02 ./source/xap/hexchat/hexchat.SlackBuild
--rw-r--r-- 1 root root 53 2021-10-02 18:43 ./source/xap/hexchat/hexchat.url
--rw-r--r-- 1 root root 718 2018-02-27 06:13 ./source/xap/hexchat/slack-desc
-drwxr-xr-x 2 root root 4096 2021-09-10 17:55 ./source/xap/libnma
--rw-r--r-- 1 root root 126 2021-09-10 17:55 ./source/xap/libnma/doinst.sh.gz
--rw-r--r-- 1 root root 1368492 2021-08-20 10:19 ./source/xap/libnma/libnma-1.8.32.tar.xz
--rwxr-xr-x 1 root root 3618 2021-09-10 17:55 ./source/xap/libnma/libnma.SlackBuild
--rw-r--r-- 1 root root 792 2020-03-07 19:38 ./source/xap/libnma/slack-desc
-drwxr-xr-x 3 root root 4096 2022-01-27 03:39 ./source/xap/mozilla-firefox
--rw-r--r-- 1 root root 693 2021-03-22 17:58 ./source/xap/mozilla-firefox/0027-LTO-Only-enable-LTO-for-Rust-when-complete-build-use.patch.gz
-drwxr-xr-x 5 root root 4096 2021-08-13 18:36 ./source/xap/mozilla-firefox/build-deps
--rwxr-xr-x 1 root root 1919 2019-07-09 19:35 ./source/xap/mozilla-firefox/build-deps.sh
-drwxr-xr-x 2 root root 4096 2016-07-03 18:05 ./source/xap/mozilla-firefox/build-deps/autoconf
--rw-r--r-- 1 root root 5869 2016-07-03 18:04 ./source/xap/mozilla-firefox/build-deps/autoconf/autoconf-2.13-consolidated_fixes-1.patch.gz
--rw-r--r-- 1 root root 300116 1999-01-15 21:03 ./source/xap/mozilla-firefox/build-deps/autoconf/autoconf-2.13.tar.xz
--rwxr-xr-x 1 root root 2486 2019-07-08 21:06 ./source/xap/mozilla-firefox/build-deps/autoconf/autoconf.build
-drwxr-xr-x 2 root root 4096 2021-06-25 03:12 ./source/xap/mozilla-firefox/build-deps/cbindgen
--rw-r--r-- 1 root root 145234 2021-04-08 16:18 ./source/xap/mozilla-firefox/build-deps/cbindgen/cbindgen-0.19.0.tar.lz
--rwxr-xr-x 1 root root 1926 2021-06-25 03:12 ./source/xap/mozilla-firefox/build-deps/cbindgen/cbindgen.build
--rw-r--r-- 1 root root 35 2021-06-25 03:11 ./source/xap/mozilla-firefox/build-deps/cbindgen/cbindgen.url
-drwxr-xr-x 2 root root 4096 2021-10-12 20:15 ./source/xap/mozilla-firefox/build-deps/nodejs
--rw-r--r-- 1 root root 33429880 2021-10-12 03:58 ./source/xap/mozilla-firefox/build-deps/nodejs/node-v16.11.1.tar.xz
--rwxr-xr-x 1 root root 3005 2021-08-13 18:37 ./source/xap/mozilla-firefox/build-deps/nodejs/nodejs.build
--rw-r--r-- 1 root root 86 2019-07-08 21:02 ./source/xap/mozilla-firefox/build-deps/nodejs/nodejs.url
--rw-r--r-- 1 root root 609 2021-12-13 19:25 ./source/xap/mozilla-firefox/d30c921928a12fccd5085888011f899ff1c788cd.patch.gz
--rwxr-xr-x 1 root root 840 2018-03-13 12:55 ./source/xap/mozilla-firefox/fetch-and-repack.sh
--rw-r--r-- 1 root root 330 2019-07-08 18:41 ./source/xap/mozilla-firefox/ff.ui.scrollToClick.diff.gz
--rw-r--r-- 1 root root 388976720 2022-01-27 00:30 ./source/xap/mozilla-firefox/firefox-91.5.1esr.source.tar.xz
--rw-r--r-- 1 root root 833 2022-01-27 00:30 ./source/xap/mozilla-firefox/firefox-91.5.1esr.source.tar.xz.asc
--rw-r--r-- 1 root root 327 2008-06-17 17:19 ./source/xap/mozilla-firefox/firefox.moz_plugin_path.diff.gz
--rw-r--r-- 1 root root 518 2021-03-15 17:43 ./source/xap/mozilla-firefox/gkrust.a.no.networking.check.diff.gz
--rw-r--r-- 1 root root 462 2009-07-01 06:05 ./source/xap/mozilla-firefox/mimeTypes.rdf.gz
--rw-r--r-- 1 root root 680 2009-07-01 13:28 ./source/xap/mozilla-firefox/mozilla-firefox-mimeTypes-fix.diff.gz
--rwxr-xr-x 1 root root 16186 2021-12-13 19:38 ./source/xap/mozilla-firefox/mozilla-firefox.SlackBuild
--rw-r--r-- 1 root root 2748 2017-12-04 21:30 ./source/xap/mozilla-firefox/mozilla-firefox.desktop
--rw-r--r-- 1 root root 1033 2020-07-07 18:08 ./source/xap/mozilla-firefox/slack-desc
-drwxr-xr-x 4 root root 4096 2022-01-24 23:29 ./source/xap/mozilla-thunderbird
-drwxr-xr-x 2 root root 4096 2016-07-03 18:05 ./source/xap/mozilla-thunderbird/autoconf
--rw-r--r-- 1 root root 5869 2016-07-03 18:04 ./source/xap/mozilla-thunderbird/autoconf/autoconf-2.13-consolidated_fixes-1.patch.gz
--rw-r--r-- 1 root root 300116 1999-01-15 21:03 ./source/xap/mozilla-thunderbird/autoconf/autoconf-2.13.tar.xz
--rwxr-xr-x 1 root root 2632 2016-07-03 18:50 ./source/xap/mozilla-thunderbird/autoconf/autoconf.build
-drwxr-xr-x 5 root root 4096 2021-08-13 18:35 ./source/xap/mozilla-thunderbird/build-deps
--rwxr-xr-x 1 root root 1939 2019-08-27 19:18 ./source/xap/mozilla-thunderbird/build-deps.sh
-drwxr-xr-x 2 root root 4096 2016-07-03 18:05 ./source/xap/mozilla-thunderbird/build-deps/autoconf
--rw-r--r-- 1 root root 5869 2016-07-03 18:04 ./source/xap/mozilla-thunderbird/build-deps/autoconf/autoconf-2.13-consolidated_fixes-1.patch.gz
--rw-r--r-- 1 root root 300116 1999-01-15 21:03 ./source/xap/mozilla-thunderbird/build-deps/autoconf/autoconf-2.13.tar.xz
--rwxr-xr-x 1 root root 2502 2019-08-27 19:46 ./source/xap/mozilla-thunderbird/build-deps/autoconf/autoconf.build
-drwxr-xr-x 2 root root 4096 2021-06-25 04:15 ./source/xap/mozilla-thunderbird/build-deps/cbindgen
--rw-r--r-- 1 root root 145234 2021-04-08 16:18 ./source/xap/mozilla-thunderbird/build-deps/cbindgen/cbindgen-0.19.0.tar.lz
--rwxr-xr-x 1 root root 1926 2019-07-08 21:06 ./source/xap/mozilla-thunderbird/build-deps/cbindgen/cbindgen.build
--rw-r--r-- 1 root root 35 2021-06-25 03:11 ./source/xap/mozilla-thunderbird/build-deps/cbindgen/cbindgen.url
-drwxr-xr-x 2 root root 4096 2021-10-12 20:16 ./source/xap/mozilla-thunderbird/build-deps/nodejs
--rw-r--r-- 1 root root 33429880 2021-10-12 03:58 ./source/xap/mozilla-thunderbird/build-deps/nodejs/node-v16.11.1.tar.xz
--rwxr-xr-x 1 root root 3013 2021-08-13 18:10 ./source/xap/mozilla-thunderbird/build-deps/nodejs/nodejs.build
--rw-r--r-- 1 root root 86 2019-07-08 21:02 ./source/xap/mozilla-thunderbird/build-deps/nodejs/nodejs.url
--rw-r--r-- 1 root root 609 2021-12-13 19:25 ./source/xap/mozilla-thunderbird/d30c921928a12fccd5085888011f899ff1c788cd.patch.gz
--rw-r--r-- 1 root root 518 2021-03-15 17:43 ./source/xap/mozilla-thunderbird/gkrust.a.no.networking.check.diff.gz
--rwxr-xr-x 1 root root 13127 2021-12-13 19:49 ./source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild
--rw-r--r-- 1 root root 3378 2005-03-08 05:13 ./source/xap/mozilla-thunderbird/mozilla-thunderbird.desktop
--rw-r--r-- 1 root root 1130 2018-02-27 06:47 ./source/xap/mozilla-thunderbird/slack-desc
--rw-r--r-- 1 root root 330 2019-08-27 16:35 ./source/xap/mozilla-thunderbird/tb.ui.scrollToClick.diff.gz
--rw-r--r-- 1 root root 405332676 2022-01-24 22:19 ./source/xap/mozilla-thunderbird/thunderbird-91.5.1.source.tar.xz
--rw-r--r-- 1 root root 833 2022-01-24 22:19 ./source/xap/mozilla-thunderbird/thunderbird-91.5.1.source.tar.xz.asc
-drwxr-xr-x 2 root root 4096 2021-09-10 17:57 ./source/xap/network-manager-applet
--rw-r--r-- 1 root root 173 2021-09-10 17:57 ./source/xap/network-manager-applet/doinst.sh.gz
--rw-r--r-- 1 root root 1903280 2021-08-17 08:14 ./source/xap/network-manager-applet/network-manager-applet-1.24.0.tar.xz
--rwxr-xr-x 1 root root 4333 2021-09-10 17:57 ./source/xap/network-manager-applet/network-manager-applet.SlackBuild
--rw-r--r-- 1 root root 829 2018-02-27 06:13 ./source/xap/network-manager-applet/slack-desc
-drwxr-xr-x 2 root root 4096 2021-12-23 21:11 ./source/xap/pan
--rw-r--r-- 1 root root 1689753 2021-12-23 16:25 ./source/xap/pan/pan-0.149.tar.lz
--rwxr-xr-x 1 root root 4727 2021-12-23 21:12 ./source/xap/pan/pan.SlackBuild
--rw-r--r-- 1 root root 441 2021-12-23 21:10 ./source/xap/pan/pan.enchant2.diff.gz
--rw-r--r-- 1 root root 752 2018-02-27 06:13 ./source/xap/pan/slack-desc
-drwxr-xr-x 2 root root 4096 2021-08-21 03:26 ./source/xap/pavucontrol
--rw-r--r-- 1 root root 120 2013-11-05 03:45 ./source/xap/pavucontrol/doinst.sh.gz
--rw-r--r-- 1 root root 193451 2021-08-15 18:40 ./source/xap/pavucontrol/pavucontrol-5.0.tar.lz
--rwxr-xr-x 1 root root 3343 2021-08-21 03:25 ./source/xap/pavucontrol/pavucontrol.SlackBuild
--rw-r--r-- 1 root root 970 2021-08-21 03:26 ./source/xap/pavucontrol/slack-desc
-drwxr-xr-x 2 root root 4096 2021-10-15 18:04 ./source/xap/pidgin
--rw-r--r-- 1 root root 172 2016-01-04 03:06 ./source/xap/pidgin/doinst.sh.gz
--rw-r--r-- 1 root root 355 2012-05-02 03:59 ./source/xap/pidgin/fix-gmain_h-compile-error.diff.gz
--rw-r--r-- 1 root root 6376875 2021-10-15 02:27 ./source/xap/pidgin/pidgin-2.14.8.tar.lz
--rw-r--r-- 1 root root 604129 2010-05-18 16:51 ./source/xap/pidgin/pidgin-encryption-3.1.tar.gz
--rwxr-xr-x 1 root root 7564 2021-06-05 18:08 ./source/xap/pidgin/pidgin.SlackBuild
--rw-r--r-- 1 root root 911 2021-04-30 17:42 ./source/xap/pidgin/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xap/rdesktop
--rw-r--r-- 1 root root 282274 2019-10-11 08:22 ./source/xap/rdesktop/rdesktop-1.9.0.tar.lz
--rwxr-xr-x 1 root root 3868 2021-02-13 05:32 ./source/xap/rdesktop/rdesktop.SlackBuild
--rw-r--r-- 1 root root 834 2019-10-11 16:26 ./source/xap/rdesktop/slack-desc
-drwxr-xr-x 2 root root 4096 2021-05-21 16:41 ./source/xap/rxvt-unicode
--rw-r--r-- 1 root root 222 2018-03-31 17:18 ./source/xap/rxvt-unicode/rxvt-unicode-256color.desktop
--rw-r--r-- 1 root root 743838 2021-05-14 17:15 ./source/xap/rxvt-unicode/rxvt-unicode-9.26.tar.lz
--rwxr-xr-x 1 root root 5651 2021-05-21 16:41 ./source/xap/rxvt-unicode/rxvt-unicode.SlackBuild
--rw-r--r-- 1 root root 207 2018-03-31 17:17 ./source/xap/rxvt-unicode/rxvt-unicode.desktop
--rw-r--r-- 1 root root 7758 2018-03-31 16:26 ./source/xap/rxvt-unicode/rxvt-unicode.utempter.diff.gz
--rw-r--r-- 1 root root 940 2018-03-31 16:58 ./source/xap/rxvt-unicode/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-15 20:27 ./source/xap/sane
--rw-r--r-- 1 root root 133 2006-09-23 08:33 ./source/xap/sane/dll.conf.additions.gz
--rw-r--r-- 1 root root 285 2008-02-12 16:23 ./source/xap/sane/doinst.sh.gz
--rw-r--r-- 1 root root 4092896 2021-02-14 11:43 ./source/xap/sane/sane-backends-1.0.32.tar.xz
--rw-r--r-- 1 root root 341 2010-01-20 01:54 ./source/xap/sane/sane-frontends-1.0.14-sane_cap_always_settable.diff.gz
--rw-r--r-- 1 root root 172596 2005-09-18 07:21 ./source/xap/sane/sane-frontends-1.0.14.tar.xz
--rwxr-xr-x 1 root root 6139 2021-02-15 20:27 ./source/xap/sane/sane.SlackBuild
--rw-r--r-- 1 root root 40 2020-05-17 19:09 ./source/xap/sane/sane.url
--rw-r--r-- 1 root root 811 2020-05-17 19:09 ./source/xap/sane/slack-desc
-drwxr-xr-x 3 root root 4096 2021-12-28 17:51 ./source/xap/seamonkey
-drwxr-xr-x 2 root root 4096 2016-07-03 18:05 ./source/xap/seamonkey/autoconf
--rw-r--r-- 1 root root 5869 2016-07-03 18:04 ./source/xap/seamonkey/autoconf/autoconf-2.13-consolidated_fixes-1.patch.gz
--rw-r--r-- 1 root root 300116 1999-01-15 21:03 ./source/xap/seamonkey/autoconf/autoconf-2.13.tar.xz
--rwxr-xr-x 1 root root 2632 2016-07-03 18:50 ./source/xap/seamonkey/autoconf/autoconf.build
--rw-r--r-- 1 root root 248 2019-09-08 19:23 ./source/xap/seamonkey/doinst.sh.gz
--rw-r--r-- 1 root root 284350364 2021-12-28 02:23 ./source/xap/seamonkey/seamonkey-2.53.10.2.source.tar.xz
--rw-r--r-- 1 root root 12796 2006-02-09 03:17 ./source/xap/seamonkey/seamonkey-icon.png
--rw-r--r-- 1 root root 185 2006-02-09 03:40 ./source/xap/seamonkey/seamonkey-mail-icon.png
--rw-r--r-- 1 root root 211 2021-07-13 20:11 ./source/xap/seamonkey/seamonkey-mail.desktop
--rwxr-xr-x 1 root root 9041 2021-08-26 20:47 ./source/xap/seamonkey/seamonkey.SlackBuild
--rw-r--r-- 1 root root 319 2021-07-13 20:11 ./source/xap/seamonkey/seamonkey.desktop
--rw-r--r-- 1 root root 849 2020-03-01 04:26 ./source/xap/seamonkey/slack-desc
--rw-r--r-- 1 root root 341 2017-07-21 16:21 ./source/xap/seamonkey/sm.ui.scrollToClick.diff.gz
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xap/seyon
--rw-r--r-- 1 root root 713 1999-05-09 22:46 ./source/xap/seyon/seyon-2.20c.lsm
--rw-r--r-- 1 root root 167487 1999-05-09 22:47 ./source/xap/seyon/seyon-2.20c.tar.gz
--rwxr-xr-x 1 root root 4797 2021-02-13 05:32 ./source/xap/seyon/seyon.SlackBuild
--rw-r--r-- 1 root root 36723 2005-01-03 22:32 ./source/xap/seyon/seyon_2.20c-16.diff.gz
--rw-r--r-- 1 root root 1055 2018-02-27 06:13 ./source/xap/seyon/slack-desc
-drwxr-xr-x 2 root root 4096 2021-09-03 02:16 ./source/xap/ssr
--rw-r--r-- 1 root root 171 2020-08-15 19:01 ./source/xap/ssr/doinst.sh.gz
--rw-r--r-- 1 root root 805 2020-08-15 18:49 ./source/xap/ssr/slack-desc
--rw-r--r-- 1 root root 1341396 2020-12-26 21:43 ./source/xap/ssr/ssr-0.4.3.tar.lz
--rwxr-xr-x 1 root root 3929 2021-09-03 02:16 ./source/xap/ssr/ssr.SlackBuild
--rw-r--r-- 1 root root 36 2020-08-15 18:46 ./source/xap/ssr/ssr.url
-lrwxrwxrwx 1 root root 9 2009-08-23 23:36 ./source/xap/vim-gvim -> ../ap/vim
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xap/windowmaker
--rw-r--r-- 1 root root 2167500 2020-04-05 14:36 ./source/xap/windowmaker/WindowMaker-0.95.9.tar.xz
--rw-r--r-- 1 root root 203168 1999-04-01 14:30 ./source/xap/windowmaker/WindowMaker-extra-0.1.tar.xz
--rw-r--r-- 1 root root 385 2012-07-29 20:34 ./source/xap/windowmaker/WindowMaker.noopensusemenu.diff.gz
--rw-r--r-- 1 root root 914 2018-02-27 06:13 ./source/xap/windowmaker/slack-desc
--rwxr-xr-x 1 root root 6052 2021-02-13 05:32 ./source/xap/windowmaker/windowmaker.SlackBuild
--rw-r--r-- 1 root root 729 2012-02-15 00:25 ./source/xap/windowmaker/wmaker.inst.diff.gz
--rw-r--r-- 1 root root 460 2012-07-25 03:30 ./source/xap/windowmaker/xinitrc.wmaker.gz
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xap/x11-ssh-askpass
--rw-r--r-- 1 root root 533 2009-07-11 03:15 ./source/xap/x11-ssh-askpass/README
--rw-r--r-- 1 root root 771 2018-02-27 06:13 ./source/xap/x11-ssh-askpass/slack-desc
--rw-r--r-- 1 root root 29229 2009-07-20 23:44 ./source/xap/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1.tar.gz
--rwxr-xr-x 1 root root 2275 2021-02-13 05:32 ./source/xap/x11-ssh-askpass/x11-ssh-askpass.SlackBuild
--rw-r--r-- 1 root root 349 2009-07-11 03:15 ./source/xap/x11-ssh-askpass/x11-ssh-askpass.info
--rw-r--r-- 1 root root 261 2008-03-29 00:07 ./source/xap/x11-ssh-askpass/xprofile.sample
-drwxr-xr-x 2 root root 4096 2021-09-25 04:43 ./source/xap/x3270
--rw-r--r-- 1 root root 397 2018-06-05 22:40 ./source/xap/x3270/doinst.sh.gz
--rw-r--r-- 1 root root 762 2018-02-27 06:13 ./source/xap/x3270/slack-desc
--rw-r--r-- 1 root root 2382511 2021-01-31 20:48 ./source/xap/x3270/x3270-4.0ga14.tar.lz
--rwxr-xr-x 1 root root 4548 2021-10-04 19:03 ./source/xap/x3270/x3270.SlackBuild
--rw-r--r-- 1 root root 33 2021-09-25 05:06 ./source/xap/x3270/x3270.url
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xap/xaos
--rw-r--r-- 1 root root 10801243 2021-01-18 09:29 ./source/xap/xaos/XaoS-release-4.2.1.tar.lz
--rw-r--r-- 1 root root 878 2020-03-22 00:13 ./source/xap/xaos/slack-desc
--rw-r--r-- 1 root root 2796 2010-10-16 19:47 ./source/xap/xaos/xaos.6.gz
--rwxr-xr-x 1 root root 3318 2021-02-13 05:32 ./source/xap/xaos/xaos.SlackBuild
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xap/xgames
--rw-r--r-- 1 root root 269 1999-08-04 18:49 ./source/xap/xgames/maze.diff.gz
--rw-r--r-- 1 root root 7376 1994-10-22 00:44 ./source/xap/xgames/maze.tar.lz
--rw-r--r-- 1 root root 693 2018-02-27 06:13 ./source/xap/xgames/slack-desc
--rw-r--r-- 1 root root 871 2007-02-22 02:20 ./source/xap/xgames/spider.diff.gz
--rw-r--r-- 1 root root 313 2020-12-24 21:57 ./source/xap/xgames/spider.gcc10.diff.gz
--rw-r--r-- 1 root root 104604 1993-12-04 17:22 ./source/xap/xgames/spider.tar.lz
--rw-r--r-- 1 root root 287 1999-08-04 18:54 ./source/xap/xgames/xcolormap.diff.gz
--rw-r--r-- 1 root root 2762 1993-12-04 17:18 ./source/xap/xgames/xcolormap.tar.lz
--rw-r--r-- 1 root root 5488 1993-12-04 17:18 ./source/xap/xgames/xcuckoo-1.1.tar.lz
--rw-r--r-- 1 root root 228 2007-02-28 19:11 ./source/xap/xgames/xcuckoo.diff.gz
--rwxr-xr-x 1 root root 5087 2021-02-13 05:32 ./source/xap/xgames/xgames.SlackBuild
--rw-r--r-- 1 root root 1150 2009-08-22 20:58 ./source/xap/xgames/xlander-2009-07-18.diff.gz
--rw-r--r-- 1 root root 2543 2007-03-01 18:44 ./source/xap/xgames/xlander.fixes.diff.gz
--rw-r--r-- 1 root root 14087 1995-06-17 19:23 ./source/xap/xgames/xlander.tar.lz
--rw-r--r-- 1 root root 11572 2008-10-25 13:16 ./source/xap/xgames/xminesweep3.0.tar.lz
--rw-r--r-- 1 root root 19158 1999-08-04 19:05 ./source/xap/xgames/xneko.tar.lz
--rw-r--r-- 1 root root 17364 1993-12-02 07:19 ./source/xap/xgames/xroach.tar.lz
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xap/xine-lib
--rw-r--r-- 1 root root 967 2018-02-27 06:13 ./source/xap/xine-lib/slack-desc
--rw-r--r-- 1 root root 5282204 2020-12-06 13:28 ./source/xap/xine-lib/xine-lib-1.2.11.tar.xz
--rwxr-xr-x 1 root root 4132 2021-10-26 18:17 ./source/xap/xine-lib/xine-lib.SlackBuild
-drwxr-xr-x 2 root root 4096 2021-12-17 18:45 ./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 2154161 2021-12-12 20:04 ./source/xap/xine-ui/xine-ui-0.99.13.tar.lz
--rwxr-xr-x 1 root root 3385 2021-12-17 18:46 ./source/xap/xine-ui/xine-ui.SlackBuild
--rw-r--r-- 1 root root 28 2021-12-14 21:06 ./source/xap/xine-ui/xine-ui.url
-drwxr-xr-x 2 root root 4096 2021-12-20 03:05 ./source/xap/xlockmore
--rw-r--r-- 1 root root 277 2020-02-07 00:37 ./source/xap/xlockmore/doinst.sh.gz
--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
--rw-r--r-- 1 root root 154 2014-07-26 21:14 ./source/xap/xlockmore/xlock.pam
--rw-r--r-- 1 root root 1998852 2021-12-20 01:28 ./source/xap/xlockmore/xlockmore-5.68.tar.xz
--rw-r--r-- 1 root root 195 2021-12-20 01:28 ./source/xap/xlockmore/xlockmore-5.68.tar.xz.asc
--rwxr-xr-x 1 root root 4373 2021-08-31 19:56 ./source/xap/xlockmore/xlockmore.SlackBuild
--rw-r--r-- 1 root root 371 2002-05-30 04:25 ./source/xap/xlockmore/xlockmore.bitmap.diff.gz
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xap/xmms
--rw-r--r-- 1 root root 828 2018-02-27 06:13 ./source/xap/xmms/slack-desc
--rw-r--r-- 1 root root 2581032 2007-11-16 22:53 ./source/xap/xmms/xmms-1.2.11.tar.bz2
--rwxr-xr-x 1 root root 3911 2021-02-13 05:32 ./source/xap/xmms/xmms.SlackBuild
--rw-r--r-- 1 root root 267 2013-05-03 02:25 ./source/xap/xmms/xmms.alsa.default.diff.gz
--rw-r--r-- 1 root root 525 2008-09-11 20:50 ./source/xap/xmms/xmms.desktop
--rw-r--r-- 1 root root 279 2008-09-12 20:50 ./source/xap/xmms/xmms.gtk.doublesize.diff.gz
--rw-r--r-- 1 root root 2475 2008-01-04 23:53 ./source/xap/xmms/xmms.png
--rw-r--r-- 1 root root 260 2009-06-09 20:19 ./source/xap/xmms/xmms.wmxmms_vis_depth_workaround.diff.gz
-drwxr-xr-x 2 root root 4096 2021-10-07 04:40 ./source/xap/xpaint
--rw-r--r-- 1 root root 897 2018-02-27 06:13 ./source/xap/xpaint/slack-desc
--rw-r--r-- 1 root root 1314645 2021-08-16 12:10 ./source/xap/xpaint/xpaint-3.1.4.tar.lz
--rwxr-xr-x 1 root root 4904 2021-03-27 18:23 ./source/xap/xpaint/xpaint.SlackBuild
--rw-r--r-- 1 root root 43 2021-03-27 18:22 ./source/xap/xpaint/xpaint.url
-drwxr-xr-x 4 root root 4096 2021-02-13 05:32 ./source/xap/xpdf
--rw-r--r-- 1 root root 325 2010-01-11 04:59 ./source/xap/xpdf/doinst.sh.gz
-drwxr-xr-x 2 root root 4096 2021-01-29 18:38 ./source/xap/xpdf/lang
--rw-r--r-- 1 root root 1080 2011-08-15 21:28 ./source/xap/xpdf/lang/xpdf-arabic-2011-aug-15.tar.xz
--rw-r--r-- 1 root root 235 2013-03-28 20:51 ./source/xap/xpdf/lang/xpdf-arabic.diff.gz
--rw-r--r-- 1 root root 381 2019-10-03 18:53 ./source/xap/xpdf/lang/xpdf-chinese-simplified.diff.gz
--rw-r--r-- 1 root root 361568 2020-12-22 22:47 ./source/xap/xpdf/lang/xpdf-chinese-simplified.tar.xz
--rw-r--r-- 1 root root 361 2019-10-03 18:59 ./source/xap/xpdf/lang/xpdf-chinese-traditional.diff.gz
--rw-r--r-- 1 root root 374404 2020-12-22 22:47 ./source/xap/xpdf/lang/xpdf-chinese-traditional.tar.xz
--rw-r--r-- 1 root root 1504 2011-08-15 21:28 ./source/xap/xpdf/lang/xpdf-cyrillic-2011-aug-15.tar.xz
--rw-r--r-- 1 root root 266 2013-03-28 20:51 ./source/xap/xpdf/lang/xpdf-cyrillic.diff.gz
--rw-r--r-- 1 root root 1268 2011-08-15 21:28 ./source/xap/xpdf/lang/xpdf-greek-2011-aug-15.tar.xz
--rw-r--r-- 1 root root 258 2013-03-28 20:51 ./source/xap/xpdf/lang/xpdf-greek.diff.gz
--rw-r--r-- 1 root root 1288 2011-08-15 21:28 ./source/xap/xpdf/lang/xpdf-hebrew-2011-aug-15.tar.xz
--rw-r--r-- 1 root root 259 2013-03-28 20:51 ./source/xap/xpdf/lang/xpdf-hebrew.diff.gz
--rw-r--r-- 1 root root 743 2019-10-03 18:55 ./source/xap/xpdf/lang/xpdf-japanese.diff.gz
--rw-r--r-- 1 root root 289552 2020-12-22 22:47 ./source/xap/xpdf/lang/xpdf-japanese.tar.xz
--rw-r--r-- 1 root root 336 2021-01-29 18:38 ./source/xap/xpdf/lang/xpdf-korean.diff.gz
--rw-r--r-- 1 root root 327024 2020-12-22 22:47 ./source/xap/xpdf/lang/xpdf-korean.tar.xz
--rw-r--r-- 1 root root 1316 2011-08-15 21:28 ./source/xap/xpdf/lang/xpdf-latin2-2011-aug-15.tar.xz
--rw-r--r-- 1 root root 224 2013-03-28 20:51 ./source/xap/xpdf/lang/xpdf-latin2.diff.gz
--rw-r--r-- 1 root root 1804 2011-08-15 21:28 ./source/xap/xpdf/lang/xpdf-thai-2011-aug-15.tar.xz
--rw-r--r-- 1 root root 252 2013-03-28 20:51 ./source/xap/xpdf/lang/xpdf-thai.diff.gz
--rw-r--r-- 1 root root 1152 2011-08-15 21:28 ./source/xap/xpdf/lang/xpdf-turkish-2011-aug-15.tar.xz
--rw-r--r-- 1 root root 239 2013-03-28 20:51 ./source/xap/xpdf/lang/xpdf-turkish.diff.gz
-drwxr-xr-x 2 root root 4096 2021-01-29 18:32 ./source/xap/xpdf/patches
--rw-r--r-- 1 root root 555 2017-09-26 04:39 ./source/xap/xpdf/patches/xpdfrc.diff.gz
--rw-r--r-- 1 root root 640 2018-02-27 06:13 ./source/xap/xpdf/slack-desc
--rw-r--r-- 1 root root 667845 2021-01-27 23:15 ./source/xap/xpdf/xpdf-4.03.tar.lz
--rwxr-xr-x 1 root root 5287 2021-09-25 18:39 ./source/xap/xpdf/xpdf.SlackBuild
--rw-r--r-- 1 root root 3260 2010-01-11 05:07 ./source/xap/xpdf/xpdf.desktop
--rw-r--r-- 1 root root 27 2019-10-03 18:45 ./source/xap/xpdf/xpdf.url
--rw-r--r-- 1 root root 2751 2016-03-03 05:04 ./source/xap/xpdf/xpdfIcon.xpm
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xap/xsane
--rw-r--r-- 1 root root 951 2018-02-27 06:13 ./source/xap/xsane/slack-desc
--rw-r--r-- 1 root root 1073 2015-03-26 16:54 ./source/xap/xsane/xsane-0.995-close-fds.patch.gz
--rw-r--r-- 1 root root 521 2015-03-26 16:54 ./source/xap/xsane/xsane-0.995-xdg-open.patch.gz
--rw-r--r-- 1 root root 1558 2015-03-26 16:54 ./source/xap/xsane/xsane-0.996-no-eula.patch.gz
--rw-r--r-- 1 root root 1679 2015-03-26 16:54 ./source/xap/xsane/xsane-0.997-ipv6.patch.gz
--rw-r--r-- 1 root root 1383 2015-03-26 16:54 ./source/xap/xsane/xsane-0.997-off-root-build.patch.gz
--rw-r--r-- 1 root root 771 2015-03-26 16:54 ./source/xap/xsane/xsane-0.998-desktop-file.patch.gz
--rw-r--r-- 1 root root 630 2015-03-26 16:54 ./source/xap/xsane/xsane-0.998-libpng.patch.gz
--rw-r--r-- 1 root root 1032 2015-03-26 16:54 ./source/xap/xsane/xsane-0.998-preview-selection.patch.gz
--rw-r--r-- 1 root root 567 2015-03-26 16:54 ./source/xap/xsane/xsane-0.998-wmclass.patch.gz
--rw-r--r-- 1 root root 6027 2013-09-23 14:15 ./source/xap/xsane/xsane-0.999-7-autoconf.patch.gz
--rw-r--r-- 1 root root 19392 2015-03-26 16:54 ./source/xap/xsane/xsane-0.999-coverity.patch.gz
--rw-r--r-- 1 root root 3200 2015-03-26 16:54 ./source/xap/xsane/xsane-0.999-lcms2.patch.gz
--rw-r--r-- 1 root root 1131 2015-03-26 16:54 ./source/xap/xsane/xsane-0.999-man-page.patch.gz
--rw-r--r-- 1 root root 1516 2015-03-26 16:54 ./source/xap/xsane/xsane-0.999-no-file-selected.patch.gz
--rw-r--r-- 1 root root 875 2015-03-26 16:54 ./source/xap/xsane/xsane-0.999-pdf-no-high-bpp.patch.gz
--rw-r--r-- 1 root root 2680 2015-03-26 16:54 ./source/xap/xsane/xsane-0.999-signal-handling.patch.gz
--rw-r--r-- 1 root root 12822 2015-03-26 16:54 ./source/xap/xsane/xsane-0.999-snprintf-update.patch.gz
--rw-r--r-- 1 root root 1878344 2013-06-04 15:48 ./source/xap/xsane/xsane-0.999.tar.xz
--rwxr-xr-x 1 root root 5039 2021-02-13 05:32 ./source/xap/xsane/xsane.SlackBuild
-drwxr-xr-x 2 root root 4096 2021-10-13 18:11 ./source/xap/xscreensaver
--rw-r--r-- 1 root root 327 2020-12-16 02:12 ./source/xap/xscreensaver/clarify-desc-in-xfce-settings.patch.gz
--rw-r--r-- 1 root root 280 2020-02-07 00:37 ./source/xap/xscreensaver/doinst.sh.gz
--rwxr-xr-x 1 root root 616 2017-12-24 07:25 ./source/xap/xscreensaver/dump.android.osx.sources.sh
--rw-r--r-- 1 root root 2868 2008-10-17 04:30 ./source/xap/xscreensaver/setuid.c.gz
--rw-r--r-- 1 root root 923 2018-02-27 06:13 ./source/xap/xscreensaver/slack-desc
--rw-r--r-- 1 root root 7183318 2021-10-12 17:15 ./source/xap/xscreensaver/xscreensaver-6.02.tar.lz
--rw-r--r-- 1 root root 16569 2011-01-30 03:18 ./source/xap/xscreensaver/xscreensaver-getimage-file-5.14
--rwxr-xr-x 1 root root 5846 2021-04-02 19:24 ./source/xap/xscreensaver/xscreensaver.SlackBuild
--rw-r--r-- 1 root root 285 2009-05-15 21:22 ./source/xap/xscreensaver/xscreensaver.electricsheep.diff.gz
--rw-r--r-- 1 root root 50 2014-07-26 21:13 ./source/xap/xscreensaver/xscreensaver.pam
--rw-r--r-- 1 root root 1763 2008-10-17 04:32 ./source/xap/xscreensaver/xscreensaver.setuid.diff.gz
-drwxr-xr-x 2 root root 4096 2022-01-16 20:35 ./source/xap/xsnow
--rw-r--r-- 1 root root 683 2020-12-24 22:16 ./source/xap/xsnow/slack-desc
--rw-r--r-- 1 root root 306666 2022-01-15 13:44 ./source/xap/xsnow/xsnow-3.4.3.tar.lz
--rwxr-xr-x 1 root root 4095 2021-03-27 18:21 ./source/xap/xsnow/xsnow.SlackBuild
--rw-r--r-- 1 root root 109 2022-01-16 20:35 ./source/xap/xsnow/xsnow.url
-drwxr-xr-x 32 root root 4096 2022-01-06 20:35 ./source/xfce
--rw-r--r-- 1 root root 82 2020-12-05 23:01 ./source/xfce/FTBFSlog
-drwxr-xr-x 2 root root 4096 2021-10-01 03:27 ./source/xfce/Greybird
--rw-r--r-- 1 root root 182942 2021-09-25 10:17 ./source/xfce/Greybird/Greybird-3.22.15.tar.lz
--rwxr-xr-x 1 root root 3550 2021-10-01 03:27 ./source/xfce/Greybird/Greybird.SlackBuild
--rw-r--r-- 1 root root 742 2020-11-25 21:07 ./source/xfce/Greybird/slack-desc
-drwxr-xr-x 2 root root 4096 2021-03-10 19:24 ./source/xfce/elementary-xfce
--rw-r--r-- 1 root root 377 2019-07-12 10:40 ./source/xfce/elementary-xfce/README
--rw-r--r-- 1 root root 175 2015-03-01 03:49 ./source/xfce/elementary-xfce/doinst.sh.gz
--rw-r--r-- 1 root root 2871870 2021-01-10 22:54 ./source/xfce/elementary-xfce/elementary-xfce-0.15.2.tar.lz
--rwxr-xr-x 1 root root 3846 2021-03-10 19:25 ./source/xfce/elementary-xfce/elementary-xfce.SlackBuild
--rw-r--r-- 1 root root 1595428 2017-12-27 11:57 ./source/xfce/elementary-xfce/optipng-0.7.7.tar.lz
--rw-r--r-- 1 root root 32 2021-03-10 19:24 ./source/xfce/elementary-xfce/optipng.url
--rw-r--r-- 1 root root 848 2020-11-25 21:07 ./source/xfce/elementary-xfce/slack-desc
-drwxr-xr-x 2 root root 4096 2021-12-08 20:07 ./source/xfce/exo
--rw-r--r-- 1 root root 711357 2021-12-07 21:10 ./source/xfce/exo/exo-4.16.3.tar.lz
--rwxr-xr-x 1 root root 4778 2021-03-12 20:01 ./source/xfce/exo/exo.SlackBuild
--rw-r--r-- 1 root root 62 2021-12-08 20:06 ./source/xfce/exo/exo.url
--rw-r--r-- 1 root root 826 2020-11-27 20:54 ./source/xfce/exo/slack-desc
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xfce/garcon
--rw-r--r-- 1 root root 116948 2021-01-16 04:25 ./source/xfce/garcon/garcon-4.16.1.tar.lz
--rwxr-xr-x 1 root root 4902 2021-02-13 05:32 ./source/xfce/garcon/garcon.SlackBuild
--rw-r--r-- 1 root root 38 2021-01-16 04:24 ./source/xfce/garcon/garcon.url
--rw-r--r-- 1 root root 748 2018-02-27 06:13 ./source/xfce/garcon/slack-desc
-drwxr-xr-x 2 root root 4096 2021-09-06 03:48 ./source/xfce/libxfce4ui
--rw-r--r-- 1 root root 659942 2021-09-05 22:02 ./source/xfce/libxfce4ui/libxfce4ui-4.16.1.tar.lz
--rwxr-xr-x 1 root root 4933 2021-09-06 03:48 ./source/xfce/libxfce4ui/libxfce4ui.SlackBuild
--rw-r--r-- 1 root root 76 2021-09-06 03:47 ./source/xfce/libxfce4ui/libxfce4ui.url
--rw-r--r-- 1 root root 767 2018-02-27 06:13 ./source/xfce/libxfce4ui/slack-desc
--rw-r--r-- 1 root root 1449 2015-03-01 21:31 ./source/xfce/libxfce4ui/vendorinfo
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xfce/libxfce4util
--rw-r--r-- 1 root root 410497 2020-12-22 22:52 ./source/xfce/libxfce4util/libxfce4util-4.16.0.tar.lz
--rwxr-xr-x 1 root root 4860 2021-02-13 05:32 ./source/xfce/libxfce4util/libxfce4util.SlackBuild
--rw-r--r-- 1 root root 776 2018-02-27 06:13 ./source/xfce/libxfce4util/slack-desc
-drwxr-sr-x 2 root root 4096 2021-11-26 19:25 ./source/xfce/mousepad
--rw-r--r-- 1 root root 200 2020-06-21 08:00 ./source/xfce/mousepad/doinst.sh.gz
--rw-r--r-- 1 root root 796936 2021-11-26 09:58 ./source/xfce/mousepad/mousepad-0.5.8.tar.lz
--rwxr-xr-x 1 root root 4086 2021-11-26 19:25 ./source/xfce/mousepad/mousepad.SlackBuild
--rw-r--r-- 1 root root 70 2021-11-26 19:25 ./source/xfce/mousepad/mousepad.url
--rw-r--r-- 1 root root 921 2020-06-21 07:57 ./source/xfce/mousepad/slack-desc
-drwxr-xr-x 2 root root 4096 2021-09-18 19:52 ./source/xfce/thunar
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xfce/thunar-volman
--rw-r--r-- 1 root root 797 2020-11-25 21:09 ./source/xfce/thunar-volman/slack-desc
--rw-r--r-- 1 root root 401803 2020-12-22 23:45 ./source/xfce/thunar-volman/thunar-volman-4.16.0.tar.lz
--rwxr-xr-x 1 root root 3468 2021-02-13 05:32 ./source/xfce/thunar-volman/thunar-volman.SlackBuild
--rw-r--r-- 1 root root 914 2020-01-31 19:09 ./source/xfce/thunar/slack-desc
--rw-r--r-- 1 root root 1895836 2021-09-17 20:00 ./source/xfce/thunar/thunar-4.16.10.tar.lz
--rwxr-xr-x 1 root root 4779 2021-03-07 18:59 ./source/xfce/thunar/thunar.SlackBuild
--rw-r--r-- 1 root root 69 2021-09-18 19:52 ./source/xfce/thunar/thunar.url
-drwxr-xr-x 2 root root 4096 2021-12-26 19:53 ./source/xfce/tumbler
--rw-r--r-- 1 root root 964 2018-02-27 06:13 ./source/xfce/tumbler/slack-desc
--rw-r--r-- 1 root root 476216 2020-12-22 23:39 ./source/xfce/tumbler/tumbler-4.16.0.tar.lz
--rwxr-xr-x 1 root root 4852 2021-12-26 19:53 ./source/xfce/tumbler/tumbler.SlackBuild
--rw-r--r-- 1 root root 67 2018-09-13 16:54 ./source/xfce/tumbler/tumbler.url
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xfce/xfce4-appfinder
--rw-r--r-- 1 root root 931 2018-02-27 06:13 ./source/xfce/xfce4-appfinder/slack-desc
--rw-r--r-- 1 root root 476607 2021-01-17 23:33 ./source/xfce/xfce4-appfinder/xfce4-appfinder-4.16.1.tar.lz
--rwxr-xr-x 1 root root 4621 2021-02-13 05:32 ./source/xfce/xfce4-appfinder/xfce4-appfinder.SlackBuild
--rw-r--r-- 1 root root 85 2021-01-18 13:00 ./source/xfce/xfce4-appfinder/xfce4-appfinder.url
-drwxr-xr-x 2 root root 4096 2021-05-05 17:06 ./source/xfce/xfce4-clipman-plugin
--rw-r--r-- 1 root root 172 2012-07-18 20:50 ./source/xfce/xfce4-clipman-plugin/doinst.sh.gz
--rw-r--r-- 1 root root 999 2018-02-27 06:13 ./source/xfce/xfce4-clipman-plugin/slack-desc
--rw-r--r-- 1 root root 392675 2021-05-03 15:05 ./source/xfce/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2.tar.lz
--rwxr-xr-x 1 root root 3766 2021-05-05 17:07 ./source/xfce/xfce4-clipman-plugin/xfce4-clipman-plugin.SlackBuild
--rw-r--r-- 1 root root 102 2021-05-05 17:06 ./source/xfce/xfce4-clipman-plugin/xfce4-clipman-plugin.url
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./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 284738 2020-12-22 22:47 ./source/xfce/xfce4-dev-tools/xfce4-dev-tools-4.16.0.tar.lz
--rwxr-xr-x 1 root root 4621 2021-02-13 05:32 ./source/xfce/xfce4-dev-tools/xfce4-dev-tools.SlackBuild
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xfce/xfce4-notifyd
--rw-r--r-- 1 root root 174 2009-02-26 05:47 ./source/xfce/xfce4-notifyd/doinst.sh.gz
--rw-r--r-- 1 root root 839 2018-03-01 19:39 ./source/xfce/xfce4-notifyd/slack-desc
--rw-r--r-- 1 root root 449662 2020-08-31 22:12 ./source/xfce/xfce4-notifyd/xfce4-notifyd-0.6.2.tar.lz
--rwxr-xr-x 1 root root 4023 2021-02-13 05:32 ./source/xfce/xfce4-notifyd/xfce4-notifyd.SlackBuild
--rw-r--r-- 1 root root 79 2019-07-01 18:42 ./source/xfce/xfce4-notifyd/xfce4-notifyd.url
-drwxr-xr-x 2 root root 4096 2021-05-06 19:16 ./source/xfce/xfce4-panel
-drwxr-xr-x 2 root root 4096 2021-02-22 01:27 ./source/xfce/xfce4-panel-profiles
--rw-r--r-- 1 root root 121 2019-08-02 07:05 ./source/xfce/xfce4-panel-profiles/doinst.sh.gz
--rw-r--r-- 1 root root 1138 2019-08-02 07:01 ./source/xfce/xfce4-panel-profiles/slack-desc
--rw-r--r-- 1 root root 63201 2021-02-22 01:26 ./source/xfce/xfce4-panel-profiles/xfce4-panel-profiles-1.0.13.tar.lz
--rwxr-xr-x 1 root root 3834 2021-02-22 01:27 ./source/xfce/xfce4-panel-profiles/xfce4-panel-profiles.SlackBuild
--rw-r--r-- 1 root root 896 2018-02-27 06:13 ./source/xfce/xfce4-panel/slack-desc
--rw-r--r-- 1 root root 1122531 2021-05-06 07:53 ./source/xfce/xfce4-panel/xfce4-panel-4.16.3.tar.lz
--rwxr-xr-x 1 root root 4782 2021-02-25 19:35 ./source/xfce/xfce4-panel/xfce4-panel.SlackBuild
--rw-r--r-- 1 root root 78 2021-05-06 19:15 ./source/xfce/xfce4-panel/xfce4-panel.url
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xfce/xfce4-power-manager
--rw-r--r-- 1 root root 172 2009-05-30 01:47 ./source/xfce/xfce4-power-manager/doinst.sh.gz
--rw-r--r-- 1 root root 880 2020-11-25 21:10 ./source/xfce/xfce4-power-manager/slack-desc
--rw-r--r-- 1 root root 933744 2020-12-22 23:18 ./source/xfce/xfce4-power-manager/xfce4-power-manager-4.16.0.tar.lz
--rwxr-xr-x 1 root root 4138 2021-02-13 05:32 ./source/xfce/xfce4-power-manager/xfce4-power-manager.SlackBuild
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xfce/xfce4-pulseaudio-plugin
--rw-r--r-- 1 root root 1101 2018-02-27 06:13 ./source/xfce/xfce4-pulseaudio-plugin/slack-desc
--rw-r--r-- 1 root root 532 2016-06-22 21:36 ./source/xfce/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.4-gtk3_theme.patch.gz
--rw-r--r-- 1 root root 537 2016-06-25 18:19 ./source/xfce/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.4-gtk3_theme_clean.patch.gz
--rw-r--r-- 1 root root 339289 2020-03-29 18:12 ./source/xfce/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.4.3.tar.lz
--rwxr-xr-x 1 root root 4609 2021-02-13 05:32 ./source/xfce/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin.SlackBuild
--rw-r--r-- 1 root root 108 2018-03-26 01:07 ./source/xfce/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin.url
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xfce/xfce4-screensaver
--rw-r--r-- 1 root root 299 2020-12-16 02:18 ./source/xfce/xfce4-screensaver/clarify-desc-in-xfce-settings.patch.gz
--rw-r--r-- 1 root root 1026 2019-05-26 02:41 ./source/xfce/xfce4-screensaver/slack-desc
--rw-r--r-- 1 root root 564272 2021-01-03 13:50 ./source/xfce/xfce4-screensaver/xfce4-screensaver-4.16.0.tar.lz
--rwxr-xr-x 1 root root 4730 2021-02-13 05:32 ./source/xfce/xfce4-screensaver/xfce4-screensaver.SlackBuild
--rw-r--r-- 1 root root 51 2021-01-08 19:20 ./source/xfce/xfce4-screensaver/xfce4-screensaver.url
-drwxr-xr-x 2 root root 4096 2021-05-19 19:01 ./source/xfce/xfce4-screenshooter
--rw-r--r-- 1 root root 172 2011-10-26 15:38 ./source/xfce/xfce4-screenshooter/doinst.sh.gz
--rw-r--r-- 1 root root 832 2018-02-27 06:13 ./source/xfce/xfce4-screenshooter/slack-desc
--rw-r--r-- 1 root root 484035 2021-05-19 02:06 ./source/xfce/xfce4-screenshooter/xfce4-screenshooter-1.9.9.tar.lz
--rwxr-xr-x 1 root root 4395 2021-05-19 19:02 ./source/xfce/xfce4-screenshooter/xfce4-screenshooter.SlackBuild
--rw-r--r-- 1 root root 91 2021-05-19 19:01 ./source/xfce/xfce4-screenshooter/xfce4-screenshooter.url
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xfce/xfce4-session
--rw-r--r-- 1 root root 910 2018-02-27 06:13 ./source/xfce/xfce4-session/slack-desc
--rw-r--r-- 1 root root 338 2020-12-19 05:09 ./source/xfce/xfce4-session/use-xfss-by-default-in-xfce.patch.gz
--rw-r--r-- 1 root root 875504 2020-12-22 23:10 ./source/xfce/xfce4-session/xfce4-session-4.16.0.tar.bz2
--rwxr-xr-x 1 root root 4908 2021-02-13 05:32 ./source/xfce/xfce4-session/xfce4-session.SlackBuild
-drwxr-xr-x 2 root root 4096 2021-06-09 04:52 ./source/xfce/xfce4-settings
--rw-r--r-- 1 root root 839 2018-02-27 06:13 ./source/xfce/xfce4-settings/slack-desc
--rw-r--r-- 1 root root 1204525 2021-06-08 07:24 ./source/xfce/xfce4-settings/xfce4-settings-4.16.2.tar.lz
--rwxr-xr-x 1 root root 4913 2021-04-12 17:35 ./source/xfce/xfce4-settings/xfce4-settings.SlackBuild
--rw-r--r-- 1 root root 363 2019-07-30 02:26 ./source/xfce/xfce4-settings/xfce4-settings.theme.diff.gz
--rw-r--r-- 1 root root 83 2021-06-09 04:52 ./source/xfce/xfce4-settings/xfce4-settings.url
--rw-r--r-- 1 root root 543 2012-07-19 19:32 ./source/xfce/xfce4-settings/xfce4-settings.xft.defaults.diff.gz
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xfce/xfce4-systemload-plugin
--rw-r--r-- 1 root root 873 2018-02-27 06:13 ./source/xfce/xfce4-systemload-plugin/slack-desc
--rw-r--r-- 1 root root 311682 2020-12-20 23:19 ./source/xfce/xfce4-systemload-plugin/xfce4-systemload-plugin-1.2.4.tar.lz
--rwxr-xr-x 1 root root 3617 2021-02-13 05:32 ./source/xfce/xfce4-systemload-plugin/xfce4-systemload-plugin.SlackBuild
--rw-r--r-- 1 root root 67 2011-11-28 03:14 ./source/xfce/xfce4-systemload-plugin/xfce4-systemload-plugin.url
-drwxr-xr-x 2 root root 4096 2021-02-15 20:33 ./source/xfce/xfce4-taskmanager
--rw-r--r-- 1 root root 121 2011-10-26 15:38 ./source/xfce/xfce4-taskmanager/doinst.sh.gz
--rw-r--r-- 1 root root 928 2018-02-27 06:13 ./source/xfce/xfce4-taskmanager/slack-desc
--rw-r--r-- 1 root root 358721 2021-02-09 12:27 ./source/xfce/xfce4-taskmanager/xfce4-taskmanager-1.4.2.tar.lz
--rwxr-xr-x 1 root root 3595 2021-02-15 20:34 ./source/xfce/xfce4-taskmanager/xfce4-taskmanager.SlackBuild
--rw-r--r-- 1 root root 51 2011-11-28 03:16 ./source/xfce/xfce4-taskmanager/xfce4-taskmanager.url
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xfce/xfce4-terminal
--rw-r--r-- 1 root root 905 2018-02-27 06:13 ./source/xfce/xfce4-terminal/slack-desc
--rw-r--r-- 1 root root 833009 2020-12-22 21:56 ./source/xfce/xfce4-terminal/xfce4-terminal-0.8.10.tar.lz
--rwxr-xr-x 1 root root 4058 2021-02-13 05:32 ./source/xfce/xfce4-terminal/xfce4-terminal.SlackBuild
--rw-r--r-- 1 root root 83 2018-05-16 20:53 ./source/xfce/xfce4-terminal/xfce4-terminal.url
-drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xfce/xfce4-weather-plugin
--rw-r--r-- 1 root root 837 2018-02-27 06:13 ./source/xfce/xfce4-weather-plugin/slack-desc
--rw-r--r-- 1 root root 2767044 2020-11-09 21:06 ./source/xfce/xfce4-weather-plugin/xfce4-weather-plugin-0.10.2.tar.lz
+-rw-r--r-- 1 root root 329 2021-09-17 06:12 ./source/n/NetworkManager/conf.d/00-dhcp-client.conf
+-rw-r--r-- 1 root root 23 2016-03-24 19:11 ./source/n/NetworkManager/conf.d/00-rc-manager.conf
+-rw-r--r-- 1 root root 568 2016-03-25 04:35 ./source/n/NetworkManager/doinst.sh.gz
+drwxr-xr-x 2 root root 4096 2021-09-17 06:06 ./source/n/NetworkManager/patches
+-rw-r--r-- 1 root root 1751 2021-09-17 06:04 ./source/n/NetworkManager/patches/9cc2591fe871b29ce9a743dfb2cd189cb1580bde.dhcpcd.graceful.exit.patch.gz
+-rw-r--r-- 1 root root 2674 2017-05-25 19:37 ./source/n/NetworkManager/rc.networkmanager
+-rw-r--r-- 1 root root 1064 2018-02-27 06:13 ./source/n/NetworkManager/slack-desc
+drwxr-xr-x 2 root root 4096 2021-09-21 02:06 ./source/n/alpine
+-rw-r--r-- 1 root root 4487999 2021-09-18 18:07 ./source/n/alpine/alpine-2.25.tar.lz
+-rwxr-xr-x 1 root root 6844 2021-09-21 02:06 ./source/n/alpine/alpine.SlackBuild
+-rw-r--r-- 1 root root 326 2017-03-21 17:55 ./source/n/alpine/alpine.manpage.diff.gz
+-rw-r--r-- 1 root root 42 2020-07-13 17:56 ./source/n/alpine/alpine.url
+-rw-r--r-- 1 root root 471 2021-10-05 03:17 ./source/n/alpine/doinst.sh.alpine
+-rw-r--r-- 1 root root 33859 2020-10-10 20:33 ./source/n/alpine/maildir.patch.gz
+-rw-r--r-- 1 root root 51 2021-03-22 18:40 ./source/n/alpine/maildir.patch.url
+-rw-r--r-- 1 root root 737 2008-08-07 02:33 ./source/n/alpine/pinepgp-0.18.0-makefile-sed-fix.diff.gz
+-rw-r--r-- 1 root root 38103 2002-11-24 23:01 ./source/n/alpine/pinepgp-0.18.0.tar.gz
+-rw-r--r-- 1 root root 72 2002-11-24 23:01 ./source/n/alpine/pinepgp-0.18.0.tar.gz.sig
+-rw-r--r-- 1 root root 157 2008-08-07 02:50 ./source/n/alpine/pinepgp.pinegpgp.in.diff.gz
+-rw-r--r-- 1 root root 1067 2019-05-06 18:19 ./source/n/alpine/slack-desc.alpine
+-rw-r--r-- 1 root root 745 2018-02-27 06:13 ./source/n/alpine/slack-desc.imapd
+drwxr-xr-x 2 root root 4096 2021-10-20 04:32 ./source/n/autofs
+-rw-r--r-- 1 root root 833 2021-10-19 03:15 ./source/n/autofs/autofs-5.1.8.tar.sign
+-rw-r--r-- 1 root root 327396 2021-10-19 03:15 ./source/n/autofs/autofs-5.1.8.tar.xz
+-rwxr-xr-x 1 root root 5438 2021-10-20 04:32 ./source/n/autofs/autofs.SlackBuild
+-rw-r--r-- 1 root root 51 2017-12-24 17:09 ./source/n/autofs/autofs.url
+-rw-r--r-- 1 root root 370 2017-12-03 21:55 ./source/n/autofs/doinst.sh.gz
+-rw-r--r-- 1 root root 868 2018-02-27 06:13 ./source/n/autofs/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/biff+comsat
+-rw-r--r-- 1 root root 195 2001-02-26 02:06 ./source/n/biff+comsat/biff+comsat-0.17.diff.gz
+-rw-r--r-- 1 root root 13700 2000-07-31 02:56 ./source/n/biff+comsat/biff+comsat-0.17.tar.gz
+-rwxr-xr-x 1 root root 3214 2021-02-13 05:32 ./source/n/biff+comsat/biff+comsat.SlackBuild
+-rw-r--r-- 1 root root 729 2004-06-21 20:51 ./source/n/biff+comsat/biff+comsat.badutmp.diff.gz
+-rw-r--r-- 1 root root 1222 2001-06-03 08:32 ./source/n/biff+comsat/biff+comsat.offset.diff.gz
+-rw-r--r-- 1 root root 1142 2018-02-27 06:13 ./source/n/biff+comsat/slack-desc
+drwxr-xr-x 3 root root 4096 2022-01-19 17:47 ./source/n/bind
+-rw-r--r-- 1 root root 5120 2007-06-08 04:48 ./source/n/bind/3link.sh
+-rw-r--r-- 1 root root 5086780 2022-01-19 14:49 ./source/n/bind/bind-9.16.25.tar.xz
+-rw-r--r-- 1 root root 874 2022-01-19 14:49 ./source/n/bind/bind-9.16.25.tar.xz.asc
+-rw-r--r-- 1 root root 874 2022-01-19 14:49 ./source/n/bind/bind-9.16.25.tar.xz.sha1.asc
+-rw-r--r-- 1 root root 874 2022-01-19 14:49 ./source/n/bind/bind-9.16.25.tar.xz.sha256.asc
+-rw-r--r-- 1 root root 874 2022-01-19 14:49 ./source/n/bind/bind-9.16.25.tar.xz.sha512.asc
+-rwxr-xr-x 1 root root 5506 2021-11-17 19:32 ./source/n/bind/bind.SlackBuild
+drwxr-xr-x 2 root root 4096 2019-08-19 18:12 ./source/n/bind/caching-example
+-rw-r--r-- 1 root root 195 2001-05-18 02:03 ./source/n/bind/caching-example/localhost.zone
+-rw-r--r-- 1 root root 681 2008-04-13 21:47 ./source/n/bind/caching-example/named.conf
+-rw-r--r-- 1 root root 433 2011-03-26 06:54 ./source/n/bind/caching-example/named.local
+-rw-r--r-- 1 root root 3312 2019-07-30 01:10 ./source/n/bind/caching-example/named.root
+-rw-r--r-- 1 root root 478 2021-09-24 19:02 ./source/n/bind/default.named
+-rw-r--r-- 1 root root 532 2021-09-16 00:25 ./source/n/bind/doinst.sh.gz
+-rw-r--r-- 1 root root 3990 2021-09-24 19:04 ./source/n/bind/rc.bind
+-rw-r--r-- 1 root root 786 2018-02-27 06:13 ./source/n/bind/slack-desc
+drwxr-xr-x 3 root root 4096 2022-01-06 00:45 ./source/n/bluez
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/bluez-firmware
+-rw-r--r-- 1 root root 262963 2007-04-23 22:58 ./source/n/bluez-firmware/bluez-firmware-1.2.tar.bz2
+-rwxr-xr-x 1 root root 3876 2021-02-13 05:32 ./source/n/bluez-firmware/bluez-firmware.SlackBuild
+-rw-r--r-- 1 root root 828 2018-02-27 06:13 ./source/n/bluez-firmware/slack-desc
+-rw-r--r-- 1 root root 852 2019-10-13 03:07 ./source/n/bluez/bluez-5.51-obexd_without_systemd-1.patch.gz
+-rw-r--r-- 1 root root 801 2022-01-05 22:30 ./source/n/bluez/bluez-5.63.tar.sign
+-rw-r--r-- 1 root root 2169168 2022-01-05 22:30 ./source/n/bluez/bluez-5.63.tar.xz
+-rwxr-xr-x 1 root root 6549 2022-01-26 19:14 ./source/n/bluez/bluez.SlackBuild
+-rw-r--r-- 1 root root 42 2019-10-31 16:44 ./source/n/bluez/bluez.url
+-rw-r--r-- 1 root root 128 2016-03-26 18:17 ./source/n/bluez/btusb.conf
+drwxr-xr-x 2 root root 4096 2016-04-18 18:04 ./source/n/bluez/config
+-rw-r--r-- 1 root root 276 2021-07-10 16:50 ./source/n/bluez/config/defaultconfig
+-rw-r--r-- 1 root root 1456 2022-01-26 19:14 ./source/n/bluez/config/rc.bluetooth
+-rw-r--r-- 1 root root 148 2015-11-26 06:03 ./source/n/bluez/config/uart.conf
+-rw-r--r-- 1 root root 370 2017-12-28 21:31 ./source/n/bluez/doinst.sh.gz
+-rw-r--r-- 1 root root 786 2019-09-20 19:06 ./source/n/bluez/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/bootp
+-rw-r--r-- 1 root root 616 2006-06-09 23:31 ./source/n/bootp/_bootp.tar.gz
+-rwxr-xr-x 1 root root 3150 2021-02-13 05:32 ./source/n/bootp/bootp.SlackBuild
+-rw-r--r-- 1 root root 23147 2006-02-17 23:17 ./source/n/bootp/bootp_2.4.3-15.diff.gz
+-rw-r--r-- 1 root root 89235 1999-03-18 19:52 ./source/n/bootp/bootp_2.4.3.orig.tar.gz
+-rw-r--r-- 1 root root 643 2002-02-27 00:08 ./source/n/bootp/bootptab.gz
+-rw-r--r-- 1 root root 873 2018-02-27 06:13 ./source/n/bootp/slack-desc
+drwxr-xr-x 2 root root 4096 2021-03-21 17:41 ./source/n/bridge-utils
+-rw-r--r-- 1 root root 29421 2021-03-21 17:40 ./source/n/bridge-utils/bridge-utils-1.7.1.tar.lz
+-rwxr-xr-x 1 root root 4014 2021-03-21 17:41 ./source/n/bridge-utils/bridge-utils.SlackBuild
+-rw-r--r-- 1 root root 131 2021-03-21 17:40 ./source/n/bridge-utils/bridge-utils.url
+-rw-r--r-- 1 root root 1048 2018-02-27 06:13 ./source/n/bridge-utils/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/bsd-finger
+-rw-r--r-- 1 root root 288 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.16-allocbroken.patch.gz
+-rw-r--r-- 1 root root 334 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.16-pts.patch.gz
+-rw-r--r-- 1 root root 2920 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-coverity-bugs.patch.gz
+-rw-r--r-- 1 root root 430 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-exact.patch.gz
+-rw-r--r-- 1 root root 541 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-host-info.patch.gz
+-rw-r--r-- 1 root root 234 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-init-realname.patch.gz
+-rw-r--r-- 1 root root 349 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-match_sigsegv.patch.gz
+-rw-r--r-- 1 root root 350 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-rfc742.patch.gz
+-rw-r--r-- 1 root root 302 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-strip.patch.gz
+-rw-r--r-- 1 root root 312 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-time.patch.gz
+-rw-r--r-- 1 root root 4169 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-usagi-ipv6.patch.gz
+-rw-r--r-- 1 root root 568 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.17-utmp.patch.gz
+-rw-r--r-- 1 root root 273 2001-02-26 01:21 ./source/n/bsd-finger/bsd-finger-0.17.diff.gz
+-rw-r--r-- 1 root root 25521 2000-07-31 02:56 ./source/n/bsd-finger/bsd-finger-0.17.tar.gz
+-rw-r--r-- 1 root root 1479 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-wide-char-support5.patch.gz
+-rwxr-xr-x 1 root root 3939 2021-02-13 05:32 ./source/n/bsd-finger/bsd-finger.SlackBuild
+-rw-r--r-- 1 root root 1071 2018-02-27 06:13 ./source/n/bsd-finger/slack-desc
+drwxr-xr-x 2 root root 4096 2021-10-27 17:44 ./source/n/c-ares
+-rw-r--r-- 1 root root 835619 2021-10-27 06:07 ./source/n/c-ares/c-ares-1.18.1.tar.lz
+-rwxr-xr-x 1 root root 4415 2021-04-09 19:16 ./source/n/c-ares/c-ares.SlackBuild
+-rw-r--r-- 1 root root 970 2021-04-09 19:13 ./source/n/c-ares/slack-desc
+drwxr-xr-x 2 root root 4096 2021-12-17 05:54 ./source/n/ca-certificates
+-rwxr-xr-x 1 root root 3661 2021-10-05 19:57 ./source/n/ca-certificates/ca-certificates.SlackBuild
+-rw-r--r-- 1 root root 14672 2018-12-11 03:14 ./source/n/ca-certificates/ca-certificates.tar.lz
+-rw-r--r-- 1 root root 206428 2021-12-17 05:54 ./source/n/ca-certificates/certdata-20211216.txt.xz
+-rw-r--r-- 1 root root 448 2021-10-05 19:56 ./source/n/ca-certificates/doinst.sh.gz
+-rw-r--r-- 1 root root 374 2015-09-14 21:52 ./source/n/ca-certificates/fixup_update-ca-certificates.diff.gz
+-rwxr-xr-x 1 root root 1626 2018-12-11 03:25 ./source/n/ca-certificates/get-certdata.txt.sh
+-rw-r--r-- 1 root root 128 2012-09-11 21:12 ./source/n/ca-certificates/setup.11.cacerts
+-rw-r--r-- 1 root root 829 2019-02-26 23:30 ./source/n/ca-certificates/slack-desc
+-rw-r--r-- 1 root root 229 2019-02-26 20:33 ./source/n/ca-certificates/update-ca-certificates.c_rehash.diff.gz
+drwxr-xr-x 2 root root 4096 2021-09-25 00:06 ./source/n/cifs-utils
+-rw-r--r-- 1 root root 319490 2021-09-23 23:53 ./source/n/cifs-utils/cifs-utils-6.14.tar.lz
+-rwxr-xr-x 1 root root 4873 2021-04-13 16:13 ./source/n/cifs-utils/cifs-utils.SlackBuild
+-rw-r--r-- 1 root root 48 2018-11-15 17:49 ./source/n/cifs-utils/cifs-utils.url
+-rw-r--r-- 1 root root 1061 2018-02-27 06:13 ./source/n/cifs-utils/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/conntrack-tools
+-rw-r--r-- 1 root root 419642 2020-04-01 17:27 ./source/n/conntrack-tools/conntrack-tools-1.4.6.tar.lz
+-rwxr-xr-x 1 root root 3634 2021-02-13 05:32 ./source/n/conntrack-tools/conntrack-tools.SlackBuild
+-rw-r--r-- 1 root root 44 2020-04-02 18:37 ./source/n/conntrack-tools/conntrack-tools.url
+-rw-r--r-- 1 root root 1092 2018-05-28 18:00 ./source/n/conntrack-tools/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/crda
+-rw-r--r-- 1 root root 61500 2019-11-01 18:08 ./source/n/crda/crda-4.14.tar.xz
+-rwxr-xr-x 1 root root 4281 2021-02-13 05:32 ./source/n/crda/crda.SlackBuild
+-rw-r--r-- 1 root root 113 2019-11-01 19:04 ./source/n/crda/crda.url
+-rw-r--r-- 1 root root 425 2015-03-21 20:15 ./source/n/crda/get_regdb.sh
+-rw-r--r-- 1 root root 861 2018-02-27 06:13 ./source/n/crda/slack-desc
+-rw-r--r-- 1 root root 488 2019-06-03 21:45 ./source/n/crda/wireless-regdb-2019.06.03.tar.sign
+-rw-r--r-- 1 root root 23176 2019-06-03 21:45 ./source/n/crda/wireless-regdb-2019.06.03.tar.xz
+-rw-r--r-- 1 root root 55 2018-02-05 06:31 ./source/n/crda/wireless-regdb.url
+drwxr-xr-x 2 root root 4096 2022-01-05 19:57 ./source/n/curl
+-rw-r--r-- 1 root root 2486388 2022-01-05 07:52 ./source/n/curl/curl-7.81.0.tar.xz
+-rw-r--r-- 1 root root 488 2022-01-05 07:52 ./source/n/curl/curl-7.81.0.tar.xz.asc
+-rwxr-xr-x 1 root root 4851 2021-05-26 18:57 ./source/n/curl/curl.SlackBuild
+-rw-r--r-- 1 root root 30 2018-04-20 16:49 ./source/n/curl/curl.url
+-rw-r--r-- 1 root root 1004 2019-02-06 21:57 ./source/n/curl/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/cyrus-sasl
+-rw-r--r-- 1 root root 1596313 2018-11-17 00:25 ./source/n/cyrus-sasl/cyrus-sasl-2.1.27.tar.lz
+-rwxr-xr-x 1 root root 4562 2021-02-13 05:32 ./source/n/cyrus-sasl/cyrus-sasl.SlackBuild
+-rw-r--r-- 1 root root 36 2018-05-07 05:40 ./source/n/cyrus-sasl/cyrus-sasl.url
+-rw-r--r-- 1 root root 275 2005-07-24 22:43 ./source/n/cyrus-sasl/doinst.sh.gz
+-rw-r--r-- 1 root root 584 2020-11-30 19:09 ./source/n/cyrus-sasl/rc.saslauthd.gz
+-rw-r--r-- 1 root root 831 2018-02-27 06:13 ./source/n/cyrus-sasl/slack-desc
+drwxr-xr-x 2 root root 4096 2021-04-18 18:03 ./source/n/daemon
+-rw-r--r-- 1 root root 297884 2021-03-04 16:12 ./source/n/daemon/daemon-0.8.tar.lz
+-rwxr-xr-x 1 root root 3821 2021-04-18 18:01 ./source/n/daemon/daemon.SlackBuild
+-rw-r--r-- 1 root root 271 2021-04-18 18:02 ./source/n/daemon/doinst.sh.gz
+-rw-r--r-- 1 root root 911 2021-04-18 18:02 ./source/n/daemon/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/dehydrated
+-rw-r--r-- 1 root root 78906 2020-12-10 15:54 ./source/n/dehydrated/dehydrated-0.7.0.tar.lz
+-rwxr-xr-x 1 root root 3560 2021-02-13 05:32 ./source/n/dehydrated/dehydrated.SlackBuild
+-rw-r--r-- 1 root root 276 2021-01-04 23:19 ./source/n/dehydrated/dehydrated.cron
+-rw-r--r-- 1 root root 53 2020-12-23 09:56 ./source/n/dehydrated/dehydrated.url
+-rw-r--r-- 1 root root 367 2021-01-04 23:17 ./source/n/dehydrated/doinst.sh.gz
+-rw-r--r-- 1 root root 1006 2021-01-04 23:24 ./source/n/dehydrated/slack-desc
+drwxr-xr-x 2 root root 4096 2021-05-29 17:22 ./source/n/dhcp
+-rw-r--r-- 1 root root 414 2017-08-03 20:32 ./source/n/dhcp/dhclient-script.PATH.diff.gz
+-rw-r--r-- 1 root root 9898311 2021-05-26 20:15 ./source/n/dhcp/dhcp-4.4.2-P1.tar.gz
+-rw-r--r-- 1 root root 833 2021-05-26 20:15 ./source/n/dhcp/dhcp-4.4.2-P1.tar.gz.asc
+-rw-r--r-- 1 root root 833 2021-05-26 20:15 ./source/n/dhcp/dhcp-4.4.2-P1.tar.gz.sha1.asc
+-rw-r--r-- 1 root root 833 2021-05-26 20:15 ./source/n/dhcp/dhcp-4.4.2-P1.tar.gz.sha256.asc
+-rw-r--r-- 1 root root 833 2021-05-26 20:15 ./source/n/dhcp/dhcp-4.4.2-P1.tar.gz.sha512.asc
+-rwxr-xr-x 1 root root 1667 2011-04-06 19:13 ./source/n/dhcp/dhcp-remove-bind-tarball.sh
+-rwxr-xr-x 1 root root 5716 2021-05-29 17:23 ./source/n/dhcp/dhcp.SlackBuild
+-rw-r--r-- 1 root root 28 2020-01-22 18:55 ./source/n/dhcp/dhcp.url
+-rw-r--r-- 1 root root 309 2011-03-24 13:39 ./source/n/dhcp/doinst.sh.gz
+-rw-r--r-- 1 root root 1093 2018-02-27 06:13 ./source/n/dhcp/slack-desc
+drwxr-xr-x 3 root root 4096 2021-10-24 17:58 ./source/n/dhcpcd
+-rw-r--r-- 1 root root 257092 2021-10-22 12:05 ./source/n/dhcpcd/dhcpcd-9.4.1.tar.xz
+-rw-r--r-- 1 root root 96 2021-10-22 12:05 ./source/n/dhcpcd/dhcpcd-9.4.1.tar.xz.distinfo
+-rw-r--r-- 1 root root 669 2021-10-22 12:05 ./source/n/dhcpcd/dhcpcd-9.4.1.tar.xz.distinfo.asc
+-rwxr-xr-x 1 root root 5350 2021-10-24 17:58 ./source/n/dhcpcd/dhcpcd.SlackBuild
+-rw-r--r-- 1 root root 42 2021-09-12 17:50 ./source/n/dhcpcd/dhcpcd.url
+-rw-r--r-- 1 root root 265 2009-07-24 16:30 ./source/n/dhcpcd/doinst.sh.gz
+drwxr-xr-x 2 root root 4096 2021-10-24 17:58 ./source/n/dhcpcd/patches
+-rw-r--r-- 1 root root 427 2018-01-02 10:15 ./source/n/dhcpcd/patches/dhcpcd.conf-Don-t-invoke-wpa_supplicant-by-default.patch
+-rw-r--r-- 1 root root 411 2018-01-02 10:20 ./source/n/dhcpcd/patches/dhcpcd.conf-request_ntp_server_by_default.patch
+-rw-r--r-- 1 root root 316 2021-08-10 04:00 ./source/n/dhcpcd/patches/use-hostname_short-in-dhcpcd.conf.patch
+-rw-r--r-- 1 root root 947 2018-02-27 06:13 ./source/n/dhcpcd/slack-desc
+drwxr-xr-x 2 root root 4096 2021-09-09 17:11 ./source/n/dnsmasq
+-rw-r--r-- 1 root root 898 2019-08-28 17:40 ./source/n/dnsmasq/dnsmasq-2.80-SIOCGSTAMP.patch.gz
+-rw-r--r-- 1 root root 531404 2021-09-08 21:53 ./source/n/dnsmasq/dnsmasq-2.86.tar.xz
+-rw-r--r-- 1 root root 833 2021-09-08 21:53 ./source/n/dnsmasq/dnsmasq-2.86.tar.xz.asc
+-rwxr-xr-x 1 root root 4269 2021-09-09 17:11 ./source/n/dnsmasq/dnsmasq.SlackBuild
+-rw-r--r-- 1 root root 543 2010-01-22 21:33 ./source/n/dnsmasq/dnsmasq.leasedir.diff.gz
+-rw-r--r-- 1 root root 246 2017-07-07 18:28 ./source/n/dnsmasq/dnsmasq.libidn2.diff.gz
+-rw-r--r-- 1 root root 345 2021-04-25 18:48 ./source/n/dnsmasq/doinst.sh.gz
+-rw-r--r-- 1 root root 383 2021-04-25 18:44 ./source/n/dnsmasq/rc.dnsmasq.gz
+-rw-r--r-- 1 root root 898 2018-02-27 06:13 ./source/n/dnsmasq/slack-desc
+drwxr-xr-x 2 root root 4096 2021-12-07 17:38 ./source/n/dovecot
+-rw-r--r-- 1 root root 574 2020-02-12 17:48 ./source/n/dovecot/doinst.sh.gz
+-rw-r--r-- 1 root root 4487199 2021-12-07 09:15 ./source/n/dovecot/dovecot-2.3.17.1.tar.lz
+-rwxr-xr-x 1 root root 6193 2021-06-21 17:42 ./source/n/dovecot/dovecot.SlackBuild
+-rw-r--r-- 1 root root 498 2017-11-15 01:04 ./source/n/dovecot/dovecot.config.README.diff.gz
+-rw-r--r-- 1 root root 650 2018-01-31 23:05 ./source/n/dovecot/dovecot.default.shadow.auth.diff.gz
+-rw-r--r-- 1 root root 157 2020-02-12 17:46 ./source/n/dovecot/dovecot.pam
+-rw-r--r-- 1 root root 23 2019-07-13 18:39 ./source/n/dovecot/dovecot.url
+-rw-r--r-- 1 root root 554 2017-11-19 20:37 ./source/n/dovecot/rc.dovecot
+-rw-r--r-- 1 root root 937 2018-02-27 06:13 ./source/n/dovecot/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/ebtables
+-rw-r--r-- 1 root root 265 2012-10-26 20:31 ./source/n/ebtables/doinst.sh.gz
+-rw-r--r-- 1 root root 299200 2019-12-02 15:31 ./source/n/ebtables/ebtables-2.0.11.tar.lz
+-rwxr-xr-x 1 root root 3614 2021-02-13 05:32 ./source/n/ebtables/ebtables.SlackBuild
+-rw-r--r-- 1 root root 37 2019-12-03 18:10 ./source/n/ebtables/ebtables.url
+-rw-r--r-- 1 root root 911 2019-12-03 18:12 ./source/n/ebtables/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/elm
+-rw-r--r-- 1 root root 4400 2009-08-13 19:04 ./source/n/elm/config.sh
+-rwxr-xr-x 1 root root 3200 2021-02-13 05:32 ./source/n/elm/elm.SlackBuild
+-rw-r--r-- 1 root root 481431 2005-08-18 13:25 ./source/n/elm/elm2.5.8.tar.bz2
+-rw-r--r-- 1 root root 675 2018-02-27 06:13 ./source/n/elm/slack-desc
+drwxr-xr-x 2 root root 4096 2021-11-02 19:02 ./source/n/epic5
+-rw-r--r-- 1 root root 249636 2005-03-16 01:15 ./source/n/epic5/epic-help-current.tar.xz
+-rw-r--r-- 1 root root 888148 2021-10-06 15:37 ./source/n/epic5/epic5-2.1.6.tar.xz
+-rwxr-xr-x 1 root root 4236 2021-11-02 19:02 ./source/n/epic5/epic5.SlackBuild
+-rw-r--r-- 1 root root 771 2018-02-27 06:13 ./source/n/epic5/slack-desc
+drwxr-xr-x 2 root root 4096 2022-01-19 17:53 ./source/n/ethtool
+-rw-r--r-- 1 root root 488 2022-01-18 23:31 ./source/n/ethtool/ethtool-5.16.tar.sign
+-rw-r--r-- 1 root root 320308 2022-01-18 23:31 ./source/n/ethtool/ethtool-5.16.tar.xz
+-rwxr-xr-x 1 root root 3251 2021-05-03 18:16 ./source/n/ethtool/ethtool.SlackBuild
+-rw-r--r-- 1 root root 53 2018-02-03 23:15 ./source/n/ethtool/ethtool.url
+-rw-r--r-- 1 root root 895 2018-02-27 06:13 ./source/n/ethtool/slack-desc
+drwxr-xr-x 2 root root 4096 2022-01-27 03:55 ./source/n/fetchmail
+-rw-r--r-- 1 root root 1323680 2022-01-26 19:38 ./source/n/fetchmail/fetchmail-6.4.27.tar.lz
+-rw-r--r-- 1 root root 833 2022-01-26 19:38 ./source/n/fetchmail/fetchmail-6.4.27.tar.lz.asc
+-rwxr-xr-x 1 root root 3596 2021-11-20 18:52 ./source/n/fetchmail/fetchmail.SlackBuild
+-rw-r--r-- 1 root root 42 2019-09-28 19:00 ./source/n/fetchmail/fetchmail.url
+-rw-r--r-- 1 root root 1061 2018-02-27 06:13 ./source/n/fetchmail/slack-desc
+drwxr-xr-x 2 root root 4096 2022-01-09 02:29 ./source/n/getmail
+-rwxr-xr-x 1 root root 2433 2022-01-09 02:29 ./source/n/getmail/getmail.SlackBuild
+-rw-r--r-- 1 root root 73 2020-08-15 18:00 ./source/n/getmail/getmail.url
+-rw-r--r-- 1 root root 146270 2022-01-08 21:10 ./source/n/getmail/getmail6-6.18.6.tar.lz
+-rw-r--r-- 1 root root 817 2018-02-27 06:13 ./source/n/getmail/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./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 3781 2021-02-13 05:32 ./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 2021-11-26 19:19 ./source/n/gnupg2
+-rw-r--r-- 1 root root 5140296 2021-11-23 10:49 ./source/n/gnupg2/gnupg-2.2.33.tar.lz
+-rwxr-xr-x 1 root root 4251 2021-06-11 16:46 ./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 2021-10-11 21:53 ./source/n/gnutls
+-rw-r--r-- 1 root root 6091508 2021-05-29 08:50 ./source/n/gnutls/gnutls-3.7.2.tar.xz
+-rw-r--r-- 1 root root 566 2021-05-29 08:50 ./source/n/gnutls/gnutls-3.7.2.tar.xz.sig
+-rwxr-xr-x 1 root root 4933 2021-05-24 16:52 ./source/n/gnutls/gnutls.SlackBuild
+-rw-r--r-- 1 root root 946 2018-02-27 06:13 ./source/n/gnutls/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/gpa
+-rw-r--r-- 1 root root 232 2012-07-18 19:35 ./source/n/gpa/doinst.sh.gz
+-rw-r--r-- 1 root root 623700 2018-10-17 06:25 ./source/n/gpa/gpa-0.10.0.tar.lz
+-rwxr-xr-x 1 root root 4112 2021-02-13 05:32 ./source/n/gpa/gpa.SlackBuild
+-rw-r--r-- 1 root root 737 2018-02-27 06:13 ./source/n/gpa/slack-desc
+drwxr-xr-x 2 root root 4096 2021-11-02 19:02 ./source/n/gpgme
+-rw-r--r-- 1 root root 1268978 2021-06-24 17:31 ./source/n/gpgme/gpgme-1.16.0.tar.lz
+-rwxr-xr-x 1 root root 3913 2021-11-02 19:02 ./source/n/gpgme/gpgme.SlackBuild
+-rw-r--r-- 1 root root 990 2018-02-27 06:13 ./source/n/gpgme/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/htdig
+-rw-r--r-- 1 root root 274 2007-04-07 22:58 ./source/n/htdig/doinst.sh.gz
+-rw-r--r-- 1 root root 3347 2007-04-07 22:30 ./source/n/htdig/htdig-3.2.0b6.diff.gz
+-rw-r--r-- 1 root root 2498246 2004-07-13 14:21 ./source/n/htdig/htdig-3.2.0b6.tar.bz2
+-rwxr-xr-x 1 root root 4788 2021-02-13 05:32 ./source/n/htdig/htdig.SlackBuild
+-rw-r--r-- 1 root root 288 2007-05-02 18:02 ./source/n/htdig/htdig.conf.diff.gz
+-rw-r--r-- 1 root root 887 2018-02-27 06:13 ./source/n/htdig/slack-desc
+drwxr-xr-x 2 root root 4096 2021-12-20 18:30 ./source/n/httpd
+-rw-r--r-- 1 root root 931 2018-09-24 18:58 ./source/n/httpd/doinst.sh.gz
+-rw-r--r-- 1 root root 7439184 2021-12-20 09:36 ./source/n/httpd/httpd-2.4.52.tar.bz2
+-rw-r--r-- 1 root root 874 2021-12-20 09:36 ./source/n/httpd/httpd-2.4.52.tar.bz2.asc
+-rwxr-xr-x 1 root root 9105 2021-06-03 18:29 ./source/n/httpd/httpd.SlackBuild
+-rw-r--r-- 1 root root 260 2012-04-13 02:17 ./source/n/httpd/httpd.runasapache.diff.gz
+-rw-r--r-- 1 root root 112 2021-12-20 18:30 ./source/n/httpd/httpd.url
+-rw-r--r-- 1 root root 171 2021-05-23 19:15 ./source/n/httpd/logrotate.httpd
+-rw-r--r-- 1 root root 1083 2018-03-20 18:37 ./source/n/httpd/rc.httpd
+-rw-r--r-- 1 root root 966 2018-02-27 06:13 ./source/n/httpd/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/icmpinfo
+-rw-r--r-- 1 root root 472 2015-10-13 17:39 ./source/n/icmpinfo/icmpinfo-1.11-time.diff.gz
+-rw-r--r-- 1 root root 2263 2007-04-29 20:13 ./source/n/icmpinfo/icmpinfo-1.11.diff.gz
+-rw-r--r-- 1 root root 11873 1995-08-23 23:00 ./source/n/icmpinfo/icmpinfo-1.11.tar.gz
+-rwxr-xr-x 1 root root 2964 2021-02-13 05:32 ./source/n/icmpinfo/icmpinfo.SlackBuild
+-rw-r--r-- 1 root root 822 2018-02-27 06:13 ./source/n/icmpinfo/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/iftop
+-rw-r--r-- 1 root root 155060 2014-01-19 21:57 ./source/n/iftop/iftop-1.0pre4.tar.xz
+-rwxr-xr-x 1 root root 4173 2021-02-13 05:32 ./source/n/iftop/iftop.SlackBuild
+-rw-r--r-- 1 root root 865 2020-03-18 18:00 ./source/n/iftop/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/inetd
+-rw-r--r-- 1 root root 5551 2002-03-22 02:21 ./source/n/inetd/README
+-rw-r--r-- 1 root root 341 2017-11-16 19:32 ./source/n/inetd/doinst.sh.gz
+-rw-r--r-- 1 root root 413 2016-01-11 06:08 ./source/n/inetd/fix-x86_64-daytime-segfault.diff.gz
+-rw-r--r-- 1 root root 6436 2001-02-07 01:19 ./source/n/inetd/inetd-OpenBSD-1.79.diff.gz
+-rw-r--r-- 1 root root 19053 2001-02-06 20:48 ./source/n/inetd/inetd-OpenBSD-1.79.tar.gz
+-rwxr-xr-x 1 root root 3204 2021-02-13 05:32 ./source/n/inetd/inetd.SlackBuild
+-rw-r--r-- 1 root root 4515 2017-11-13 04:46 ./source/n/inetd/inetd.conf
+-rw-r--r-- 1 root root 197 2021-01-17 00:18 ./source/n/inetd/inetd.libtirpc.diff.gz
+-rw-r--r-- 1 root root 889 2003-09-06 23:32 ./source/n/inetd/inetd.loopingdos.diff.gz
+-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 2022-01-11 20:42 ./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 2022-01-10 23:30 ./source/n/iproute2/iproute2-5.16.0.tar.sign
+-rw-r--r-- 1 root root 862504 2022-01-10 23:30 ./source/n/iproute2/iproute2-5.16.0.tar.xz
+-rwxr-xr-x 1 root root 4945 2021-02-23 21:51 ./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 2021-08-06 17:25 ./source/n/ipset
+-rw-r--r-- 1 root root 498155 2021-08-04 06:19 ./source/n/ipset/ipset-7.15.tar.lz
+-rwxr-xr-x 1 root root 3918 2021-02-20 19:19 ./source/n/ipset/ipset.SlackBuild
+-rw-r--r-- 1 root root 927 2018-02-27 06:13 ./source/n/ipset/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/iptables
+-rw-r--r-- 1 root root 619019 2021-01-15 22:12 ./source/n/iptables/iptables-1.8.7.tar.lz
+-rwxr-xr-x 1 root root 4149 2021-02-13 05:32 ./source/n/iptables/iptables.SlackBuild
+-rw-r--r-- 1 root root 46 2020-11-01 18:56 ./source/n/iptables/iptables.url
+-rw-r--r-- 1 root root 1098 2019-12-03 18:03 ./source/n/iptables/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/iptraf-ng
+-rw-r--r-- 1 root root 283345 2020-07-21 12:10 ./source/n/iptraf-ng/iptraf-ng-1.2.1.tar.lz
+-rwxr-xr-x 1 root root 4225 2021-02-13 05:32 ./source/n/iptraf-ng/iptraf-ng.SlackBuild
+-rw-r--r-- 1 root root 242 2020-06-01 18:08 ./source/n/iptraf-ng/iptraf-ng.paths.diff.gz
+-rw-r--r-- 1 root root 39 2020-06-01 18:01 ./source/n/iptraf-ng/iptraf-ng.url
+-rw-r--r-- 1 root root 1041 2018-02-27 06:13 ./source/n/iptraf-ng/slack-desc
+drwxr-xr-x 2 root root 4096 2021-12-16 03:01 ./source/n/iputils
+-rw-r--r-- 1 root root 444669 2021-12-15 13:09 ./source/n/iputils/iputils-20211215.tar.lz
+-rwxr-xr-x 1 root root 4470 2021-12-16 03:02 ./source/n/iputils/iputils.SlackBuild
+-rw-r--r-- 1 root root 1059 2021-12-16 03:01 ./source/n/iputils/iputils.docbook.revert.diff.gz
+-rw-r--r-- 1 root root 44 2018-08-06 17:28 ./source/n/iputils/iputils.url
+-rw-r--r-- 1 root root 864 2021-12-16 21:30 ./source/n/iputils/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/ipw2100-fw
+-rw-r--r-- 1 root root 177519 2008-03-09 04:43 ./source/n/ipw2100-fw/ipw2100-fw-1.3.tar.bz2
+-rwxr-xr-x 1 root root 3250 2021-02-13 05:32 ./source/n/ipw2100-fw/ipw2100-fw.SlackBuild
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./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 2021-02-13 05:32 ./source/n/ipw2200-fw/ipw2200-fw.SlackBuild
+drwxr-xr-x 2 root root 4096 2021-05-21 16:40 ./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 1145292 2021-04-09 18:09 ./source/n/irssi/irssi-1.2.3.tar.xz
+-rw-r--r-- 1 root root 195 2021-04-09 18:09 ./source/n/irssi/irssi-1.2.3.tar.xz.asc
+-rwxr-xr-x 1 root root 4796 2021-05-21 16:40 ./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 2021-11-08 18:25 ./source/n/iw
+-rw-r--r-- 1 root root 566 2021-11-08 08:59 ./source/n/iw/iw-5.16.tar.sign
+-rw-r--r-- 1 root root 149548 2021-11-08 08:59 ./source/n/iw/iw-5.16.tar.xz
+-rwxr-xr-x 1 root root 3643 2021-11-08 18:25 ./source/n/iw/iw.SlackBuild
+-rw-r--r-- 1 root root 47 2019-02-02 03:29 ./source/n/iw/iw.url
+-rw-r--r-- 1 root root 876 2018-02-27 06:13 ./source/n/iw/slack-desc
+drwxr-xr-x 3 root root 4096 2021-10-21 17:05 ./source/n/krb5
+drwxr-xr-x 2 root root 4096 2020-01-21 18:39 ./source/n/krb5/conf
+-rw-r--r-- 1 root root 92 2019-12-10 20:45 ./source/n/krb5/conf/kadmind
+-rw-r--r-- 1 root root 1164 2019-12-10 21:03 ./source/n/krb5/conf/kdc.conf.example
+-rw-r--r-- 1 root root 90 2019-12-10 20:48 ./source/n/krb5/conf/kpropd
+-rw-r--r-- 1 root root 628 2019-12-10 21:00 ./source/n/krb5/conf/krb5.conf.example
+-rw-r--r-- 1 root root 92 2019-12-10 20:49 ./source/n/krb5/conf/krb5kdc
+-rw-r--r-- 1 root root 797 2019-12-12 21:24 ./source/n/krb5/conf/rc.kadmind
+-rw-r--r-- 1 root root 857 2019-12-12 21:25 ./source/n/krb5/conf/rc.kpropd
+-rw-r--r-- 1 root root 842 2019-12-12 21:24 ./source/n/krb5/conf/rc.krb5kdc
+-rw-r--r-- 1 root root 1454 2021-10-21 16:32 ./source/n/krb5/d775c95af7606a51bf79547a94fa52ddd1cb7f49.patch
+-rw-r--r-- 1 root root 357 2019-12-10 20:54 ./source/n/krb5/doinst.sh.gz
+-rw-r--r-- 1 root root 6035610 2021-07-22 15:58 ./source/n/krb5/krb5-1.19.2.tar.lz
+-rwxr-xr-x 1 root root 6173 2021-10-21 17:02 ./source/n/krb5/krb5.SlackBuild
+-rw-r--r-- 1 root root 39 2017-09-30 20:08 ./source/n/krb5/krb5.url
+-rw-r--r-- 1 root root 756 2020-01-21 18:49 ./source/n/krb5/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/lftp
+-rw-r--r-- 1 root root 263 2009-05-31 06:11 ./source/n/lftp/doinst.sh.gz
+-rw-r--r-- 1 root root 1654960 2020-08-13 20:37 ./source/n/lftp/lftp-4.9.2.tar.xz
+-rw-r--r-- 1 root root 155 2020-08-13 20:37 ./source/n/lftp/lftp-4.9.2.tar.xz.asc
+-rwxr-xr-x 1 root root 4342 2021-02-13 05:32 ./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 2021-03-24 03:46 ./source/n/libassuan
+-rw-r--r-- 1 root root 488363 2021-03-22 12:29 ./source/n/libassuan/libassuan-2.5.5.tar.lz
+-rwxr-xr-x 1 root root 3860 2021-03-24 03:46 ./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 2021-08-23 18:09 ./source/n/libgcrypt
+-rw-r--r-- 1 root root 2711602 2021-08-22 16:08 ./source/n/libgcrypt/libgcrypt-1.9.4.tar.lz
+-rwxr-xr-x 1 root root 4316 2021-02-17 19:08 ./source/n/libgcrypt/libgcrypt.SlackBuild
+-rw-r--r-- 1 root root 702 2018-02-27 06:13 ./source/n/libgcrypt/slack-desc
+drwxr-xr-x 2 root root 4096 2022-01-27 19:10 ./source/n/libgpg-error
+-rw-r--r-- 1 root root 802398 2022-01-27 09:02 ./source/n/libgpg-error/libgpg-error-1.44.tar.lz
+-rwxr-xr-x 1 root root 4768 2021-03-22 18:29 ./source/n/libgpg-error/libgpg-error.SlackBuild
+-rw-r--r-- 1 root root 41 2020-02-08 19:17 ./source/n/libgpg-error/libgpg-error.url
+-rw-r--r-- 1 root root 852 2018-02-27 06:13 ./source/n/libgpg-error/slack-desc
+drwxr-xr-x 2 root root 4096 2021-06-10 18:08 ./source/n/libksba
+-rw-r--r-- 1 root root 662120 2021-06-10 12:33 ./source/n/libksba/libksba-1.6.0.tar.bz2
+-rw-r--r-- 1 root root 119 2021-06-10 12:33 ./source/n/libksba/libksba-1.6.0.tar.bz2.sig
+-rwxr-xr-x 1 root root 3963 2021-04-07 19:48 ./source/n/libksba/libksba.SlackBuild
+-rw-r--r-- 1 root root 36 2020-05-24 18:04 ./source/n/libksba/libksba.url
+-rw-r--r-- 1 root root 787 2018-02-27 06:13 ./source/n/libksba/slack-desc
+drwxr-xr-x 2 root root 4096 2021-11-19 20:27 ./source/n/libmbim
+-rw-r--r-- 1 root root 561096 2021-11-08 11:47 ./source/n/libmbim/libmbim-1.26.2.tar.xz
+-rw-r--r-- 1 root root 195 2021-11-08 11:47 ./source/n/libmbim/libmbim-1.26.2.tar.xz.asc
+-rwxr-xr-x 1 root root 4347 2021-06-04 17:50 ./source/n/libmbim/libmbim.SlackBuild
+-rw-r--r-- 1 root root 828 2018-02-27 06:13 ./source/n/libmbim/slack-desc
+drwxr-xr-x 2 root root 4096 2021-08-21 03:28 ./source/n/libmilter
+-rwxr-xr-x 1 root root 3250 2021-08-21 03:28 ./source/n/libmilter/libmilter.SlackBuild
+-rw-r--r-- 1 root root 1604826 2021-08-17 07:30 ./source/n/libmilter/sendmail.8.17.1.tar.lz
+-rw-r--r-- 1 root root 400 2019-08-20 17:57 ./source/n/libmilter/site.config.m4
+-rw-r--r-- 1 root root 830 2018-02-27 06:13 ./source/n/libmilter/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/libmnl
+-rw-r--r-- 1 root root 245548 2016-07-02 08:57 ./source/n/libmnl/libmnl-1.0.4.tar.xz
+-rwxr-xr-x 1 root root 4146 2021-02-13 05:32 ./source/n/libmnl/libmnl.SlackBuild
+-rw-r--r-- 1 root root 1021 2018-02-27 06:13 ./source/n/libmnl/slack-desc
+drwxr-xr-x 2 root root 4096 2021-05-21 18:53 ./source/n/libndp
+-rw-r--r-- 1 root root 25024 2021-05-20 09:39 ./source/n/libndp/libndp-1.8.tar.lz
+-rwxr-xr-x 1 root root 3669 2021-05-21 18:53 ./source/n/libndp/libndp.SlackBuild
+-rw-r--r-- 1 root root 33 2021-05-21 18:52 ./source/n/libndp/libndp.url
+-rw-r--r-- 1 root root 819 2018-02-27 06:13 ./source/n/libndp/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/libnetfilter_acct
+-rw-r--r-- 1 root root 232128 2016-08-22 11:40 ./source/n/libnetfilter_acct/libnetfilter_acct-1.0.3.tar.xz
+-rwxr-xr-x 1 root root 3378 2021-02-13 05:32 ./source/n/libnetfilter_acct/libnetfilter_acct.SlackBuild
+-rw-r--r-- 1 root root 910 2018-02-27 06:13 ./source/n/libnetfilter_acct/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/libnetfilter_conntrack
+-rw-r--r-- 1 root root 292345 2020-04-01 16:55 ./source/n/libnetfilter_conntrack/libnetfilter_conntrack-1.0.8.tar.lz
+-rwxr-xr-x 1 root root 3384 2021-02-13 05:32 ./source/n/libnetfilter_conntrack/libnetfilter_conntrack.SlackBuild
+-rw-r--r-- 1 root root 51 2020-04-02 18:36 ./source/n/libnetfilter_conntrack/libnetfilter_conntrack.url
+-rw-r--r-- 1 root root 1102 2018-05-28 17:58 ./source/n/libnetfilter_conntrack/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/libnetfilter_cthelper
+-rw-r--r-- 1 root root 224932 2012-10-08 14:30 ./source/n/libnetfilter_cthelper/libnetfilter_cthelper-1.0.0.tar.xz
+-rwxr-xr-x 1 root root 3386 2021-02-13 05:32 ./source/n/libnetfilter_cthelper/libnetfilter_cthelper.SlackBuild
+-rw-r--r-- 1 root root 1086 2018-02-27 06:13 ./source/n/libnetfilter_cthelper/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/libnetfilter_cttimeout
+-rw-r--r-- 1 root root 225032 2012-06-17 12:13 ./source/n/libnetfilter_cttimeout/libnetfilter_cttimeout-1.0.0.tar.xz
+-rwxr-xr-x 1 root root 3393 2021-02-13 05:32 ./source/n/libnetfilter_cttimeout/libnetfilter_cttimeout.SlackBuild
+-rw-r--r-- 1 root root 1054 2018-02-27 06:13 ./source/n/libnetfilter_cttimeout/slack-desc
+drwxr-xr-x 2 root root 4096 2021-11-23 19:05 ./source/n/libnetfilter_log
+-rw-r--r-- 1 root root 248559 2021-11-18 10:23 ./source/n/libnetfilter_log/libnetfilter_log-1.0.2.tar.lz
+-rwxr-xr-x 1 root root 3456 2021-11-23 19:06 ./source/n/libnetfilter_log/libnetfilter_log.SlackBuild
+-rw-r--r-- 1 root root 1040 2018-02-27 06:13 ./source/n/libnetfilter_log/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/libnetfilter_queue
+-rw-r--r-- 1 root root 258104 2020-06-12 09:39 ./source/n/libnetfilter_queue/libnetfilter_queue-1.0.5.tar.lz
+-rwxr-xr-x 1 root root 3374 2021-02-13 05:32 ./source/n/libnetfilter_queue/libnetfilter_queue.SlackBuild
+-rw-r--r-- 1 root root 1110 2020-06-08 18:52 ./source/n/libnetfilter_queue/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/libnfnetlink
+-rw-r--r-- 1 root root 241764 2012-10-08 08:58 ./source/n/libnfnetlink/libnfnetlink-1.0.1.tar.xz
+-rwxr-xr-x 1 root root 3375 2021-02-13 05:32 ./source/n/libnfnetlink/libnfnetlink.SlackBuild
+-rw-r--r-- 1 root root 50 2020-11-25 20:42 ./source/n/libnfnetlink/libnfnetlink.url
+-rw-r--r-- 1 root root 1010 2018-02-27 06:13 ./source/n/libnfnetlink/slack-desc
+drwxr-xr-x 2 root root 4096 2021-11-19 20:28 ./source/n/libnftnl
+-rw-r--r-- 1 root root 332412 2021-11-18 10:48 ./source/n/libnftnl/libnftnl-1.2.1.tar.lz
+-rwxr-xr-x 1 root root 3768 2021-05-25 17:48 ./source/n/libnftnl/libnftnl.SlackBuild
+-rw-r--r-- 1 root root 46 2020-10-27 17:40 ./source/n/libnftnl/libnftnl.url
+-rw-r--r-- 1 root root 891 2018-02-27 06:13 ./source/n/libnftnl/slack-desc
+drwxr-xr-x 2 root root 4096 2021-09-07 16:58 ./source/n/libqmi
+-rw-r--r-- 1 root root 1239408 2021-09-06 11:19 ./source/n/libqmi/libqmi-1.30.2.tar.xz
+-rw-r--r-- 1 root root 195 2021-09-06 11:19 ./source/n/libqmi/libqmi-1.30.2.tar.xz.asc
+-rwxr-xr-x 1 root root 4359 2021-02-15 20:14 ./source/n/libqmi/libqmi.SlackBuild
+-rw-r--r-- 1 root root 785 2018-02-27 06:13 ./source/n/libqmi/slack-desc
+drwxr-xr-x 2 root root 4096 2021-05-11 18:31 ./source/n/libtirpc
+-rw-r--r-- 1 root root 269 2015-12-13 21:15 ./source/n/libtirpc/doinst.sh.gz
+-rw-r--r-- 1 root root 404464 2021-05-10 18:08 ./source/n/libtirpc/libtirpc-1.3.2.tar.lz
+-rwxr-xr-x 1 root root 5350 2021-05-11 18:31 ./source/n/libtirpc/libtirpc.SlackBuild
+-rw-r--r-- 1 root root 790 2019-12-22 18:36 ./source/n/libtirpc/slack-desc
+drwxr-xr-x 2 root root 4096 2021-10-03 22:51 ./source/n/links
+-rw-r--r-- 1 root root 6137980 2021-10-03 19:20 ./source/n/links/links-2.25.tar.lz
+-rwxr-xr-x 1 root root 3962 2021-03-18 18:37 ./source/n/links/links.SlackBuild
+-rw-r--r-- 1 root root 36 2018-05-16 20:42 ./source/n/links/links.url
+-rw-r--r-- 1 root root 898 2018-02-27 06:13 ./source/n/links/slack-desc
+drwxr-xr-x 2 root root 4096 2021-12-03 19:02 ./source/n/lynx
+-rw-r--r-- 1 root root 264 2017-05-29 19:39 ./source/n/lynx/doinst.sh.gz
+-rw-r--r-- 1 root root 1124 2018-02-19 16:18 ./source/n/lynx/lynx-CVE-2008-4690.patch.gz
+-rwxr-xr-x 1 root root 4957 2021-12-03 19:02 ./source/n/lynx/lynx.SlackBuild
+-rw-r--r-- 1 root root 517 2021-09-25 18:27 ./source/n/lynx/lynx.cfg.diff.gz
+-rw-r--r-- 1 root root 46 2020-08-06 18:28 ./source/n/lynx/lynx.url
+-rw-r--r-- 1 root root 2253792 2021-10-24 22:18 ./source/n/lynx/lynx2.9.0dev.10.tar.lz
+-rw-r--r-- 1 root root 982 2021-09-25 18:18 ./source/n/lynx/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/mcabber
+-rw-r--r-- 1 root root 527531 2020-09-19 14:28 ./source/n/mcabber/mcabber-1.1.2.tar.lz
+-rwxr-xr-x 1 root root 4277 2021-02-13 05:32 ./source/n/mcabber/mcabber.SlackBuild
+-rw-r--r-- 1 root root 856 2020-09-08 02:25 ./source/n/mcabber/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/metamail
+-rw-r--r-- 1 root root 125480 1994-02-18 21:07 ./source/n/metamail/metamail-2.7.tar.xz
+-rwxr-xr-x 1 root root 5093 2022-01-12 17:24 ./source/n/metamail/metamail.SlackBuild
+-rw-r--r-- 1 root root 20532 2009-04-23 21:04 ./source/n/metamail/metamail.automake.diff.xz
+-rw-r--r-- 1 root root 284 2010-08-12 01:05 ./source/n/metamail/metamail.uue.getline.diff.gz
+-rw-r--r-- 1 root root 202588 2008-03-08 23:47 ./source/n/metamail/metamail_2.7-54.diff.xz
+-rw-r--r-- 1 root root 923 2018-02-27 06:13 ./source/n/metamail/slack-desc
+drwxr-xr-x 2 root root 4096 2021-08-06 17:29 ./source/n/mobile-broadband-provider-info
+-rwxr-xr-x 1 root root 2389 2020-07-09 18:37 ./source/n/mobile-broadband-provider-info/fetch-mobile-broadband-provider-info.sh
+-rw-r--r-- 1 root root 44236 2021-08-05 15:27 ./source/n/mobile-broadband-provider-info/mobile-broadband-provider-info-20210805_11f2247.tar.xz
+-rwxr-xr-x 1 root root 3959 2021-08-06 17:29 ./source/n/mobile-broadband-provider-info/mobile-broadband-provider-info.SlackBuild
+-rw-r--r-- 1 root root 1071 2018-02-27 06:13 ./source/n/mobile-broadband-provider-info/slack-desc
+drwxr-xr-x 2 root root 4096 2022-01-11 20:43 ./source/n/mtr
+-rw-r--r-- 1 root root 207809 2022-01-11 10:10 ./source/n/mtr/mtr-0.95.tar.lz
+-rwxr-xr-x 1 root root 3743 2022-01-11 20:43 ./source/n/mtr/mtr.SlackBuild
+-rw-r--r-- 1 root root 28 2019-08-05 19:01 ./source/n/mtr/mtr.url
+-rw-r--r-- 1 root root 765 2019-08-05 19:01 ./source/n/mtr/slack-desc
+drwxr-xr-x 2 root root 4096 2021-12-31 04:43 ./source/n/mutt
+-rw-r--r-- 1 root root 264 2002-06-01 05:12 ./source/n/mutt/doinst.sh.gz
+-rw-r--r-- 1 root root 2395358 2021-12-30 21:06 ./source/n/mutt/mutt-2.1.5.tar.lz
+-rwxr-xr-x 1 root root 4415 2021-05-05 19:37 ./source/n/mutt/mutt.SlackBuild
+-rw-r--r-- 1 root root 29 2018-11-26 18:07 ./source/n/mutt/mutt.url
+-rw-r--r-- 1 root root 900 2018-08-27 17:37 ./source/n/mutt/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/nc
+-rw-r--r-- 1 root root 10439 2002-03-14 16:47 ./source/n/nc/nc-110-21.diff.gz
+-rwxr-xr-x 1 root root 2994 2021-02-13 05:32 ./source/n/nc/nc.SlackBuild
+-rw-r--r-- 1 root root 641 2002-05-28 21:39 ./source/n/nc/nc.diff.gz
+-rw-r--r-- 1 root root 75267 2002-05-28 18:18 ./source/n/nc/nc110.tgz
+-rw-r--r-- 1 root root 1077 2018-02-27 06:13 ./source/n/nc/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/ncftp
+-rw-r--r-- 1 root root 420564 2016-12-04 19:00 ./source/n/ncftp/ncftp-3.2.6-src.tar.xz
+-rwxr-xr-x 1 root root 3954 2021-02-13 05:32 ./source/n/ncftp/ncftp.SlackBuild
+-rw-r--r-- 1 root root 827 2018-02-27 06:13 ./source/n/ncftp/slack-desc
+drwxr-xr-x 2 root root 4096 2021-12-21 18:42 ./source/n/net-snmp
+-rw-r--r-- 1 root root 356 2021-12-21 18:38 ./source/n/net-snmp/doinst.sh.gz
+-rw-r--r-- 1 root root 607 2018-07-20 09:39 ./source/n/net-snmp/net-snmp-5.7.2-cert-path.patch.gz
+-rw-r--r-- 1 root root 390 2018-07-20 09:39 ./source/n/net-snmp/net-snmp-5.7.3-iterator-fix.patch.gz
+-rw-r--r-- 1 root root 338 2018-07-20 09:39 ./source/n/net-snmp/net-snmp-5.8-Remove-U64-typedef.patch.gz
+-rw-r--r-- 1 root root 1205 2018-07-20 09:39 ./source/n/net-snmp/net-snmp-5.8-modern-rpm-api.patch.gz
+-rw-r--r-- 1 root root 876 2018-07-20 09:39 ./source/n/net-snmp/net-snmp-5.8-multilib.patch.gz
+-rw-r--r-- 1 root root 3856539 2021-05-25 22:31 ./source/n/net-snmp/net-snmp-5.9.1.tar.lz
+-rwxr-xr-x 1 root root 6733 2021-12-21 18:40 ./source/n/net-snmp/net-snmp.SlackBuild
+-rw-r--r-- 1 root root 43 2018-11-09 20:13 ./source/n/net-snmp/net-snmp.url
+-rw-r--r-- 1 root root 981 2021-12-21 18:35 ./source/n/net-snmp/rc.snmpd
+-rw-r--r-- 1 root root 907 2018-02-27 06:13 ./source/n/net-snmp/slack-desc
+-rw-r--r-- 1 root root 4909 2007-04-16 18:39 ./source/n/net-snmp/snmpd.conf.gz
+-rw-r--r-- 1 root root 77 2021-12-21 18:36 ./source/n/net-snmp/snmpd.default
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/net-tools
+-rwxr-xr-x 1 root root 1943 2020-07-09 18:37 ./source/n/net-tools/get-net-tools.sh
+-rw-r--r-- 1 root root 1318 2017-01-09 19:25 ./source/n/net-tools/ipmask.8
+-rw-r--r-- 1 root root 2216 1994-08-15 19:16 ./source/n/net-tools/ipmask.c
+-rw-r--r-- 1 root root 198424 2019-07-22 18:31 ./source/n/net-tools/net-tools-20181103_0eebece.tar.xz
+-rwxr-xr-x 1 root root 4292 2021-02-13 05:32 ./source/n/net-tools/net-tools.SlackBuild
+-rw-r--r-- 1 root root 659 2017-11-12 19:13 ./source/n/net-tools/net-tools.config.h.gz
+-rw-r--r-- 1 root root 970 2018-02-27 06:13 ./source/n/net-tools/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/netatalk
+-rw-r--r-- 1 root root 377 2020-02-07 01:00 ./source/n/netatalk/doinst.sh.gz
+-rw-r--r-- 1 root root 1332354 2018-12-20 14:51 ./source/n/netatalk/netatalk-3.1.12.tar.lz
+-rw-r--r-- 1 root root 475 2020-12-16 04:23 ./source/n/netatalk/netatalk-invalid_dircache_entries.patch.gz
+-rwxr-xr-x 1 root root 5037 2021-02-13 05:32 ./source/n/netatalk/netatalk.SlackBuild
+-rw-r--r-- 1 root root 1009 2018-09-05 21:12 ./source/n/netatalk/rc.atalk.new
+-rw-r--r-- 1 root root 1036 2018-02-27 06:13 ./source/n/netatalk/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/netdate
+-rwxr-xr-x 1 root root 2752 2021-02-13 05:32 ./source/n/netdate/netdate.SlackBuild
+-rw-r--r-- 1 root root 3766 1999-08-04 23:51 ./source/n/netdate/netdate.diff.gz
+-rw-r--r-- 1 root root 164 2001-02-26 02:37 ./source/n/netdate/netdate.diff2.gz
+-rw-r--r-- 1 root root 6755 1996-08-15 02:58 ./source/n/netdate/netdate.tar.gz
+-rw-r--r-- 1 root root 1101 2018-02-27 06:13 ./source/n/netdate/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/netkit-bootparamd
+-rw-r--r-- 1 root root 13934 2000-07-31 02:57 ./source/n/netkit-bootparamd/netkit-bootparamd-0.17.tar.gz
+-rwxr-xr-x 1 root root 2994 2021-02-13 05:32 ./source/n/netkit-bootparamd/netkit-bootparamd.SlackBuild
+-rw-r--r-- 1 root root 982 2018-02-27 06:13 ./source/n/netkit-bootparamd/slack-desc
+drwxr-xr-x 3 root root 4096 2021-02-13 05:32 ./source/n/netkit-ftp
+-rw-r--r-- 1 root root 53934 2000-07-31 03:01 ./source/n/netkit-ftp/netkit-ftp-0.17.tar.gz
+-rwxr-xr-x 1 root root 2682 2021-02-13 05:32 ./source/n/netkit-ftp/netkit-ftp.SlackBuild
+drwxr-xr-x 2 root root 4096 2014-06-25 04:05 ./source/n/netkit-ftp/patches
+-rw-r--r-- 1 root root 2094 2014-06-07 17:00 ./source/n/netkit-ftp/patches/01-netkit-ftp-0.17-pre20000412.pasv-security.patch
+-rw-r--r-- 1 root root 340 2014-06-07 17:00 ./source/n/netkit-ftp/patches/02-netkit-ftp-0.17-acct.patch
+-rw-r--r-- 1 root root 26406 2014-06-07 17:00 ./source/n/netkit-ftp/patches/03-netkit-ftp.usagi-ipv6.patch
+-rw-r--r-- 1 root root 1772 2014-06-07 17:00 ./source/n/netkit-ftp/patches/04-netkit-ftp-0.17-segv.patch
+-rw-r--r-- 1 root root 1202 2014-06-07 17:00 ./source/n/netkit-ftp/patches/05-netkit-ftp-0.17-volatile.patch
+-rw-r--r-- 1 root root 409 2014-06-07 17:00 ./source/n/netkit-ftp/patches/06-netkit-ftp-0.17-runique_mget.patch
+-rw-r--r-- 1 root root 459 2014-06-07 17:00 ./source/n/netkit-ftp/patches/06-netkit-ftp-locale.patch
+-rw-r--r-- 1 root root 428 2014-06-07 17:00 ./source/n/netkit-ftp/patches/07-netkit-ftp-0.17-printf.patch
+-rw-r--r-- 1 root root 4396 2014-06-07 17:00 ./source/n/netkit-ftp/patches/08-netkit-ftp-0.17-longint.patch
+-rw-r--r-- 1 root root 1324 2014-06-07 17:00 ./source/n/netkit-ftp/patches/09-netkit-ftp-0.17-vsftp165083.patch
+-rw-r--r-- 1 root root 754 2014-06-07 17:00 ./source/n/netkit-ftp/patches/10-netkit-ftp-0.17-C-Frame121.patch
+-rw-r--r-- 1 root root 531 2014-06-07 17:00 ./source/n/netkit-ftp/patches/11-netkit-ftp-0.17-data.patch
+-rw-r--r-- 1 root root 3245 2014-06-07 17:00 ./source/n/netkit-ftp/patches/12-netkit-ftp-0.17-multihome.patch
+-rw-r--r-- 1 root root 3241 2014-06-07 17:00 ./source/n/netkit-ftp/patches/13-netkit-ftp-0.17-longnames.patch
+-rw-r--r-- 1 root root 1964 2014-06-07 17:00 ./source/n/netkit-ftp/patches/14-netkit-ftp-0.17-multiipv6.patch
+-rw-r--r-- 1 root root 464 2014-06-07 17:00 ./source/n/netkit-ftp/patches/15-netkit-ftp-0.17-nodebug.patch
+-rw-r--r-- 1 root root 920 2014-06-07 17:00 ./source/n/netkit-ftp/patches/16-netkit-ftp-0.17-stamp.patch
+-rw-r--r-- 1 root root 457 2014-06-07 17:00 ./source/n/netkit-ftp/patches/17-netkit-ftp-0.17-sigseg.patch
+-rw-r--r-- 1 root root 484 2014-06-07 17:00 ./source/n/netkit-ftp/patches/18-netkit-ftp-0.17-size.patch
+-rw-r--r-- 1 root root 406 2014-06-07 17:00 ./source/n/netkit-ftp/patches/19-netkit-ftp-0.17-fdleak.patch
+-rw-r--r-- 1 root root 6660 2014-06-07 17:00 ./source/n/netkit-ftp/patches/20-netkit-ftp-0.17-fprintf.patch
+-rw-r--r-- 1 root root 580 2014-06-07 17:00 ./source/n/netkit-ftp/patches/21-netkit-ftp-0.17-bitrate.patch
+-rw-r--r-- 1 root root 1444 2014-06-07 17:00 ./source/n/netkit-ftp/patches/22-netkit-ftp-0.17-arg_max.patch
+-rw-r--r-- 1 root root 416 2014-06-07 17:00 ./source/n/netkit-ftp/patches/23-netkit-ftp-0.17-case.patch
+-rw-r--r-- 1 root root 1029 2014-06-07 17:00 ./source/n/netkit-ftp/patches/24-netkit-ftp-0.17-chkmalloc.patch
+-rw-r--r-- 1 root root 906 2014-06-07 17:00 ./source/n/netkit-ftp/patches/25-netkit-ftp-0.17-man.patch
+-rw-r--r-- 1 root root 467 2014-06-07 17:00 ./source/n/netkit-ftp/patches/26-netkit-ftp-0.17-acct_ovl.patch
+-rw-r--r-- 1 root root 634 2014-06-07 17:00 ./source/n/netkit-ftp/patches/27-netkit-ftp-0.17-remove-nested-include.patch
+-rw-r--r-- 1 root root 1280 2014-06-07 17:00 ./source/n/netkit-ftp/patches/28-netkit-ftp-0.17-linelen.patch
+-rw-r--r-- 1 root root 1288 2014-06-07 17:00 ./source/n/netkit-ftp/patches/29-netkit-ftp-0.17-active-mode-option.patch
+-rw-r--r-- 1 root root 401 2014-06-07 17:00 ./source/n/netkit-ftp/patches/30-netkit-ftp-0.17-commands-leaks.patch
+-rw-r--r-- 1 root root 771 2014-06-07 17:00 ./source/n/netkit-ftp/patches/31-netkit-ftp-0.17-lsn-timeout.patch
+-rw-r--r-- 1 root root 1080 2014-06-07 17:00 ./source/n/netkit-ftp/patches/32-netkit-ftp-0.17-getlogin.patch
+-rw-r--r-- 1 root root 1545 2014-06-07 17:00 ./source/n/netkit-ftp/patches/33-netkit-ftp-0.17-token.patch
+-rw-r--r-- 1 root root 900 2018-02-27 06:13 ./source/n/netkit-ftp/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/netkit-ntalk
+-rw-r--r-- 1 root root 842 2000-06-08 02:04 ./source/n/netkit-ntalk/netkit-ntalk-0.11.diff.gz
+-rw-r--r-- 1 root root 30632 2000-06-08 02:04 ./source/n/netkit-ntalk/netkit-ntalk-0.11.tar.gz
+-rw-r--r-- 1 root root 230 2001-02-26 02:46 ./source/n/netkit-ntalk/netkit-ntalk-0.17.diff.gz
+-rw-r--r-- 1 root root 37396 2000-07-31 03:02 ./source/n/netkit-ntalk/netkit-ntalk-0.17.tar.gz
+-rwxr-xr-x 1 root root 3507 2021-02-13 05:32 ./source/n/netkit-ntalk/netkit-ntalk.SlackBuild
+-rw-r--r-- 1 root root 551 2004-11-04 03:51 ./source/n/netkit-ntalk/ntalk-0.17-slackware-alt-talkd.patch.gz
+-rw-r--r-- 1 root root 937 2018-02-27 06:13 ./source/n/netkit-ntalk/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/netkit-routed
+-rw-r--r-- 1 root root 305 2001-02-26 02:15 ./source/n/netkit-routed/netkit-routed-0.17.diff.gz
+-rw-r--r-- 1 root root 36435 2000-07-31 03:02 ./source/n/netkit-routed/netkit-routed-0.17.tar.gz
+-rwxr-xr-x 1 root root 2996 2021-02-13 05:32 ./source/n/netkit-routed/netkit-routed.SlackBuild
+-rw-r--r-- 1 root root 8075 2000-12-26 15:14 ./source/n/netkit-routed/routed.18.candidate.final.patch.gz
+-rw-r--r-- 1 root root 1096 2018-02-27 06:13 ./source/n/netkit-routed/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/netkit-rsh
+-rw-r--r-- 1 root root 58268 2000-07-31 03:02 ./source/n/netkit-rsh/netkit-rsh-0.17.tar.gz
+-rwxr-xr-x 1 root root 3671 2021-02-13 05:32 ./source/n/netkit-rsh/netkit-rsh.SlackBuild
+-rw-r--r-- 1 root root 728 2018-04-10 07:06 ./source/n/netkit-rsh/netkit-rsh.arg_max.diff.gz
+-rw-r--r-- 1 root root 169 2018-04-10 07:19 ./source/n/netkit-rsh/netkit-rsh.auth.c.stddef.diff.gz
+-rw-r--r-- 1 root root 354 2018-04-10 07:10 ./source/n/netkit-rsh/netkit-rsh.union_wait.diff.gz
+-rw-r--r-- 1 root root 878 2018-02-27 06:13 ./source/n/netkit-rsh/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/netkit-rusers
+-rw-r--r-- 1 root root 221 2001-02-26 02:17 ./source/n/netkit-rusers/netkit-rusers-0.17.diff.gz
+-rw-r--r-- 1 root root 22063 2000-07-31 03:03 ./source/n/netkit-rusers/netkit-rusers-0.17.tar.gz
+-rwxr-xr-x 1 root root 3114 2021-02-13 05:32 ./source/n/netkit-rusers/netkit-rusers.SlackBuild
+-rw-r--r-- 1 root root 1154 2018-02-27 06:13 ./source/n/netkit-rusers/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/netkit-rwall
+-rw-r--r-- 1 root root 11861 2000-07-31 03:03 ./source/n/netkit-rwall/netkit-rwall-0.17.tar.gz
+-rwxr-xr-x 1 root root 2933 2021-02-13 05:32 ./source/n/netkit-rwall/netkit-rwall.SlackBuild
+-rw-r--r-- 1 root root 920 2018-02-27 06:13 ./source/n/netkit-rwall/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/netkit-rwho
+-rw-r--r-- 1 root root 159 2001-02-26 02:19 ./source/n/netkit-rwho/netkit-rwho-0.17.diff.gz
+-rw-r--r-- 1 root root 20610 2000-07-31 03:03 ./source/n/netkit-rwho/netkit-rwho-0.17.tar.gz
+-rwxr-xr-x 1 root root 3114 2021-02-13 05:32 ./source/n/netkit-rwho/netkit-rwho.SlackBuild
+-rw-r--r-- 1 root root 225 2008-12-14 22:21 ./source/n/netkit-rwho/rwhod_getloadavg.diff.gz
+-rw-r--r-- 1 root root 1147 2018-02-27 06:13 ./source/n/netkit-rwho/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/netkit-timed
+-rw-r--r-- 1 root root 243 2001-01-07 21:30 ./source/n/netkit-timed/netkit-timed-0.17.diff.gz
+-rw-r--r-- 1 root root 48655 2000-07-31 03:04 ./source/n/netkit-timed/netkit-timed-0.17.tar.gz
+-rwxr-xr-x 1 root root 2860 2021-02-13 05:32 ./source/n/netkit-timed/netkit-timed.SlackBuild
+-rw-r--r-- 1 root root 866 2018-02-27 06:13 ./source/n/netkit-timed/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/netpipes
+-rw-r--r-- 1 root root 365 1999-02-07 16:28 ./source/n/netpipes/_netpipes.tar.gz
+-rw-r--r-- 1 root root 75276 1999-01-30 17:09 ./source/n/netpipes/netpipes-4.2-export.tar.gz
+-rwxr-xr-x 1 root root 2841 2021-02-13 05:32 ./source/n/netpipes/netpipes.SlackBuild
+-rw-r--r-- 1 root root 1014 2018-02-27 06:13 ./source/n/netpipes/slack-desc
+drwxr-xr-x 2 root root 4096 2021-06-07 16:32 ./source/n/nettle
+-rw-r--r-- 1 root root 1738268 2021-06-07 06:41 ./source/n/nettle/nettle-3.7.3.tar.lz
+-rwxr-xr-x 1 root root 4229 2021-02-18 19:02 ./source/n/nettle/nettle.SlackBuild
+-rw-r--r-- 1 root root 894 2018-11-29 19:17 ./source/n/nettle/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/netwatch
+-rw-r--r-- 1 root root 116340 2015-10-03 02:53 ./source/n/netwatch/netwatch-1.3.1-2.tar.xz
+-rwxr-xr-x 1 root root 3922 2021-02-13 05:32 ./source/n/netwatch/netwatch.SlackBuild
+-rw-r--r-- 1 root root 491 2009-03-04 08:01 ./source/n/netwatch/netwatch.makefile.diff.gz
+-rw-r--r-- 1 root root 233 2009-03-04 08:01 ./source/n/netwatch/netwatch.phonemyself.diff.gz
+-rw-r--r-- 1 root root 762 2018-02-27 06:13 ./source/n/netwatch/slack-desc
+drwxr-xr-x 5 root root 4096 2022-01-02 20:16 ./source/n/network-scripts
+-rw-r--r-- 1 root root 1936 2021-11-10 22:26 ./source/n/network-scripts/0000-rc.inet1.new-lxc-additions.patch
+-rw-r--r-- 1 root root 899 2021-11-10 22:29 ./source/n/network-scripts/0001-netconfig-turn-off-rc.networkmanager-if-networkmanager-is-not-selected.patch
+-rw-r--r-- 1 root root 1229 2022-01-02 20:43 ./source/n/network-scripts/0002-add-hostname-loopback-entries-in-etc-hosts-for-dhcp.patch
+-rw-r--r-- 1 root root 8788 2021-02-28 22:32 ./source/n/network-scripts/README.IPv6
+-rw-r--r-- 1 root root 1919 2021-02-28 02:09 ./source/n/network-scripts/README.VLANs
+-rw-r--r-- 1 root root 6258 2021-02-28 05:34 ./source/n/network-scripts/README.bonding
+-rw-r--r-- 1 root root 28190 2021-02-28 05:36 ./source/n/network-scripts/README.networking
+-rw-r--r-- 1 root root 485 2007-04-26 01:50 ./source/n/network-scripts/doinst.sh.gz
+drwxr-xr-x 2 root root 4096 2020-08-14 03:30 ./source/n/network-scripts/manpages
+-rw-r--r-- 1 root root 3482 2021-02-28 05:34 ./source/n/network-scripts/manpages/rc.inet1.8
+-rw-r--r-- 1 root root 12258 2021-02-28 05:34 ./source/n/network-scripts/manpages/rc.inet1.conf.5
+drwxr-xr-x 2 root root 4096 2021-03-13 05:06 ./source/n/network-scripts/modprobe.d
+-rw-r--r-- 1 root root 442 2021-02-28 02:09 ./source/n/network-scripts/modprobe.d/bonding.conf
+-rw-r--r-- 1 root root 344 2021-02-28 02:09 ./source/n/network-scripts/modprobe.d/ipv6.conf
+-rwxr-xr-x 1 root root 4027 2022-01-04 17:09 ./source/n/network-scripts/network-scripts.SlackBuild
+drwxr-xr-x 2 root root 4096 2021-04-01 20:21 ./source/n/network-scripts/scripts
+-rw-r--r-- 1 root root 21 1999-01-28 01:15 ./source/n/network-scripts/scripts/HOSTNAME
+-rw-r--r-- 1 root root 27 1994-07-07 15:39 ./source/n/network-scripts/scripts/host.conf
+-rw-r--r-- 1 root root 627 2003-08-27 01:07 ./source/n/network-scripts/scripts/hosts
+-rw-r--r-- 1 root root 293 1993-11-26 01:54 ./source/n/network-scripts/scripts/hosts.allow
+-rw-r--r-- 1 root root 296 1993-11-26 01:54 ./source/n/network-scripts/scripts/hosts.deny
+-rw-r--r-- 1 root root 320 1998-02-09 01:57 ./source/n/network-scripts/scripts/hosts.equiv
+-rw-r--r-- 1 root root 37686 2021-04-16 18:51 ./source/n/network-scripts/scripts/netconfig
+-rw-r--r-- 1 root root 233 1999-10-07 05:21 ./source/n/network-scripts/scripts/networks
+-rw-r--r-- 1 root root 24 1998-02-09 02:21 ./source/n/network-scripts/scripts/nntpserver
+-rw-r--r-- 1 root root 5748 2002-02-10 09:01 ./source/n/network-scripts/scripts/protocols
+-rw-r--r-- 1 root root 28771 2021-03-09 00:13 ./source/n/network-scripts/scripts/rc.inet1
+-rw-r--r-- 1 root root 10656 2021-03-09 00:13 ./source/n/network-scripts/scripts/rc.inet1.conf
+-rw-r--r-- 1 root root 5340 2019-10-13 18:53 ./source/n/network-scripts/scripts/rc.inet2
+-rw-r--r-- 1 root root 3781 2013-05-19 03:20 ./source/n/network-scripts/scripts/rc.ip_forward
+-rw-r--r-- 1 root root 19 1999-01-28 01:15 ./source/n/network-scripts/scripts/resolv.conf
+-rw-r--r-- 1 root root 349 2003-02-18 23:53 ./source/n/network-scripts/scripts/setup.netconfig
+-rw-r--r-- 1 root root 1045 2018-02-27 06:13 ./source/n/network-scripts/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/netwrite
+-rw-r--r-- 1 root root 266 2001-02-26 02:24 ./source/n/netwrite/netwrite-0.17.diff.gz
+-rw-r--r-- 1 root root 16110 2000-07-31 03:04 ./source/n/netwrite/netwrite-0.17.tar.gz
+-rwxr-xr-x 1 root root 3118 2021-02-13 05:32 ./source/n/netwrite/netwrite.SlackBuild
+-rw-r--r-- 1 root root 1013 2018-02-27 06:13 ./source/n/netwrite/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/newspost
+-rw-r--r-- 1 root root 61412 2003-05-05 14:28 ./source/n/newspost/newspost-2.1.1.tar.gz
+-rwxr-xr-x 1 root root 2834 2021-02-13 05:32 ./source/n/newspost/newspost.SlackBuild
+-rw-r--r-- 1 root root 641 2018-02-02 22:17 ./source/n/newspost/newspost.getline.diff.gz
+-rw-r--r-- 1 root root 964 2018-02-27 06:13 ./source/n/newspost/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/nfacct
+-rw-r--r-- 1 root root 217604 2016-08-22 11:40 ./source/n/nfacct/nfacct-1.0.2.tar.xz
+-rwxr-xr-x 1 root root 3405 2021-02-13 05:32 ./source/n/nfacct/nfacct.SlackBuild
+-rw-r--r-- 1 root root 942 2018-02-27 06:13 ./source/n/nfacct/slack-desc
+drwxr-xr-x 2 root root 4096 2021-06-15 18:36 ./source/n/nfs-utils
+-rw-r--r-- 1 root root 547 2020-05-04 02:06 ./source/n/nfs-utils/doinst.sh.gz
+-rw-r--r-- 1 root root 154 1994-08-20 23:14 ./source/n/nfs-utils/exports
+-rw-r--r-- 1 root root 566 2021-06-14 13:30 ./source/n/nfs-utils/nfs-utils-2.5.4.tar.sign
+-rw-r--r-- 1 root root 703896 2021-06-14 13:30 ./source/n/nfs-utils/nfs-utils-2.5.4.tar.xz
+-rwxr-xr-x 1 root root 6546 2021-02-21 19:21 ./source/n/nfs-utils/nfs-utils.SlackBuild
+-rw-r--r-- 1 root root 255 2008-03-31 22:19 ./source/n/nfs-utils/nfs-utils.lwrap.needs.lnsl.diff.gz
+-rw-r--r-- 1 root root 49 2018-11-15 18:04 ./source/n/nfs-utils/nfs-utils.url
+-rw-r--r-- 1 root root 292 2017-12-29 05:37 ./source/n/nfs-utils/nfs.default
+-rw-r--r-- 1 root root 2920 2020-02-03 20:42 ./source/n/nfs-utils/rc.nfsd
+-rw-r--r-- 1 root root 779 2018-02-27 06:13 ./source/n/nfs-utils/slack-desc
+drwxr-xr-x 2 root root 4096 2021-11-19 20:29 ./source/n/nftables
+-rw-r--r-- 1 root root 799203 2021-11-18 10:58 ./source/n/nftables/nftables-1.0.1.tar.lz
+-rwxr-xr-x 1 root root 3897 2021-11-19 20:47 ./source/n/nftables/nftables.SlackBuild
+-rw-r--r-- 1 root root 46 2020-10-27 17:39 ./source/n/nftables/nftables.url
+-rw-r--r-- 1 root root 1023 2018-02-27 06:13 ./source/n/nftables/slack-desc
+drwxr-xr-x 2 root root 4096 2021-10-19 16:48 ./source/n/nghttp2
+-rw-r--r-- 1 root root 3290017 2021-10-19 09:29 ./source/n/nghttp2/nghttp2-1.46.0.tar.lz
+-rwxr-xr-x 1 root root 4604 2021-07-18 18:21 ./source/n/nghttp2/nghttp2.SlackBuild
+-rw-r--r-- 1 root root 784 2018-03-26 18:26 ./source/n/nghttp2/slack-desc
+drwxr-xr-x 2 root root 4096 2021-08-08 18:51 ./source/n/nmap
+-rw-r--r-- 1 root root 8665611 2021-08-08 00:23 ./source/n/nmap/nmap-7.92.tar.lz
+-rwxr-xr-x 1 root root 5515 2021-08-08 18:51 ./source/n/nmap/nmap.SlackBuild
+-rw-r--r-- 1 root root 31 2019-08-10 18:19 ./source/n/nmap/nmap.url
+-rw-r--r-- 1 root root 1101 2018-02-27 06:13 ./source/n/nmap/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/nn
+-rw-r--r-- 1 root root 4844 2001-07-02 05:31 ./source/n/nn/NNTP.gz
+-rw-r--r-- 1 root root 509 2009-11-11 21:28 ./source/n/nn/m-x86_64.h.gz
+-rw-r--r-- 1 root root 352656 2005-11-18 13:08 ./source/n/nn/nn-6.7.3.tar.bz2
+-rwxr-xr-x 1 root root 4381 2021-02-13 05:32 ./source/n/nn/nn.SlackBuild
+-rw-r--r-- 1 root root 300 2017-01-04 21:06 ./source/n/nn/nn.badnntphost.diff.gz
+-rw-r--r-- 1 root root 1281 2009-11-11 21:16 ./source/n/nn/nn.diff.gz
+-rw-r--r-- 1 root root 259 2019-08-19 22:33 ./source/n/nn/nn.glibc-2.30.diff.gz
+-rw-r--r-- 1 root root 28538 2015-08-21 10:48 ./source/n/nn/nn_6.7.3-10.diff.gz
+-rw-r--r-- 1 root root 894 2018-02-27 06:13 ./source/n/nn/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/npth
+-rw-r--r-- 1 root root 261243 2018-07-16 07:47 ./source/n/npth/npth-1.6.tar.lz
+-rwxr-xr-x 1 root root 4138 2021-02-13 05:32 ./source/n/npth/npth.SlackBuild
+-rw-r--r-- 1 root root 27 2018-11-08 00:35 ./source/n/npth/npth.url
+-rw-r--r-- 1 root root 712 2018-02-27 06:13 ./source/n/npth/slack-desc
+drwxr-xr-x 2 root root 4096 2021-11-21 19:51 ./source/n/nss-pam-ldapd
+-rw-r--r-- 1 root root 338 2020-05-07 18:43 ./source/n/nss-pam-ldapd/doinst.sh.gz
+-rw-r--r-- 1 root root 542023 2021-11-20 14:11 ./source/n/nss-pam-ldapd/nss-pam-ldapd-0.9.12.tar.lz
+-rwxr-xr-x 1 root root 4643 2021-11-21 19:51 ./source/n/nss-pam-ldapd/nss-pam-ldapd.SlackBuild
+-rw-r--r-- 1 root root 39 2020-05-07 18:43 ./source/n/nss-pam-ldapd/nss-pam-ldapd.url
+-rw-r--r-- 1 root root 752 2020-05-08 04:06 ./source/n/nss-pam-ldapd/rc.nss-pam-ldapd
+-rw-r--r-- 1 root root 1025 2020-05-07 18:43 ./source/n/nss-pam-ldapd/slack-desc
+drwxr-xr-x 2 root root 4096 2021-05-21 19:01 ./source/n/ntp
+-rw-r--r-- 1 root root 368 2017-04-21 21:34 ./source/n/ntp/doinst.sh.gz
+-rw-r--r-- 1 root root 4366832 2020-06-23 09:24 ./source/n/ntp/ntp-4.2.8p15.tar.xz
+-rwxr-xr-x 1 root root 5640 2021-05-21 19:01 ./source/n/ntp/ntp.SlackBuild
+-rw-r--r-- 1 root root 2579 2017-04-21 21:20 ./source/n/ntp/ntp.conf
+-rw-r--r-- 1 root root 22 1999-10-07 19:50 ./source/n/ntp/ntp.keys
+-rw-r--r-- 1 root root 146 2018-12-06 05:10 ./source/n/ntp/ntp.logrotate
+-rw-r--r-- 1 root root 269 2010-04-22 04:38 ./source/n/ntp/ntp.nano.diff.gz
+-rw-r--r-- 1 root root 805 2021-02-16 19:01 ./source/n/ntp/rc.ntpd
+-rw-r--r-- 1 root root 1012 2018-02-28 23:30 ./source/n/ntp/slack-desc
+drwxr-xr-x 3 root root 4096 2021-11-02 19:02 ./source/n/obexftp
+-rw-r--r-- 1 root root 88880 2016-04-07 21:05 ./source/n/obexftp/obexftp-0.24.2-Source.tar.xz
+-rwxr-xr-x 1 root root 6249 2021-11-02 19:02 ./source/n/obexftp/obexftp.SlackBuild
+drwxr-xr-x 2 root root 4096 2017-01-08 20:26 ./source/n/obexftp/patches
+-rw-r--r-- 1 root root 377 2015-06-17 23:38 ./source/n/obexftp/patches/obexftp-0.24-fix-absurd-install-path.patch.gz
+-rw-r--r-- 1 root root 388 2015-06-17 23:38 ./source/n/obexftp/patches/obexftp-norpath.patch.gz
+-rw-r--r-- 1 root root 986 2018-02-27 06:13 ./source/n/obexftp/slack-desc
+drwxr-xr-x 2 root root 4096 2021-06-06 20:28 ./source/n/openldap
+-rw-r--r-- 1 root root 484 2020-05-15 06:01 ./source/n/openldap/doinst.sh.gz
+-rw-r--r-- 1 root root 3744339 2021-06-03 21:58 ./source/n/openldap/openldap-2.4.59.tar.lz
+-rwxr-xr-x 1 root root 7911 2021-06-06 20:29 ./source/n/openldap/openldap.SlackBuild
+-rw-r--r-- 1 root root 53 2020-01-31 18:55 ./source/n/openldap/openldap.url
+-rw-r--r-- 1 root root 1526 2020-05-15 04:53 ./source/n/openldap/rc.openldap
+-rw-r--r-- 1 root root 934 2020-05-15 00:38 ./source/n/openldap/slack-desc
+-rw-r--r-- 1 root root 528 2017-04-08 00:05 ./source/n/openldap/slapd
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/openobex
+-rw-r--r-- 1 root root 99552 2016-04-07 21:06 ./source/n/openobex/openobex-1.7.2-Source.tar.xz
+-rwxr-xr-x 1 root root 4517 2021-02-13 05:32 ./source/n/openobex/openobex.SlackBuild
+-rw-r--r-- 1 root root 991 2018-02-27 06:13 ./source/n/openobex/slack-desc
+drwxr-xr-x 2 root root 4096 2021-08-16 05:07 ./source/n/openresolv
+-rw-r--r-- 1 root root 350 2021-08-16 05:04 ./source/n/openresolv/doinst.sh.gz
+-rw-r--r-- 1 root root 21008 2020-12-27 18:06 ./source/n/openresolv/openresolv-3.12.0.tar.xz
+-rw-r--r-- 1 root root 101 2020-12-27 18:06 ./source/n/openresolv/openresolv-3.12.0.tar.xz.distinfo
+-rw-r--r-- 1 root root 674 2020-12-27 18:06 ./source/n/openresolv/openresolv-3.12.0.tar.xz.distinfo.asc
+-rwxr-xr-x 1 root root 4247 2021-08-16 05:06 ./source/n/openresolv/openresolv.SlackBuild
+-rw-r--r-- 1 root root 47 2021-08-16 04:47 ./source/n/openresolv/openresolv.url
+-rw-r--r-- 1 root root 962 2021-08-16 04:48 ./source/n/openresolv/slack-desc
+-rw-r--r-- 1 root root 1368 2020-02-15 03:05 ./source/n/openresolv/update-resolv-conf
+drwxr-xr-x 2 root root 4096 2021-09-26 17:50 ./source/n/openssh
+-rw-r--r-- 1 root root 593 2020-02-07 03:05 ./source/n/openssh/doinst.sh.gz
+-rw-r--r-- 1 root root 1815060 2021-09-26 14:39 ./source/n/openssh/openssh-8.8p1.tar.gz
+-rw-r--r-- 1 root root 833 2021-09-26 14:39 ./source/n/openssh/openssh-8.8p1.tar.gz.asc
+-rwxr-xr-x 1 root root 6287 2021-09-29 19:01 ./source/n/openssh/openssh.SlackBuild
+-rw-r--r-- 1 root root 1661 2020-02-15 01:30 ./source/n/openssh/openssh.tcp_wrappers.diff.gz
+-rw-r--r-- 1 root root 54 2020-02-14 19:40 ./source/n/openssh/openssh.url
+-rw-r--r-- 1 root root 1814 2017-07-18 06:51 ./source/n/openssh/rc.sshd
+-rw-r--r-- 1 root root 1127 2018-02-27 06:13 ./source/n/openssh/slack-desc
+-rw-r--r-- 1 root root 318 2017-07-18 18:45 ./source/n/openssh/sshd.default
+-rw-r--r-- 1 root root 1228 2021-09-29 19:00 ./source/n/openssh/sshd.pam
+-rw-r--r-- 1 root root 271 2021-08-21 03:23 ./source/n/openssh/sshd_config-pam.diff.gz
+drwxr-xr-x 2 root root 4096 2021-12-16 19:01 ./source/n/openssl
+-rw-r--r-- 1 root root 1758 2012-08-08 22:46 ./source/n/openssl/certwatch.gz
+-rw-r--r-- 1 root root 281 2007-06-13 17:20 ./source/n/openssl/doinst.sh-openssl-solibs.gz
+-rw-r--r-- 1 root root 501 2012-07-12 16:21 ./source/n/openssl/doinst.sh-openssl.gz
+-rw-r--r-- 1 root root 9847315 2021-12-14 16:28 ./source/n/openssl/openssl-1.1.1m.tar.gz
+-rw-r--r-- 1 root root 488 2021-12-14 16:28 ./source/n/openssl/openssl-1.1.1m.tar.gz.asc
+-rwxr-xr-x 1 root root 9151 2021-02-16 19:16 ./source/n/openssl/openssl.SlackBuild
+-rw-r--r-- 1 root root 1014 2018-02-27 06:13 ./source/n/openssl/slack-desc.openssl
+-rw-r--r-- 1 root root 1085 2018-02-27 06:13 ./source/n/openssl/slack-desc.openssl-solibs
+drwxr-xr-x 2 root root 4096 2021-12-15 17:21 ./source/n/openvpn
+-rw-r--r-- 1 root root 1375 2007-06-10 01:25 ./source/n/openvpn/README
+-rw-r--r-- 1 root root 355 2018-02-22 02:16 ./source/n/openvpn/doinst.sh.gz
+-rw-r--r-- 1 root root 870200 2021-12-14 18:35 ./source/n/openvpn/openvpn-2.5.5.tar.lz
+-rwxr-xr-x 1 root root 6313 2021-02-24 18:42 ./source/n/openvpn/openvpn.SlackBuild
+-rw-r--r-- 1 root root 35 2019-02-20 21:37 ./source/n/openvpn/openvpn.url
+-rw-r--r-- 1 root root 3489 2018-02-28 21:25 ./source/n/openvpn/rc.openvpn
+-rw-r--r-- 1 root root 885 2018-02-27 06:13 ./source/n/openvpn/slack-desc
+-rw-r--r-- 1 root root 6942 2007-06-12 03:48 ./source/n/openvpn/slackware.conf
+drwxr-xr-x 2 root root 4096 2022-01-17 22:07 ./source/n/p11-kit
+-rw-r--r-- 1 root root 838304 2022-01-17 14:51 ./source/n/p11-kit/p11-kit-0.24.1.tar.xz
+-rw-r--r-- 1 root root 566 2022-01-17 14:51 ./source/n/p11-kit/p11-kit-0.24.1.tar.xz.sig
+-rwxr-xr-x 1 root root 3627 2021-06-05 18:01 ./source/n/p11-kit/p11-kit.SlackBuild
+-rw-r--r-- 1 root root 45 2018-05-28 18:06 ./source/n/p11-kit/p11-kit.url
+-rw-r--r-- 1 root root 972 2018-02-27 06:13 ./source/n/p11-kit/slack-desc
+drwxr-xr-x 2 root root 4096 2021-10-29 17:02 ./source/n/pam-krb5
+-rw-r--r-- 1 root root 423756 2021-10-17 22:55 ./source/n/pam-krb5/pam-krb5-4.11.tar.xz
+-rw-r--r-- 1 root root 488 2021-10-17 22:55 ./source/n/pam-krb5/pam-krb5-4.11.tar.xz.asc
+-rwxr-xr-x 1 root root 3888 2021-03-26 17:48 ./source/n/pam-krb5/pam-krb5.SlackBuild
+-rw-r--r-- 1 root root 45 2020-05-09 19:13 ./source/n/pam-krb5/pam-krb5.url
+-rw-r--r-- 1 root root 929 2020-05-09 19:19 ./source/n/pam-krb5/slack-desc
+-rw-r--r-- 1 root root 379 2020-05-09 19:12 ./source/n/pam-krb5/system-auth.krb5
+drwxr-xr-x 2 root root 4096 2021-12-16 18:59 ./source/n/php
+-rw-r--r-- 1 root root 432 2020-12-21 16:28 ./source/n/php/doinst.sh.gz
+-rwxr-xr-x 1 root root 120 2021-12-16 18:59 ./source/n/php/fetch-php.sh
+-rw-r--r-- 1 root root 1022 2017-11-28 18:32 ./source/n/php/mod_php.conf.example
+-rw-r--r-- 1 root root 10419380 2021-12-14 17:50 ./source/n/php/php-7.4.27.tar.xz
+-rw-r--r-- 1 root root 833 2021-12-14 17:50 ./source/n/php/php-7.4.27.tar.xz.asc
+-rw-r--r-- 1 root root 387 2017-11-28 02:08 ./source/n/php/php-fpm.conf.diff.gz
+-rwxr-xr-x 1 root root 10795 2021-09-21 02:11 ./source/n/php/php.SlackBuild
+-rw-r--r-- 1 root root 855 2021-06-29 20:14 ./source/n/php/php.enchant-2.patch.gz
+-rw-r--r-- 1 root root 605 2020-03-17 21:22 ./source/n/php/php.imap.api.diff.gz
+-rw-r--r-- 1 root root 805 2020-05-12 19:14 ./source/n/php/php.ini-development.diff.gz
+-rw-r--r-- 1 root root 796 2021-02-19 19:05 ./source/n/php/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/pidentd
+-rw-r--r-- 1 root root 296 2002-04-05 23:57 ./source/n/pidentd/doinst.sh.gz
+-rw-r--r-- 1 root root 145505 2005-10-18 14:06 ./source/n/pidentd/pidentd-3.0.19.tar.gz
+-rw-r--r-- 1 root root 185 2005-10-18 14:06 ./source/n/pidentd/pidentd-3.0.19.tar.gz.sig
+-rwxr-xr-x 1 root root 3544 2021-02-13 05:32 ./source/n/pidentd/pidentd.SlackBuild
+-rw-r--r-- 1 root root 893 2004-06-13 20:28 ./source/n/pidentd/pidentd.conf.diff.gz
+-rw-r--r-- 1 root root 852 2018-05-07 22:04 ./source/n/pidentd/pidentd.openssl-1.1.diff.gz
+-rw-r--r-- 1 root root 1031 2018-02-27 06:13 ./source/n/pidentd/slack-desc
+drwxr-xr-x 2 root root 4096 2021-09-28 16:57 ./source/n/pinentry
+-rw-r--r-- 1 root root 394289 2021-08-25 12:28 ./source/n/pinentry/pinentry-1.2.0.tar.lz
+-rwxr-xr-x 1 root root 4165 2021-09-28 16:57 ./source/n/pinentry/pinentry.SlackBuild
+-rw-r--r-- 1 root root 771 2021-01-23 03:59 ./source/n/pinentry/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/popa3d
+-rw-r--r-- 1 root root 164 2006-09-30 23:56 ./source/n/popa3d/doinst.sh.gz
+-rw-r--r-- 1 root root 29258 2013-10-21 13:34 ./source/n/popa3d/popa3d-1.0.3.tar.lz
+-rwxr-xr-x 1 root root 3369 2021-02-13 05:32 ./source/n/popa3d/popa3d.SlackBuild
+-rw-r--r-- 1 root root 885 2018-09-18 16:57 ./source/n/popa3d/popa3d.pam.diff.gz
+-rw-r--r-- 1 root root 769 2006-03-12 22:23 ./source/n/popa3d/popa3d.shadow.diff.gz
+-rw-r--r-- 1 root root 997 2018-02-27 06:13 ./source/n/popa3d/slack-desc
+drwxr-xr-x 2 root root 4096 2022-01-16 05:19 ./source/n/postfix
+-rw-r--r-- 1 root root 1395 2019-11-25 18:38 ./source/n/postfix/README
+-rw-r--r-- 1 root root 1027 2019-03-05 00:06 ./source/n/postfix/doinst.sh.gz
+-rw-r--r-- 1 root root 2418492 2022-01-14 23:04 ./source/n/postfix/postfix-3.6.4.tar.lz
+-rwxr-xr-x 1 root root 9742 2021-06-14 03:12 ./source/n/postfix/postfix.SlackBuild
+-rw-r--r-- 1 root root 283 2017-11-05 21:09 ./source/n/postfix/postfix.only.warn.regular.files.diff.gz
+-rw-r--r-- 1 root root 417 2019-02-28 19:05 ./source/n/postfix/postfix.script.starting.message.diff.gz
+-rw-r--r-- 1 root root 58 2018-05-22 17:24 ./source/n/postfix/postfix.url
+-rw-r--r-- 1 root root 1616 2017-10-14 18:09 ./source/n/postfix/rc.postfix
+-rw-r--r-- 1 root root 896 2018-02-27 06:13 ./source/n/postfix/slack-desc
+drwxr-xr-x 2 root root 4096 2021-10-23 19:00 ./source/n/ppp
+-rw-r--r-- 1 root root 345 2020-02-07 02:48 ./source/n/ppp/doinst.sh.gz
+-rw-r--r-- 1 root root 278608 2015-01-19 16:18 ./source/n/ppp/freeradius-client-1.1.7.tar.xz
+-rw-r--r-- 1 root root 3620 1999-09-30 05:49 ./source/n/ppp/options.new.gz
+-rw-r--r-- 1 root root 474017 2021-01-04 23:06 ./source/n/ppp/ppp-2.4.9.tar.lz
+-rw-r--r-- 1 root root 278 2015-04-17 16:45 ./source/n/ppp/ppp.CVE-2015-3310.diff.gz
+-rwxr-xr-x 1 root root 6585 2021-02-13 05:32 ./source/n/ppp/ppp.SlackBuild
+-rw-r--r-- 1 root root 727 2021-01-25 18:58 ./source/n/ppp/ppp.slack.diff.gz
+-rw-r--r-- 1 root root 71 2020-03-04 20:03 ./source/n/ppp/ppp.url
+-rw-r--r-- 1 root root 348 2002-05-20 02:06 ./source/n/ppp/pppsetup-1.98.backupfiles.diff.gz
+-rw-r--r-- 1 root root 1303 2002-05-20 01:53 ./source/n/ppp/pppsetup-1.98.moredevs.diff.gz
+-rw-r--r-- 1 root root 270 2000-10-21 00:47 ./source/n/ppp/pppsetup-1.98.pppoff.diff.gz
+-rw-r--r-- 1 root root 11656 2000-06-18 21:01 ./source/n/ppp/pppsetup-1.98.slack.diff.gz
+-rw-r--r-- 1 root root 69084 1998-03-04 21:07 ./source/n/ppp/pppsetup-1.98.tar.xz
+-rw-r--r-- 1 root root 812 2005-07-25 05:56 ./source/n/ppp/radius.msdict.gz
+-rw-r--r-- 1 root root 372 2005-07-25 05:56 ./source/n/ppp/realms.gz
+-rw-r--r-- 1 root root 944 2020-03-04 20:03 ./source/n/ppp/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/procmail
+-rw-r--r-- 1 root root 294 2001-08-21 22:22 ./source/n/procmail/_procmail.tar.gz
+-rw-r--r-- 1 root root 226817 2001-09-11 05:10 ./source/n/procmail/procmail-3.22.tar.gz
+-rw-r--r-- 1 root root 366 2001-09-11 05:10 ./source/n/procmail/procmail-3.22.tar.gz.sig
+-rwxr-xr-x 1 root root 3369 2021-02-13 05:32 ./source/n/procmail/procmail.SlackBuild
+-rw-r--r-- 1 root root 277 2006-09-19 04:10 ./source/n/procmail/procmail.lfs.diff.gz
+-rw-r--r-- 1 root root 13073 2002-12-26 21:18 ./source/n/procmail/procmail_3.22-5.diff.gz
+-rw-r--r-- 1 root root 1143 2018-02-27 06:13 ./source/n/procmail/slack-desc
+drwxr-xr-x 3 root root 4096 2021-08-30 18:29 ./source/n/proftpd
+-rw-r--r-- 1 root root 306 2003-03-06 07:52 ./source/n/proftpd/doinst.sh.gz
+drwxr-xr-x 2 root root 4096 2017-04-20 21:08 ./source/n/proftpd/etc
+-rw-r--r-- 1 root root 581 2001-02-26 07:31 ./source/n/proftpd/etc/ftpusers
+-rw-r--r-- 1 root root 1986 2017-04-20 21:08 ./source/n/proftpd/etc/proftpd.conf
+-rw-r--r-- 1 root root 14528098 2021-08-30 00:39 ./source/n/proftpd/proftpd-1.3.7c.tar.lz
+-rwxr-xr-x 1 root root 4764 2021-08-30 17:44 ./source/n/proftpd/proftpd.SlackBuild
+-rw-r--r-- 1 root root 826 2018-02-27 06:13 ./source/n/proftpd/slack-desc
+drwxr-xr-x 2 root root 4096 2021-11-02 19:02 ./source/n/pssh
+-rw-r--r-- 1 root root 43443 2020-04-05 06:12 ./source/n/pssh/pssh-2.3.4.tar.lz
+-rwxr-xr-x 1 root root 3343 2021-11-02 19:02 ./source/n/pssh/pssh.SlackBuild
+-rw-r--r-- 1 root root 42 2020-08-09 17:57 ./source/n/pssh/pssh.url
+-rw-r--r-- 1 root root 1036 2020-08-09 17:58 ./source/n/pssh/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/rdist
+-rw-r--r-- 1 root root 360 2004-09-09 11:08 ./source/n/rdist/rdist-6.1.5-00.linux.diff.gz
+-rw-r--r-- 1 root root 836 2004-09-09 11:08 ./source/n/rdist/rdist-6.1.5-01.links.diff.gz
+-rw-r--r-- 1 root root 419 2004-09-09 11:08 ./source/n/rdist/rdist-6.1.5-03.hardlink.diff.gz
+-rw-r--r-- 1 root root 929 2004-09-09 11:11 ./source/n/rdist/rdist-6.1.5-04.bison.diff.gz
+-rw-r--r-- 1 root root 233 2004-09-09 11:11 ./source/n/rdist/rdist-6.1.5-05.varargs.diff.gz
+-rw-r--r-- 1 root root 271 2004-09-09 11:11 ./source/n/rdist/rdist-6.1.5-06.maxargs.diff.gz
+-rw-r--r-- 1 root root 1500 2004-09-09 11:11 ./source/n/rdist/rdist-6.1.5-07.lfs.diff.gz
+-rw-r--r-- 1 root root 12347 2004-09-09 11:11 ./source/n/rdist/rdist-6.1.5-08.cleanup.diff.gz
+-rw-r--r-- 1 root root 304 2004-09-09 11:11 ./source/n/rdist/rdist-6.1.5-09.svr4.diff.gz
+-rw-r--r-- 1 root root 253 2004-09-09 11:11 ./source/n/rdist/rdist-6.1.5-10.ssh.diff.gz
+-rw-r--r-- 1 root root 419 2004-09-09 11:13 ./source/n/rdist/rdist-6.1.5-11.mkstemp.diff.gz
+-rw-r--r-- 1 root root 963 2005-05-04 14:08 ./source/n/rdist/rdist-6.1.5-12.stat64.diff.gz
+-rw-r--r-- 1 root root 462 2006-08-02 09:11 ./source/n/rdist/rdist-6.1.5-14.fix-msgsndnotify-loop.diff.gz
+-rw-r--r-- 1 root root 117861 2001-04-03 17:01 ./source/n/rdist/rdist-6.1.5.tar.gz
+-rw-r--r-- 1 root root 5320 2004-09-09 11:08 ./source/n/rdist/rdist-eu-license.txt
+-rwxr-xr-x 1 root root 4039 2021-02-13 05:32 ./source/n/rdist/rdist.SlackBuild
+-rw-r--r-- 1 root root 806 2018-02-27 06:13 ./source/n/rdist/slack-desc
+drwxr-xr-x 2 root root 4096 2021-05-10 04:00 ./source/n/rp-pppoe
+-rw-r--r-- 1 root root 307 2005-09-03 17:27 ./source/n/rp-pppoe/doinst.sh.gz
+-rw-r--r-- 1 root root 392 2017-08-04 17:13 ./source/n/rp-pppoe/rp-pppoe-3.12-doc.patch.gz
+-rw-r--r-- 1 root root 304 2017-08-04 17:13 ./source/n/rp-pppoe/rp-pppoe-3.12-plugin.patch.gz
+-rw-r--r-- 1 root root 336 2017-08-04 17:13 ./source/n/rp-pppoe/rp-pppoe-3.12-pluginpath.patch.gz
+-rw-r--r-- 1 root root 1435 2020-05-27 22:57 ./source/n/rp-pppoe/rp-pppoe-3.14-ip-allocation.patch.gz
+-rw-r--r-- 1 root root 177745 2021-05-07 13:19 ./source/n/rp-pppoe/rp-pppoe-3.15.tar.lz
+-rw-r--r-- 1 root root 1200 2017-08-04 17:13 ./source/n/rp-pppoe/rp-pppoe-manpages.patch.gz
+-rwxr-xr-x 1 root root 3624 2021-05-10 04:00 ./source/n/rp-pppoe/rp-pppoe.SlackBuild
+-rw-r--r-- 1 root root 1008 2020-03-06 05:08 ./source/n/rp-pppoe/slack-desc
+drwxr-xr-x 2 root root 4096 2021-05-12 18:43 ./source/n/rpcbind
+-rw-r--r-- 1 root root 732 2017-07-18 04:32 ./source/n/rpcbind/0001-man-rpcibind.8-Clarify-state-file-usage-and-history.patch.gz
+-rw-r--r-- 1 root root 344 2017-07-18 05:52 ./source/n/rpcbind/doinst.sh.gz
+-rw-r--r-- 1 root root 897 2017-12-29 05:43 ./source/n/rpcbind/rc.rpc.gz
+-rw-r--r-- 1 root root 793 2017-12-29 05:38 ./source/n/rpcbind/rpc.default
+-rw-r--r-- 1 root root 116779 2021-05-10 17:35 ./source/n/rpcbind/rpcbind-1.2.6.tar.lz
+-rwxr-xr-x 1 root root 4990 2021-05-12 18:43 ./source/n/rpcbind/rpcbind.SlackBuild
+-rw-r--r-- 1 root root 381 2015-12-14 19:35 ./source/n/rpcbind/rpcbind.lwrap.needs.lnsl.diff.gz
+-rw-r--r-- 1 root root 1037 2018-02-27 06:13 ./source/n/rpcbind/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-22 20:30 ./source/n/rsync
+-rw-r--r-- 1 root root 1069784 2020-08-07 03:58 ./source/n/rsync/rsync-3.2.3.tar.gz
+-rwxr-xr-x 1 root root 3737 2021-02-22 20:30 ./source/n/rsync/rsync.SlackBuild
+-rw-r--r-- 1 root root 398 2021-02-22 20:30 ./source/n/rsync/rsync.no_lchmod.diff.gz
+-rw-r--r-- 1 root root 978 2018-02-27 06:13 ./source/n/rsync/slack-desc
+drwxr-xr-x 2 root root 4096 2021-11-12 18:20 ./source/n/s-nail
+-rw-r--r-- 1 root root 262 2018-11-17 11:48 ./source/n/s-nail/doinst.sh.gz
+-rw-r--r-- 1 root root 799572 2021-11-11 22:40 ./source/n/s-nail/s-nail-14.9.23.tar.xz
+-rw-r--r-- 1 root root 801 2021-11-11 22:40 ./source/n/s-nail/s-nail-14.9.23.tar.xz.asc
+-rwxr-xr-x 1 root root 4323 2021-02-24 18:51 ./source/n/s-nail/s-nail.SlackBuild
+-rw-r--r-- 1 root root 267 2021-02-20 02:10 ./source/n/s-nail/s-nail.no.emptystart.diff.gz
+-rw-r--r-- 1 root root 92 2021-11-12 18:19 ./source/n/s-nail/s-nail.url
+-rw-r--r-- 1 root root 930 2018-11-24 18:35 ./source/n/s-nail/slack-desc
+drwxr-xr-x 2 root root 4096 2022-01-31 18:08 ./source/n/samba
+-rw-r--r-- 1 root root 703 2016-06-13 04:19 ./source/n/samba/doinst.sh.gz
+-rw-r--r-- 1 root root 940 2016-06-04 17:50 ./source/n/samba/rc.samba
+-rw-r--r-- 1 root root 833 2022-01-31 11:32 ./source/n/samba/samba-4.15.5.tar.asc
+-rw-r--r-- 1 root root 11873901 2022-01-31 11:32 ./source/n/samba/samba-4.15.5.tar.lz
+-rwxr-xr-x 1 root root 7644 2021-11-10 19:42 ./source/n/samba/samba.SlackBuild
+-rw-r--r-- 1 root root 227 2019-02-06 20:36 ./source/n/samba/samba.libsmbclient.h.ffmpeg.compat.diff.gz
+-rw-r--r-- 1 root root 129 2022-01-31 18:07 ./source/n/samba/samba.url
+-rw-r--r-- 1 root root 960 2018-02-27 06:13 ./source/n/samba/slack-desc
+-rw-r--r-- 1 root root 7921 2018-04-29 17:31 ./source/n/samba/smb.conf.default
+-rw-r--r-- 1 root root 7933 2018-01-14 20:41 ./source/n/samba/smb.conf.default.orig
+-rw-r--r-- 1 root root 536 2017-03-23 19:18 ./source/n/samba/smb.conf.diff.gz
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/slrn
+-rw-r--r-- 1 root root 280 2010-05-19 02:27 ./source/n/slrn/doinst.sh.gz
+-rw-r--r-- 1 root root 798 2018-11-08 00:49 ./source/n/slrn/slack-desc
+-rw-r--r-- 1 root root 793605 2016-10-23 22:34 ./source/n/slrn/slrn-1.0.3a.tar.lz
+-rwxr-xr-x 1 root root 4244 2021-02-13 05:32 ./source/n/slrn/slrn.SlackBuild
+-rw-r--r-- 1 root root 33 2018-11-08 00:49 ./source/n/slrn/slrn.url
+drwxr-xr-x 2 root root 4096 2021-10-03 22:53 ./source/n/snownews
+-rw-r--r-- 1 root root 856 2018-11-08 00:54 ./source/n/snownews/slack-desc
+-rw-r--r-- 1 root root 117505 2021-10-02 22:29 ./source/n/snownews/snownews-1.9.tar.lz
+-rwxr-xr-x 1 root root 4068 2021-05-11 18:43 ./source/n/snownews/snownews.SlackBuild
+drwxr-xr-x 2 root root 4096 2022-01-09 03:42 ./source/n/socat
+-rw-r--r-- 1 root root 949 2020-02-16 05:03 ./source/n/socat/slack-desc
+-rw-r--r-- 1 root root 437874 2022-01-08 21:10 ./source/n/socat/socat-1.7.4.3.tar.lz
+-rwxr-xr-x 1 root root 4501 2021-11-03 17:31 ./source/n/socat/socat.SlackBuild
+-rw-r--r-- 1 root root 44 2020-02-16 04:58 ./source/n/socat/socat.url
+drwxr-xr-x 2 root root 4096 2021-06-08 20:28 ./source/n/sshfs
+-rw-r--r-- 1 root root 889 2018-02-27 06:13 ./source/n/sshfs/slack-desc
+-rw-r--r-- 1 root root 53160 2021-06-08 08:56 ./source/n/sshfs/sshfs-3.7.2.tar.xz
+-rw-r--r-- 1 root root 1012 2021-06-08 08:56 ./source/n/sshfs/sshfs-3.7.2.tar.xz.asc
+-rwxr-xr-x 1 root root 4227 2021-06-08 20:28 ./source/n/sshfs/sshfs.SlackBuild
+drwxr-xr-x 2 root root 4096 2022-01-17 22:09 ./source/n/stunnel
+-rw-r--r-- 1 root root 268 2015-09-17 19:39 ./source/n/stunnel/doinst.sh.gz
+-rw-r--r-- 1 root root 286 2016-08-22 18:28 ./source/n/stunnel/generate-stunnel-key.sh
+-rw-r--r-- 1 root root 965 2018-02-27 06:13 ./source/n/stunnel/slack-desc
+-rw-r--r-- 1 root root 602479 2022-01-17 20:00 ./source/n/stunnel/stunnel-5.62.tar.lz
+-rwxr-xr-x 1 root root 4728 2021-02-21 02:21 ./source/n/stunnel/stunnel.SlackBuild
+-rw-r--r-- 1 root root 39 2018-05-22 17:22 ./source/n/stunnel/stunnel.url
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/tcp_wrappers
+-rw-r--r-- 1 root root 1108 2018-02-27 06:13 ./source/n/tcp_wrappers/slack-desc
+-rwxr-xr-x 1 root root 3736 2021-02-13 05:32 ./source/n/tcp_wrappers/tcp_wrappers.SlackBuild
+-rw-r--r-- 1 root root 118844 2004-02-22 22:48 ./source/n/tcp_wrappers/tcp_wrappers_7.6.tar.gz
+drwxr-xr-x 2 root root 4096 2021-06-10 18:10 ./source/n/tcpdump
+-rw-r--r-- 1 root root 869 2019-10-01 20:14 ./source/n/tcpdump/slack-desc
+-rw-r--r-- 1 root root 1268906 2021-06-10 05:23 ./source/n/tcpdump/tcpdump-4.99.1.tar.lz
+-rwxr-xr-x 1 root root 3505 2021-06-10 18:10 ./source/n/tcpdump/tcpdump.SlackBuild
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/telnet
+-rw-r--r-- 1 root root 522 2001-08-09 19:36 ./source/n/telnet/netkit-telnet-0.17-ayt.patch.gz
+-rw-r--r-- 1 root root 176 2001-02-26 02:21 ./source/n/telnet/netkit-telnet-0.17.diff.gz
+-rw-r--r-- 1 root root 133749 2000-07-31 03:04 ./source/n/telnet/netkit-telnet-0.17.tar.gz
+-rw-r--r-- 1 root root 1009 2018-02-27 06:13 ./source/n/telnet/slack-desc
+-rw-r--r-- 1 root root 2605 2005-08-28 22:42 ./source/n/telnet/telnet-OpenBSD-014_telnet.diff.gz
+-rw-r--r-- 1 root root 869 2002-03-22 04:41 ./source/n/telnet/telnet-OpenBSD-20020321.diff.gz
+-rw-r--r-- 1 root root 104068 2002-03-22 04:19 ./source/n/telnet/telnet-OpenBSD-20020321.tar.gz
+-rwxr-xr-x 1 root root 3333 2021-02-13 05:32 ./source/n/telnet/telnet.SlackBuild
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/tftp-hpa
+-rw-r--r-- 1 root root 1010 2018-02-27 06:13 ./source/n/tftp-hpa/slack-desc
+-rw-r--r-- 1 root root 836 2011-12-11 22:15 ./source/n/tftp-hpa/tftp-hpa-5.2.tar.sign
+-rw-r--r-- 1 root root 89564 2011-12-11 22:15 ./source/n/tftp-hpa/tftp-hpa-5.2.tar.xz
+-rwxr-xr-x 1 root root 3220 2021-02-13 05:32 ./source/n/tftp-hpa/tftp-hpa.SlackBuild
+-rw-r--r-- 1 root root 201 2021-01-16 18:55 ./source/n/tftp-hpa/tftp-hpa.fcommon.diff.gz
+drwxr-xr-x 2 root root 4096 2021-12-27 19:55 ./source/n/tin
+-rw-r--r-- 1 root root 939 2018-02-27 06:13 ./source/n/tin/slack-desc
+-rw-r--r-- 1 root root 1570500 2021-12-26 14:00 ./source/n/tin/tin-2.6.1.tar.xz
+-rw-r--r-- 1 root root 286 2021-12-26 14:41 ./source/n/tin/tin-2.6.1.tar.xz.sign
+-rwxr-xr-x 1 root root 3653 2021-09-27 18:04 ./source/n/tin/tin.SlackBuild
+-rw-r--r-- 1 root root 40 2019-07-22 18:02 ./source/n/tin/tin.url
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/traceroute
+-rw-r--r-- 1 root root 1008 2018-02-27 06:13 ./source/n/traceroute/slack-desc
+-rw-r--r-- 1 root root 57572 2016-03-08 17:24 ./source/n/traceroute/traceroute-2.1.0.tar.xz
+-rwxr-xr-x 1 root root 3302 2021-02-13 05:32 ./source/n/traceroute/traceroute.SlackBuild
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/ulogd
+-rw-r--r-- 1 root root 343 2012-09-08 06:31 ./source/n/ulogd/doinst.sh.gz
+-rw-r--r-- 1 root root 437 2013-04-22 06:15 ./source/n/ulogd/rc.ulogd
+-rw-r--r-- 1 root root 884 2018-05-28 17:54 ./source/n/ulogd/slack-desc
+-rw-r--r-- 1 root root 335009 2018-04-26 23:23 ./source/n/ulogd/ulogd-2.0.7.tar.lz
+-rwxr-xr-x 1 root root 3657 2021-02-13 05:32 ./source/n/ulogd/ulogd.SlackBuild
+-rw-r--r-- 1 root root 197 2018-05-29 00:42 ./source/n/ulogd/ulogd.logrotate
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/uucp
+-rw-r--r-- 1 root root 1001 2003-06-05 22:07 ./source/n/uucp/_uucp.tar.gz
+-rw-r--r-- 1 root root 1777 2003-06-05 21:46 ./source/n/uucp/policy.h.diff.gz
+-rw-r--r-- 1 root root 734 2018-02-27 06:13 ./source/n/uucp/slack-desc
+-rw-r--r-- 1 root root 1013234 2003-06-04 00:51 ./source/n/uucp/uucp-1.07.tar.gz
+-rwxr-xr-x 1 root root 2995 2021-02-13 05:32 ./source/n/uucp/uucp.SlackBuild
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/vlan
+-rw-r--r-- 1 root root 884 2018-02-27 06:13 ./source/n/vlan/slack-desc
+-rw-r--r-- 1 root root 132059 2005-10-20 09:17 ./source/n/vlan/vlan.1.9.tar.bz2
+-rwxr-xr-x 1 root root 2658 2021-02-13 05:32 ./source/n/vlan/vlan.SlackBuild
+drwxr-xr-x 2 root root 4096 2021-08-04 19:51 ./source/n/vsftpd
+-rw-r--r-- 1 root root 300 2020-02-07 02:54 ./source/n/vsftpd/doinst.sh.gz
+-rw-r--r-- 1 root root 952 2021-06-06 16:46 ./source/n/vsftpd/slack-desc
+-rw-r--r-- 1 root root 197778 2021-08-04 19:51 ./source/n/vsftpd/vsftpd-3.0.5.tar.gz
+-rw-r--r-- 1 root root 866 2021-08-04 19:51 ./source/n/vsftpd/vsftpd-3.0.5.tar.gz.asc
+-rwxr-xr-x 1 root root 4059 2021-08-04 19:53 ./source/n/vsftpd/vsftpd.SlackBuild
+-rw-r--r-- 1 root root 198 2021-06-06 16:52 ./source/n/vsftpd/vsftpd.builddefs.diff.gz
+-rw-r--r-- 1 root root 1223 2016-04-11 23:34 ./source/n/vsftpd/vsftpd.conf.diff.gz
+-rw-r--r-- 1 root root 315 2016-06-13 04:49 ./source/n/vsftpd/vsftpd.crypt.diff.gz
+-rw-r--r-- 1 root root 115 2004-09-03 18:59 ./source/n/vsftpd/vsftpd.log.gz
+drwxr-xr-x 2 root root 4096 2021-09-08 17:44 ./source/n/wget
+-rw-r--r-- 1 root root 264 2008-10-01 23:27 ./source/n/wget/doinst.sh.gz
+-rw-r--r-- 1 root root 849 2018-02-27 06:13 ./source/n/wget/slack-desc
+-rw-r--r-- 1 root root 2407790 2021-09-07 19:06 ./source/n/wget/wget-1.21.2.tar.lz
+-rw-r--r-- 1 root root 833 2021-09-07 19:06 ./source/n/wget/wget-1.21.2.tar.lz.sig
+-rwxr-xr-x 1 root root 3891 2021-09-08 17:45 ./source/n/wget/wget.SlackBuild
+drwxr-xr-x 2 root root 4096 2021-09-13 00:57 ./source/n/wget2
+-rw-r--r-- 1 root root 1039 2021-09-13 04:34 ./source/n/wget2/slack-desc
+-rw-r--r-- 1 root root 1956207 2021-09-12 11:45 ./source/n/wget2/wget2-2.0.0.tar.lz
+-rw-r--r-- 1 root root 566 2021-09-12 11:45 ./source/n/wget2/wget2-2.0.0.tar.lz.sig
+-rwxr-xr-x 1 root root 4972 2021-10-10 20:56 ./source/n/wget2/wget2.SlackBuild
+drwxr-xr-x 2 root root 4096 2022-01-04 21:42 ./source/n/whois
+-rw-r--r-- 1 root root 820 2019-03-28 19:25 ./source/n/whois/slack-desc
+-rw-r--r-- 1 root root 84684 2022-01-03 17:21 ./source/n/whois/whois-5.5.11.tar.lz
+-rwxr-xr-x 1 root root 2907 2021-02-16 19:24 ./source/n/whois/whois.SlackBuild
+-rw-r--r-- 1 root root 33 2019-07-24 18:55 ./source/n/whois/whois.url
+drwxr-xr-x 2 root root 4096 2021-09-14 18:26 ./source/n/wireguard-tools
+-rw-r--r-- 1 root root 951 2021-03-19 18:19 ./source/n/wireguard-tools/slack-desc
+-rw-r--r-- 1 root root 858 2021-09-14 18:26 ./source/n/wireguard-tools/wireguard-tools-1.0.20210914.tar.asc
+-rw-r--r-- 1 root root 99744 2021-09-14 18:26 ./source/n/wireguard-tools/wireguard-tools-1.0.20210914.tar.xz
+-rwxr-xr-x 1 root root 3642 2021-03-19 18:25 ./source/n/wireguard-tools/wireguard-tools.SlackBuild
+-rw-r--r-- 1 root root 38 2021-03-19 18:16 ./source/n/wireguard-tools/wireguard-tools.url
+drwxr-xr-x 3 root root 4096 2021-03-10 04:16 ./source/n/wireless_tools
+-rw-r--r-- 1 root root 389 2007-05-10 01:04 ./source/n/wireless_tools/doinst.sh.gz
+drwxr-xr-x 2 root root 4096 2017-11-14 23:02 ./source/n/wireless_tools/scripts
+-rw-r--r-- 1 root root 13885 2021-03-10 03:15 ./source/n/wireless_tools/scripts/rc.wireless
+-rw-r--r-- 1 root root 7349 2017-07-11 21:58 ./source/n/wireless_tools/scripts/rc.wireless.conf
+-rw-r--r-- 1 root root 1139 2018-04-10 12:34 ./source/n/wireless_tools/slack-desc
+-rw-r--r-- 1 root root 182226 2016-11-04 17:56 ./source/n/wireless_tools/wireless_tools.30.pre9.tar.lz
+-rwxr-xr-x 1 root root 4055 2021-03-10 04:16 ./source/n/wireless_tools/wireless_tools.SlackBuild
+-rw-r--r-- 1 root root 227 2005-07-14 05:20 ./source/n/wireless_tools/wireless_tools.nowhine.diff.gz
+-rw-r--r-- 1 root root 59 2018-12-31 19:59 ./source/n/wireless_tools/wireless_tools.url
+drwxr-xr-x 4 root root 4096 2022-01-19 17:15 ./source/n/wpa_supplicant
+-rw-r--r-- 1 root root 2080 2005-08-06 20:17 ./source/n/wpa_supplicant/README.slackware
+drwxr-xr-x 2 root root 4096 2021-06-09 18:33 ./source/n/wpa_supplicant/config
+-rw-r--r-- 1 root root 22874 2021-06-09 18:33 ./source/n/wpa_supplicant/config/dot.config
+-rw-r--r-- 1 root root 153 2020-12-27 07:03 ./source/n/wpa_supplicant/config/wpa_gui.desktop
+-rw-r--r-- 1 root root 5124 2009-04-20 18:10 ./source/n/wpa_supplicant/config/wpa_gui.png
+-rw-r--r-- 1 root root 65 2012-05-06 07:08 ./source/n/wpa_supplicant/config/wpa_supplicant.conf
+-rw-r--r-- 1 root root 100 2012-05-06 07:05 ./source/n/wpa_supplicant/config/wpa_supplicant.logrotate
+-rw-r--r-- 1 root root 284 2012-05-06 07:31 ./source/n/wpa_supplicant/doinst.sh.gz
+drwxr-xr-x 2 root root 4096 2022-01-19 17:13 ./source/n/wpa_supplicant/patches
+-rw-r--r-- 1 root root 454 2018-12-15 14:31 ./source/n/wpa_supplicant/patches/allow-tlsv1.patch.gz
+-rw-r--r-- 1 root root 687 2018-12-18 16:36 ./source/n/wpa_supplicant/patches/wpa_supplicant-gui-qt4.patch.gz
+-rw-r--r-- 1 root root 625 2018-12-18 16:36 ./source/n/wpa_supplicant/patches/wpa_supplicant-quiet-scan-results-message.patch.gz
+-rw-r--r-- 1 root root 1061 2018-12-06 20:13 ./source/n/wpa_supplicant/slack-desc
+-rw-r--r-- 1 root root 2372460 2022-01-16 21:11 ./source/n/wpa_supplicant/wpa_supplicant-2.10.tar.xz
+-rwxr-xr-x 1 root root 6066 2022-01-19 17:15 ./source/n/wpa_supplicant/wpa_supplicant.SlackBuild
+-rw-r--r-- 1 root root 30 2022-01-19 17:10 ./source/n/wpa_supplicant/wpa_supplicant.url
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/yptools
+-rw-r--r-- 1 root root 616 2000-11-24 23:39 ./source/n/yptools/nsswitch.conf-nis.gz
+-rw-r--r-- 1 root root 1355 2017-11-19 02:09 ./source/n/yptools/rc.yp.gz
+-rw-r--r-- 1 root root 861 2018-02-27 06:13 ./source/n/yptools/slack-desc
+-rw-r--r-- 1 root root 151923 2018-03-27 13:47 ./source/n/yptools/yp-tools-4.2.3.tar.lz
+-rw-r--r-- 1 root root 1438 2021-12-31 05:19 ./source/n/yptools/yp.default
+-rw-r--r-- 1 root root 174052 2020-01-31 09:54 ./source/n/yptools/ypbind-mt-2.7.2.tar.xz
+-rw-r--r-- 1 root root 178560 2019-03-12 15:26 ./source/n/yptools/ypserv-4.1.tar.xz
+-rwxr-xr-x 1 root root 10508 2022-01-04 17:07 ./source/n/yptools/yptools.SlackBuild
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/ytalk
+-rw-r--r-- 1 root root 269 2006-02-03 23:28 ./source/n/ytalk/doinst.sh.gz
+-rw-r--r-- 1 root root 741 2018-02-27 06:13 ./source/n/ytalk/slack-desc
+-rw-r--r-- 1 root root 110912 2005-02-13 14:14 ./source/n/ytalk/ytalk-3.3.0.tar.bz2
+-rwxr-xr-x 1 root root 3203 2021-02-13 05:32 ./source/n/ytalk/ytalk.SlackBuild
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/zd1211-firmware
+-rw-r--r-- 1 root root 1111 2018-02-27 06:13 ./source/n/zd1211-firmware/slack-desc
+-rw-r--r-- 1 root root 30904 2014-04-29 14:09 ./source/n/zd1211-firmware/zd1211-firmware-1.5.tar.xz
+-rwxr-xr-x 1 root root 2234 2021-02-13 05:32 ./source/n/zd1211-firmware/zd1211-firmware.SlackBuild
+drwxr-xr-x 5 root root 4096 2021-07-06 19:21 ./source/t
+-rw-r--r-- 1 root root 82 2018-02-01 03:15 ./source/t/FTBFSlog
+drwxr-xr-x 2 root root 4096 2021-08-23 17:48 ./source/t/fig2dev
+-rw-r--r-- 1 root root 522756 2021-08-22 15:34 ./source/t/fig2dev/fig2dev-3.2.8b.tar.xz
+-rwxr-xr-x 1 root root 4197 2021-03-28 18:06 ./source/t/fig2dev/fig2dev.SlackBuild
+-rw-r--r-- 1 root root 940 2018-02-27 06:12 ./source/t/fig2dev/slack-desc
+drwxr-xr-x 4 root root 4096 2021-07-06 19:20 ./source/t/texlive
+-rw-r--r-- 1 root root 773 2017-05-22 17:37 ./source/t/texlive/README.tlpkg
+-rw-r--r-- 1 root root 151 2019-06-27 18:05 ./source/t/texlive/doinst.sh.gz
+-rwxr-xr-x 1 root root 845 2021-04-18 18:00 ./source/t/texlive/dump.unused.internal.libraries.from.sources.sh
+drwxr-xr-x 2 root root 4096 2021-04-20 05:20 ./source/t/texlive/patches
+-rw-r--r-- 1 root root 6924 2021-04-20 05:03 ./source/t/texlive/patches/fixes-210420.patch
+drwxr-xr-x 2 root root 4096 2021-04-19 11:34 ./source/t/texlive/prep
+-rw-r--r-- 1 root root 109 2017-09-29 05:12 ./source/t/texlive/prep/README
+-rw-r--r-- 1 root root 39002 2021-04-18 11:00 ./source/t/texlive/prep/texmf_get.sh
+-rw-r--r-- 1 root root 996 2018-08-22 16:53 ./source/t/texlive/slack-desc
+-rw-r--r-- 1 root root 22290664 2021-03-24 22:31 ./source/t/texlive/texlive-20210324-source.tar.xz
+-rw-r--r-- 1 root root 73759108 2021-04-18 11:56 ./source/t/texlive/texlive-base-210418.tar.xz
+-rwxr-xr-x 1 root root 7492 2021-10-10 21:02 ./source/t/texlive/texlive.SlackBuild
+-rw-r--r-- 1 root root 150 2021-04-19 06:48 ./source/t/texlive/texlive.url
+drwxr-xr-x 2 root root 4096 2021-08-23 18:13 ./source/t/xfig
+-rw-r--r-- 1 root root 909 2018-02-27 06:12 ./source/t/xfig/slack-desc
+-rw-r--r-- 1 root root 5382524 2021-08-22 15:39 ./source/t/xfig/xfig-3.2.8b.tar.xz
+-rwxr-xr-x 1 root root 4019 2021-03-28 18:07 ./source/t/xfig/xfig.SlackBuild
+-rw-r--r-- 1 root root 302 2018-02-24 19:38 ./source/t/xfig/xfig.fig.ad.diff.gz
+-rw-r--r-- 1 root root 431 2018-02-24 19:36 ./source/t/xfig/xfig.no.pdf.ref.diff.gz
+drwxr-xr-x 8 root root 4096 2018-02-01 03:10 ./source/tcl
+-rw-r--r-- 1 root root 130 2018-02-01 03:10 ./source/tcl/FTBFSlog
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/tcl/expect
+-rwxr-xr-x 1 root root 4091 2021-02-13 05:32 ./source/tcl/expect/expect.SlackBuild
+-rw-r--r-- 1 root root 432472 2018-02-04 13:56 ./source/tcl/expect/expect5.45.4.tar.lz
+-rw-r--r-- 1 root root 1021 2018-02-27 06:13 ./source/tcl/expect/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/tcl/hfsutils
+-rw-r--r-- 1 root root 207697 1998-11-02 23:34 ./source/tcl/hfsutils/hfsutils-3.2.6.tar.gz
+-rw-r--r-- 1 root root 286 1998-11-02 23:39 ./source/tcl/hfsutils/hfsutils-3.2.6.tar.gz.sign
+-rwxr-xr-x 1 root root 5163 2021-02-13 05:32 ./source/tcl/hfsutils/hfsutils.SlackBuild
+-rw-r--r-- 1 root root 209 2005-07-11 02:18 ./source/tcl/hfsutils/hfsutils.errno.diff.gz
+-rw-r--r-- 1 root root 923 2018-02-27 06:13 ./source/tcl/hfsutils/slack-desc
+drwxr-xr-x 2 root root 4096 2021-11-06 17:01 ./source/tcl/tcl
+-rw-r--r-- 1 root root 739 2018-11-16 18:32 ./source/tcl/tcl/slack-desc
+-rwxr-xr-x 1 root root 4513 2021-11-06 17:01 ./source/tcl/tcl/tcl.SlackBuild
+-rw-r--r-- 1 root root 48 2021-01-04 23:37 ./source/tcl/tcl/tcl.url
+-rw-r--r-- 1 root root 6033620 2021-11-05 20:54 ./source/tcl/tcl/tcl8.6.12-src.tar.lz
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/tcl/tclx
+-rw-r--r-- 1 root root 1007 2018-02-27 06:13 ./source/tcl/tclx/slack-desc
+-rw-r--r-- 1 root root 333652 2020-03-29 18:25 ./source/tcl/tclx/tclx-8.4.4.tar.lz
+-rwxr-xr-x 1 root root 4329 2021-02-13 05:32 ./source/tcl/tclx/tclx.SlackBuild
+-rw-r--r-- 1 root root 36 2019-07-12 18:12 ./source/tcl/tclx/tclx.url
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/tcl/tix
+-rw-r--r-- 1 root root 1831503 2008-07-28 19:37 ./source/tcl/tix/Tix8.4.3.tar.gz
+-rw-r--r-- 1 root root 548 2018-02-01 03:07 ./source/tcl/tix/configure.private.diff.gz
+-rw-r--r-- 1 root root 857 2018-02-27 06:13 ./source/tcl/tix/slack-desc
+-rwxr-xr-x 1 root root 3865 2021-02-13 05:32 ./source/tcl/tix/tix.SlackBuild
+-rw-r--r-- 1 root root 236 2006-11-18 04:05 ./source/tcl/tix/tix.soname.patch.gz
+-rw-r--r-- 1 root root 1908 2008-09-09 00:46 ./source/tcl/tix/tix.tcl8.5.patch.gz
+drwxr-xr-x 2 root root 4096 2021-11-06 17:02 ./source/tcl/tk
+-rw-r--r-- 1 root root 677 2018-11-16 18:36 ./source/tcl/tk/slack-desc
+-rwxr-xr-x 1 root root 4429 2021-11-06 17:02 ./source/tcl/tk/tk.SlackBuild
+-rw-r--r-- 1 root root 48 2021-01-04 23:37 ./source/tcl/tk/tk.url
+-rw-r--r-- 1 root root 2995110 2021-11-05 20:54 ./source/tcl/tk/tk8.6.12-src.tar.lz
+drwxr-xr-x 81 root root 4096 2022-01-03 19:53 ./source/x
+-rw-r--r-- 1 root root 1804 2022-01-11 05:21 ./source/x/FTBFSlog
+drwxr-xr-x 2 root root 4096 2021-09-04 17:57 ./source/x/OpenCC
+-rw-r--r-- 1 root root 2078728 2021-09-03 14:26 ./source/x/OpenCC/OpenCC-ver.1.1.3.tar.lz
+-rwxr-xr-x 1 root root 3386 2021-03-05 02:39 ./source/x/OpenCC/OpenCC.SlackBuild
+-rw-r--r-- 1 root root 33 2020-11-17 21:04 ./source/x/OpenCC/OpenCC.url
+-rw-r--r-- 1 root root 927 2020-11-28 00:49 ./source/x/OpenCC/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/anthy
+-rw-r--r-- 1 root root 3198760 2009-02-07 16:33 ./source/x/anthy/anthy-9100h.tar.xz
+-rwxr-xr-x 1 root root 4699 2021-02-13 05:32 ./source/x/anthy/anthy.SlackBuild
+-rw-r--r-- 1 root root 710 2018-02-27 06:13 ./source/x/anthy/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/cldr-emoji-annotation
+-rw-r--r-- 1 root root 4470950 2020-07-31 23:50 ./source/x/cldr-emoji-annotation/cldr-emoji-annotation-37.0_13.0_0_2.tar.lz
+-rwxr-xr-x 1 root root 3169 2021-10-04 19:02 ./source/x/cldr-emoji-annotation/cldr-emoji-annotation.SlackBuild
+-rw-r--r-- 1 root root 940 2020-11-22 20:10 ./source/x/cldr-emoji-annotation/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/compiz
+-rw-r--r-- 1 root root 743580 2020-04-04 18:24 ./source/x/compiz/compiz-0.8.18.tar.lz
+-rwxr-xr-x 1 root root 4294 2021-02-13 05:32 ./source/x/compiz/compiz.SlackBuild
+-rw-r--r-- 1 root root 874 2019-12-12 04:50 ./source/x/compiz/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/dejavu-fonts-ttf
+-rw-r--r-- 1 root root 2534484 2016-07-30 10:41 ./source/x/dejavu-fonts-ttf/dejavu-fonts-ttf-2.37.tar.xz
+-rwxr-xr-x 1 root root 2983 2021-02-13 05:32 ./source/x/dejavu-fonts-ttf/dejavu-fonts-ttf.SlackBuild
+-rw-r--r-- 1 root root 169 2018-06-05 22:36 ./source/x/dejavu-fonts-ttf/doinst.sh.gz
+-rw-r--r-- 1 root root 904 2018-02-27 06:13 ./source/x/dejavu-fonts-ttf/slack-desc
+drwxr-xr-x 2 root root 4096 2021-05-13 18:27 ./source/x/egl-wayland
+-rw-r--r-- 1 root root 115 2021-04-17 18:31 ./source/x/egl-wayland/10_nvidia_wayland.json
+-rw-r--r-- 1 root root 39159 2021-05-11 19:42 ./source/x/egl-wayland/egl-wayland-1.1.7.tar.lz
+-rwxr-xr-x 1 root root 4560 2021-04-17 18:34 ./source/x/egl-wayland/egl-wayland.SlackBuild
+-rw-r--r-- 1 root root 38 2021-04-17 18:32 ./source/x/egl-wayland/egl-wayland.url
+-rw-r--r-- 1 root root 694 2021-04-17 18:31 ./source/x/egl-wayland/slack-desc
+drwxr-xr-x 2 root root 4096 2021-04-17 18:28 ./source/x/eglexternalplatform
+-rw-r--r-- 1 root root 9578 2018-08-16 19:19 ./source/x/eglexternalplatform/eglexternalplatform-1.1.tar.lz
+-rwxr-xr-x 1 root root 3271 2021-04-17 18:30 ./source/x/eglexternalplatform/eglexternalplatform.SlackBuild
+-rw-r--r-- 1 root root 46 2021-04-17 18:27 ./source/x/eglexternalplatform/eglexternalplatform.url
+-rw-r--r-- 1 root root 815 2021-04-17 18:27 ./source/x/eglexternalplatform/slack-desc
+drwxr-xr-x 2 root root 4096 2021-04-06 17:55 ./source/x/fcitx
+drwxr-xr-x 2 root root 4096 2021-04-06 18:34 ./source/x/fcitx-anthy
+-rw-r--r-- 1 root root 77146 2021-04-05 23:37 ./source/x/fcitx-anthy/fcitx-anthy-0.2.4.tar.lz
+-rwxr-xr-x 1 root root 3357 2021-04-06 18:34 ./source/x/fcitx-anthy/fcitx-anthy.SlackBuild
+-rw-r--r-- 1 root root 727 2016-10-13 18:57 ./source/x/fcitx-anthy/slack-desc
+drwxr-xr-x 2 root root 4096 2021-04-06 17:56 ./source/x/fcitx-configtool
+-rw-r--r-- 1 root root 50440 2017-09-14 22:51 ./source/x/fcitx-configtool/fcitx-configtool-0.4.10.tar.xz
+-rw-r--r-- 1 root root 310 2017-09-14 22:51 ./source/x/fcitx-configtool/fcitx-configtool-0.4.10.tar.xz.sig
+-rwxr-xr-x 1 root root 3473 2022-01-10 22:06 ./source/x/fcitx-configtool/fcitx-configtool.SlackBuild
+-rw-r--r-- 1 root root 47 2020-12-08 18:26 ./source/x/fcitx-configtool/fcitx-configtool.url
+-rw-r--r-- 1 root root 851 2017-03-18 14:58 ./source/x/fcitx-configtool/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/fcitx-hangul
+-rw-r--r-- 1 root root 26612 2017-09-14 22:51 ./source/x/fcitx-hangul/fcitx-hangul-0.3.1.tar.xz
+-rwxr-xr-x 1 root root 3363 2021-02-13 05:32 ./source/x/fcitx-hangul/fcitx-hangul.SlackBuild
+-rw-r--r-- 1 root root 741 2016-10-13 18:59 ./source/x/fcitx-hangul/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/fcitx-kkc
+-rw-r--r-- 1 root root 37132 2017-11-08 18:42 ./source/x/fcitx-kkc/fcitx-kkc-0.1.4.tar.xz
+-rwxr-xr-x 1 root root 3350 2021-02-13 05:32 ./source/x/fcitx-kkc/fcitx-kkc.SlackBuild
+-rw-r--r-- 1 root root 794 2015-05-09 01:46 ./source/x/fcitx-kkc/slack-desc
+drwxr-xr-x 3 root root 4096 2021-02-13 05:32 ./source/x/fcitx-libpinyin
+drwxr-xr-x 2 root root 4096 2021-01-30 19:38 ./source/x/fcitx-libpinyin/dict
+-rw-r--r-- 1 root root 15148952 2021-01-29 16:53 ./source/x/fcitx-libpinyin/dict/fcitx-libpinyin-0.5.4_dict.tar.xz
+-rw-r--r-- 1 root root 47376 2021-01-29 16:46 ./source/x/fcitx-libpinyin/fcitx-libpinyin-0.5.4.tar.xz
+-rwxr-xr-x 1 root root 3853 2021-02-13 05:32 ./source/x/fcitx-libpinyin/fcitx-libpinyin.SlackBuild
+-rw-r--r-- 1 root root 800 2020-11-22 20:10 ./source/x/fcitx-libpinyin/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/fcitx-m17n
+-rw-r--r-- 1 root root 35076 2017-09-14 22:51 ./source/x/fcitx-m17n/fcitx-m17n-0.2.4.tar.xz
+-rwxr-xr-x 1 root root 3351 2021-02-13 05:32 ./source/x/fcitx-m17n/fcitx-m17n.SlackBuild
+-rw-r--r-- 1 root root 757 2016-10-13 19:05 ./source/x/fcitx-m17n/slack-desc
+drwxr-xr-x 2 root root 4096 2022-01-05 06:55 ./source/x/fcitx-qt5
+-rw-r--r-- 1 root root 90460 2022-01-02 02:39 ./source/x/fcitx-qt5/fcitx-qt5-1.2.7.tar.xz
+-rw-r--r-- 1 root root 310 2022-01-02 02:39 ./source/x/fcitx-qt5/fcitx-qt5-1.2.7.tar.xz.sig
+-rwxr-xr-x 1 root root 3365 2021-04-25 18:29 ./source/x/fcitx-qt5/fcitx-qt5.SlackBuild
+-rw-r--r-- 1 root root 714 2020-11-22 20:11 ./source/x/fcitx-qt5/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/fcitx-sayura
+-rw-r--r-- 1 root root 25400 2017-09-14 22:52 ./source/x/fcitx-sayura/fcitx-sayura-0.1.2.tar.xz
+-rwxr-xr-x 1 root root 3365 2021-02-13 05:32 ./source/x/fcitx-sayura/fcitx-sayura.SlackBuild
+-rw-r--r-- 1 root root 771 2016-10-13 19:19 ./source/x/fcitx-sayura/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/fcitx-table-extra
+-rw-r--r-- 1 root root 3700736 2017-09-14 22:52 ./source/x/fcitx-table-extra/fcitx-table-extra-0.3.8.tar.xz
+-rwxr-xr-x 1 root root 3387 2021-02-13 05:32 ./source/x/fcitx-table-extra/fcitx-table-extra.SlackBuild
+-rw-r--r-- 1 root root 892 2020-11-22 20:11 ./source/x/fcitx-table-extra/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/fcitx-table-other
+-rw-r--r-- 1 root root 234376 2017-09-14 22:52 ./source/x/fcitx-table-other/fcitx-table-other-0.2.4.tar.xz
+-rwxr-xr-x 1 root root 3343 2021-02-13 05:32 ./source/x/fcitx-table-other/fcitx-table-other.SlackBuild
+-rw-r--r-- 1 root root 895 2020-11-22 20:11 ./source/x/fcitx-table-other/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/fcitx-unikey
+-rw-r--r-- 1 root root 75204 2017-11-08 18:42 ./source/x/fcitx-unikey/fcitx-unikey-0.2.7.tar.xz
+-rwxr-xr-x 1 root root 3363 2021-02-13 05:32 ./source/x/fcitx-unikey/fcitx-unikey.SlackBuild
+-rw-r--r-- 1 root root 784 2020-11-28 00:51 ./source/x/fcitx-unikey/slack-desc
+-rw-r--r-- 1 root root 165 2017-03-26 11:53 ./source/x/fcitx/doinst.sh.gz
+-rw-r--r-- 1 root root 1703948 2020-08-01 01:41 ./source/x/fcitx/fcitx-4.2.9.8.tar.xz
+-rw-r--r-- 1 root root 310 2020-08-01 01:41 ./source/x/fcitx/fcitx-4.2.9.8.tar.xz.sig
+-rw-r--r-- 1 root root 295 2020-11-25 23:27 ./source/x/fcitx/fcitx-autostart.patch.gz
+-rwxr-xr-x 1 root root 4009 2022-01-11 05:20 ./source/x/fcitx/fcitx.SlackBuild
+-rw-r--r-- 1 root root 987 2016-10-12 18:43 ./source/x/fcitx/slack-desc
+drwxr-xr-x 3 root root 4096 2021-02-13 05:32 ./source/x/fontconfig
+-rw-r--r-- 1 root root 139 2013-02-28 21:07 ./source/x/fontconfig/doinst.sh.gz
+drwxr-xr-x 2 root root 4096 2020-05-19 17:42 ./source/x/fontconfig/fedora-patches
+-rw-r--r-- 1 root root 675 2020-04-23 09:20 ./source/x/fontconfig/fedora-patches/fontconfig-0-timestamp-dir-on-sb.patch.gz
+-rw-r--r-- 1 root root 438 2020-04-23 09:20 ./source/x/fontconfig/fedora-patches/fontconfig-drop-lang-from-pkgkit-format.patch.gz
+-rw-r--r-- 1 root root 1969 2020-04-23 09:20 ./source/x/fontconfig/fedora-patches/fontconfig-fix-1744377.patch.gz
+-rw-r--r-- 1 root root 1629 2020-04-23 09:20 ./source/x/fontconfig/fedora-patches/fontconfig-fix-assertion.patch.gz
+-rw-r--r-- 1 root root 2275 2020-04-23 09:20 ./source/x/fontconfig/fedora-patches/fontconfig-fix-dtd-id.patch.gz
+-rw-r--r-- 1 root root 452 2020-04-23 09:20 ./source/x/fontconfig/fedora-patches/fontconfig-fix-dtd.patch.gz
+-rw-r--r-- 1 root root 814 2020-04-23 09:20 ./source/x/fontconfig/fedora-patches/fontconfig-fix-test.patch.gz
+-rw-r--r-- 1 root root 9115 2020-04-23 09:20 ./source/x/fontconfig/fedora-patches/fontconfig-mt.patch.gz
+-rw-r--r-- 1 root root 2578 2020-04-23 09:20 ./source/x/fontconfig/fedora-patches/fontconfig-read-latest-cache.patch.gz
+-rw-r--r-- 1 root root 419 2020-04-23 09:20 ./source/x/fontconfig/fedora-patches/fontconfig-required-freetype-version.patch.gz
+-rw-r--r-- 1 root root 622 2020-04-23 09:20 ./source/x/fontconfig/fedora-patches/fontconfig-score-hint-on-match.patch.gz
+-rw-r--r-- 1 root root 326 2020-04-23 09:20 ./source/x/fontconfig/fedora-patches/fontconfig-sleep-less.patch.gz
+-rw-r--r-- 1 root root 2714 2020-04-23 09:20 ./source/x/fontconfig/fedora-patches/fontconfig-sysroot.patch.gz
+-rw-r--r-- 1 root root 1413128 2019-08-09 11:17 ./source/x/fontconfig/fontconfig-2.13.92.tar.xz
+-rwxr-xr-x 1 root root 7824 2021-02-13 05:32 ./source/x/fontconfig/fontconfig.SlackBuild
+-rw-r--r-- 1 root root 340 2017-04-30 19:35 ./source/x/fontconfig/fontconfig.dejavu.diff.gz
+-rw-r--r-- 1 root root 574 2013-03-01 04:32 ./source/x/fontconfig/fontconfig.font.dir.list.diff.gz
+-rw-r--r-- 1 root root 346 2017-04-30 19:19 ./source/x/fontconfig/fontconfig.liberation.diff.gz
+-rw-r--r-- 1 root root 30 2020-05-19 02:12 ./source/x/fontconfig/fontconfig.url
+-rw-r--r-- 1 root root 657 2007-01-25 05:00 ./source/x/fontconfig/setup.05.fontconfig
+-rw-r--r-- 1 root root 843 2020-05-19 02:09 ./source/x/fontconfig/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/freeglut
+-rw-r--r-- 1 root root 444 2012-02-13 00:02 ./source/x/freeglut/RATIONALE
+-rw-r--r-- 1 root root 313505 2019-09-29 19:13 ./source/x/freeglut/freeglut-3.2.1.tar.lz
+-rwxr-xr-x 1 root root 4104 2021-02-13 05:32 ./source/x/freeglut/freeglut.SlackBuild
+-rw-r--r-- 1 root root 962 2018-02-27 06:13 ./source/x/freeglut/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/glew
+-rw-r--r-- 1 root root 476889 2020-03-16 10:36 ./source/x/glew/glew-2.2.0.tar.lz
+-rwxr-xr-x 1 root root 3792 2021-02-13 05:32 ./source/x/glew/glew.SlackBuild
+-rw-r--r-- 1 root root 81 2020-04-04 05:22 ./source/x/glew/glew.url
+-rw-r--r-- 1 root root 837 2018-02-27 06:13 ./source/x/glew/slack-desc
+drwxr-xr-x 2 root root 4096 2021-06-27 18:06 ./source/x/glu
+-rw-r--r-- 1 root root 436176 2021-06-24 21:38 ./source/x/glu/glu-9.0.2.tar.xz
+-rw-r--r-- 1 root root 406 2021-06-24 21:38 ./source/x/glu/glu-9.0.2.tar.xz.sig
+-rwxr-xr-x 1 root root 3167 2021-06-27 18:06 ./source/x/glu/glu.SlackBuild
+-rw-r--r-- 1 root root 78 2012-12-13 04:43 ./source/x/glu/glu.url
+-rw-r--r-- 1 root root 621 2018-02-27 06:13 ./source/x/glu/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/hack-fonts-ttf
+-rw-r--r-- 1 root root 55073 2020-07-29 18:08 ./source/x/hack-fonts-ttf/CHANGELOG.md
+-rw-r--r-- 1 root root 360136 2018-03-06 02:14 ./source/x/hack-fonts-ttf/Hack-v3.003-ttf.tar.xz
+-rw-r--r-- 1 root root 3744 2020-07-29 18:08 ./source/x/hack-fonts-ttf/LICENSE.md
+-rw-r--r-- 1 root root 13103 2020-07-29 18:08 ./source/x/hack-fonts-ttf/README.md
+-rw-r--r-- 1 root root 169 2018-06-05 22:36 ./source/x/hack-fonts-ttf/doinst.sh.gz
+-rwxr-xr-x 1 root root 3348 2021-02-13 05:32 ./source/x/hack-fonts-ttf/hack-fonts-ttf.SlackBuild
+-rw-r--r-- 1 root root 222 2020-07-29 18:08 ./source/x/hack-fonts-ttf/hack-fonts-ttf.url
+-rw-r--r-- 1 root root 973 2020-07-29 18:22 ./source/x/hack-fonts-ttf/slack-desc
+drwxr-xr-x 2 root root 4096 2021-11-18 18:59 ./source/x/ibus
+drwxr-xr-x 2 root root 4096 2021-12-27 19:51 ./source/x/ibus-anthy
+-rw-r--r-- 1 root root 112 2017-03-18 17:08 ./source/x/ibus-anthy/doinst.sh.gz
+-rw-r--r-- 1 root root 142792 2021-12-24 14:22 ./source/x/ibus-anthy/ibus-anthy-1.5.14.tar.lz
+-rwxr-xr-x 1 root root 3794 2021-12-27 19:51 ./source/x/ibus-anthy/ibus-anthy.SlackBuild
+-rw-r--r-- 1 root root 744 2017-03-22 21:31 ./source/x/ibus-anthy/slack-desc
+drwxr-xr-x 2 root root 4096 2021-11-02 19:02 ./source/x/ibus-hangul
+-rw-r--r-- 1 root root 112 2017-03-18 17:08 ./source/x/ibus-hangul/doinst.sh.gz
+-rw-r--r-- 1 root root 55919 2020-08-23 06:43 ./source/x/ibus-hangul/ibus-hangul-1.5.4.tar.lz
+-rwxr-xr-x 1 root root 3724 2021-11-02 19:02 ./source/x/ibus-hangul/ibus-hangul.SlackBuild
+-rw-r--r-- 1 root root 775 2020-11-22 20:11 ./source/x/ibus-hangul/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/ibus-kkc
+-rw-r--r-- 1 root root 112 2017-03-18 17:08 ./source/x/ibus-kkc/doinst.sh.gz
+-rw-r--r-- 1 root root 330208 2017-03-18 17:57 ./source/x/ibus-kkc/ibus-kkc-1.5.22.tar.xz
+-rwxr-xr-x 1 root root 3647 2021-02-13 05:32 ./source/x/ibus-kkc/ibus-kkc.SlackBuild
+-rw-r--r-- 1 root root 740 2020-12-11 19:55 ./source/x/ibus-kkc/slack-desc
+drwxr-xr-x 2 root root 4096 2021-11-02 19:02 ./source/x/ibus-libpinyin
+-rw-r--r-- 1 root root 112 2017-03-18 17:08 ./source/x/ibus-libpinyin/doinst.sh.gz
+-rw-r--r-- 1 root root 798028 2021-09-16 05:14 ./source/x/ibus-libpinyin/ibus-libpinyin-1.12.1.tar.lz
+-rwxr-xr-x 1 root root 3721 2021-11-02 19:02 ./source/x/ibus-libpinyin/ibus-libpinyin.SlackBuild
+-rw-r--r-- 1 root root 888 2017-03-26 10:01 ./source/x/ibus-libpinyin/slack-desc
+drwxr-xr-x 2 root root 4096 2022-01-21 02:36 ./source/x/ibus-m17n
+-rw-r--r-- 1 root root 39897 2022-01-18 08:13 ./source/x/ibus-m17n/ibus-m17n-1.4.9.tar.lz
+-rwxr-xr-x 1 root root 3611 2021-04-07 19:46 ./source/x/ibus-m17n/ibus-m17n.SlackBuild
+-rw-r--r-- 1 root root 710 2017-03-22 21:41 ./source/x/ibus-m17n/slack-desc
+drwxr-xr-x 2 root root 4096 2021-11-02 19:02 ./source/x/ibus-table
+-rw-r--r-- 1 root root 112 2017-03-18 17:08 ./source/x/ibus-table/doinst.sh.gz
+-rw-r--r-- 1 root root 1186828 2021-08-25 11:15 ./source/x/ibus-table/ibus-table-1.14.1.tar.lz
+-rwxr-xr-x 1 root root 3669 2021-11-02 19:02 ./source/x/ibus-table/ibus-table.SlackBuild
+-rw-r--r-- 1 root root 882 2020-11-22 20:12 ./source/x/ibus-table/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/ibus-unikey
+-rw-r--r-- 1 root root 3636 2017-09-27 18:33 ./source/x/ibus-unikey/gcc-6.diff.gz
+-rw-r--r-- 1 root root 77832 2017-03-26 10:30 ./source/x/ibus-unikey/ibus-unikey-0.6.1.tar.xz
+-rwxr-xr-x 1 root root 3717 2021-02-13 05:32 ./source/x/ibus-unikey/ibus-unikey.SlackBuild
+-rw-r--r-- 1 root root 784 2020-11-22 20:12 ./source/x/ibus-unikey/slack-desc
+-rw-r--r-- 1 root root 561 2021-11-18 17:59 ./source/x/ibus/571e3b6e4f386abf12d3db70b9468e092c8d72bd.patch.gz
+-rw-r--r-- 1 root root 4318 2019-07-10 18:25 ./source/x/ibus/Blocks.txt.gz
+-rw-r--r-- 1 root root 370924 2020-02-24 21:51 ./source/x/ibus/NamesList.txt.gz
+-rw-r--r-- 1 root root 191 2017-03-18 18:15 ./source/x/ibus/doinst.sh.gz
+-rw-r--r-- 1 root root 38764 2018-02-07 17:26 ./source/x/ibus/emoji-test.txt.gz
+-rw-r--r-- 1 root root 1713284 2021-08-20 07:13 ./source/x/ibus/ibus-1.5.25.tar.lz
+-rw-r--r-- 1 root root 409 2017-10-03 09:24 ./source/x/ibus/ibus-autostart
+-rw-r--r-- 1 root root 710 2017-10-03 09:39 ./source/x/ibus/ibus-autostart-plasma.desktop
+-rw-r--r-- 1 root root 740 2017-10-03 09:39 ./source/x/ibus/ibus-autostart.desktop
+-rwxr-xr-x 1 root root 4503 2021-11-18 17:59 ./source/x/ibus/ibus.SlackBuild
+-rw-r--r-- 1 root root 232 2021-08-21 03:08 ./source/x/ibus/ibus.url
+-rw-r--r-- 1 root root 772 2020-11-22 20:12 ./source/x/ibus/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/intel-vaapi-driver
+-rw-r--r-- 1 root root 1570064 2020-06-01 01:17 ./source/x/intel-vaapi-driver/intel-vaapi-driver-2.4.1.tar.lz
+-rwxr--r-- 1 root root 3402 2021-02-13 05:32 ./source/x/intel-vaapi-driver/intel-vaapi-driver.SlackBuild
+-rw-r--r-- 1 root root 44 2018-12-22 03:16 ./source/x/intel-vaapi-driver/intel-vaapi-driver.url
+-rw-r--r-- 1 root root 952 2018-02-27 06:13 ./source/x/intel-vaapi-driver/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/libXaw3dXft
+-rw-r--r-- 1 root root 483878 2020-07-02 21:16 ./source/x/libXaw3dXft/libXaw3dXft-1.6.2h.tar.lz
+-rwxr--r-- 1 root root 3420 2021-02-13 05:32 ./source/x/libXaw3dXft/libXaw3dXft.SlackBuild
+-rw-r--r-- 1 root root 50 2020-07-02 17:10 ./source/x/libXaw3dXft/libXaw3dXft.url
+-rw-r--r-- 1 root root 1015 2018-02-27 06:13 ./source/x/libXaw3dXft/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/libXcm
+-rw-r--r-- 1 root root 262054 2016-12-09 22:32 ./source/x/libXcm/libXcm-0.5.4.tar.lz
+-rwxr-xr-x 1 root root 3492 2021-02-13 05:32 ./source/x/libXcm/libXcm.SlackBuild
+-rw-r--r-- 1 root root 47 2018-11-11 20:22 ./source/x/libXcm/libXcm.url
+-rw-r--r-- 1 root root 766 2018-02-26 22:56 ./source/x/libXcm/slack-desc
+drwxr-xr-x 2 root root 4096 2022-01-03 19:53 ./source/x/libdrm
+-rw-r--r-- 1 root root 433708 2021-11-25 20:36 ./source/x/libdrm/libdrm-2.4.109.tar.xz
+-rw-r--r-- 1 root root 566 2021-11-25 20:36 ./source/x/libdrm/libdrm-2.4.109.tar.xz.sig
+-rwxr-xr-x 1 root root 4224 2021-07-04 16:32 ./source/x/libdrm/libdrm.SlackBuild
+-rw-r--r-- 1 root root 36 2017-04-17 19:01 ./source/x/libdrm/libdrm.url
+-rw-r--r-- 1 root root 713 2018-02-27 06:13 ./source/x/libdrm/slack-desc
+drwxr-xr-x 2 root root 4096 2021-08-15 17:47 ./source/x/libepoxy
+-rw-r--r-- 1 root root 221924 2021-08-14 13:58 ./source/x/libepoxy/libepoxy-1.5.9.tar.xz
+-rwxr-xr-x 1 root root 3796 2021-04-30 17:36 ./source/x/libepoxy/libepoxy.SlackBuild
+-rw-r--r-- 1 root root 81 2021-08-15 17:47 ./source/x/libepoxy/libepoxy.url
+-rw-r--r-- 1 root root 765 2018-02-27 06:13 ./source/x/libepoxy/slack-desc
+drwxr-xr-x 3 root root 4096 2021-10-01 02:40 ./source/x/liberation-fonts-ttf
+-rw-r--r-- 1 root root 1123 2011-03-23 05:07 ./source/x/liberation-fonts-ttf/60-liberation.conf
+drwxr-xr-x 2 root root 4096 2020-03-09 20:24 ./source/x/liberation-fonts-ttf/docs
+-rw-r--r-- 1 root root 242 2020-02-10 00:12 ./source/x/liberation-fonts-ttf/docs/AUTHORS
+-rw-r--r-- 1 root root 3457 2020-02-10 00:12 ./source/x/liberation-fonts-ttf/docs/ChangeLog
+-rw-r--r-- 1 root root 4414 2020-02-10 00:12 ./source/x/liberation-fonts-ttf/docs/LICENSE
+-rw-r--r-- 1 root root 2359 2020-02-10 00:12 ./source/x/liberation-fonts-ttf/docs/README.md
+-rw-r--r-- 1 root root 268 2020-02-10 00:12 ./source/x/liberation-fonts-ttf/docs/TODO
+-rw-r--r-- 1 root root 169 2018-06-05 22:37 ./source/x/liberation-fonts-ttf/doinst.sh.gz
+-rw-r--r-- 1 root root 1473445 2021-09-30 17:42 ./source/x/liberation-fonts-ttf/liberation-fonts-ttf-2.1.5.tar.lz
+-rwxr-xr-x 1 root root 2604 2021-10-01 02:40 ./source/x/liberation-fonts-ttf/liberation-fonts-ttf.SlackBuild
+-rw-r--r-- 1 root root 52 2019-03-12 17:37 ./source/x/liberation-fonts-ttf/liberation-fonts-ttf.url
+-rw-r--r-- 1 root root 1067 2018-02-27 06:13 ./source/x/liberation-fonts-ttf/slack-desc
+drwxr-xr-x 2 root root 4096 2021-11-09 18:54 ./source/x/libevdev
+-rw-r--r-- 1 root root 443716 2021-11-09 00:05 ./source/x/libevdev/libevdev-1.12.0.tar.xz
+-rw-r--r-- 1 root root 95 2021-11-09 00:05 ./source/x/libevdev/libevdev-1.12.0.tar.xz.sig
+-rwxr-xr-x 1 root root 3608 2021-11-09 18:54 ./source/x/libevdev/libevdev.SlackBuild
+-rw-r--r-- 1 root root 46 2019-08-26 18:14 ./source/x/libevdev/libevdev.url
+-rw-r--r-- 1 root root 913 2018-02-27 06:13 ./source/x/libevdev/slack-desc
+drwxr-xr-x 2 root root 4096 2021-03-18 18:36 ./source/x/libgee
+-rw-r--r-- 1 root root 684068 2021-03-17 20:02 ./source/x/libgee/libgee-0.20.4.tar.xz
+-rwxr-xr-x 1 root root 3544 2021-03-18 18:36 ./source/x/libgee/libgee.SlackBuild
+-rw-r--r-- 1 root root 43 2020-12-08 18:36 ./source/x/libgee/libgee.url
+-rw-r--r-- 1 root root 773 2013-11-22 19:47 ./source/x/libgee/slack-desc
+drwxr-xr-x 2 root root 4096 2021-05-01 17:59 ./source/x/libglvnd
+-rw-r--r-- 1 root root 581105 2021-04-30 19:09 ./source/x/libglvnd/libglvnd-1.3.3.tar.lz
+-rwxr--r-- 1 root root 3408 2021-05-01 17:59 ./source/x/libglvnd/libglvnd.SlackBuild
+-rw-r--r-- 1 root root 44 2019-04-29 09:39 ./source/x/libglvnd/libglvnd.url
+-rw-r--r-- 1 root root 950 2019-04-29 09:43 ./source/x/libglvnd/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/libhangul
+-rw-r--r-- 1 root root 2148068 2011-10-30 11:43 ./source/x/libhangul/libhangul-0.1.0.tar.xz
+-rwxr-xr-x 1 root root 4871 2021-02-13 05:32 ./source/x/libhangul/libhangul.SlackBuild
+-rw-r--r-- 1 root root 835 2018-02-27 06:13 ./source/x/libhangul/slack-desc
+drwxr-xr-x 2 root root 4096 2021-12-14 20:59 ./source/x/libinput
+-rw-r--r-- 1 root root 655164 2021-12-13 03:45 ./source/x/libinput/libinput-1.19.3.tar.xz
+-rw-r--r-- 1 root root 95 2021-12-13 03:45 ./source/x/libinput/libinput-1.19.3.tar.xz.sig
+-rwxr-xr-x 1 root root 3880 2021-02-24 18:39 ./source/x/libinput/libinput.SlackBuild
+-rw-r--r-- 1 root root 500 2021-04-30 17:39 ./source/x/libinput/libinput.less.lag.complaining.diff.gz
+-rw-r--r-- 1 root root 46 2015-04-21 01:23 ./source/x/libinput/libinput.url
+-rw-r--r-- 1 root root 1022 2018-02-27 06:13 ./source/x/libinput/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/libkkc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/libkkc-data
+-rw-r--r-- 1 root root 22262552 2018-01-19 09:35 ./source/x/libkkc-data/libkkc-data-0.2.7.tar.xz
+-rwxr-xr-x 1 root root 3550 2021-02-13 05:32 ./source/x/libkkc-data/libkkc-data.SlackBuild
+-rw-r--r-- 1 root root 808 2020-11-22 20:13 ./source/x/libkkc-data/slack-desc
+-rw-r--r-- 1 root root 742412 2017-05-21 00:31 ./source/x/libkkc/libkkc-0.3.5.tar.lz
+-rwxr-xr-x 1 root root 3582 2021-02-13 05:32 ./source/x/libkkc/libkkc.SlackBuild
+-rw-r--r-- 1 root root 907 2020-11-28 00:56 ./source/x/libkkc/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/libmypaint
+-rw-r--r-- 1 root root 958 2020-05-11 17:11 ./source/x/libmypaint/libmypaint-1.6.1.sha256.asc
+-rw-r--r-- 1 root root 519464 2020-05-11 17:11 ./source/x/libmypaint/libmypaint-1.6.1.tar.xz
+-rwxr-xr-x 1 root root 4279 2021-02-13 05:32 ./source/x/libmypaint/libmypaint.SlackBuild
+-rw-r--r-- 1 root root 47 2018-05-01 17:27 ./source/x/libmypaint/libmypaint.url
+-rw-r--r-- 1 root root 783 2018-05-01 17:32 ./source/x/libmypaint/slack-desc
+drwxr-xr-x 2 root root 4096 2021-09-17 03:15 ./source/x/libpinyin
+-rw-r--r-- 1 root root 10403048 2021-09-16 05:09 ./source/x/libpinyin/libpinyin-2.6.1.tar.lz
+-rwxr-xr-x 1 root root 3720 2021-09-17 03:16 ./source/x/libpinyin/libpinyin.SlackBuild
+-rw-r--r-- 1 root root 820 2020-11-22 20:13 ./source/x/libpinyin/slack-desc
+drwxr-xr-x 2 root root 4096 2021-09-21 02:16 ./source/x/libva
+drwxr-xr-x 2 root root 4096 2021-10-01 03:29 ./source/x/libva-utils
+-rw-r--r-- 1 root root 818529 2021-09-30 08:21 ./source/x/libva-utils/libva-utils-2.13.0.tar.lz
+-rwxr-xr-x 1 root root 3601 2021-03-24 03:48 ./source/x/libva-utils/libva-utils.SlackBuild
+-rw-r--r-- 1 root root 37 2018-11-08 00:17 ./source/x/libva-utils/libva-utils.url
+-rw-r--r-- 1 root root 785 2018-02-27 06:13 ./source/x/libva-utils/slack-desc
+-rw-r--r-- 1 root root 263 2021-09-21 02:16 ./source/x/libva/doinst.sh.gz
+-rw-r--r-- 1 root root 193922 2021-09-16 21:57 ./source/x/libva/libva-2.13.0.tar.lz
+-rwxr-xr-x 1 root root 3710 2021-09-21 02:16 ./source/x/libva/libva.SlackBuild
+-rw-r--r-- 1 root root 24 2021-09-21 02:13 ./source/x/libva/libva.conf
+-rw-r--r-- 1 root root 31 2018-11-08 00:15 ./source/x/libva/libva.url
+-rw-r--r-- 1 root root 908 2018-02-27 06:13 ./source/x/libva/slack-desc
+drwxr-xr-x 3 root root 4096 2021-02-13 05:32 ./source/x/libvdpau
+-rw-r--r-- 1 root root 290 2014-05-30 17:35 ./source/x/libvdpau/doinst.sh.gz
+-rw-r--r-- 1 root root 132161 2020-04-13 21:39 ./source/x/libvdpau/libvdpau-1.4.tar.lz
+-rwxr--r-- 1 root root 3985 2021-02-13 05:32 ./source/x/libvdpau/libvdpau.SlackBuild
+-rw-r--r-- 1 root root 51 2019-03-01 19:16 ./source/x/libvdpau/libvdpau.url
+drwxr-xr-x 2 root root 4096 2015-03-14 21:20 ./source/x/libvdpau/profile.d
+-rwxr--r-- 1 root root 526 2015-03-14 21:20 ./source/x/libvdpau/profile.d/vdpau.csh
+-rwxr--r-- 1 root root 525 2015-03-14 21:20 ./source/x/libvdpau/profile.d/vdpau.sh
+-rw-r--r-- 1 root root 988 2018-02-27 06:13 ./source/x/libvdpau/slack-desc
+drwxr-xr-x 2 root root 4096 2021-09-01 17:30 ./source/x/libwacom
+-rw-r--r-- 1 root root 429442 2021-08-31 22:46 ./source/x/libwacom/libwacom-1.12.tar.lz
+-rwxr-xr-x 1 root root 3722 2021-02-24 18:40 ./source/x/libwacom/libwacom.SlackBuild
+-rw-r--r-- 1 root root 39 2018-03-23 18:19 ./source/x/libwacom/libwacom.url
+-rw-r--r-- 1 root root 878 2018-03-23 18:25 ./source/x/libwacom/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/m17n-lib
+-rw-r--r-- 1 root root 1256953 2018-02-08 14:04 ./source/x/m17n-lib/m17n-db-1.8.0.tar.lz
+-rw-r--r-- 1 root root 749501 2018-02-08 14:02 ./source/x/m17n-lib/m17n-lib-1.8.0.tar.lz
+-rwxr-xr-x 1 root root 5622 2021-02-13 05:32 ./source/x/m17n-lib/m17n-lib.SlackBuild
+-rw-r--r-- 1 root root 870 2018-02-27 06:13 ./source/x/m17n-lib/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/marisa
+-rw-r--r-- 1 root root 111401 2020-06-14 08:41 ./source/x/marisa/marisa-trie-0.2.6.tar.lz
+-rwxr-xr-x 1 root root 4717 2021-02-13 05:32 ./source/x/marisa/marisa.SlackBuild
+-rw-r--r-- 1 root root 38 2020-12-08 18:39 ./source/x/marisa/marisa.url
+-rw-r--r-- 1 root root 972 2020-11-28 00:57 ./source/x/marisa/slack-desc
+drwxr-xr-x 4 root root 4096 2022-01-27 03:56 ./source/x/mesa
+-rw-r--r-- 1 root root 388 2018-12-07 19:28 ./source/x/mesa/doinst.sh.gz
+-rwxr-xr-x 1 root root 720 2015-12-11 03:09 ./source/x/mesa/get-mesa.sh
+-rw-r--r-- 1 root root 16521664 2022-01-26 18:56 ./source/x/mesa/mesa-21.3.5.tar.xz
+-rw-r--r-- 1 root root 329 2022-01-26 18:56 ./source/x/mesa/mesa-21.3.5.tar.xz.sig
+-rw-r--r-- 1 root root 7206679 2018-02-23 08:54 ./source/x/mesa/mesa-demos-8.4.0.tar.lz
+-rwxr-xr-x 1 root root 7056 2022-01-28 20:22 ./source/x/mesa/mesa.SlackBuild
+-rw-r--r-- 1 root root 78 2010-10-01 04:23 ./source/x/mesa/mesa.url
+drwxr-xr-x 2 root root 4096 2021-10-15 17:57 ./source/x/mesa/patches
+drwxr-xr-x 2 root root 4096 2021-03-12 01:31 ./source/x/mesa/patches-revert
+-rw-r--r-- 1 root root 1706 2021-03-12 01:31 ./source/x/mesa/patches-revert/72566fd92c27b39abe2057f6f23388ec40793dd9.patch
+-rw-r--r-- 1 root root 1259 2021-03-12 01:31 ./source/x/mesa/patches-revert/80817b6e344258ac9b955f824ebf9019a0fc1610.patch
+-rw-r--r-- 1 root root 814 2019-09-25 19:15 ./source/x/mesa/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/motif
+-rw-r--r-- 1 root root 735 2014-06-07 14:12 ./source/x/motif/motif-2.3.4-bindings.patch.gz
+-rw-r--r-- 1 root root 1484 2014-06-07 14:12 ./source/x/motif/motif-2.3.4-mwmrc_dir.patch.gz
+-rw-r--r-- 1 root root 273 2014-06-07 14:12 ./source/x/motif/motif-2.3.4-no_demos.patch.gz
+-rw-r--r-- 1 root root 3178841 2017-12-05 12:54 ./source/x/motif/motif-2.3.8.tar.lz
+-rwxr-xr-x 1 root root 5873 2021-02-13 05:32 ./source/x/motif/motif.SlackBuild
+-rw-r--r-- 1 root root 436 2014-06-07 14:12 ./source/x/motif/motif.rgbtxt.patch.gz
+-rw-r--r-- 1 root root 780 2018-02-27 06:13 ./source/x/motif/slack-desc
+-rw-r--r-- 1 root root 305 2020-12-07 01:01 ./source/x/motif/xinitrc.mwm.gz
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/mtdev
+-rw-r--r-- 1 root root 238591 2020-01-26 14:03 ./source/x/mtdev/mtdev-1.1.6.tar.lz
+-rwxr-xr-x 1 root root 3160 2021-02-13 05:32 ./source/x/mtdev/mtdev.SlackBuild
+-rw-r--r-- 1 root root 31 2012-03-16 12:43 ./source/x/mtdev/mtdev.url
+-rw-r--r-- 1 root root 1068 2018-02-27 06:13 ./source/x/mtdev/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/mypaint-brushes
+-rw-r--r-- 1 root root 2364725 2018-05-01 18:10 ./source/x/mypaint-brushes/mypaint-brushes-1.3.0.tar.lz
+-rwxr-xr-x 1 root root 4303 2021-02-13 05:32 ./source/x/mypaint-brushes/mypaint-brushes.SlackBuild
+-rw-r--r-- 1 root root 41 2018-05-01 18:05 ./source/x/mypaint-brushes/mypaint-brushes.url
+-rw-r--r-- 1 root root 806 2018-05-01 18:08 ./source/x/mypaint-brushes/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/noto-cjk-fonts-ttf
+-rw-r--r-- 1 root root 3815 2018-07-30 10:58 ./source/x/noto-cjk-fonts-ttf/70-noto-cjk.conf
+-rw-r--r-- 1 root root 92108891 2019-04-09 17:40 ./source/x/noto-cjk-fonts-ttf/NotoSansCJK_subset-2.001.tar.lz
+-rw-r--r-- 1 root root 1016 2020-02-22 04:56 ./source/x/noto-cjk-fonts-ttf/README.Slackware
+-rw-r--r-- 1 root root 169 2018-06-05 22:37 ./source/x/noto-cjk-fonts-ttf/doinst.sh.gz
+-rwxr-xr-x 1 root root 2594 2021-02-13 05:32 ./source/x/noto-cjk-fonts-ttf/noto-cjk-fonts-ttf.SlackBuild
+-rw-r--r-- 1 root root 40 2020-02-21 21:36 ./source/x/noto-cjk-fonts-ttf/noto-cjk-fonts-ttf.url
+-rwxr-xr-x 1 root root 3844 2020-02-22 04:48 ./source/x/noto-cjk-fonts-ttf/package-source.sh
+-rw-r--r-- 1 root root 1272 2020-07-29 18:55 ./source/x/noto-cjk-fonts-ttf/slack-desc
+drwxr-xr-x 2 root root 4096 2021-10-01 05:29 ./source/x/noto-fonts-ttf
+-rw-r--r-- 1 root root 169 2018-06-05 22:37 ./source/x/noto-fonts-ttf/doinst.sh.gz
+-rw-r--r-- 1 root root 2851 2021-10-01 04:59 ./source/x/noto-fonts-ttf/fonts-to-skip.txt
+-rw-r--r-- 1 root root 11881131 2017-10-24 19:07 ./source/x/noto-fonts-ttf/noto-fonts-subset-20171024.tar.lz
+-rwxr-xr-x 1 root root 2279 2021-10-01 05:29 ./source/x/noto-fonts-ttf/noto-fonts-ttf.SlackBuild
+-rw-r--r-- 1 root root 43 2020-02-22 01:11 ./source/x/noto-fonts-ttf/noto-fonts-ttf.url
+-rwxr-xr-x 1 root root 4516 2021-10-01 05:28 ./source/x/noto-fonts-ttf/package-source.sh
+-rw-r--r-- 1 root root 1175 2020-07-29 18:51 ./source/x/noto-fonts-ttf/slack-desc
+drwxr-xr-x 2 root root 4096 2021-11-02 19:02 ./source/x/pyxdg
+-rw-r--r-- 1 root root 51404 2020-10-18 14:54 ./source/x/pyxdg/pyxdg-0.27.tar.lz
+-rwxr-xr-x 1 root root 3078 2021-11-02 19:02 ./source/x/pyxdg/pyxdg.SlackBuild
+-rw-r--r-- 1 root root 31 2019-02-23 19:44 ./source/x/pyxdg/pyxdg.url
+-rw-r--r-- 1 root root 720 2019-02-23 19:49 ./source/x/pyxdg/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/sazanami-fonts-ttf
+-rw-r--r-- 1 root root 8622710 2004-06-29 13:55 ./source/x/sazanami-fonts-ttf/sazanami-20040629.tar.bz2
+-rwxr-xr-x 1 root root 3674 2021-02-13 05:32 ./source/x/sazanami-fonts-ttf/sazanami-fonts-ttf.SlackBuild
+-rw-r--r-- 1 root root 860 2018-02-27 06:13 ./source/x/sazanami-fonts-ttf/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/sinhala_lklug-font-ttf
+-rwxr-xr-x 1 root root 3741 2021-02-13 05:32 ./source/x/sinhala_lklug-font-ttf/sinhala_lklug-font-ttf.SlackBuild
+-rw-r--r-- 1 root root 300476 2006-09-29 19:19 ./source/x/sinhala_lklug-font-ttf/sinhala_lklug.ttf
+-rw-r--r-- 1 root root 934 2018-02-27 06:13 ./source/x/sinhala_lklug-font-ttf/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-19 19:11 ./source/x/skkdic
+-rw-rw-r-- 1 root root 6076491 2020-01-28 04:40 ./source/x/skkdic/skkdic-20200128T1339.tar.lz
+-rwxr-xr-x 1 root root 2801 2021-02-13 05:32 ./source/x/skkdic/skkdic.SlackBuild
+-rw-r--r-- 1 root root 266 2020-11-17 21:07 ./source/x/skkdic/skkdic.url
+-rw-r--r-- 1 root root 757 2020-11-22 20:13 ./source/x/skkdic/slack-desc
+-rw-r--r-- 1 root root 2362 2006-01-04 10:35 ./source/x/skkdic/unannotation.awk
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/tibmachuni-font-ttf
+-rw-r--r-- 1 root root 1676199 2010-03-02 16:40 ./source/x/tibmachuni-font-ttf/TibetanMachineUnicodeFont.zip
+-rw-r--r-- 1 root root 1012 2018-02-27 06:13 ./source/x/tibmachuni-font-ttf/slack-desc
+-rwxr-xr-x 1 root root 4185 2021-02-13 05:32 ./source/x/tibmachuni-font-ttf/tibmachuni-font-ttf.SlackBuild
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/ttf-indic-fonts
+-rw-r--r-- 1 root root 166 2018-06-05 22:39 ./source/x/ttf-indic-fonts/doinst.sh.gz
+-rw-r--r-- 1 root root 1083 2018-02-27 06:13 ./source/x/ttf-indic-fonts/slack-desc
+-rwxr-xr-x 1 root root 3243 2021-02-13 05:32 ./source/x/ttf-indic-fonts/ttf-indic-fonts.SlackBuild
+-rw-r--r-- 1 root root 2977964 2012-01-18 12:32 ./source/x/ttf-indic-fonts/ttf-indic-fonts_0.5.14.tar.xz
+drwxr-xr-x 2 root root 4096 2021-10-19 04:11 ./source/x/ttf-tlwg
+-rw-r--r-- 1 root root 6874 2020-05-01 15:38 ./source/x/ttf-tlwg/COPYING
+-rw-r--r-- 1 root root 169 2018-06-05 22:39 ./source/x/ttf-tlwg/doinst.sh.gz
+-rw-r--r-- 1 root root 884 2018-02-27 06:13 ./source/x/ttf-tlwg/slack-desc
+-rw-r--r-- 1 root root 1958888 2021-10-18 14:59 ./source/x/ttf-tlwg/ttf-tlwg-0.7.3.tar.xz
+-rwxr-xr-x 1 root root 2996 2021-10-19 04:10 ./source/x/ttf-tlwg/ttf-tlwg.SlackBuild
+-rw-r--r-- 1 root root 116 2019-02-08 19:27 ./source/x/ttf-tlwg/ttf-tlwg.url
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/urw-core35-fonts-otf
+-rw-r--r-- 1 root root 170 2018-06-05 22:40 ./source/x/urw-core35-fonts-otf/doinst.sh.gz
+-rwxr-xr-x 1 root root 2184 2020-07-09 18:37 ./source/x/urw-core35-fonts-otf/get-urw-core35-fonts.sh
+-rw-r--r-- 1 root root 970 2018-02-27 06:13 ./source/x/urw-core35-fonts-otf/slack-desc
+-rw-r--r-- 1 root root 1518612 2018-04-27 18:20 ./source/x/urw-core35-fonts-otf/urw-core35-fonts-otf-20170801_91edd6e_git.tar.xz
+-rwxr-xr-x 1 root root 2525 2021-02-13 05:32 ./source/x/urw-core35-fonts-otf/urw-core35-fonts-otf.SlackBuild
+drwxr-xr-x 2 root root 4096 2021-08-08 03:54 ./source/x/vulkan-sdk
+-rw-r--r-- 1 root root 18866885 2021-06-15 19:06 ./source/x/vulkan-sdk/DirectXShaderCompiler-3be3d15fc6e2fbcf758e184f3c109869e30d8b9b.tar.lz
+-rw-r--r-- 1 root root 774210 2021-06-15 19:02 ./source/x/vulkan-sdk/SPIRV-Cross-c624d5387c88f9a7a0068a06e2e9d188c392eb68.tar.lz
+-rw-r--r-- 1 root root 135600 2021-06-15 19:02 ./source/x/vulkan-sdk/SPIRV-Headers-dafead1765f6c1a5f9f8a76387dcb2abe4e54acd.tar.lz
+-rw-r--r-- 1 root root 766184 2021-06-15 19:06 ./source/x/vulkan-sdk/SPIRV-Reflect-c955ab3138b1d4a38956c61ea47e1d626392baf8.tar.lz
+-rw-r--r-- 1 root root 1699496 2021-06-15 19:02 ./source/x/vulkan-sdk/SPIRV-Tools-dc72924cb31cd9f3dbc3eb47e9d926cf641e3a07.tar.lz
+-rw-r--r-- 1 root root 10 2021-06-15 19:07 ./source/x/vulkan-sdk/VERSION
+-rw-r--r-- 1 root root 279670 2021-06-15 19:07 ./source/x/vulkan-sdk/Vulkan-ExtensionLayer-sdk-1.2.176.1.tar.lz
+-rw-r--r-- 1 root root 647048 2021-06-15 19:02 ./source/x/vulkan-sdk/Vulkan-Headers-sdk-1.2.176.tar.lz
+-rw-r--r-- 1 root root 1269946 2021-06-15 19:03 ./source/x/vulkan-sdk/Vulkan-Loader-sdk-1.2.176.tar.lz
+-rw-r--r-- 1 root root 462670 2021-06-15 19:03 ./source/x/vulkan-sdk/Vulkan-Tools-sdk-1.2.176.tar.lz
+-rw-r--r-- 1 root root 1601006 2021-06-15 19:04 ./source/x/vulkan-sdk/Vulkan-ValidationLayers-sdk-1.2.176.1.tar.lz
+-rw-r--r-- 1 root root 3769439 2021-06-15 19:05 ./source/x/vulkan-sdk/VulkanTools-sdk-1.2.176.tar.lz
+-rwxr-xr-x 1 root root 5172 2021-06-14 10:09 ./source/x/vulkan-sdk/fetch-sources.sh
+-rw-r--r-- 1 root root 2744177 2021-06-15 19:04 ./source/x/vulkan-sdk/gfxreconstruct-sdk-1.2.176.tar.lz
+-rw-r--r-- 1 root root 1729989 2021-06-15 19:01 ./source/x/vulkan-sdk/glslang-18eef33bd7a4bf5ad8c69f99cb72022608cf6e73.tar.lz
+-rw-r--r-- 1 root root 129377 2021-06-15 19:04 ./source/x/vulkan-sdk/robin-hood-hashing-eee46f9985c3c65a05b35660c6866f8f8f1a3ba3.tar.lz
+-rw-r--r-- 1 root root 161177 2021-06-15 19:01 ./source/x/vulkan-sdk/shaderc-bdd134d1b7eca01925c1919d2ea05fd3cd6843c7.tar.lz
+-rw-r--r-- 1 root root 1017 2018-02-27 06:13 ./source/x/vulkan-sdk/slack-desc
+-rwxr-xr-x 1 root root 21840 2021-08-08 18:33 ./source/x/vulkan-sdk/vulkan-sdk.SlackBuild
+drwxr-xr-x 2 root root 4096 2021-12-09 19:56 ./source/x/wayland
+drwxr-xr-x 2 root root 4096 2022-01-28 20:47 ./source/x/wayland-protocols
+-rw-r--r-- 1 root root 1063 2020-02-19 20:00 ./source/x/wayland-protocols/slack-desc
+-rw-r--r-- 1 root root 79784 2022-01-28 20:47 ./source/x/wayland-protocols/wayland-protocols-1.25.tar.xz
+-rw-r--r-- 1 root root 566 2022-01-28 20:47 ./source/x/wayland-protocols/wayland-protocols-1.25.tar.xz.sig
+-rwxr-xr-x 1 root root 4124 2021-11-23 19:17 ./source/x/wayland-protocols/wayland-protocols.SlackBuild
+-rw-r--r-- 1 root root 46 2020-02-19 19:41 ./source/x/wayland-protocols/wayland-protocols.url
+-rw-r--r-- 1 root root 1038 2020-02-19 19:48 ./source/x/wayland/slack-desc
+-rw-r--r-- 1 root root 225188 2021-12-09 19:56 ./source/x/wayland/wayland-1.20.0.tar.xz
+-rw-r--r-- 1 root root 566 2021-12-09 19:56 ./source/x/wayland/wayland-1.20.0.tar.xz.sig
+-rwxr-xr-x 1 root root 4054 2021-12-09 19:56 ./source/x/wayland/wayland.SlackBuild
+-rw-r--r-- 1 root root 46 2020-02-19 19:41 ./source/x/wayland/wayland.url
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./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 1148 2019-09-13 18:30 ./source/x/wqy-zenhei-font-ttf/slack-desc
+-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 2021-02-13 05:32 ./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 2021-02-13 05:36 ./source/x/x11
+drwxr-xr-x 4 root root 4096 2021-02-13 05:32 ./source/x/x11-skel
+-rw-r--r-- 1 root root 576 2011-03-14 03:32 ./source/x/x11-skel/doinst.sh.gz
+drwxr-xr-x 2 root root 4096 2007-02-14 19:32 ./source/x/x11-skel/manpages
+-rw-r--r-- 1 root root 1060 2002-05-31 22:23 ./source/x/x11-skel/manpages/xwmconfig.1
+drwxr-xr-x 2 root root 4096 2021-01-05 21:04 ./source/x/x11-skel/scripts
+-rw-r--r-- 1 root root 358 2006-08-10 03:33 ./source/x/x11-skel/scripts/setup.xwmconfig
+-rw-r--r-- 1 root root 17100 2007-02-12 21:14 ./source/x/x11-skel/scripts/xorg.conf-fbdev
+-rw-r--r-- 1 root root 15858 2007-02-12 21:14 ./source/x/x11-skel/scripts/xorg.conf-vesa
+-rw-r--r-- 1 root root 12785 2006-08-21 01:53 ./source/x/x11-skel/scripts/xorgsetup
+-rw-r--r-- 1 root root 7685 2020-10-30 01:45 ./source/x/x11-skel/scripts/xwmconfig
+-rw-r--r-- 1 root root 131 2021-01-05 21:04 ./source/x/x11-skel/scripts/xwmconfig.desktop
+-rw-r--r-- 1 root root 1062 2018-02-27 06:13 ./source/x/x11-skel/slack-desc
+-rwxr-xr-x 1 root root 3122 2021-02-13 05:32 ./source/x/x11-skel/x11-skel.SlackBuild
+-rw-r--r-- 1 root root 376 2021-01-16 18:58 ./source/x/x11/arch.use.flags
+drwxr-xr-x 2 root root 12288 2021-11-29 19:51 ./source/x/x11/build
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/anthy
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/appres
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/bdftopcf
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/beforelight
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/bigreqsproto
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/bitmap
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/compositeproto
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/damageproto
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/dmxproto
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/dri2proto
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/dri3proto
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/editres
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/encodings
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/evieext
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/fixesproto
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-adobe-100dpi
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-adobe-75dpi
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-adobe-utopia-100dpi
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-adobe-utopia-75dpi
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-adobe-utopia-type1
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-alias
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-arabic-misc
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-bh-100dpi
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-bh-75dpi
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-bh-lucidatypewriter-100dpi
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-bh-lucidatypewriter-75dpi
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-bh-ttf
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-bh-type1
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-bitstream-100dpi
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-bitstream-75dpi
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-bitstream-speedo
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-bitstream-type1
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-cronyx-cyrillic
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-cursor-misc
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-daewoo-misc
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-dec-misc
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-ibm-type1
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-isas-misc
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-jis-misc
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-micro-misc
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-misc-cyrillic
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-misc-ethiopic
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-misc-meltho
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-misc-misc
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-mutt-misc
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-schumacher-misc
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-screen-cyrillic
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-sony-misc
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-sun-misc
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-util
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-winitzki-cyrillic
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/font-xfree86-type1
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/fontcacheproto
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/fontsproto
+-rw-r--r-- 1 root root 2 2021-06-15 18:30 ./source/x/x11/build/fonttosfnt
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/fslsfonts
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/fstobdf
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/gccmakedep
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/glproto
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/iceauth
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/ico
+-rw-r--r-- 1 root root 2 2021-04-23 17:33 ./source/x/x11/build/igt-gpu-tools
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/imake
+-rwxr-xr-x 1 root root 480 2015-11-12 20:02 ./source/x/x11/build/increment-all-drivers.sh
+-rwxr-xr-x 1 root root 507 2013-03-07 23:41 ./source/x/x11/build/increment.sh
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/inputproto
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/kbproto
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libFS
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libICE
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libSM
+-rw-r--r-- 1 root root 2 2021-05-18 18:30 ./source/x/x11/build/libX11
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libXScrnSaver
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libXau
+-rw-r--r-- 1 root root 2 2021-03-27 18:05 ./source/x/x11/build/libXaw
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libXaw3d
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libXcomposite
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libXcursor
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libXdamage
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libXdmcp
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libXevie
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libXext
+-rw-r--r-- 1 root root 2 2021-05-12 18:39 ./source/x/x11/build/libXfixes
+-rw-r--r-- 1 root root 2 2021-08-02 18:01 ./source/x/x11/build/libXfont2
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libXfontcache
+-rw-r--r-- 1 root root 2 2021-08-02 18:01 ./source/x/x11/build/libXft
+-rw-r--r-- 1 root root 2 2021-09-20 18:29 ./source/x/x11/build/libXi
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libXinerama
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libXmu
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libXp
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libXpm
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libXpresent
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libXrandr
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libXrender
+-rw-r--r-- 1 root root 2 2021-04-01 18:07 ./source/x/x11/build/libXres
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libXt
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libXtst
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libXv
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libXvMC
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libXxf86dga
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libXxf86misc
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libXxf86vm
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libdmx
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libfontenc
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libhangul
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libpciaccess
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libpthread-stubs
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libxcb
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libxkbfile
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/libxshmfence
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/listres
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/lndir
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/luit
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/m17n-lib
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/makedepend
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/mkcomposecache
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/mkfontscale
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/motif
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/mtdev
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/oclock
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/pixman
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/presentproto
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/printproto
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/randrproto
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/recordproto
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/rendercheck
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/renderproto
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/resourceproto
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/rgb
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/scim
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/scim-anthy
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/scim-hangul
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/scim-input-pad
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/scim-m17n
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/scim-pinyin
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/scim-tables
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/scrnsaverproto
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/sessreg
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/setxkbmap
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/showfont
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/smproxy
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/transset
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/twm
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/urw-core35-fonts-otf
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/util-macros
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/videoproto
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/viewres
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/wqy-zenhei-font-ttf
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/x11perf
+-rw-r--r-- 1 root root 2 2021-11-29 19:21 ./source/x/x11/build/xauth
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xbacklight
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xbiff
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xbitmaps
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xcalc
+-rw-r--r-- 1 root root 2 2021-11-02 18:46 ./source/x/x11/build/xcb-proto
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xcb-util
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xcb-util-cursor
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xcb-util-errors
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xcb-util-image
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xcb-util-keysyms
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xcb-util-renderutil
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xcb-util-wm
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xclipboard
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xclock
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xcmiscproto
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xcmsdb
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xcompmgr
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xconsole
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xcursor-themes
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xcursorgen
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xdbedizzy
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xdg-utils
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xditview
+-rw-r--r-- 1 root root 3 2021-02-13 05:35 ./source/x/x11/build/xdm
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xdpyinfo
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xdriinfo
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xedit
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xev
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xextproto
+-rw-r--r-- 1 root root 2 2021-08-02 17:59 ./source/x/x11/build/xeyes
+-rw-r--r-- 1 root root 3 2021-02-13 05:35 ./source/x/x11/build/xf86-input-acecad
+-rw-r--r-- 1 root root 3 2021-02-13 05:35 ./source/x/x11/build/xf86-input-aiptek
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-input-evdev
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-input-joystick
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-input-keyboard
+-rw-r--r-- 1 root root 2 2021-04-06 18:42 ./source/x/x11/build/xf86-input-libinput
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-input-mouse
+-rw-r--r-- 1 root root 3 2021-02-13 05:35 ./source/x/x11/build/xf86-input-penmount
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-input-synaptics
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-input-vmmouse
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-input-void
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-input-wacom
+-rw-r--r-- 1 root root 2 2021-07-30 18:11 ./source/x/x11/build/xf86-video-amdgpu
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-apm
+-rw-r--r-- 1 root root 3 2021-02-13 05:35 ./source/x/x11/build/xf86-video-ark
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-ast
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-ati
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-chips
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-cirrus
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-dummy
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-geode
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-glint
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-i128
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-i740
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-intel
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-mach64
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-mga
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-neomagic
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-nouveau
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-nv
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-omap
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-openchrome
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-r128
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-rendition
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-s3
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-s3virge
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-savage
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-siliconmotion
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-sis
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-sisusb
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-tdfx
+-rw-r--r-- 1 root root 3 2021-02-13 05:35 ./source/x/x11/build/xf86-video-tga
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-trident
+-rw-r--r-- 1 root root 3 2021-02-13 05:35 ./source/x/x11/build/xf86-video-tseng
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-v4l
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-vboxvideo
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-vesa
+-rw-r--r-- 1 root root 2 2022-01-03 20:04 ./source/x/x11/build/xf86-video-vmware
+-rw-r--r-- 1 root root 3 2021-02-13 05:35 ./source/x/x11/build/xf86-video-voodoo
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86-video-xgi
+-rw-r--r-- 1 root root 3 2021-02-13 05:35 ./source/x/x11/build/xf86-video-xgixp
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86bigfontproto
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86dga
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86dgaproto
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86driproto
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86miscproto
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xf86vidmodeproto
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xfd
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xfontsel
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xfs
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xfsinfo
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xgamma
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xgc
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xhost
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xineramaproto
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xinit
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xinput
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xisxwayland
+-rw-r--r-- 1 root root 2 2021-03-17 18:41 ./source/x/x11/build/xkbcomp
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xkbevd
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xkbprint
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xkbutils
+-rw-r--r-- 1 root root 2 2021-02-16 19:25 ./source/x/x11/build/xkeyboard-config
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xkill
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xload
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xlogo
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xlsatoms
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xlsclients
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xlsfonts
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xmag
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xman
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xmessage
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xmh
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xmodmap
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xmore
+-rw-r--r-- 1 root root 2 2021-08-02 18:03 ./source/x/x11/build/xorg-cf-files
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xorg-docs
+-rw-r--r-- 1 root root 2 2021-12-26 20:28 ./source/x/x11/build/xorg-server
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xorg-sgml-doctools
+-rw-r--r-- 1 root root 2 2021-02-25 19:37 ./source/x/x11/build/xorgproto
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xpr
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xprop
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xproto
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xpyb
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xrandr
+-rw-r--r-- 1 root root 2 2021-08-09 18:34 ./source/x/x11/build/xrdb
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xrefresh
+-rw-r--r-- 1 root root 2 2021-12-08 20:10 ./source/x/x11/build/xscope
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xset
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xsetroot
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xsm
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xstdcmap
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xtrans
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xvidtune
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xvinfo
+-rw-r--r-- 1 root root 2 2021-08-02 17:59 ./source/x/x11/build/xwd
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xwininfo
+-rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/xwud
+drwxr-xr-x 2 root root 4096 2020-05-18 17:49 ./source/x/x11/configure
+-rw-r--r-- 1 root root 362 2016-01-16 20:11 ./source/x/x11/configure/autogen
+-rw-r--r-- 1 root root 361 2016-01-16 20:11 ./source/x/x11/configure/configure
+-rw-r--r-- 1 root root 341 2010-11-13 18:36 ./source/x/x11/configure/font-bh-ttf
+-rw-r--r-- 1 root root 297 2009-10-20 04:17 ./source/x/x11/configure/font-util
+-rw-r--r-- 1 root root 320 2010-11-13 20:17 ./source/x/x11/configure/gccmakedep
+-rw-r--r-- 1 root root 341 2021-04-23 17:48 ./source/x/x11/configure/igt-gpu-tools
+-rw-r--r-- 1 root root 317 2010-12-04 23:25 ./source/x/x11/configure/libX11
+-rw-r--r-- 1 root root 440 2012-05-21 17:51 ./source/x/x11/configure/libXaw3d
+-rw-r--r-- 1 root root 320 2010-11-13 19:40 ./source/x/x11/configure/libXp
+-rw-r--r-- 1 root root 304 2008-10-14 22:51 ./source/x/x11/configure/libXt
+-rw-r--r-- 1 root root 354 2014-05-31 08:54 ./source/x/x11/configure/libxcb
+-rw-r--r-- 1 root root 406 2014-05-13 05:38 ./source/x/x11/configure/libxshmfence
+-rw-r--r-- 1 root root 504 2021-01-16 20:03 ./source/x/x11/configure/pixman
+-rw-r--r-- 1 root root 276 2009-07-24 04:25 ./source/x/x11/configure/setxkbmap
+-rw-r--r-- 1 root root 869 2017-04-15 15:03 ./source/x/x11/configure/xcb-proto
+-rw-r--r-- 1 root root 447 2020-02-07 00:47 ./source/x/x11/configure/xdm
+-rw-r--r-- 1 root root 404 2019-08-20 17:29 ./source/x/x11/configure/xf86-video-geode
+-rw-r--r-- 1 root root 573 2017-01-09 21:37 ./source/x/x11/configure/xf86-video-intel
+-rw-r--r-- 1 root root 317 2015-12-16 03:38 ./source/x/x11/configure/xf86-video-nouveau
+-rw-r--r-- 1 root root 362 2018-06-30 20:59 ./source/x/x11/configure/xf86-video-savage
+-rw-r--r-- 1 root root 282 2009-08-01 03:17 ./source/x/x11/configure/xfs
+-rw-r--r-- 1 root root 380 2020-05-18 17:50 ./source/x/x11/configure/xisxwayland
+-rw-r--r-- 1 root root 276 2009-07-24 04:28 ./source/x/x11/configure/xkbcomp
+-rw-r--r-- 1 root root 345 2008-10-14 22:51 ./source/x/x11/configure/xkeyboard-config
+-rw-r--r-- 1 root root 377 2010-12-19 06:52 ./source/x/x11/configure/xorg-docs
+-rw-r--r-- 1 root root 3140 2021-12-26 22:45 ./source/x/x11/configure/xorg-server
+-rw-r--r-- 1 root root 398 2018-03-17 17:33 ./source/x/x11/configure/xorgproto
+drwxr-xr-x 2 root root 4096 2009-08-01 05:00 ./source/x/x11/doinst.sh
+-rw-r--r-- 1 root root 279 2018-06-05 22:06 ./source/x/x11/doinst.sh/font-adobe-100dpi
+-rw-r--r-- 1 root root 277 2018-06-05 22:06 ./source/x/x11/doinst.sh/font-adobe-75dpi
+-rw-r--r-- 1 root root 279 2018-06-05 22:06 ./source/x/x11/doinst.sh/font-adobe-utopia-100dpi
+-rw-r--r-- 1 root root 277 2018-06-05 22:06 ./source/x/x11/doinst.sh/font-adobe-utopia-75dpi
+-rw-r--r-- 1 root root 277 2018-06-05 22:07 ./source/x/x11/doinst.sh/font-adobe-utopia-type1
+-rw-r--r-- 1 root root 341 2018-06-05 22:07 ./source/x/x11/doinst.sh/font-arabic-misc
+-rw-r--r-- 1 root root 279 2018-06-05 22:07 ./source/x/x11/doinst.sh/font-bh-100dpi
+-rw-r--r-- 1 root root 277 2018-06-05 22:08 ./source/x/x11/doinst.sh/font-bh-75dpi
+-rw-r--r-- 1 root root 279 2018-06-05 22:08 ./source/x/x11/doinst.sh/font-bh-lucidatypewriter-100dpi
+-rw-r--r-- 1 root root 277 2018-06-05 22:08 ./source/x/x11/doinst.sh/font-bh-lucidatypewriter-75dpi
+-rw-r--r-- 1 root root 273 2018-06-05 22:09 ./source/x/x11/doinst.sh/font-bh-ttf
+-rw-r--r-- 1 root root 277 2018-06-05 22:09 ./source/x/x11/doinst.sh/font-bh-type1
+-rw-r--r-- 1 root root 279 2018-06-05 22:09 ./source/x/x11/doinst.sh/font-bitstream-100dpi
+-rw-r--r-- 1 root root 277 2018-06-05 22:10 ./source/x/x11/doinst.sh/font-bitstream-75dpi
+-rw-r--r-- 1 root root 279 2018-06-05 22:10 ./source/x/x11/doinst.sh/font-bitstream-speedo
+-rw-r--r-- 1 root root 277 2018-06-05 22:10 ./source/x/x11/doinst.sh/font-bitstream-type1
+-rw-r--r-- 1 root root 283 2018-06-05 22:11 ./source/x/x11/doinst.sh/font-cronyx-cyrillic
+-rw-r--r-- 1 root root 341 2018-06-05 22:11 ./source/x/x11/doinst.sh/font-cursor-misc
+-rw-r--r-- 1 root root 341 2018-06-05 22:11 ./source/x/x11/doinst.sh/font-daewoo-misc
+-rw-r--r-- 1 root root 341 2018-06-05 22:12 ./source/x/x11/doinst.sh/font-dec-misc
+-rw-r--r-- 1 root root 277 2018-06-05 22:12 ./source/x/x11/doinst.sh/font-ibm-type1
+-rw-r--r-- 1 root root 341 2018-06-05 22:12 ./source/x/x11/doinst.sh/font-isas-misc
+-rw-r--r-- 1 root root 341 2018-06-05 22:13 ./source/x/x11/doinst.sh/font-jis-misc
+-rw-r--r-- 1 root root 341 2018-06-05 22:13 ./source/x/x11/doinst.sh/font-micro-misc
+-rw-r--r-- 1 root root 283 2018-06-05 22:13 ./source/x/x11/doinst.sh/font-misc-cyrillic
+-rw-r--r-- 1 root root 365 2018-06-05 22:14 ./source/x/x11/doinst.sh/font-misc-ethiopic
+-rw-r--r-- 1 root root 273 2018-06-05 22:14 ./source/x/x11/doinst.sh/font-misc-meltho
+-rw-r--r-- 1 root root 341 2018-06-05 22:14 ./source/x/x11/doinst.sh/font-misc-misc
+-rw-r--r-- 1 root root 341 2018-06-05 22:15 ./source/x/x11/doinst.sh/font-mutt-misc
+-rw-r--r-- 1 root root 341 2018-06-05 22:15 ./source/x/x11/doinst.sh/font-schumacher-misc
+-rw-r--r-- 1 root root 283 2018-06-05 22:15 ./source/x/x11/doinst.sh/font-screen-cyrillic
+-rw-r--r-- 1 root root 341 2018-06-05 22:16 ./source/x/x11/doinst.sh/font-sony-misc
+-rw-r--r-- 1 root root 341 2018-06-05 22:16 ./source/x/x11/doinst.sh/font-sun-misc
+-rw-r--r-- 1 root root 283 2018-06-05 22:16 ./source/x/x11/doinst.sh/font-winitzki-cyrillic
+-rw-r--r-- 1 root root 277 2018-06-05 22:16 ./source/x/x11/doinst.sh/font-xfree86-type1
+-rw-r--r-- 1 root root 618 2021-01-05 20:44 ./source/x/x11/doinst.sh/xdm
+-rw-r--r-- 1 root root 377 2009-08-01 05:01 ./source/x/x11/doinst.sh/xfs
+-rw-r--r-- 1 root root 176 2007-07-01 03:16 ./source/x/x11/doinst.sh/xinit
+-rw-r--r-- 1 root root 247 2007-06-09 21:54 ./source/x/x11/doinst.sh/xkeyboard-config
+-rw-r--r-- 1 root root 212 2007-02-13 20:05 ./source/x/x11/doinst.sh/xorg-cf-files
+drwxr-xr-x 2 root root 4096 2021-04-23 17:37 ./source/x/x11/make
+-rw-r--r-- 1 root root 119 2021-04-23 17:41 ./source/x/x11/make/igt-gpu-tools
+-rw-r--r-- 1 root root 281 2017-04-15 15:04 ./source/x/x11/make/xcb-proto
+-rw-r--r-- 1 root root 119 2021-04-23 17:41 ./source/x/x11/make/xisxwayland
+-rw-r--r-- 1 root root 633 2021-04-23 17:42 ./source/x/x11/make/xorgproto
+drwxr-xr-x 2 root root 4096 2015-04-21 02:59 ./source/x/x11/makepkg
+-rw-r--r-- 1 root root 4657 2021-12-26 20:40 ./source/x/x11/makepkg/xorg-server
+-rw-r--r-- 1 root root 3518 2021-02-13 21:06 ./source/x/x11/modularize
+-rw-r--r-- 1 root root 1189 2018-05-03 12:16 ./source/x/x11/noarch
+-rw-r--r-- 1 root root 833 2019-12-09 18:56 ./source/x/x11/package-blacklist
+drwxr-xr-x 17 root root 4096 2022-01-03 20:03 ./source/x/x11/patch
+-rw-r--r-- 1 root root 326 2010-11-13 18:39 ./source/x/x11/patch/README
+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 2019-04-08 20:07 ./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 5513 2020-04-20 20:08 ./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
+drwxr-xr-x 2 root root 4096 2019-03-25 18:55 ./source/x/x11/patch/xcompmgr
+-rw-r--r-- 1 root root 154 2019-03-25 18:55 ./source/x/x11/patch/xcompmgr.patch
+-rw-r--r-- 1 root root 464 2011-03-03 03:11 ./source/x/x11/patch/xcompmgr/xcompmgr-follow-icccm-spec.diff.gz
+drwxr-xr-x 2 root root 4096 2020-06-20 08:40 ./source/x/x11/patch/xdm
+-rw-r--r-- 1 root root 437 2020-06-20 08:40 ./source/x/x11/patch/xdm.patch
+-rw-r--r-- 1 root root 276 2014-12-07 08:06 ./source/x/x11/patch/xdm/xdm-1.1.11-arc4random-include.patch.gz
+-rw-r--r-- 1 root root 419 2014-12-07 08:06 ./source/x/x11/patch/xdm/xdm-1.1.11-setproctitle-include.patch.gz
+-rw-r--r-- 1 root root 830 2013-07-07 06:42 ./source/x/x11/patch/xdm/xdm.glibc.crypt.diff.gz
+-rw-r--r-- 1 root root 319 2015-08-20 06:44 ./source/x/x11/patch/xf86-video-apm.patch
+-rw-r--r-- 1 root root 319 2015-08-20 06:44 ./source/x/x11/patch/xf86-video-ark.patch
+-rw-r--r-- 1 root root 319 2015-08-20 06:44 ./source/x/x11/patch/xf86-video-ast.patch
+-rw-r--r-- 1 root root 319 2015-08-20 06:44 ./source/x/x11/patch/xf86-video-dummy.patch
+-rw-r--r-- 1 root root 319 2015-08-20 06:44 ./source/x/x11/patch/xf86-video-glint.patch
+-rw-r--r-- 1 root root 319 2015-08-20 06:44 ./source/x/x11/patch/xf86-video-i128.patch
+drwxr-xr-x 2 root root 4096 2019-03-17 18:48 ./source/x/x11/patch/xf86-video-intel
+-rw-r--r-- 1 root root 222 2019-03-17 18:48 ./source/x/x11/patch/xf86-video-intel.patch
+-rw-r--r-- 1 root root 806 2018-03-06 17:26 ./source/x/x11/patch/xf86-video-intel/0001-sna-Avoid-clobbering-output-physical-size-with-xf86O.patch.gz
+-rw-r--r-- 1 root root 428 2013-03-12 22:07 ./source/x/x11/patch/xf86-video-nv.patch
+drwxr-xr-x 2 root root 4096 2018-07-14 17:57 ./source/x/x11/patch/xf86-video-s3virge
+-rw-r--r-- 1 root root 200 2018-07-14 17:58 ./source/x/x11/patch/xf86-video-s3virge.patch
+-rw-r--r-- 1 root root 457 2018-07-14 17:48 ./source/x/x11/patch/xf86-video-s3virge/xf86-video-s3virge.xorg-server-1.20.x.diff.gz
+-rw-r--r-- 1 root root 319 2015-08-20 06:44 ./source/x/x11/patch/xf86-video-tga.patch
+drwxr-xr-x 2 root root 4096 2018-07-14 17:53 ./source/x/x11/patch/xf86-video-tseng
+-rw-r--r-- 1 root root 516 2018-07-14 17:54 ./source/x/x11/patch/xf86-video-tseng.patch
+-rw-r--r-- 1 root root 698 2018-07-14 17:47 ./source/x/x11/patch/xf86-video-tseng/xf86-video-tseng.xorg-server-1.20.x.diff.gz
+drwxr-xr-x 2 root root 4096 2022-01-03 20:03 ./source/x/x11/patch/xf86-video-vmware
+-rw-r--r-- 1 root root 203 2022-01-03 20:04 ./source/x/x11/patch/xf86-video-vmware.patch
+-rw-r--r-- 1 root root 759 2022-01-03 19:57 ./source/x/x11/patch/xf86-video-vmware/50ab008cb965dc9e47e0a84a1950e2485bbd3c44.patch.gz
+drwxr-xr-x 2 root root 4096 2015-04-22 04:47 ./source/x/x11/patch/xf86-video-voodoo
+-rw-r--r-- 1 root root 494 2015-04-22 04:47 ./source/x/x11/patch/xf86-video-voodoo.patch
+-rw-r--r-- 1 root root 488 2015-04-22 04:46 ./source/x/x11/patch/xf86-video-voodoo/0001-don-t-use-PCITAG-in-struct-anymore.patch.gz
+-rw-r--r-- 1 root root 319 2015-08-20 06:45 ./source/x/x11/patch/xf86-video-xgi.patch
+drwxr-xr-x 2 root root 4096 2015-04-22 04:50 ./source/x/x11/patch/xf86-video-xgixp
+-rw-r--r-- 1 root root 856 2015-04-22 04:51 ./source/x/x11/patch/xf86-video-xgixp.patch
+-rw-r--r-- 1 root root 641 2015-04-22 04:49 ./source/x/x11/patch/xf86-video-xgixp/0001-Remove-mibstore.h.patch.gz
+-rw-r--r-- 1 root root 1558 2015-04-22 04:49 ./source/x/x11/patch/xf86-video-xgixp/0002-Remove-symbol-lists-as-they-are-not-used-any-more.patch.gz
+-rw-r--r-- 1 root root 1057 2015-04-22 04:49 ./source/x/x11/patch/xf86-video-xgixp/0003-shadow-shadowInit-shadowAdd-Remove.patch.gz
+-rw-r--r-- 1 root root 465 2015-04-22 04:49 ./source/x/x11/patch/xf86-video-xgixp/0004-Stop-using-deprecated-xf86PciInfo.h.patch.gz
+-rw-r--r-- 1 root root 497 2015-04-22 04:49 ./source/x/x11/patch/xf86-video-xgixp/0005-Update-for-new-damage-API.patch.gz
+drwxr-xr-x 2 root root 4096 2020-06-19 19:44 ./source/x/x11/patch/xinit
+-rw-r--r-- 1 root root 171 2015-03-30 04:16 ./source/x/x11/patch/xinit.patch
+-rw-r--r-- 1 root root 468 2020-06-19 19:43 ./source/x/x11/patch/xinit/xinit.remove.systemd.kludge.diff.gz
+drwxr-xr-x 2 root root 4096 2021-04-20 18:11 ./source/x/x11/patch/xorg-cf-files
+-rw-r--r-- 1 root root 144 2021-04-20 18:11 ./source/x/x11/patch/xorg-cf-files.patch
+-rw-r--r-- 1 root root 295 2021-04-20 18:11 ./source/x/x11/patch/xorg-cf-files/Imake.tmpl-binutils-ar-2.36.patch.gz
+drwxr-xr-x 2 root root 4096 2021-12-16 18:45 ./source/x/x11/patch/xorg-server
+-rw-r--r-- 1 root root 2253 2021-12-16 18:45 ./source/x/x11/patch/xorg-server.patch
+-rw-r--r-- 1 root root 623 2018-07-15 18:32 ./source/x/x11/patch/xorg-server/0001-Always-install-vbe-and-int10-sdk-headers.patch.gz
+-rw-r--r-- 1 root root 3846 2018-07-15 18:32 ./source/x/x11/patch/xorg-server/0001-autobind-GPUs-to-the-screen.patch.gz
+-rw-r--r-- 1 root root 879 2019-02-26 23:17 ./source/x/x11/patch/xorg-server/0001-xfree86-use-modesetting-driver-by-default-on-GeForce.patch.gz
+-rw-r--r-- 1 root root 418 2020-12-02 09:50 ./source/x/x11/patch/xorg-server/06_use-intel-only-on-pre-gen4.diff.gz
+-rw-r--r-- 1 root root 298 2018-05-30 05:02 ./source/x/x11/patch/xorg-server/fix-nouveau-segfault.diff.gz
+-rw-r--r-- 1 root root 357 2020-09-11 18:38 ./source/x/x11/patch/xorg-server/fix-pci-segfault.diff.gz
+-rw-r--r-- 1 root root 340 2012-04-14 03:01 ./source/x/x11/patch/xorg-server/x11.startwithblackscreen.diff.gz
+-rw-r--r-- 1 root root 897 2016-04-14 16:42 ./source/x/x11/patch/xorg-server/xorg-server.combo.mouse.keyboard.layout.patch.gz
+drwxr-xr-x 2 root root 4096 2018-03-11 19:22 ./source/x/x11/patch/xpyb
+-rw-r--r-- 1 root root 132 2018-03-11 19:23 ./source/x/x11/patch/xpyb.patch
+-rw-r--r-- 1 root root 238 2018-03-11 19:25 ./source/x/x11/patch/xpyb/xpyb-1.3.1-xcbproto-1.13.patch.gz
+drwxr-xr-x 10 root root 4096 2019-10-28 19:02 ./source/x/x11/post-install
+-rw-r--r-- 1 root root 357 2007-02-16 21:17 ./source/x/x11/post-install/beforelight.post-install
+-rw-r--r-- 1 root root 275 2007-02-14 02:06 ./source/x/x11/post-install/encodings.post-install
+-rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-adobe-100dpi.post-install
+-rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-adobe-75dpi.post-install
+-rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-adobe-utopia-100dpi.post-install
+-rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-adobe-utopia-75dpi.post-install
+-rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-adobe-utopia-type1.post-install
+-rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-alias.post-install
+-rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-arabic-misc.post-install
+-rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-bh-100dpi.post-install
+-rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-bh-75dpi.post-install
+-rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-bh-lucidatypewriter-100dpi.post-install
+-rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-bh-lucidatypewriter-75dpi.post-install
+-rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-bh-ttf.post-install
+-rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-bh-type1.post-install
+-rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-bitstream-100dpi.post-install
+-rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-bitstream-75dpi.post-install
+-rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-bitstream-speedo.post-install
+-rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-bitstream-type1.post-install
+-rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-cronyx-cyrillic.post-install
+-rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-cursor-misc.post-install
+-rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-daewoo-misc.post-install
+-rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-dec-misc.post-install
+-rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-ibm-type1.post-install
+-rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-isas-misc.post-install
+-rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-jis-misc.post-install
+-rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-micro-misc.post-install
+-rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-misc-cyrillic.post-install
+-rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-misc-ethiopic.post-install
+-rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-misc-meltho.post-install
+-rw-r--r-- 1 root root 664 2008-02-01 03:22 ./source/x/x11/post-install/font-misc-misc.post-install
+-rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-mutt-misc.post-install
+-rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-schumacher-misc.post-install
+-rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-screen-cyrillic.post-install
+-rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-sony-misc.post-install
+-rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-sun-misc.post-install
+-rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-util.post-install
+-rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-winitzki-cyrillic.post-install
+-rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/font-xfree86-type1.post-install
+-rw-r--r-- 1 root root 58 2010-11-05 06:08 ./source/x/x11/post-install/libSM.post-install
+drwxr-xr-x 2 root root 4096 2011-04-16 03:28 ./source/x/x11/post-install/libX11
+-rw-r--r-- 1 root root 102 2011-04-16 03:30 ./source/x/x11/post-install/libX11.post-install
+-rw-r--r-- 1 root root 3050 2010-02-22 20:04 ./source/x/x11/post-install/libX11/XKeysymDB.gz
+-rw-r--r-- 1 root root 1765 2009-06-08 19:45 ./source/x/x11/post-install/libXaw.post-install
+-rw-r--r-- 1 root root 1246 2012-05-04 04:35 ./source/x/x11/post-install/libXaw3d.post-install
+-rw-r--r-- 1 root root 183 2007-02-14 06:42 ./source/x/x11/post-install/libpthread-stubs.post-install
+-rw-r--r-- 1 root root 1334 2020-02-23 17:58 ./source/x/x11/post-install/libxcb.post-install
+drwxr-xr-x 2 root root 4096 2007-03-24 04:12 ./source/x/x11/post-install/mkfontscale
+-rw-r--r-- 1 root root 223 2019-10-28 20:09 ./source/x/x11/post-install/mkfontscale.post-install
+-rw-r--r-- 1 root root 1012 2007-03-23 20:46 ./source/x/x11/post-install/mkfontscale/setup.04.mkfontdir
+-rw-r--r-- 1 root root 286 2008-04-26 21:33 ./source/x/x11/post-install/pixman.post-install
+drwxr-xr-x 2 root root 4096 2007-02-22 01:03 ./source/x/x11/post-install/twm
+-rw-r--r-- 1 root root 175 2007-02-22 01:05 ./source/x/x11/post-install/twm.post-install
+-rw-r--r-- 1 root root 725 2009-12-01 07:39 ./source/x/x11/post-install/twm/xinitrc.twm
+-rw-r--r-- 1 root root 344 2007-02-13 23:28 ./source/x/x11/post-install/x11-app-test.post-install
+-rw-r--r-- 37 root root 275 2007-02-13 21:50 ./source/x/x11/post-install/x11-font.post-install
+-rw-r--r-- 1 root root 68 2007-02-13 21:50 ./source/x/x11/post-install/x11-util.post-install
+-rw-r--r-- 1 root root 63 2009-12-15 01:10 ./source/x/x11/post-install/xbitmaps.post-install
+-rw-r--r-- 1 root root 169 2020-02-23 17:54 ./source/x/x11/post-install/xcb-proto.post-install
+-rw-r--r-- 1 root root 342 2012-05-03 19:24 ./source/x/x11/post-install/xcb-util.post-install
+drwxr-xr-x 2 root root 4096 2020-02-07 00:50 ./source/x/x11/post-install/xdm
+-rw-r--r-- 1 root root 1787 2021-01-05 20:42 ./source/x/x11/post-install/xdm.post-install
+-rwxr-xr-x 1 root root 5470 2011-01-23 19:01 ./source/x/x11/post-install/xdm/Xsession
+-rwxr-xr-x 1 root root 1348 2019-03-03 19:36 ./source/x/x11/post-install/xdm/Xsession.orig
+-rwxr-xr-x 1 root root 503 2007-02-14 01:22 ./source/x/x11/post-install/xdm/Xsetup_0
+-rwxr-xr-x 1 root root 88 2019-03-02 22:06 ./source/x/x11/post-install/xdm/Xsetup_0.orig
+-rw-r--r-- 1 root root 293 2020-06-20 08:53 ./source/x/x11/post-install/xdm/xdm.pamd
+-rw-r--r-- 1 root root 40 2008-09-15 22:43 ./source/x/x11/post-install/xf86-input-joystick.post-install
+-rw-r--r-- 1 root root 1808 2017-01-18 02:26 ./source/x/x11/post-install/xf86-input-libinput.post-install
+drwxr-xr-x 2 root root 4096 2010-08-03 04:04 ./source/x/x11/post-install/xf86-input-synaptics
+-rw-r--r-- 1 root root 373 2010-08-03 04:23 ./source/x/x11/post-install/xf86-input-synaptics.post-install
+-rw-r--r-- 1 root root 444 2010-11-01 01:13 ./source/x/x11/post-install/xf86-input-synaptics/50-synaptics.conf
+drwxr-xr-x 2 root root 4096 2011-07-12 18:18 ./source/x/x11/post-install/xf86-input-wacom
+-rw-r--r-- 1 root root 354 2016-05-25 21:17 ./source/x/x11/post-install/xf86-input-wacom.post-install
+-rw-r--r-- 1 root root 1143 2016-05-25 21:15 ./source/x/x11/post-install/xf86-input-wacom/60-wacom.rules
+-rw-r--r-- 1 root root 111 2015-08-24 18:55 ./source/x/x11/post-install/xf86-video-intel.post-install
+-rw-r--r-- 1 root root 54 2009-08-01 05:00 ./source/x/x11/post-install/xfs.post-install
+drwxr-xr-x 2 root root 4096 2007-07-01 03:06 ./source/x/x11/post-install/xinit
+-rw-r--r-- 1 root root 637 2007-07-01 03:13 ./source/x/x11/post-install/xinit.post-install
+-rw-r--r-- 1 root root 321 2003-03-16 21:36 ./source/x/x11/post-install/xinit/README.Xmodmap
+-rw-r--r-- 1 root root 341 2007-02-18 03:51 ./source/x/x11/post-install/xkeyboard-config.post-install
+drwxr-xr-x 2 root root 4096 2009-08-11 03:27 ./source/x/x11/post-install/xorg-cf-files
+-rw-r--r-- 1 root root 237 2009-08-11 03:32 ./source/x/x11/post-install/xorg-cf-files.post-install
+-rw-r--r-- 1 root root 203 2009-08-11 03:26 ./source/x/x11/post-install/xorg-cf-files/x11.tmpl.lib64.kludge.diff.gz
+-rw-r--r-- 1 root root 2848 2017-01-18 00:22 ./source/x/x11/post-install/xorg-server.post-install
+-rw-r--r-- 1 root root 63 2010-12-19 06:16 ./source/x/x11/post-install/xorg-sgml-doctools.post-install
+-rw-r--r-- 1 root root 206 2018-03-12 18:27 ./source/x/x11/post-install/xorgproto.post-install
+-rw-r--r-- 1 root root 35 2010-11-05 06:10 ./source/x/x11/post-install/xproto.post-install
+drwxr-xr-x 2 root root 12288 2020-05-18 17:50 ./source/x/x11/slack-desc
+-rw-r--r-- 1 root root 804 2018-02-26 22:53 ./source/x/x11/slack-desc/appres
+-rw-r--r-- 1 root root 935 2018-02-26 22:53 ./source/x/x11/slack-desc/bdftopcf
+-rw-r--r-- 1 root root 885 2018-02-26 22:53 ./source/x/x11/slack-desc/beforelight
+-rw-r--r-- 1 root root 857 2012-04-08 01:03 ./source/x/x11/slack-desc/bigreqsproto
+-rw-r--r-- 1 root root 667 2012-04-07 23:41 ./source/x/x11/slack-desc/bitmap
+-rw-r--r-- 1 root root 882 2012-04-08 01:19 ./source/x/x11/slack-desc/compositeproto
+-rw-r--r-- 1 root root 837 2012-04-08 01:20 ./source/x/x11/slack-desc/damageproto
+-rw-r--r-- 1 root root 812 2012-04-08 01:20 ./source/x/x11/slack-desc/dmxproto
+-rw-r--r-- 1 root root 826 2012-04-08 01:21 ./source/x/x11/slack-desc/dri2proto
+-rw-r--r-- 1 root root 826 2014-05-13 05:20 ./source/x/x11/slack-desc/dri3proto
+-rw-r--r-- 1 root root 763 2012-04-08 01:21 ./source/x/x11/slack-desc/editres
+-rw-r--r-- 1 root root 790 2012-04-08 01:22 ./source/x/x11/slack-desc/encodings
+-rw-r--r-- 1 root root 802 2012-04-08 01:22 ./source/x/x11/slack-desc/evieext
+-rw-r--r-- 1 root root 824 2012-04-08 01:22 ./source/x/x11/slack-desc/fixesproto
+-rw-r--r-- 1 root root 904 2012-04-08 01:23 ./source/x/x11/slack-desc/font-adobe-100dpi
+-rw-r--r-- 1 root root 890 2012-04-08 01:23 ./source/x/x11/slack-desc/font-adobe-75dpi
+-rw-r--r-- 1 root root 1002 2012-04-08 01:23 ./source/x/x11/slack-desc/font-adobe-utopia-100dpi
+-rw-r--r-- 1 root root 988 2012-04-08 01:23 ./source/x/x11/slack-desc/font-adobe-utopia-75dpi
+-rw-r--r-- 1 root root 990 2012-04-08 01:24 ./source/x/x11/slack-desc/font-adobe-utopia-type1
+-rw-r--r-- 1 root root 802 2012-04-08 01:25 ./source/x/x11/slack-desc/font-alias
+-rw-r--r-- 1 root root 890 2012-04-08 02:11 ./source/x/x11/slack-desc/font-arabic-misc
+-rw-r--r-- 1 root root 862 2012-04-08 02:11 ./source/x/x11/slack-desc/font-bh-100dpi
+-rw-r--r-- 1 root root 848 2012-04-08 02:11 ./source/x/x11/slack-desc/font-bh-75dpi
+-rw-r--r-- 1 root root 1100 2012-04-08 02:11 ./source/x/x11/slack-desc/font-bh-lucidatypewriter-100dpi
+-rw-r--r-- 1 root root 1086 2012-04-08 02:11 ./source/x/x11/slack-desc/font-bh-lucidatypewriter-75dpi
+-rw-r--r-- 1 root root 822 2012-04-08 02:11 ./source/x/x11/slack-desc/font-bh-ttf
+-rw-r--r-- 1 root root 850 2012-04-08 02:12 ./source/x/x11/slack-desc/font-bh-type1
+-rw-r--r-- 1 root root 960 2012-04-08 02:13 ./source/x/x11/slack-desc/font-bitstream-100dpi
+-rw-r--r-- 1 root root 946 2012-04-08 02:13 ./source/x/x11/slack-desc/font-bitstream-75dpi
+-rw-r--r-- 1 root root 962 2012-04-08 02:13 ./source/x/x11/slack-desc/font-bitstream-speedo
+-rw-r--r-- 1 root root 948 2012-04-08 02:14 ./source/x/x11/slack-desc/font-bitstream-type1
+-rw-r--r-- 1 root root 946 2012-04-08 02:15 ./source/x/x11/slack-desc/font-cronyx-cyrillic
+-rw-r--r-- 1 root root 890 2012-04-08 02:15 ./source/x/x11/slack-desc/font-cursor-misc
+-rw-r--r-- 1 root root 890 2012-04-08 02:15 ./source/x/x11/slack-desc/font-daewoo-misc
+-rw-r--r-- 1 root root 848 2012-04-08 02:15 ./source/x/x11/slack-desc/font-dec-misc
+-rw-r--r-- 1 root root 864 2012-04-08 02:16 ./source/x/x11/slack-desc/font-ibm-type1
+-rw-r--r-- 1 root root 862 2012-04-08 02:17 ./source/x/x11/slack-desc/font-isas-misc
+-rw-r--r-- 1 root root 848 2012-04-08 02:17 ./source/x/x11/slack-desc/font-jis-misc
+-rw-r--r-- 1 root root 876 2012-04-08 02:17 ./source/x/x11/slack-desc/font-micro-misc
+-rw-r--r-- 1 root root 918 2012-04-08 02:17 ./source/x/x11/slack-desc/font-misc-cyrillic
+-rw-r--r-- 1 root root 918 2012-04-08 02:17 ./source/x/x11/slack-desc/font-misc-ethiopic
+-rw-r--r-- 1 root root 890 2012-04-08 02:17 ./source/x/x11/slack-desc/font-misc-meltho
+-rw-r--r-- 1 root root 862 2012-04-08 02:17 ./source/x/x11/slack-desc/font-misc-misc
+-rw-r--r-- 1 root root 862 2012-04-08 02:17 ./source/x/x11/slack-desc/font-mutt-misc
+-rw-r--r-- 1 root root 946 2012-04-08 02:17 ./source/x/x11/slack-desc/font-schumacher-misc
+-rw-r--r-- 1 root root 946 2012-04-08 02:18 ./source/x/x11/slack-desc/font-screen-cyrillic
+-rw-r--r-- 1 root root 862 2012-04-08 02:17 ./source/x/x11/slack-desc/font-sony-misc
+-rw-r--r-- 1 root root 848 2012-04-08 02:18 ./source/x/x11/slack-desc/font-sun-misc
+-rw-r--r-- 1 root root 822 2012-04-08 02:18 ./source/x/x11/slack-desc/font-util
+-rw-r--r-- 1 root root 974 2012-04-08 02:19 ./source/x/x11/slack-desc/font-winitzki-cyrillic
+-rw-r--r-- 1 root root 920 2012-04-08 02:20 ./source/x/x11/slack-desc/font-xfree86-type1
+-rw-r--r-- 1 root root 883 2012-04-08 02:20 ./source/x/x11/slack-desc/fontcacheproto
+-rw-r--r-- 1 root root 824 2012-04-08 02:20 ./source/x/x11/slack-desc/fontsproto
+-rw-r--r-- 1 root root 833 2012-04-08 02:22 ./source/x/x11/slack-desc/fonttosfnt
+-rw-r--r-- 1 root root 823 2012-04-08 02:23 ./source/x/x11/slack-desc/fslsfonts
+-rw-r--r-- 1 root root 829 2012-04-08 02:23 ./source/x/x11/slack-desc/fstobdf
+-rw-r--r-- 1 root root 818 2012-04-08 02:23 ./source/x/x11/slack-desc/gccmakedep
+-rw-r--r-- 1 root root 736 2014-05-13 20:38 ./source/x/x11/slack-desc/glamor-egl
+-rw-r--r-- 1 root root 781 2012-04-08 02:25 ./source/x/x11/slack-desc/glproto
+-rw-r--r-- 1 root root 805 2018-02-26 22:55 ./source/x/x11/slack-desc/iceauth
+-rw-r--r-- 1 root root 760 2018-02-26 22:55 ./source/x/x11/slack-desc/ico
+-rw-r--r-- 1 root root 875 2018-07-19 17:59 ./source/x/x11/slack-desc/igt-gpu-tools
+-rw-r--r-- 1 root root 753 2018-02-26 22:55 ./source/x/x11/slack-desc/imake
+-rw-r--r-- 1 root root 820 2012-04-08 02:27 ./source/x/x11/slack-desc/inputproto
+-rw-r--r-- 1 root root 785 2012-04-08 02:28 ./source/x/x11/slack-desc/kbproto
+-rw-r--r-- 1 root root 745 2012-04-08 02:28 ./source/x/x11/slack-desc/libFS
+-rw-r--r-- 1 root root 761 2012-04-08 02:29 ./source/x/x11/slack-desc/libICE
+-rw-r--r-- 1 root root 744 2012-04-08 02:42 ./source/x/x11/slack-desc/libSM
+-rw-r--r-- 1 root root 762 2012-04-08 02:42 ./source/x/x11/slack-desc/libX11
+-rw-r--r-- 1 root root 869 2012-04-08 03:03 ./source/x/x11/slack-desc/libXScrnSaver
+-rw-r--r-- 1 root root 923 2018-02-26 22:55 ./source/x/x11/slack-desc/libXau
+-rw-r--r-- 1 root root 665 2012-04-08 03:03 ./source/x/x11/slack-desc/libXaw
+-rw-r--r-- 1 root root 970 2018-02-26 22:55 ./source/x/x11/slack-desc/libXaw3d
+-rw-r--r-- 1 root root 872 2012-04-08 03:04 ./source/x/x11/slack-desc/libXcomposite
+-rw-r--r-- 1 root root 827 2012-04-08 03:06 ./source/x/x11/slack-desc/libXcursor
+-rw-r--r-- 1 root root 827 2012-04-08 03:06 ./source/x/x11/slack-desc/libXdamage
+-rw-r--r-- 1 root root 800 2012-04-08 03:07 ./source/x/x11/slack-desc/libXdmcp
+-rw-r--r-- 1 root root 804 2012-04-08 03:07 ./source/x/x11/slack-desc/libXevie
+-rw-r--r-- 1 root root 793 2012-04-08 03:08 ./source/x/x11/slack-desc/libXext
+-rw-r--r-- 1 root root 811 2012-04-08 03:08 ./source/x/x11/slack-desc/libXfixes
+-rw-r--r-- 1 root root 1031 2018-02-26 22:56 ./source/x/x11/slack-desc/libXfont2
+-rw-r--r-- 1 root root 874 2012-04-08 03:18 ./source/x/x11/slack-desc/libXfontcache
+-rw-r--r-- 1 root root 748 2012-04-08 03:18 ./source/x/x11/slack-desc/libXft
+-rw-r--r-- 1 root root 749 2012-04-08 03:18 ./source/x/x11/slack-desc/libXi
+-rw-r--r-- 1 root root 846 2012-04-08 03:19 ./source/x/x11/slack-desc/libXinerama
+-rw-r--r-- 1 root root 806 2018-02-26 22:56 ./source/x/x11/slack-desc/libXmu
+-rw-r--r-- 1 root root 738 2012-04-08 03:23 ./source/x/x11/slack-desc/libXp
+-rw-r--r-- 1 root root 770 2012-04-08 03:24 ./source/x/x11/slack-desc/libXpm
+-rw-r--r-- 1 root root 853 2015-04-21 01:58 ./source/x/x11/slack-desc/libXpresent
+-rw-r--r-- 1 root root 821 2012-04-08 03:24 ./source/x/x11/slack-desc/libXrandr
+-rw-r--r-- 1 root root 838 2012-04-08 03:24 ./source/x/x11/slack-desc/libXrender
+-rw-r--r-- 1 root root 779 2012-04-08 03:25 ./source/x/x11/slack-desc/libXres
+-rw-r--r-- 1 root root 744 2012-04-08 03:26 ./source/x/x11/slack-desc/libXt
+-rw-r--r-- 1 root root 792 2012-04-08 03:26 ./source/x/x11/slack-desc/libXtst
+-rw-r--r-- 1 root root 777 2012-04-08 03:26 ./source/x/x11/slack-desc/libXv
+-rw-r--r-- 1 root root 777 2012-04-08 02:52 ./source/x/x11/slack-desc/libXvMC
+-rw-r--r-- 1 root root 844 2012-04-08 03:27 ./source/x/x11/slack-desc/libXxf86dga
+-rw-r--r-- 1 root root 864 2012-04-08 03:27 ./source/x/x11/slack-desc/libXxf86misc
+-rw-r--r-- 1 root root 829 2012-04-08 03:27 ./source/x/x11/slack-desc/libXxf86vm
+-rw-r--r-- 1 root root 777 2012-04-08 03:28 ./source/x/x11/slack-desc/libdmx
+-rw-r--r-- 1 root root 807 2012-04-08 03:28 ./source/x/x11/slack-desc/libfontenc
+-rw-r--r-- 1 root root 840 2012-04-08 03:29 ./source/x/x11/slack-desc/libpciaccess
+-rw-r--r-- 1 root root 1003 2012-04-08 03:30 ./source/x/x11/slack-desc/libpthread-stubs
+-rw-r--r-- 1 root root 900 2018-02-26 22:57 ./source/x/x11/slack-desc/libxcb
+-rw-r--r-- 1 root root 824 2012-04-08 02:45 ./source/x/x11/slack-desc/libxkbfile
+-rw-r--r-- 1 root root 847 2014-05-13 05:34 ./source/x/x11/slack-desc/libxshmfence
+-rw-r--r-- 1 root root 707 2012-04-08 03:30 ./source/x/x11/slack-desc/listres
+-rw-r--r-- 1 root root 778 2012-04-08 03:31 ./source/x/x11/slack-desc/lndir
+-rw-r--r-- 1 root root 826 2018-02-26 22:57 ./source/x/x11/slack-desc/luit
+-rw-r--r-- 1 root root 818 2012-04-08 03:31 ./source/x/x11/slack-desc/makedepend
+-rw-r--r-- 1 root root 890 2012-04-08 03:31 ./source/x/x11/slack-desc/mkcomposecache
+-rw-r--r-- 1 root root 837 2019-10-28 19:03 ./source/x/x11/slack-desc/mkfontscale
+-rw-r--r-- 1 root root 679 2012-04-08 03:32 ./source/x/x11/slack-desc/oclock
+-rw-r--r-- 1 root root 823 2012-04-08 02:44 ./source/x/x11/slack-desc/pixman
+-rw-r--r-- 1 root root 732 2018-02-26 22:57 ./source/x/x11/slack-desc/presentproto
+-rw-r--r-- 1 root root 731 2012-04-08 03:32 ./source/x/x11/slack-desc/printproto
+-rw-r--r-- 1 root root 675 2018-02-26 22:57 ./source/x/x11/slack-desc/randrproto
+-rw-r--r-- 1 root root 835 2012-04-08 03:33 ./source/x/x11/slack-desc/recordproto
+-rw-r--r-- 1 root root 760 2012-04-08 03:40 ./source/x/x11/slack-desc/rendercheck
+-rw-r--r-- 1 root root 838 2012-04-08 03:40 ./source/x/x11/slack-desc/renderproto
+-rw-r--r-- 1 root root 865 2012-04-08 03:40 ./source/x/x11/slack-desc/resourceproto
+-rw-r--r-- 1 root root 709 2012-04-08 03:40 ./source/x/x11/slack-desc/rgb
+-rw-r--r-- 1 root root 889 2012-04-08 03:41 ./source/x/x11/slack-desc/scrnsaverproto
+-rw-r--r-- 1 root root 750 2012-04-08 03:41 ./source/x/x11/slack-desc/sessreg
+-rw-r--r-- 1 root root 798 2012-04-08 03:42 ./source/x/x11/slack-desc/setxkbmap
+-rw-r--r-- 1 root root 737 2012-04-08 03:42 ./source/x/x11/slack-desc/showfont
+-rw-r--r-- 1 root root 707 2012-04-08 03:42 ./source/x/x11/slack-desc/smproxy
+-rw-r--r-- 1 root root 884 2012-06-13 15:39 ./source/x/x11/slack-desc/transset
+-rw-r--r-- 1 root root 730 2012-04-08 03:43 ./source/x/x11/slack-desc/twm
+-rw-r--r-- 1 root root 823 2012-04-08 03:43 ./source/x/x11/slack-desc/util-macros
+-rw-r--r-- 1 root root 820 2012-04-08 03:43 ./source/x/x11/slack-desc/videoproto
+-rw-r--r-- 1 root root 796 2012-04-08 03:43 ./source/x/x11/slack-desc/viewres
+-rw-r--r-- 1 root root 779 2012-04-08 03:44 ./source/x/x11/slack-desc/x11perf
+-rw-r--r-- 1 root root 679 2012-04-08 03:44 ./source/x/x11/slack-desc/xauth
+-rw-r--r-- 1 root root 796 2012-04-08 03:44 ./source/x/x11/slack-desc/xbacklight
+-rw-r--r-- 1 root root 725 2018-02-26 22:58 ./source/x/x11/slack-desc/xbiff
+-rw-r--r-- 1 root root 786 2012-04-08 03:45 ./source/x/x11/slack-desc/xbitmaps
+-rw-r--r-- 1 root root 639 2012-04-08 03:45 ./source/x/x11/slack-desc/xcalc
+-rw-r--r-- 1 root root 922 2012-04-08 01:17 ./source/x/x11/slack-desc/xcb-proto
+-rw-r--r-- 1 root root 809 2012-04-08 03:45 ./source/x/x11/slack-desc/xcb-util
+-rw-r--r-- 1 root root 808 2013-09-07 20:11 ./source/x/x11/slack-desc/xcb-util-cursor
+-rw-r--r-- 1 root root 1011 2015-04-27 03:32 ./source/x/x11/slack-desc/xcb-util-errors
+-rw-r--r-- 1 root root 778 2012-04-08 01:14 ./source/x/x11/slack-desc/xcb-util-image
+-rw-r--r-- 1 root root 827 2012-04-08 01:18 ./source/x/x11/slack-desc/xcb-util-keysyms
+-rw-r--r-- 1 root root 871 2012-04-08 03:49 ./source/x/x11/slack-desc/xcb-util-renderutil
+-rw-r--r-- 1 root root 774 2012-04-08 03:51 ./source/x/x11/slack-desc/xcb-util-wm
+-rw-r--r-- 1 root root 888 2018-02-26 22:58 ./source/x/x11/slack-desc/xclipboard
+-rw-r--r-- 1 root root 747 2018-02-26 22:59 ./source/x/x11/slack-desc/xclock
+-rw-r--r-- 1 root root 838 2012-04-08 03:52 ./source/x/x11/slack-desc/xcmiscproto
+-rw-r--r-- 1 root root 824 2012-04-08 03:54 ./source/x/x11/slack-desc/xcmsdb
+-rw-r--r-- 1 root root 760 2018-02-26 22:59 ./source/x/x11/slack-desc/xcompmgr
+-rw-r--r-- 1 root root 679 2018-02-26 22:59 ./source/x/x11/slack-desc/xconsole
+-rw-r--r-- 1 root root 844 2012-04-08 03:54 ./source/x/x11/slack-desc/xcursor-themes
+-rw-r--r-- 1 root root 834 2012-04-08 03:54 ./source/x/x11/slack-desc/xcursorgen
+-rw-r--r-- 1 root root 714 2012-04-08 03:55 ./source/x/x11/slack-desc/xdbedizzy
+-rw-r--r-- 1 root root 797 2012-04-08 03:55 ./source/x/x11/slack-desc/xditview
+-rw-r--r-- 1 root root 707 2012-04-08 03:55 ./source/x/x11/slack-desc/xdm
+-rw-r--r-- 1 root root 810 2012-04-08 03:56 ./source/x/x11/slack-desc/xdpyinfo
+-rw-r--r-- 1 root root 808 2012-04-08 03:56 ./source/x/x11/slack-desc/xdriinfo
+-rw-r--r-- 1 root root 740 2012-04-08 03:57 ./source/x/x11/slack-desc/xedit
+-rw-r--r-- 1 root root 947 2018-02-26 22:59 ./source/x/x11/slack-desc/xev
+-rw-r--r-- 1 root root 810 2012-04-08 03:57 ./source/x/x11/slack-desc/xextproto
+-rw-r--r-- 1 root root 770 2012-04-08 03:58 ./source/x/x11/slack-desc/xeyes
+-rw-r--r-- 1 root root 931 2012-04-08 03:58 ./source/x/x11/slack-desc/xf86-input-acecad
+-rw-r--r-- 1 root root 932 2012-04-08 03:59 ./source/x/x11/slack-desc/xf86-input-aiptek
+-rw-r--r-- 1 root root 918 2012-04-08 03:59 ./source/x/x11/slack-desc/xf86-input-evdev
+-rw-r--r-- 1 root root 955 2012-04-08 04:00 ./source/x/x11/slack-desc/xf86-input-joystick
+-rw-r--r-- 1 root root 945 2018-02-26 23:00 ./source/x/x11/slack-desc/xf86-input-keyboard
+-rw-r--r-- 1 root root 938 2015-04-21 03:11 ./source/x/x11/slack-desc/xf86-input-libinput
+-rw-r--r-- 1 root root 895 2018-02-26 23:00 ./source/x/x11/slack-desc/xf86-input-mouse
+-rw-r--r-- 1 root root 955 2012-04-08 04:02 ./source/x/x11/slack-desc/xf86-input-penmount
+-rw-r--r-- 1 root root 961 2012-04-08 04:03 ./source/x/x11/slack-desc/xf86-input-synaptics
+-rw-r--r-- 1 root root 945 2012-04-08 04:03 ./source/x/x11/slack-desc/xf86-input-vmmouse
+-rw-r--r-- 1 root root 889 2012-04-08 04:03 ./source/x/x11/slack-desc/xf86-input-void
+-rw-r--r-- 1 root root 843 2018-03-23 18:27 ./source/x/x11/slack-desc/xf86-input-wacom
+-rw-r--r-- 1 root root 920 2015-11-19 17:17 ./source/x/x11/slack-desc/xf86-video-amdgpu
+-rw-r--r-- 1 root root 889 2012-04-08 04:04 ./source/x/x11/slack-desc/xf86-video-apm
+-rw-r--r-- 1 root root 882 2012-04-08 04:05 ./source/x/x11/slack-desc/xf86-video-ark
+-rw-r--r-- 1 root root 895 2012-04-08 04:05 ./source/x/x11/slack-desc/xf86-video-ast
+-rw-r--r-- 1 root root 887 2012-04-08 04:05 ./source/x/x11/slack-desc/xf86-video-ati
+-rw-r--r-- 1 root root 914 2012-04-08 04:06 ./source/x/x11/slack-desc/xf86-video-chips
+-rw-r--r-- 1 root root 931 2012-04-08 04:06 ./source/x/x11/slack-desc/xf86-video-cirrus
+-rw-r--r-- 1 root root 919 2012-04-08 04:07 ./source/x/x11/slack-desc/xf86-video-dummy
+-rw-r--r-- 1 root root 878 2012-05-08 16:28 ./source/x/x11/slack-desc/xf86-video-fbdev
+-rw-r--r-- 1 root root 915 2012-04-08 04:07 ./source/x/x11/slack-desc/xf86-video-geode
+-rw-r--r-- 1 root root 919 2012-04-08 04:07 ./source/x/x11/slack-desc/xf86-video-glint
+-rw-r--r-- 1 root root 907 2012-04-08 04:08 ./source/x/x11/slack-desc/xf86-video-i128
+-rw-r--r-- 1 root root 901 2012-04-08 04:08 ./source/x/x11/slack-desc/xf86-video-i740
+-rw-r--r-- 1 root root 910 2012-04-08 04:09 ./source/x/x11/slack-desc/xf86-video-intel
+-rw-r--r-- 1 root root 923 2012-04-08 04:09 ./source/x/x11/slack-desc/xf86-video-mach64
+-rw-r--r-- 1 root root 883 2012-04-08 04:10 ./source/x/x11/slack-desc/xf86-video-mga
+-rw-r--r-- 1 root root 955 2012-04-08 04:10 ./source/x/x11/slack-desc/xf86-video-neomagic
+-rw-r--r-- 1 root root 945 2012-04-08 04:13 ./source/x/x11/slack-desc/xf86-video-nouveau
+-rw-r--r-- 1 root root 873 2012-04-08 04:11 ./source/x/x11/slack-desc/xf86-video-nv
+-rw-r--r-- 1 root root 978 2012-04-08 04:13 ./source/x/x11/slack-desc/xf86-video-openchrome
+-rw-r--r-- 1 root root 734 2012-04-08 04:14 ./source/x/x11/slack-desc/xf86-video-qxl
+-rw-r--r-- 1 root root 903 2012-04-08 04:15 ./source/x/x11/slack-desc/xf86-video-r128
+-rw-r--r-- 1 root root 970 2012-04-08 04:19 ./source/x/x11/slack-desc/xf86-video-rendition
+-rw-r--r-- 1 root root 882 2012-04-08 04:19 ./source/x/x11/slack-desc/xf86-video-s3
+-rw-r--r-- 1 root root 941 2012-04-08 04:19 ./source/x/x11/slack-desc/xf86-video-s3virge
+-rw-r--r-- 1 root root 928 2012-04-08 04:20 ./source/x/x11/slack-desc/xf86-video-savage
+-rw-r--r-- 1 root root 1018 2012-04-08 04:20 ./source/x/x11/slack-desc/xf86-video-siliconmotion
+-rw-r--r-- 1 root root 888 2012-04-08 04:23 ./source/x/x11/slack-desc/xf86-video-sis
+-rw-r--r-- 1 root root 927 2012-04-08 04:23 ./source/x/x11/slack-desc/xf86-video-sisusb
+-rw-r--r-- 1 root root 895 2012-04-08 04:23 ./source/x/x11/slack-desc/xf86-video-tdfx
+-rw-r--r-- 1 root root 889 2012-04-08 04:23 ./source/x/x11/slack-desc/xf86-video-tga
+-rw-r--r-- 1 root root 940 2012-04-08 04:24 ./source/x/x11/slack-desc/xf86-video-trident
+-rw-r--r-- 1 root root 915 2012-04-08 04:24 ./source/x/x11/slack-desc/xf86-video-tseng
+-rw-r--r-- 1 root root 876 2012-04-08 04:24 ./source/x/x11/slack-desc/xf86-video-v4l
+-rw-r--r-- 1 root root 962 2017-11-30 17:49 ./source/x/x11/slack-desc/xf86-video-vboxvideo
+-rw-r--r-- 1 root root 903 2012-04-08 04:25 ./source/x/x11/slack-desc/xf86-video-vesa
+-rw-r--r-- 1 root root 930 2012-04-08 04:25 ./source/x/x11/slack-desc/xf86-video-vmware
+-rw-r--r-- 1 root root 925 2012-04-08 04:25 ./source/x/x11/slack-desc/xf86-video-voodoo
+-rw-r--r-- 1 root root 880 2012-04-08 04:26 ./source/x/x11/slack-desc/xf86-video-xgi
+-rw-r--r-- 1 root root 902 2013-02-21 19:47 ./source/x/x11/slack-desc/xf86-video-xgixp
+-rw-r--r-- 1 root root 904 2012-04-08 04:28 ./source/x/x11/slack-desc/xf86bigfontproto
+-rw-r--r-- 1 root root 792 2012-04-08 04:26 ./source/x/x11/slack-desc/xf86dga
+-rw-r--r-- 1 root root 802 2018-02-26 23:01 ./source/x/x11/slack-desc/xf86dgaproto
+-rw-r--r-- 1 root root 842 2012-04-08 04:27 ./source/x/x11/slack-desc/xf86driproto
+-rw-r--r-- 1 root root 894 2018-02-26 23:01 ./source/x/x11/slack-desc/xf86miscproto
+-rw-r--r-- 1 root root 915 2012-04-08 04:30 ./source/x/x11/slack-desc/xf86vidmodeproto
+-rw-r--r-- 1 root root 621 2012-04-08 04:31 ./source/x/x11/slack-desc/xfd
+-rw-r--r-- 1 root root 804 2012-04-08 04:31 ./source/x/x11/slack-desc/xfontsel
+-rw-r--r-- 1 root root 707 2012-04-08 01:11 ./source/x/x11/slack-desc/xfs
+-rw-r--r-- 1 root root 880 2012-04-08 04:32 ./source/x/x11/slack-desc/xfsinfo
+-rw-r--r-- 1 root root 718 2013-08-20 21:51 ./source/x/x11/slack-desc/xfwp
+-rw-r--r-- 1 root root 706 2012-04-08 04:33 ./source/x/x11/slack-desc/xgamma
+-rw-r--r-- 1 root root 633 2012-04-08 04:33 ./source/x/x11/slack-desc/xgc
+-rw-r--r-- 1 root root 673 2012-04-08 04:33 ./source/x/x11/slack-desc/xhost
+-rw-r--r-- 1 root root 867 2012-04-08 04:34 ./source/x/x11/slack-desc/xineramaproto
+-rw-r--r-- 1 root root 769 2018-02-26 23:01 ./source/x/x11/slack-desc/xinit
+-rw-r--r-- 1 root root 952 2012-04-08 04:34 ./source/x/x11/slack-desc/xinput
+-rw-r--r-- 1 root root 875 2020-05-18 17:52 ./source/x/x11/slack-desc/xisxwayland
+-rw-r--r-- 1 root root 764 2012-04-08 04:35 ./source/x/x11/slack-desc/xkbcomp
+-rw-r--r-- 1 root root 755 2012-04-08 04:36 ./source/x/x11/slack-desc/xkbevd
+-rw-r--r-- 1 root root 703 2012-04-08 04:36 ./source/x/x11/slack-desc/xkbprint
+-rw-r--r-- 1 root root 708 2012-04-08 04:36 ./source/x/x11/slack-desc/xkbutils
+-rw-r--r-- 1 root root 1122 2012-04-08 04:37 ./source/x/x11/slack-desc/xkeyboard-config
+-rw-r--r-- 1 root root 756 2018-02-26 23:02 ./source/x/x11/slack-desc/xkill
+-rw-r--r-- 1 root root 763 2012-04-08 04:37 ./source/x/x11/slack-desc/xload
+-rw-r--r-- 1 root root 749 2012-04-08 04:38 ./source/x/x11/slack-desc/xlogo
+-rw-r--r-- 1 root root 807 2012-04-08 04:38 ./source/x/x11/slack-desc/xlsatoms
+-rw-r--r-- 1 root root 747 2012-04-08 04:39 ./source/x/x11/slack-desc/xlsclients
+-rw-r--r-- 1 root root 696 2012-04-08 04:39 ./source/x/x11/slack-desc/xlsfonts
+-rw-r--r-- 1 root root 620 2012-04-08 04:39 ./source/x/x11/slack-desc/xmag
+-rw-r--r-- 1 root root 753 2012-04-08 04:40 ./source/x/x11/slack-desc/xman
+-rw-r--r-- 1 root root 779 2018-02-26 23:02 ./source/x/x11/slack-desc/xmessage
+-rw-r--r-- 1 root root 691 2018-02-26 23:02 ./source/x/x11/slack-desc/xmh
+-rw-r--r-- 1 root root 867 2018-02-26 23:02 ./source/x/x11/slack-desc/xmodmap
+-rw-r--r-- 1 root root 766 2012-04-08 04:42 ./source/x/x11/slack-desc/xmore
+-rw-r--r-- 1 root root 954 2012-04-08 04:43 ./source/x/x11/slack-desc/xorg-cf-files
+-rw-r--r-- 1 root root 805 2012-04-08 04:43 ./source/x/x11/slack-desc/xorg-docs
+-rw-r--r-- 1 root root 1133 2020-02-19 20:30 ./source/x/x11/slack-desc/xorg-server
+-rw-r--r-- 1 root root 839 2009-05-30 01:47 ./source/x/x11/slack-desc/xorg-server-xephyr
+-rw-r--r-- 1 root root 1060 2018-02-26 23:03 ./source/x/x11/slack-desc/xorg-server-xnest
+-rw-r--r-- 1 root root 1156 2018-02-26 23:03 ./source/x/x11/slack-desc/xorg-server-xvfb
+-rw-r--r-- 1 root root 1287 2020-02-19 20:33 ./source/x/x11/slack-desc/xorg-server-xwayland
+-rw-r--r-- 1 root root 1138 2018-02-26 23:03 ./source/x/x11/slack-desc/xorg-sgml-doctools
+-rw-r--r-- 1 root root 792 2018-03-12 18:07 ./source/x/x11/slack-desc/xorgproto
+-rw-r--r-- 1 root root 664 2018-02-26 23:03 ./source/x/x11/slack-desc/xpr
+-rw-r--r-- 1 root root 766 2012-04-08 04:45 ./source/x/x11/slack-desc/xprop
+-rw-r--r-- 1 root root 776 2012-04-08 04:45 ./source/x/x11/slack-desc/xproto
+-rw-r--r-- 1 root root 1009 2013-08-20 22:30 ./source/x/x11/slack-desc/xproxymanagementprotocol
+-rw-r--r-- 1 root root 625 2018-02-26 23:03 ./source/x/x11/slack-desc/xpyb
+-rw-r--r-- 1 root root 664 2018-02-26 23:04 ./source/x/x11/slack-desc/xrandr
+-rw-r--r-- 1 root root 736 2012-04-08 04:46 ./source/x/x11/slack-desc/xrdb
+-rw-r--r-- 1 root root 792 2012-04-08 04:46 ./source/x/x11/slack-desc/xrefresh
+-rw-r--r-- 1 root root 773 2012-04-08 04:46 ./source/x/x11/slack-desc/xscope
+-rw-r--r-- 1 root root 681 2012-04-08 01:01 ./source/x/x11/slack-desc/xset
+-rw-r--r-- 1 root root 801 2012-04-08 04:47 ./source/x/x11/slack-desc/xsetroot
+-rw-r--r-- 1 root root 707 2012-04-08 04:47 ./source/x/x11/slack-desc/xsm
+-rw-r--r-- 1 root root 880 2018-02-26 23:04 ./source/x/x11/slack-desc/xstdcmap
+-rw-r--r-- 1 root root 848 2018-02-26 23:04 ./source/x/x11/slack-desc/xtrans
+-rw-r--r-- 1 root root 694 2012-04-08 04:48 ./source/x/x11/slack-desc/xvidtune
+-rw-r--r-- 1 root root 710 2012-04-08 03:25 ./source/x/x11/slack-desc/xvinfo
+-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 2022-01-25 05:57 ./source/x/x11/src
+drwxr-xr-x 2 root root 4096 2021-12-08 20:10 ./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 158384 2019-02-10 21:11 ./source/x/x11/src/app/bitmap-1.0.9.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 136776 2021-06-15 01:28 ./source/x/x11/src/app/fonttosfnt-1.2.2.tar.xz
+-rw-r--r-- 1 root root 116372 2014-12-31 04:49 ./source/x/x11/src/app/fslsfonts-1.0.5.tar.xz
+-rw-r--r-- 1 root root 117176 2014-12-31 04:58 ./source/x/x11/src/app/fstobdf-1.0.6.tar.xz
+-rw-r--r-- 1 root root 127368 2018-03-05 04:07 ./source/x/x11/src/app/iceauth-1.0.8.tar.xz
+-rw-r--r-- 1 root root 126188 2018-03-10 06:29 ./source/x/x11/src/app/ico-1.0.5.tar.xz
+-rw-r--r-- 1 root root 1573468 2021-04-23 10:41 ./source/x/x11/src/app/igt-gpu-tools-1.26.tar.xz
+-rw-r--r-- 1 root root 116560 2018-03-05 03:37 ./source/x/x11/src/app/listres-1.0.4.tar.xz
+-rw-r--r-- 1 root root 128468 2012-03-23 04:25 ./source/x/x11/src/app/luit-1.1.1.tar.xz
+-rw-r--r-- 1 root root 90748 2009-10-13 20:33 ./source/x/x11/src/app/mkcomposecache-1.2.1.tar.xz
+-rw-r--r-- 1 root root 139220 2019-03-21 04:01 ./source/x/x11/src/app/mkfontscale-1.2.1.tar.xz
+-rw-r--r-- 1 root root 122640 2018-03-07 07:05 ./source/x/x11/src/app/oclock-1.0.4.tar.xz
+-rw-r--r-- 1 root root 133004 2015-06-11 08:25 ./source/x/x11/src/app/rendercheck-1.5.tar.xz
+-rw-r--r-- 1 root root 126684 2014-11-08 19:37 ./source/x/x11/src/app/rgb-1.0.6.tar.xz
+-rw-r--r-- 1 root root 127976 2019-06-09 18:41 ./source/x/x11/src/app/sessreg-1.1.2.tar.xz
+-rw-r--r-- 1 root root 126148 2019-07-14 18:18 ./source/x/x11/src/app/setxkbmap-1.3.2.tar.xz
+-rw-r--r-- 1 root root 116180 2014-12-31 05:11 ./source/x/x11/src/app/showfont-1.0.5.tar.xz
+-rw-r--r-- 1 root root 122464 2015-04-17 05:33 ./source/x/x11/src/app/smproxy-1.0.6.tar.xz
+-rw-r--r-- 1 root root 118244 2018-03-10 05:32 ./source/x/x11/src/app/transset-1.0.2.tar.xz
+-rw-r--r-- 1 root root 261176 2020-06-14 23:58 ./source/x/x11/src/app/twm-1.0.11.tar.xz
+-rw-r--r-- 1 root root 124540 2019-08-25 23:13 ./source/x/x11/src/app/viewres-1.0.6.tar.xz
+-rw-r--r-- 1 root root 169608 2019-03-16 22:53 ./source/x/x11/src/app/x11perf-1.6.1.tar.xz
+-rw-r--r-- 1 root root 154240 2021-11-28 23:34 ./source/x/x11/src/app/xauth-1.1.1.tar.xz
+-rw-r--r-- 1 root root 115408 2019-07-14 18:26 ./source/x/x11/src/app/xbacklight-1.2.3.tar.xz
+-rw-r--r-- 1 root root 123728 2019-07-14 18:30 ./source/x/x11/src/app/xbiff-1.0.4.tar.xz
+-rw-r--r-- 1 root root 136452 2019-06-09 20:46 ./source/x/x11/src/app/xcalc-1.1.0.tar.xz
+-rw-r--r-- 1 root root 121916 2013-09-06 06:23 ./source/x/x11/src/app/xclipboard-1.1.3.tar.xz
+-rw-r--r-- 1 root root 157352 2019-07-14 18:35 ./source/x/x11/src/app/xclock-1.0.9.tar.xz
+-rw-r--r-- 1 root root 130232 2015-04-17 05:53 ./source/x/x11/src/app/xcmsdb-1.0.5.tar.xz
+-rw-r--r-- 1 root root 128304 2019-03-24 22:58 ./source/x/x11/src/app/xcompmgr-1.1.8.tar.xz
+-rw-r--r-- 1 root root 125640 2017-01-29 19:18 ./source/x/x11/src/app/xconsole-1.0.7.tar.xz
+-rw-r--r-- 1 root root 119100 2019-01-06 23:21 ./source/x/x11/src/app/xcursorgen-1.0.7.tar.xz
+-rw-r--r-- 1 root root 102156 2010-10-31 17:10 ./source/x/x11/src/app/xdbedizzy-1.1.0.tar.xz
+-rw-r--r-- 1 root root 138812 2019-03-03 19:14 ./source/x/x11/src/app/xditview-1.0.5.tar.xz
+-rw-r--r-- 1 root root 381740 2011-09-25 07:43 ./source/x/x11/src/app/xdm-1.1.11.tar.xz
+-rw-r--r-- 1 root root 130524 2015-04-17 06:02 ./source/x/x11/src/app/xdpyinfo-1.3.2.tar.xz
+-rw-r--r-- 1 root root 114728 2018-03-07 07:23 ./source/x/x11/src/app/xdriinfo-1.0.6.tar.xz
+-rw-r--r-- 1 root root 473760 2015-02-21 21:49 ./source/x/x11/src/app/xedit-1.2.2.tar.xz
+-rw-r--r-- 1 root root 127000 2020-07-17 22:08 ./source/x/x11/src/app/xev-1.2.4.tar.xz
+-rw-r--r-- 1 root root 128560 2021-08-01 23:47 ./source/x/x11/src/app/xeyes-1.2.0.tar.xz
+-rw-r--r-- 1 root root 97320 2010-10-31 18:20 ./source/x/x11/src/app/xf86dga-1.0.3.tar.xz
+-rw-r--r-- 1 root root 130128 2019-03-10 02:58 ./source/x/x11/src/app/xfd-1.1.3.tar.xz
+-rw-r--r-- 1 root root 134204 2018-03-10 01:31 ./source/x/x11/src/app/xfontsel-1.0.6.tar.xz
+-rw-r--r-- 1 root root 210408 2017-11-28 17:19 ./source/x/x11/src/app/xfs-1.2.0.tar.xz
+-rw-r--r-- 1 root root 115400 2019-02-19 22:42 ./source/x/x11/src/app/xfsinfo-1.0.6.tar.xz
+-rw-r--r-- 1 root root 113744 2015-04-17 06:20 ./source/x/x11/src/app/xgamma-1.0.6.tar.xz
+-rw-r--r-- 1 root root 171024 2015-04-17 06:26 ./source/x/x11/src/app/xgc-1.0.5.tar.xz
+-rw-r--r-- 1 root root 128932 2019-02-19 22:51 ./source/x/x11/src/app/xhost-1.0.8.tar.xz
+-rw-r--r-- 1 root root 154532 2019-03-03 19:58 ./source/x/x11/src/app/xinit-1.4.1.tar.xz
+-rw-r--r-- 1 root root 149668 2019-07-17 05:30 ./source/x/x11/src/app/xinput-1.6.3.tar.xz
+-rw-r--r-- 1 root root 4168 2020-05-18 09:45 ./source/x/x11/src/app/xisxwayland-1.tar.xz
+-rw-r--r-- 1 root root 230708 2021-03-17 05:43 ./source/x/x11/src/app/xkbcomp-1.4.5.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 153384 2019-11-03 22:23 ./source/x/x11/src/app/xkbprint-1.0.5.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
+-rw-r--r-- 1 root root 118404 2018-03-10 01:49 ./source/x/x11/src/app/xkill-1.0.5.tar.xz
+-rw-r--r-- 1 root root 129832 2018-03-10 01:53 ./source/x/x11/src/app/xload-1.1.3.tar.xz
+-rw-r--r-- 1 root root 125144 2019-03-03 20:21 ./source/x/x11/src/app/xlogo-1.0.5.tar.xz
+-rw-r--r-- 1 root root 117244 2019-02-19 23:28 ./source/x/x11/src/app/xlsatoms-1.1.3.tar.xz
+-rw-r--r-- 1 root root 120448 2018-03-10 01:57 ./source/x/x11/src/app/xlsclients-1.1.4.tar.xz
+-rw-r--r-- 1 root root 123444 2018-03-10 01:59 ./source/x/x11/src/app/xlsfonts-1.0.6.tar.xz
+-rw-r--r-- 1 root root 131748 2015-04-17 06:56 ./source/x/x11/src/app/xmag-1.0.6.tar.xz
+-rw-r--r-- 1 root root 173024 2019-07-14 20:12 ./source/x/x11/src/app/xman-1.1.5.tar.xz
+-rw-r--r-- 1 root root 123412 2018-03-10 02:01 ./source/x/x11/src/app/xmessage-1.0.5.tar.xz
+-rw-r--r-- 1 root root 189652 2015-04-17 07:03 ./source/x/x11/src/app/xmh-1.0.3.tar.xz
+-rw-r--r-- 1 root root 135004 2019-02-19 23:37 ./source/x/x11/src/app/xmodmap-1.0.10.tar.xz
+-rw-r--r-- 1 root root 117904 2019-03-03 21:09 ./source/x/x11/src/app/xmore-1.0.3.tar.xz
+-rw-r--r-- 1 root root 138440 2018-03-10 02:19 ./source/x/x11/src/app/xpr-1.0.5.tar.xz
+-rw-r--r-- 1 root root 140048 2020-11-20 01:01 ./source/x/x11/src/app/xprop-1.2.5.tar.xz
+-rw-r--r-- 1 root root 171200 2019-08-12 17:51 ./source/x/x11/src/app/xrandr-1.5.1.tar.xz
+-rw-r--r-- 1 root root 133704 2021-08-09 17:34 ./source/x/x11/src/app/xrdb-1.2.1.tar.xz
+-rw-r--r-- 1 root root 118456 2018-03-10 04:14 ./source/x/x11/src/app/xrefresh-1.0.6.tar.xz
+-rw-r--r-- 1 root root 196436 2021-12-07 00:53 ./source/x/x11/src/app/xscope-1.4.2.tar.xz
+-rw-r--r-- 1 root root 134820 2018-03-10 04:18 ./source/x/x11/src/app/xset-1.2.4.tar.xz
+-rw-r--r-- 1 root root 119100 2018-03-10 04:22 ./source/x/x11/src/app/xsetroot-1.1.2.tar.xz
+-rw-r--r-- 1 root root 155304 2018-03-10 04:25 ./source/x/x11/src/app/xsm-1.0.4.tar.xz
+-rw-r--r-- 1 root root 117048 2019-02-20 00:08 ./source/x/x11/src/app/xstdcmap-1.0.4.tar.xz
+-rw-r--r-- 1 root root 118284 2013-01-14 21:52 ./source/x/x11/src/app/xvidtune-1.0.3.tar.xz
+-rw-r--r-- 1 root root 116808 2019-02-20 00:19 ./source/x/x11/src/app/xvinfo-1.1.4.tar.xz
+-rw-r--r-- 1 root root 140016 2021-08-02 00:16 ./source/x/x11/src/app/xwd-1.0.8.tar.xz
+-rw-r--r-- 1 root root 155740 2019-07-14 20:55 ./source/x/x11/src/app/xwininfo-1.1.5.tar.xz
+-rw-r--r-- 1 root root 122764 2018-03-10 04:45 ./source/x/x11/src/app/xwud-1.0.5.tar.xz
+drwxr-xr-x 2 root root 4096 2021-10-06 18:12 ./source/x/x11/src/data
+-rw-r--r-- 1 root root 122548 2018-03-10 06:55 ./source/x/x11/src/data/xbitmaps-1.1.2.tar.xz
+-rw-r--r-- 1 root root 1500920 2019-02-15 03:01 ./source/x/x11/src/data/xcursor-themes-1.0.6.tar.xz
+-rw-r--r-- 1 root root 1156616 2021-10-04 10:31 ./source/x/x11/src/data/xkeyboard-config-2.34.tar.xz
+drwxr-xr-x 2 root root 4096 2015-05-04 05:55 ./source/x/x11/src/doc
+-rw-r--r-- 1 root root 333452 2015-05-01 06:18 ./source/x/x11/src/doc/xorg-docs-1.7.1.tar.xz
+-rw-r--r-- 1 root root 110976 2012-06-06 02:42 ./source/x/x11/src/doc/xorg-sgml-doctools-1.11.tar.xz
+drwxr-xr-x 2 root root 4096 2022-01-25 05:57 ./source/x/x11/src/driver
+-rw-r--r-- 1 root root 236544 2011-05-04 23:02 ./source/x/x11/src/driver/xf86-input-acecad-1.5.0.tar.xz
+-rw-r--r-- 1 root root 345048 2018-05-29 02:33 ./source/x/x11/src/driver/xf86-input-evdev-2.10.6.tar.xz
+-rw-r--r-- 1 root root 291860 2016-11-17 23:02 ./source/x/x11/src/driver/xf86-input-joystick-1.6.3.tar.xz
+-rw-r--r-- 1 root root 290104 2016-11-17 04:29 ./source/x/x11/src/driver/xf86-input-keyboard-1.9.0.tar.xz
+-rw-r--r-- 1 root root 312324 2022-01-24 05:05 ./source/x/x11/src/driver/xf86-input-libinput-1.2.1.tar.xz
+-rw-r--r-- 1 root root 318204 2018-06-19 04:36 ./source/x/x11/src/driver/xf86-input-mouse-1.9.3.tar.xz
+-rw-r--r-- 1 root root 229120 2011-06-28 00:52 ./source/x/x11/src/driver/xf86-input-penmount-1.5.0.tar.xz
+-rw-r--r-- 1 root root 427964 2018-05-29 03:19 ./source/x/x11/src/driver/xf86-input-synaptics-1.9.1.tar.xz
+-rw-r--r-- 1 root root 258876 2015-06-25 10:30 ./source/x/x11/src/driver/xf86-input-vmmouse-13.1.0.tar.xz
+-rw-r--r-- 1 root root 239316 2015-04-20 01:44 ./source/x/x11/src/driver/xf86-input-void-1.4.1.tar.xz
+-rw-r--r-- 1 root root 571492 2021-02-03 15:22 ./source/x/x11/src/driver/xf86-input-wacom-0.40.0.tar.xz
+-rw-r--r-- 1 root root 375032 2021-07-30 13:44 ./source/x/x11/src/driver/xf86-video-amdgpu-21.0.0.tar.xz
+-rw-r--r-- 1 root root 291852 2019-02-07 04:05 ./source/x/x11/src/driver/xf86-video-apm-1.3.0.tar.xz
+-rw-r--r-- 1 root root 240392 2012-07-17 06:17 ./source/x/x11/src/driver/xf86-video-ark-0.7.5.tar.xz
+-rw-r--r-- 1 root root 295864 2015-08-19 01:37 ./source/x/x11/src/driver/xf86-video-ast-1.1.5.tar.xz
+-rw-r--r-- 1 root root 752532 2019-10-15 16:18 ./source/x/x11/src/driver/xf86-video-ati-19.1.0.tar.xz
+-rw-r--r-- 1 root root 346004 2019-02-16 00:01 ./source/x/x11/src/driver/xf86-video-chips-1.4.0.tar.xz
+-rw-r--r-- 1 root root 281712 2015-05-06 21:03 ./source/x/x11/src/driver/xf86-video-cirrus-1.5.3.tar.xz
+-rw-r--r-- 1 root root 253412 2016-12-14 21:03 ./source/x/x11/src/driver/xf86-video-dummy-0.3.8.tar.xz
+-rw-r--r-- 1 root root 583520 2019-09-20 16:18 ./source/x/x11/src/driver/xf86-video-geode-2.11.20.tar.xz
+-rw-r--r-- 1 root root 341732 2017-01-17 22:35 ./source/x/x11/src/driver/xf86-video-glint-1.2.9.tar.xz
+-rw-r--r-- 1 root root 288836 2018-12-07 23:49 ./source/x/x11/src/driver/xf86-video-i128-1.4.0.tar.xz
+-rw-r--r-- 1 root root 281288 2018-12-06 23:27 ./source/x/x11/src/driver/xf86-video-i740-1.4.0.tar.xz
+-rw-r--r-- 1 root root 965888 2020-12-15 17:00 ./source/x/x11/src/driver/xf86-video-intel-20201215_a511f22c.tar.xz
+-rw-r--r-- 1 root root 481316 2018-05-18 16:52 ./source/x/x11/src/driver/xf86-video-mach64-6.9.6.tar.xz
+-rw-r--r-- 1 root root 396464 2018-12-08 01:15 ./source/x/x11/src/driver/xf86-video-mga-2.0.0.tar.xz
+-rw-r--r-- 1 root root 292376 2018-12-25 05:26 ./source/x/x11/src/driver/xf86-video-neomagic-1.3.0.tar.xz
+-rw-r--r-- 1 root root 542772 2021-01-23 18:25 ./source/x/x11/src/driver/xf86-video-nouveau-1.0.17.tar.xz
+-rw-r--r-- 1 root root 347036 2017-01-17 22:41 ./source/x/x11/src/driver/xf86-video-nv-2.1.21.tar.xz
+-rw-r--r-- 1 root root 267328 2015-10-08 18:50 ./source/x/x11/src/driver/xf86-video-omap-0.4.4.tar.xz
+-rw-r--r-- 1 root root 438104 2017-03-07 11:28 ./source/x/x11/src/driver/xf86-video-openchrome-0.6.0.tar.xz
+-rw-r--r-- 1 root root 433076 2018-10-23 04:12 ./source/x/x11/src/driver/xf86-video-r128-6.12.0.tar.xz
+-rw-r--r-- 1 root root 311808 2018-05-18 16:56 ./source/x/x11/src/driver/xf86-video-rendition-4.2.7.tar.xz
+-rw-r--r-- 1 root root 288116 2019-07-25 18:19 ./source/x/x11/src/driver/xf86-video-s3-0.7.0.tar.xz
+-rw-r--r-- 1 root root 310464 2019-02-08 02:53 ./source/x/x11/src/driver/xf86-video-s3virge-1.11.0.tar.xz
+-rw-r--r-- 1 root root 94456 2019-03-17 18:30 ./source/x/x11/src/driver/xf86-video-savage-20190128_8579718.tar.xz
+-rw-r--r-- 1 root root 339820 2017-01-17 22:43 ./source/x/x11/src/driver/xf86-video-siliconmotion-1.7.9.tar.xz
+-rw-r--r-- 1 root root 611060 2019-12-03 19:22 ./source/x/x11/src/driver/xf86-video-sis-0.12.0.tar.xz
+-rw-r--r-- 1 root root 333364 2017-01-17 22:46 ./source/x/x11/src/driver/xf86-video-sisusb-0.9.7.tar.xz
+-rw-r--r-- 1 root root 302700 2019-02-16 00:26 ./source/x/x11/src/driver/xf86-video-tdfx-1.5.0.tar.xz
+-rw-r--r-- 1 root root 265952 2012-07-17 06:31 ./source/x/x11/src/driver/xf86-video-tga-1.2.2.tar.xz
+-rw-r--r-- 1 root root 310436 2017-01-17 22:47 ./source/x/x11/src/driver/xf86-video-trident-1.3.8.tar.xz
+-rw-r--r-- 1 root root 277748 2012-07-17 06:33 ./source/x/x11/src/driver/xf86-video-tseng-1.2.5.tar.xz
+-rw-r--r-- 1 root root 274284 2018-08-14 19:04 ./source/x/x11/src/driver/xf86-video-v4l-0.3.0.tar.xz
+-rw-r--r-- 1 root root 296884 2017-11-29 08:54 ./source/x/x11/src/driver/xf86-video-vboxvideo-1.0.0.tar.xz
+-rw-r--r-- 1 root root 270212 2020-09-10 22:04 ./source/x/x11/src/driver/xf86-video-vesa-2.5.0.tar.xz
+-rw-r--r-- 1 root root 407744 2018-05-17 07:43 ./source/x/x11/src/driver/xf86-video-vmware-13.3.0.tar.xz
+-rw-r--r-- 1 root root 252404 2012-07-17 06:34 ./source/x/x11/src/driver/xf86-video-voodoo-1.2.5.tar.xz
+drwxr-xr-x 2 root root 4096 2020-08-09 17:46 ./source/x/x11/src/font
+-rw-r--r-- 1 root root 319344 2019-06-17 16:45 ./source/x/x11/src/font/encodings-1.0.5.tar.xz
+-rw-r--r-- 1 root root 945192 2010-11-14 23:54 ./source/x/x11/src/font/font-adobe-100dpi-1.0.3.tar.xz
+-rw-r--r-- 1 root root 796356 2010-11-14 23:54 ./source/x/x11/src/font/font-adobe-75dpi-1.0.3.tar.xz
+-rw-r--r-- 1 root root 296996 2010-11-14 23:59 ./source/x/x11/src/font/font-adobe-utopia-100dpi-1.0.4.tar.xz
+-rw-r--r-- 1 root root 247800 2010-11-15 00:02 ./source/x/x11/src/font/font-adobe-utopia-75dpi-1.0.4.tar.xz
+-rw-r--r-- 1 root root 263520 2010-11-15 00:05 ./source/x/x11/src/font/font-adobe-utopia-type1-1.0.4.tar.xz
+-rw-r--r-- 1 root root 108572 2020-08-06 21:21 ./source/x/x11/src/font/font-alias-1.0.4.tar.xz
+-rw-r--r-- 1 root root 101872 2010-11-15 19:55 ./source/x/x11/src/font/font-arabic-misc-1.0.3.tar.xz
+-rw-r--r-- 1 root root 589148 2010-11-15 20:01 ./source/x/x11/src/font/font-bh-100dpi-1.0.3.tar.xz
+-rw-r--r-- 1 root root 489900 2010-11-15 20:06 ./source/x/x11/src/font/font-bh-75dpi-1.0.3.tar.xz
+-rw-r--r-- 1 root root 216368 2010-11-15 20:11 ./source/x/x11/src/font/font-bh-lucidatypewriter-100dpi-1.0.3.tar.xz
+-rw-r--r-- 1 root root 193720 2010-11-15 20:16 ./source/x/x11/src/font/font-bh-lucidatypewriter-75dpi-1.0.3.tar.xz
+-rw-r--r-- 1 root root 367740 2010-11-11 05:26 ./source/x/x11/src/font/font-bh-ttf-1.0.3.tar.xz
+-rw-r--r-- 1 root root 628208 2010-11-15 20:36 ./source/x/x11/src/font/font-bh-type1-1.0.3.tar.xz
+-rw-r--r-- 1 root root 172716 2010-11-15 20:39 ./source/x/x11/src/font/font-bitstream-100dpi-1.0.3.tar.xz
+-rw-r--r-- 1 root root 155516 2010-11-15 20:46 ./source/x/x11/src/font/font-bitstream-75dpi-1.0.3.tar.xz
+-rw-r--r-- 1 root root 329196 2010-11-15 20:53 ./source/x/x11/src/font/font-bitstream-speedo-1.0.2.tar.xz
+-rw-r--r-- 1 root root 390700 2010-11-15 20:56 ./source/x/x11/src/font/font-bitstream-type1-1.0.3.tar.xz
+-rw-r--r-- 1 root root 236644 2010-11-15 21:06 ./source/x/x11/src/font/font-cronyx-cyrillic-1.0.3.tar.xz
+-rw-r--r-- 1 root root 94716 2010-11-15 21:14 ./source/x/x11/src/font/font-cursor-misc-1.0.3.tar.xz
+-rw-r--r-- 1 root root 508312 2010-11-15 21:20 ./source/x/x11/src/font/font-daewoo-misc-1.0.3.tar.xz
+-rw-r--r-- 1 root root 92740 2010-11-15 21:25 ./source/x/x11/src/font/font-dec-misc-1.0.3.tar.xz
+-rw-r--r-- 1 root root 374360 2010-11-15 21:33 ./source/x/x11/src/font/font-ibm-type1-1.0.3.tar.xz
+-rw-r--r-- 1 root root 719756 2010-11-15 22:21 ./source/x/x11/src/font/font-isas-misc-1.0.3.tar.xz
+-rw-r--r-- 1 root root 517868 2010-11-15 22:34 ./source/x/x11/src/font/font-jis-misc-1.0.3.tar.xz
+-rw-r--r-- 1 root root 91408 2010-11-15 22:38 ./source/x/x11/src/font/font-micro-misc-1.0.3.tar.xz
+-rw-r--r-- 1 root root 121968 2010-11-15 22:42 ./source/x/x11/src/font/font-misc-cyrillic-1.0.3.tar.xz
+-rw-r--r-- 1 root root 233864 2020-08-06 21:25 ./source/x/x11/src/font/font-misc-ethiopic-1.0.4.tar.xz
+-rw-r--r-- 1 root root 828248 2010-11-15 22:52 ./source/x/x11/src/font/font-misc-meltho-1.0.3.tar.xz
+-rw-r--r-- 1 root root 1423336 2010-11-15 23:06 ./source/x/x11/src/font/font-misc-misc-1.1.2.tar.xz
+-rw-r--r-- 1 root root 217292 2010-11-15 23:09 ./source/x/x11/src/font/font-mutt-misc-1.0.3.tar.xz
+-rw-r--r-- 1 root root 128096 2010-11-15 23:12 ./source/x/x11/src/font/font-schumacher-misc-1.1.2.tar.xz
+-rw-r--r-- 1 root root 95876 2010-11-15 23:14 ./source/x/x11/src/font/font-screen-cyrillic-1.0.4.tar.xz
+-rw-r--r-- 1 root root 99540 2010-11-15 23:18 ./source/x/x11/src/font/font-sony-misc-1.0.3.tar.xz
+-rw-r--r-- 1 root root 106568 2010-11-15 23:20 ./source/x/x11/src/font/font-sun-misc-1.0.3.tar.xz
+-rw-r--r-- 1 root root 138692 2019-08-25 22:27 ./source/x/x11/src/font/font-util-1.3.2.tar.xz
+-rw-r--r-- 1 root root 93740 2010-11-15 23:21 ./source/x/x11/src/font/font-winitzki-cyrillic-1.0.3.tar.xz
+-rw-r--r-- 1 root root 117928 2010-11-15 23:23 ./source/x/x11/src/font/font-xfree86-type1-1.0.4.tar.xz
+-rwxr-xr-x 1 root root 2154 2020-07-09 18:37 ./source/x/x11/src/get-xf86-video-ati.sh
+-rwxr-xr-x 1 root root 2180 2020-07-09 18:37 ./source/x/x11/src/get-xf86-video-intel.sh
+-rwxr-xr-x 1 root root 2211 2020-07-09 18:37 ./source/x/x11/src/get-xf86-video-nouveau.sh
+-rwxr-xr-x 1 root root 2262 2020-07-09 18:37 ./source/x/x11/src/get-xf86-video-openchrome.sh
+-rwxr-xr-x 1 root root 2170 2020-07-09 18:37 ./source/x/x11/src/get-xf86-video-r128.sh
+-rwxr-xr-x 1 root root 2202 2020-07-09 18:37 ./source/x/x11/src/get-xf86-video-savage.sh
+-rwxr-xr-x 1 root root 2154 2020-07-09 18:37 ./source/x/x11/src/get-xf86-video-sis.sh
+-rwxr-xr-x 1 root root 2154 2020-07-09 18:37 ./source/x/x11/src/get-xf86-video-v4l.sh
+drwxr-xr-x 2 root root 4096 2021-12-10 20:40 ./source/x/x11/src/lib
+-rw-r--r-- 1 root root 280640 2019-03-10 22:43 ./source/x/x11/src/lib/libFS-1.0.8.tar.xz
+-rw-r--r-- 1 root root 325932 2019-07-14 17:45 ./source/x/x11/src/lib/libICE-1.0.10.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 1864224 2021-12-10 04:22 ./source/x/x11/src/lib/libX11-1.7.3.1.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 265528 2019-02-10 22:46 ./source/x/x11/src/lib/libXau-1.0.9.tar.xz
+-rw-r--r-- 1 root root 590852 2021-03-27 17:42 ./source/x/x11/src/lib/libXaw-1.0.14.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 259212 2019-03-11 00:29 ./source/x/x11/src/lib/libXcomposite-0.4.5.tar.xz
+-rw-r--r-- 1 root root 275100 2019-03-11 00:38 ./source/x/x11/src/lib/libXcursor-1.2.0.tar.xz
+-rw-r--r-- 1 root root 250040 2019-03-11 01:09 ./source/x/x11/src/lib/libXdamage-1.1.5.tar.xz
+-rw-r--r-- 1 root root 288292 2019-03-16 16:22 ./source/x/x11/src/lib/libXdmcp-1.1.3.tar.xz
+-rw-r--r-- 1 root root 212200 2010-10-31 16:46 ./source/x/x11/src/lib/libXevie-1.0.3.tar.xz
+-rw-r--r-- 1 root root 331984 2019-03-16 17:43 ./source/x/x11/src/lib/libXext-1.3.4.tar.xz
+-rw-r--r-- 1 root root 258760 2021-05-11 23:46 ./source/x/x11/src/lib/libXfixes-6.0.0.tar.xz
+-rw-r--r-- 1 root root 443440 2021-08-02 00:40 ./source/x/x11/src/lib/libXfont2-2.0.5.tar.xz
+-rw-r--r-- 1 root root 189140 2009-10-13 20:47 ./source/x/x11/src/lib/libXfontcache-1.0.5.tar.xz
+-rw-r--r-- 1 root root 293640 2021-08-02 00:51 ./source/x/x11/src/lib/libXft-2.3.4.tar.xz
+-rw-r--r-- 1 root root 403768 2021-09-15 16:36 ./source/x/x11/src/lib/libXi-1.8.tar.xz
+-rw-r--r-- 1 root root 254948 2018-07-05 15:43 ./source/x/x11/src/lib/libXinerama-1.1.4.tar.xz
+-rw-r--r-- 1 root root 337980 2019-03-16 18:43 ./source/x/x11/src/lib/libXmu-1.1.3.tar.xz
+-rw-r--r-- 1 root root 259376 2015-02-21 22:05 ./source/x/x11/src/lib/libXp-1.0.3.tar.xz
+-rw-r--r-- 1 root root 380848 2019-12-13 04:52 ./source/x/x11/src/lib/libXpm-3.5.13.tar.xz
+-rw-r--r-- 1 root root 235464 2015-04-17 18:42 ./source/x/x11/src/lib/libXpresent-1.0.0.tar.xz
+-rw-r--r-- 1 root root 275120 2019-03-16 20:58 ./source/x/x11/src/lib/libXrandr-1.5.2.tar.xz
+-rw-r--r-- 1 root root 255432 2016-10-04 20:24 ./source/x/x11/src/lib/libXrender-0.9.10.tar.xz
+-rw-r--r-- 1 root root 254900 2021-03-31 20:05 ./source/x/x11/src/lib/libXres-1.2.1.tar.xz
+-rw-r--r-- 1 root root 684716 2021-01-24 14:49 ./source/x/x11/src/lib/libXt-1.2.1.tar.xz
+-rw-r--r-- 1 root root 267468 2016-10-04 20:25 ./source/x/x11/src/lib/libXtst-1.2.3.tar.xz
+-rw-r--r-- 1 root root 257292 2016-10-04 20:25 ./source/x/x11/src/lib/libXv-1.0.11.tar.xz
+-rw-r--r-- 1 root root 270188 2019-09-24 16:55 ./source/x/x11/src/lib/libXvMC-1.0.12.tar.xz
+-rw-r--r-- 1 root root 262516 2019-03-16 22:21 ./source/x/x11/src/lib/libXxf86dga-1.1.5.tar.xz
+-rw-r--r-- 1 root root 251004 2018-07-05 16:49 ./source/x/x11/src/lib/libXxf86misc-1.0.4.tar.xz
+-rw-r--r-- 1 root root 244964 2015-02-24 07:04 ./source/x/x11/src/lib/libXxf86vm-1.1.4.tar.xz
+-rw-r--r-- 1 root root 259316 2018-05-14 00:45 ./source/x/x11/src/lib/libdmx-1.1.4.tar.xz
+-rw-r--r-- 1 root root 263112 2019-02-20 01:33 ./source/x/x11/src/lib/libfontenc-1.1.4.tar.xz
+-rw-r--r-- 1 root root 320072 2019-07-17 16:25 ./source/x/x11/src/lib/libpciaccess-0.16.tar.xz
+-rw-r--r-- 1 root root 439404 2020-02-22 20:51 ./source/x/x11/src/lib/libxcb-1.14.tar.xz
+-rw-r--r-- 1 root root 302836 2019-03-16 18:36 ./source/x/x11/src/lib/libxkbfile-1.1.0.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 634752 2020-04-19 21:56 ./source/x/x11/src/lib/pixman-0.40.0.tar.xz
+-rw-r--r-- 1 root root 169464 2019-03-16 21:30 ./source/x/x11/src/lib/xtrans-1.4.0.tar.xz
+drwxr-xr-x 2 root root 4096 2021-09-20 18:27 ./source/x/x11/src/proto
+-rw-r--r-- 1 root root 143588 2020-10-08 22:32 ./source/x/x11/src/proto/xcb-proto-1.14.1.tar.xz
+-rw-r--r-- 1 root root 763248 2021-09-15 15:59 ./source/x/x11/src/proto/xorgproto-2021.5.tar.xz
+drwxr-xr-x 2 root root 4096 2021-08-02 18:03 ./source/x/x11/src/util
+-rw-r--r-- 1 root root 97488 2014-05-21 18:26 ./source/x/x11/src/util/gccmakedep-1.0.3.tar.xz
+-rw-r--r-- 1 root root 148372 2019-03-16 23:26 ./source/x/x11/src/util/imake-1.0.8.tar.xz
+-rw-r--r-- 1 root root 106664 2012-03-08 05:51 ./source/x/x11/src/util/lndir-1.0.3.tar.xz
+-rw-r--r-- 1 root root 136760 2019-03-16 23:42 ./source/x/x11/src/util/makedepend-1.0.6.tar.xz
+-rw-r--r-- 1 root root 82048 2021-01-24 14:41 ./source/x/x11/src/util/util-macros-1.19.3.tar.xz
+-rw-r--r-- 1 root root 302744 2021-08-02 01:00 ./source/x/x11/src/util/xorg-cf-files-1.0.7.tar.xz
+drwxr-xr-x 2 root root 4096 2020-02-23 17:53 ./source/x/x11/src/xcb
+-rw-r--r-- 1 root root 53800 2017-03-14 17:55 ./source/x/x11/src/xcb/libpthread-stubs-0.4.tar.xz
+-rw-r--r-- 1 root root 247676 2014-10-15 05:34 ./source/x/x11/src/xcb/xcb-util-0.4.0.tar.xz
+-rw-r--r-- 1 root root 258940 2016-05-12 07:58 ./source/x/x11/src/xcb/xcb-util-cursor-0.1.3.tar.xz
+-rw-r--r-- 1 root root 251100 2015-04-26 14:14 ./source/x/x11/src/xcb/xcb-util-errors-1.0.tar.xz
+-rw-r--r-- 1 root root 271064 2014-10-15 04:11 ./source/x/x11/src/xcb/xcb-util-image-0.4.0.tar.xz
+-rw-r--r-- 1 root root 241520 2014-10-01 10:05 ./source/x/x11/src/xcb/xcb-util-keysyms-0.4.0.tar.xz
+-rw-r--r-- 1 root root 243560 2014-06-13 02:53 ./source/x/x11/src/xcb/xcb-util-renderutil-0.3.9.tar.xz
+-rw-r--r-- 1 root root 266716 2014-02-19 11:40 ./source/x/x11/src/xcb/xcb-util-wm-0.4.1.tar.xz
+-rw-r--r-- 1 root root 232228 2012-03-23 22:46 ./source/x/x11/src/xcb/xpyb-1.3.1.tar.xz
+-rw-r--r-- 1 root root 47 2018-03-23 18:19 ./source/x/x11/src/xf86-input-wacom.url
+drwxr-xr-x 2 root root 4096 2021-12-16 18:46 ./source/x/x11/src/xserver
+-rw-r--r-- 1 root root 5178288 2021-12-15 19:04 ./source/x/x11/src/xserver/xorg-server-1.20.14.tar.xz
+-rwxr-xr-x 1 root root 15219 2020-02-19 20:37 ./source/x/x11/x11.SlackBuild
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/xcm
+-rw-r--r-- 1 root root 744 2018-11-11 20:29 ./source/x/xcm/slack-desc
+-rw-r--r-- 1 root root 205926 2016-12-09 21:50 ./source/x/xcm/xcm-0.5.4.tar.lz
+-rwxr-xr-x 1 root root 4055 2021-02-13 05:32 ./source/x/xcm/xcm.SlackBuild
+-rw-r--r-- 1 root root 393 2018-11-11 21:25 ./source/x/xcm/xcm.udev.rules.diff.gz
+-rw-r--r-- 1 root root 44 2018-11-11 20:29 ./source/x/xcm/xcm.url
+drwxr-xr-x 2 root root 4096 2022-01-04 21:44 ./source/x/xdg-desktop-portal
+-rw-r--r-- 1 root root 1137 2021-09-24 17:52 ./source/x/xdg-desktop-portal/slack-desc
+-rw-r--r-- 1 root root 205957 2021-12-22 15:28 ./source/x/xdg-desktop-portal/xdg-desktop-portal-1.12.1.tar.lz
+-rwxr-xr-x 1 root root 4526 2021-09-24 17:51 ./source/x/xdg-desktop-portal/xdg-desktop-portal.SlackBuild
+-rw-r--r-- 1 root root 46 2021-04-20 19:33 ./source/x/xdg-desktop-portal/xdg-desktop-portal.url
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/xdg-user-dirs
+-rw-r--r-- 1 root root 281 2010-12-15 02:17 ./source/x/xdg-user-dirs/doinst.sh.gz
+-rw-r--r-- 1 root root 936 2018-02-27 06:13 ./source/x/xdg-user-dirs/slack-desc
+-rw-r--r-- 1 root root 182776 2018-03-14 09:14 ./source/x/xdg-user-dirs/xdg-user-dirs-0.17.tar.xz
+-rwxr-xr-x 1 root root 3787 2021-02-13 05:32 ./source/x/xdg-user-dirs/xdg-user-dirs.SlackBuild
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/xdg-utils
+-rw-r--r-- 1 root root 1432 2011-01-20 23:46 ./source/x/xdg-utils/doinst.sh.gz
+-rw-r--r-- 1 root root 1005 2018-02-27 06:13 ./source/x/xdg-utils/slack-desc
+-rw-r--r-- 1 root root 328 2019-01-25 19:01 ./source/x/xdg-utils/xdg-open.no.relative.paths.diff.gz
+-rw-r--r-- 1 root root 268718 2018-05-10 15:03 ./source/x/xdg-utils/xdg-utils-1.1.3.tar.lz
+-rwxr-xr-x 1 root root 3117 2021-02-13 05:32 ./source/x/xdg-utils/xdg-utils.SlackBuild
+-rw-r--r-- 1 root root 94 2015-10-04 22:28 ./source/x/xdg-utils/xdg-utils.url
+drwxr-xr-x 2 root root 4096 2021-12-15 03:54 ./source/x/xorg-server-xwayland
+-rw-r--r-- 1 root root 1287 2021-04-18 18:21 ./source/x/xorg-server-xwayland/slack-desc
+-rwxr-xr-x 1 root root 5082 2021-04-18 18:37 ./source/x/xorg-server-xwayland/xorg-server-xwayland.SlackBuild
+-rw-r--r-- 1 root root 1261712 2021-12-14 14:01 ./source/x/xorg-server-xwayland/xwayland-21.1.4.tar.xz
+-rw-r--r-- 1 root root 95 2021-12-14 14:01 ./source/x/xorg-server-xwayland/xwayland-21.1.4.tar.xz.sig
+drwxr-xr-x 2 root root 4096 2022-01-17 21:02 ./source/x/xterm
+-rw-r--r-- 1 root root 3266 2022-01-19 05:01 ./source/x/xterm/XTerm-console
+-rw-r--r-- 1 root root 391 2019-01-01 20:06 ./source/x/xterm/doinst.sh.gz
+-rw-r--r-- 1 root root 761 2018-02-27 06:13 ./source/x/xterm/slack-desc
+-rw-r--r-- 1 root root 1034273 2021-11-13 14:22 ./source/x/xterm/xterm-370.tar.lz
+-rwxr-xr-x 1 root root 5055 2022-01-31 19:38 ./source/x/xterm/xterm.SlackBuild
+-rw-r--r-- 1 root root 38 2018-08-13 18:38 ./source/x/xterm/xterm.url
+drwxr-xr-x 52 root root 4096 2022-01-17 21:57 ./source/xap
+-rw-r--r-- 1 root root 2562 2021-12-13 19:52 ./source/xap/FTBFSlog
+drwxr-xr-x 2 root root 4096 2021-04-18 18:11 ./source/xap/MPlayer
+-rw-r--r-- 1 root root 222707 2017-10-10 01:18 ./source/xap/MPlayer/Blue-1.13.tar.bz2
+-rw-r--r-- 1 root root 5277048 2021-04-18 18:11 ./source/xap/MPlayer/MPlayer-20210418.tar.xz
+-rwxr-xr-- 1 root root 14378 2021-04-18 18:11 ./source/xap/MPlayer/MPlayer.SlackBuild
+-rw-r--r-- 1 root root 219 2015-03-09 20:07 ./source/xap/MPlayer/include-samba-4.0.patch.gz
+-rw-r--r-- 1 root root 1081 2018-08-20 04:29 ./source/xap/MPlayer/slack-desc
+drwxr-xr-x 2 root root 4096 2021-09-29 17:02 ./source/xap/NetworkManager-openvpn
+-rw-r--r-- 1 root root 613848 2021-09-28 19:36 ./source/xap/NetworkManager-openvpn/NetworkManager-openvpn-1.8.16.tar.xz
+-rwxr-xr-x 1 root root 4493 2021-07-09 18:13 ./source/xap/NetworkManager-openvpn/NetworkManager-openvpn.SlackBuild
+-rw-r--r-- 1 root root 328 2020-05-04 01:12 ./source/xap/NetworkManager-openvpn/openvpn.nobody.nogroup.diff.gz
+-rw-r--r-- 1 root root 1027 2020-05-04 01:23 ./source/xap/NetworkManager-openvpn/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xap/audacious
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xap/audacious-plugins
+-rw-r--r-- 1 root root 1409774 2021-02-01 23:54 ./source/xap/audacious-plugins/audacious-plugins-4.1.tar.lz
+-rwxr-xr-x 1 root root 4492 2021-07-13 19:09 ./source/xap/audacious-plugins/audacious-plugins.SlackBuild
+-rwxr-xr-x 1 root root 4666 2021-07-13 19:09 ./source/xap/audacious-plugins/audacious-plugins.SlackBuild.meson
+-rw-r--r-- 1 root root 868 2018-10-24 20:29 ./source/xap/audacious-plugins/slack-desc
+-rw-r--r-- 1 root root 526628 2021-02-01 23:54 ./source/xap/audacious/audacious-4.1.tar.lz
+-rwxr-xr-x 1 root root 4551 2021-11-18 20:26 ./source/xap/audacious/audacious.SlackBuild
+-rwxr-xr-x 1 root root 4636 2020-03-22 18:08 ./source/xap/audacious/audacious.SlackBuild.meson
+-rw-r--r-- 1 root root 121 2010-04-09 21:15 ./source/xap/audacious/doinst.sh.gz
+-rw-r--r-- 1 root root 1048 2018-10-24 20:29 ./source/xap/audacious/slack-desc
+drwxr-xr-x 2 root root 4096 2021-08-05 05:16 ./source/xap/blackbox
+-rw-r--r-- 1 root root 175764 2009-09-03 11:39 ./source/xap/blackbox/bbkeys-0.9.1.tar.lz
+-rw-r--r-- 1 root root 566397 2021-05-12 06:07 ./source/xap/blackbox/blackbox-0.77.tar.lz
+-rwxr-xr-x 1 root root 7034 2021-08-05 05:16 ./source/xap/blackbox/blackbox.SlackBuild
+-rw-r--r-- 1 root root 2199 2018-06-22 21:26 ./source/xap/blackbox/blackbox.menu.gz
+-rw-r--r-- 1 root root 40 2018-06-22 17:25 ./source/xap/blackbox/blackbox.url
+-rw-r--r-- 1 root root 271 2018-06-22 21:32 ./source/xap/blackbox/doinst.sh.gz
+-rw-r--r-- 1 root root 887 2018-11-07 23:03 ./source/xap/blackbox/slack-desc
+-rw-r--r-- 1 root root 221 2012-08-08 17:58 ./source/xap/blackbox/startblackbox.gz
+-rw-r--r-- 1 root root 341 2012-08-08 17:58 ./source/xap/blackbox/xinitrc.blackbox.gz
+drwxr-xr-x 2 root root 4096 2021-11-02 19:02 ./source/xap/blueman
+-rw-r--r-- 1 root root 1218896 2021-10-27 21:53 ./source/xap/blueman/blueman-2.2.3.tar.lz
+-rwxr-xr-x 1 root root 4957 2021-11-02 19:02 ./source/xap/blueman/blueman.SlackBuild
+-rw-r--r-- 1 root root 361 2020-06-23 19:52 ./source/xap/blueman/blueman.allow.access.to.netdev.group.diff.gz
+-rw-r--r-- 1 root root 200 2020-06-23 19:57 ./source/xap/blueman/doinst.sh.gz
+-rw-r--r-- 1 root root 269 2017-06-27 21:59 ./source/xap/blueman/dont-autostart-applet-in-kde.diff.gz
+-rw-r--r-- 1 root root 889 2018-02-27 06:13 ./source/xap/blueman/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xap/ddd
+-rw-r--r-- 1 root root 4354996 2009-02-11 18:11 ./source/xap/ddd/ddd-3.3.12.tar.xz
+-rwxr-xr-x 1 root root 4001 2021-02-13 05:32 ./source/xap/ddd/ddd.SlackBuild
+-rw-r--r-- 1 root root 5689 2010-06-16 05:22 ./source/xap/ddd/ddd.png
+-rw-r--r-- 1 root root 121 2010-06-16 05:22 ./source/xap/ddd/doinst.sh.gz
+-rw-r--r-- 1 root root 260 2014-05-13 03:05 ./source/xap/ddd/machine_code_window_fix.diff.gz
+-rw-r--r-- 1 root root 880 2018-02-27 06:13 ./source/xap/ddd/slack-desc
+-rw-r--r-- 1 root root 199 2010-06-16 05:22 ./source/xap/ddd/strclass.C.diff.gz
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xap/easytag
+-rw-r--r-- 1 root root 239 2018-01-05 19:27 ./source/xap/easytag/doinst.sh.gz
+-rw-r--r-- 1 root root 1381084 2016-12-05 19:42 ./source/xap/easytag/easytag-2.4.3.tar.xz
+-rwxr-xr-x 1 root root 4926 2021-02-13 05:32 ./source/xap/easytag/easytag.SlackBuild
+-rw-r--r-- 1 root root 338 2019-04-29 20:04 ./source/xap/easytag/easytag.no.freedb.musicbrainz.org.diff.gz
+-rw-r--r-- 1 root root 2283 2019-04-29 18:42 ./source/xap/easytag/easytag.revert.ogg.handle.patch.gz
+-rw-r--r-- 1 root root 870 2018-02-27 06:13 ./source/xap/easytag/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xap/electricsheep
+-rw-r--r-- 1 root root 1306 2009-01-07 22:42 ./source/xap/electricsheep/README.slackware
+-rw-r--r-- 1 root root 3116176 2009-03-06 00:30 ./source/xap/electricsheep/electricsheep-20090306.tar.xz
+-rwxr-xr-- 1 root root 10250 2021-02-13 05:32 ./source/xap/electricsheep/electricsheep.SlackBuild
+-rw-r--r-- 1 root root 268 2009-07-01 19:53 ./source/xap/electricsheep/electricsheep.mplayer.diff.gz
+-rw-r--r-- 1 root root 524 2009-01-07 21:38 ./source/xap/electricsheep/electricsheep_gnome-open.patch
+-rw-r--r-- 1 root root 2395 2015-03-29 20:59 ./source/xap/electricsheep/flam3-3.0.1-libpng15.patch
+-rw-r--r-- 1 root root 1111 2018-02-27 06:13 ./source/xap/electricsheep/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xap/ffmpegthumbnailer
+-rw-r--r-- 1 root root 673219 2019-10-03 19:52 ./source/xap/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.tar.lz
+-rwxr-xr-x 1 root root 4316 2021-02-13 05:32 ./source/xap/ffmpegthumbnailer/ffmpegthumbnailer.SlackBuild
+-rw-r--r-- 1 root root 1080 2016-11-14 10:05 ./source/xap/ffmpegthumbnailer/slack-desc
+drwxr-xr-x 2 root root 4096 2022-01-17 21:09 ./source/xap/fluxbox
+-rw-r--r-- 1 root root 1578 2022-01-17 21:09 ./source/xap/fluxbox/dcdde4d32c93d01df205bc06d7dfcbd356be031f.patch.gz
+-rw-r--r-- 1 root root 790300 2015-02-08 10:51 ./source/xap/fluxbox/fluxbox-1.3.7.tar.xz
+-rwxr-xr-x 1 root root 4672 2022-01-17 21:10 ./source/xap/fluxbox/fluxbox.SlackBuild
+-rw-r--r-- 1 root root 272 2021-08-06 04:17 ./source/xap/fluxbox/fluxbox.gcc11.patch.gz
+-rw-r--r-- 1 root root 281 2017-06-10 16:28 ./source/xap/fluxbox/fluxbox.keys.diff.gz
+-rw-r--r-- 1 root root 323 2012-08-09 04:35 ./source/xap/fluxbox/fluxbox.startfluxbox.dbus.diff.gz
+-rw-r--r-- 1 root root 684 2018-02-27 06:13 ./source/xap/fluxbox/slack-desc
+-rw-r--r-- 1 root root 339 2012-08-08 19:16 ./source/xap/fluxbox/xinitrc.fluxbox.gz
+drwxr-xr-x 2 root root 4096 2022-01-12 17:29 ./source/xap/freerdp
+-rw-r--r-- 1 root root 4715758 2022-01-12 10:02 ./source/xap/freerdp/freerdp-2.5.0.tar.lz
+-rwxr-xr-x 1 root root 4642 2022-01-12 17:30 ./source/xap/freerdp/freerdp.SlackBuild
+-rw-r--r-- 1 root root 34 2021-09-23 18:07 ./source/xap/freerdp/freerdp.url
+-rw-r--r-- 1 root root 765 2021-09-23 18:18 ./source/xap/freerdp/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xap/fvwm
+-rw-r--r-- 1 root root 23007 2007-02-18 02:02 ./source/xap/fvwm/ancient-icons.tar.gz
+-rw-r--r-- 1 root root 296 2011-04-24 01:11 ./source/xap/fvwm/doinst.sh.gz
+-rw-r--r-- 1 root root 2838267 2019-09-05 21:18 ./source/xap/fvwm/fvwm-2.6.9.tar.lz
+-rwxr-xr-x 1 root root 4637 2021-02-13 05:32 ./source/xap/fvwm/fvwm.SlackBuild
+-rw-r--r-- 1 root root 863 2018-02-27 06:13 ./source/xap/fvwm/slack-desc
+-rw-r--r-- 1 root root 217 2012-08-09 04:42 ./source/xap/fvwm/startfvwm2.gz
+-rw-r--r-- 1 root root 360 2012-08-10 23:46 ./source/xap/fvwm/xinitrc.fvwm2.gz
+drwxr-xr-x 2 root root 4096 2022-01-25 19:24 ./source/xap/geeqie
+-rw-r--r-- 1 root root 163 2010-03-11 23:20 ./source/xap/geeqie/doinst.sh.gz
+-rw-r--r-- 1 root root 399 2018-01-02 08:20 ./source/xap/geeqie/fix-build-re-docs.diff.gz
+-rw-r--r-- 1 root root 1436044 2022-01-25 13:04 ./source/xap/geeqie/geeqie-1.7.2.tar.lz
+-rwxr-xr-x 1 root root 4642 2022-01-17 22:01 ./source/xap/geeqie/geeqie.SlackBuild
+-rw-r--r-- 1 root root 42 2022-01-17 21:59 ./source/xap/geeqie/geeqie.url
+-rw-r--r-- 1 root root 756 2018-02-27 06:13 ./source/xap/geeqie/slack-desc
+drwxr-xr-x 2 root root 4096 2021-11-15 20:10 ./source/xap/gftp
+-rw-r--r-- 1 root root 737688 2021-11-13 23:54 ./source/xap/gftp/gftp-2.8.0b.tar.lz
+-rwxr-xr-x 1 root root 3664 2021-11-15 20:14 ./source/xap/gftp/gftp.SlackBuild
+-rw-r--r-- 1 root root 32 2021-02-11 18:21 ./source/xap/gftp/gftp.url
+-rw-r--r-- 1 root root 895 2018-02-27 06:13 ./source/xap/gftp/slack-desc
+drwxr-xr-x 2 root root 4096 2021-12-26 19:53 ./source/xap/gimp
+-rw-r--r-- 1 root root 23680015 2021-12-19 21:19 ./source/xap/gimp/gimp-2.10.30.tar.lz
+-rwxr-xr-x 1 root root 4636 2021-12-26 19:53 ./source/xap/gimp/gimp.SlackBuild
+-rw-r--r-- 1 root root 923 2018-02-27 06:13 ./source/xap/gimp/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xap/gkrellm
+-rw-r--r-- 1 root root 651098 2019-07-25 14:06 ./source/xap/gkrellm/gkrellm-2.3.11.tar.lz
+-rw-r--r-- 1 root root 12482 2007-04-07 01:23 ./source/xap/gkrellm/gkrellm-countdown-0.1.2.tar.gz
+-rwxr-xr-x 1 root root 5300 2021-02-13 05:32 ./source/xap/gkrellm/gkrellm.SlackBuild
+-rw-r--r-- 1 root root 211 2008-10-26 01:35 ./source/xap/gkrellm/gkrellm.theme.defaults.diff.gz
+-rw-r--r-- 1 root root 35 2019-07-26 04:32 ./source/xap/gkrellm/gkrellm.url
+-rw-r--r-- 1 root root 968 2018-02-27 06:13 ./source/xap/gkrellm/slack-desc
+drwxr-xr-x 2 root root 4096 2021-07-14 04:20 ./source/xap/gnuchess
+-rw-r--r-- 1 root root 142963 2004-01-19 11:50 ./source/xap/gnuchess/Sjeng-Free-11.2.tar.bz2
+-rw-r--r-- 1 root root 652 2004-10-27 05:47 ./source/xap/gnuchess/chess.png
+-rw-r--r-- 1 root root 271 2013-03-20 02:41 ./source/xap/gnuchess/doinst.sh.gz
+-rw-r--r-- 1 root root 462386 2008-02-22 15:57 ./source/xap/gnuchess/eboard-1.1.1.tar.bz2
+-rw-r--r-- 1 root root 458 2010-02-20 03:54 ./source/xap/gnuchess/eboard.assert.diff.gz
+-rw-r--r-- 1 root root 224 2004-10-27 06:07 ./source/xap/gnuchess/eboard.desktop
+-rw-r--r-- 1 root root 221 2013-03-20 01:49 ./source/xap/gnuchess/eboard.ldl.diff.gz
+-rw-r--r-- 1 root root 336 2015-03-23 16:11 ./source/xap/gnuchess/eboard.png16.diff.gz
+-rw-r--r-- 1 root root 520118 2021-07-13 22:30 ./source/xap/gnuchess/gnuchess-6.2.9.tar.lz
+-rwxr-xr-x 1 root root 6414 2021-07-14 04:20 ./source/xap/gnuchess/gnuchess.SlackBuild
+-rw-r--r-- 1 root root 792 2018-02-27 06:13 ./source/xap/gnuchess/slack-desc
+-rw-r--r-- 1 root root 2731760 2016-08-01 03:55 ./source/xap/gnuchess/xboard-4.9.1.tar.xz
+-rw-r--r-- 1 root root 269 2015-03-20 18:35 ./source/xap/gnuchess/xboard.conf.diff.gz
+drwxr-xr-x 2 root root 4096 2022-01-10 18:25 ./source/xap/gnuplot
+-rw-r--r-- 1 root root 4585685 2022-01-03 18:53 ./source/xap/gnuplot/gnuplot-5.4.3.tar.lz
+-rwxr-xr-x 1 root root 5047 2021-06-06 20:18 ./source/xap/gnuplot/gnuplot.SlackBuild
+-rw-r--r-- 1 root root 24 2018-06-05 04:25 ./source/xap/gnuplot/gnuplot.url
+-rw-r--r-- 1 root root 1099 2018-02-27 06:13 ./source/xap/gnuplot/slack-desc
+drwxr-xr-x 2 root root 4096 2021-07-20 18:44 ./source/xap/gparted
+-rw-r--r-- 1 root root 121 2016-02-03 19:48 ./source/xap/gparted/doinst.sh.gz
+-rw-r--r-- 1 root root 2385590 2021-07-19 16:56 ./source/xap/gparted/gparted-1.3.1.tar.lz
+-rwxr-xr-x 1 root root 4124 2021-05-03 18:18 ./source/xap/gparted/gparted.SlackBuild
+-rw-r--r-- 1 root root 864 2018-02-27 06:13 ./source/xap/gparted/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xap/gucharmap
+-rw-r--r-- 1 root root 172 2013-01-18 06:36 ./source/xap/gucharmap/doinst.sh.gz
+-rw-r--r-- 1 root root 1678524 2019-03-12 18:49 ./source/xap/gucharmap/gucharmap-12.0.1.tar.xz
+-rwxr-xr-x 1 root root 3844 2021-02-13 05:32 ./source/xap/gucharmap/gucharmap.SlackBuild
+-rw-r--r-- 1 root root 666 2018-02-27 06:13 ./source/xap/gucharmap/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xap/gv
+-rw-r--r-- 1 root root 513284 2013-03-17 11:36 ./source/xap/gv/gv-3.7.4.tar.xz
+-rw-r--r-- 1 root root 10157 2017-08-03 08:53 ./source/xap/gv/gv-aarch64.patch.gz
+-rw-r--r-- 1 root root 265 2019-12-05 18:33 ./source/xap/gv/gv-bounding-box.patch.gz
+-rw-r--r-- 1 root root 386 2017-08-03 08:53 ./source/xap/gv/gv-bug1071238.patch.gz
+-rw-r--r-- 1 root root 510 2019-11-19 01:48 ./source/xap/gv/gv-bz1536211.patch.gz
+-rw-r--r-- 1 root root 269 2017-08-03 08:53 ./source/xap/gv/gv-dat.patch.gz
+-rw-r--r-- 1 root root 423 2017-08-03 08:53 ./source/xap/gv/gv-resource.patch.gz
+-rwxr-xr-x 1 root root 4755 2021-02-13 05:32 ./source/xap/gv/gv.SlackBuild
+-rw-r--r-- 1 root root 819 2018-02-27 06:13 ./source/xap/gv/slack-desc
+drwxr-xr-x 2 root root 4096 2021-11-02 19:02 ./source/xap/hexchat
+-rw-r--r-- 1 root root 172 2014-06-01 17:08 ./source/xap/hexchat/doinst.sh.gz
+-rw-r--r-- 1 root root 1348320 2021-10-01 20:09 ./source/xap/hexchat/hexchat-2.16.0.tar.xz
+-rwxr-xr-x 1 root root 3779 2021-11-02 19:02 ./source/xap/hexchat/hexchat.SlackBuild
+-rw-r--r-- 1 root root 53 2021-10-02 18:43 ./source/xap/hexchat/hexchat.url
+-rw-r--r-- 1 root root 718 2018-02-27 06:13 ./source/xap/hexchat/slack-desc
+drwxr-xr-x 2 root root 4096 2021-09-10 17:55 ./source/xap/libnma
+-rw-r--r-- 1 root root 126 2021-09-10 17:55 ./source/xap/libnma/doinst.sh.gz
+-rw-r--r-- 1 root root 1368492 2021-08-20 10:19 ./source/xap/libnma/libnma-1.8.32.tar.xz
+-rwxr-xr-x 1 root root 3618 2021-09-10 17:55 ./source/xap/libnma/libnma.SlackBuild
+-rw-r--r-- 1 root root 792 2020-03-07 19:38 ./source/xap/libnma/slack-desc
+drwxr-xr-x 3 root root 4096 2022-01-27 03:39 ./source/xap/mozilla-firefox
+-rw-r--r-- 1 root root 693 2021-03-22 17:58 ./source/xap/mozilla-firefox/0027-LTO-Only-enable-LTO-for-Rust-when-complete-build-use.patch.gz
+drwxr-xr-x 5 root root 4096 2021-08-13 18:36 ./source/xap/mozilla-firefox/build-deps
+-rwxr-xr-x 1 root root 1919 2019-07-09 19:35 ./source/xap/mozilla-firefox/build-deps.sh
+drwxr-xr-x 2 root root 4096 2016-07-03 18:05 ./source/xap/mozilla-firefox/build-deps/autoconf
+-rw-r--r-- 1 root root 5869 2016-07-03 18:04 ./source/xap/mozilla-firefox/build-deps/autoconf/autoconf-2.13-consolidated_fixes-1.patch.gz
+-rw-r--r-- 1 root root 300116 1999-01-15 21:03 ./source/xap/mozilla-firefox/build-deps/autoconf/autoconf-2.13.tar.xz
+-rwxr-xr-x 1 root root 2486 2019-07-08 21:06 ./source/xap/mozilla-firefox/build-deps/autoconf/autoconf.build
+drwxr-xr-x 2 root root 4096 2021-06-25 03:12 ./source/xap/mozilla-firefox/build-deps/cbindgen
+-rw-r--r-- 1 root root 145234 2021-04-08 16:18 ./source/xap/mozilla-firefox/build-deps/cbindgen/cbindgen-0.19.0.tar.lz
+-rwxr-xr-x 1 root root 1926 2021-06-25 03:12 ./source/xap/mozilla-firefox/build-deps/cbindgen/cbindgen.build
+-rw-r--r-- 1 root root 35 2021-06-25 03:11 ./source/xap/mozilla-firefox/build-deps/cbindgen/cbindgen.url
+drwxr-xr-x 2 root root 4096 2021-10-12 20:15 ./source/xap/mozilla-firefox/build-deps/nodejs
+-rw-r--r-- 1 root root 33429880 2021-10-12 03:58 ./source/xap/mozilla-firefox/build-deps/nodejs/node-v16.11.1.tar.xz
+-rwxr-xr-x 1 root root 3005 2021-08-13 18:37 ./source/xap/mozilla-firefox/build-deps/nodejs/nodejs.build
+-rw-r--r-- 1 root root 86 2019-07-08 21:02 ./source/xap/mozilla-firefox/build-deps/nodejs/nodejs.url
+-rw-r--r-- 1 root root 609 2021-12-13 19:25 ./source/xap/mozilla-firefox/d30c921928a12fccd5085888011f899ff1c788cd.patch.gz
+-rwxr-xr-x 1 root root 840 2018-03-13 12:55 ./source/xap/mozilla-firefox/fetch-and-repack.sh
+-rw-r--r-- 1 root root 330 2019-07-08 18:41 ./source/xap/mozilla-firefox/ff.ui.scrollToClick.diff.gz
+-rw-r--r-- 1 root root 388976720 2022-01-27 00:30 ./source/xap/mozilla-firefox/firefox-91.5.1esr.source.tar.xz
+-rw-r--r-- 1 root root 833 2022-01-27 00:30 ./source/xap/mozilla-firefox/firefox-91.5.1esr.source.tar.xz.asc
+-rw-r--r-- 1 root root 327 2008-06-17 17:19 ./source/xap/mozilla-firefox/firefox.moz_plugin_path.diff.gz
+-rw-r--r-- 1 root root 518 2021-03-15 17:43 ./source/xap/mozilla-firefox/gkrust.a.no.networking.check.diff.gz
+-rw-r--r-- 1 root root 462 2009-07-01 06:05 ./source/xap/mozilla-firefox/mimeTypes.rdf.gz
+-rw-r--r-- 1 root root 680 2009-07-01 13:28 ./source/xap/mozilla-firefox/mozilla-firefox-mimeTypes-fix.diff.gz
+-rwxr-xr-x 1 root root 16186 2021-12-13 19:38 ./source/xap/mozilla-firefox/mozilla-firefox.SlackBuild
+-rw-r--r-- 1 root root 2748 2017-12-04 21:30 ./source/xap/mozilla-firefox/mozilla-firefox.desktop
+-rw-r--r-- 1 root root 1033 2020-07-07 18:08 ./source/xap/mozilla-firefox/slack-desc
+drwxr-xr-x 4 root root 4096 2022-01-24 23:29 ./source/xap/mozilla-thunderbird
+drwxr-xr-x 2 root root 4096 2016-07-03 18:05 ./source/xap/mozilla-thunderbird/autoconf
+-rw-r--r-- 1 root root 5869 2016-07-03 18:04 ./source/xap/mozilla-thunderbird/autoconf/autoconf-2.13-consolidated_fixes-1.patch.gz
+-rw-r--r-- 1 root root 300116 1999-01-15 21:03 ./source/xap/mozilla-thunderbird/autoconf/autoconf-2.13.tar.xz
+-rwxr-xr-x 1 root root 2632 2016-07-03 18:50 ./source/xap/mozilla-thunderbird/autoconf/autoconf.build
+drwxr-xr-x 5 root root 4096 2021-08-13 18:35 ./source/xap/mozilla-thunderbird/build-deps
+-rwxr-xr-x 1 root root 1939 2019-08-27 19:18 ./source/xap/mozilla-thunderbird/build-deps.sh
+drwxr-xr-x 2 root root 4096 2016-07-03 18:05 ./source/xap/mozilla-thunderbird/build-deps/autoconf
+-rw-r--r-- 1 root root 5869 2016-07-03 18:04 ./source/xap/mozilla-thunderbird/build-deps/autoconf/autoconf-2.13-consolidated_fixes-1.patch.gz
+-rw-r--r-- 1 root root 300116 1999-01-15 21:03 ./source/xap/mozilla-thunderbird/build-deps/autoconf/autoconf-2.13.tar.xz
+-rwxr-xr-x 1 root root 2502 2019-08-27 19:46 ./source/xap/mozilla-thunderbird/build-deps/autoconf/autoconf.build
+drwxr-xr-x 2 root root 4096 2021-06-25 04:15 ./source/xap/mozilla-thunderbird/build-deps/cbindgen
+-rw-r--r-- 1 root root 145234 2021-04-08 16:18 ./source/xap/mozilla-thunderbird/build-deps/cbindgen/cbindgen-0.19.0.tar.lz
+-rwxr-xr-x 1 root root 1926 2019-07-08 21:06 ./source/xap/mozilla-thunderbird/build-deps/cbindgen/cbindgen.build
+-rw-r--r-- 1 root root 35 2021-06-25 03:11 ./source/xap/mozilla-thunderbird/build-deps/cbindgen/cbindgen.url
+drwxr-xr-x 2 root root 4096 2021-10-12 20:16 ./source/xap/mozilla-thunderbird/build-deps/nodejs
+-rw-r--r-- 1 root root 33429880 2021-10-12 03:58 ./source/xap/mozilla-thunderbird/build-deps/nodejs/node-v16.11.1.tar.xz
+-rwxr-xr-x 1 root root 3013 2021-08-13 18:10 ./source/xap/mozilla-thunderbird/build-deps/nodejs/nodejs.build
+-rw-r--r-- 1 root root 86 2019-07-08 21:02 ./source/xap/mozilla-thunderbird/build-deps/nodejs/nodejs.url
+-rw-r--r-- 1 root root 609 2021-12-13 19:25 ./source/xap/mozilla-thunderbird/d30c921928a12fccd5085888011f899ff1c788cd.patch.gz
+-rw-r--r-- 1 root root 518 2021-03-15 17:43 ./source/xap/mozilla-thunderbird/gkrust.a.no.networking.check.diff.gz
+-rwxr-xr-x 1 root root 13127 2021-12-13 19:49 ./source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild
+-rw-r--r-- 1 root root 3378 2005-03-08 05:13 ./source/xap/mozilla-thunderbird/mozilla-thunderbird.desktop
+-rw-r--r-- 1 root root 1130 2018-02-27 06:47 ./source/xap/mozilla-thunderbird/slack-desc
+-rw-r--r-- 1 root root 330 2019-08-27 16:35 ./source/xap/mozilla-thunderbird/tb.ui.scrollToClick.diff.gz
+-rw-r--r-- 1 root root 405332676 2022-01-24 22:19 ./source/xap/mozilla-thunderbird/thunderbird-91.5.1.source.tar.xz
+-rw-r--r-- 1 root root 833 2022-01-24 22:19 ./source/xap/mozilla-thunderbird/thunderbird-91.5.1.source.tar.xz.asc
+drwxr-xr-x 2 root root 4096 2021-09-10 17:57 ./source/xap/network-manager-applet
+-rw-r--r-- 1 root root 173 2021-09-10 17:57 ./source/xap/network-manager-applet/doinst.sh.gz
+-rw-r--r-- 1 root root 1903280 2021-08-17 08:14 ./source/xap/network-manager-applet/network-manager-applet-1.24.0.tar.xz
+-rwxr-xr-x 1 root root 4333 2021-09-10 17:57 ./source/xap/network-manager-applet/network-manager-applet.SlackBuild
+-rw-r--r-- 1 root root 829 2018-02-27 06:13 ./source/xap/network-manager-applet/slack-desc
+drwxr-xr-x 2 root root 4096 2021-12-23 21:11 ./source/xap/pan
+-rw-r--r-- 1 root root 1689753 2021-12-23 16:25 ./source/xap/pan/pan-0.149.tar.lz
+-rwxr-xr-x 1 root root 4727 2021-12-23 21:12 ./source/xap/pan/pan.SlackBuild
+-rw-r--r-- 1 root root 441 2021-12-23 21:10 ./source/xap/pan/pan.enchant2.diff.gz
+-rw-r--r-- 1 root root 752 2018-02-27 06:13 ./source/xap/pan/slack-desc
+drwxr-xr-x 2 root root 4096 2021-08-21 03:26 ./source/xap/pavucontrol
+-rw-r--r-- 1 root root 120 2013-11-05 03:45 ./source/xap/pavucontrol/doinst.sh.gz
+-rw-r--r-- 1 root root 193451 2021-08-15 18:40 ./source/xap/pavucontrol/pavucontrol-5.0.tar.lz
+-rwxr-xr-x 1 root root 3343 2021-08-21 03:25 ./source/xap/pavucontrol/pavucontrol.SlackBuild
+-rw-r--r-- 1 root root 970 2021-08-21 03:26 ./source/xap/pavucontrol/slack-desc
+drwxr-xr-x 2 root root 4096 2021-10-15 18:04 ./source/xap/pidgin
+-rw-r--r-- 1 root root 172 2016-01-04 03:06 ./source/xap/pidgin/doinst.sh.gz
+-rw-r--r-- 1 root root 355 2012-05-02 03:59 ./source/xap/pidgin/fix-gmain_h-compile-error.diff.gz
+-rw-r--r-- 1 root root 6376875 2021-10-15 02:27 ./source/xap/pidgin/pidgin-2.14.8.tar.lz
+-rw-r--r-- 1 root root 604129 2010-05-18 16:51 ./source/xap/pidgin/pidgin-encryption-3.1.tar.gz
+-rwxr-xr-x 1 root root 7564 2021-06-05 18:08 ./source/xap/pidgin/pidgin.SlackBuild
+-rw-r--r-- 1 root root 911 2021-04-30 17:42 ./source/xap/pidgin/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xap/rdesktop
+-rw-r--r-- 1 root root 282274 2019-10-11 08:22 ./source/xap/rdesktop/rdesktop-1.9.0.tar.lz
+-rwxr-xr-x 1 root root 3868 2021-02-13 05:32 ./source/xap/rdesktop/rdesktop.SlackBuild
+-rw-r--r-- 1 root root 834 2019-10-11 16:26 ./source/xap/rdesktop/slack-desc
+drwxr-xr-x 2 root root 4096 2021-05-21 16:41 ./source/xap/rxvt-unicode
+-rw-r--r-- 1 root root 222 2018-03-31 17:18 ./source/xap/rxvt-unicode/rxvt-unicode-256color.desktop
+-rw-r--r-- 1 root root 743838 2021-05-14 17:15 ./source/xap/rxvt-unicode/rxvt-unicode-9.26.tar.lz
+-rwxr-xr-x 1 root root 5651 2021-05-21 16:41 ./source/xap/rxvt-unicode/rxvt-unicode.SlackBuild
+-rw-r--r-- 1 root root 207 2018-03-31 17:17 ./source/xap/rxvt-unicode/rxvt-unicode.desktop
+-rw-r--r-- 1 root root 7758 2018-03-31 16:26 ./source/xap/rxvt-unicode/rxvt-unicode.utempter.diff.gz
+-rw-r--r-- 1 root root 940 2018-03-31 16:58 ./source/xap/rxvt-unicode/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-15 20:27 ./source/xap/sane
+-rw-r--r-- 1 root root 133 2006-09-23 08:33 ./source/xap/sane/dll.conf.additions.gz
+-rw-r--r-- 1 root root 285 2008-02-12 16:23 ./source/xap/sane/doinst.sh.gz
+-rw-r--r-- 1 root root 4092896 2021-02-14 11:43 ./source/xap/sane/sane-backends-1.0.32.tar.xz
+-rw-r--r-- 1 root root 341 2010-01-20 01:54 ./source/xap/sane/sane-frontends-1.0.14-sane_cap_always_settable.diff.gz
+-rw-r--r-- 1 root root 172596 2005-09-18 07:21 ./source/xap/sane/sane-frontends-1.0.14.tar.xz
+-rwxr-xr-x 1 root root 6139 2021-02-15 20:27 ./source/xap/sane/sane.SlackBuild
+-rw-r--r-- 1 root root 40 2020-05-17 19:09 ./source/xap/sane/sane.url
+-rw-r--r-- 1 root root 811 2020-05-17 19:09 ./source/xap/sane/slack-desc
+drwxr-xr-x 3 root root 4096 2021-12-28 17:51 ./source/xap/seamonkey
+drwxr-xr-x 2 root root 4096 2016-07-03 18:05 ./source/xap/seamonkey/autoconf
+-rw-r--r-- 1 root root 5869 2016-07-03 18:04 ./source/xap/seamonkey/autoconf/autoconf-2.13-consolidated_fixes-1.patch.gz
+-rw-r--r-- 1 root root 300116 1999-01-15 21:03 ./source/xap/seamonkey/autoconf/autoconf-2.13.tar.xz
+-rwxr-xr-x 1 root root 2632 2016-07-03 18:50 ./source/xap/seamonkey/autoconf/autoconf.build
+-rw-r--r-- 1 root root 248 2019-09-08 19:23 ./source/xap/seamonkey/doinst.sh.gz
+-rw-r--r-- 1 root root 284350364 2021-12-28 02:23 ./source/xap/seamonkey/seamonkey-2.53.10.2.source.tar.xz
+-rw-r--r-- 1 root root 12796 2006-02-09 03:17 ./source/xap/seamonkey/seamonkey-icon.png
+-rw-r--r-- 1 root root 185 2006-02-09 03:40 ./source/xap/seamonkey/seamonkey-mail-icon.png
+-rw-r--r-- 1 root root 211 2021-07-13 20:11 ./source/xap/seamonkey/seamonkey-mail.desktop
+-rwxr-xr-x 1 root root 9041 2021-08-26 20:47 ./source/xap/seamonkey/seamonkey.SlackBuild
+-rw-r--r-- 1 root root 319 2021-07-13 20:11 ./source/xap/seamonkey/seamonkey.desktop
+-rw-r--r-- 1 root root 849 2020-03-01 04:26 ./source/xap/seamonkey/slack-desc
+-rw-r--r-- 1 root root 341 2017-07-21 16:21 ./source/xap/seamonkey/sm.ui.scrollToClick.diff.gz
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xap/seyon
+-rw-r--r-- 1 root root 713 1999-05-09 22:46 ./source/xap/seyon/seyon-2.20c.lsm
+-rw-r--r-- 1 root root 167487 1999-05-09 22:47 ./source/xap/seyon/seyon-2.20c.tar.gz
+-rwxr-xr-x 1 root root 4797 2021-02-13 05:32 ./source/xap/seyon/seyon.SlackBuild
+-rw-r--r-- 1 root root 36723 2005-01-03 22:32 ./source/xap/seyon/seyon_2.20c-16.diff.gz
+-rw-r--r-- 1 root root 1055 2018-02-27 06:13 ./source/xap/seyon/slack-desc
+drwxr-xr-x 2 root root 4096 2021-09-03 02:16 ./source/xap/ssr
+-rw-r--r-- 1 root root 171 2020-08-15 19:01 ./source/xap/ssr/doinst.sh.gz
+-rw-r--r-- 1 root root 805 2020-08-15 18:49 ./source/xap/ssr/slack-desc
+-rw-r--r-- 1 root root 1341396 2020-12-26 21:43 ./source/xap/ssr/ssr-0.4.3.tar.lz
+-rwxr-xr-x 1 root root 3929 2021-09-03 02:16 ./source/xap/ssr/ssr.SlackBuild
+-rw-r--r-- 1 root root 36 2020-08-15 18:46 ./source/xap/ssr/ssr.url
+lrwxrwxrwx 1 root root 9 2009-08-23 23:36 ./source/xap/vim-gvim -> ../ap/vim
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xap/windowmaker
+-rw-r--r-- 1 root root 2167500 2020-04-05 14:36 ./source/xap/windowmaker/WindowMaker-0.95.9.tar.xz
+-rw-r--r-- 1 root root 203168 1999-04-01 14:30 ./source/xap/windowmaker/WindowMaker-extra-0.1.tar.xz
+-rw-r--r-- 1 root root 385 2012-07-29 20:34 ./source/xap/windowmaker/WindowMaker.noopensusemenu.diff.gz
+-rw-r--r-- 1 root root 914 2018-02-27 06:13 ./source/xap/windowmaker/slack-desc
+-rwxr-xr-x 1 root root 6052 2021-02-13 05:32 ./source/xap/windowmaker/windowmaker.SlackBuild
+-rw-r--r-- 1 root root 729 2012-02-15 00:25 ./source/xap/windowmaker/wmaker.inst.diff.gz
+-rw-r--r-- 1 root root 460 2012-07-25 03:30 ./source/xap/windowmaker/xinitrc.wmaker.gz
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xap/x11-ssh-askpass
+-rw-r--r-- 1 root root 533 2009-07-11 03:15 ./source/xap/x11-ssh-askpass/README
+-rw-r--r-- 1 root root 771 2018-02-27 06:13 ./source/xap/x11-ssh-askpass/slack-desc
+-rw-r--r-- 1 root root 29229 2009-07-20 23:44 ./source/xap/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1.tar.gz
+-rwxr-xr-x 1 root root 2275 2021-02-13 05:32 ./source/xap/x11-ssh-askpass/x11-ssh-askpass.SlackBuild
+-rw-r--r-- 1 root root 349 2009-07-11 03:15 ./source/xap/x11-ssh-askpass/x11-ssh-askpass.info
+-rw-r--r-- 1 root root 261 2008-03-29 00:07 ./source/xap/x11-ssh-askpass/xprofile.sample
+drwxr-xr-x 2 root root 4096 2021-09-25 04:43 ./source/xap/x3270
+-rw-r--r-- 1 root root 397 2018-06-05 22:40 ./source/xap/x3270/doinst.sh.gz
+-rw-r--r-- 1 root root 762 2018-02-27 06:13 ./source/xap/x3270/slack-desc
+-rw-r--r-- 1 root root 2382511 2021-01-31 20:48 ./source/xap/x3270/x3270-4.0ga14.tar.lz
+-rwxr-xr-x 1 root root 4548 2021-10-04 19:03 ./source/xap/x3270/x3270.SlackBuild
+-rw-r--r-- 1 root root 33 2021-09-25 05:06 ./source/xap/x3270/x3270.url
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xap/xaos
+-rw-r--r-- 1 root root 10801243 2021-01-18 09:29 ./source/xap/xaos/XaoS-release-4.2.1.tar.lz
+-rw-r--r-- 1 root root 878 2020-03-22 00:13 ./source/xap/xaos/slack-desc
+-rw-r--r-- 1 root root 2796 2010-10-16 19:47 ./source/xap/xaos/xaos.6.gz
+-rwxr-xr-x 1 root root 3318 2021-02-13 05:32 ./source/xap/xaos/xaos.SlackBuild
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xap/xgames
+-rw-r--r-- 1 root root 269 1999-08-04 18:49 ./source/xap/xgames/maze.diff.gz
+-rw-r--r-- 1 root root 7376 1994-10-22 00:44 ./source/xap/xgames/maze.tar.lz
+-rw-r--r-- 1 root root 693 2018-02-27 06:13 ./source/xap/xgames/slack-desc
+-rw-r--r-- 1 root root 871 2007-02-22 02:20 ./source/xap/xgames/spider.diff.gz
+-rw-r--r-- 1 root root 313 2020-12-24 21:57 ./source/xap/xgames/spider.gcc10.diff.gz
+-rw-r--r-- 1 root root 104604 1993-12-04 17:22 ./source/xap/xgames/spider.tar.lz
+-rw-r--r-- 1 root root 287 1999-08-04 18:54 ./source/xap/xgames/xcolormap.diff.gz
+-rw-r--r-- 1 root root 2762 1993-12-04 17:18 ./source/xap/xgames/xcolormap.tar.lz
+-rw-r--r-- 1 root root 5488 1993-12-04 17:18 ./source/xap/xgames/xcuckoo-1.1.tar.lz
+-rw-r--r-- 1 root root 228 2007-02-28 19:11 ./source/xap/xgames/xcuckoo.diff.gz
+-rwxr-xr-x 1 root root 5087 2021-02-13 05:32 ./source/xap/xgames/xgames.SlackBuild
+-rw-r--r-- 1 root root 1150 2009-08-22 20:58 ./source/xap/xgames/xlander-2009-07-18.diff.gz
+-rw-r--r-- 1 root root 2543 2007-03-01 18:44 ./source/xap/xgames/xlander.fixes.diff.gz
+-rw-r--r-- 1 root root 14087 1995-06-17 19:23 ./source/xap/xgames/xlander.tar.lz
+-rw-r--r-- 1 root root 11572 2008-10-25 13:16 ./source/xap/xgames/xminesweep3.0.tar.lz
+-rw-r--r-- 1 root root 19158 1999-08-04 19:05 ./source/xap/xgames/xneko.tar.lz
+-rw-r--r-- 1 root root 17364 1993-12-02 07:19 ./source/xap/xgames/xroach.tar.lz
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xap/xine-lib
+-rw-r--r-- 1 root root 967 2018-02-27 06:13 ./source/xap/xine-lib/slack-desc
+-rw-r--r-- 1 root root 5282204 2020-12-06 13:28 ./source/xap/xine-lib/xine-lib-1.2.11.tar.xz
+-rwxr-xr-x 1 root root 4132 2021-10-26 18:17 ./source/xap/xine-lib/xine-lib.SlackBuild
+drwxr-xr-x 2 root root 4096 2021-12-17 18:45 ./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 2154161 2021-12-12 20:04 ./source/xap/xine-ui/xine-ui-0.99.13.tar.lz
+-rwxr-xr-x 1 root root 3385 2021-12-17 18:46 ./source/xap/xine-ui/xine-ui.SlackBuild
+-rw-r--r-- 1 root root 28 2021-12-14 21:06 ./source/xap/xine-ui/xine-ui.url
+drwxr-xr-x 2 root root 4096 2021-12-20 03:05 ./source/xap/xlockmore
+-rw-r--r-- 1 root root 277 2020-02-07 00:37 ./source/xap/xlockmore/doinst.sh.gz
+-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
+-rw-r--r-- 1 root root 154 2014-07-26 21:14 ./source/xap/xlockmore/xlock.pam
+-rw-r--r-- 1 root root 1998852 2021-12-20 01:28 ./source/xap/xlockmore/xlockmore-5.68.tar.xz
+-rw-r--r-- 1 root root 195 2021-12-20 01:28 ./source/xap/xlockmore/xlockmore-5.68.tar.xz.asc
+-rwxr-xr-x 1 root root 4373 2021-08-31 19:56 ./source/xap/xlockmore/xlockmore.SlackBuild
+-rw-r--r-- 1 root root 371 2002-05-30 04:25 ./source/xap/xlockmore/xlockmore.bitmap.diff.gz
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xap/xmms
+-rw-r--r-- 1 root root 828 2018-02-27 06:13 ./source/xap/xmms/slack-desc
+-rw-r--r-- 1 root root 2581032 2007-11-16 22:53 ./source/xap/xmms/xmms-1.2.11.tar.bz2
+-rwxr-xr-x 1 root root 3911 2021-02-13 05:32 ./source/xap/xmms/xmms.SlackBuild
+-rw-r--r-- 1 root root 267 2013-05-03 02:25 ./source/xap/xmms/xmms.alsa.default.diff.gz
+-rw-r--r-- 1 root root 525 2008-09-11 20:50 ./source/xap/xmms/xmms.desktop
+-rw-r--r-- 1 root root 279 2008-09-12 20:50 ./source/xap/xmms/xmms.gtk.doublesize.diff.gz
+-rw-r--r-- 1 root root 2475 2008-01-04 23:53 ./source/xap/xmms/xmms.png
+-rw-r--r-- 1 root root 260 2009-06-09 20:19 ./source/xap/xmms/xmms.wmxmms_vis_depth_workaround.diff.gz
+drwxr-xr-x 2 root root 4096 2021-10-07 04:40 ./source/xap/xpaint
+-rw-r--r-- 1 root root 897 2018-02-27 06:13 ./source/xap/xpaint/slack-desc
+-rw-r--r-- 1 root root 1314645 2021-08-16 12:10 ./source/xap/xpaint/xpaint-3.1.4.tar.lz
+-rwxr-xr-x 1 root root 4904 2021-03-27 18:23 ./source/xap/xpaint/xpaint.SlackBuild
+-rw-r--r-- 1 root root 43 2021-03-27 18:22 ./source/xap/xpaint/xpaint.url
+drwxr-xr-x 4 root root 4096 2021-02-13 05:32 ./source/xap/xpdf
+-rw-r--r-- 1 root root 325 2010-01-11 04:59 ./source/xap/xpdf/doinst.sh.gz
+drwxr-xr-x 2 root root 4096 2021-01-29 18:38 ./source/xap/xpdf/lang
+-rw-r--r-- 1 root root 1080 2011-08-15 21:28 ./source/xap/xpdf/lang/xpdf-arabic-2011-aug-15.tar.xz
+-rw-r--r-- 1 root root 235 2013-03-28 20:51 ./source/xap/xpdf/lang/xpdf-arabic.diff.gz
+-rw-r--r-- 1 root root 381 2019-10-03 18:53 ./source/xap/xpdf/lang/xpdf-chinese-simplified.diff.gz
+-rw-r--r-- 1 root root 361568 2020-12-22 22:47 ./source/xap/xpdf/lang/xpdf-chinese-simplified.tar.xz
+-rw-r--r-- 1 root root 361 2019-10-03 18:59 ./source/xap/xpdf/lang/xpdf-chinese-traditional.diff.gz
+-rw-r--r-- 1 root root 374404 2020-12-22 22:47 ./source/xap/xpdf/lang/xpdf-chinese-traditional.tar.xz
+-rw-r--r-- 1 root root 1504 2011-08-15 21:28 ./source/xap/xpdf/lang/xpdf-cyrillic-2011-aug-15.tar.xz
+-rw-r--r-- 1 root root 266 2013-03-28 20:51 ./source/xap/xpdf/lang/xpdf-cyrillic.diff.gz
+-rw-r--r-- 1 root root 1268 2011-08-15 21:28 ./source/xap/xpdf/lang/xpdf-greek-2011-aug-15.tar.xz
+-rw-r--r-- 1 root root 258 2013-03-28 20:51 ./source/xap/xpdf/lang/xpdf-greek.diff.gz
+-rw-r--r-- 1 root root 1288 2011-08-15 21:28 ./source/xap/xpdf/lang/xpdf-hebrew-2011-aug-15.tar.xz
+-rw-r--r-- 1 root root 259 2013-03-28 20:51 ./source/xap/xpdf/lang/xpdf-hebrew.diff.gz
+-rw-r--r-- 1 root root 743 2019-10-03 18:55 ./source/xap/xpdf/lang/xpdf-japanese.diff.gz
+-rw-r--r-- 1 root root 289552 2020-12-22 22:47 ./source/xap/xpdf/lang/xpdf-japanese.tar.xz
+-rw-r--r-- 1 root root 336 2021-01-29 18:38 ./source/xap/xpdf/lang/xpdf-korean.diff.gz
+-rw-r--r-- 1 root root 327024 2020-12-22 22:47 ./source/xap/xpdf/lang/xpdf-korean.tar.xz
+-rw-r--r-- 1 root root 1316 2011-08-15 21:28 ./source/xap/xpdf/lang/xpdf-latin2-2011-aug-15.tar.xz
+-rw-r--r-- 1 root root 224 2013-03-28 20:51 ./source/xap/xpdf/lang/xpdf-latin2.diff.gz
+-rw-r--r-- 1 root root 1804 2011-08-15 21:28 ./source/xap/xpdf/lang/xpdf-thai-2011-aug-15.tar.xz
+-rw-r--r-- 1 root root 252 2013-03-28 20:51 ./source/xap/xpdf/lang/xpdf-thai.diff.gz
+-rw-r--r-- 1 root root 1152 2011-08-15 21:28 ./source/xap/xpdf/lang/xpdf-turkish-2011-aug-15.tar.xz
+-rw-r--r-- 1 root root 239 2013-03-28 20:51 ./source/xap/xpdf/lang/xpdf-turkish.diff.gz
+drwxr-xr-x 2 root root 4096 2021-01-29 18:32 ./source/xap/xpdf/patches
+-rw-r--r-- 1 root root 555 2017-09-26 04:39 ./source/xap/xpdf/patches/xpdfrc.diff.gz
+-rw-r--r-- 1 root root 640 2018-02-27 06:13 ./source/xap/xpdf/slack-desc
+-rw-r--r-- 1 root root 667845 2021-01-27 23:15 ./source/xap/xpdf/xpdf-4.03.tar.lz
+-rwxr-xr-x 1 root root 5287 2021-09-25 18:39 ./source/xap/xpdf/xpdf.SlackBuild
+-rw-r--r-- 1 root root 3260 2010-01-11 05:07 ./source/xap/xpdf/xpdf.desktop
+-rw-r--r-- 1 root root 27 2019-10-03 18:45 ./source/xap/xpdf/xpdf.url
+-rw-r--r-- 1 root root 2751 2016-03-03 05:04 ./source/xap/xpdf/xpdfIcon.xpm
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xap/xsane
+-rw-r--r-- 1 root root 951 2018-02-27 06:13 ./source/xap/xsane/slack-desc
+-rw-r--r-- 1 root root 1073 2015-03-26 16:54 ./source/xap/xsane/xsane-0.995-close-fds.patch.gz
+-rw-r--r-- 1 root root 521 2015-03-26 16:54 ./source/xap/xsane/xsane-0.995-xdg-open.patch.gz
+-rw-r--r-- 1 root root 1558 2015-03-26 16:54 ./source/xap/xsane/xsane-0.996-no-eula.patch.gz
+-rw-r--r-- 1 root root 1679 2015-03-26 16:54 ./source/xap/xsane/xsane-0.997-ipv6.patch.gz
+-rw-r--r-- 1 root root 1383 2015-03-26 16:54 ./source/xap/xsane/xsane-0.997-off-root-build.patch.gz
+-rw-r--r-- 1 root root 771 2015-03-26 16:54 ./source/xap/xsane/xsane-0.998-desktop-file.patch.gz
+-rw-r--r-- 1 root root 630 2015-03-26 16:54 ./source/xap/xsane/xsane-0.998-libpng.patch.gz
+-rw-r--r-- 1 root root 1032 2015-03-26 16:54 ./source/xap/xsane/xsane-0.998-preview-selection.patch.gz
+-rw-r--r-- 1 root root 567 2015-03-26 16:54 ./source/xap/xsane/xsane-0.998-wmclass.patch.gz
+-rw-r--r-- 1 root root 6027 2013-09-23 14:15 ./source/xap/xsane/xsane-0.999-7-autoconf.patch.gz
+-rw-r--r-- 1 root root 19392 2015-03-26 16:54 ./source/xap/xsane/xsane-0.999-coverity.patch.gz
+-rw-r--r-- 1 root root 3200 2015-03-26 16:54 ./source/xap/xsane/xsane-0.999-lcms2.patch.gz
+-rw-r--r-- 1 root root 1131 2015-03-26 16:54 ./source/xap/xsane/xsane-0.999-man-page.patch.gz
+-rw-r--r-- 1 root root 1516 2015-03-26 16:54 ./source/xap/xsane/xsane-0.999-no-file-selected.patch.gz
+-rw-r--r-- 1 root root 875 2015-03-26 16:54 ./source/xap/xsane/xsane-0.999-pdf-no-high-bpp.patch.gz
+-rw-r--r-- 1 root root 2680 2015-03-26 16:54 ./source/xap/xsane/xsane-0.999-signal-handling.patch.gz
+-rw-r--r-- 1 root root 12822 2015-03-26 16:54 ./source/xap/xsane/xsane-0.999-snprintf-update.patch.gz
+-rw-r--r-- 1 root root 1878344 2013-06-04 15:48 ./source/xap/xsane/xsane-0.999.tar.xz
+-rwxr-xr-x 1 root root 5039 2021-02-13 05:32 ./source/xap/xsane/xsane.SlackBuild
+drwxr-xr-x 2 root root 4096 2021-10-13 18:11 ./source/xap/xscreensaver
+-rw-r--r-- 1 root root 327 2020-12-16 02:12 ./source/xap/xscreensaver/clarify-desc-in-xfce-settings.patch.gz
+-rw-r--r-- 1 root root 280 2020-02-07 00:37 ./source/xap/xscreensaver/doinst.sh.gz
+-rwxr-xr-x 1 root root 616 2017-12-24 07:25 ./source/xap/xscreensaver/dump.android.osx.sources.sh
+-rw-r--r-- 1 root root 2868 2008-10-17 04:30 ./source/xap/xscreensaver/setuid.c.gz
+-rw-r--r-- 1 root root 923 2018-02-27 06:13 ./source/xap/xscreensaver/slack-desc
+-rw-r--r-- 1 root root 7183318 2021-10-12 17:15 ./source/xap/xscreensaver/xscreensaver-6.02.tar.lz
+-rw-r--r-- 1 root root 16569 2011-01-30 03:18 ./source/xap/xscreensaver/xscreensaver-getimage-file-5.14
+-rwxr-xr-x 1 root root 5846 2021-04-02 19:24 ./source/xap/xscreensaver/xscreensaver.SlackBuild
+-rw-r--r-- 1 root root 285 2009-05-15 21:22 ./source/xap/xscreensaver/xscreensaver.electricsheep.diff.gz
+-rw-r--r-- 1 root root 50 2014-07-26 21:13 ./source/xap/xscreensaver/xscreensaver.pam
+-rw-r--r-- 1 root root 1763 2008-10-17 04:32 ./source/xap/xscreensaver/xscreensaver.setuid.diff.gz
+drwxr-xr-x 2 root root 4096 2022-01-16 20:35 ./source/xap/xsnow
+-rw-r--r-- 1 root root 683 2020-12-24 22:16 ./source/xap/xsnow/slack-desc
+-rw-r--r-- 1 root root 306666 2022-01-15 13:44 ./source/xap/xsnow/xsnow-3.4.3.tar.lz
+-rwxr-xr-x 1 root root 4095 2021-03-27 18:21 ./source/xap/xsnow/xsnow.SlackBuild
+-rw-r--r-- 1 root root 109 2022-01-16 20:35 ./source/xap/xsnow/xsnow.url
+drwxr-xr-x 32 root root 4096 2022-01-06 20:35 ./source/xfce
+-rw-r--r-- 1 root root 82 2020-12-05 23:01 ./source/xfce/FTBFSlog
+drwxr-xr-x 2 root root 4096 2021-10-01 03:27 ./source/xfce/Greybird
+-rw-r--r-- 1 root root 182942 2021-09-25 10:17 ./source/xfce/Greybird/Greybird-3.22.15.tar.lz
+-rwxr-xr-x 1 root root 3550 2021-10-01 03:27 ./source/xfce/Greybird/Greybird.SlackBuild
+-rw-r--r-- 1 root root 742 2020-11-25 21:07 ./source/xfce/Greybird/slack-desc
+drwxr-xr-x 2 root root 4096 2021-03-10 19:24 ./source/xfce/elementary-xfce
+-rw-r--r-- 1 root root 377 2019-07-12 10:40 ./source/xfce/elementary-xfce/README
+-rw-r--r-- 1 root root 175 2015-03-01 03:49 ./source/xfce/elementary-xfce/doinst.sh.gz
+-rw-r--r-- 1 root root 2871870 2021-01-10 22:54 ./source/xfce/elementary-xfce/elementary-xfce-0.15.2.tar.lz
+-rwxr-xr-x 1 root root 3846 2021-03-10 19:25 ./source/xfce/elementary-xfce/elementary-xfce.SlackBuild
+-rw-r--r-- 1 root root 1595428 2017-12-27 11:57 ./source/xfce/elementary-xfce/optipng-0.7.7.tar.lz
+-rw-r--r-- 1 root root 32 2021-03-10 19:24 ./source/xfce/elementary-xfce/optipng.url
+-rw-r--r-- 1 root root 848 2020-11-25 21:07 ./source/xfce/elementary-xfce/slack-desc
+drwxr-xr-x 2 root root 4096 2021-12-08 20:07 ./source/xfce/exo
+-rw-r--r-- 1 root root 711357 2021-12-07 21:10 ./source/xfce/exo/exo-4.16.3.tar.lz
+-rwxr-xr-x 1 root root 4778 2021-03-12 20:01 ./source/xfce/exo/exo.SlackBuild
+-rw-r--r-- 1 root root 62 2021-12-08 20:06 ./source/xfce/exo/exo.url
+-rw-r--r-- 1 root root 826 2020-11-27 20:54 ./source/xfce/exo/slack-desc
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xfce/garcon
+-rw-r--r-- 1 root root 116948 2021-01-16 04:25 ./source/xfce/garcon/garcon-4.16.1.tar.lz
+-rwxr-xr-x 1 root root 4902 2021-02-13 05:32 ./source/xfce/garcon/garcon.SlackBuild
+-rw-r--r-- 1 root root 38 2021-01-16 04:24 ./source/xfce/garcon/garcon.url
+-rw-r--r-- 1 root root 748 2018-02-27 06:13 ./source/xfce/garcon/slack-desc
+drwxr-xr-x 2 root root 4096 2021-09-06 03:48 ./source/xfce/libxfce4ui
+-rw-r--r-- 1 root root 659942 2021-09-05 22:02 ./source/xfce/libxfce4ui/libxfce4ui-4.16.1.tar.lz
+-rwxr-xr-x 1 root root 4933 2021-09-06 03:48 ./source/xfce/libxfce4ui/libxfce4ui.SlackBuild
+-rw-r--r-- 1 root root 76 2021-09-06 03:47 ./source/xfce/libxfce4ui/libxfce4ui.url
+-rw-r--r-- 1 root root 767 2018-02-27 06:13 ./source/xfce/libxfce4ui/slack-desc
+-rw-r--r-- 1 root root 1449 2015-03-01 21:31 ./source/xfce/libxfce4ui/vendorinfo
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xfce/libxfce4util
+-rw-r--r-- 1 root root 410497 2020-12-22 22:52 ./source/xfce/libxfce4util/libxfce4util-4.16.0.tar.lz
+-rwxr-xr-x 1 root root 4860 2021-02-13 05:32 ./source/xfce/libxfce4util/libxfce4util.SlackBuild
+-rw-r--r-- 1 root root 776 2018-02-27 06:13 ./source/xfce/libxfce4util/slack-desc
+drwxr-sr-x 2 root root 4096 2021-11-26 19:25 ./source/xfce/mousepad
+-rw-r--r-- 1 root root 200 2020-06-21 08:00 ./source/xfce/mousepad/doinst.sh.gz
+-rw-r--r-- 1 root root 796936 2021-11-26 09:58 ./source/xfce/mousepad/mousepad-0.5.8.tar.lz
+-rwxr-xr-x 1 root root 4086 2021-11-26 19:25 ./source/xfce/mousepad/mousepad.SlackBuild
+-rw-r--r-- 1 root root 70 2021-11-26 19:25 ./source/xfce/mousepad/mousepad.url
+-rw-r--r-- 1 root root 921 2020-06-21 07:57 ./source/xfce/mousepad/slack-desc
+drwxr-xr-x 2 root root 4096 2021-09-18 19:52 ./source/xfce/thunar
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xfce/thunar-volman
+-rw-r--r-- 1 root root 797 2020-11-25 21:09 ./source/xfce/thunar-volman/slack-desc
+-rw-r--r-- 1 root root 401803 2020-12-22 23:45 ./source/xfce/thunar-volman/thunar-volman-4.16.0.tar.lz
+-rwxr-xr-x 1 root root 3468 2021-02-13 05:32 ./source/xfce/thunar-volman/thunar-volman.SlackBuild
+-rw-r--r-- 1 root root 914 2020-01-31 19:09 ./source/xfce/thunar/slack-desc
+-rw-r--r-- 1 root root 1895836 2021-09-17 20:00 ./source/xfce/thunar/thunar-4.16.10.tar.lz
+-rwxr-xr-x 1 root root 4779 2021-03-07 18:59 ./source/xfce/thunar/thunar.SlackBuild
+-rw-r--r-- 1 root root 69 2021-09-18 19:52 ./source/xfce/thunar/thunar.url
+drwxr-xr-x 2 root root 4096 2021-12-26 19:53 ./source/xfce/tumbler
+-rw-r--r-- 1 root root 964 2018-02-27 06:13 ./source/xfce/tumbler/slack-desc
+-rw-r--r-- 1 root root 476216 2020-12-22 23:39 ./source/xfce/tumbler/tumbler-4.16.0.tar.lz
+-rwxr-xr-x 1 root root 4852 2021-12-26 19:53 ./source/xfce/tumbler/tumbler.SlackBuild
+-rw-r--r-- 1 root root 67 2018-09-13 16:54 ./source/xfce/tumbler/tumbler.url
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xfce/xfce4-appfinder
+-rw-r--r-- 1 root root 931 2018-02-27 06:13 ./source/xfce/xfce4-appfinder/slack-desc
+-rw-r--r-- 1 root root 476607 2021-01-17 23:33 ./source/xfce/xfce4-appfinder/xfce4-appfinder-4.16.1.tar.lz
+-rwxr-xr-x 1 root root 4621 2021-02-13 05:32 ./source/xfce/xfce4-appfinder/xfce4-appfinder.SlackBuild
+-rw-r--r-- 1 root root 85 2021-01-18 13:00 ./source/xfce/xfce4-appfinder/xfce4-appfinder.url
+drwxr-xr-x 2 root root 4096 2021-05-05 17:06 ./source/xfce/xfce4-clipman-plugin
+-rw-r--r-- 1 root root 172 2012-07-18 20:50 ./source/xfce/xfce4-clipman-plugin/doinst.sh.gz
+-rw-r--r-- 1 root root 999 2018-02-27 06:13 ./source/xfce/xfce4-clipman-plugin/slack-desc
+-rw-r--r-- 1 root root 392675 2021-05-03 15:05 ./source/xfce/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2.tar.lz
+-rwxr-xr-x 1 root root 3766 2021-05-05 17:07 ./source/xfce/xfce4-clipman-plugin/xfce4-clipman-plugin.SlackBuild
+-rw-r--r-- 1 root root 102 2021-05-05 17:06 ./source/xfce/xfce4-clipman-plugin/xfce4-clipman-plugin.url
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./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 284738 2020-12-22 22:47 ./source/xfce/xfce4-dev-tools/xfce4-dev-tools-4.16.0.tar.lz
+-rwxr-xr-x 1 root root 4621 2021-02-13 05:32 ./source/xfce/xfce4-dev-tools/xfce4-dev-tools.SlackBuild
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xfce/xfce4-notifyd
+-rw-r--r-- 1 root root 174 2009-02-26 05:47 ./source/xfce/xfce4-notifyd/doinst.sh.gz
+-rw-r--r-- 1 root root 839 2018-03-01 19:39 ./source/xfce/xfce4-notifyd/slack-desc
+-rw-r--r-- 1 root root 449662 2020-08-31 22:12 ./source/xfce/xfce4-notifyd/xfce4-notifyd-0.6.2.tar.lz
+-rwxr-xr-x 1 root root 4023 2021-02-13 05:32 ./source/xfce/xfce4-notifyd/xfce4-notifyd.SlackBuild
+-rw-r--r-- 1 root root 79 2019-07-01 18:42 ./source/xfce/xfce4-notifyd/xfce4-notifyd.url
+drwxr-xr-x 2 root root 4096 2021-05-06 19:16 ./source/xfce/xfce4-panel
+drwxr-xr-x 2 root root 4096 2021-02-22 01:27 ./source/xfce/xfce4-panel-profiles
+-rw-r--r-- 1 root root 121 2019-08-02 07:05 ./source/xfce/xfce4-panel-profiles/doinst.sh.gz
+-rw-r--r-- 1 root root 1138 2019-08-02 07:01 ./source/xfce/xfce4-panel-profiles/slack-desc
+-rw-r--r-- 1 root root 63201 2021-02-22 01:26 ./source/xfce/xfce4-panel-profiles/xfce4-panel-profiles-1.0.13.tar.lz
+-rwxr-xr-x 1 root root 3834 2021-02-22 01:27 ./source/xfce/xfce4-panel-profiles/xfce4-panel-profiles.SlackBuild
+-rw-r--r-- 1 root root 896 2018-02-27 06:13 ./source/xfce/xfce4-panel/slack-desc
+-rw-r--r-- 1 root root 1122531 2021-05-06 07:53 ./source/xfce/xfce4-panel/xfce4-panel-4.16.3.tar.lz
+-rwxr-xr-x 1 root root 4782 2021-02-25 19:35 ./source/xfce/xfce4-panel/xfce4-panel.SlackBuild
+-rw-r--r-- 1 root root 78 2021-05-06 19:15 ./source/xfce/xfce4-panel/xfce4-panel.url
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xfce/xfce4-power-manager
+-rw-r--r-- 1 root root 172 2009-05-30 01:47 ./source/xfce/xfce4-power-manager/doinst.sh.gz
+-rw-r--r-- 1 root root 880 2020-11-25 21:10 ./source/xfce/xfce4-power-manager/slack-desc
+-rw-r--r-- 1 root root 933744 2020-12-22 23:18 ./source/xfce/xfce4-power-manager/xfce4-power-manager-4.16.0.tar.lz
+-rwxr-xr-x 1 root root 4138 2021-02-13 05:32 ./source/xfce/xfce4-power-manager/xfce4-power-manager.SlackBuild
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xfce/xfce4-pulseaudio-plugin
+-rw-r--r-- 1 root root 1101 2018-02-27 06:13 ./source/xfce/xfce4-pulseaudio-plugin/slack-desc
+-rw-r--r-- 1 root root 532 2016-06-22 21:36 ./source/xfce/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.4-gtk3_theme.patch.gz
+-rw-r--r-- 1 root root 537 2016-06-25 18:19 ./source/xfce/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.4-gtk3_theme_clean.patch.gz
+-rw-r--r-- 1 root root 339289 2020-03-29 18:12 ./source/xfce/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.4.3.tar.lz
+-rwxr-xr-x 1 root root 4609 2021-02-13 05:32 ./source/xfce/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin.SlackBuild
+-rw-r--r-- 1 root root 108 2018-03-26 01:07 ./source/xfce/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin.url
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xfce/xfce4-screensaver
+-rw-r--r-- 1 root root 299 2020-12-16 02:18 ./source/xfce/xfce4-screensaver/clarify-desc-in-xfce-settings.patch.gz
+-rw-r--r-- 1 root root 1026 2019-05-26 02:41 ./source/xfce/xfce4-screensaver/slack-desc
+-rw-r--r-- 1 root root 564272 2021-01-03 13:50 ./source/xfce/xfce4-screensaver/xfce4-screensaver-4.16.0.tar.lz
+-rwxr-xr-x 1 root root 4730 2021-02-13 05:32 ./source/xfce/xfce4-screensaver/xfce4-screensaver.SlackBuild
+-rw-r--r-- 1 root root 51 2021-01-08 19:20 ./source/xfce/xfce4-screensaver/xfce4-screensaver.url
+drwxr-xr-x 2 root root 4096 2021-05-19 19:01 ./source/xfce/xfce4-screenshooter
+-rw-r--r-- 1 root root 172 2011-10-26 15:38 ./source/xfce/xfce4-screenshooter/doinst.sh.gz
+-rw-r--r-- 1 root root 832 2018-02-27 06:13 ./source/xfce/xfce4-screenshooter/slack-desc
+-rw-r--r-- 1 root root 484035 2021-05-19 02:06 ./source/xfce/xfce4-screenshooter/xfce4-screenshooter-1.9.9.tar.lz
+-rwxr-xr-x 1 root root 4395 2021-05-19 19:02 ./source/xfce/xfce4-screenshooter/xfce4-screenshooter.SlackBuild
+-rw-r--r-- 1 root root 91 2021-05-19 19:01 ./source/xfce/xfce4-screenshooter/xfce4-screenshooter.url
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xfce/xfce4-session
+-rw-r--r-- 1 root root 910 2018-02-27 06:13 ./source/xfce/xfce4-session/slack-desc
+-rw-r--r-- 1 root root 338 2020-12-19 05:09 ./source/xfce/xfce4-session/use-xfss-by-default-in-xfce.patch.gz
+-rw-r--r-- 1 root root 875504 2020-12-22 23:10 ./source/xfce/xfce4-session/xfce4-session-4.16.0.tar.bz2
+-rwxr-xr-x 1 root root 4908 2021-02-13 05:32 ./source/xfce/xfce4-session/xfce4-session.SlackBuild
+drwxr-xr-x 2 root root 4096 2021-06-09 04:52 ./source/xfce/xfce4-settings
+-rw-r--r-- 1 root root 839 2018-02-27 06:13 ./source/xfce/xfce4-settings/slack-desc
+-rw-r--r-- 1 root root 1204525 2021-06-08 07:24 ./source/xfce/xfce4-settings/xfce4-settings-4.16.2.tar.lz
+-rwxr-xr-x 1 root root 4913 2021-04-12 17:35 ./source/xfce/xfce4-settings/xfce4-settings.SlackBuild
+-rw-r--r-- 1 root root 363 2019-07-30 02:26 ./source/xfce/xfce4-settings/xfce4-settings.theme.diff.gz
+-rw-r--r-- 1 root root 83 2021-06-09 04:52 ./source/xfce/xfce4-settings/xfce4-settings.url
+-rw-r--r-- 1 root root 543 2012-07-19 19:32 ./source/xfce/xfce4-settings/xfce4-settings.xft.defaults.diff.gz
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xfce/xfce4-systemload-plugin
+-rw-r--r-- 1 root root 873 2018-02-27 06:13 ./source/xfce/xfce4-systemload-plugin/slack-desc
+-rw-r--r-- 1 root root 311682 2020-12-20 23:19 ./source/xfce/xfce4-systemload-plugin/xfce4-systemload-plugin-1.2.4.tar.lz
+-rwxr-xr-x 1 root root 3617 2021-02-13 05:32 ./source/xfce/xfce4-systemload-plugin/xfce4-systemload-plugin.SlackBuild
+-rw-r--r-- 1 root root 67 2011-11-28 03:14 ./source/xfce/xfce4-systemload-plugin/xfce4-systemload-plugin.url
+drwxr-xr-x 2 root root 4096 2021-02-15 20:33 ./source/xfce/xfce4-taskmanager
+-rw-r--r-- 1 root root 121 2011-10-26 15:38 ./source/xfce/xfce4-taskmanager/doinst.sh.gz
+-rw-r--r-- 1 root root 928 2018-02-27 06:13 ./source/xfce/xfce4-taskmanager/slack-desc
+-rw-r--r-- 1 root root 358721 2021-02-09 12:27 ./source/xfce/xfce4-taskmanager/xfce4-taskmanager-1.4.2.tar.lz
+-rwxr-xr-x 1 root root 3595 2021-02-15 20:34 ./source/xfce/xfce4-taskmanager/xfce4-taskmanager.SlackBuild
+-rw-r--r-- 1 root root 51 2011-11-28 03:16 ./source/xfce/xfce4-taskmanager/xfce4-taskmanager.url
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xfce/xfce4-terminal
+-rw-r--r-- 1 root root 905 2018-02-27 06:13 ./source/xfce/xfce4-terminal/slack-desc
+-rw-r--r-- 1 root root 833009 2020-12-22 21:56 ./source/xfce/xfce4-terminal/xfce4-terminal-0.8.10.tar.lz
+-rwxr-xr-x 1 root root 4058 2021-02-13 05:32 ./source/xfce/xfce4-terminal/xfce4-terminal.SlackBuild
+-rw-r--r-- 1 root root 83 2018-05-16 20:53 ./source/xfce/xfce4-terminal/xfce4-terminal.url
+drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/xfce/xfce4-weather-plugin
+-rw-r--r-- 1 root root 837 2018-02-27 06:13 ./source/xfce/xfce4-weather-plugin/slack-desc
+-rw-r--r-- 1 root root 2767044 2020-11-09 21:06 ./source/xfce/xfce4-weather-plugin/xfce4-weather-plugin-0.10.2.tar.lz
-rwxr-xr-x 1 root root 3721 2021-02-13 05:32 ./source/xfce/xfce4-weather-plugin/xfce4-weather-plugin.SlackBuild
-rw-r--r-- 1 root root 65 2018-09-22 21:37 ./source/xfce/xfce4-weather-plugin/xfce4-weather-plugin.url
drwxr-xr-x 2 root root 4096 2021-11-15 19:35 ./source/xfce/xfce4-whiskermenu-plugin
diff --git a/patches/packages/aaa_base-15.0-x86_64-4_slack15.0.txt b/patches/packages/aaa_base-15.0-x86_64-4_slack15.0.txt
new file mode 100644
index 000000000..da8787c6c
--- /dev/null
+++ b/patches/packages/aaa_base-15.0-x86_64-4_slack15.0.txt
@@ -0,0 +1,11 @@
+aaa_base: aaa_base (Basic Linux filesystem package)
+aaa_base:
+aaa_base: Sets up the empty directory tree for Slackware and adds an email to
+aaa_base: root's mailbox welcoming them to Linux. :) This package should be
+aaa_base: installed first, and never uninstalled.
+aaa_base:
+aaa_base:
+aaa_base:
+aaa_base:
+aaa_base:
+aaa_base:
diff --git a/patches/packages/util-linux-2.37.4-x86_64-1_slack15.0.txt b/patches/packages/util-linux-2.37.4-x86_64-1_slack15.0.txt
new file mode 100644
index 000000000..7e4aa7b72
--- /dev/null
+++ b/patches/packages/util-linux-2.37.4-x86_64-1_slack15.0.txt
@@ -0,0 +1,11 @@
+util-linux: util-linux (a huge collection of essential utilities)
+util-linux:
+util-linux: The util-linux package is a huge collection of random utilities
+util-linux: that are essential to run a Linux system.
+util-linux:
+util-linux: Homepage: https://www.kernel.org/pub/linux/utils/util-linux/
+util-linux:
+util-linux:
+util-linux:
+util-linux:
+util-linux:
diff --git a/patches/source/aaa_base/aaa_base.SlackBuild b/patches/source/aaa_base/aaa_base.SlackBuild
new file mode 100755
index 000000000..1b0373e97
--- /dev/null
+++ b/patches/source/aaa_base/aaa_base.SlackBuild
@@ -0,0 +1,111 @@
+#!/bin/bash
+
+# Copyright 2008, 2009, 2010, 2011, 2012, 2013, 2015, 2018, 2021, 2022 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.
+
+cd $(dirname $0) ; CWD=$(pwd)
+
+PKGNAM=aaa_base
+VERSION=15.0
+BUILD=${BUILD:-4_slack15.0}
+
+# Automatically determine the architecture we're building on:
+if [ -z "$ARCH" ]; then
+ case "$( uname -m )" in
+ i?86) export ARCH=i586 ;;
+ arm*) export ARCH=arm ;;
+ # Unless $ARCH is already set, use uname -m for all other archs:
+ *) export ARCH=$( uname -m ) ;;
+ esac
+fi
+
+# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
+# the name of the created package would be, and then exit. This information
+# could be useful to other scripts.
+if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
+ echo "$PKGNAM-$VERSION-$ARCH-$BUILD.txz"
+ exit 0
+fi
+
+TMP=${TMP:-/tmp}
+PKG=$TMP/package-aaa_base
+
+rm -rf $PKG
+mkdir -p $TMP $PKG
+
+# Explode the package framework:
+cd $PKG
+explodepkg $CWD/_aaa_base.tar.gz
+
+echo "+======================+"
+echo "| repackaging aaa_base |"
+echo "+======================+"
+
+cat $CWD/slack-desc > $PKG/install/slack-desc
+cp -a $CWD/slackware-version $PKG/etc/slackware-version
+chown root:root $PKG/etc/slackware-version
+chmod 644 $PKG/etc/slackware-version
+cp -a $CWD/os-release $PKG/etc/os-release
+chown root:root $PKG/etc/os-release
+chmod 644 $PKG/etc/os-release
+# Set $ARCH in PRETTY_NAME:
+sed -i "s/%ARCH%/$ARCH/g" $PKG/etc/os-release
+
+# If this is a -current version, label it as such:
+if [ -r $CWD/current-release ]; then
+ # Read variables:
+ . $CWD/current-release
+ echo "$SLACKWARE_VERSION" > $PKG/etc/slackware-version
+ echo "VERSION_CODENAME=$VERSION_CODENAME" >> $PKG/etc/os-release
+ sed -i "s/PRETTY_NAME=.*/PRETTY_NAME=\"$PRETTY_NAME\"/g" $PKG/etc/os-release
+else
+ echo "VERSION_CODENAME=stable" >> $PKG/etc/os-release
+fi
+
+# Add lib64 directories on x86_64:
+if [ "$ARCH" = "x86_64" ]; then
+ mkdir -p $PKG/lib64 $PKG/usr/lib64 $PKG/usr/local/lib64
+fi
+
+# Build the package:
+cd $PKG
+makepkg -l y -c n $TMP/aaa_base-$VERSION-$ARCH-$BUILD.txz
+
+# Black box warning on -current label:
+if [ -r $CWD/current-release ]; then
+cat << EOF
+################################################################
+################################################################
+## ##
+## WARNING: This release is tagged as -current! ##
+## ##
+## Before issuing a -stable release, rename current-release ##
+## to current-release.inactive and then rebuild this package. ##
+## ##
+################################################################
+################################################################
+EOF
+sleep 5
+fi
+
+# Clean up the extra stuff:
+if [ "$1" = "--cleanup" ]; then
+ rm -rf $PKG
+fi
diff --git a/patches/source/aaa_base/current-release.inactive b/patches/source/aaa_base/current-release.inactive
new file mode 100644
index 000000000..5fe779910
--- /dev/null
+++ b/patches/source/aaa_base/current-release.inactive
@@ -0,0 +1,28 @@
+# If this file is present and named "current-release" when aaa_base is
+# built, then we will modify the files /etc/slackware-version and
+# /etc/os-release to help users identify that this system is running a
+# -current (test) version of Slackware, rather than the otherwise listed
+# stable release.
+#
+# How useful this will be remains to be seen, because there can be a wide
+# variation in the amount of difference a -current installation has from
+# the previous stable depending on how many updates have been made to it.
+# But, it's probably better than nothing.
+#
+# Change made to /etc/slackware-version:
+# Append a "+" to indicate -current.
+#
+# Changes made to /etc/os-release:
+# Add VERSION_CODENAME seen below.
+# Use the PRETTY_NAME variable seen below.
+#
+# This file will still ship in the build directory of a stable release,
+# but will be renamed "current-release.inactive".
+
+# For /etc/slackware-version:
+SLACKWARE_VERSION="Slackware 15.0+"
+
+# For /etc/os-release:
+VERSION_CODENAME=current
+PRETTY_NAME="Slackware 15.0 $ARCH (post 15.0 -current)"
+
diff --git a/patches/source/aaa_base/os-release b/patches/source/aaa_base/os-release
new file mode 100644
index 000000000..0187a5cd7
--- /dev/null
+++ b/patches/source/aaa_base/os-release
@@ -0,0 +1,10 @@
+NAME=Slackware
+VERSION="15.0"
+ID=slackware
+VERSION_ID=15.0
+PRETTY_NAME="Slackware 15.0 %ARCH%"
+ANSI_COLOR="0;34"
+CPE_NAME="cpe:/o:slackware:slackware_linux:15.0"
+HOME_URL="http://slackware.com/"
+SUPPORT_URL="http://www.linuxquestions.org/questions/slackware-14/"
+BUG_REPORT_URL="http://www.linuxquestions.org/questions/slackware-14/"
diff --git a/patches/source/aaa_base/slack-desc b/patches/source/aaa_base/slack-desc
new file mode 100644
index 000000000..1c30763c4
--- /dev/null
+++ b/patches/source/aaa_base/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|'
+# on the right side marks the last column you can put a character in. You must
+# make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+aaa_base: aaa_base (Basic Linux filesystem package)
+aaa_base:
+aaa_base: Sets up the empty directory tree for Slackware and adds an email to
+aaa_base: root's mailbox welcoming them to Linux. :) This package should be
+aaa_base: installed first, and never uninstalled.
+aaa_base:
+aaa_base:
+aaa_base:
+aaa_base:
+aaa_base:
+aaa_base:
diff --git a/patches/source/aaa_base/slackware-version b/patches/source/aaa_base/slackware-version
new file mode 100644
index 000000000..eced12303
--- /dev/null
+++ b/patches/source/aaa_base/slackware-version
@@ -0,0 +1 @@
+Slackware 15.0
diff --git a/patches/source/util-linux/adjtimex_1.29-2.2.diff b/patches/source/util-linux/adjtimex_1.29-2.2.diff
new file mode 100644
index 000000000..62ac1db34
--- /dev/null
+++ b/patches/source/util-linux/adjtimex_1.29-2.2.diff
@@ -0,0 +1,6564 @@
+--- adjtimex-1.29.orig/adjtimex.lsm
++++ adjtimex-1.29/adjtimex.lsm
+@@ -1,7 +1,7 @@
+ Begin4
+ Title: adjtimex - display or set the kernel time variables
+ Version: 1.29
+-Entered-date: 2010-04-16
++Entered-date: 2010-05-26
+ Description: Display or set the kernel time variables.
+ This program gives you raw access to the kernel time variables. For
+ a machine connected to the Internet, or equipped with a precision
+--- adjtimex-1.29.orig/config.h
++++ adjtimex-1.29/config.h
+@@ -0,0 +1,80 @@
++/* config.h. Generated from config.h.in by configure. */
++/* config.h.in. Generated from configure.in by autoheader. */
++
++/* Define to 1 if you have the `gettimeofday' function. */
++#define HAVE_GETTIMEOFDAY 1
++
++/* Define to 1 if you have the <inttypes.h> header file. */
++#define HAVE_INTTYPES_H 1
++
++/* Define to 1 if you have the <linux/rtc.h> header file. */
++#define HAVE_LINUX_RTC_H 1
++
++/* Define to 1 if you have the <memory.h> header file. */
++#define HAVE_MEMORY_H 1
++
++/* Define to 1 if you have the `mktime' function. */
++#define HAVE_MKTIME 1
++
++/* Define to 1 if you have the `putenv' function. */
++#define HAVE_PUTENV 1
++
++/* Define to 1 if you have the `select' function. */
++#define HAVE_SELECT 1
++
++/* Define to 1 if you have the <stdint.h> header file. */
++#define HAVE_STDINT_H 1
++
++/* Define to 1 if you have the <stdlib.h> header file. */
++#define HAVE_STDLIB_H 1
++
++/* Define to 1 if you have the <strings.h> header file. */
++#define HAVE_STRINGS_H 1
++
++/* Define to 1 if you have the <string.h> header file. */
++#define HAVE_STRING_H 1
++
++/* Define to 1 if you have the <sys/stat.h> header file. */
++#define HAVE_SYS_STAT_H 1
++
++/* Define to 1 if you have the <sys/time.h> header file. */
++#define HAVE_SYS_TIME_H 1
++
++/* Define to 1 if you have the <sys/types.h> header file. */
++#define HAVE_SYS_TYPES_H 1
++
++/* Define to 1 if you have the <unistd.h> header file. */
++#define HAVE_UNISTD_H 1
++
++/* Define to the address where bug reports for this package should be sent. */
++#define PACKAGE_BUGREPORT ""
++
++/* Define to the full name of this package. */
++#define PACKAGE_NAME ""
++
++/* Define to the full name and version of this package. */
++#define PACKAGE_STRING ""
++
++/* Define to the one symbol short name of this package. */
++#define PACKAGE_TARNAME ""
++
++/* Define to the version of this package. */
++#define PACKAGE_VERSION ""
++
++/* Define to 1 if you have the ANSI C header files. */
++#define STDC_HEADERS 1
++
++/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
++#define TIME_WITH_SYS_TIME 1
++
++/* Define to 1 if your <sys/time.h> declares `struct tm'. */
++/* #undef TM_IN_SYS_TIME */
++
++/* Define to empty if `const' does not conform to ANSI C. */
++/* #undef const */
++
++/* Define to `__inline__' or `__inline' if that's what the C compiler
++ calls it, or to nothing if 'inline' is not supported under any name. */
++#ifndef __cplusplus
++/* #undef inline */
++#endif
+--- adjtimex-1.29.orig/config.sub
++++ adjtimex-1.29/config.sub
+@@ -0,0 +1,1760 @@
++#! /bin/sh
++# Configuration validation subroutine script.
++# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
++# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
++# 2011 Free Software Foundation, Inc.
++
++timestamp='2011-03-23'
++
++# This file is (in principle) common to ALL GNU software.
++# The presence of a machine in this file suggests that SOME GNU software
++# can handle that machine. It does not imply ALL GNU software can.
++#
++# This file is free software; you can redistribute it and/or modify
++# it under the terms of the GNU General Public License as published by
++# the Free Software Foundation; either version 2 of the License, or
++# (at your option) any later version.
++#
++# This program is distributed in the hope that it will be useful,
++# but WITHOUT ANY WARRANTY; without even the implied warranty of
++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
++# GNU General Public License for more details.
++#
++# You should have received a copy of the GNU General Public License
++# along with this program; if not, write to the Free Software
++# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
++# 02110-1301, USA.
++#
++# As a special exception to the GNU General Public License, if you
++# distribute this file as part of a program that contains a
++# configuration script generated by Autoconf, you may include it under
++# the same distribution terms that you use for the rest of that program.
++
++
++# Please send patches to <config-patches@gnu.org>. Submit a context
++# diff and a properly formatted GNU ChangeLog entry.
++#
++# Configuration subroutine to validate and canonicalize a configuration type.
++# Supply the specified configuration type as an argument.
++# If it is invalid, we print an error message on stderr and exit with code 1.
++# Otherwise, we print the canonical config type on stdout and succeed.
++
++# You can get the latest version of this script from:
++# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
++
++# This file is supposed to be the same for all GNU packages
++# and recognize all the CPU types, system types and aliases
++# that are meaningful with *any* GNU software.
++# Each package is responsible for reporting which valid configurations
++# it does not support. The user should be able to distinguish
++# a failure to support a valid configuration from a meaningless
++# configuration.
++
++# The goal of this file is to map all the various variations of a given
++# machine specification into a single specification in the form:
++# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
++# or in some cases, the newer four-part form:
++# CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
++# It is wrong to echo any other type of specification.
++
++me=`echo "$0" | sed -e 's,.*/,,'`
++
++usage="\
++Usage: $0 [OPTION] CPU-MFR-OPSYS
++ $0 [OPTION] ALIAS
++
++Canonicalize a configuration name.
++
++Operation modes:
++ -h, --help print this help, then exit
++ -t, --time-stamp print date of last modification, then exit
++ -v, --version print version number, then exit
++
++Report bugs and patches to <config-patches@gnu.org>."
++
++version="\
++GNU config.sub ($timestamp)
++
++Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
++2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free
++Software Foundation, Inc.
++
++This is free software; see the source for copying conditions. There is NO
++warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
++
++help="
++Try \`$me --help' for more information."
++
++# Parse command line
++while test $# -gt 0 ; do
++ case $1 in
++ --time-stamp | --time* | -t )
++ echo "$timestamp" ; exit ;;
++ --version | -v )
++ echo "$version" ; exit ;;
++ --help | --h* | -h )
++ echo "$usage"; exit ;;
++ -- ) # Stop option processing
++ shift; break ;;
++ - ) # Use stdin as input.
++ break ;;
++ -* )
++ echo "$me: invalid option $1$help"
++ exit 1 ;;
++
++ *local*)
++ # First pass through any local machine types.
++ echo $1
++ exit ;;
++
++ * )
++ break ;;
++ esac
++done
++
++case $# in
++ 0) echo "$me: missing argument$help" >&2
++ exit 1;;
++ 1) ;;
++ *) echo "$me: too many arguments$help" >&2
++ exit 1;;
++esac
++
++# Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any).
++# Here we must recognize all the valid KERNEL-OS combinations.
++maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
++case $maybe_os in
++ nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
++ linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
++ knetbsd*-gnu* | netbsd*-gnu* | \
++ kopensolaris*-gnu* | \
++ storm-chaos* | os2-emx* | rtmk-nova*)
++ os=-$maybe_os
++ basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
++ ;;
++ *)
++ basic_machine=`echo $1 | sed 's/-[^-]*$//'`
++ if [ $basic_machine != $1 ]
++ then os=`echo $1 | sed 's/.*-/-/'`
++ else os=; fi
++ ;;
++esac
++
++### Let's recognize common machines as not being operating systems so
++### that things like config.sub decstation-3100 work. We also
++### recognize some manufacturers as not being operating systems, so we
++### can provide default operating systems below.
++case $os in
++ -sun*os*)
++ # Prevent following clause from handling this invalid input.
++ ;;
++ -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \
++ -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \
++ -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \
++ -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
++ -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
++ -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
++ -apple | -axis | -knuth | -cray | -microblaze)
++ os=
++ basic_machine=$1
++ ;;
++ -bluegene*)
++ os=-cnk
++ ;;
++ -sim | -cisco | -oki | -wec | -winbond)
++ os=
++ basic_machine=$1
++ ;;
++ -scout)
++ ;;
++ -wrs)
++ os=-vxworks
++ basic_machine=$1
++ ;;
++ -chorusos*)
++ os=-chorusos
++ basic_machine=$1
++ ;;
++ -chorusrdb)
++ os=-chorusrdb
++ basic_machine=$1
++ ;;
++ -hiux*)
++ os=-hiuxwe2
++ ;;
++ -sco6)
++ os=-sco5v6
++ basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
++ ;;
++ -sco5)
++ os=-sco3.2v5
++ basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
++ ;;
++ -sco4)
++ os=-sco3.2v4
++ basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
++ ;;
++ -sco3.2.[4-9]*)
++ os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
++ basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
++ ;;
++ -sco3.2v[4-9]*)
++ # Don't forget version if it is 3.2v4 or newer.
++ basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
++ ;;
++ -sco5v6*)
++ # Don't forget version if it is 3.2v4 or newer.
++ basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
++ ;;
++ -sco*)
++ os=-sco3.2v2
++ basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
++ ;;
++ -udk*)
++ basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
++ ;;
++ -isc)
++ os=-isc2.2
++ basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
++ ;;
++ -clix*)
++ basic_machine=clipper-intergraph
++ ;;
++ -isc*)
++ basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
++ ;;
++ -lynx*)
++ os=-lynxos
++ ;;
++ -ptx*)
++ basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
++ ;;
++ -windowsnt*)
++ os=`echo $os | sed -e 's/windowsnt/winnt/'`
++ ;;
++ -psos*)
++ os=-psos
++ ;;
++ -mint | -mint[0-9]*)
++ basic_machine=m68k-atari
++ os=-mint
++ ;;
++esac
++
++# Decode aliases for certain CPU-COMPANY combinations.
++case $basic_machine in
++ # Recognize the basic CPU types without company name.
++ # Some are omitted here because they have special meanings below.
++ 1750a | 580 \
++ | a29k \
++ | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
++ | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
++ | am33_2.0 \
++ | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
++ | bfin \
++ | c4x | clipper \
++ | d10v | d30v | dlx | dsp16xx \
++ | fido | fr30 | frv \
++ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
++ | i370 | i860 | i960 | ia64 \
++ | ip2k | iq2000 \
++ | lm32 \
++ | m32c | m32r | m32rle | m68000 | m68k | m88k \
++ | maxq | mb | microblaze | mcore | mep | metag \
++ | mips | mipsbe | mipseb | mipsel | mipsle \
++ | mips16 \
++ | mips64 | mips64el \
++ | mips64octeon | mips64octeonel \
++ | mips64orion | mips64orionel \
++ | mips64r5900 | mips64r5900el \
++ | mips64vr | mips64vrel \
++ | mips64vr4100 | mips64vr4100el \
++ | mips64vr4300 | mips64vr4300el \
++ | mips64vr5000 | mips64vr5000el \
++ | mips64vr5900 | mips64vr5900el \
++ | mipsisa32 | mipsisa32el \
++ | mipsisa32r2 | mipsisa32r2el \
++ | mipsisa64 | mipsisa64el \
++ | mipsisa64r2 | mipsisa64r2el \
++ | mipsisa64sb1 | mipsisa64sb1el \
++ | mipsisa64sr71k | mipsisa64sr71kel \
++ | mipstx39 | mipstx39el \
++ | mn10200 | mn10300 \
++ | moxie \
++ | mt \
++ | msp430 \
++ | nds32 | nds32le | nds32be \
++ | nios | nios2 \
++ | ns16k | ns32k \
++ | open8 \
++ | or32 \
++ | pdp10 | pdp11 | pj | pjl \
++ | powerpc | powerpc64 | powerpc64le | powerpcle \
++ | pyramid \
++ | rx \
++ | score \
++ | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
++ | sh64 | sh64le \
++ | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
++ | sparcv8 | sparcv9 | sparcv9b | sparcv9v \
++ | spu \
++ | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \
++ | ubicom32 \
++ | v850 | v850e \
++ | we32k \
++ | x86 | xc16x | xstormy16 | xtensa \
++ | z8k | z80)
++ basic_machine=$basic_machine-unknown
++ ;;
++ c54x)
++ basic_machine=tic54x-unknown
++ ;;
++ c55x)
++ basic_machine=tic55x-unknown
++ ;;
++ c6x)
++ basic_machine=tic6x-unknown
++ ;;
++ m6811 | m68hc11 | m6812 | m68hc12 | picochip)
++ # Motorola 68HC11/12.
++ basic_machine=$basic_machine-unknown
++ os=-none
++ ;;
++ m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k)
++ ;;
++ ms1)
++ basic_machine=mt-unknown
++ ;;
++
++ strongarm | thumb | xscale)
++ basic_machine=arm-unknown
++ ;;
++
++ xscaleeb)
++ basic_machine=armeb-unknown
++ ;;
++
++ xscaleel)
++ basic_machine=armel-unknown
++ ;;
++
++ # We use `pc' rather than `unknown'
++ # because (1) that's what they normally are, and
++ # (2) the word "unknown" tends to confuse beginning users.
++ i*86 | x86_64)
++ basic_machine=$basic_machine-pc
++ ;;
++ # Object if more than one company name word.
++ *-*-*)
++ echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
++ exit 1
++ ;;
++ # Recognize the basic CPU types with company name.
++ 580-* \
++ | a29k-* \
++ | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
++ | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
++ | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
++ | arm-* | armbe-* | armle-* | armeb-* | armv*-* \
++ | avr-* | avr32-* \
++ | bfin-* | bs2000-* \
++ | c[123]* | c30-* | [cjt]90-* | c4x-* \
++ | clipper-* | craynv-* | cydra-* \
++ | d10v-* | d30v-* | dlx-* \
++ | elxsi-* \
++ | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
++ | h8300-* | h8500-* \
++ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
++ | i*86-* | i860-* | i960-* | ia64-* \
++ | ip2k-* | iq2000-* \
++ | lm32-* \
++ | m32c-* | m32r-* | m32rle-* \
++ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
++ | m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \
++ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
++ | mips16-* \
++ | mips64-* | mips64el-* \
++ | mips64octeon-* | mips64octeonel-* \
++ | mips64orion-* | mips64orionel-* \
++ | mips64r5900-* | mips64r5900el-* \
++ | mips64vr-* | mips64vrel-* \
++ | mips64vr4100-* | mips64vr4100el-* \
++ | mips64vr4300-* | mips64vr4300el-* \
++ | mips64vr5000-* | mips64vr5000el-* \
++ | mips64vr5900-* | mips64vr5900el-* \
++ | mipsisa32-* | mipsisa32el-* \
++ | mipsisa32r2-* | mipsisa32r2el-* \
++ | mipsisa64-* | mipsisa64el-* \
++ | mipsisa64r2-* | mipsisa64r2el-* \
++ | mipsisa64sb1-* | mipsisa64sb1el-* \
++ | mipsisa64sr71k-* | mipsisa64sr71kel-* \
++ | mipstx39-* | mipstx39el-* \
++ | mmix-* \
++ | mt-* \
++ | msp430-* \
++ | nds32-* | nds32le-* | nds32be-* \
++ | nios-* | nios2-* \
++ | none-* | np1-* | ns16k-* | ns32k-* \
++ | open8-* \
++ | orion-* \
++ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
++ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \
++ | pyramid-* \
++ | romp-* | rs6000-* | rx-* \
++ | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
++ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
++ | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
++ | sparclite-* \
++ | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \
++ | tahoe-* \
++ | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
++ | tile-* | tilegx-* \
++ | tron-* \
++ | ubicom32-* \
++ | v850-* | v850e-* | vax-* \
++ | we32k-* \
++ | x86-* | x86_64-* | xc16x-* | xps100-* \
++ | xstormy16-* | xtensa*-* \
++ | ymp-* \
++ | z8k-* | z80-*)
++ ;;
++ # Recognize the basic CPU types without company name, with glob match.
++ xtensa*)
++ basic_machine=$basic_machine-unknown
++ ;;
++ # Recognize the various machine names and aliases which stand
++ # for a CPU type and a company and sometimes even an OS.
++ 386bsd)
++ basic_machine=i386-unknown
++ os=-bsd
++ ;;
++ 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
++ basic_machine=m68000-att
++ ;;
++ 3b*)
++ basic_machine=we32k-att
++ ;;
++ a29khif)
++ basic_machine=a29k-amd
++ os=-udi
++ ;;
++ abacus)
++ basic_machine=abacus-unknown
++ ;;
++ adobe68k)
++ basic_machine=m68010-adobe
++ os=-scout
++ ;;
++ alliant | fx80)
++ basic_machine=fx80-alliant
++ ;;
++ altos | altos3068)
++ basic_machine=m68k-altos
++ ;;
++ am29k)
++ basic_machine=a29k-none
++ os=-bsd
++ ;;
++ amd64)
++ basic_machine=x86_64-pc
++ ;;
++ amd64-*)
++ basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
++ ;;
++ amdahl)
++ basic_machine=580-amdahl
++ os=-sysv
++ ;;
++ amiga | amiga-*)
++ basic_machine=m68k-unknown
++ ;;
++ amigaos | amigados)
++ basic_machine=m68k-unknown
++ os=-amigaos
++ ;;
++ amigaunix | amix)
++ basic_machine=m68k-unknown
++ os=-sysv4
++ ;;
++ apollo68)
++ basic_machine=m68k-apollo
++ os=-sysv
++ ;;
++ apollo68bsd)
++ basic_machine=m68k-apollo
++ os=-bsd
++ ;;
++ aros)
++ basic_machine=i386-pc
++ os=-aros
++ ;;
++ aux)
++ basic_machine=m68k-apple
++ os=-aux
++ ;;
++ balance)
++ basic_machine=ns32k-sequent
++ os=-dynix
++ ;;
++ blackfin)
++ basic_machine=bfin-unknown
++ os=-linux
++ ;;
++ blackfin-*)
++ basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
++ os=-linux
++ ;;
++ bluegene*)
++ basic_machine=powerpc-ibm
++ os=-cnk
++ ;;
++ c54x-*)
++ basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
++ ;;
++ c55x-*)
++ basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
++ ;;
++ c6x-*)
++ basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
++ ;;
++ c90)
++ basic_machine=c90-cray
++ os=-unicos
++ ;;
++ cegcc)
++ basic_machine=arm-unknown
++ os=-cegcc
++ ;;
++ convex-c1)
++ basic_machine=c1-convex
++ os=-bsd
++ ;;
++ convex-c2)
++ basic_machine=c2-convex
++ os=-bsd
++ ;;
++ convex-c32)
++ basic_machine=c32-convex
++ os=-bsd
++ ;;
++ convex-c34)
++ basic_machine=c34-convex
++ os=-bsd
++ ;;
++ convex-c38)
++ basic_machine=c38-convex
++ os=-bsd
++ ;;
++ cray | j90)
++ basic_machine=j90-cray
++ os=-unicos
++ ;;
++ craynv)
++ basic_machine=craynv-cray
++ os=-unicosmp
++ ;;
++ cr16 | cr16-*)
++ basic_machine=cr16-unknown
++ os=-elf
++ ;;
++ crds | unos)
++ basic_machine=m68k-crds
++ ;;
++ crisv32 | crisv32-* | etraxfs*)
++ basic_machine=crisv32-axis
++ ;;
++ cris | cris-* | etrax*)
++ basic_machine=cris-axis
++ ;;
++ crx)
++ basic_machine=crx-unknown
++ os=-elf
++ ;;
++ da30 | da30-*)
++ basic_machine=m68k-da30
++ ;;
++ decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
++ basic_machine=mips-dec
++ ;;
++ decsystem10* | dec10*)
++ basic_machine=pdp10-dec
++ os=-tops10
++ ;;
++ decsystem20* | dec20*)
++ basic_machine=pdp10-dec
++ os=-tops20
++ ;;
++ delta | 3300 | motorola-3300 | motorola-delta \
++ | 3300-motorola | delta-motorola)
++ basic_machine=m68k-motorola
++ ;;
++ delta88)
++ basic_machine=m88k-motorola
++ os=-sysv3
++ ;;
++ dicos)
++ basic_machine=i686-pc
++ os=-dicos
++ ;;
++ djgpp)
++ basic_machine=i586-pc
++ os=-msdosdjgpp
++ ;;
++ dpx20 | dpx20-*)
++ basic_machine=rs6000-bull
++ os=-bosx
++ ;;
++ dpx2* | dpx2*-bull)
++ basic_machine=m68k-bull
++ os=-sysv3
++ ;;
++ ebmon29k)
++ basic_machine=a29k-amd
++ os=-ebmon
++ ;;
++ elxsi)
++ basic_machine=elxsi-elxsi
++ os=-bsd
++ ;;
++ encore | umax | mmax)
++ basic_machine=ns32k-encore
++ ;;
++ es1800 | OSE68k | ose68k | ose | OSE)
++ basic_machine=m68k-ericsson
++ os=-ose
++ ;;
++ fx2800)
++ basic_machine=i860-alliant
++ ;;
++ genix)
++ basic_machine=ns32k-ns
++ ;;
++ gmicro)
++ basic_machine=tron-gmicro
++ os=-sysv
++ ;;
++ go32)
++ basic_machine=i386-pc
++ os=-go32
++ ;;
++ h3050r* | hiux*)
++ basic_machine=hppa1.1-hitachi
++ os=-hiuxwe2
++ ;;
++ h8300hms)
++ basic_machine=h8300-hitachi
++ os=-hms
++ ;;
++ h8300xray)
++ basic_machine=h8300-hitachi
++ os=-xray
++ ;;
++ h8500hms)
++ basic_machine=h8500-hitachi
++ os=-hms
++ ;;
++ harris)
++ basic_machine=m88k-harris
++ os=-sysv3
++ ;;
++ hp300-*)
++ basic_machine=m68k-hp
++ ;;
++ hp300bsd)
++ basic_machine=m68k-hp
++ os=-bsd
++ ;;
++ hp300hpux)
++ basic_machine=m68k-hp
++ os=-hpux
++ ;;
++ hp3k9[0-9][0-9] | hp9[0-9][0-9])
++ basic_machine=hppa1.0-hp
++ ;;
++ hp9k2[0-9][0-9] | hp9k31[0-9])
++ basic_machine=m68000-hp
++ ;;
++ hp9k3[2-9][0-9])
++ basic_machine=m68k-hp
++ ;;
++ hp9k6[0-9][0-9] | hp6[0-9][0-9])
++ basic_machine=hppa1.0-hp
++ ;;
++ hp9k7[0-79][0-9] | hp7[0-79][0-9])
++ basic_machine=hppa1.1-hp
++ ;;
++ hp9k78[0-9] | hp78[0-9])
++ # FIXME: really hppa2.0-hp
++ basic_machine=hppa1.1-hp
++ ;;
++ hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893)
++ # FIXME: really hppa2.0-hp
++ basic_machine=hppa1.1-hp
++ ;;
++ hp9k8[0-9][13679] | hp8[0-9][13679])
++ basic_machine=hppa1.1-hp
++ ;;
++ hp9k8[0-9][0-9] | hp8[0-9][0-9])
++ basic_machine=hppa1.0-hp
++ ;;
++ hppa-next)
++ os=-nextstep3
++ ;;
++ hppaosf)
++ basic_machine=hppa1.1-hp
++ os=-osf
++ ;;
++ hppro)
++ basic_machine=hppa1.1-hp
++ os=-proelf
++ ;;
++ i370-ibm* | ibm*)
++ basic_machine=i370-ibm
++ ;;
++# I'm not sure what "Sysv32" means. Should this be sysv3.2?
++ i*86v32)
++ basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
++ os=-sysv32
++ ;;
++ i*86v4*)
++ basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
++ os=-sysv4
++ ;;
++ i*86v)
++ basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
++ os=-sysv
++ ;;
++ i*86sol2)
++ basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
++ os=-solaris2
++ ;;
++ i386mach)
++ basic_machine=i386-mach
++ os=-mach
++ ;;
++ i386-vsta | vsta)
++ basic_machine=i386-unknown
++ os=-vsta
++ ;;
++ iris | iris4d)
++ basic_machine=mips-sgi
++ case $os in
++ -irix*)
++ ;;
++ *)
++ os=-irix4
++ ;;
++ esac
++ ;;
++ isi68 | isi)
++ basic_machine=m68k-isi
++ os=-sysv
++ ;;
++ m68knommu)
++ basic_machine=m68k-unknown
++ os=-linux
++ ;;
++ m68knommu-*)
++ basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
++ os=-linux
++ ;;
++ m88k-omron*)
++ basic_machine=m88k-omron
++ ;;
++ magnum | m3230)
++ basic_machine=mips-mips
++ os=-sysv
++ ;;
++ merlin)
++ basic_machine=ns32k-utek
++ os=-sysv
++ ;;
++ microblaze)
++ basic_machine=microblaze-xilinx
++ ;;
++ mingw32)
++ basic_machine=i386-pc
++ os=-mingw32
++ ;;
++ mingw32ce)
++ basic_machine=arm-unknown
++ os=-mingw32ce
++ ;;
++ miniframe)
++ basic_machine=m68000-convergent
++ ;;
++ *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*)
++ basic_machine=m68k-atari
++ os=-mint
++ ;;
++ mips3*-*)
++ basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
++ ;;
++ mips3*)
++ basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
++ ;;
++ monitor)
++ basic_machine=m68k-rom68k
++ os=-coff
++ ;;
++ morphos)
++ basic_machine=powerpc-unknown
++ os=-morphos
++ ;;
++ msdos)
++ basic_machine=i386-pc
++ os=-msdos
++ ;;
++ ms1-*)
++ basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
++ ;;
++ mvs)
++ basic_machine=i370-ibm
++ os=-mvs
++ ;;
++ ncr3000)
++ basic_machine=i486-ncr
++ os=-sysv4
++ ;;
++ netbsd386)
++ basic_machine=i386-unknown
++ os=-netbsd
++ ;;
++ netwinder)
++ basic_machine=armv4l-rebel
++ os=-linux
++ ;;
++ news | news700 | news800 | news900)
++ basic_machine=m68k-sony
++ os=-newsos
++ ;;
++ news1000)
++ basic_machine=m68030-sony
++ os=-newsos
++ ;;
++ news-3600 | risc-news)
++ basic_machine=mips-sony
++ os=-newsos
++ ;;
++ necv70)
++ basic_machine=v70-nec
++ os=-sysv
++ ;;
++ next | m*-next )
++ basic_machine=m68k-next
++ case $os in
++ -nextstep* )
++ ;;
++ -ns2*)
++ os=-nextstep2
++ ;;
++ *)
++ os=-nextstep3
++ ;;
++ esac
++ ;;
++ nh3000)
++ basic_machine=m68k-harris
++ os=-cxux
++ ;;
++ nh[45]000)
++ basic_machine=m88k-harris
++ os=-cxux
++ ;;
++ nindy960)
++ basic_machine=i960-intel
++ os=-nindy
++ ;;
++ mon960)
++ basic_machine=i960-intel
++ os=-mon960
++ ;;
++ nonstopux)
++ basic_machine=mips-compaq
++ os=-nonstopux
++ ;;
++ np1)
++ basic_machine=np1-gould
++ ;;
++ neo-tandem)
++ basic_machine=neo-tandem
++ ;;
++ nse-tandem)
++ basic_machine=nse-tandem
++ ;;
++ nsr-tandem)
++ basic_machine=nsr-tandem
++ ;;
++ op50n-* | op60c-*)
++ basic_machine=hppa1.1-oki
++ os=-proelf
++ ;;
++ openrisc | openrisc-*)
++ basic_machine=or32-unknown
++ ;;
++ os400)
++ basic_machine=powerpc-ibm
++ os=-os400
++ ;;
++ OSE68000 | ose68000)
++ basic_machine=m68000-ericsson
++ os=-ose
++ ;;
++ os68k)
++ basic_machine=m68k-none
++ os=-os68k
++ ;;
++ pa-hitachi)
++ basic_machine=hppa1.1-hitachi
++ os=-hiuxwe2
++ ;;
++ paragon)
++ basic_machine=i860-intel
++ os=-osf
++ ;;
++ parisc)
++ basic_machine=hppa-unknown
++ os=-linux
++ ;;
++ parisc-*)
++ basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
++ os=-linux
++ ;;
++ pbd)
++ basic_machine=sparc-tti
++ ;;
++ pbb)
++ basic_machine=m68k-tti
++ ;;
++ pc532 | pc532-*)
++ basic_machine=ns32k-pc532
++ ;;
++ pc98)
++ basic_machine=i386-pc
++ ;;
++ pc98-*)
++ basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
++ ;;
++ pentium | p5 | k5 | k6 | nexgen | viac3)
++ basic_machine=i586-pc
++ ;;
++ pentiumpro | p6 | 6x86 | athlon | athlon_*)
++ basic_machine=i686-pc
++ ;;
++ pentiumii | pentium2 | pentiumiii | pentium3)
++ basic_machine=i686-pc
++ ;;
++ pentium4)
++ basic_machine=i786-pc
++ ;;
++ pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
++ basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
++ ;;
++ pentiumpro-* | p6-* | 6x86-* | athlon-*)
++ basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
++ ;;
++ pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
++ basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
++ ;;
++ pentium4-*)
++ basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
++ ;;
++ pn)
++ basic_machine=pn-gould
++ ;;
++ power) basic_machine=power-ibm
++ ;;
++ ppc | ppcbe) basic_machine=powerpc-unknown
++ ;;
++ ppc-* | ppcbe-*)
++ basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
++ ;;
++ ppcle | powerpclittle | ppc-le | powerpc-little)
++ basic_machine=powerpcle-unknown
++ ;;
++ ppcle-* | powerpclittle-*)
++ basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
++ ;;
++ ppc64) basic_machine=powerpc64-unknown
++ ;;
++ ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
++ ;;
++ ppc64le | powerpc64little | ppc64-le | powerpc64-little)
++ basic_machine=powerpc64le-unknown
++ ;;
++ ppc64le-* | powerpc64little-*)
++ basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
++ ;;
++ ps2)
++ basic_machine=i386-ibm
++ ;;
++ pw32)
++ basic_machine=i586-unknown
++ os=-pw32
++ ;;
++ rdos)
++ basic_machine=i386-pc
++ os=-rdos
++ ;;
++ rom68k)
++ basic_machine=m68k-rom68k
++ os=-coff
++ ;;
++ rm[46]00)
++ basic_machine=mips-siemens
++ ;;
++ rtpc | rtpc-*)
++ basic_machine=romp-ibm
++ ;;
++ s390 | s390-*)
++ basic_machine=s390-ibm
++ ;;
++ s390x | s390x-*)
++ basic_machine=s390x-ibm
++ ;;
++ sa29200)
++ basic_machine=a29k-amd
++ os=-udi
++ ;;
++ sb1)
++ basic_machine=mipsisa64sb1-unknown
++ ;;
++ sb1el)
++ basic_machine=mipsisa64sb1el-unknown
++ ;;
++ sde)
++ basic_machine=mipsisa32-sde
++ os=-elf
++ ;;
++ sei)
++ basic_machine=mips-sei
++ os=-seiux
++ ;;
++ sequent)
++ basic_machine=i386-sequent
++ ;;
++ sh)
++ basic_machine=sh-hitachi
++ os=-hms
++ ;;
++ sh5el)
++ basic_machine=sh5le-unknown
++ ;;
++ sh64)
++ basic_machine=sh64-unknown
++ ;;
++ sparclite-wrs | simso-wrs)
++ basic_machine=sparclite-wrs
++ os=-vxworks
++ ;;
++ sps7)
++ basic_machine=m68k-bull
++ os=-sysv2
++ ;;
++ spur)
++ basic_machine=spur-unknown
++ ;;
++ st2000)
++ basic_machine=m68k-tandem
++ ;;
++ stratus)
++ basic_machine=i860-stratus
++ os=-sysv4
++ ;;
++ strongarm-* | thumb-*)
++ basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
++ ;;
++ sun2)
++ basic_machine=m68000-sun
++ ;;
++ sun2os3)
++ basic_machine=m68000-sun
++ os=-sunos3
++ ;;
++ sun2os4)
++ basic_machine=m68000-sun
++ os=-sunos4
++ ;;
++ sun3os3)
++ basic_machine=m68k-sun
++ os=-sunos3
++ ;;
++ sun3os4)
++ basic_machine=m68k-sun
++ os=-sunos4
++ ;;
++ sun4os3)
++ basic_machine=sparc-sun
++ os=-sunos3
++ ;;
++ sun4os4)
++ basic_machine=sparc-sun
++ os=-sunos4
++ ;;
++ sun4sol2)
++ basic_machine=sparc-sun
++ os=-solaris2
++ ;;
++ sun3 | sun3-*)
++ basic_machine=m68k-sun
++ ;;
++ sun4)
++ basic_machine=sparc-sun
++ ;;
++ sun386 | sun386i | roadrunner)
++ basic_machine=i386-sun
++ ;;
++ sv1)
++ basic_machine=sv1-cray
++ os=-unicos
++ ;;
++ symmetry)
++ basic_machine=i386-sequent
++ os=-dynix
++ ;;
++ t3e)
++ basic_machine=alphaev5-cray
++ os=-unicos
++ ;;
++ t90)
++ basic_machine=t90-cray
++ os=-unicos
++ ;;
++ # This must be matched before tile*.
++ tilegx*)
++ basic_machine=tilegx-unknown
++ os=-linux-gnu
++ ;;
++ tile*)
++ basic_machine=tile-unknown
++ os=-linux-gnu
++ ;;
++ tx39)
++ basic_machine=mipstx39-unknown
++ ;;
++ tx39el)
++ basic_machine=mipstx39el-unknown
++ ;;
++ toad1)
++ basic_machine=pdp10-xkl
++ os=-tops20
++ ;;
++ tower | tower-32)
++ basic_machine=m68k-ncr
++ ;;
++ tpf)
++ basic_machine=s390x-ibm
++ os=-tpf
++ ;;
++ udi29k)
++ basic_machine=a29k-amd
++ os=-udi
++ ;;
++ ultra3)
++ basic_machine=a29k-nyu
++ os=-sym1
++ ;;
++ v810 | necv810)
++ basic_machine=v810-nec
++ os=-none
++ ;;
++ vaxv)
++ basic_machine=vax-dec
++ os=-sysv
++ ;;
++ vms)
++ basic_machine=vax-dec
++ os=-vms
++ ;;
++ vpp*|vx|vx-*)
++ basic_machine=f301-fujitsu
++ ;;
++ vxworks960)
++ basic_machine=i960-wrs
++ os=-vxworks
++ ;;
++ vxworks68)
++ basic_machine=m68k-wrs
++ os=-vxworks
++ ;;
++ vxworks29k)
++ basic_machine=a29k-wrs
++ os=-vxworks
++ ;;
++ w65*)
++ basic_machine=w65-wdc
++ os=-none
++ ;;
++ w89k-*)
++ basic_machine=hppa1.1-winbond
++ os=-proelf
++ ;;
++ xbox)
++ basic_machine=i686-pc
++ os=-mingw32
++ ;;
++ xps | xps100)
++ basic_machine=xps100-honeywell
++ ;;
++ xscale-* | xscalee[bl]-*)
++ basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
++ ;;
++ ymp)
++ basic_machine=ymp-cray
++ os=-unicos
++ ;;
++ z8k-*-coff)
++ basic_machine=z8k-unknown
++ os=-sim
++ ;;
++ z80-*-coff)
++ basic_machine=z80-unknown
++ os=-sim
++ ;;
++ none)
++ basic_machine=none-none
++ os=-none
++ ;;
++
++# Here we handle the default manufacturer of certain CPU types. It is in
++# some cases the only manufacturer, in others, it is the most popular.
++ w89k)
++ basic_machine=hppa1.1-winbond
++ ;;
++ op50n)
++ basic_machine=hppa1.1-oki
++ ;;
++ op60c)
++ basic_machine=hppa1.1-oki
++ ;;
++ romp)
++ basic_machine=romp-ibm
++ ;;
++ mmix)
++ basic_machine=mmix-knuth
++ ;;
++ rs6000)
++ basic_machine=rs6000-ibm
++ ;;
++ vax)
++ basic_machine=vax-dec
++ ;;
++ pdp10)
++ # there are many clones, so DEC is not a safe bet
++ basic_machine=pdp10-unknown
++ ;;
++ pdp11)
++ basic_machine=pdp11-dec
++ ;;
++ we32k)
++ basic_machine=we32k-att
++ ;;
++ sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele)
++ basic_machine=sh-unknown
++ ;;
++ sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v)
++ basic_machine=sparc-sun
++ ;;
++ cydra)
++ basic_machine=cydra-cydrome
++ ;;
++ orion)
++ basic_machine=orion-highlevel
++ ;;
++ orion105)
++ basic_machine=clipper-highlevel
++ ;;
++ mac | mpw | mac-mpw)
++ basic_machine=m68k-apple
++ ;;
++ pmac | pmac-mpw)
++ basic_machine=powerpc-apple
++ ;;
++ *-unknown)
++ # Make sure to match an already-canonicalized machine name.
++ ;;
++ *)
++ echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
++ exit 1
++ ;;
++esac
++
++# Here we canonicalize certain aliases for manufacturers.
++case $basic_machine in
++ *-digital*)
++ basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
++ ;;
++ *-commodore*)
++ basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
++ ;;
++ *)
++ ;;
++esac
++
++# Decode manufacturer-specific aliases for certain operating systems.
++
++if [ x"$os" != x"" ]
++then
++case $os in
++ # First match some system type aliases
++ # that might get confused with valid system types.
++ # -solaris* is a basic system type, with this one exception.
++ -auroraux)
++ os=-auroraux
++ ;;
++ -solaris1 | -solaris1.*)
++ os=`echo $os | sed -e 's|solaris1|sunos4|'`
++ ;;
++ -solaris)
++ os=-solaris2
++ ;;
++ -svr4*)
++ os=-sysv4
++ ;;
++ -unixware*)
++ os=-sysv4.2uw
++ ;;
++ -gnu/linux*)
++ os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
++ ;;
++ # First accept the basic system types.
++ # The portable systems comes first.
++ # Each alternative MUST END IN A *, to match a version number.
++ # -sysv* is not here because it comes later, after sysvr4.
++ -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
++ | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\
++ | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \
++ | -sym* | -kopensolaris* \
++ | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
++ | -aos* | -aros* \
++ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
++ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
++ | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
++ | -openbsd* | -solidbsd* \
++ | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
++ | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
++ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
++ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
++ | -chorusos* | -chorusrdb* | -cegcc* \
++ | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
++ | -mingw32* | -linux-gnu* | -linux-android* \
++ | -linux-newlib* | -linux-uclibc* \
++ | -uxpv* | -beos* | -mpeix* | -udk* \
++ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
++ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
++ | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
++ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
++ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
++ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
++ | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*)
++ # Remember, each alternative MUST END IN *, to match a version number.
++ ;;
++ -qnx*)
++ case $basic_machine in
++ x86-* | i*86-*)
++ ;;
++ *)
++ os=-nto$os
++ ;;
++ esac
++ ;;
++ -nto-qnx*)
++ ;;
++ -nto*)
++ os=`echo $os | sed -e 's|nto|nto-qnx|'`
++ ;;
++ -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
++ | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \
++ | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
++ ;;
++ -mac*)
++ os=`echo $os | sed -e 's|mac|macos|'`
++ ;;
++ -linux-dietlibc)
++ os=-linux-dietlibc
++ ;;
++ -linux*)
++ os=`echo $os | sed -e 's|linux|linux-gnu|'`
++ ;;
++ -sunos5*)
++ os=`echo $os | sed -e 's|sunos5|solaris2|'`
++ ;;
++ -sunos6*)
++ os=`echo $os | sed -e 's|sunos6|solaris3|'`
++ ;;
++ -opened*)
++ os=-openedition
++ ;;
++ -os400*)
++ os=-os400
++ ;;
++ -wince*)
++ os=-wince
++ ;;
++ -osfrose*)
++ os=-osfrose
++ ;;
++ -osf*)
++ os=-osf
++ ;;
++ -utek*)
++ os=-bsd
++ ;;
++ -dynix*)
++ os=-bsd
++ ;;
++ -acis*)
++ os=-aos
++ ;;
++ -atheos*)
++ os=-atheos
++ ;;
++ -syllable*)
++ os=-syllable
++ ;;
++ -386bsd)
++ os=-bsd
++ ;;
++ -ctix* | -uts*)
++ os=-sysv
++ ;;
++ -nova*)
++ os=-rtmk-nova
++ ;;
++ -ns2 )
++ os=-nextstep2
++ ;;
++ -nsk*)
++ os=-nsk
++ ;;
++ # Preserve the version number of sinix5.
++ -sinix5.*)
++ os=`echo $os | sed -e 's|sinix|sysv|'`
++ ;;
++ -sinix*)
++ os=-sysv4
++ ;;
++ -tpf*)
++ os=-tpf
++ ;;
++ -triton*)
++ os=-sysv3
++ ;;
++ -oss*)
++ os=-sysv3
++ ;;
++ -svr4)
++ os=-sysv4
++ ;;
++ -svr3)
++ os=-sysv3
++ ;;
++ -sysvr4)
++ os=-sysv4
++ ;;
++ # This must come after -sysvr4.
++ -sysv*)
++ ;;
++ -ose*)
++ os=-ose
++ ;;
++ -es1800*)
++ os=-ose
++ ;;
++ -xenix)
++ os=-xenix
++ ;;
++ -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
++ os=-mint
++ ;;
++ -aros*)
++ os=-aros
++ ;;
++ -kaos*)
++ os=-kaos
++ ;;
++ -zvmoe)
++ os=-zvmoe
++ ;;
++ -dicos*)
++ os=-dicos
++ ;;
++ -nacl*)
++ ;;
++ -none)
++ ;;
++ *)
++ # Get rid of the `-' at the beginning of $os.
++ os=`echo $os | sed 's/[^-]*-//'`
++ echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
++ exit 1
++ ;;
++esac
++else
++
++# Here we handle the default operating systems that come with various machines.
++# The value should be what the vendor currently ships out the door with their
++# machine or put another way, the most popular os provided with the machine.
++
++# Note that if you're going to try to match "-MANUFACTURER" here (say,
++# "-sun"), then you have to tell the case statement up towards the top
++# that MANUFACTURER isn't an operating system. Otherwise, code above
++# will signal an error saying that MANUFACTURER isn't an operating
++# system, and we'll never get to this point.
++
++case $basic_machine in
++ score-*)
++ os=-elf
++ ;;
++ spu-*)
++ os=-elf
++ ;;
++ *-acorn)
++ os=-riscix1.2
++ ;;
++ arm*-rebel)
++ os=-linux
++ ;;
++ arm*-semi)
++ os=-aout
++ ;;
++ c4x-* | tic4x-*)
++ os=-coff
++ ;;
++ tic54x-*)
++ os=-coff
++ ;;
++ tic55x-*)
++ os=-coff
++ ;;
++ tic6x-*)
++ os=-coff
++ ;;
++ # This must come before the *-dec entry.
++ pdp10-*)
++ os=-tops20
++ ;;
++ pdp11-*)
++ os=-none
++ ;;
++ *-dec | vax-*)
++ os=-ultrix4.2
++ ;;
++ m68*-apollo)
++ os=-domain
++ ;;
++ i386-sun)
++ os=-sunos4.0.2
++ ;;
++ m68000-sun)
++ os=-sunos3
++ # This also exists in the configure program, but was not the
++ # default.
++ # os=-sunos4
++ ;;
++ m68*-cisco)
++ os=-aout
++ ;;
++ mep-*)
++ os=-elf
++ ;;
++ mips*-cisco)
++ os=-elf
++ ;;
++ mips*-*)
++ os=-elf
++ ;;
++ or32-*)
++ os=-coff
++ ;;
++ *-tti) # must be before sparc entry or we get the wrong os.
++ os=-sysv3
++ ;;
++ sparc-* | *-sun)
++ os=-sunos4.1.1
++ ;;
++ *-be)
++ os=-beos
++ ;;
++ *-haiku)
++ os=-haiku
++ ;;
++ *-ibm)
++ os=-aix
++ ;;
++ *-knuth)
++ os=-mmixware
++ ;;
++ *-wec)
++ os=-proelf
++ ;;
++ *-winbond)
++ os=-proelf
++ ;;
++ *-oki)
++ os=-proelf
++ ;;
++ *-hp)
++ os=-hpux
++ ;;
++ *-hitachi)
++ os=-hiux
++ ;;
++ i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
++ os=-sysv
++ ;;
++ *-cbm)
++ os=-amigaos
++ ;;
++ *-dg)
++ os=-dgux
++ ;;
++ *-dolphin)
++ os=-sysv3
++ ;;
++ m68k-ccur)
++ os=-rtu
++ ;;
++ m88k-omron*)
++ os=-luna
++ ;;
++ *-next )
++ os=-nextstep
++ ;;
++ *-sequent)
++ os=-ptx
++ ;;
++ *-crds)
++ os=-unos
++ ;;
++ *-ns)
++ os=-genix
++ ;;
++ i370-*)
++ os=-mvs
++ ;;
++ *-next)
++ os=-nextstep3
++ ;;
++ *-gould)
++ os=-sysv
++ ;;
++ *-highlevel)
++ os=-bsd
++ ;;
++ *-encore)
++ os=-bsd
++ ;;
++ *-sgi)
++ os=-irix
++ ;;
++ *-siemens)
++ os=-sysv4
++ ;;
++ *-masscomp)
++ os=-rtu
++ ;;
++ f30[01]-fujitsu | f700-fujitsu)
++ os=-uxpv
++ ;;
++ *-rom68k)
++ os=-coff
++ ;;
++ *-*bug)
++ os=-coff
++ ;;
++ *-apple)
++ os=-macos
++ ;;
++ *-atari*)
++ os=-mint
++ ;;
++ *)
++ os=-none
++ ;;
++esac
++fi
++
++# Here we handle the case where we know the os, and the CPU type, but not the
++# manufacturer. We pick the logical manufacturer.
++vendor=unknown
++case $basic_machine in
++ *-unknown)
++ case $os in
++ -riscix*)
++ vendor=acorn
++ ;;
++ -sunos*)
++ vendor=sun
++ ;;
++ -cnk*|-aix*)
++ vendor=ibm
++ ;;
++ -beos*)
++ vendor=be
++ ;;
++ -hpux*)
++ vendor=hp
++ ;;
++ -mpeix*)
++ vendor=hp
++ ;;
++ -hiux*)
++ vendor=hitachi
++ ;;
++ -unos*)
++ vendor=crds
++ ;;
++ -dgux*)
++ vendor=dg
++ ;;
++ -luna*)
++ vendor=omron
++ ;;
++ -genix*)
++ vendor=ns
++ ;;
++ -mvs* | -opened*)
++ vendor=ibm
++ ;;
++ -os400*)
++ vendor=ibm
++ ;;
++ -ptx*)
++ vendor=sequent
++ ;;
++ -tpf*)
++ vendor=ibm
++ ;;
++ -vxsim* | -vxworks* | -windiss*)
++ vendor=wrs
++ ;;
++ -aux*)
++ vendor=apple
++ ;;
++ -hms*)
++ vendor=hitachi
++ ;;
++ -mpw* | -macos*)
++ vendor=apple
++ ;;
++ -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
++ vendor=atari
++ ;;
++ -vos*)
++ vendor=stratus
++ ;;
++ esac
++ basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
++ ;;
++esac
++
++echo $basic_machine$os
++exit
++
++# Local variables:
++# eval: (add-hook 'write-file-hooks 'time-stamp)
++# time-stamp-start: "timestamp='"
++# time-stamp-format: "%:y-%02m-%02d"
++# time-stamp-end: "'"
++# End:
+--- adjtimex-1.29.orig/Makefile
++++ adjtimex-1.29/Makefile
+@@ -0,0 +1,78 @@
++#### Start of system configuration section. -*-makefile-*- ####
++ srcdir = .
++VPATH = .
++
++VERSION=1.29
++
++CFLAGS = -Wall -g -O2 -Wall
++prefix = /usr
++man1dir=${prefix}/share/man/man1
++exec_prefix = ${prefix}
++bindir=/sbin
++datadir = ${datarootdir}
++datarootdir = ${prefix}/share
++
++INSTALL=/usr/bin/install -c
++
++
++# Extension (not including `.') for the manual page filenames.
++manext = 8
++# Where to put the manual pages.
++mandir = $(prefix)/share/man/man$(manext)
++
++#### End of system configuration section. ####
++
++SRC = adjtimex.c adjtimex.8 mat.c mat.h install-sh configure.in \
++ configure Makefile.in config.h.in README README.ru adjtimex.lsm \
++ adjtimex.lsm.in COPYING COPYRIGHT ChangeLog
++
++all: adjtimex adjtimex.lsm Makefile
++
++configure config.h.in: configure.in
++ autoconf
++ autoheader
++Makefile config.h: Makefile.in config.h.in
++ ./configure
++
++adjtimex: adjtimex.c mat.o config.h Makefile
++ $(CC) $(CFLAGS) -I. -DVERSION=\"$(VERSION)\" -o adjtimex \
++ adjtimex.c mat.o -lm
++
++mat.o: mat.c
++ $(CC) $(CFLAGS) -c mat.c
++
++install: all
++ $(INSTALL) -g bin -m 755 -o root adjtimex $(bindir)/adjtimex
++ $(INSTALL) -d -g root -m 755 -o root $(mandir)
++ -$(INSTALL) -g root -m 644 -o root $(srcdir)/adjtimex.8 \
++ $(mandir)/adjtimex.$(manext)
++
++uninstall:
++ rm -f $(bindir)/adjtimex $(mandir)/adjtimex.$(manext)
++
++clean:
++ rm -f core *.o
++veryclean: clean
++ rm -f adjtimex
++
++adjtimex.lsm: adjtimex.lsm.in Makefile
++ sed -e 's/@VERSION@/$(VERSION)/' \
++ -e "s/@DATE@/`date +%Y-%m-%d`/" \
++ adjtimex.lsm.in >adjtimex.lsm
++
++shar: $(SRC)
++ distname=adjtimex-$(VERSION); \
++ shar $(SRC) >$$distname.shar
++
++dist: $(SRC)
++ distname=adjtimex-$(VERSION); \
++ rm -fr $$distname; \
++ mkdir $$distname; \
++ for file in $(SRC); do \
++ ln $$file $$distname/$$file \
++ || { echo copying $$file instead; cp -p $$file $$distname/$$file;}; \
++ done; \
++ chmod -R a+rX $$distname; \
++ tar -chz -f $$distname.tar.gz $$distname; \
++ rm -fr $$distname
++
+--- adjtimex-1.29.orig/config.guess
++++ adjtimex-1.29/config.guess
+@@ -0,0 +1,1517 @@
++#! /bin/sh
++# Attempt to guess a canonical system name.
++# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
++# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
++# 2011 Free Software Foundation, Inc.
++
++timestamp='2011-05-11'
++
++# This file is free software; you can redistribute it and/or modify it
++# under the terms of the GNU General Public License as published by
++# the Free Software Foundation; either version 2 of the License, or
++# (at your option) any later version.
++#
++# This program is distributed in the hope that it will be useful, but
++# WITHOUT ANY WARRANTY; without even the implied warranty of
++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
++# General Public License for more details.
++#
++# You should have received a copy of the GNU General Public License
++# along with this program; if not, write to the Free Software
++# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
++# 02110-1301, USA.
++#
++# As a special exception to the GNU General Public License, if you
++# distribute this file as part of a program that contains a
++# configuration script generated by Autoconf, you may include it under
++# the same distribution terms that you use for the rest of that program.
++
++
++# Originally written by Per Bothner. Please send patches (context
++# diff format) to <config-patches@gnu.org> and include a ChangeLog
++# entry.
++#
++# This script attempts to guess a canonical system name similar to
++# config.sub. If it succeeds, it prints the system name on stdout, and
++# exits with 0. Otherwise, it exits with 1.
++#
++# You can get the latest version of this script from:
++# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
++
++me=`echo "$0" | sed -e 's,.*/,,'`
++
++usage="\
++Usage: $0 [OPTION]
++
++Output the configuration name of the system \`$me' is run on.
++
++Operation modes:
++ -h, --help print this help, then exit
++ -t, --time-stamp print date of last modification, then exit
++ -v, --version print version number, then exit
++
++Report bugs and patches to <config-patches@gnu.org>."
++
++version="\
++GNU config.guess ($timestamp)
++
++Originally written by Per Bothner.
++Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
++2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free
++Software Foundation, Inc.
++
++This is free software; see the source for copying conditions. There is NO
++warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
++
++help="
++Try \`$me --help' for more information."
++
++# Parse command line
++while test $# -gt 0 ; do
++ case $1 in
++ --time-stamp | --time* | -t )
++ echo "$timestamp" ; exit ;;
++ --version | -v )
++ echo "$version" ; exit ;;
++ --help | --h* | -h )
++ echo "$usage"; exit ;;
++ -- ) # Stop option processing
++ shift; break ;;
++ - ) # Use stdin as input.
++ break ;;
++ -* )
++ echo "$me: invalid option $1$help" >&2
++ exit 1 ;;
++ * )
++ break ;;
++ esac
++done
++
++if test $# != 0; then
++ echo "$me: too many arguments$help" >&2
++ exit 1
++fi
++
++trap 'exit 1' 1 2 15
++
++# CC_FOR_BUILD -- compiler used by this script. Note that the use of a
++# compiler to aid in system detection is discouraged as it requires
++# temporary files to be created and, as you can see below, it is a
++# headache to deal with in a portable fashion.
++
++# Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still
++# use `HOST_CC' if defined, but it is deprecated.
++
++# Portable tmp directory creation inspired by the Autoconf team.
++
++set_cc_for_build='
++trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;
++trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ;
++: ${TMPDIR=/tmp} ;
++ { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
++ { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
++ { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } ||
++ { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
++dummy=$tmp/dummy ;
++tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ;
++case $CC_FOR_BUILD,$HOST_CC,$CC in
++ ,,) echo "int x;" > $dummy.c ;
++ for c in cc gcc c89 c99 ; do
++ if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then
++ CC_FOR_BUILD="$c"; break ;
++ fi ;
++ done ;
++ if test x"$CC_FOR_BUILD" = x ; then
++ CC_FOR_BUILD=no_compiler_found ;
++ fi
++ ;;
++ ,,*) CC_FOR_BUILD=$CC ;;
++ ,*,*) CC_FOR_BUILD=$HOST_CC ;;
++esac ; set_cc_for_build= ;'
++
++# This is needed to find uname on a Pyramid OSx when run in the BSD universe.
++# (ghazi@noc.rutgers.edu 1994-08-24)
++if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
++ PATH=$PATH:/.attbin ; export PATH
++fi
++
++UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
++UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
++UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
++UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
++
++# Note: order is significant - the case branches are not exclusive.
++
++case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
++ *:NetBSD:*:*)
++ # NetBSD (nbsd) targets should (where applicable) match one or
++ # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*,
++ # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently
++ # switched to ELF, *-*-netbsd* would select the old
++ # object file format. This provides both forward
++ # compatibility and a consistent mechanism for selecting the
++ # object file format.
++ #
++ # Note: NetBSD doesn't particularly care about the vendor
++ # portion of the name. We always set it to "unknown".
++ sysctl="sysctl -n hw.machine_arch"
++ UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \
++ /usr/sbin/$sysctl 2>/dev/null || echo unknown)`
++ case "${UNAME_MACHINE_ARCH}" in
++ armeb) machine=armeb-unknown ;;
++ arm*) machine=arm-unknown ;;
++ sh3el) machine=shl-unknown ;;
++ sh3eb) machine=sh-unknown ;;
++ sh5el) machine=sh5le-unknown ;;
++ *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
++ esac
++ # The Operating System including object format, if it has switched
++ # to ELF recently, or will in the future.
++ case "${UNAME_MACHINE_ARCH}" in
++ arm*|i386|m68k|ns32k|sh3*|sparc|vax)
++ eval $set_cc_for_build
++ if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
++ | grep -q __ELF__
++ then
++ # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout).
++ # Return netbsd for either. FIX?
++ os=netbsd
++ else
++ os=netbsdelf
++ fi
++ ;;
++ *)
++ os=netbsd
++ ;;
++ esac
++ # The OS release
++ # Debian GNU/NetBSD machines have a different userland, and
++ # thus, need a distinct triplet. However, they do not need
++ # kernel version information, so it can be replaced with a
++ # suitable tag, in the style of linux-gnu.
++ case "${UNAME_VERSION}" in
++ Debian*)
++ release='-gnu'
++ ;;
++ *)
++ release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
++ ;;
++ esac
++ # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
++ # contains redundant information, the shorter form:
++ # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
++ echo "${machine}-${os}${release}"
++ exit ;;
++ *:OpenBSD:*:*)
++ UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
++ echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
++ exit ;;
++ *:ekkoBSD:*:*)
++ echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE}
++ exit ;;
++ *:SolidBSD:*:*)
++ echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE}
++ exit ;;
++ macppc:MirBSD:*:*)
++ echo powerpc-unknown-mirbsd${UNAME_RELEASE}
++ exit ;;
++ *:MirBSD:*:*)
++ echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
++ exit ;;
++ alpha:OSF1:*:*)
++ case $UNAME_RELEASE in
++ *4.0)
++ UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
++ ;;
++ *5.*)
++ UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
++ ;;
++ esac
++ # According to Compaq, /usr/sbin/psrinfo has been available on
++ # OSF/1 and Tru64 systems produced since 1995. I hope that
++ # covers most systems running today. This code pipes the CPU
++ # types through head -n 1, so we only detect the type of CPU 0.
++ ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1`
++ case "$ALPHA_CPU_TYPE" in
++ "EV4 (21064)")
++ UNAME_MACHINE="alpha" ;;
++ "EV4.5 (21064)")
++ UNAME_MACHINE="alpha" ;;
++ "LCA4 (21066/21068)")
++ UNAME_MACHINE="alpha" ;;
++ "EV5 (21164)")
++ UNAME_MACHINE="alphaev5" ;;
++ "EV5.6 (21164A)")
++ UNAME_MACHINE="alphaev56" ;;
++ "EV5.6 (21164PC)")
++ UNAME_MACHINE="alphapca56" ;;
++ "EV5.7 (21164PC)")
++ UNAME_MACHINE="alphapca57" ;;
++ "EV6 (21264)")
++ UNAME_MACHINE="alphaev6" ;;
++ "EV6.7 (21264A)")
++ UNAME_MACHINE="alphaev67" ;;
++ "EV6.8CB (21264C)")
++ UNAME_MACHINE="alphaev68" ;;
++ "EV6.8AL (21264B)")
++ UNAME_MACHINE="alphaev68" ;;
++ "EV6.8CX (21264D)")
++ UNAME_MACHINE="alphaev68" ;;
++ "EV6.9A (21264/EV69A)")
++ UNAME_MACHINE="alphaev69" ;;
++ "EV7 (21364)")
++ UNAME_MACHINE="alphaev7" ;;
++ "EV7.9 (21364A)")
++ UNAME_MACHINE="alphaev79" ;;
++ esac
++ # A Pn.n version is a patched version.
++ # A Vn.n version is a released version.
++ # A Tn.n version is a released field test version.
++ # A Xn.n version is an unreleased experimental baselevel.
++ # 1.2 uses "1.2" for uname -r.
++ echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
++ # Reset EXIT trap before exiting to avoid spurious non-zero exit code.
++ exitcode=$?
++ trap '' 0
++ exit $exitcode ;;
++ Alpha\ *:Windows_NT*:*)
++ # How do we know it's Interix rather than the generic POSIX subsystem?
++ # Should we change UNAME_MACHINE based on the output of uname instead
++ # of the specific Alpha model?
++ echo alpha-pc-interix
++ exit ;;
++ 21064:Windows_NT:50:3)
++ echo alpha-dec-winnt3.5
++ exit ;;
++ Amiga*:UNIX_System_V:4.0:*)
++ echo m68k-unknown-sysv4
++ exit ;;
++ *:[Aa]miga[Oo][Ss]:*:*)
++ echo ${UNAME_MACHINE}-unknown-amigaos
++ exit ;;
++ *:[Mm]orph[Oo][Ss]:*:*)
++ echo ${UNAME_MACHINE}-unknown-morphos
++ exit ;;
++ *:OS/390:*:*)
++ echo i370-ibm-openedition
++ exit ;;
++ *:z/VM:*:*)
++ echo s390-ibm-zvmoe
++ exit ;;
++ *:OS400:*:*)
++ echo powerpc-ibm-os400
++ exit ;;
++ arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
++ echo arm-acorn-riscix${UNAME_RELEASE}
++ exit ;;
++ arm:riscos:*:*|arm:RISCOS:*:*)
++ echo arm-unknown-riscos
++ exit ;;
++ SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*)
++ echo hppa1.1-hitachi-hiuxmpp
++ exit ;;
++ Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*)
++ # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE.
++ if test "`(/bin/universe) 2>/dev/null`" = att ; then
++ echo pyramid-pyramid-sysv3
++ else
++ echo pyramid-pyramid-bsd
++ fi
++ exit ;;
++ NILE*:*:*:dcosx)
++ echo pyramid-pyramid-svr4
++ exit ;;
++ DRS?6000:unix:4.0:6*)
++ echo sparc-icl-nx6
++ exit ;;
++ DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*)
++ case `/usr/bin/uname -p` in
++ sparc) echo sparc-icl-nx7; exit ;;
++ esac ;;
++ s390x:SunOS:*:*)
++ echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
++ exit ;;
++ sun4H:SunOS:5.*:*)
++ echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
++ exit ;;
++ sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
++ echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
++ exit ;;
++ i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*)
++ echo i386-pc-auroraux${UNAME_RELEASE}
++ exit ;;
++ i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
++ eval $set_cc_for_build
++ SUN_ARCH="i386"
++ # If there is a compiler, see if it is configured for 64-bit objects.
++ # Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
++ # This test works for both compilers.
++ if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
++ if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \
++ (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
++ grep IS_64BIT_ARCH >/dev/null
++ then
++ SUN_ARCH="x86_64"
++ fi
++ fi
++ echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
++ exit ;;
++ sun4*:SunOS:6*:*)
++ # According to config.sub, this is the proper way to canonicalize
++ # SunOS6. Hard to guess exactly what SunOS6 will be like, but
++ # it's likely to be more like Solaris than SunOS4.
++ echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
++ exit ;;
++ sun4*:SunOS:*:*)
++ case "`/usr/bin/arch -k`" in
++ Series*|S4*)
++ UNAME_RELEASE=`uname -v`
++ ;;
++ esac
++ # Japanese Language versions have a version number like `4.1.3-JL'.
++ echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
++ exit ;;
++ sun3*:SunOS:*:*)
++ echo m68k-sun-sunos${UNAME_RELEASE}
++ exit ;;
++ sun*:*:4.2BSD:*)
++ UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
++ test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
++ case "`/bin/arch`" in
++ sun3)
++ echo m68k-sun-sunos${UNAME_RELEASE}
++ ;;
++ sun4)
++ echo sparc-sun-sunos${UNAME_RELEASE}
++ ;;
++ esac
++ exit ;;
++ aushp:SunOS:*:*)
++ echo sparc-auspex-sunos${UNAME_RELEASE}
++ exit ;;
++ # The situation for MiNT is a little confusing. The machine name
++ # can be virtually everything (everything which is not
++ # "atarist" or "atariste" at least should have a processor
++ # > m68000). The system name ranges from "MiNT" over "FreeMiNT"
++ # to the lowercase version "mint" (or "freemint"). Finally
++ # the system name "TOS" denotes a system which is actually not
++ # MiNT. But MiNT is downward compatible to TOS, so this should
++ # be no problem.
++ atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*)
++ echo m68k-atari-mint${UNAME_RELEASE}
++ exit ;;
++ atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*)
++ echo m68k-atari-mint${UNAME_RELEASE}
++ exit ;;
++ *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*)
++ echo m68k-atari-mint${UNAME_RELEASE}
++ exit ;;
++ milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*)
++ echo m68k-milan-mint${UNAME_RELEASE}
++ exit ;;
++ hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*)
++ echo m68k-hades-mint${UNAME_RELEASE}
++ exit ;;
++ *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*)
++ echo m68k-unknown-mint${UNAME_RELEASE}
++ exit ;;
++ m68k:machten:*:*)
++ echo m68k-apple-machten${UNAME_RELEASE}
++ exit ;;
++ powerpc:machten:*:*)
++ echo powerpc-apple-machten${UNAME_RELEASE}
++ exit ;;
++ RISC*:Mach:*:*)
++ echo mips-dec-mach_bsd4.3
++ exit ;;
++ RISC*:ULTRIX:*:*)
++ echo mips-dec-ultrix${UNAME_RELEASE}
++ exit ;;
++ VAX*:ULTRIX*:*:*)
++ echo vax-dec-ultrix${UNAME_RELEASE}
++ exit ;;
++ 2020:CLIX:*:* | 2430:CLIX:*:*)
++ echo clipper-intergraph-clix${UNAME_RELEASE}
++ exit ;;
++ mips:*:*:UMIPS | mips:*:*:RISCos)
++ eval $set_cc_for_build
++ sed 's/^ //' << EOF >$dummy.c
++#ifdef __cplusplus
++#include <stdio.h> /* for printf() prototype */
++ int main (int argc, char *argv[]) {
++#else
++ int main (argc, argv) int argc; char *argv[]; {
++#endif
++ #if defined (host_mips) && defined (MIPSEB)
++ #if defined (SYSTYPE_SYSV)
++ printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0);
++ #endif
++ #if defined (SYSTYPE_SVR4)
++ printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0);
++ #endif
++ #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD)
++ printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0);
++ #endif
++ #endif
++ exit (-1);
++ }
++EOF
++ $CC_FOR_BUILD -o $dummy $dummy.c &&
++ dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
++ SYSTEM_NAME=`$dummy $dummyarg` &&
++ { echo "$SYSTEM_NAME"; exit; }
++ echo mips-mips-riscos${UNAME_RELEASE}
++ exit ;;
++ Motorola:PowerMAX_OS:*:*)
++ echo powerpc-motorola-powermax
++ exit ;;
++ Motorola:*:4.3:PL8-*)
++ echo powerpc-harris-powermax
++ exit ;;
++ Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*)
++ echo powerpc-harris-powermax
++ exit ;;
++ Night_Hawk:Power_UNIX:*:*)
++ echo powerpc-harris-powerunix
++ exit ;;
++ m88k:CX/UX:7*:*)
++ echo m88k-harris-cxux7
++ exit ;;
++ m88k:*:4*:R4*)
++ echo m88k-motorola-sysv4
++ exit ;;
++ m88k:*:3*:R3*)
++ echo m88k-motorola-sysv3
++ exit ;;
++ AViiON:dgux:*:*)
++ # DG/UX returns AViiON for all architectures
++ UNAME_PROCESSOR=`/usr/bin/uname -p`
++ if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ]
++ then
++ if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \
++ [ ${TARGET_BINARY_INTERFACE}x = x ]
++ then
++ echo m88k-dg-dgux${UNAME_RELEASE}
++ else
++ echo m88k-dg-dguxbcs${UNAME_RELEASE}
++ fi
++ else
++ echo i586-dg-dgux${UNAME_RELEASE}
++ fi
++ exit ;;
++ M88*:DolphinOS:*:*) # DolphinOS (SVR3)
++ echo m88k-dolphin-sysv3
++ exit ;;
++ M88*:*:R3*:*)
++ # Delta 88k system running SVR3
++ echo m88k-motorola-sysv3
++ exit ;;
++ XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3)
++ echo m88k-tektronix-sysv3
++ exit ;;
++ Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD)
++ echo m68k-tektronix-bsd
++ exit ;;
++ *:IRIX*:*:*)
++ echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
++ exit ;;
++ ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX.
++ echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
++ exit ;; # Note that: echo "'`uname -s`'" gives 'AIX '
++ i*86:AIX:*:*)
++ echo i386-ibm-aix
++ exit ;;
++ ia64:AIX:*:*)
++ if [ -x /usr/bin/oslevel ] ; then
++ IBM_REV=`/usr/bin/oslevel`
++ else
++ IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
++ fi
++ echo ${UNAME_MACHINE}-ibm-aix${IBM_REV}
++ exit ;;
++ *:AIX:2:3)
++ if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
++ eval $set_cc_for_build
++ sed 's/^ //' << EOF >$dummy.c
++ #include <sys/systemcfg.h>
++
++ main()
++ {
++ if (!__power_pc())
++ exit(1);
++ puts("powerpc-ibm-aix3.2.5");
++ exit(0);
++ }
++EOF
++ if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
++ then
++ echo "$SYSTEM_NAME"
++ else
++ echo rs6000-ibm-aix3.2.5
++ fi
++ elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
++ echo rs6000-ibm-aix3.2.4
++ else
++ echo rs6000-ibm-aix3.2
++ fi
++ exit ;;
++ *:AIX:*:[4567])
++ IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
++ if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
++ IBM_ARCH=rs6000
++ else
++ IBM_ARCH=powerpc
++ fi
++ if [ -x /usr/bin/oslevel ] ; then
++ IBM_REV=`/usr/bin/oslevel`
++ else
++ IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
++ fi
++ echo ${IBM_ARCH}-ibm-aix${IBM_REV}
++ exit ;;
++ *:AIX:*:*)
++ echo rs6000-ibm-aix
++ exit ;;
++ ibmrt:4.4BSD:*|romp-ibm:BSD:*)
++ echo romp-ibm-bsd4.4
++ exit ;;
++ ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and
++ echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to
++ exit ;; # report: romp-ibm BSD 4.3
++ *:BOSX:*:*)
++ echo rs6000-bull-bosx
++ exit ;;
++ DPX/2?00:B.O.S.:*:*)
++ echo m68k-bull-sysv3
++ exit ;;
++ 9000/[34]??:4.3bsd:1.*:*)
++ echo m68k-hp-bsd
++ exit ;;
++ hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*)
++ echo m68k-hp-bsd4.4
++ exit ;;
++ 9000/[34678]??:HP-UX:*:*)
++ HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
++ case "${UNAME_MACHINE}" in
++ 9000/31? ) HP_ARCH=m68000 ;;
++ 9000/[34]?? ) HP_ARCH=m68k ;;
++ 9000/[678][0-9][0-9])
++ if [ -x /usr/bin/getconf ]; then
++ sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null`
++ sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null`
++ case "${sc_cpu_version}" in
++ 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0
++ 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1
++ 532) # CPU_PA_RISC2_0
++ case "${sc_kernel_bits}" in
++ 32) HP_ARCH="hppa2.0n" ;;
++ 64) HP_ARCH="hppa2.0w" ;;
++ '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20
++ esac ;;
++ esac
++ fi
++ if [ "${HP_ARCH}" = "" ]; then
++ eval $set_cc_for_build
++ sed 's/^ //' << EOF >$dummy.c
++
++ #define _HPUX_SOURCE
++ #include <stdlib.h>
++ #include <unistd.h>
++
++ int main ()
++ {
++ #if defined(_SC_KERNEL_BITS)
++ long bits = sysconf(_SC_KERNEL_BITS);
++ #endif
++ long cpu = sysconf (_SC_CPU_VERSION);
++
++ switch (cpu)
++ {
++ case CPU_PA_RISC1_0: puts ("hppa1.0"); break;
++ case CPU_PA_RISC1_1: puts ("hppa1.1"); break;
++ case CPU_PA_RISC2_0:
++ #if defined(_SC_KERNEL_BITS)
++ switch (bits)
++ {
++ case 64: puts ("hppa2.0w"); break;
++ case 32: puts ("hppa2.0n"); break;
++ default: puts ("hppa2.0"); break;
++ } break;
++ #else /* !defined(_SC_KERNEL_BITS) */
++ puts ("hppa2.0"); break;
++ #endif
++ default: puts ("hppa1.0"); break;
++ }
++ exit (0);
++ }
++EOF
++ (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
++ test -z "$HP_ARCH" && HP_ARCH=hppa
++ fi ;;
++ esac
++ if [ ${HP_ARCH} = "hppa2.0w" ]
++ then
++ eval $set_cc_for_build
++
++ # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating
++ # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler
++ # generating 64-bit code. GNU and HP use different nomenclature:
++ #
++ # $ CC_FOR_BUILD=cc ./config.guess
++ # => hppa2.0w-hp-hpux11.23
++ # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess
++ # => hppa64-hp-hpux11.23
++
++ if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) |
++ grep -q __LP64__
++ then
++ HP_ARCH="hppa2.0w"
++ else
++ HP_ARCH="hppa64"
++ fi
++ fi
++ echo ${HP_ARCH}-hp-hpux${HPUX_REV}
++ exit ;;
++ ia64:HP-UX:*:*)
++ HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
++ echo ia64-hp-hpux${HPUX_REV}
++ exit ;;
++ 3050*:HI-UX:*:*)
++ eval $set_cc_for_build
++ sed 's/^ //' << EOF >$dummy.c
++ #include <unistd.h>
++ int
++ main ()
++ {
++ long cpu = sysconf (_SC_CPU_VERSION);
++ /* The order matters, because CPU_IS_HP_MC68K erroneously returns
++ true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct
++ results, however. */
++ if (CPU_IS_PA_RISC (cpu))
++ {
++ switch (cpu)
++ {
++ case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break;
++ case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break;
++ case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break;
++ default: puts ("hppa-hitachi-hiuxwe2"); break;
++ }
++ }
++ else if (CPU_IS_HP_MC68K (cpu))
++ puts ("m68k-hitachi-hiuxwe2");
++ else puts ("unknown-hitachi-hiuxwe2");
++ exit (0);
++ }
++EOF
++ $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
++ { echo "$SYSTEM_NAME"; exit; }
++ echo unknown-hitachi-hiuxwe2
++ exit ;;
++ 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* )
++ echo hppa1.1-hp-bsd
++ exit ;;
++ 9000/8??:4.3bsd:*:*)
++ echo hppa1.0-hp-bsd
++ exit ;;
++ *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*)
++ echo hppa1.0-hp-mpeix
++ exit ;;
++ hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* )
++ echo hppa1.1-hp-osf
++ exit ;;
++ hp8??:OSF1:*:*)
++ echo hppa1.0-hp-osf
++ exit ;;
++ i*86:OSF1:*:*)
++ if [ -x /usr/sbin/sysversion ] ; then
++ echo ${UNAME_MACHINE}-unknown-osf1mk
++ else
++ echo ${UNAME_MACHINE}-unknown-osf1
++ fi
++ exit ;;
++ parisc*:Lites*:*:*)
++ echo hppa1.1-hp-lites
++ exit ;;
++ C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*)
++ echo c1-convex-bsd
++ exit ;;
++ C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*)
++ if getsysinfo -f scalar_acc
++ then echo c32-convex-bsd
++ else echo c2-convex-bsd
++ fi
++ exit ;;
++ C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*)
++ echo c34-convex-bsd
++ exit ;;
++ C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*)
++ echo c38-convex-bsd
++ exit ;;
++ C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
++ echo c4-convex-bsd
++ exit ;;
++ CRAY*Y-MP:*:*:*)
++ echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
++ exit ;;
++ CRAY*[A-Z]90:*:*:*)
++ echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \
++ | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \
++ -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \
++ -e 's/\.[^.]*$/.X/'
++ exit ;;
++ CRAY*TS:*:*:*)
++ echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
++ exit ;;
++ CRAY*T3E:*:*:*)
++ echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
++ exit ;;
++ CRAY*SV1:*:*:*)
++ echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
++ exit ;;
++ *:UNICOS/mp:*:*)
++ echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
++ exit ;;
++ F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*)
++ FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
++ FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
++ FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
++ echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
++ exit ;;
++ 5000:UNIX_System_V:4.*:*)
++ FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
++ FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
++ echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
++ exit ;;
++ i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*)
++ echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
++ exit ;;
++ sparc*:BSD/OS:*:*)
++ echo sparc-unknown-bsdi${UNAME_RELEASE}
++ exit ;;
++ *:BSD/OS:*:*)
++ echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
++ exit ;;
++ *:FreeBSD:*:*)
++ case ${UNAME_MACHINE} in
++ pc98)
++ echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
++ amd64)
++ echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
++ *)
++ echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
++ esac
++ exit ;;
++ i*:CYGWIN*:*)
++ echo ${UNAME_MACHINE}-pc-cygwin
++ exit ;;
++ *:MINGW*:*)
++ echo ${UNAME_MACHINE}-pc-mingw32
++ exit ;;
++ i*:windows32*:*)
++ # uname -m includes "-pc" on this system.
++ echo ${UNAME_MACHINE}-mingw32
++ exit ;;
++ i*:PW*:*)
++ echo ${UNAME_MACHINE}-pc-pw32
++ exit ;;
++ *:Interix*:*)
++ case ${UNAME_MACHINE} in
++ x86)
++ echo i586-pc-interix${UNAME_RELEASE}
++ exit ;;
++ authenticamd | genuineintel | EM64T)
++ echo x86_64-unknown-interix${UNAME_RELEASE}
++ exit ;;
++ IA64)
++ echo ia64-unknown-interix${UNAME_RELEASE}
++ exit ;;
++ esac ;;
++ [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
++ echo i${UNAME_MACHINE}-pc-mks
++ exit ;;
++ 8664:Windows_NT:*)
++ echo x86_64-pc-mks
++ exit ;;
++ i*:Windows_NT*:* | Pentium*:Windows_NT*:*)
++ # How do we know it's Interix rather than the generic POSIX subsystem?
++ # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we
++ # UNAME_MACHINE based on the output of uname instead of i386?
++ echo i586-pc-interix
++ exit ;;
++ i*:UWIN*:*)
++ echo ${UNAME_MACHINE}-pc-uwin
++ exit ;;
++ amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*)
++ echo x86_64-unknown-cygwin
++ exit ;;
++ p*:CYGWIN*:*)
++ echo powerpcle-unknown-cygwin
++ exit ;;
++ prep*:SunOS:5.*:*)
++ echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
++ exit ;;
++ *:GNU:*:*)
++ # the GNU system
++ echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
++ exit ;;
++ *:GNU/*:*:*)
++ # other systems with GNU libc and userland
++ echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
++ exit ;;
++ i*86:Minix:*:*)
++ echo ${UNAME_MACHINE}-pc-minix
++ exit ;;
++ alpha:Linux:*:*)
++ case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
++ EV5) UNAME_MACHINE=alphaev5 ;;
++ EV56) UNAME_MACHINE=alphaev56 ;;
++ PCA56) UNAME_MACHINE=alphapca56 ;;
++ PCA57) UNAME_MACHINE=alphapca56 ;;
++ EV6) UNAME_MACHINE=alphaev6 ;;
++ EV67) UNAME_MACHINE=alphaev67 ;;
++ EV68*) UNAME_MACHINE=alphaev68 ;;
++ esac
++ objdump --private-headers /bin/sh | grep -q ld.so.1
++ if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
++ echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
++ exit ;;
++ arm*:Linux:*:*)
++ eval $set_cc_for_build
++ if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
++ | grep -q __ARM_EABI__
++ then
++ echo ${UNAME_MACHINE}-unknown-linux-gnu
++ else
++ if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \
++ | grep -q __ARM_PCS_VFP
++ then
++ echo ${UNAME_MACHINE}-unknown-linux-gnueabi
++ else
++ echo ${UNAME_MACHINE}-unknown-linux-gnueabihf
++ fi
++ fi
++ exit ;;
++ avr32*:Linux:*:*)
++ echo ${UNAME_MACHINE}-unknown-linux-gnu
++ exit ;;
++ cris:Linux:*:*)
++ echo cris-axis-linux-gnu
++ exit ;;
++ crisv32:Linux:*:*)
++ echo crisv32-axis-linux-gnu
++ exit ;;
++ frv:Linux:*:*)
++ echo frv-unknown-linux-gnu
++ exit ;;
++ i*86:Linux:*:*)
++ LIBC=gnu
++ eval $set_cc_for_build
++ sed 's/^ //' << EOF >$dummy.c
++ #ifdef __dietlibc__
++ LIBC=dietlibc
++ #endif
++EOF
++ eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
++ echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
++ exit ;;
++ ia64:Linux:*:*)
++ echo ${UNAME_MACHINE}-unknown-linux-gnu
++ exit ;;
++ m32r*:Linux:*:*)
++ echo ${UNAME_MACHINE}-unknown-linux-gnu
++ exit ;;
++ m68*:Linux:*:*)
++ echo ${UNAME_MACHINE}-unknown-linux-gnu
++ exit ;;
++ mips:Linux:*:* | mips64:Linux:*:*)
++ eval $set_cc_for_build
++ sed 's/^ //' << EOF >$dummy.c
++ #undef CPU
++ #undef ${UNAME_MACHINE}
++ #undef ${UNAME_MACHINE}el
++ #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL)
++ CPU=${UNAME_MACHINE}el
++ #else
++ #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB)
++ CPU=${UNAME_MACHINE}
++ #else
++ CPU=
++ #endif
++ #endif
++EOF
++ eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
++ test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
++ ;;
++ or32:Linux:*:*)
++ echo or32-unknown-linux-gnu
++ exit ;;
++ padre:Linux:*:*)
++ echo sparc-unknown-linux-gnu
++ exit ;;
++ parisc64:Linux:*:* | hppa64:Linux:*:*)
++ echo hppa64-unknown-linux-gnu
++ exit ;;
++ parisc:Linux:*:* | hppa:Linux:*:*)
++ # Look for CPU level
++ case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
++ PA7*) echo hppa1.1-unknown-linux-gnu ;;
++ PA8*) echo hppa2.0-unknown-linux-gnu ;;
++ *) echo hppa-unknown-linux-gnu ;;
++ esac
++ exit ;;
++ ppc64:Linux:*:*)
++ echo powerpc64-unknown-linux-gnu
++ exit ;;
++ ppc:Linux:*:*)
++ echo powerpc-unknown-linux-gnu
++ exit ;;
++ s390:Linux:*:* | s390x:Linux:*:*)
++ echo ${UNAME_MACHINE}-ibm-linux
++ exit ;;
++ sh64*:Linux:*:*)
++ echo ${UNAME_MACHINE}-unknown-linux-gnu
++ exit ;;
++ sh*:Linux:*:*)
++ echo ${UNAME_MACHINE}-unknown-linux-gnu
++ exit ;;
++ sparc:Linux:*:* | sparc64:Linux:*:*)
++ echo ${UNAME_MACHINE}-unknown-linux-gnu
++ exit ;;
++ tile*:Linux:*:*)
++ echo ${UNAME_MACHINE}-tilera-linux-gnu
++ exit ;;
++ vax:Linux:*:*)
++ echo ${UNAME_MACHINE}-dec-linux-gnu
++ exit ;;
++ x86_64:Linux:*:*)
++ echo x86_64-unknown-linux-gnu
++ exit ;;
++ xtensa*:Linux:*:*)
++ echo ${UNAME_MACHINE}-unknown-linux-gnu
++ exit ;;
++ i*86:DYNIX/ptx:4*:*)
++ # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.
++ # earlier versions are messed up and put the nodename in both
++ # sysname and nodename.
++ echo i386-sequent-sysv4
++ exit ;;
++ i*86:UNIX_SV:4.2MP:2.*)
++ # Unixware is an offshoot of SVR4, but it has its own version
++ # number series starting with 2...
++ # I am not positive that other SVR4 systems won't match this,
++ # I just have to hope. -- rms.
++ # Use sysv4.2uw... so that sysv4* matches it.
++ echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION}
++ exit ;;
++ i*86:OS/2:*:*)
++ # If we were able to find `uname', then EMX Unix compatibility
++ # is probably installed.
++ echo ${UNAME_MACHINE}-pc-os2-emx
++ exit ;;
++ i*86:XTS-300:*:STOP)
++ echo ${UNAME_MACHINE}-unknown-stop
++ exit ;;
++ i*86:atheos:*:*)
++ echo ${UNAME_MACHINE}-unknown-atheos
++ exit ;;
++ i*86:syllable:*:*)
++ echo ${UNAME_MACHINE}-pc-syllable
++ exit ;;
++ i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*)
++ echo i386-unknown-lynxos${UNAME_RELEASE}
++ exit ;;
++ i*86:*DOS:*:*)
++ echo ${UNAME_MACHINE}-pc-msdosdjgpp
++ exit ;;
++ i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
++ UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
++ if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
++ echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL}
++ else
++ echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL}
++ fi
++ exit ;;
++ i*86:*:5:[678]*)
++ # UnixWare 7.x, OpenUNIX and OpenServer 6.
++ case `/bin/uname -X | grep "^Machine"` in
++ *486*) UNAME_MACHINE=i486 ;;
++ *Pentium) UNAME_MACHINE=i586 ;;
++ *Pent*|*Celeron) UNAME_MACHINE=i686 ;;
++ esac
++ echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION}
++ exit ;;
++ i*86:*:3.2:*)
++ if test -f /usr/options/cb.name; then
++ UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
++ echo ${UNAME_MACHINE}-pc-isc$UNAME_REL
++ elif /bin/uname -X 2>/dev/null >/dev/null ; then
++ UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')`
++ (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486
++ (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \
++ && UNAME_MACHINE=i586
++ (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \
++ && UNAME_MACHINE=i686
++ (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \
++ && UNAME_MACHINE=i686
++ echo ${UNAME_MACHINE}-pc-sco$UNAME_REL
++ else
++ echo ${UNAME_MACHINE}-pc-sysv32
++ fi
++ exit ;;
++ pc:*:*:*)
++ # Left here for compatibility:
++ # uname -m prints for DJGPP always 'pc', but it prints nothing about
++ # the processor, so we play safe by assuming i586.
++ # Note: whatever this is, it MUST be the same as what config.sub
++ # prints for the "djgpp" host, or else GDB configury will decide that
++ # this is a cross-build.
++ echo i586-pc-msdosdjgpp
++ exit ;;
++ Intel:Mach:3*:*)
++ echo i386-pc-mach3
++ exit ;;
++ paragon:*:*:*)
++ echo i860-intel-osf1
++ exit ;;
++ i860:*:4.*:*) # i860-SVR4
++ if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then
++ echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4
++ else # Add other i860-SVR4 vendors below as they are discovered.
++ echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4
++ fi
++ exit ;;
++ mini*:CTIX:SYS*5:*)
++ # "miniframe"
++ echo m68010-convergent-sysv
++ exit ;;
++ mc68k:UNIX:SYSTEM5:3.51m)
++ echo m68k-convergent-sysv
++ exit ;;
++ M680?0:D-NIX:5.3:*)
++ echo m68k-diab-dnix
++ exit ;;
++ M68*:*:R3V[5678]*:*)
++ test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;;
++ 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0)
++ OS_REL=''
++ test -r /etc/.relid \
++ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
++ /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
++ && { echo i486-ncr-sysv4.3${OS_REL}; exit; }
++ /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
++ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;;
++ 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*)
++ /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
++ && { echo i486-ncr-sysv4; exit; } ;;
++ NCR*:*:4.2:* | MPRAS*:*:4.2:*)
++ OS_REL='.3'
++ test -r /etc/.relid \
++ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
++ /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
++ && { echo i486-ncr-sysv4.3${OS_REL}; exit; }
++ /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
++ && { echo i586-ncr-sysv4.3${OS_REL}; exit; }
++ /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \
++ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;;
++ m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*)
++ echo m68k-unknown-lynxos${UNAME_RELEASE}
++ exit ;;
++ mc68030:UNIX_System_V:4.*:*)
++ echo m68k-atari-sysv4
++ exit ;;
++ TSUNAMI:LynxOS:2.*:*)
++ echo sparc-unknown-lynxos${UNAME_RELEASE}
++ exit ;;
++ rs6000:LynxOS:2.*:*)
++ echo rs6000-unknown-lynxos${UNAME_RELEASE}
++ exit ;;
++ PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*)
++ echo powerpc-unknown-lynxos${UNAME_RELEASE}
++ exit ;;
++ SM[BE]S:UNIX_SV:*:*)
++ echo mips-dde-sysv${UNAME_RELEASE}
++ exit ;;
++ RM*:ReliantUNIX-*:*:*)
++ echo mips-sni-sysv4
++ exit ;;
++ RM*:SINIX-*:*:*)
++ echo mips-sni-sysv4
++ exit ;;
++ *:SINIX-*:*:*)
++ if uname -p 2>/dev/null >/dev/null ; then
++ UNAME_MACHINE=`(uname -p) 2>/dev/null`
++ echo ${UNAME_MACHINE}-sni-sysv4
++ else
++ echo ns32k-sni-sysv
++ fi
++ exit ;;
++ PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort
++ # says <Richard.M.Bartel@ccMail.Census.GOV>
++ echo i586-unisys-sysv4
++ exit ;;
++ *:UNIX_System_V:4*:FTX*)
++ # From Gerald Hewes <hewes@openmarket.com>.
++ # How about differentiating between stratus architectures? -djm
++ echo hppa1.1-stratus-sysv4
++ exit ;;
++ *:*:*:FTX*)
++ # From seanf@swdc.stratus.com.
++ echo i860-stratus-sysv4
++ exit ;;
++ i*86:VOS:*:*)
++ # From Paul.Green@stratus.com.
++ echo ${UNAME_MACHINE}-stratus-vos
++ exit ;;
++ *:VOS:*:*)
++ # From Paul.Green@stratus.com.
++ echo hppa1.1-stratus-vos
++ exit ;;
++ mc68*:A/UX:*:*)
++ echo m68k-apple-aux${UNAME_RELEASE}
++ exit ;;
++ news*:NEWS-OS:6*:*)
++ echo mips-sony-newsos6
++ exit ;;
++ R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*)
++ if [ -d /usr/nec ]; then
++ echo mips-nec-sysv${UNAME_RELEASE}
++ else
++ echo mips-unknown-sysv${UNAME_RELEASE}
++ fi
++ exit ;;
++ BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only.
++ echo powerpc-be-beos
++ exit ;;
++ BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only.
++ echo powerpc-apple-beos
++ exit ;;
++ BePC:BeOS:*:*) # BeOS running on Intel PC compatible.
++ echo i586-pc-beos
++ exit ;;
++ BePC:Haiku:*:*) # Haiku running on Intel PC compatible.
++ echo i586-pc-haiku
++ exit ;;
++ SX-4:SUPER-UX:*:*)
++ echo sx4-nec-superux${UNAME_RELEASE}
++ exit ;;
++ SX-5:SUPER-UX:*:*)
++ echo sx5-nec-superux${UNAME_RELEASE}
++ exit ;;
++ SX-6:SUPER-UX:*:*)
++ echo sx6-nec-superux${UNAME_RELEASE}
++ exit ;;
++ SX-7:SUPER-UX:*:*)
++ echo sx7-nec-superux${UNAME_RELEASE}
++ exit ;;
++ SX-8:SUPER-UX:*:*)
++ echo sx8-nec-superux${UNAME_RELEASE}
++ exit ;;
++ SX-8R:SUPER-UX:*:*)
++ echo sx8r-nec-superux${UNAME_RELEASE}
++ exit ;;
++ Power*:Rhapsody:*:*)
++ echo powerpc-apple-rhapsody${UNAME_RELEASE}
++ exit ;;
++ *:Rhapsody:*:*)
++ echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
++ exit ;;
++ *:Darwin:*:*)
++ UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
++ case $UNAME_PROCESSOR in
++ i386)
++ eval $set_cc_for_build
++ if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
++ if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \
++ (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
++ grep IS_64BIT_ARCH >/dev/null
++ then
++ UNAME_PROCESSOR="x86_64"
++ fi
++ fi ;;
++ unknown) UNAME_PROCESSOR=powerpc ;;
++ esac
++ echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
++ exit ;;
++ *:procnto*:*:* | *:QNX:[0123456789]*:*)
++ UNAME_PROCESSOR=`uname -p`
++ if test "$UNAME_PROCESSOR" = "x86"; then
++ UNAME_PROCESSOR=i386
++ UNAME_MACHINE=pc
++ fi
++ echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE}
++ exit ;;
++ *:QNX:*:4*)
++ echo i386-pc-qnx
++ exit ;;
++ NEO-?:NONSTOP_KERNEL:*:*)
++ echo neo-tandem-nsk${UNAME_RELEASE}
++ exit ;;
++ NSE-?:NONSTOP_KERNEL:*:*)
++ echo nse-tandem-nsk${UNAME_RELEASE}
++ exit ;;
++ NSR-?:NONSTOP_KERNEL:*:*)
++ echo nsr-tandem-nsk${UNAME_RELEASE}
++ exit ;;
++ *:NonStop-UX:*:*)
++ echo mips-compaq-nonstopux
++ exit ;;
++ BS2000:POSIX*:*:*)
++ echo bs2000-siemens-sysv
++ exit ;;
++ DS/*:UNIX_System_V:*:*)
++ echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE}
++ exit ;;
++ *:Plan9:*:*)
++ # "uname -m" is not consistent, so use $cputype instead. 386
++ # is converted to i386 for consistency with other x86
++ # operating systems.
++ if test "$cputype" = "386"; then
++ UNAME_MACHINE=i386
++ else
++ UNAME_MACHINE="$cputype"
++ fi
++ echo ${UNAME_MACHINE}-unknown-plan9
++ exit ;;
++ *:TOPS-10:*:*)
++ echo pdp10-unknown-tops10
++ exit ;;
++ *:TENEX:*:*)
++ echo pdp10-unknown-tenex
++ exit ;;
++ KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*)
++ echo pdp10-dec-tops20
++ exit ;;
++ XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*)
++ echo pdp10-xkl-tops20
++ exit ;;
++ *:TOPS-20:*:*)
++ echo pdp10-unknown-tops20
++ exit ;;
++ *:ITS:*:*)
++ echo pdp10-unknown-its
++ exit ;;
++ SEI:*:*:SEIUX)
++ echo mips-sei-seiux${UNAME_RELEASE}
++ exit ;;
++ *:DragonFly:*:*)
++ echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
++ exit ;;
++ *:*VMS:*:*)
++ UNAME_MACHINE=`(uname -p) 2>/dev/null`
++ case "${UNAME_MACHINE}" in
++ A*) echo alpha-dec-vms ; exit ;;
++ I*) echo ia64-dec-vms ; exit ;;
++ V*) echo vax-dec-vms ; exit ;;
++ esac ;;
++ *:XENIX:*:SysV)
++ echo i386-pc-xenix
++ exit ;;
++ i*86:skyos:*:*)
++ echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
++ exit ;;
++ i*86:rdos:*:*)
++ echo ${UNAME_MACHINE}-pc-rdos
++ exit ;;
++ i*86:AROS:*:*)
++ echo ${UNAME_MACHINE}-pc-aros
++ exit ;;
++esac
++
++#echo '(No uname command or uname output not recognized.)' 1>&2
++#echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2
++
++eval $set_cc_for_build
++cat >$dummy.c <<EOF
++#ifdef _SEQUENT_
++# include <sys/types.h>
++# include <sys/utsname.h>
++#endif
++main ()
++{
++#if defined (sony)
++#if defined (MIPSEB)
++ /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed,
++ I don't know.... */
++ printf ("mips-sony-bsd\n"); exit (0);
++#else
++#include <sys/param.h>
++ printf ("m68k-sony-newsos%s\n",
++#ifdef NEWSOS4
++ "4"
++#else
++ ""
++#endif
++ ); exit (0);
++#endif
++#endif
++
++#if defined (__arm) && defined (__acorn) && defined (__unix)
++ printf ("arm-acorn-riscix\n"); exit (0);
++#endif
++
++#if defined (hp300) && !defined (hpux)
++ printf ("m68k-hp-bsd\n"); exit (0);
++#endif
++
++#if defined (NeXT)
++#if !defined (__ARCHITECTURE__)
++#define __ARCHITECTURE__ "m68k"
++#endif
++ int version;
++ version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`;
++ if (version < 4)
++ printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version);
++ else
++ printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version);
++ exit (0);
++#endif
++
++#if defined (MULTIMAX) || defined (n16)
++#if defined (UMAXV)
++ printf ("ns32k-encore-sysv\n"); exit (0);
++#else
++#if defined (CMU)
++ printf ("ns32k-encore-mach\n"); exit (0);
++#else
++ printf ("ns32k-encore-bsd\n"); exit (0);
++#endif
++#endif
++#endif
++
++#if defined (__386BSD__)
++ printf ("i386-pc-bsd\n"); exit (0);
++#endif
++
++#if defined (sequent)
++#if defined (i386)
++ printf ("i386-sequent-dynix\n"); exit (0);
++#endif
++#if defined (ns32000)
++ printf ("ns32k-sequent-dynix\n"); exit (0);
++#endif
++#endif
++
++#if defined (_SEQUENT_)
++ struct utsname un;
++
++ uname(&un);
++
++ if (strncmp(un.version, "V2", 2) == 0) {
++ printf ("i386-sequent-ptx2\n"); exit (0);
++ }
++ if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */
++ printf ("i386-sequent-ptx1\n"); exit (0);
++ }
++ printf ("i386-sequent-ptx\n"); exit (0);
++
++#endif
++
++#if defined (vax)
++# if !defined (ultrix)
++# include <sys/param.h>
++# if defined (BSD)
++# if BSD == 43
++ printf ("vax-dec-bsd4.3\n"); exit (0);
++# else
++# if BSD == 199006
++ printf ("vax-dec-bsd4.3reno\n"); exit (0);
++# else
++ printf ("vax-dec-bsd\n"); exit (0);
++# endif
++# endif
++# else
++ printf ("vax-dec-bsd\n"); exit (0);
++# endif
++# else
++ printf ("vax-dec-ultrix\n"); exit (0);
++# endif
++#endif
++
++#if defined (alliant) && defined (i860)
++ printf ("i860-alliant-bsd\n"); exit (0);
++#endif
++
++ exit (1);
++}
++EOF
++
++$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
++ { echo "$SYSTEM_NAME"; exit; }
++
++# Apollos put the system type in the environment.
++
++test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; }
++
++# Convex versions that predate uname can use getsysinfo(1)
++
++if [ -x /usr/convex/getsysinfo ]
++then
++ case `getsysinfo -f cpu_type` in
++ c1*)
++ echo c1-convex-bsd
++ exit ;;
++ c2*)
++ if getsysinfo -f scalar_acc
++ then echo c32-convex-bsd
++ else echo c2-convex-bsd
++ fi
++ exit ;;
++ c34*)
++ echo c34-convex-bsd
++ exit ;;
++ c38*)
++ echo c38-convex-bsd
++ exit ;;
++ c4*)
++ echo c4-convex-bsd
++ exit ;;
++ esac
++fi
++
++cat >&2 <<EOF
++$0: unable to guess system type
++
++This script, last modified $timestamp, has failed to recognize
++the operating system you are using. It is advised that you
++download the most up to date version of the config scripts from
++
++ http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
++and
++ http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
++
++If the version you run ($0) is already up to date, please
++send the following data and any information you think might be
++pertinent to <config-patches@gnu.org> in order to provide the needed
++information to handle your system.
++
++config.guess timestamp = $timestamp
++
++uname -m = `(uname -m) 2>/dev/null || echo unknown`
++uname -r = `(uname -r) 2>/dev/null || echo unknown`
++uname -s = `(uname -s) 2>/dev/null || echo unknown`
++uname -v = `(uname -v) 2>/dev/null || echo unknown`
++
++/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null`
++/bin/uname -X = `(/bin/uname -X) 2>/dev/null`
++
++hostinfo = `(hostinfo) 2>/dev/null`
++/bin/universe = `(/bin/universe) 2>/dev/null`
++/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null`
++/bin/arch = `(/bin/arch) 2>/dev/null`
++/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null`
++/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null`
++
++UNAME_MACHINE = ${UNAME_MACHINE}
++UNAME_RELEASE = ${UNAME_RELEASE}
++UNAME_SYSTEM = ${UNAME_SYSTEM}
++UNAME_VERSION = ${UNAME_VERSION}
++EOF
++
++exit 1
++
++# Local variables:
++# eval: (add-hook 'write-file-hooks 'time-stamp)
++# time-stamp-start: "timestamp='"
++# time-stamp-format: "%:y-%02m-%02d"
++# time-stamp-end: "'"
++# End:
+--- adjtimex-1.29.orig/debian/compat
++++ adjtimex-1.29/debian/compat
+@@ -0,0 +1 @@
++5
+--- adjtimex-1.29.orig/debian/changelog
++++ adjtimex-1.29/debian/changelog
+@@ -0,0 +1,753 @@
++adjtimex (1.29-2.2) unstable; urgency=low
++
++ * Non-maintainer upload.
++ * Make the package multiarch-ready: add build-arch and build-indep
++ build targets
++ * Fix pending l10n issues. Debconf translations:
++ - Vietnamese (Clytie Siddall). Closes: #601529
++ - Brazilian Portuguese (Flamarion Jorge). Closes: #610409
++ - Dutch (Michiel Sikkes). Closes: #625744
++
++ -- Christian Perrier <bubulle@debian.org> Mon, 04 Jul 2011 07:06:43 +0200
++
++adjtimex (1.29-2.1) unstable; urgency=low
++
++ * Non-maintainer upload.
++ * Fix pending l10n issues. Debconf translations:
++ - Czech (Martin Sin). Closes: #589289
++ - Bokmål, Norwegian (Bjørn Steensrud). Closes: #600279
++
++ -- Christian Perrier <bubulle@debian.org> Tue, 19 Oct 2010 07:14:50 +0200
++
++adjtimex (1.29-2) unstable; urgency=low
++
++ * debian/postinst: check conffile for corruption (Closes:Bug#571633,
++ thanks to Savvas Radevic <vicedar@gmail.com> for the idea, though I
++ chose a different implementation.)
++
++ -- James R. Van Zandt <jrv@debian.org> Tue, 25 May 2010 20:49:21 -0400
++
++adjtimex (1.29-1) unstable; urgency=low
++
++ * New upstream release: Document the --force-adjust
++ option. --force-adjust suppresses warning printouts. Relax sanity
++ check to +- 1 percent.
++
++ * debian/adjtimexconfig: Use --force-adjust option, so adjustment is
++ applied even if system clock is way off. (Thanks to Santiago Vila
++ <sanvila@unex.es> for helping to diagnose the problem.
++ Closes:Bug#557949, #559882)
++
++ * debian/adjtimex.init: fix LSB comment header: require $local_fs, start
++ in S
++
++ -- James R. Van Zandt <jrv@debian.org> Fri, 16 Apr 2010 20:08:49 -0400
++
++adjtimex (1.28-4) unstable; urgency=low
++
++ * Update debconf template translations:
++ Swedish (Thanks to Martin Bagge <brother@bsnet.se>, Closes:Bug#572579)
++
++ -- James R. Van Zandt <jrv@debian.org> Wed, 17 Mar 2010 19:51:06 -0400
++
++adjtimex (1.28-3) unstable; urgency=low
++
++ * Update debconf template translations:
++ Swedish (Thanks to Martin Bagge <brother@bsnet.se>, Closes:Bug#562932)
++ Russian (thanks to Yuri Kozlov <yuray@komyakino.ru>, Closes:Bug#563347)
++ Finnish (thanks to Esko =?UTF-8?Q?Araj=C3=A4rvi?= <edu@iki.fi>,
++ Closes:Bug#564508)
++
++ * debian/control: bump standards version to 3.8.4 (no changes needed)
++
++ -- James R. Van Zandt <jrv@debian.org> Mon, 08 Feb 2010 20:19:44 -0500
++
++adjtimex (1.28-2) unstable; urgency=low
++
++ * Move Swedish and Russian template translations to the correct directory
++ (thanks to Martin Bagge <brother@bsnet.se> for pointing out the
++ problem).
++
++ * debian/control: bump standards version to 3.8.3 (no changes needed)
++
++ -- James R. Van Zandt <jrv@debian.org> Fri, 05 Feb 2010 21:42:54 -0500
++
++adjtimex (1.28-1) unstable; urgency=low
++
++ * New upstream release: (compare): Correctly apply +-500 ppm sanity
++ check (Thanks to Jacques luder <j.luder@laposte.net>)
++
++ * Update debconf template translations:
++ Swedish (thanks to: Martin Bagge <brother@bsnet.se>,
++ Closes:Bug#533567)
++ Russian (thanks to: Yuri Kozlov <yuray@komyakino.ru>,
++ Closes:Bug#532068)
++
++ -- James R. Van Zandt <jrv@debian.org> Sat, 07 Nov 2009 11:59:29 -0500
++
++adjtimex (1.27.1-4) unstable; urgency=low
++
++ * Update translations:
++ Japanese (thanks to: Hideki Yamane, henrich @ debian.or.jp.
++ Closes:Bug#538242)
++ Spanish (Thanks to Francisco Javier Cuadrado <fcocuadrado@gmail.com>,
++ Closes:Bug#538425)
++
++ -- James R. Van Zandt <jrv@debian.org> Sun, 26 Jul 2009 17:36:16 -0400
++
++adjtimex (1.27.1-3) unstable; urgency=low
++
++ * Update translations:
++ Japanese (thanks to: Hideki Yamane, henrich @ debian.or.jp.
++ Closes:Bug#525233)
++ Swedish (thanks to: Martin Bagge <brother@bsnet.se>. Closes:Bug#525924)
++ Spanish (thanks to: Francisco Javier Cuadrado <fcocuadrado@gmail.com>,
++ Closes:Bug#528621)
++ Russian (thanks to: Yuri Kozlov <yuray@komyakino.ru>, Closes:Bug#529047)
++ Czech (thanks to: Martin Sin <martin.sin@zshk.cz>, Closes:Bug#529652)
++
++ -- James R. Van Zandt <jrv@debian.org> Tue, 26 May 2009 20:47:42 -0400
++
++adjtimex (1.27.1-2) unstable; urgency=low
++
++ * Debconf templates and debian/control reviewed by the debian-l10n-
++ english team as part of the Smith review project. Closes: #519431
++ * Update translation:
++ French (Closes:Bug#520986)
++
++ -- James R. Van Zandt <jrv@debian.org> Wed, 20 May 2009 22:03:38 -0400
++
++adjtimex (1.27.1-1) unstable; urgency=low
++
++ * New upstream release. Provide workaround if linux/rtc.h
++ is missing (Closes:#308864)
++
++ * debian/rules: delete config temporaries, but not config.h.in
++ * debian/control: bump version to 3.8.1 (no changes needed)
++
++ * Update translations:
++ Japanese (Thanks to: henrich@debian.or.jp [188] Closes:Bug#522188)
++ Czech (Thanks to: martin.sin@zshk.cz [219] Closes:Bug#522193)
++ Swedish (Thanks to: brother@bsnet.se [194] Closes:Bug#522979)
++ Basque (Thanks to: pi+debian@beobide.net [207] Closes:Bug#523079)
++ Italian (Thanks to: vinz65@gmail.com [197] Closes:Bug#523419)
++ Spanish (Thanks to: fcocuadrado@gmail.com [193] Closes:Bug#523915)
++ Russian (Thanks to: yuray@komyakino.ru [223] Closes:Bug#524069)
++ German (Thanks to: schanzi_@gmx.de [226] Closes:Bug#524224)
++ Portuguese (Thanks to: carloslisboa@gmail.com [170] Closes:Bug#524283)
++ Danish (Thanks to: debian@overbygaard.dk [209] Closes:Bug#524368)
++ Galician (Thanks to: mvillarino@gmail.com [216] Closes:Bug#524397)
++
++ -- James R. Van Zandt <jrv@debian.org> Sat, 18 Apr 2009 16:35:22 -0400
++
++adjtimex (1.27-1) unstable; urgency=low
++
++ * New upstream release. If using update interrupt, sanity check the
++ delay. Sometimes the status includes an update complete flag, but it
++ actually didn't wait. Fall back to another method of reading RTC
++ (closes:Bug#517732) Calculate RTC correction as PPM of RTC time
++ (Thanks to Alain Guibert, closes:Bug#308863).
++
++ * debian/control: add ${misc:Depends} per lintian warning.
++
++ -- James R. Van Zandt <jrv@debian.org> Sun, 22 Mar 2009 21:54:51 -0400
++
++adjtimex (1.26-2) unstable; urgency=low
++
++ * debian/templates: Clarify wording: ask about running "when installed
++ or upgraded" not just "at installation time" (thanks to Uwe Storbeck
++ <uwe@ibr.ch> and Michael Meskes <meskes@debian.org>,
++ Closes:Bug#514987)
++
++ * debian/postinst: don't prepend path to command running adjtimexconfig
++ to silence lintian complaint. (The package management system already
++ puts /usr/sbin in path, because that's where install-info is.)
++
++ -- James R. Van Zandt <jrv@debian.org> Sat, 14 Feb 2009 11:46:24 -0500
++
++adjtimex (1.26-1) unstable; urgency=low
++
++ * New upstream release. Fix a possible hang with the Intersil ISL1208,
++ one of those new non-PC-compatible RTCs. Cleanly exits with an error
++ message, instead of either hang or returning garbage. (Thanks to Alain
++ Guibert).
++
++ * debian/control: bump Debian policy version to 3.8.0 (no changes needed)
++
++ * debian/rules: use "filter" instead of "findstring" to parse
++ DEB_BUILD_OPTIONS.
++
++ -- James R. Van Zandt <jrv@debian.org> Sun, 17 Aug 2008 17:52:14 -0400
++
++adjtimex (1.25-1) unstable; urgency=low
++
++ * New upstream release. Set an alarm to avoid blocking even if /dev/rtc
++ never becomes readable, then fall back to busywait. New --nointerrupt
++ option to force busywait without first waiting for the interrupt
++ timeout (thanks to Alain Guibert). (closes:Bug#477637,Bug#474337).
++ Update man page (closes:Bug#435956).
++
++ -- James R. Van Zandt <jrv@debian.org> Fri, 08 Aug 2008 19:43:38 -0400
++
++adjtimex (1.24-1) unstable; urgency=low
++
++ * New upstream release
++
++ * adjtimex.c: Reorganize cmos_read_time() to properly integrate the
++ fallback case for when /dev/rtc has no interrupts. Make this fallback
++ actually work. fixes partially(?) Debian bug #460065 (Thanks to Alain
++ Guibert <alguibert@free.fr>) (closes:Bug#471203)
++
++ * (cmos_read_time): Fix Y2K bug: read century from byte 50, instead of
++ assuming we're in the range 1969-2068.
++
++ * Implement second kind of busywait (busywait_second_change): when
++ /dev/rtc interrupt is not available, fallbacks to loops around
++ ioctl(RTC_RD_TIME) until the RTC second changes. Patch applies to
++ adjtimex 1.23 above first no-interrupt-fallback.patch fixes
++ partially(?) Debian bug #460065 (Thanks to: Alain Guibert
++ <alguibert@free.fr>)
++
++ * (cmos_read_time) If /dev/rtc does not exist then automatically
++ fallback to /dev/rtc0, so it works even without symlink. (Thanks to:
++ Alain Guibert <alguibert@free.fr>)
++
++ * adjtimex.c (main): fix typo in options handling (thanks to Miroslav
++ Lichvar <mlichvar@redhat.com>)
++
++ * debian/control: bump Debian policy version to 3.7.3 (no changes needed)
++
++ * debian/dirs: don't install empty directory /usr/bin
++
++ -- James R. Van Zandt <jrv@debian.org> Fri, 04 Apr 2008 22:05:01 -0400
++
++adjtimex (1.23-1) unstable; urgency=low
++
++ * New upstream release
++
++ * adjtimex.c (compare): In case of absence of /etc/adjtime, do not fail,
++ and do not force users to manually create it with 0.0
++ content. Instead, proceed assuming zero values (meaning RTC does not
++ drift). Also replace redundant code by a call to
++ get_cmos_adjustment(). README: Rewrite USAGE paragraph. Remove point
++ about creating zero adjfile. Document new behaviour without
++ adjfile. Remove reference to the long outdated clock(8). Update URL
++ for hwclock(8). (Thanks to Alain Guibert <alguibert@free.fr>,
++ closes:bug#445448)
++
++ * adjtimex.c (busy_wait): timestamp more closely the RTC clock beat
++ (thanks to Alain Guibert <alguibert at free.fr>, see Debian
++ bug#443814). (usage): --directisa switch forces adjtimex to poll the
++ update-in-process (UIP) flag of the CMOS clock (thanks to Alain
++ Guibert <alguibert at free.fr>, closes:bug#443773).
++
++ -- James R. Van Zandt <jrv@debian.org> Sat, 06 Oct 2007 21:57:04 -0400
++
++adjtimex (1.22-1) unstable; urgency=low
++
++ * New upstream release: fix these bugs in ntpdate output
++ interpretation (closes:bug#438718):
++ adjtimex has a bug in evaluating the output of ntpdate, because
++ 1. it assumes ntpdate outputs "adjust time server", but ntpdate
++ may output "step time server" also
++ 2. it doesnt stop at last line but as soon as it has found "filter
++ offset:" lines, and because of this it will not find the "offset ..."
++ information in the last line.
++
++ -- James R. Van Zandt <jrv@debian.org> Sun, 23 Sep 2007 12:51:52 -0400
++
++adjtimex (1.21.1-3) unstable; urgency=low
++
++ * update German translation of debconf templates, thanks to Erik Schanze
++ <eriks@debian.org> and Helge Kreutzmann
++ <debian@helgefjell.de>(closes:#436080)
++
++ * debian/rules don't ignore failure of "make distclean"
++
++ * debian/adjtimex.init: make LSB compliant
++
++ -- James R. Van Zandt <jrv@debian.org> Mon, 06 Aug 2007 21:39:47 -0400
++
++adjtimex (1.21.1-2) unstable; urgency=low
++
++ * Update French translation of debconf templates, thanks to Christian
++ Perrier <bubulle@debian.org> (closes:Bug#403472)
++
++ -- James R. Van Zandt <jrv@debian.org> Sun, 7 Jan 2007 18:10:32 -0500
++
++adjtimex (1.21.1-1) unstable; urgency=low
++
++ * New upstream release.
++
++ * adjtimex.c: don't declare adjtimex syscall (should already be getting
++ the declaration from sys/timex.h) Thanks to Andreas Jochens
++ <aj@andaco.de> (closes:#390989)
++
++ -- James R. Van Zandt <jrv@debian.org> Sat, 7 Oct 2006 08:04:52 -0400
++
++adjtimex (1.21-2) unstable; urgency=low
++
++ * Makefile: correct version number to 1.21 (error in importing upstream
++ sources)
++
++ * debian/control: depend on po-debconf
++
++ -- James R. Van Zandt <jrv@debian.org> Fri, 6 Oct 2006 20:41:00 -0400
++
++adjtimex (1.21-1) unstable; urgency=low
++
++ * New upstream release. use /dev/rtc if available (closes:#196692). Use
++ heuristic to correct for DST changes or lacking --utc flag
++ (closes:#308396). check return code in probe_time() so if root
++ privileges are needed (e.g. "adjtimex -r") and lacking, command will
++ fail rather than printing bogus results. (closes:#364060)
++
++ * debian/postinst: start with invoke-rc.d if available (closes:#367746)
++
++ * debian/control: update to policy 3.7.2
++
++ -- James R. Van Zandt <jrv@debian.org> Sat, 20 May 2006 08:33:05 -0400
++
++adjtimex (1.20-7) unstable; urgency=low
++
++ * debian/README.Debian: correct references to files, which are no longer
++ in /usr/doc/adjtimex (closes:#365761)
++ * debian/rules: declare debhelper compat level 5
++ * debian/control: build-depends on debhelper ver 5
++
++ -- James R. Van Zandt <jrv@debian.org> Thu, 4 May 2006 21:54:33 -0400
++
++adjtimex (1.20-6) unstable; urgency=low
++
++ * control: depend on debconf | debconf-2.0 (closes: #331733), update to
++ policy 3.6.2
++ * debian/po/de.po: fix spelling error in German translation, thanks to
++ Philipp Meier <meier@meisterbohne.de> (closes: #279254)
++ * debian/po/sv.po: Swedish translation for debconf template, courtesy
++ of Daniel Nylander <yeager@lidkoping.net> (closes: #333124)
++ * debian/po: Add Portugese translation for debconf template, courtesy of
++ Miguel Figueiredo <elmig@debianpt.org> (closes: #336333)
++ * debian/po: Add Russian translation for debconf template, courtesy of
++ Yuri Kozlov <kozlov.y@gmail.com> (closes: #337967)
++ * debian/copyright: update FSF address.
++
++ -- James R. Van Zandt <jrv@debian.org> Fri, 25 Nov 2005 21:04:08 -0500
++
++adjtimex (1.20-5) unstable; urgency=low
++
++ * debian/po/vi.po: Vietnamese translation for debconf template, courtesy
++ of Clytie Siddall <clytie@riverland.net.au> (closes:Bug#307600)
++
++ -- James R. Van Zandt <jrv@debian.org> Sat, 7 May 2005 11:58:47 -0400
++
++adjtimex (1.20-4) unstable; urgency=low
++
++ * debian/po/cs.po: Czech translation for debconf template, courtesy of
++ Martin Šín <martin.sin@seznam.cz> (closes:Bug#304377)
++
++ -- James R. Van Zandt <jrv@debian.org> Mon, 25 Apr 2005 20:14:42 -0400
++
++adjtimex (1.20-3) unstable; urgency=low
++
++ * debian/adjtimex.init: adjust printout to conform to Debian standard,
++ output error to stderr (Thanks to Thomas Hood, closes:bug#294824)
++
++ -- James R. Van Zandt <jrv@debian.org> Sun, 13 Mar 2005 17:20:28 -0500
++
++adjtimex (1.20-2) unstable; urgency=low
++
++ * debian/po/de.po: replace corrupted file (closes: #250250)
++
++ -- James R. Van Zandt <jrv@debian.org> Mon, 20 Sep 2004 20:08:47 -0400
++
++adjtimex (1.20-1) unstable; urgency=low
++
++ * New upstream release
++
++ * adjtimex.c (compare): in "compare" or "adjust", return immediately
++ after printing last result, instead of sleeping an extra $interval
++ seconds. (Thanks to Alain Guibert <derogaton at oreka.com>,
++ closes:Bug#243652)
++
++ * postinst: remove /etc/rcS.d/S20adjtimex link if configured not to run
++ at startup (thanks to Mario 'BitKoenig' Holbe, closes:Bug#267229)
++
++ -- James R. Van Zandt <jrv@debian.org> Sun, 19 Sep 2004 12:41:37 -0400
++
++adjtimex (1.19-1) unstable; urgency=high
++
++ * copyright: report upstream source address (closes:Bug#269691)
++
++ * control: don't depend on either mawk or awk, since either works and
++ awk is required (closes:Bug#267228)
++
++ * New upstream release
++
++ * adjtimex.c (compare): Account for the current frequency value
++ when calculating the recommended frequency value. Simplify
++ calculation of recommended tick. (compare): print estimated system
++ error in ppm instead of obscure "second diff".
++
++ * adjtimex.8: use 2^16 instead of the more obscure 1<<16.
++
++ * adjtimex.c: revert to poll-wait instead of using /dev/rtc, because the
++ latter only provides time with one second precision and so gives
++ wildly inaccurate adjustments. (closes:Bug#269498,Bug#265839)
++
++ -- James R. Van Zandt <jrv@debian.org> Sat, 11 Sep 2004 16:01:52 -0400
++
++adjtimex (1.18-1.1) unstable; urgency=medium
++
++ * Non-maintainer upload prepared by Joshua Kwan and Ken Bloom.
++ * Applied patch from Jurij Smakov <jurij@wooyd.org> to #263401:
++ - Fixes the regular expression used to extract the baseline value
++ from the adjtimex output. Closes: #263401
++ - Replaces non-POSIX compliant calls to ('tail -1') by the
++ POSIX-compliant ones ('tail -n 1')
++ - Cosmetic changes to the adjtimexconfig output, making it
++ consistent with the general Debian style.
++ * Add German debconf template translations (closes: #250250)
++
++ -- Ken Bloom <kabloom@ucdavis.edu> Thu, 12 Aug 2004 23:34:33 -0700
++
++adjtimex (1.18-1) unstable; urgency=low
++
++ * New upstream release
++
++ * call reset_time_status() only when explicitly told to (thanks to Alain
++ Guibert <derogaton at oreka.com>, closes:bug#243031)
++
++ * Add debconf translations for Japanese (closes:bug#223462), Danish
++ (closes:bug#239865), and Brazilian Portuguese (closes:bug#228281).
++
++ -- James R. Van Zandt <jrv@debian.org> Sun, 11 Apr 2004 18:32:33 -0400
++
++adjtimex (1.17-1) unstable; urgency=low
++
++ * New upstream release
++
++ * control: compliant with Debian policy version 3.6.1
++
++ * es.po: decode "quoted-printable" encoding.
++
++ * adjtimex.c: update email
++ (main): If adjtimex() returns an error, print HZ and legal ranges
++ for tick and freq. (thanks to Sami Farin <safari at iki.fi>)
++ (review): calculate reasonable tick and frequency when HZ != 100.
++ (cmos_init): use /dev/rtc when available (thanks to Richard
++ Henderson <rth at twiddle.net>).
++
++ * adjtimex.c: --status switch sets clock status (courtesy of Alain
++ Guibert <derogaton at oreka.com>) (closes:bug#242732)
++
++ * adjtimexconfig: set reasonable tick and frequency when HZ !=
++ 100. (closes:Bug#241726)
++
++ * adjtimex.c (longopt): fix spelling to match documentation: --esterror
++ and --maxerror (thanks to Alain Guibert) (fixes:Bug#241863)
++
++ -- James R. Van Zandt <jrv@debian.org> Sat, 3 Apr 2004 21:13:09 -0500
++
++adjtimex (1.16-3) unstable; urgency=low
++
++ * Dutch translation of gettext debconf templates (courtesy of Michiel Sikkes, closes:bug#215162)
++
++ -- James R. Van Zandt <jrv@debian.org> Sun, 12 Oct 2003 17:33:55 -0400
++
++adjtimex (1.16-2) unstable; urgency=low
++
++ * Polish translation of gettext debconf templates (courtesy of Bartosz
++ Zapalowski, closes:bug#208955)
++
++ -- James R. Van Zandt <jrv@debian.org> Sun, 7 Sep 2003 16:26:30 -0400
++
++adjtimex (1.16-1) unstable; urgency=low
++
++ * New upstream release (closes:Bug#204382)(closes:Bug#204377)
++
++ -- James R. Van Zandt <jrv@vanzandt.mv.com> Sun, 24 Aug 2003 20:52:32 -0400
++
++adjtimex (1.15.1-2) unstable; urgency=low
++
++ * gettext-based debconf templates (closes:bug#205788)
++ * French translation of gettext debconf templates (closes:Bug#206430)
++ * Spanish translation of gettext debconf templates (closes:Bug#197485)
++
++ -- James R. Van Zandt <jrv@debian.org> Sun, 24 Aug 2003 18:01:56 -0400
++
++adjtimex (1.15.1-1) unstable; urgency=low
++
++ * New upstream release. Add explicit newlines in multi-line help text
++ (closes:bug#194858)
++
++ -- James R. Van Zandt <jrv@vanzandt.mv.com> Sat, 31 May 2003 20:53:14 -0400
++
++adjtimex (1.15-1) unstable; urgency=low
++
++ * New upstream release. Now compiles on ia64 (closes:bug#141655).
++
++ -- James R. Van Zandt <jrv@vanzandt.mv.com> Wed, 30 Apr 2003 19:38:11 -0400
++
++adjtimex (1.14-1) unstable; urgency=low
++
++ * New Upstream Release. Expanded documentation (closes:bug#142967)
++ * convert to debhelper
++ * debian/control: depend on debconf
++ * debian/postinst: configure adjtimex to run on startup, and run
++ adjtimexconfig on installation, only if asked by sysadmin (via
++ debconf) (closes:bug#158047)
++ * debian/postrm: purge debconf db entry
++ * debian/adjtimexconfig: config file is now /etc/default/adjtimex
++
++ -- James R. Van Zandt <jrv@debian.org> Sun, 27 Apr 2003 21:28:40 -0400
++
++adjtimex (1.13-1) unstable; urgency=low
++
++ * New upstream release (closes:Bug#127483)
++
++ -- James R. Van Zandt <jrv@debian.org> Sun, 6 Jan 2002 21:06:23 -0500
++
++adjtimex (1.12-3) unstable; urgency=low
++
++ * New maintainer email (fix remaining references)
++
++ -- James R. Van Zandt <jrv@debian.org> Sun, 9 Dec 2001 15:25:06 -0500
++
++adjtimex (1.12-2) unstable; urgency=low
++
++ * New maintainer email
++
++ -- James R. Van Zandt <jrv@debian.org> Sun, 9 Dec 2001 13:24:59 -0500
++
++adjtimex (1.12-1) unstable; urgency=low
++
++ * New upstream release
++ * debian/control: move Build-Depends entry to source section
++ (closes:bug#91928). Policy version 3.5.2
++ * debian/rules: by default, compile without -g option. Honor
++ DEB_BUILD_OPTIONS.
++
++ -- James R. Van Zandt <jrv@vanzandt.mv.com> Wed, 22 Nov 2000 01:37:58 -0500
++
++adjtimex (1.11-3) unstable; urgency=low
++
++ * adjtimexconfig: install new values in /etc/adjtimex.conf rather than
++ the startup script /etc/init.d/adjtimex (thanks to Zsolt Szabo
++ <szazs@mm.bme.hu>).
++
++ -- James R. Van Zandt <jrv@vanzandt.mv.com> Sat, 30 Sep 2000 09:34:58 -0400
++
++adjtimex (1.11-2) unstable; urgency=low
++
++ * build-depends on debmake
++
++ -- James R. Van Zandt <jrv@vanzandt.mv.com> Sun, 3 Sep 2000 13:50:02 -0400
++
++adjtimex (1.11-1) unstable; urgency=low
++
++ * /etc/init.d/adjtimex: restart|force-reload also run adjtimex
++ (closes:bug#69514), add comment explaining precedence of
++ /etc/adjtimex.conf
++
++ * New upstream release
++
++ -- James R. Van Zandt <jrv@vanzandt.mv.com> Mon, 28 Aug 2000 21:19:48 -0400
++
++adjtimex (1.10-1) frozen unstable; urgency=high
++
++ * New upstream release - security fix: use popen() to recover output from
++ ntpdate, instead of an unsafe temporary file (thanks to Colin Phipps
++ <crp22@cam.ac.uk>) (closes:bug#56752)
++
++ -- James R. Van Zandt <jrv@vanzandt.mv.com> Tue, 1 Feb 2000 21:29:03 -0500
++
++adjtimex (1.9-2) unstable; urgency=low
++
++ * Suggest ntpdate (closes:bug#56751)
++
++ -- James R. Van Zandt <jrv@vanzandt.mv.com> Mon, 31 Jan 2000 19:26:16 -0500
++
++adjtimex (1.9-1) unstable; urgency=low
++
++ * New upstream release
++ * Removed pointer to /usr/doc/copyright/GPL
++
++ -- James R. Van Zandt <jrv@vanzandt.mv.com> Mon, 3 Jan 2000 21:34:59 -0500
++
++adjtimex (1.8.1-1) unstable; urgency=low
++
++ * New upstream release (closes:bug#52637)
++
++ -- James R. Van Zandt <jrv@vanzandt.mv.com> Thu, 16 Dec 1999 20:13:43 -0500
++
++adjtimex (1.8-4) unstable; urgency=low
++
++ * Change references from /usr/sbin/adjtimex to /sbin/adjtimex in
++ adjtimexconfig
++
++ -- James R. Van Zandt <jrv@vanzandt.mv.com> Tue, 2 Nov 1999 20:21:48 -0500
++
++adjtimex (1.8-3) unstable; urgency=low
++
++ * *Really* install binary into /sbin, so it is available
++ even if /usr is not mounted (closes:Bug#44399)
++
++ -- James R. Van Zandt <jrv@vanzandt.mv.com> Sat, 30 Oct 1999 17:57:57 -0400
++
++adjtimex (1.8-2) unstable; urgency=low
++
++ * Install compatibility symlink /usr/doc/adjtimex.
++
++ -- James R. Van Zandt <jrv@vanzandt.mv.com> Sun, 24 Oct 1999 10:54:01 -0400
++
++adjtimex (1.8-1) unstable; urgency=low
++
++ * New upstream release: Install binary into /sbin, so it is available
++ even if /usr is not mounted (closes:Bug#44399)
++
++ -- James R. Van Zandt <jrv@vanzandt.mv.com> Mon, 6 Sep 1999 13:08:15 -0400
++
++adjtimex (1.7-2) unstable; urgency=low
++
++ * Link against glibc2.1
++ * Upgrade to FHS
++ * Include full license statement in copyright file
++ * Revise GPL reference in copyright file
++
++ -- James R. Van Zandt <jrv@vanzandt.mv.com> Sat, 4 Sep 1999 12:04:34 -0400
++
++adjtimex (1.7-1) unstable; urgency=low
++
++ * install configuration file in /etc/init.d rather than /etc/rc.boot
++ closes: #30120, #32436.
++ * New upstream release (incorporates Paul Slootman's alpha patch)
++
++ -- James R. Van Zandt <jrv@vanzandt.mv.com> Sat, 28 Nov 1998 20:33:38 -0500
++
++adjtimex (1.6-2) unstable; urgency=low
++
++ * corrected reference in man page: clock -> hwclock (Bug#27854)
++
++ -- James R. Van Zandt <jrv@vanzandt.mv.com> Sat, 24 Oct 1998 14:40:45 -0400
++
++adjtimex (1.6-1.1) unstable; urgency=low
++
++ * non-maintainer (binary-only) upload for Alpha
++ * changed architecture back to 'any'. Why should it be i386 only?
++ * don't use syscall1() to declare adjtimex() for Alpha
++
++ -- Paul Slootman <paul@debian.org> Tue, 8 Sep 1998 20:42:52 +0200
++
++adjtimex (1.6-1) unstable; urgency=low
++
++ * New upstream release: Default log file is "/var/log/clocks.log".
++ Create log file if it does not exist. (Bug#25834)
++
++ -- James R. Van Zandt <jrv@vanzandt.mv.com> Sat, 22 Aug 1998 20:33:22 -0400
++
++adjtimex (1.5-3) unstable; urgency=low
++
++ * architecture is i386 only
++
++ -- James R. Van Zandt <jrv@vanzandt.mv.com> Mon, 29 Jun 1998 19:35:22 -0400
++
++adjtimex (1.5-2) unstable; urgency=low
++
++ * eliminate question in postinst, by eliminating postinst entirely
++ (Bug#22288)
++
++ -- James R. Van Zandt <jrv@vanzandt.mv.com> Sun, 7 Jun 1998 20:51:42 -0400
++
++adjtimex (1.5-1) frozen unstable; urgency=low
++
++ * New upstream release. No functional changes, but adjtimex is now
++ covered by the GNU GPL. (Bug#21358)
++
++ -- James R. Van Zandt <jrv@vanzandt.mv.com> Mon, 20 Apr 1998 21:38:53 -0400
++
++adjtimex (1.4-2) unstable; urgency=low
++
++ * Ensure that changelog is compressed *before* calculating md5sum
++ (Bug#19266)
++
++ -- James R. Van Zandt <jrv@vanzandt.mv.com> Sat, 14 Mar 1998 20:47:52 -0500
++
++adjtimex (1.4-1) unstable; urgency=low
++
++ * New upstream release. Log times for long-term estimation of drifts.
++
++ -- James R. Van Zandt <jrv@vanzandt.mv.com> Thu, 11 Dec 1997 21:48:01 -0500
++
++adjtimex (1.3-3) stable; urgency=medium
++
++ * Moved temporary files from /tmp to /etc, to eliminate security
++ hole (bug #11610).
++
++ -- Jim Van Zandt <jrv@vanzandt.mv.com> Sun, 3 Aug 1997 11:34:48 -0400
++
++adjtimex (1.3-2) stable; urgency=medium
++
++ * Removed conflict with xntp, since ntpdate from the xntp package
++ is still compatible with adjtimex.
++
++ -- Jim Van Zandt <jrv@vanzandt.mv.com> Wed, 12 Mar 1997 21:01:05 -0500
++
++adjtimex (1.3-1) unstable; urgency=HIGH
++
++ * New upstream version: Previous version allows 2.0 kernel to reset
++ the CMOS clock periodically. Now using different method of
++ preventing this.
++ * New --compare switch to compare system and CMOS clocks (replacing
++ the separate program clockdiff) and suggest better values of time
++ parameters. New --adjust switch to actually install the suggested
++ values. GNU format long switches, including --help and --version.
++ * Revised conftimex to use --adjust switch instead of clockdiff.
++ * Renamed conftimex to adjtimexconfig per Debian recommendation.
++ * Added conftimex man page.
++ * Revised messages in postinst to better explain what is going on.
++ * Conflicts with xntp
++ * New maintainer
++
++ -- Jim Van Zandt <jrv@vanzandt.mv.com> Sat, 1 Mar 1997 18:03:35 -0500
++
++adjtimex (1.2-5) unstable; urgency=LOW
++
++ * New packaging format
++ * Corrected comment in /etc/rc.boot/adjtimex
++ * Corrected the installation of doc files
++
++ -- Michael Meskes <meskes@debian.org> Wed, 18 Sep 1996 09:22:51 +0200
++
++Fri May 17 12:48:07 MET DST 1996 Michael Meskes (meskes@debian.org)
++
++ adjtimex (1.2-1):
++
++ * Added Debian Linux package maintenance system files.
++
++Fri May 17 20:39:30 MET DST 1996 Michael Meskes (meskes@debian.org)
++
++ adjtimex (1.2-2):
++
++ * Corrected mode for /etc/rc.boot/adjtimex
++
++ * Added conftimex script
++
++ * Automatically configure system
++
++Sun Jun 30 13:17:53 MET DST 1996 Michael Meskes (meskes@debian.org)
++
++ adjtimex (1.2-3):
++
++ * Corrected rules file for new naming scheme
++
++ * Gzip manpage
++
++ * Strip binaries
++
++Tue Jul 2 10:01:35 MET DST 1996 Michael Meskes (meskes@debian.org)
++
++ adjtimex (1.2-4):
++
++ * Really say what we're doing in postinst (Bug#3474)
++
++
+--- adjtimex-1.29.orig/debian/adjtimexconfig.8
++++ adjtimex-1.29/debian/adjtimexconfig.8
+@@ -0,0 +1,41 @@
++.\"{{{ Title Emacs major mode should be: -*- nroff -*-
++.TH ADJTIMEXCONFIG 8 "April 27, 2003"
++.\"}}}
++.\"{{{ Name
++.SH NAME
++adjtimexconfig \- find kernel clock variables and save for reboots
++.\"}}}
++.\"{{{ Synopsis
++.SH SYNOPSIS
++.ad l
++.\" commands only
++.B /sbin/adjtimexconfig
++.\"}}}
++.\"{{{ Config
++.SH DESCRIPTION
++This script uses \fBadjtimex\fP(8) to find values for the kernel
++variables \fBtick\fP and \fBfrequency\fP that will make the system
++clock approximately agree with the CMOS clock. It then saves these
++values in the configuration file \fI/etc/default/adjtimex\fP so the
++settings will be restored on every boot, when
++\fI/etc/init.d/adjtimex\fP runs.
++.P
++\fPadjtimexconfig\fP uses the drift rate recorded in
++\fI/etc/adjtime\fP to adjust the times it reads from the CMOS clock.
++If you find the CMOS clock has a systematic drift, read the
++\fBclock\fP(8) or \fBhwclock\fP(8) manual page, modify
++\fI/etc/adjtime\fP as required, and run \fBadjtimexconfig\fP again.
++.SH AUTHOR
++Michael Meskes <meskes@debian.org>.
++.\"}}}
++.\"{{{
++.SH FILES
++.nf
++\fI/etc/default/adjtimex\fP
++\fI/etc/init.d/adjtimex\fP
++.fi
++.\"}}}
++.\"{{{ See also
++.SH "SEE ALSO"
++.BR adjtimex "(8), "clock "(8), "hwclock "(8), "ntpd (8)
++.\"}}}
+--- adjtimex-1.29.orig/debian/adjust
++++ adjtimex-1.29/debian/adjust
+@@ -0,0 +1,15 @@
++ mode: 16384
++ offset: 0
++ frequency: 0
++ maxerror: 0
++ esterror: 0
++ status: 0
++time_constant: 0
++ precision: 0
++ tolerance: 0
++ tick: 0
++ raw time: 0s 0us = 0.000000
++for this kernel:
++ USER_HZ = 100 (nominally 100 ticks per second)
++ 9000 <= tick <= 11000
++ -33554432 <= frequency <= 33554432
+--- adjtimex-1.29.orig/debian/dirs
++++ adjtimex-1.29/debian/dirs
+@@ -0,0 +1,3 @@
++usr/sbin
++sbin
++usr/share/man/man8
+--- adjtimex-1.29.orig/debian/adjtimexconfig
++++ adjtimex-1.29/debian/adjtimexconfig
+@@ -0,0 +1,67 @@
++#!/bin/sh
++
++conffile=/etc/default/adjtimex
++startfile=/etc/init.d/adjtimex
++
++echo -n "Comparing clocks (this will take 70 sec)..."
++
++# Get the parameters
++
++/sbin/adjtimex --print --tick 0 >/etc/adj.adjust 2>/dev/null
++baseline=`awk '/<= tick/{print ($1+$NF)/2}' /etc/adj.adjust`
++hz=`awk '/USER_HZ/{print $3}' /etc/adj.adjust`
++/sbin/adjtimex --tick $baseline --frequency 0
++/sbin/adjtimex --adjust --force-adjust >/etc/adj.adjust
++echo "done."
++ticks=`tail -n 1 /etc/adj.adjust|awk '{print $6}'`
++freq=`tail -n 1 /etc/adj.adjust|awk '{print $7}'`
++# cat /etc/adj.adjust
++# echo hz=$hz baseline=$baseline ticks=$ticks freq=$freq
++rm /etc/adj.adjust
++adjt=`awk "BEGIN{print (($ticks-$baseline)*$hz + $freq/65536.)*.0864}"`
++echo -n "Adjusting system time by ${adjt} sec/day to agree with CMOS clock..."
++
++# Recreate /etc/adjtimex.conf if necessary
++
++if [ -f $conffile ]; then
++# echo "using existing $conffile";
++ true;
++else
++cat >$conffile <<EOF
++# $conffile - configuration file for adjtimex(8)
++#
++# you may adjust these values manually or by calling /usr/sbin/adjtimexconfig
++#
++# This file is sourced by $startfile
++#
++TICK=$TICK
++FREQ=$FREQ
++
++EOF
++fi
++
++# Reset values in $conffile
++
++sed -e "s/^TICK=.*/TICK=$ticks/" \
++ -e "s/^FREQ=.*/FREQ=$freq/" \
++ $conffile >$conffile.TMP && \
++ mv $conffile.TMP $conffile
++
++# grep "TICK=" /etc/init.d/adjtimex | cut -d'#' -f1 > /etc/adj.tick
++# grep "FREQ=" /etc/init.d/adjtimex | cut -d'#' -f1 > /etc/adj.freq
++#
++# TICKLINE="`echo -n "TICK="$ticks" # old: "; cat /etc/adj.tick`"
++# FREQLINE="`echo -n "FREQ="$freq" # old: "; cat /etc/adj.freq`"
++#
++# cp /etc/init.d/adjtimex /etc/init.d/adjtimex.TMP
++# sed -e "s/^TICK=.*/$TICKLINE/" -e "s/^FREQ=.*/$FREQLINE/" \
++# < /etc/init.d/adjtimex.TMP > /etc/init.d/adjtimex
++#
++# if [ -s /etc/init.d/adjtimex ]
++# then
++# rm -f /etc/init.d/adjtimex.TMP
++# fi
++# rm -f /etc/adj.tick /etc/adj.freq /etc/adj.adjust
++rm -f /etc/adj.adjust
++echo "done."
++
+--- adjtimex-1.29.orig/debian/postrm
++++ adjtimex-1.29/debian/postrm
+@@ -0,0 +1,25 @@
++#! /bin/sh -e
++
++case "$1" in
++ purge)
++ rm -f /etc/adjtimex.conf /etc/default/adjtimex
++ update-rc.d adjtimex remove >/dev/null
++ if [ -e /usr/share/debconf/confmodule ]; then
++ # Source debconf library.
++ . /usr/share/debconf/confmodule
++ # Remove my changes to the db.
++echo "removing debconf db entries"
++ db_purge
++echo "removed debconf db entries"
++ fi
++ ;;
++ remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
++ exit 0
++ ;;
++ *)
++ echo "postrm called with unknown argument \`$1'" >&2
++ exit 0
++ ;;
++esac
++
++#DEBHELPER#
+--- adjtimex-1.29.orig/debian/control
++++ adjtimex-1.29/debian/control
+@@ -0,0 +1,20 @@
++Source: adjtimex
++Section: admin
++Priority: optional
++Maintainer: James R. Van Zandt <jrv@debian.org>
++Build-Depends: debhelper (>= 5), po-debconf
++Standards-Version: 3.8.4
++
++Package: adjtimex
++Architecture: any
++Depends: ${misc:Depends}, ${shlibs:Depends}, debconf | debconf-2.0
++Suggests: ntpdate
++Description: kernel time variables configuration utility
++ This package provides a utility to manipulate the kernel time
++ variables. For a machine connected to the Internet, or equipped with
++ a precision oscillator or radio clock, the best way to keep the
++ system clock accurate is using NTP (Network Time Protocol). However,
++ for a standalone or intermittently connected machine, you may use
++ adjtimex instead to at least correct for systematic drift. It can
++ optionally adjust the system clock using the CMOS clock as a
++ reference, and can log times for long-term estimation of drift rates.
+--- adjtimex-1.29.orig/debian/adjtimex.init
++++ adjtimex-1.29/debian/adjtimex.init
+@@ -0,0 +1,45 @@
++#!/bin/sh
++#
++# Run ADJTIMEX at startup.
++
++### BEGIN INIT INFO
++# Provides: adjtimex
++# Required-Start: $local_fs
++# Required-Stop:
++# Should-Start:
++# Should-Stop:
++# Default-Start: S
++# Default-Stop:
++# Short-Description: set the kernel time variables
++# Description: set the kernel time variables
++### END INIT INFO
++
++test -x /sbin/adjtimex || exit 0
++
++# default values
++TICK=10000
++FREQ=0
++
++# values in $cfg take precedence over the values here
++cfg=/etc/default/adjtimex
++
++if [ -f $cfg ]; then
++ . $cfg
++fi
++
++case "$1" in
++ start|restart|force-reload)
++ echo -n "Regulating system clock..."
++ /sbin/adjtimex -tick "$TICK" -frequency "$FREQ"
++ echo "done."
++ ;;
++ stop|status)
++ ;;
++ *)
++ echo "/etc/init.d/adjtimex: unknown command $1" >&2
++ echo "Usage: /etc/init.d/adjtimex {start|stop|restart|force-reload}" >&2
++ exit 3
++ ;;
++esac
++
++exit 0
+--- adjtimex-1.29.orig/debian/copyright
++++ adjtimex-1.29/debian/copyright
+@@ -0,0 +1,28 @@
++This package was debianized by James R. Van Zandt jrv@debian.org on
++Thu, 11 Dec 1997 21:48:01 -0500.
++
++This package was put together by Jim Van Zandt <jrv@debian.org>,
++who also maintains the program and therefore used the master sources.
++
++Copyright:
++
++adjtimex is Copyright (C) 1997 Steven S. Dick and James R. Van Zandt
++
++ This program is free software; you can redistribute it and/or
++ modify it under the terms of the GNU General Public License as
++ published by the Free Software Foundation; version 2 dated June,
++ 1991, or any later version.
++
++ This program is distributed in the hope that it will be useful,
++ but WITHOUT ANY WARRANTY; without even the implied warranty of
++ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
++ GNU General Public License for more details.
++
++ You should have received a copy of the GNU General Public License
++ along with this program; if not, write to the Free Software
++ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
++ 02110-1301, USA.
++
++On Debian GNU/Linux systems, the complete text of the GNU Public
++License can be found in `/usr/share/common-licenses/'
++
+--- adjtimex-1.29.orig/debian/templates
++++ adjtimex-1.29/debian/templates
+@@ -0,0 +1,35 @@
++# These templates have been reviewed by the debian-l10n-english
++# team
++#
++# If modifications/additions/rewording are needed, please ask
++# debian-l10n-english@lists.debian.org for advice.
++#
++# Even minor modifications require translation updates and such
++# changes should be coordinated with translators and reviewers.
++
++Template: adjtimex/run_daemon
++Type: boolean
++Default: true
++_Description: Should adjtimex be run at installation and at every startup?
++ Running adjtimex at system startup will set the kernel time parameters to
++ the values in /etc/default/adjtimex.
++ .
++ You should not choose this option if you just want to
++ use adjtimex to inspect the current parameters.
++
++Template: adjtimex/compare_rtc
++Type: boolean
++Default: true
++#flag:comment:2
++# Translators: do not translate "tick" and "frequency"
++_Description: Run adjtimexconfig when adjtimex is installed or upgraded?
++ The adjtimexconfig script will use adjtimex to find values for the kernel
++ variables "tick" and "frequency" that will make the system clock approximately
++ agree with the hardware clock (also known as the CMOS clock). It then
++ saves these values in the configuration file /etc/default/adjtimex so the
++ settings will be restored on every boot, when /etc/init.d/adjtimex runs.
++ .
++ The script takes 70 seconds to run, so running it for every upgrade
++ may be a waste of time. Alternatively, you can run adjtimexconfig
++ manually when needed, or determine the kernel variables by using other
++ methods and set them manually in /etc/default/adjtimex.
+--- adjtimex-1.29.orig/debian/docs
++++ adjtimex-1.29/debian/docs
+@@ -0,0 +1,2 @@
++README
++README.ru
+--- adjtimex-1.29.orig/debian/config
++++ adjtimex-1.29/debian/config
+@@ -0,0 +1,8 @@
++#! /bin/sh -e
++
++# Source debconf library.
++. /usr/share/debconf/confmodule
++
++db_input medium adjtimex/run_daemon || true
++db_input medium adjtimex/compare_rtc || true
++db_go
+--- adjtimex-1.29.orig/debian/rules
++++ adjtimex-1.29/debian/rules
+@@ -0,0 +1,117 @@
++#!/usr/bin/make -f
++# Sample debian/rules that uses debhelper.
++# GNU copyright 1997 to 1999 by Joey Hess.
++
++# Uncomment this to turn on verbose mode.
++#export DH_VERBOSE=1
++
++# These are used for cross-compiling and for saving the configure script
++# from having to guess our platform (since we know it already)
++DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
++DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
++
++
++package=adjtimex
++
++CFLAGS = -Wall -g
++INSTALL = install
++INSTALL_FILE = $(INSTALL) -p -o root -g root -m 644
++INSTALL_PROGRAM = $(INSTALL) -p -o root -g root -m 755
++INSTALL_SCRIPT = $(INSTALL) -p -o root -g root -m 755
++INSTALL_DIR = $(INSTALL) -p -d -o root -g root -m 755
++
++ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
++CFLAGS += -O0
++else
++CFLAGS += -O2
++endif
++ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
++INSTALL_PROGRAM += -s
++endif
++# parallel build isn't worth while
++
++config.status: configure
++ dh_testdir
++ # configure the package.
++ ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
++ touch config.h
++
++build: build-arch build-indep
++
++build-arch: build-stamp
++
++build-indep: build-stamp
++
++build-stamp: config.status
++ dh_testdir
++
++ # compile the package.
++ $(MAKE) CFLAGS="$(CFLAGS)"
++ #/usr/bin/docbook-to-man debian/adjtimex.sgml > adjtimex.1
++
++ touch build-stamp
++
++clean:
++ dh_testdir
++ dh_testroot
++ rm -f build-stamp
++
++ # clean up after the build process.
++ debconf-updatepo
++ [ ! -f Makefile ] || $(MAKE) veryclean
++ rm -rf adjtimex *.o config.cache config.log config.status
++ -test -r /usr/share/misc/config.sub && \
++ cp -f /usr/share/misc/config.sub config.sub
++ -test -r /usr/share/misc/config.guess && \
++ cp -f /usr/share/misc/config.guess config.guess
++
++
++ dh_clean
++
++install: build
++ dh_testdir
++ dh_testroot
++ dh_clean -k
++ dh_installdirs
++
++ # install the package into debian/$(package).
++ $(INSTALL_PROGRAM) adjtimex $(CURDIR)/debian/$(package)/sbin
++ $(INSTALL_SCRIPT) debian/adjtimexconfig \
++ $(CURDIR)/debian/$(package)/usr/sbin/adjtimexconfig
++
++# Build architecture-independent files here.
++binary-indep: build install
++# We have nothing to do
++
++# Build architecture-dependent files here.
++binary-arch: build install
++ dh_testdir
++ dh_testroot
++ dh_installdebconf
++ dh_installdocs
++ dh_installexamples
++ dh_installmenu
++# dh_installlogrotate
++# dh_installemacsen
++# dh_installpam
++# dh_installmime
++ dh_installinit -n
++ dh_installcron
++ dh_installman adjtimex.8 debian/adjtimexconfig.8
++ dh_installinfo
++# dh_undocumented
++ dh_installchangelogs ChangeLog
++ dh_link
++ dh_strip
++ dh_compress
++ dh_fixperms
++# dh_makeshlibs
++ dh_installdeb
++# dh_perl
++ dh_shlibdeps
++ dh_gencontrol
++ dh_md5sums
++ dh_builddeb
++
++binary: binary-indep binary-arch
++.PHONY: build clean binary-indep binary-arch binary install
+--- adjtimex-1.29.orig/debian/postinst
++++ adjtimex-1.29/debian/postinst
+@@ -0,0 +1,123 @@
++#! /bin/sh
++
++set -e
++
++# Source debconf library.
++. /usr/share/debconf/confmodule
++
++# old scripts
++oldfile=/etc/adjtimex.conf
++olderfile=/etc/rc.boot/adjtimex
++# new starting script
++startfile=/etc/init.d/adjtimex
++# new configuration file
++conffile=/etc/default/adjtimex
++
++create_adjtimex_conf()
++{
++
++ TICK=10000
++ FREQ=0
++
++ if [ -f $oldfile ]; then
++ TICK=`awk '
++ BEGIN{tick=10000;}
++ /[ \t]*TICK[ \t]*=[ \t]*"?[0-9]+"?/ {
++ sub(/[ \t]*TICK[ \t]*=[ \t]*"?/,"");
++ tick=$0+0;
++ }
++ END {print tick;}
++ ' $oldfile`
++
++ FREQ=`awk '
++ BEGIN{freq=0;}
++ /[ \t]*FREQ[ \t]*=[ \t]*"?[0-9]+"?/ {
++ sub(/[ \t]*FREQ[ \t]*=[ \t]*"?/,"");
++ freq=$0+0;
++ }
++ END {print freq;}
++ ' $oldfile`
++
++# echo "parameters from $oldfile: TICK=$TICK FREQ=$FREQ";
++ else
++ if [ -f $olderfile ]; then
++ TICK=`awk '
++ BEGIN{tick=10000;}
++ /[ \t]*TICK[ \t]*=[ \t]*"?[0-9]+"?/ {
++ sub(/[ \t]*TICK[ \t]*=[ \t]*"?/,"");
++ tick=$0+0;
++ }
++ END {print tick;}
++ ' $olderfile`
++
++ FREQ=`awk '
++ BEGIN{freq=0;}
++ /[ \t]*FREQ[ \t]*=[ \t]*"?[0-9]+"?/ {
++ sub(/[ \t]*FREQ[ \t]*=[ \t]*"?/,"");
++ freq=$0+0;
++ }
++ END {print freq;}
++ ' $olderfile`
++
++# echo "parameters from $olderfile: TICK=$TICK FREQ=$FREQ";
++ fi
++ fi
++
++ if [ -f $conffile ]; then
++# echo "using existing $conffile";
++ true;
++ else
++ if [ -d /etc/default ]; then true; else mkdir /etc/default; fi
++ cat >$conffile <<EOF
++# $conffile - configuration file for adjtimex(8)
++#
++# you may adjust these values manually or by calling /usr/sbin/adjtimexconfig
++#
++# This file is sourced by $startfile
++#
++TICK=$TICK
++FREQ=$FREQ
++
++EOF
++ fi
++
++ rm -f $oldfile $olderfile
++}
++
++
++case "$1" in
++ configure)
++
++# A previous installation may have left a corrupt conffile.
++# The regexp matches only blank lines, comments, and integer assignments:
++ egrep -qv '^([:space:]*(#.*)?|[:space:]*[a-zA-Z][a-zA-Z0-9]*[:space:]*=[:space:]*[0-9]+[:space:]*)$' $conffile && rm -f $conffile
++
++ create_adjtimex_conf
++
++ db_get adjtimex/run_daemon
++ if [ "$RET" = "true" ]; then
++ update-rc.d adjtimex start 20 S . >/dev/null
++
++ if which invoke-rc.d >/dev/null 2>&1; then
++ invoke-rc.d adjtimex start
++ else
++ /etc/init.d/adjtimex start
++ fi
++ fi
++
++ db_get adjtimex/compare_rtc
++ if [ "$RET" = "true" ]; then
++ adjtimexconfig
++ fi
++
++ ;;
++ abort-upgrade|abort-remove|abort-deconfigure)
++ exit 0
++ ;;
++ *)
++ echo "postinst called with unknown argument \`$1'" >&2
++ exit 0
++ ;;
++esac
++
++#DEBHELPER#
+--- adjtimex-1.29.orig/debian/README.Debian
++++ adjtimex-1.29/debian/README.Debian
+@@ -0,0 +1,21 @@
++adjtimex for DEBIAN
++----------------------
++
++This is the Debian Linux prepackaged version of adjtimex.
++
++This package was put together by Jim Van Zandt <jrv@debian.org>,
++who also maintains the program and therefore used the master sources.
++
++further Information:
++
++* adjtimex manpage
++* copying policy
++ /usr/share/doc/adjtimex/copyright
++ (or debian/copyright in the source package)
++* changelog for debian package
++ /usr/share/doc/adjtimex/changelog.Debian
++* adjtimex's README:
++ /usr/share/doc/adjtimex/README
++
++
++James R. Van Zandt <jrv@debian.org>, Sun, 7 Mar 1999 21:58:51 -0500
+--- adjtimex-1.29.orig/debian/po/fr.po
++++ adjtimex-1.29/debian/po/fr.po
+@@ -0,0 +1,90 @@
++# Translation of adjtimex debconf screen to French
++# Copyright (C) 2005-2009 Debian French l10n team <debian-l10n-french@lists.debian.org>
++# This file is distributed under the same license as the adjtimex package.
++#
++# Christian Perrier <bubulle@debian.org>, 2006, 2009.
++# Translators:
++msgid ""
++msgstr ""
++"Project-Id-Version: fr\n"
++"Report-Msgid-Bugs-To: adjtimex@packages.debian.org\n"
++"POT-Creation-Date: 2009-03-17 07:38+0100\n"
++"PO-Revision-Date: 2009-03-17 07:45+0100\n"
++"Last-Translator: Christian Perrier <bubulle@debian.org>\n"
++"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
++"Language: fr\n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=UTF-8\n"
++"Content-Transfer-Encoding: 8bit\n"
++"X-Generator: KBabel 1.11.4\n"
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid "Should adjtimex be run at installation and at every startup?"
++msgstr ""
++"Faut-il lancer adjtimex lors de l'installation et à chaque démarrage du "
++"système ?"
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid ""
++"Running adjtimex at system startup will set the kernel time parameters to "
++"the values in /etc/default/adjtimex."
++msgstr ""
++"Adjtimex peut être lancé au démarrage du système afin de régler les "
++"paramètres d'horloge du noyau en fonction des valeurs contenues dans /etc/"
++"default/adjtimex."
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid ""
++"You should not choose this option if you just want to use adjtimex to "
++"inspect the current parameters."
++msgstr ""
++"Vous ne devriez pas choisir cette option si vous souhaitez simplement vous "
++"servir d'adjtimex pour consulter les paramètres actuels."
++
++#. Type: boolean
++#. Description
++#: ../templates:3001
++msgid "Run adjtimexconfig when adjtimex is installed or upgraded?"
++msgstr ""
++"Faut-il lancer adjtimexconfig lors de l'installation ou de la mise à jour ?"
++
++#. Type: boolean
++#. Description
++#. Translators: do not translate "tick" and "frequency"
++#: ../templates:3001
++msgid ""
++"The adjtimexconfig script will use adjtimex to find values for the kernel "
++"variables \"tick\" and \"frequency\" that will make the system clock "
++"approximately agree with the hardware clock (also known as the CMOS clock). "
++"It then saves these values in the configuration file /etc/default/adjtimex "
++"so the settings will be restored on every boot, when /etc/init.d/adjtimex "
++"runs."
++msgstr ""
++"Le script adjtimexconfig utilise adjtimex afin de trouver les valeurs "
++"appropriées pour les variables du noyau concernant le battement (« tick ») "
++"et la fréquence d'horloge. Cela permettra à l'horloge du système d'être à "
++"peu près en accord avec l'horloge matérielle (parfois appelée « horloge "
++"CMOS »). Ces valeurs seront alors conservées dans le fichier de "
++"configuration /etc/default/adjtimex ce qui permettra de les restaurer à "
++"chaque démarrage quand /etc/init.d/adjtimex s'exécutera. "
++
++#. Type: boolean
++#. Description
++#: ../templates:3001
++msgid ""
++"The script takes 70 seconds to run, so running it for every upgrade may be a "
++"waste of time. Alternatively, you can run adjtimexconfig manually when "
++"needed, or determine the kernel variables by using other methods and set "
++"them manually in /etc/default/adjtimex."
++msgstr ""
++"La durée d'exécution du script est de 70 secondes, ce qui peut être vu comme "
++"une perte de temps au démarrage. Vous pouvez également utiliser "
++"adjtimexconfig vous-même plus tard ou déterminer les valeurs des variables "
++"du noyau d'une autre manière. Ces valeurs devront ensuite être placées dans /"
++"etc/default/adjtimex."
+--- adjtimex-1.29.orig/debian/po/it.po
++++ adjtimex-1.29/debian/po/it.po
+@@ -0,0 +1,85 @@
++# ITALIAN TRANSLATION OF ADJTIMEX'S.PO-DEBCONF FILE
++# COPYRIGHT (C) 2009 THE ADJTIMEX'S COPYRIGHT HOLDER
++# This file is distributed under the same license as the adjtimex package.
++#
++# Vincenzo Campanella <vinz65@gmail.com>, 2009.
++msgid ""
++msgstr ""
++"Project-Id-Version: adjtimex 1.26-3\n"
++"Report-Msgid-Bugs-To: adjtimex@packages.debian.org\n"
++"POT-Creation-Date: 2009-03-17 07:38+0100\n"
++"PO-Revision-Date: 2009-04-01 14:15+0200\n"
++"Last-Translator: Vincenzo Campanella <vinz65@gmail.com>\n"
++"Language-Team: Italian <tp@lists.linux.it>\n"
++"Language: it\n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=UTF-8\n"
++"Content-Transfer-Encoding: 8bit\n"
++"X-Generator: KBabel 1.11.4\n"
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid "Should adjtimex be run at installation and at every startup?"
++msgstr "Eseguire adjtimex all'installazione e con ogni avvio del sistema?"
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid ""
++"Running adjtimex at system startup will set the kernel time parameters to "
++"the values in /etc/default/adjtimex."
++msgstr ""
++"L'esecuzione di adjtimex all'avvio del sistema imposterà i parametri di "
++"tempo del kernel ai valori contenuti in «/etc/default/adjtimex»."
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid ""
++"You should not choose this option if you just want to use adjtimex to "
++"inspect the current parameters."
++msgstr ""
++"Non si dovrebbe scegliere questa opzione se si prevede di usare adjtimex "
++"solo per verificare i parametri attuali."
++
++#. Type: boolean
++#. Description
++#: ../templates:3001
++msgid "Run adjtimexconfig when adjtimex is installed or upgraded?"
++msgstr "Eseguire adjtimexconfig quando adjtimex viene installato o aggiornato?"
++
++#. Type: boolean
++#. Description
++#. Translators: do not translate "tick" and "frequency"
++#: ../templates:3001
++msgid ""
++"The adjtimexconfig script will use adjtimex to find values for the kernel "
++"variables \"tick\" and \"frequency\" that will make the system clock "
++"approximately agree with the hardware clock (also known as the CMOS clock). "
++"It then saves these values in the configuration file /etc/default/adjtimex "
++"so the settings will be restored on every boot, when /etc/init.d/adjtimex "
++"runs."
++msgstr ""
++"Lo script adjtimexconfig userà adjtimex per trovare i valori delle variabili "
++"del kernel «tick» e «frequency» per fare in modo che l'orario del sistema "
++"coincida approssimativamente a quello dell'orologio dell'hardware (anche "
++"conosciuto come orologio CMOS). Questi valori vengono poi salvati nel file "
++"di configurazione «/etc/default/adjtimex», in modo che le impostazioni "
++"vengano ripristinate a ogni avvio, quando «/etc/init.d/adjtimex» viene "
++"eseguito."
++
++#. Type: boolean
++#. Description
++#: ../templates:3001
++msgid ""
++"The script takes 70 seconds to run, so running it for every upgrade may be a "
++"waste of time. Alternatively, you can run adjtimexconfig manually when "
++"needed, or determine the kernel variables by using other methods and set "
++"them manually in /etc/default/adjtimex."
++msgstr ""
++"Lo script necessita di 70 secondi per essere eseguito, per cui lanciarlo a "
++"ogni aggiornamento potrebbe essere uno spreco di tempo. In alternativa è "
++"possibile eseguire manualmente adjtimexconfig quando è necessario, oppure "
++"determinare le variabili del kernel usando altri metodi e impostandole "
++"manualmente in «/etc/default/adjtimex»."
+--- adjtimex-1.29.orig/debian/po/pt_BR.po
++++ adjtimex-1.29/debian/po/pt_BR.po
+@@ -0,0 +1,96 @@
++#
++# Translators, if you are not familiar with the PO format, gettext
++# documentation is worth reading, especially sections dedicated to
++# this format, e.g. by running:
++# info -n '(gettext)PO Files'
++# info -n '(gettext)Header Entry'
++#
++# Some information specific to po-debconf are available at
++# /usr/share/doc/po-debconf/README-trans
++# or http://www.debian.org/intl/l10n/po-debconf/README-trans
++#
++# Developers do not need to manually edit POT or PO files.
++# André Luís Lopes <andrelop@debian.org>, 2010.
++# Flamarion Jorge <jorge.flamarion@gmail.com>, 2010.
++#
++msgid ""
++msgstr ""
++"Project-Id-Version: adjtimex 1.29-2.1\n"
++"Report-Msgid-Bugs-To: adjtimex@packages.debian.org\n"
++"POT-Creation-Date: 2009-03-17 07:38+0100\n"
++"PO-Revision-Date: 2010-11-11 22:16-0200\n"
++"Last-Translator: Flamarion Jorge <jorge.flamarion@gmail.com>\n"
++"Language-Team: Brazilian Portuguese <debian-l10n-portuguese@lists.debian."
++"org>\n"
++"Language: \n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=UTF-8\n"
++"Content-Transfer-Encoding: 8bit\n"
++"Plural-Forms: nplurals=2; plural=(n > 1);\n"
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid "Should adjtimex be run at installation and at every startup?"
++msgstr "O adjtimex deve ser executado na instalação e em cada inicialização?"
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid ""
++"Running adjtimex at system startup will set the kernel time parameters to "
++"the values in /etc/default/adjtimex."
++msgstr ""
++"Executar o adjtimex na inicialização do sistema configurará os parâmetros de "
++"tempo do kernel para os valores em /etc/default/adjtimex."
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid ""
++"You should not choose this option if you just want to use adjtimex to "
++"inspect the current parameters."
++msgstr ""
++"Você não deve escolher esta opção se você apenas quer usar o adjtimex para "
++"inspecionar os parâmetros atuais."
++
++#. Type: boolean
++#. Description
++#: ../templates:3001
++msgid "Run adjtimexconfig when adjtimex is installed or upgraded?"
++msgstr ""
++"Executar o adjtimexconfig quando o adjtimex for instalado ou atualizado?"
++
++#. Type: boolean
++#. Description
++#. Translators: do not translate "tick" and "frequency"
++#: ../templates:3001
++msgid ""
++"The adjtimexconfig script will use adjtimex to find values for the kernel "
++"variables \"tick\" and \"frequency\" that will make the system clock "
++"approximately agree with the hardware clock (also known as the CMOS clock). "
++"It then saves these values in the configuration file /etc/default/adjtimex "
++"so the settings will be restored on every boot, when /etc/init.d/adjtimex "
++"runs."
++msgstr ""
++"O script adjtimexconfig usará o adjtimex para encontrar valores para as "
++"variáveis \"tick\" e \"frequency\" do kernel, que farão o relógio do sistema "
++"o mais próximo do relógio do hardware (também conhecido como o relógio da "
++"CMOS). Ele então salva estes valores no arquivo de configuração /etc/default/"
++"adjtimex, assim as configurações serão restauradas a cada inicialização, "
++"quando o /etc/init.d/adjtimex executar."
++
++#. Type: boolean
++#. Description
++#: ../templates:3001
++msgid ""
++"The script takes 70 seconds to run, so running it for every upgrade may be a "
++"waste of time. Alternatively, you can run adjtimexconfig manually when "
++"needed, or determine the kernel variables by using other methods and set "
++"them manually in /etc/default/adjtimex."
++msgstr ""
++"O script leva 70 segundos para rodar, portanto rodá-lo a cada atualização "
++"pode ser um desperdício de tempo. Alternativamente, você pode executar o "
++"adjtimexconfig manualmente quando necessário, ou determinar as variáveis de "
++"kernel usando outros métodos e configurá-las manualmente em /etc/default/"
++"adjtimex."
+--- adjtimex-1.29.orig/debian/po/templates.pot
++++ adjtimex-1.29/debian/po/templates.pot
+@@ -0,0 +1,68 @@
++# SOME DESCRIPTIVE TITLE.
++# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
++# This file is distributed under the same license as the PACKAGE package.
++# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
++#
++#, fuzzy
++msgid ""
++msgstr ""
++"Project-Id-Version: PACKAGE VERSION\n"
++"Report-Msgid-Bugs-To: adjtimex@packages.debian.org\n"
++"POT-Creation-Date: 2009-03-17 07:38+0100\n"
++"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
++"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
++"Language-Team: LANGUAGE <LL@li.org>\n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=CHARSET\n"
++"Content-Transfer-Encoding: 8bit\n"
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid "Should adjtimex be run at installation and at every startup?"
++msgstr ""
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid ""
++"Running adjtimex at system startup will set the kernel time parameters to "
++"the values in /etc/default/adjtimex."
++msgstr ""
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid ""
++"You should not choose this option if you just want to use adjtimex to "
++"inspect the current parameters."
++msgstr ""
++
++#. Type: boolean
++#. Description
++#: ../templates:3001
++msgid "Run adjtimexconfig when adjtimex is installed or upgraded?"
++msgstr ""
++
++#. Type: boolean
++#. Description
++#. Translators: do not translate "tick" and "frequency"
++#: ../templates:3001
++msgid ""
++"The adjtimexconfig script will use adjtimex to find values for the kernel "
++"variables \"tick\" and \"frequency\" that will make the system clock "
++"approximately agree with the hardware clock (also known as the CMOS clock). "
++"It then saves these values in the configuration file /etc/default/adjtimex "
++"so the settings will be restored on every boot, when /etc/init.d/adjtimex "
++"runs."
++msgstr ""
++
++#. Type: boolean
++#. Description
++#: ../templates:3001
++msgid ""
++"The script takes 70 seconds to run, so running it for every upgrade may be a "
++"waste of time. Alternatively, you can run adjtimexconfig manually when "
++"needed, or determine the kernel variables by using other methods and set "
++"them manually in /etc/default/adjtimex."
++msgstr ""
+--- adjtimex-1.29.orig/debian/po/gl.po
++++ adjtimex-1.29/debian/po/gl.po
+@@ -0,0 +1,85 @@
++# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
++# This file is distributed under the same license as the PACKAGE package.
++#
++# marce villarino <mvillarino@users.sourceforge.net>, 2009.
++msgid ""
++msgstr ""
++"Project-Id-Version: templates_[OK3397]\n"
++"Report-Msgid-Bugs-To: adjtimex@packages.debian.org\n"
++"POT-Creation-Date: 2009-03-17 07:38+0100\n"
++"PO-Revision-Date: 2009-04-16 22:09+0200\n"
++"Last-Translator: marce villarino <mvillarino@users.sourceforge.net>\n"
++"Language-Team: Galician <proxecto@trasno.ent>\n"
++"Language: gl\n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=UTF-8\n"
++"Content-Transfer-Encoding: 8bit\n"
++"X-Generator: Lokalize 0.2\n"
++"Plural-Forms: nplurals=2; plural=n != 1;\n"
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid "Should adjtimex be run at installation and at every startup?"
++msgstr ""
++"Debe executarse adjtimex durante a instalación e con cada inicio do sistema?"
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid ""
++"Running adjtimex at system startup will set the kernel time parameters to "
++"the values in /etc/default/adjtimex."
++msgstr ""
++"Se executa adjtimex durante o inicio do sistema axustará os parámetros de "
++"hora do núcleo cos valores que haxa en /etc/default/adjtimex."
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid ""
++"You should not choose this option if you just want to use adjtimex to "
++"inspect the current parameters."
++msgstr ""
++"Non debería escoller esta opción se só desexa empregar adjtimex para "
++"inspeccionar os parámetros actuais."
++
++#. Type: boolean
++#. Description
++#: ../templates:3001
++msgid "Run adjtimexconfig when adjtimex is installed or upgraded?"
++msgstr "Desexa executar adjtimexconfig se instala ou actualiza?"
++
++#. Type: boolean
++#. Description
++#. Translators: do not translate "tick" and "frequency"
++#: ../templates:3001
++msgid ""
++"The adjtimexconfig script will use adjtimex to find values for the kernel "
++"variables \"tick\" and \"frequency\" that will make the system clock "
++"approximately agree with the hardware clock (also known as the CMOS clock). "
++"It then saves these values in the configuration file /etc/default/adjtimex "
++"so the settings will be restored on every boot, when /etc/init.d/adjtimex "
++"runs."
++msgstr ""
++"O script adjtimexconfig empregará adjtimex para achar valores paras as "
++"variábeis do núcleo «tick» e «frequency» que fagan que o reloxo do sistema "
++"se corresponda aproximadamente co do hardware (o chamado reloxo da BIOS). "
++"Logo garda eses valores no ficheiro de configuración /etc/default/adjtimex "
++"de xeito que os valores se restauren en cada arranque, cando se executa /etc/"
++"init.d/adjtimex."
++
++#. Type: boolean
++#. Description
++#: ../templates:3001
++msgid ""
++"The script takes 70 seconds to run, so running it for every upgrade may be a "
++"waste of time. Alternatively, you can run adjtimexconfig manually when "
++"needed, or determine the kernel variables by using other methods and set "
++"them manually in /etc/default/adjtimex."
++msgstr ""
++"O script tarda 70 segundos en executarse, pode que executalo cada vez que se "
++"actualice pode ser un desperdicio de tempo. En alternativa, pode executar "
++"adjtimexconfig manualmente cando o precise, ou determinar as variábeis do "
++"núcleo empregando outros métodos e axustalas manualmente en /etc/default/"
++"adjtimex."
+--- adjtimex-1.29.orig/debian/po/vi.po
++++ adjtimex-1.29/debian/po/vi.po
+@@ -0,0 +1,82 @@
++# Vietnamese Translation for adjtimex.
++# Copyright © 2010 Free Software Foundation, Inc.
++# Clytie Siddall <clytie@riverland.net.au>, 2005-2010.
++#
++msgid ""
++msgstr ""
++"Project-Id-Version: adjtimex 1.29-2.1\n"
++"Report-Msgid-Bugs-To: adjtimex@packages.debian.org\n"
++"POT-Creation-Date: 2009-03-17 07:38+0100\n"
++"PO-Revision-Date: 2010-10-27 14:39+1030\n"
++"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
++"Language-Team: Vietnamese <vi-VN@googlegroups.com>\n"
++"Language: vi\n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=UTF-8\n"
++"Content-Transfer-Encoding: 8bit\n"
++"Plural-Forms: nplurals=1; plural=0;\n"
++"X-Generator: LocFactoryEditor 1.8\n"
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid "Should adjtimex be run at installation and at every startup?"
++msgstr "adjtimex có nên chạy vào lúc cài đặt và khi nào khởi động không?"
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid ""
++"Running adjtimex at system startup will set the kernel time parameters to "
++"the values in /etc/default/adjtimex."
++msgstr ""
++"Chạy adjtimex vào lúc khởi chạy hệ thống thì lập các tham số thá»i gian của "
++"hạt nhân thành những giá trị trong tập tin « /etc/default/adjtimex »."
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid ""
++"You should not choose this option if you just want to use adjtimex to "
++"inspect the current parameters."
++msgstr ""
++"Không nên bật tuỳ chá»n này nếu bạn chỉ muốn sá»­ dụng adjtimex để kiểm tra "
++"những tham số hiện thá»i."
++
++#. Type: boolean
++#. Description
++#: ../templates:3001
++msgid "Run adjtimexconfig when adjtimex is installed or upgraded?"
++msgstr "Chạy adjtimexconfig khi adjtimex được cài đặt hay nâng cấp ?"
++
++#. Type: boolean
++#. Description
++#. Translators: do not translate "tick" and "frequency"
++#: ../templates:3001
++msgid ""
++"The adjtimexconfig script will use adjtimex to find values for the kernel "
++"variables \"tick\" and \"frequency\" that will make the system clock "
++"approximately agree with the hardware clock (also known as the CMOS clock). "
++"It then saves these values in the configuration file /etc/default/adjtimex "
++"so the settings will be restored on every boot, when /etc/init.d/adjtimex "
++"runs."
++msgstr ""
++"Văn lệnh cấu hình adjtimexconfig thì sử dụng adjtimex để tìm giá trị cho hai "
++"biến hạt nhân « tick » và « frequency », để làm cho đồng hồ hệ thống tương "
++"ứng xấp xỉ vá»›i đồng hồ phần cứng (cÅ©ng được gá»i nhÆ° là đồng hồ CMOS). Văn "
++"lệnh này lưu các giá trị đó vào tập tin cấu hình « /etc/default/adjtimex », "
++"để phục hồi thiết lập khi nào việc khởi động chạy « /etc/init.d/adjtimex »."
++
++#. Type: boolean
++#. Description
++#: ../templates:3001
++msgid ""
++"The script takes 70 seconds to run, so running it for every upgrade may be a "
++"waste of time. Alternatively, you can run adjtimexconfig manually when "
++"needed, or determine the kernel variables by using other methods and set "
++"them manually in /etc/default/adjtimex."
++msgstr ""
++"Văn lệnh này chạy trong khoảng 70 giây thì có thể là bạn không muốn chạy nó "
++"vào mỗi lúc nâng cấp. Bạn cũng có thể chạy adjtimexconfig bằng tay khi cần "
++"thiết, hoặc quyết định những biến hạt nhân bằng phương pháp khác và lập bằng "
++"tay trong tập tin « /etc/default/adjtimex »."
+--- adjtimex-1.29.orig/debian/po/fi.po
++++ adjtimex-1.29/debian/po/fi.po
+@@ -0,0 +1,84 @@
++# Copyright (C) 2009
++# This file is distributed under the same license as the adjtimex package.
++#
++# Esko Arajärvi <edu@iki.fi>, 2010.
++msgid ""
++msgstr ""
++"Project-Id-Version: \n"
++"Report-Msgid-Bugs-To: adjtimex@packages.debian.org\n"
++"POT-Creation-Date: 2009-03-17 07:38+0100\n"
++"PO-Revision-Date: 2010-01-09 22:59+0200\n"
++"Last-Translator: Esko Arajärvi <edu@iki.fi>\n"
++"Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n"
++"Language: fi\n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=UTF-8\n"
++"Content-Transfer-Encoding: 8bit\n"
++"X-Generator: Lokalize 1.0\n"
++"Plural-Forms: nplurals=2; plural=(n != 1);\n"
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid "Should adjtimex be run at installation and at every startup?"
++msgstr ""
++"Tulisiko adjtimex ajaa asennuksen yhteydessä ja aina kun järjestelmä "
++"käynnistetään?"
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid ""
++"Running adjtimex at system startup will set the kernel time parameters to "
++"the values in /etc/default/adjtimex."
++msgstr ""
++"Jos adjtimex ajetaan käynnistettäessä järjestelmä, ytimen aikaparametrit "
++"asetetaan tiedostossa /etc/default/adjtimex annettuihin arvoihin."
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid ""
++"You should not choose this option if you just want to use adjtimex to "
++"inspect the current parameters."
++msgstr ""
++"Älä valitse tätä vaihtoehtoa, jos haluat käyttää adjtimexiä vain nykyisten "
++"parametriarvojen tarkasteluun."
++
++#. Type: boolean
++#. Description
++#: ../templates:3001
++msgid "Run adjtimexconfig when adjtimex is installed or upgraded?"
++msgstr "Tulisiko adjtimexconfig ajaa, kun adjtimex asennetaan tai päivitetään?"
++
++#. Type: boolean
++#. Description
++#. Translators: do not translate "tick" and "frequency"
++#: ../templates:3001
++msgid ""
++"The adjtimexconfig script will use adjtimex to find values for the kernel "
++"variables \"tick\" and \"frequency\" that will make the system clock "
++"approximately agree with the hardware clock (also known as the CMOS clock). "
++"It then saves these values in the configuration file /etc/default/adjtimex "
++"so the settings will be restored on every boot, when /etc/init.d/adjtimex "
++"runs."
++msgstr ""
++"Komentosarja adjtimexconfig etsii ohjelman adjtimex avulla ytimen "
++"muuttujille â€tick†ja â€frequency†arvot, joilla järjestelmän kello näyttää "
++"suunnilleen samaa kuin laitteiston kello (CMOS-kello). Se tallentaa nämä "
++"arvot asetustiedostoon /etc/default/adjtimex, jolloin ne palautetaan "
++"järjestelmän käynnistyessä, kun /etc/init.d/adjtimex ajetaan."
++
++#. Type: boolean
++#. Description
++#: ../templates:3001
++msgid ""
++"The script takes 70 seconds to run, so running it for every upgrade may be a "
++"waste of time. Alternatively, you can run adjtimexconfig manually when "
++"needed, or determine the kernel variables by using other methods and set "
++"them manually in /etc/default/adjtimex."
++msgstr ""
++"Komentosarjan ajaminen kestää 70 sekuntia, joten sen ajaminen jokaisen "
++"päivityksen yhteydessä saattaa olla ajanhukkaa. Voit vaihtoehtoisesti ajaa "
++"adjtimexconfigin käsin tarvittaessa tai määrittää ytimen muuttujien arvot "
++"muilla keinoin ja asettaa ne käsin tiedostoon /etc/default/adjtimex."
+--- adjtimex-1.29.orig/debian/po/pl.po
++++ adjtimex-1.29/debian/po/pl.po
+@@ -0,0 +1,123 @@
++#
++# Translators, if you are not familiar with the PO format, gettext
++# documentation is worth reading, especially sections dedicated to
++# this format, e.g. by running:
++# info -n '(gettext)PO Files'
++# info -n '(gettext)Header Entry'
++#
++# Some information specific to po-debconf are available at
++# /usr/share/doc/po-debconf/README-trans
++# or http://www.debian.org/intl/l10n/po-debconf/README-trans
++#
++# Developers do not need to manually edit POT or PO files.
++#
++#, fuzzy
++msgid ""
++msgstr ""
++"Project-Id-Version: PACKAGE VERSION\n"
++"Report-Msgid-Bugs-To: adjtimex@packages.debian.org\n"
++"POT-Creation-Date: 2009-03-17 07:38+0100\n"
++"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
++"Last-Translator: Bartosz Zapa³owski <zapal@debian.linux.org.pl>\n"
++"Language-Team: Polish Debian Documentation Project <pddp@debian.linux.org."
++"pl>\n"
++"Language: \n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=iso-8859-2\n"
++"Content-Transfer-Encoding: 8bit\n"
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid "Should adjtimex be run at installation and at every startup?"
++msgstr ""
++"Czy adjtimex ma byæ uruchomiany podczas instalacji i ka¿dego startu systemu?"
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++#, fuzzy
++#| msgid ""
++#| "adjtimex can run at system startup to set the kernel time parameters to "
++#| "the values in /etc/default/adjtimex. Don't accept if you just want to use "
++#| "adjtimex to inspect the current parameters."
++msgid ""
++"Running adjtimex at system startup will set the kernel time parameters to "
++"the values in /etc/default/adjtimex."
++msgstr ""
++"adjtimex mo¿e byæ uruchamiany podczas ka¿dego uruchomienia systemu,by "
++"ustawiæ parametry czasu w j±drze na warto¶ci znajduj±ce siê w pliku/etc/"
++"default/adjtimex. Nie wyra¿aj zgody, je¶li chcesz u¿ywaæ adjtimextylko do "
++"sprawdzania aktualnych warto¶ci."
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++#, fuzzy
++#| msgid ""
++#| "adjtimex can run at system startup to set the kernel time parameters to "
++#| "the values in /etc/default/adjtimex. Don't accept if you just want to use "
++#| "adjtimex to inspect the current parameters."
++msgid ""
++"You should not choose this option if you just want to use adjtimex to "
++"inspect the current parameters."
++msgstr ""
++"adjtimex mo¿e byæ uruchamiany podczas ka¿dego uruchomienia systemu,by "
++"ustawiæ parametry czasu w j±drze na warto¶ci znajduj±ce siê w pliku/etc/"
++"default/adjtimex. Nie wyra¿aj zgody, je¶li chcesz u¿ywaæ adjtimextylko do "
++"sprawdzania aktualnych warto¶ci."
++
++#. Type: boolean
++#. Description
++#: ../templates:3001
++#, fuzzy
++#| msgid "Should adjtimexconfig be run at installation time?"
++msgid "Run adjtimexconfig when adjtimex is installed or upgraded?"
++msgstr "Czy adjtimexconfig ma byæ uruchomiony podczas instalacji?"
++
++#. Type: boolean
++#. Description
++#. Translators: do not translate "tick" and "frequency"
++#: ../templates:3001
++#, fuzzy
++#| msgid ""
++#| "The adjtimexconfig script will use adjtimex to find values for the kernel "
++#| "variables tick and frequency that will make the system clock "
++#| "approximately agree with the hardware clock (also known as the CMOS "
++#| "clock). It then saves these values in the configuration file /etc/"
++#| "default/adjtimex so the settings will be restored on every boot, when /"
++#| "etc/init.d/adjtimex runs."
++msgid ""
++"The adjtimexconfig script will use adjtimex to find values for the kernel "
++"variables \"tick\" and \"frequency\" that will make the system clock "
++"approximately agree with the hardware clock (also known as the CMOS clock). "
++"It then saves these values in the configuration file /etc/default/adjtimex "
++"so the settings will be restored on every boot, when /etc/init.d/adjtimex "
++"runs."
++msgstr ""
++"Skrypt adjtimexconfig skorzysta z programu adjtimex do znalezienia "
++"takichwarto¶ci parametrów j±dra tick i frequency, ¿eby zegar systemowy by³ "
++"zbli¿onydo zegara sprzêtowego (zegara CMOS). Nastêpnie zapisze ustawienia w "
++"plikukonfiguracyjnym /etc/default/adjtimex, dziêki czemu warto¶ci te "
++"bêd±przywrócane przy ka¿dym starcie systemu w momencie wykonywania skryptu/"
++"etc/init.d/adjtimex."
++
++#. Type: boolean
++#. Description
++#: ../templates:3001
++#, fuzzy
++#| msgid ""
++#| "The script takes 70 sec to run. Alternatively, you can run adjtimexconfig "
++#| "yourself at a later time, or determine the kernel variables one of "
++#| "several other ways (see the adjtimex man page) and install them in /etc/"
++#| "default/adjtimex."
++msgid ""
++"The script takes 70 seconds to run, so running it for every upgrade may be a "
++"waste of time. Alternatively, you can run adjtimexconfig manually when "
++"needed, or determine the kernel variables by using other methods and set "
++"them manually in /etc/default/adjtimex."
++msgstr ""
++"Skrypt bêdzie dzia³a³ przez 70 sekund. Mo¿esz te¿ uruchomiæ "
++"w³asnorêcznieadjtimexconfig w dowolnym czasie lub dobraæ paramterty j±dra w "
++"innysposób (zapoznaj siê ze stron± manuala adjtimex) i zapisaæ je w pliku/"
++"etc/default/adjtimex."
+--- adjtimex-1.29.orig/debian/po/ru.po
++++ adjtimex-1.29/debian/po/ru.po
+@@ -0,0 +1,95 @@
++# translation of adjtimex_1.28-1_ru.po to Russian
++#
++# Translators, if you are not familiar with the PO format, gettext
++# documentation is worth reading, especially sections dedicated to
++# this format, e.g. by running:
++# info -n '(gettext)PO Files'
++# info -n '(gettext)Header Entry'
++# Some information specific to po-debconf are available at
++# /usr/share/doc/po-debconf/README-trans
++# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
++# Developers do not need to manually edit POT or PO files.
++#
++# Yuri Kozlov <kozlov.y@gmail.com>, 2005.
++# Yuri Kozlov <yuray@komyakino.ru>, 2009, 2010.
++msgid ""
++msgstr ""
++"Project-Id-Version: adjtimex 1.28-1\n"
++"Report-Msgid-Bugs-To: adjtimex@packages.debian.org\n"
++"POT-Creation-Date: 2009-03-17 07:38+0100\n"
++"PO-Revision-Date: 2010-01-02 09:43+0300\n"
++"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
++"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
++"Language: ru\n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=UTF-8\n"
++"Content-Transfer-Encoding: 8bit\n"
++"X-Generator: KBabel 1.11.4\n"
++"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
++"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid "Should adjtimex be run at installation and at every startup?"
++msgstr "ЗапуÑтить adjtimex ÑÐµÐ¹Ñ‡Ð°Ñ Ð¸ каждый раз при Ñтарте ÑиÑтемы?"
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid ""
++"Running adjtimex at system startup will set the kernel time parameters to "
++"the values in /etc/default/adjtimex."
++msgstr ""
++"ЗапуÑк adjtimex при включении компьютера выполнит наÑтройку значений "
++"параметров времени Ñдра из файла /etc/default/adjtimex."
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid ""
++"You should not choose this option if you just want to use adjtimex to "
++"inspect the current parameters."
++msgstr ""
++"Ответьте отрицательно, еÑли проÑто хотите иÑпользовать adjtimex Ð´Ð»Ñ Ð¿Ñ€Ð¾Ð²ÐµÑ€ÐºÐ¸ "
++"текущих параметров."
++
++#. Type: boolean
++#. Description
++#: ../templates:3001
++msgid "Run adjtimexconfig when adjtimex is installed or upgraded?"
++msgstr "ЗапуÑкать adjtimexconfig при уÑтановке или обновлении adjtimex?"
++
++#. Type: boolean
++#. Description
++#. Translators: do not translate "tick" and "frequency"
++#: ../templates:3001
++msgid ""
++"The adjtimexconfig script will use adjtimex to find values for the kernel "
++"variables \"tick\" and \"frequency\" that will make the system clock "
++"approximately agree with the hardware clock (also known as the CMOS clock). "
++"It then saves these values in the configuration file /etc/default/adjtimex "
++"so the settings will be restored on every boot, when /etc/init.d/adjtimex "
++"runs."
++msgstr ""
++"Сценарий adjtimexconfig иÑпользует adjtimex при поиÑке значений переменных "
++"Ñдра \"tick\" и \"frequency\", которые помогают ÑоглаÑовывать ÑиÑтемные чаÑÑ‹ "
++"Ñ Ð°Ð¿Ð¿Ð°Ñ€Ð°Ñ‚Ð½Ñ‹Ð¼Ð¸ чаÑами (так называемые чаÑÑ‹ CMOS). Затем он ÑохранÑет Ñти "
++"Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ð² файл наÑтройки /etc/default/adjtimex Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾, чтобы "
++"воÑÑтанавливать их Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ ÑÑ†ÐµÐ½Ð°Ñ€Ð¸Ñ /etc/init.d/adjtimex при каждом "
++"запуÑке ÑиÑтемы."
++
++#. Type: boolean
++#. Description
++#: ../templates:3001
++msgid ""
++"The script takes 70 seconds to run, so running it for every upgrade may be a "
++"waste of time. Alternatively, you can run adjtimexconfig manually when "
++"needed, or determine the kernel variables by using other methods and set "
++"them manually in /etc/default/adjtimex."
++msgstr ""
++"ДлительноÑÑ‚ÑŒ работы ÑÑ†ÐµÐ½Ð°Ñ€Ð¸Ñ -- 70 Ñекунд, поÑтому при каждом обновлении "
++"будет Ñ‚Ð°ÐºÐ°Ñ Ð·Ð°Ð´ÐµÑ€Ð¶ÐºÐ° в работе. Ð’ качеÑтве альтернативы вы можете запуÑтить "
++"adjtimexconfig вручную позже, или определить переменные Ñдра одним из "
++"неÑкольких других ÑпоÑобов (Ñмотрите Ñправочную Ñтраницу по adjtimex) и "
++"Ñохранить их в файл /etc/default/adjtimex."
+--- adjtimex-1.29.orig/debian/po/ja.po
++++ adjtimex-1.29/debian/po/ja.po
+@@ -0,0 +1,91 @@
++#
++# Translators, if you are not familiar with the PO format, gettext
++# documentation is worth reading, especially sections dedicated to
++# this format, e.g. by running:
++# info -n '(gettext)PO Files'
++# info -n '(gettext)Header Entry'
++#
++# Some information specific to po-debconf are available at
++# /usr/share/doc/po-debconf/README-trans
++# or http://www.debian.org/intl/l10n/po-debconf/README-trans
++#
++# Developers do not need to manually edit POT or PO files.
++#
++msgid ""
++msgstr ""
++"Project-Id-Version: adjtimex 1.27.1-3\n"
++"Report-Msgid-Bugs-To: adjtimex@packages.debian.org\n"
++"POT-Creation-Date: 2009-03-17 07:38+0100\n"
++"PO-Revision-Date: 2009-07-24 18:05+0900\n"
++"Last-Translator: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>\n"
++"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
++"Language: ja\n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=UTF-8\n"
++"Content-Transfer-Encoding: 8bit\n"
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid "Should adjtimex be run at installation and at every startup?"
++msgstr "adjtimex をインストール時ãŠã‚ˆã³æ¯Žå›žã®èµ·å‹•æ™‚ã«å‹•ä½œã•ã›ã¾ã™ã‹?"
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid ""
++"Running adjtimex at system startup will set the kernel time parameters to "
++"the values in /etc/default/adjtimex."
++msgstr ""
++"システムã®èµ·å‹•æ™‚ã«ã‚«ãƒ¼ãƒãƒ«ã§ã®æ™‚é–“ã®ãƒ‘ラメータを /etc/default/adjtimex ã®å€¤ã«"
++"設定ã™ã‚‹ã‚ˆã†ã« adjtimex を動作ã•ã›ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚"
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid ""
++"You should not choose this option if you just want to use adjtimex to "
++"inspect the current parameters."
++msgstr ""
++"システムã®èµ·å‹•æ™‚ã«ã‚«ãƒ¼ãƒãƒ«ã§ã®æ™‚é–“ã®ãƒ‘ラメータを /etc/default/adjtimex ã®å€¤ã«"
++"設定ã™ã‚‹ã‚ˆã†ã« adjtimex を動作ã•ã›ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚"
++
++#. Type: boolean
++#. Description
++#: ../templates:3001
++msgid "Run adjtimexconfig when adjtimex is installed or upgraded?"
++msgstr ""
++"adjtimexconfig ã‚’ adjtimex をインストールã€ã‚ã‚‹ã„ã¯ã‚¢ãƒƒãƒ—グレードã—ãŸæ™‚ã«å®Ÿè¡Œ"
++"ã—ã¾ã™ã‹?"
++
++#. Type: boolean
++#. Description
++#. Translators: do not translate "tick" and "frequency"
++#: ../templates:3001
++msgid ""
++"The adjtimexconfig script will use adjtimex to find values for the kernel "
++"variables \"tick\" and \"frequency\" that will make the system clock "
++"approximately agree with the hardware clock (also known as the CMOS clock). "
++"It then saves these values in the configuration file /etc/default/adjtimex "
++"so the settings will be restored on every boot, when /etc/init.d/adjtimex "
++"runs."
++msgstr ""
++"adjtimexconfig スクリプト㯠adjtimex を使用ã—ã¦ã€ã‚·ã‚¹ãƒ†ãƒ ã‚¯ãƒ­ãƒƒã‚¯ã‚’ãƒãƒ¼ãƒ‰ã‚¦ã‚§"
++"アクロック (CMOS クロックã¨ã—ã¦ã‚‚知られã¦ã„ã¾ã™) ã¨ãŠãŠã‚ˆãåŒæœŸã™ã‚‹ã‚ˆã†ã«ã‚«ãƒ¼"
++"ãƒãƒ«å¤‰æ•°ã€Œtickã€ã¨ã€Œfrequencyã€ã«ä¸Žãˆã‚‹å€¤ã‚’見ã¤ã‘ã¾ã™ã€‚ãã—ã¦ã€ã“ã®å€¤ã‚’設定"
++"ファイル /etc/default/adjtimex ã«ä¿å­˜ã™ã‚‹ã“ã¨ã§æ¯Žå›žèµ·å‹•æ™‚ã« /etc/init.d/"
++"adjtimex ãŒå‹•ä½œã™ã‚‹éš›ã«è¨­å®šãŒå¾©å…ƒã•ã‚Œã¾ã™ã€‚"
++
++#. Type: boolean
++#. Description
++#: ../templates:3001
++msgid ""
++"The script takes 70 seconds to run, so running it for every upgrade may be a "
++"waste of time. Alternatively, you can run adjtimexconfig manually when "
++"needed, or determine the kernel variables by using other methods and set "
++"them manually in /etc/default/adjtimex."
++msgstr ""
++"スクリプトã¯å‹•ä½œã« 70 秒もã‹ã‹ã‚‹ã®ã§ã‚¢ãƒƒãƒ—グレードã®åº¦ã«æ¯Žå›žå®Ÿè¡Œã™ã‚‹ã®ã¯æ™‚é–“"
++"ã®ç„¡é§„ã§ã™ã€‚別解ã¨ã—ã¦ã¯ adjtimexconfig を後ã»ã©å®Ÿè¡Œã™ã‚‹ã€ã¾ãŸã¯ä»–ã®æ–¹æ³•ã§"
++"カーãƒãƒ«å¤‰æ•°ã‚’決ã‚ã¦ã€æ‰‹å‹•ã§ /etc/default/adjtimex ã¸ã®è¨­å®šã‚’è¡Œã†ã€ãªã©ãŒå¯èƒ½"
++"ã§ã™ã€‚"
+--- adjtimex-1.29.orig/debian/po/nb.po
++++ adjtimex-1.29/debian/po/nb.po
+@@ -0,0 +1,82 @@
++# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
++# This file is distributed under the same license as the PACKAGE package.
++#
++# Bjørn Steensrud <bjornst@skogkatt.homelinux.org>, 2010.
++msgid ""
++msgstr ""
++"Project-Id-Version: \n"
++"Report-Msgid-Bugs-To: adjtimex@packages.debian.org\n"
++"POT-Creation-Date: 2009-03-17 07:38+0100\n"
++"PO-Revision-Date: 2010-10-15 14:50+0200\n"
++"Last-Translator: Bjørn Steensrud <bjornst@skogkatt.homelinux.org>\n"
++"Language-Team: Norwegian Bokmål <i18n-nb@lister.ping.uio.no>\n"
++"Language: \n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=UTF-8\n"
++"Content-Transfer-Encoding: 8bit\n"
++"X-Generator: Lokalize 1.0\n"
++"Plural-Forms: nplurals=2; plural=n != 1;\n"
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid "Should adjtimex be run at installation and at every startup?"
++msgstr "Skal adjtimex kjøres ved installasjon og hver gang systemet startes?"
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid ""
++"Running adjtimex at system startup will set the kernel time parameters to "
++"the values in /etc/default/adjtimex."
++msgstr ""
++"Om adjtimex kjøres ved oppstart blir kjernens tidsparametre satt til "
++"verdiene i /etc/default/adjtimex."
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid ""
++"You should not choose this option if you just want to use adjtimex to "
++"inspect the current parameters."
++msgstr ""
++"Du bør ikke velge dette hvis du bare vil bruke adjtimex til å se hva de "
++"gjeldende parametrene er."
++
++#. Type: boolean
++#. Description
++#: ../templates:3001
++msgid "Run adjtimexconfig when adjtimex is installed or upgraded?"
++msgstr "Skal adjtimexconfig kjøres når adjtimex installeres eller oppgraderes?"
++
++#. Type: boolean
++#. Description
++#. Translators: do not translate "tick" and "frequency"
++#: ../templates:3001
++msgid ""
++"The adjtimexconfig script will use adjtimex to find values for the kernel "
++"variables \"tick\" and \"frequency\" that will make the system clock "
++"approximately agree with the hardware clock (also known as the CMOS clock). "
++"It then saves these values in the configuration file /etc/default/adjtimex "
++"so the settings will be restored on every boot, when /etc/init.d/adjtimex "
++"runs."
++msgstr ""
++"Skriptet adjtimexconfig vil bruke adjtimex til å finne verdier for kjerne- "
++"variablene «tick» og «frequency» som vil få systemklokka til å gå omtrent "
++"lik maskinklokka (også kalt CMOS-klokka). Deretter lagres disse verdiene i "
++"oppsettsfila /etc/default/adjtimex, slik at de blir tilbakestilt ved hver "
++"oppstart nåt /etc/init.d/adjtimex kjører."
++
++#. Type: boolean
++#. Description
++#: ../templates:3001
++msgid ""
++"The script takes 70 seconds to run, so running it for every upgrade may be a "
++"waste of time. Alternatively, you can run adjtimexconfig manually when "
++"needed, or determine the kernel variables by using other methods and set "
++"them manually in /etc/default/adjtimex."
++msgstr ""
++"Skriptet tar 70 sekunder å kjøre, så det kan være bortkastet tid å kjøre det "
++"ved hver oppgradering. Du kan ellers kjøre adjtimexconfig manuelt når det "
++"trengs, eller bestemme kjernevariablene på annen måte og sette dem inn "
++"manuelt i /etc/default/adjtimex."
+--- adjtimex-1.29.orig/debian/po/sv.po
++++ adjtimex-1.29/debian/po/sv.po
+@@ -0,0 +1,85 @@
++# Translation of adjtimex debconf template to Swedish
++# Copyright (C) 2009 Martin Bagge <brother@bsnet.se>
++# This file is distributed under the same license as the adjtimex package.
++#
++# Martin Bagge <brother@bsnet.se>, 2009
++msgid ""
++msgstr ""
++"Project-Id-Version: adjtimex 1.20-5\n"
++"Report-Msgid-Bugs-To: adjtimex@packages.debian.org\n"
++"POT-Creation-Date: 2009-03-17 07:38+0100\n"
++"PO-Revision-Date: 2010-03-17 19:49-0400\n"
++"Last-Translator: Martin Bagge <brother@bsnet.se>\n"
++"Language-Team: Swedish <debian-l10n-swedish@lists.debian.org>\n"
++"Language: sv\n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=utf-8\n"
++"Content-Transfer-Encoding: 8bit\n"
++"X-Poedit-Language: Swedish\n"
++"X-Poedit-Country: Sweden\n"
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid "Should adjtimex be run at installation and at every startup?"
++msgstr "Ska adjtimex köras vid installation och vid varje uppstart?"
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid ""
++"Running adjtimex at system startup will set the kernel time parameters to "
++"the values in /etc/default/adjtimex."
++msgstr ""
++"adjtimex kan köra vid systemets uppstart för att sätta kärntidsparametrar "
++"till värdena i /etc/default/adjtimex."
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid ""
++"You should not choose this option if you just want to use adjtimex to "
++"inspect the current parameters."
++msgstr ""
++"Aktivera inte denna funktion om du endast vill använda adjtime för att "
++"inspektera aktuella parameterar."
++
++#. Type: boolean
++#. Description
++#: ../templates:3001
++msgid "Run adjtimexconfig when adjtimex is installed or upgraded?"
++msgstr ""
++"Ska adjtimexconfig köras efter installation eller uppgradering av adjtimex?"
++
++#. Type: boolean
++#. Description
++#. Translators: do not translate "tick" and "frequency"
++#: ../templates:3001
++msgid ""
++"The adjtimexconfig script will use adjtimex to find values for the kernel "
++"variables \"tick\" and \"frequency\" that will make the system clock "
++"approximately agree with the hardware clock (also known as the CMOS clock). "
++"It then saves these values in the configuration file /etc/default/adjtimex "
++"so the settings will be restored on every boot, when /etc/init.d/adjtimex "
++"runs."
++msgstr ""
++"Skriptet adjtimexconfig kommer att använda adjtimex för att hitta värden för "
++"kärnvariablerna \"tick\" och \"frequency\" som gör att systemklockan kommer "
++"överens med hårdvaruklockan (också kallad CMOS-klockan). Den sparar sedan "
++"dessa värden i konfigurationsfilen /etc/default/adjtimex så att "
++"inställningarna kommer att användas vid varje uppstart, när /etc/init.d/"
++"adjtimex körs."
++
++#. Type: boolean
++#. Description
++#: ../templates:3001
++msgid ""
++"The script takes 70 seconds to run, so running it for every upgrade may be a "
++"waste of time. Alternatively, you can run adjtimexconfig manually when "
++"needed, or determine the kernel variables by using other methods and set "
++"them manually in /etc/default/adjtimex."
++msgstr ""
++"Skriptet tar 70 sekunder att köra vilket innebär att det kan vara slöseri "
++"med tid att köra vid varje uppgradering. Alternativt kan du köra "
++"adjtimexconfig själv när det behövs eller bestämma variabler för kärnan på "
++"andra sätt och ange dessa i /etc/default/adjtimex."
+--- adjtimex-1.29.orig/debian/po/POTFILES.in
++++ adjtimex-1.29/debian/po/POTFILES.in
+@@ -0,0 +1 @@
++[type: gettext/rfc822deb] templates
+--- adjtimex-1.29.orig/debian/po/pt.po
++++ adjtimex-1.29/debian/po/pt.po
+@@ -0,0 +1,83 @@
++# 2005-10-27 - Marco Ferra <mferra@sdf.lonestar.org> (initial translation)
++# 2009, Carlos Lisboa <carloslisboa@gmail.com>
++#
++msgid ""
++msgstr ""
++"Project-Id-Version: adjtimex 1.20-5\n"
++"Report-Msgid-Bugs-To: adjtimex@packages.debian.org\n"
++"POT-Creation-Date: 2009-03-17 07:38+0100\n"
++"PO-Revision-Date: 2009-04-15 22:00+0100\n"
++"Last-Translator: Carlos Lisboa <carloslisboa@gmail.com>\n"
++"Language-Team: Portuguese <traduz@debianpt.org>\n"
++"Language: pt\n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=UTF-8\n"
++"Content-Transfer-Encoding: 8bit\n"
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid "Should adjtimex be run at installation and at every startup?"
++msgstr ""
++"Deve o adjtimex correr enquanto o instala e depois sempre que o sistema "
++"inicia?"
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid ""
++"Running adjtimex at system startup will set the kernel time parameters to "
++"the values in /etc/default/adjtimex."
++msgstr ""
++"Correr o adjtimex no arranque do sistema irá colocar os parâmetros de tempo "
++"do kernel para os valores em /etc/default/adjtimex."
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid ""
++"You should not choose this option if you just want to use adjtimex to "
++"inspect the current parameters."
++msgstr ""
++"Não deve escolher esta opção se apenas deseja usar o adjtimex para verificar "
++"os parâmetros actuais."
++
++#. Type: boolean
++#. Description
++#: ../templates:3001
++msgid "Run adjtimexconfig when adjtimex is installed or upgraded?"
++msgstr "Correr o adjtimexconfig quando o adjtimex é instalado ou actualizado?"
++
++#. Type: boolean
++#. Description
++#. Translators: do not translate "tick" and "frequency"
++#: ../templates:3001
++msgid ""
++"The adjtimexconfig script will use adjtimex to find values for the kernel "
++"variables \"tick\" and \"frequency\" that will make the system clock "
++"approximately agree with the hardware clock (also known as the CMOS clock). "
++"It then saves these values in the configuration file /etc/default/adjtimex "
++"so the settings will be restored on every boot, when /etc/init.d/adjtimex "
++"runs."
++msgstr ""
++"O script adjtimexconfig irá usar adjtimex para encontrar valores para as "
++"variáveis do kernel \"tick\" e \"frequency\" que irão tornar o relógio do "
++"sistema em concordância com o relógio de hardware (também conhecido por "
++"relógio CMOS). Irá então guardar os valores no ficheiro de configuração /etc/"
++"default/adjtimex para que as configurações sejam restauradas em cada "
++"arranque, quando o /etc/init.d/adjtimex é corrido."
++
++#. Type: boolean
++#. Description
++#: ../templates:3001
++msgid ""
++"The script takes 70 seconds to run, so running it for every upgrade may be a "
++"waste of time. Alternatively, you can run adjtimexconfig manually when "
++"needed, or determine the kernel variables by using other methods and set "
++"them manually in /etc/default/adjtimex."
++msgstr ""
++"Este script demora 70 segundos a correr, podendo ser um desperdício de tempo "
++"corrê-lo em cada actualização. Como alternativa, pode correr o "
++"adjtimexconfig manualmente quando necessário, ou determine as variáveis do "
++"kernel usando outro método e configure-as manualmente em /etc/default/"
++"adjtimex."
+--- adjtimex-1.29.orig/debian/po/de.po
++++ adjtimex-1.29/debian/po/de.po
+@@ -0,0 +1,96 @@
++# translation of adjtimex_1.26-3_de.po to German
++#
++# Translators, if you are not familiar with the PO format, gettext
++# documentation is worth reading, especially sections dedicated to
++# this format, e.g. by running:
++# info -n '(gettext)PO Files'
++# info -n '(gettext)Header Entry'
++# Some information specific to po-debconf are available at
++# /usr/share/doc/po-debconf/README-trans
++# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
++# Developers do not need to manually edit POT or PO files.
++#
++# Erik Schanze <eriks@debian.org>, 2004-2009.
++msgid ""
++msgstr ""
++"Project-Id-Version: adjtimex_1.26-3_de\n"
++"Report-Msgid-Bugs-To: adjtimex@packages.debian.org\n"
++"POT-Creation-Date: 2009-03-17 07:38+0100\n"
++"PO-Revision-Date: 2009-04-15 18:02+0200\n"
++"Last-Translator: Erik Schanze <eriks@debian.org>\n"
++"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
++"Language: de\n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=UTF-8\n"
++"Content-Transfer-Encoding: 8bit\n"
++"X-Generator: KBabel 1.11.4\n"
++"Plural-Forms: nplurals=2; plural=(n != 1);\n"
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid "Should adjtimex be run at installation and at every startup?"
++msgstr ""
++"Soll Adjtimex nach der Installation und bei jedem Hochfahren gestartet "
++"werden?"
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid ""
++"Running adjtimex at system startup will set the kernel time parameters to "
++"the values in /etc/default/adjtimex."
++msgstr ""
++"Wird Adjtimex beim Hochfahren des Systems gestartet, werden die "
++"Zeitparameter im Kernel auf die Werte in /etc/defaults/adjtimex gesetzt."
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid ""
++"You should not choose this option if you just want to use adjtimex to "
++"inspect the current parameters."
++msgstr ""
++"Stimmen Sie nicht zu, wenn Sie mit Adjtimex nur die aktuellen Parameter "
++"ermitteln wollen."
++
++#. Type: boolean
++#. Description
++#: ../templates:3001
++msgid "Run adjtimexconfig when adjtimex is installed or upgraded?"
++msgstr ""
++"Adjtimexconfig zur Installation oder Aktualisierung von Adjtimex aufrufen?"
++
++#. Type: boolean
++#. Description
++#. Translators: do not translate "tick" and "frequency"
++#: ../templates:3001
++msgid ""
++"The adjtimexconfig script will use adjtimex to find values for the kernel "
++"variables \"tick\" and \"frequency\" that will make the system clock "
++"approximately agree with the hardware clock (also known as the CMOS clock). "
++"It then saves these values in the configuration file /etc/default/adjtimex "
++"so the settings will be restored on every boot, when /etc/init.d/adjtimex "
++"runs."
++msgstr ""
++"Das Skript »adjtimexconfig« nutzt Adjtimex, um die Werte der Kernelvariablen "
++"»tick« und »frequency« zu finden, damit die Systemuhr ungefähr mit der "
++"Rechneruhr (auch bekannt als CMOS-Uhr) übereinstimmt. Das Skript speichert "
++"diese Werte in der Konfigurationsdatei /etc/default/adjtimex, sodass die "
++"Einstellung bei jedem Systemstart wiederhergestellt wird, wenn /etc/init.d/"
++"adjtimex ausgeführt wird."
++
++#. Type: boolean
++#. Description
++#: ../templates:3001
++msgid ""
++"The script takes 70 seconds to run, so running it for every upgrade may be a "
++"waste of time. Alternatively, you can run adjtimexconfig manually when "
++"needed, or determine the kernel variables by using other methods and set "
++"them manually in /etc/default/adjtimex."
++msgstr ""
++"Das Skript benötigt 70 Sekunden, um durchzulaufen, es bei jeder "
++"Aktualisierung laufen zu lassen, dürfte Zeitverschwendung sein. Andererseits "
++"können Sie »adjtimexconfig« selbst bei Bedarf starten oder Sie finden die "
++"Kernelvariablen auf einem anderen Weg heraus (siehe Handbuchseite von "
++"Adjtimex) und speichern die Werte in der Datei /etc/default/adjtimex."
+--- adjtimex-1.29.orig/debian/po/eu.po
++++ adjtimex-1.29/debian/po/eu.po
+@@ -0,0 +1,84 @@
++# translation of adjtimex-eu.po to Euskara
++# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
++# This file is distributed under the same license as the PACKAGE package.
++#
++# Piarres Beobide <pi@beobide.net>, 2009.
++msgid ""
++msgstr ""
++"Project-Id-Version: adjtimex-eu\n"
++"Report-Msgid-Bugs-To: adjtimex@packages.debian.org\n"
++"POT-Creation-Date: 2009-03-17 07:38+0100\n"
++"PO-Revision-Date: 2009-04-08 12:49+0200\n"
++"Last-Translator: Piarres Beobide <pi@beobide.net>\n"
++"Language-Team: Euskara <debian-l10n-basque@lists.debian.org>\n"
++"Language: \n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=UTF-8\n"
++"Content-Transfer-Encoding: 8bit\n"
++"X-Generator: KBabel 1.11.4\n"
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid "Should adjtimex be run at installation and at every startup?"
++msgstr "Adjtimex instalazio eta abiarazte bakoitzean exekutatu behar al da?"
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid ""
++"Running adjtimex at system startup will set the kernel time parameters to "
++"the values in /etc/default/adjtimex."
++msgstr ""
++"Adjtimex sistema abiaraztean exekutatzean kernelaren denbora parametroak /"
++"etc/default/adjtimex-eko balioetara ezarriko dira."
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid ""
++"You should not choose this option if you just want to use adjtimex to "
++"inspect the current parameters."
++msgstr ""
++"Ez zenuke aukera hau aukeratu beharko adjtimex uneko parametroak begiratzeko "
++"bakarrik erabili nahi baduzu."
++
++#. Type: boolean
++#. Description
++#: ../templates:3001
++msgid "Run adjtimexconfig when adjtimex is installed or upgraded?"
++msgstr "Adjtimexconfig exekutatu adjtimex instalatu edo bertsio-berritzean?"
++
++#. Type: boolean
++#. Description
++#. Translators: do not translate "tick" and "frequency"
++#: ../templates:3001
++msgid ""
++"The adjtimexconfig script will use adjtimex to find values for the kernel "
++"variables \"tick\" and \"frequency\" that will make the system clock "
++"approximately agree with the hardware clock (also known as the CMOS clock). "
++"It then saves these values in the configuration file /etc/default/adjtimex "
++"so the settings will be restored on every boot, when /etc/init.d/adjtimex "
++"runs."
++msgstr ""
++"Adjtimexconfig script-ak adjtimex erabiliko du kerneleko \"tick\" eta "
++"\"frequency\" aldagaien balioa aurkitzeko honekin sistema erlojuak hardware "
++"erlojuarekin (CMOS ordularia bezala ere ezagutua) bat egingo du. Orduan "
++"balio hauek /etc/default/adjtimex konfigurazio fitxategian gordeko ditu Abio "
++"bakoitzean balio horiek berrezarri daitezen /etc/init.d/adjtimex "
++"exekutatzean."
++
++#. Type: boolean
++#. Description
++#: ../templates:3001
++msgid ""
++"The script takes 70 seconds to run, so running it for every upgrade may be a "
++"waste of time. Alternatively, you can run adjtimexconfig manually when "
++"needed, or determine the kernel variables by using other methods and set "
++"them manually in /etc/default/adjtimex."
++msgstr ""
++"Script-ak 70 segundu behar ditu exekutatzeko, beraz berau bertsio-berritze "
++"bakoitzean exekutatzea denbora galtze bat izan daiteke. Bestela behar "
++"duzunean adjtimexconfig eskuz konfiguratu dezakezu edo kernel aldagaiak "
++"beste metodo batez atzeman eta /etc/default/adjtimex fitxategian eskuz ipini "
++"ditzakezu."
+--- adjtimex-1.29.orig/debian/po/da.po
++++ adjtimex-1.29/debian/po/da.po
+@@ -0,0 +1,92 @@
++# translation of adjtimex_1.16-1-da.po to Danish
++# translation of adjtimex_1.16-1_templates.po to Danish
++#
++# Translators, if you are not familiar with the PO format, gettext
++# documentation is worth reading, especially sections dedicated to
++# this format, e.g. by running:
++# info -n '(gettext)PO Files'
++# info -n '(gettext)Header Entry'
++# Some information specific to po-debconf are available at
++# /usr/share/doc/po-debconf/README-trans
++# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
++# Developers do not need to manually edit POT or PO files.
++# Claus Hindsgaul <claus_h@image.dk>, 2004.
++#
++msgid ""
++msgstr ""
++"Project-Id-Version: adjtimex_1.16-1-da\n"
++"Report-Msgid-Bugs-To: adjtimex@packages.debian.org\n"
++"POT-Creation-Date: 2009-03-17 07:38+0100\n"
++"PO-Revision-Date: 2009-04-16 16:56+0200\n"
++"Last-Translator: Frank Damgaard <debian@overbygaard.dk>\n"
++"Language-Team: Danish\n"
++"Language: \n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=UTF-8\n"
++"Content-Transfer-Encoding: 8bit\n"
++"X-Generator: KBabel 1.3.1\n"
++"Plural-Forms: nplurals=2; plural=(n != 1);\n"
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid "Should adjtimex be run at installation and at every startup?"
++msgstr "Skal adjtimex køres under installation og ved hver opstart?"
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid ""
++"Running adjtimex at system startup will set the kernel time parameters to "
++"the values in /etc/default/adjtimex."
++msgstr ""
++"Køres adjtimex under opstart af systemet, sættes kernens tidsparametre til "
++"værdierne i /etc/default/adjtimex. "
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid ""
++"You should not choose this option if you just want to use adjtimex to "
++"inspect the current parameters."
++msgstr ""
++"Vælg ikke dette hvis du ønsker at bruge adjtimex til at gemmense de aktuelle "
++"parametre."
++
++#. Type: boolean
++#. Description
++#: ../templates:3001
++msgid "Run adjtimexconfig when adjtimex is installed or upgraded?"
++msgstr "Skal adjtimexconfig køres ved installation eller opgradering?"
++
++#. Type: boolean
++#. Description
++#. Translators: do not translate "tick" and "frequency"
++#: ../templates:3001
++msgid ""
++"The adjtimexconfig script will use adjtimex to find values for the kernel "
++"variables \"tick\" and \"frequency\" that will make the system clock "
++"approximately agree with the hardware clock (also known as the CMOS clock). "
++"It then saves these values in the configuration file /etc/default/adjtimex "
++"so the settings will be restored on every boot, when /etc/init.d/adjtimex "
++"runs."
++msgstr ""
++"Skriptet adjtimexconfig vil bruge adjtimex til at finde de værdier til "
++"kernevariablene \"tick\" og \"frequency\", der vil få systemuret til at "
++"passe med computerens indbyggede ur (CMOS-uret). Den gemmer derefter "
++"værdierne i opsætningsfilen /etc/default/edjtimex, så indstillingerne bliver "
++"sat under hver opstart, når skriptet /etC/init.d/adjtimex køres."
++
++#. Type: boolean
++#. Description
++#: ../templates:3001
++msgid ""
++"The script takes 70 seconds to run, so running it for every upgrade may be a "
++"waste of time. Alternatively, you can run adjtimexconfig manually when "
++"needed, or determine the kernel variables by using other methods and set "
++"them manually in /etc/default/adjtimex."
++msgstr ""
++"Det tager 70 sekunder at køre skriptet, så at køre skriptet ved hver "
++"opgradering kan være spild af tid. Alternativt kan du selv køre "
++"adjtimexconfig når der er behov, eller finde kernevariablene på en anden "
++"måde og sætte dem manuelt i /etc/default/adjtimex."
+--- adjtimex-1.29.orig/debian/po/nl.po
++++ adjtimex-1.29/debian/po/nl.po
+@@ -0,0 +1,86 @@
++# Dutch translation of adjtimex debconf templates.
++# Copyright (C) 2003-2011 THE PACKAGE'S COPYRIGHT HOLDER
++# This file is distributed under the same license as the adjtimex package.
++# Michiel Sikkes <michiel@sikkes.xs4all.nl>, 2003.
++# Jeroen Schot <schot@a-eskwadraat.nl>, 2011.
++#
++msgid ""
++msgstr ""
++"Project-Id-Version: adjtimex_1.29-2.1\n"
++"Report-Msgid-Bugs-To: adjtimex@packages.debian.org\n"
++"POT-Creation-Date: 2009-03-17 07:38+0100\n"
++"PO-Revision-Date: 2011-05-05 17:49+0200\n"
++"Last-Translator: Michiel Sikkes <michiel@sikkes.xs4all.nl>\n"
++"Language-Team: Debian l10n Dutch <debian-l10n-dutch@lists.debian.org>\n"
++"Language: nl\n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=UTF-8\n"
++"Content-Transfer-Encoding: 8bit\n"
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid "Should adjtimex be run at installation and at every startup?"
++msgstr ""
++"Wilt u dat adjtimex bij de installatie en bij elke opstartprocedure gedraaid "
++"wordt?"
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid ""
++"Running adjtimex at system startup will set the kernel time parameters to "
++"the values in /etc/default/adjtimex."
++msgstr ""
++"Het draaien van adjtimex bij het opstarten van het systeem zal "
++"tijdparameters van de kernel instellen zoals gedefinieerd in /etc/default/"
++"adjtimex."
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid ""
++"You should not choose this option if you just want to use adjtimex to "
++"inspect the current parameters."
++msgstr ""
++"Accepteer deze optie niet als u adjtimex alleen wilt gebruiken om de huidige "
++"parameters te bekijken."
++
++#. Type: boolean
++#. Description
++#: ../templates:3001
++msgid "Run adjtimexconfig when adjtimex is installed or upgraded?"
++msgstr ""
++"Wilt u dat adjtimexconfig bij het installeren en opwaarderen wordt gedraaid?"
++
++#. Type: boolean
++#. Description
++#. Translators: do not translate "tick" and "frequency"
++#: ../templates:3001
++msgid ""
++"The adjtimexconfig script will use adjtimex to find values for the kernel "
++"variables \"tick\" and \"frequency\" that will make the system clock "
++"approximately agree with the hardware clock (also known as the CMOS clock). "
++"It then saves these values in the configuration file /etc/default/adjtimex "
++"so the settings will be restored on every boot, when /etc/init.d/adjtimex "
++"runs."
++msgstr ""
++"Het adjtimexconfig-script zal adjtimex gebruiken om de eigenschappen voor de "
++"kernelvariabelen \"tick\" en \"frequency\" te vinden. Dit zal er voor zorgen "
++"dat de systeemklok gelijk loopt met de hardware-klok (ook bekend onder de "
++"naam CMOS-klok). Deze eigenschappen worden opgeslagen in het "
++"configuratiebestand /etc/default/adjtimex, dus de instellingen worden bij "
++"elke systeemopstartprocedure hersteld als /etc/init.d/adjtimex draait."
++
++#. Type: boolean
++#. Description
++#: ../templates:3001
++msgid ""
++"The script takes 70 seconds to run, so running it for every upgrade may be a "
++"waste of time. Alternatively, you can run adjtimexconfig manually when "
++"needed, or determine the kernel variables by using other methods and set "
++"them manually in /etc/default/adjtimex."
++msgstr ""
++"Het script doet er 70 seconden over om te draaien. Als alternatief kunt u "
++"adjtimexconfig later handmatig draaien, of de kernelvariabelen op een andere "
++"manier bepalen en deze zelf in /etc/default/adjtimex zetten."
+--- adjtimex-1.29.orig/debian/po/cs.po
++++ adjtimex-1.29/debian/po/cs.po
+@@ -0,0 +1,78 @@
++# Czech translation of adjtimex templates
++#
++msgid ""
++msgstr ""
++"Project-Id-Version: adjtimex 1.29-2\n"
++"Report-Msgid-Bugs-To: adjtimex@packages.debian.org\n"
++"POT-Creation-Date: 2009-03-17 07:38+0100\n"
++"PO-Revision-Date: 2010-07-16 14:53+0200\n"
++"Last-Translator: Martin Sin <martin.sin@zshk.cz>\n"
++"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
++"Language: cs\n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=utf-8\n"
++"Content-Transfer-Encoding: 8bit\n"
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid "Should adjtimex be run at installation and at every startup?"
++msgstr "Má být adjtimex spuÅ¡tÄ›n po instalaci a pÅ™i každém spuÅ¡tÄ›ní poÄítaÄe?"
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid ""
++"Running adjtimex at system startup will set the kernel time parameters to "
++"the values in /etc/default/adjtimex."
++msgstr ""
++"SpuÅ¡tÄ›ní adjtimex pÅ™i startu poÄítaÄe nastaví Äasové parametry jádra na "
++"hodnoty uložené v /etc/default/adjtimex."
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid ""
++"You should not choose this option if you just want to use adjtimex to "
++"inspect the current parameters."
++msgstr ""
++"Pokud chcete používat adjtimex pouze ke zjištění aktuálních hodnot, pak tuto "
++"možnost nemusíte používat."
++
++#. Type: boolean
++#. Description
++#: ../templates:3001
++msgid "Run adjtimexconfig when adjtimex is installed or upgraded?"
++msgstr "Spustit adjtimexconfig po instalaci nebo aktualizaci adjtimex?"
++
++#. Type: boolean
++#. Description
++#. Translators: do not translate "tick" and "frequency"
++#: ../templates:3001
++msgid ""
++"The adjtimexconfig script will use adjtimex to find values for the kernel "
++"variables \"tick\" and \"frequency\" that will make the system clock "
++"approximately agree with the hardware clock (also known as the CMOS clock). "
++"It then saves these values in the configuration file /etc/default/adjtimex "
++"so the settings will be restored on every boot, when /etc/init.d/adjtimex "
++"runs."
++msgstr ""
++"Skript adjtimexconfig použije adjtimex k nalezení hodnot „tick“ a "
++"„frequency“ jádra tak, že nastaví systémové hodiny přibližně na hodnoty těch "
++"hardwarových (také známých jako CMOS hodiny). Tyto hodnoty pak uloží do "
++"konfiguraÄního souboru /etc/default/adjtimex, aby mohlo být nastavení "
++"obnoveno při každém startu, vždy při spuštění /etc/init.d/adjtimex."
++
++#. Type: boolean
++#. Description
++#: ../templates:3001
++msgid ""
++"The script takes 70 seconds to run, so running it for every upgrade may be a "
++"waste of time. Alternatively, you can run adjtimexconfig manually when "
++"needed, or determine the kernel variables by using other methods and set "
++"them manually in /etc/default/adjtimex."
++msgstr ""
++"Spuštění skriptu zabere 70 sekund, takže jeho spuštění při každé aktualizaci "
++"může být ztrátou Äasu. VolitelnÄ› můžete adjtimexconfig spustit podle potÅ™eby "
++"také ruÄnÄ› nebo urÄit promÄ›nné jádra jinými způsoby a nastavit je ruÄnÄ› v "
++"souboru /etc/default/adjtimex."
+--- adjtimex-1.29.orig/debian/po/es.po
++++ adjtimex-1.29/debian/po/es.po
+@@ -0,0 +1,108 @@
++# adjtimex po-debconf translation to Spanish
++# Copyright (C) 2009 Software in the Public Interest
++# This file is distributed under the same license as the adjtimex package.
++#
++# Changes:
++# - Initial translation
++# Vicente H. <vherrerv@supercable.es>
++#
++# - Updates
++# Francisco Javier Cuadrado <fcocuadrado@gmail.com>, 2009
++#
++# Traductores, si no conocen el formato PO, merece la pena leer la
++# documentación de gettext, especialmente las secciones dedicadas a este
++# formato, por ejemplo ejecutando:
++# info -n '(gettext)PO Files'
++# info -n '(gettext)Header Entry'
++#
++# Equipo de traducción al español, por favor lean antes de traducir
++# los siguientes documentos:
++#
++# - El proyecto de traducción de Debian al español
++# http://www.debian.org/intl/spanish/coordinacion
++# especialmente las notas de traducción en
++# http://www.debian.org/intl/spanish/notas
++#
++# - La guía de traducción de po's de debconf:
++# /usr/share/doc/po-debconf/README-trans
++# o http://www.debian.org/intl/l10n/po-debconf/README-trans
++#
++msgid ""
++msgstr ""
++"Project-Id-Version: adjtimex 1.27.1-3\n"
++"Report-Msgid-Bugs-To: adjtimex@packages.debian.org\n"
++"POT-Creation-Date: 2009-03-17 07:38+0100\n"
++"PO-Revision-Date: 2009-07-25 20:18+0100\n"
++"Last-Translator: Francisco Javier Cuadrado <fcocuadrado@gmail.com>\n"
++"Language-Team: Debian l10n Spanish <debian-l10n-spanish@lists.debian.org>\n"
++"Language: \n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=UTF-8\n"
++"Content-Transfer-Encoding: 8bit\n"
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid "Should adjtimex be run at installation and at every startup?"
++msgstr "¿Se debe ejecutar adjtimex ahora y en cada arranque?"
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid ""
++"Running adjtimex at system startup will set the kernel time parameters to "
++"the values in /etc/default/adjtimex."
++msgstr ""
++"Ejecutar adjtimex al inicio del sistema configurará los parámetros de tiempo "
++"del núcleo a los valores del archivo «/etc/default/adjtimex»."
++
++#. Type: boolean
++#. Description
++#: ../templates:2001
++msgid ""
++"You should not choose this option if you just want to use adjtimex to "
++"inspect the current parameters."
++msgstr ""
++"No debería escoger esta opción si sólo quiere utilizar adjtimex para "
++"inspeccionar los parámetros actuales."
++
++#. Type: boolean
++#. Description
++#: ../templates:3001
++msgid "Run adjtimexconfig when adjtimex is installed or upgraded?"
++msgstr "¿Desea ejecutar adjtimexconfig cuando adjtimex se instale o actualice?"
++
++#. Type: boolean
++#. Description
++#. Translators: do not translate "tick" and "frequency"
++#: ../templates:3001
++msgid ""
++"The adjtimexconfig script will use adjtimex to find values for the kernel "
++"variables \"tick\" and \"frequency\" that will make the system clock "
++"approximately agree with the hardware clock (also known as the CMOS clock). "
++"It then saves these values in the configuration file /etc/default/adjtimex "
++"so the settings will be restored on every boot, when /etc/init.d/adjtimex "
++"runs."
++msgstr ""
++"El script adjtimexconfig utilizará adjtimex para encontrar los valores de "
++"las variables «tick» y «frecuency» del núcleo que harán que el reloj del "
++"sistema concuerde aproximadamente con el reloj del hardware (también "
++"conocido como reloj CMOS). Entonces, se guardan estos valores en el archivo "
++"de configuración «/etc/default/adjtimex» de modo que los valores se "
++"restaurarán en cada arranque, cuando el script «/etc/init.d/adjtimex» se "
++"ejecute."
++
++#. Type: boolean
++#. Description
++#: ../templates:3001
++msgid ""
++"The script takes 70 seconds to run, so running it for every upgrade may be a "
++"waste of time. Alternatively, you can run adjtimexconfig manually when "
++"needed, or determine the kernel variables by using other methods and set "
++"them manually in /etc/default/adjtimex."
++msgstr ""
++"El script tarda 70 segundos para ejecutarse, por lo que ejecutarlo en cada "
++"actualización puede ser una pérdida de tiempo. De forma alternativa, puede "
++"ejecutar manualmente ajdtimexconfig cuando lo necesite, o determinar las "
++"variables del núcleo utilizando otros métodos e configurándolas en el "
++"archivo «/etc/default/adjtimex»."
diff --git a/patches/source/util-linux/bsdstrings-util-linux_overflow.diff b/patches/source/util-linux/bsdstrings-util-linux_overflow.diff
new file mode 100644
index 000000000..127ff9d0c
--- /dev/null
+++ b/patches/source/util-linux/bsdstrings-util-linux_overflow.diff
@@ -0,0 +1,20 @@
+From db281fc97f1d665a61acabfd8d5933130996b29f Mon Sep 17 00:00:00 2001
+From: mancha <mancha1@zoho.com>
+Date: Wed, 29 Oct 2014
+Subject: Heap overflow
+
+Fix heap-buffer-overflow in strings.c as bundled by util-linux
+through version 2.9 and as shipped by Slackware Linux and
+Slackware derivatives.
+
+--- a/strings.c
++++ b/strings.c
+@@ -124,7 +124,7 @@ main(argc, argv)
+ if (minlen == -1)
+ minlen = DEF_LEN;
+
+- if (!(bfr = malloc((u_int)minlen))) {
++ if (!(bfr = malloc((u_int)minlen + 1))) {
+ (void)fprintf(stderr, "strings: %s\n", strerror(errno));
+ exit(1);
+ }
diff --git a/patches/source/util-linux/ddate.1 b/patches/source/util-linux/ddate.1
new file mode 100644
index 000000000..ec4ee81d9
--- /dev/null
+++ b/patches/source/util-linux/ddate.1
@@ -0,0 +1,115 @@
+.\" All Rites Reversed. This file is in the PUBLIC DOMAIN.
+.\" Kallisti.
+.TH DDATE 1 "Bureaucracy 3161" "ddate" "Emperor Norton User Command"
+.SH NAME
+ddate \- convert Gregorian dates to Discordian dates
+.SH SYNOPSIS
+.B ddate
+.RI [ \fB+\fPformat]
+.RI [ date ]
+.SH DESCRIPTION
+.B ddate
+prints the date in Discordian date format.
+.PP
+If called with no arguments,
+.B ddate
+will get the current system date, convert this to the Discordian
+date format and print this on the standard output. Alternatively, a
+Gregorian date may be specified on the command line, in the form of a numerical
+day, month and year.
+.PP
+If a format string is specified, the Discordian date will be printed in
+a format specified by the string. This mechanism works similarly to the
+format string mechanism of
+.B date(1),
+only almost completely differently. The fields are:
+.IP %A
+Full name of the day of the week (i.e., Sweetmorn)
+.IP %a
+Abbreviated name of the day of the week (i.e., SM)
+.IP %B
+Full name of the season (i.e., Chaos)
+.IP %b
+Abbreviated name of the season (i.e., Chs)
+.IP %d
+Cardinal number of day in season (i.e., 23)
+.IP %e
+Ordinal number of day in season (i.e., 23rd)
+.IP %H
+Name of current Holyday, if any
+.IP %N
+Magic code to prevent rest of format from being printed unless today is
+a Holyday.
+.IP %n
+Newline
+.IP %t
+Tab
+.IP %X
+Number of days remaining until X-Day. (Not valid if the SubGenius options
+are not compiled in.)
+.IP %{
+.IP %}
+Used to enclose the part of the string which is to be replaced with the
+words "St. Tib's Day" if the current day is St. Tib's Day.
+.IP %\.
+Try it and see.
+.bp
+.SH EXAMPLES
+.nf
+% ddate
+.br
+Sweetmorn, Bureaucracy 42, 3161 YOLD
+.PP
+% ddate +'Today is %{%A, the %e of %B%}, %Y. %N%nCelebrate %H'
+.br
+Today is Sweetmorn, the 42nd of Bureaucracy, 3161.
+.PP
+% ddate +"It's %{%A, the %e of %B%}, %Y. %N%nCelebrate %H" 26 9 1995
+.br
+It's Prickle-Prickle, the 50th of Bureaucracy, 3161.
+.br
+Celebrate Bureflux
+.PP
+% ddate +"Today's %{%A, the %e of %B%}, %Y. %N%nCelebrate %H" 29 2 1996
+.br
+Today's St. Tib's Day, 3162.
+.br
+
+.SH BUGS
+
+.B ddate(1)
+will produce undefined behavior if asked to produce the date for St. Tib's
+day and its format string does not contain the St. Tib's Day delimiters
+%{ and %}.
+
+.SH NOTE
+
+After `X-Day' passed without incident, the Church of the SubGenius
+declared that it had got the year upside down - X-Day is actually in 8661 AD
+rather than 1998 AD. Thus, the True X-Day is Cfn 40, 9827.
+
+.SH AUTHOR
+.nh
+Original program by Druel the Chaotic aka Jeremy Johnson (mpython@gnu.ai.mit.edu)
+.br
+Major rewrite by Lee H:. O:. Smith, KYTP, aka Andrew Bulhak (acb@dev.null.org)
+.br
+Gregorian B.C.E. dates fixed by Chaplain Nyan the Wiser, aka Dan Dart (ntw@dandart.co.uk)
+.br
+Five tons of flax.
+
+.SH DISTRIBUTION POLICY
+
+Public domain. All rites reversed.
+
+.SH SEE ALSO
+
+date(1),
+.br
+http://www.subgenius.com/
+.br
+Malaclypse the Younger,
+.I "Principia Discordia, Or How I Found Goddess And What I Did To Her When I Found Her"
+
+.SH AVAILABILITY
+The ddate command is available from https://github.com/bo0ts/ddate.
diff --git a/patches/source/util-linux/ddate.c b/patches/source/util-linux/ddate.c
new file mode 100644
index 000000000..4c2a0f8f7
--- /dev/null
+++ b/patches/source/util-linux/ddate.c
@@ -0,0 +1,399 @@
+/* $ DVCS ID: $jer|,523/lhos,KYTP!41023161\b"?" <<= DO NOT DELETE! */
+
+/* ddate.c .. converts boring normal dates to fun Discordian Date -><-
+ written the 65th day of The Aftermath in the Year of Our Lady of
+ Discord 3157 by Druel the Chaotic aka Jeremy Johnson aka
+ mpython@gnu.ai.mit.edu
+ 28 Sever St Apt #3
+ Worcester MA 01609
+
+ and I'm not responsible if this program messes anything up (except your
+ mind, I'm responsible for that)
+
+ (k) YOLD 3161 and all time before and after.
+ Reprint, reuse, and recycle what you wish.
+ This program is in the public domain. Distribute freely. Or not.
+
+ Majorly hacked, extended and bogotified/debogotified on
+ Sweetmorn, Bureaucracy 42, 3161 YOLD, by Lee H:. O:. Smith, KYTP,
+ aka Andrew Bulhak, aka acb@dev.null.org
+
+ Slightly hackled and crackled by a sweet firey stove on
+ Boomtime, the 53rd day of Bureaucracy in the YOLD 3179,
+ by Chaplain Nyan the Wiser, aka Dan Dart, aka ntw@dandart.co.uk
+
+ and I'm not responsible if this program messes anything up (except your
+ mind, I'm responsible for that) (and that goes for me as well --lhos)
+
+ Version history:
+ Bureflux 3161: First release of enhanced ddate with format strings
+ 59 Bcy, 3161: PRAISE_BOB and KILL_BOB options split, other minor
+ changes.
+ 53 Bcy, 3179: Fixed gregorian date conversions less than YOLD 1167
+
+ 1999-02-22 Arkadiusz Miskiewicz <misiek@pld.ORG.PL>
+ - added Native Language Support
+
+ 2000-03-17 Burt Holzman <holzman+ddate@gmail.com>
+ - added range checks for dates
+
+ 2014-06-07 William Woodruff <william@tuffbizz.com>
+ - removed gettext dependent locale code
+
+ 15th of Confusion, 3180:
+ - call out adherents of the wrong fruit
+
+ FIVE TONS OF FLAX
+*/
+
+/* configuration options VVVVV READ THIS!!! */
+
+/* If you wish ddate(1) to print the date in the same format as Druel's
+ * original ddate when called in immediate mode, define OLD_IMMEDIATE_FMT
+ */
+
+#define OLD_IMMEDIATE_FMT
+
+/* If you wish to use the US format for aneristic dates (m-d-y), as opposed to
+ * the Commonwealth format, define US_FORMAT.
+ */
+
+/* #define US_FORMAT */
+
+/* If you are ideologically, theologically or otherwise opposed to the
+ * Church of the SubGenius and do not wish your copy of ddate(1) to contain
+ * code for counting down to X-Day, undefine KILL_BOB */
+
+#define KILL_BOB 13013
+
+/* If you wish ddate(1) to contain SubGenius slogans, define PRAISE_BOB */
+
+/*#define PRAISE_BOB 13013*/
+
+#include <stdlib.h>
+#include <string.h>
+#include <time.h>
+#include <stdio.h>
+
+
+// work around includes and defines from formerly c.h
+#ifndef ARRAY_SIZE
+# define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]) + __must_be_array(arr))
+#endif
+
+/* &a[0] degrades to a pointer: a different type from an array */
+# define __must_be_array(a) \
+ BUILD_BUG_ON_ZERO(__builtin_types_compatible_p(__typeof__(a), __typeof__(&a[0])))
+
+#define BUILD_BUG_ON_ZERO(e) (sizeof(struct { int:-!!(e); }))
+
+/* work around hacks for standalone package */
+#define PACKAGE "ddate"
+#define PACKAGE_STRING "Stand Alone"
+
+#ifndef __GNUC__
+#define inline /* foo */
+#endif
+
+#ifdef KILL_BOB
+int xday_countdown(int yday, int year);
+#endif
+
+
+/* string constants */
+
+char *day_long[5] = {
+ "Sweetmorn", "Boomtime", "Pungenday", "Prickle-Prickle", "Setting Orange"
+};
+
+char *day_short[5] = {"SM","BT","PD","PP","SO"};
+
+char *season_long[5] = {
+ "Chaos", "Discord", "Confusion", "Bureaucracy", "The Aftermath"
+};
+
+char *season_short[5] = {"Chs", "Dsc", "Cfn", "Bcy", "Afm"};
+
+char *holyday[5][2] = {
+ { "Mungday", "Chaoflux" },
+ { "Mojoday", "Discoflux" },
+ { "Syaday", "Confuflux" },
+ { "Zaraday", "Bureflux" },
+ { "Maladay", "Afflux" }
+};
+
+struct disc_time {
+ int season; /* 0-4 */
+ int day; /* 0-72 */
+ int yday; /* 0-365 */
+ int year; /* 3066- */
+};
+
+char *excl[] = {
+ "Hail Eris!", "All Hail Discordia!", "Kallisti!", "Fnord.", "Or not.",
+ "Wibble.", "Pzat!", "P'tang!", "Frink!",
+#ifdef PRAISE_BOB
+ "Slack!", "Praise \"Bob\"!", "Or kill me.",
+#endif /* PRAISE_BOB */
+ /* randomness, from the Net and other places. Feel free to add (after
+ checking with the relevant authorities, of course). */
+ "Grudnuk demand sustenance!", "Keep the Lasagna flying!",
+ "You are what you see.",
+ "Or is it?", "This statement is false.",
+ "Lies and slander, sire!", "Hee hee hee!",
+#if defined(linux) || defined (__linux__) || defined (__linux)
+ "Hail Eris, Hack Linux!",
+#elif defined(__APPLE__)
+ "This Fruit is not the True Fruit of Discord.",
+#endif
+ ""
+};
+
+char default_fmt[] = "%{%A, %B %d%}, %Y YOLD";
+char *default_immediate_fmt=
+#ifdef OLD_IMMEDIATE_FMT
+"Today is %{%A, the %e day of %B%} in the YOLD %Y%N%nCelebrate %H"
+#else
+default_fmt
+#endif
+;
+
+#define DY(y) (y+1166)
+
+static inline char *ending(int i) {
+ return i/10==1?"th":(i%10==1?"st":(i%10==2?"nd":(i%10==3?"rd":"th")));
+}
+
+static inline int leapp(int i) {
+ return (!(DY(i)%4))&&((DY(i)%100)||(!(DY(i)%400)));
+}
+
+/* select a random string */
+static inline char *sel(char **strings, int num) {
+ return(strings[random()%num]);
+}
+
+void print(struct disc_time,char **); /* old */
+void format(char *buf, const char* fmt, struct disc_time dt);
+/* read a fortune file */
+int load_fortunes(char *fn, char *delim, char** result);
+
+struct disc_time convert(int,int);
+struct disc_time makeday(int,int,int);
+
+int
+main (int argc, char *argv[]) {
+ long t;
+ struct tm *eris;
+ int bob,raw;
+ struct disc_time hastur;
+ char schwa[23*17], *fnord=0;
+ int pi;
+ char *progname, *p;
+
+ progname = argv[0];
+ if ((p = strrchr(progname, '/')) != NULL)
+ progname = p+1;
+
+ srandom(time(NULL));
+ /* do args here */
+ for(pi=1; pi<argc; pi++) {
+ switch(argv[pi][0]) {
+ case '+': fnord=argv[pi]+1; break;
+ case '-':
+ switch(argv[pi][1]) {
+ case 'V':
+ printf(("%s (%s)\n"), progname, PACKAGE_STRING);
+ default: goto usage;
+ }
+ default: goto thud;
+ }
+ }
+
+ thud:
+ if (argc-pi==3){
+ int moe=atoi(argv[pi]), larry=atoi(argv[pi+1]), curly=atoi(argv[pi+2]);
+ hastur=makeday(
+#ifdef US_FORMAT
+ moe,larry,
+#else
+ larry,moe,
+#endif
+ curly);
+ if (hastur.season == -1) {
+ printf("Invalid date -- out of range\n");
+ return -1;
+ }
+ fnord=fnord?fnord:default_fmt;
+ } else if (argc!=pi) {
+ usage:
+ fprintf(stderr,("usage: %s [+format] [day month year]\n"), argv[0]);
+ exit(1);
+ } else {
+ t= time(NULL);
+ eris=localtime(&t);
+ bob=eris->tm_yday; /* days since Jan 1. */
+ raw=eris->tm_year; /* years since 1980 */
+ hastur=convert(bob,raw);
+ fnord=fnord?fnord:default_immediate_fmt;
+ }
+ format(schwa, fnord, hastur);
+ printf("%s\n", schwa);
+
+ return 0;
+}
+
+void format(char *buf, const char* fmt, struct disc_time dt)
+{
+ int tib_start=-1, tib_end=0;
+ int i, fmtlen=strlen(fmt);
+ char *bufptr=buf;
+
+/* fprintf(stderr, "format(%p, \"%s\", dt)\n", buf, fmt);*/
+
+ /* first, find extents of St. Tib's Day area, if defined */
+ for(i=0; i<fmtlen; i++) {
+ if(fmt[i]=='%') {
+ switch(fmt[i+1]) {
+ case 'A':
+ case 'a':
+ case 'd':
+ case 'e':
+ if(tib_start>0) tib_end=i+1;
+ else tib_start=i;
+ break;
+ case '{': tib_start=i; break;
+ case '}': tib_end=i+1; break;
+ }
+ }
+ }
+
+ /* now do the formatting */
+ buf[0]=0;
+
+ for(i=0; i<fmtlen; i++) {
+ if((i==tib_start) && (dt.day==-1)) {
+ /* handle St. Tib's Day */
+ strcpy(bufptr, ("St. Tib's Day"));
+ bufptr += strlen(bufptr);
+ i=tib_end;
+ } else {
+ if(fmt[i]=='%') {
+ char *wibble=0, snarf[23];
+ switch(fmt[++i]) {
+ case 'A': wibble=day_long[dt.yday%5]; break;
+ case 'a': wibble=day_short[dt.yday%5]; break;
+ case 'B': wibble=season_long[dt.season]; break;
+ case 'b': wibble=season_short[dt.season]; break;
+ case 'd': sprintf(snarf, "%d", dt.day+1); wibble=snarf; break;
+ case 'e': sprintf(snarf, "%d%s", dt.day+1, ending(dt.day+1));
+ wibble=snarf; break;
+ case 'H': if(dt.day==4||dt.day==49)
+ wibble=holyday[dt.season][dt.day==49]; break;
+ case 'N': if(dt.day!=4&&dt.day!=49) goto eschaton; break;
+ case 'n': *(bufptr++)='\n'; break;
+ case 't': *(bufptr++)='\t'; break;
+
+ case 'Y': sprintf(snarf, "%d", dt.year); wibble=snarf; break;
+ case '.': wibble=sel(excl, ARRAY_SIZE(excl));
+ break;
+#ifdef KILL_BOB
+ case 'X': sprintf(snarf, "%d",
+ xday_countdown(dt.yday, dt.year));
+ wibble = snarf; break;
+#endif /* KILL_BOB */
+ }
+ if(wibble) {
+/* fprintf(stderr, "wibble = (%s)\n", wibble);*/
+ strcpy(bufptr, wibble); bufptr+=strlen(wibble);
+ }
+ } else {
+ *(bufptr++) = fmt[i];
+ }
+ }
+ }
+ eschaton:
+ *(bufptr)=0;
+}
+
+struct disc_time makeday(int imonth,int iday,int iyear) /*i for input */
+{
+ struct disc_time funkychickens;
+
+ int cal[12] = { 31,28,31,30,31,30,31,31,30,31,30,31 };
+ int dayspast=0;
+
+ memset(&funkychickens,0,sizeof(funkychickens));
+ /* basic range checks */
+ if (imonth < 1 || imonth > 12 || iyear == 0) {
+ funkychickens.season = -1;
+ return funkychickens;
+ }
+ if (iday < 1 || iday > cal[imonth-1]) {
+ if (!(imonth == 2 && iday == 29 && iyear%4 == 0 &&
+ (iyear%100 != 0 || iyear%400 == 0))) {
+ funkychickens.season = -1;
+ return funkychickens;
+ }
+ }
+
+ imonth--;
+ /* note: gregorian year 0 doesn't exist so
+ * add one if user specifies a year less than 0 */
+ funkychickens.year= iyear+1166 + ((0 > iyear)?1:0);
+ while(imonth>0) { dayspast+=cal[--imonth]; }
+ funkychickens.day=dayspast+iday-1;
+ funkychickens.season=0;
+ if((funkychickens.year%4)==2) {
+ if (funkychickens.day==59 && iday==29) funkychickens.day=-1;
+ }
+ funkychickens.yday=funkychickens.day;
+/* note: EQUAL SIGN...hopefully that fixes it */
+ while(funkychickens.day>=73) {
+ funkychickens.season++;
+ funkychickens.day-=73;
+ }
+ return funkychickens;
+}
+
+struct disc_time convert(int nday, int nyear)
+{ struct disc_time funkychickens;
+
+ funkychickens.year = nyear+3066;
+ funkychickens.day=nday;
+ funkychickens.season=0;
+ if ((funkychickens.year%4)==2)
+ {if (funkychickens.day==59)
+ funkychickens.day=-1;
+ else if (funkychickens.day >59)
+ funkychickens.day-=1;
+ }
+ funkychickens.yday=funkychickens.day;
+ while (funkychickens.day>=73)
+ { funkychickens.season++;
+ funkychickens.day-=73;
+ }
+ return funkychickens;
+
+ }
+
+#ifdef KILL_BOB
+
+/* Code for counting down to X-Day, X-Day being Cfn 40, 3164
+ *
+ * After `X-Day' passed without incident, the CoSG declared that it had
+ * got the year upside down --- X-Day is actually in 8661 AD rather than
+ * 1998 AD.
+ *
+ * Thus, the True X-Day is Cfn 40, 9827.
+ *
+ */
+
+int xday_countdown(int yday, int year) {
+ int r=(185-yday)+(((yday<59)&&(leapp(year)))?1:0);
+ while(year<9827) r+=(leapp(++year)?366:365);
+ while(year>9827) r-=(leapp(year--)?366:365);
+ return r;
+}
+
+#endif
diff --git a/patches/source/util-linux/doinst.sh b/patches/source/util-linux/doinst.sh
new file mode 100644
index 000000000..8277c0e65
--- /dev/null
+++ b/patches/source/util-linux/doinst.sh
@@ -0,0 +1,33 @@
+config() {
+ NEW="$1"
+ OLD="$(dirname $NEW)/$(basename $NEW .new)"
+ # If there's no config file by that name, mv it over:
+ if [ ! -r $OLD ]; then
+ mv $NEW $OLD
+ elif [ "$(cat $OLD | md5sum)" = "$(cat $NEW | md5sum)" ]; then
+ # toss the redundant copy
+ rm $NEW
+ fi
+ # Otherwise, we leave the .new copy for the admin to consider...
+}
+
+# Keep same perms on rc.serial.new:
+if [ -e etc/rc.d/rc.serial ]; then
+ cp -a etc/rc.d/rc.serial etc/rc.d/rc.serial.new.incoming
+ cat etc/rc.d/rc.serial.new > etc/rc.d/rc.serial.new.incoming
+ mv etc/rc.d/rc.serial.new.incoming etc/rc.d/rc.serial.new
+fi
+
+config etc/rc.d/rc.serial.new
+config etc/rc.d/rc.setterm.new
+config etc/serial.conf.new
+
+for configfile in chfn.new chsh.new login.new runuser.new runuser-l.new su.new su-l.new ; do
+ if [ -r etc/pam.d/$configfile ]; then
+ config etc/pam.d/$configfile
+ fi
+done
+
+if [ -r etc/default/su.new ]; then
+ config etc/default/su.new
+fi
diff --git a/patches/source/util-linux/pam.d-su/su b/patches/source/util-linux/pam.d-su/su
new file mode 100644
index 000000000..c28a252ad
--- /dev/null
+++ b/patches/source/util-linux/pam.d-su/su
@@ -0,0 +1,11 @@
+#%PAM-1.0
+auth sufficient pam_rootok.so
+# Uncomment the following line to implicitly trust users in the "wheel" group.
+#auth sufficient pam_wheel.so trust use_uid
+# Uncomment the following line to require a user to be in the "wheel" group.
+#auth required pam_wheel.so use_uid
+auth include system-auth
+account include system-auth
+password include system-auth
+session include system-auth
+session optional pam_xauth.so
diff --git a/patches/source/util-linux/pam.d-su/su-l b/patches/source/util-linux/pam.d-su/su-l
new file mode 100644
index 000000000..654dc24ed
--- /dev/null
+++ b/patches/source/util-linux/pam.d-su/su-l
@@ -0,0 +1,6 @@
+#%PAM-1.0
+auth include su
+account include su
+password include su
+session optional pam_keyinit.so force revoke
+session include su
diff --git a/patches/source/util-linux/pam.d/chfn b/patches/source/util-linux/pam.d/chfn
new file mode 100644
index 000000000..2dbc0aafd
--- /dev/null
+++ b/patches/source/util-linux/pam.d/chfn
@@ -0,0 +1,6 @@
+#%PAM-1.0
+auth sufficient pam_rootok.so
+auth include system-auth
+account include system-auth
+password include system-auth
+session include system-auth
diff --git a/patches/source/util-linux/pam.d/chsh b/patches/source/util-linux/pam.d/chsh
new file mode 100644
index 000000000..2dbc0aafd
--- /dev/null
+++ b/patches/source/util-linux/pam.d/chsh
@@ -0,0 +1,6 @@
+#%PAM-1.0
+auth sufficient pam_rootok.so
+auth include system-auth
+account include system-auth
+password include system-auth
+session include system-auth
diff --git a/patches/source/util-linux/pam.d/login b/patches/source/util-linux/pam.d/login
new file mode 100644
index 000000000..8b6792263
--- /dev/null
+++ b/patches/source/util-linux/pam.d/login
@@ -0,0 +1,20 @@
+#%PAM-1.0
+auth required pam_securetty.so
+# When using pam_faillock, print a message to the user if the account is
+# locked. This lets the user know what is going on, but it also potentially
+# gives additional information to attackers:
+#auth requisite pam_faillock.so preauth
+auth include system-auth
+# To set a limit on failed authentications, the pam_faillock module
+# can be enabled. See pam_faillock(8) for more information.
+#auth [default=die] pam_faillock.so authfail
+#auth sufficient pam_faillock.so authsucc
+auth include postlogin
+account required pam_nologin.so
+account include system-auth
+password include system-auth
+session include system-auth
+session include postlogin
+session required pam_loginuid.so
+-session optional pam_ck_connector.so nox11
+-session optional pam_elogind.so
diff --git a/patches/source/util-linux/pam.d/runuser b/patches/source/util-linux/pam.d/runuser
new file mode 100644
index 000000000..5344abfe8
--- /dev/null
+++ b/patches/source/util-linux/pam.d/runuser
@@ -0,0 +1,5 @@
+#%PAM-1.0
+auth sufficient pam_rootok.so
+session optional pam_keyinit.so revoke
+session required pam_limits.so
+session required pam_unix.so
diff --git a/patches/source/util-linux/pam.d/runuser-l b/patches/source/util-linux/pam.d/runuser-l
new file mode 100644
index 000000000..5ba318ace
--- /dev/null
+++ b/patches/source/util-linux/pam.d/runuser-l
@@ -0,0 +1,4 @@
+#%PAM-1.0
+auth include runuser
+session optional pam_keyinit.so force revoke
+session include runuser
diff --git a/patches/source/util-linux/rc.setterm b/patches/source/util-linux/rc.setterm
new file mode 100644
index 000000000..b98b10209
--- /dev/null
+++ b/patches/source/util-linux/rc.setterm
@@ -0,0 +1,13 @@
+#!/bin/sh
+#
+# This file provides the command line for the setterm utility to set the
+# terminal attributes (primarily used for screen blanking and power
+# management).
+
+# Screen blanks after 15 minutes idle time, and powers down in one hour
+# if the kernel supports APM or ACPI power management (default setting):
+/bin/setterm -blank 15 -powersave powerdown -powerdown 60
+
+# Screen does not blank or use power management features:
+#/bin/setterm -blank 0 -powersave off -powerdown 0
+
diff --git a/patches/source/util-linux/scsi_ioctl.h b/patches/source/util-linux/scsi_ioctl.h
new file mode 100644
index 000000000..edb952538
--- /dev/null
+++ b/patches/source/util-linux/scsi_ioctl.h
@@ -0,0 +1,48 @@
+#ifndef _SCSI_IOCTL_H
+#define _SCSI_IOCTL_H
+
+#define SCSI_IOCTL_SEND_COMMAND 1
+#define SCSI_IOCTL_TEST_UNIT_READY 2
+#define SCSI_IOCTL_BENCHMARK_COMMAND 3
+#define SCSI_IOCTL_SYNC 4 /* Request synchronous parameters */
+#define SCSI_IOCTL_START_UNIT 5
+#define SCSI_IOCTL_STOP_UNIT 6
+/* The door lock/unlock constants are compatible with Sun constants for
+ the cdrom */
+#define SCSI_IOCTL_DOORLOCK 0x5380 /* lock the eject mechanism */
+#define SCSI_IOCTL_DOORUNLOCK 0x5381 /* unlock the mechanism */
+
+#define SCSI_REMOVAL_PREVENT 1
+#define SCSI_REMOVAL_ALLOW 0
+
+#ifdef __KERNEL__
+
+struct scsi_device;
+
+/*
+ * Structures used for scsi_ioctl et al.
+ */
+
+typedef struct scsi_ioctl_command {
+ unsigned int inlen;
+ unsigned int outlen;
+ unsigned char data[0];
+} Scsi_Ioctl_Command;
+
+typedef struct scsi_idlun {
+ __u32 dev_id;
+ __u32 host_unique_id;
+} Scsi_Idlun;
+
+/* Fibre Channel WWN, port_id struct */
+typedef struct scsi_fctargaddress {
+ __u32 host_port_id;
+ unsigned char host_wwn[8]; // include NULL term.
+} Scsi_FCTargAddress;
+
+extern int scsi_ioctl(struct scsi_device *, int, void __user *);
+extern int scsi_nonblockable_ioctl(struct scsi_device *sdev, int cmd,
+ void __user *arg, struct file *filp);
+
+#endif /* __KERNEL__ */
+#endif /* _SCSI_IOCTL_H */
diff --git a/patches/source/util-linux/setserial-rc.serial.diff b/patches/source/util-linux/setserial-rc.serial.diff
new file mode 100644
index 000000000..248d253bd
--- /dev/null
+++ b/patches/source/util-linux/setserial-rc.serial.diff
@@ -0,0 +1,49 @@
+--- ./rc.serial.orig Thu Jan 27 07:47:30 2000
++++ ./rc.serial Sun May 13 13:27:57 2001
+@@ -14,8 +14,6 @@
+ # XXXX For now, the autosave feature doesn't work if you are
+ # using the multiport feature; it doesn't save the multiport configuration
+ # (for now). Autosave also doesn't work for the hayes devices.
+-# Will fix later...
+-#
+ #
+
+ RCLOCKFILE=/var/lock/subsys/serial
+@@ -87,7 +85,7 @@
+ mv /etc/.serial.conf.new /etc/serial.conf
+ echo "done."
+ fi
+- if test -n $MODULE ; then
++ if test -n "$MODULE" ; then
+ module=`grep $MODULE_REGEXP /proc/modules | awk '{print $1}'`
+ if test -z "$module" ; then
+ echo "The $DRIVER_NAME driver is not loaded."
+@@ -108,22 +106,22 @@
+ # If not stop, it must be a start....
+ #
+
+-if test -n $MODULE -a "$LOADED" != "yes" ; then
+- if insmod -fm $MODULE $DRIVER_ARG \
+- > /tmp/$DRIVER.map 2> /tmp/$DRIVER.$$; then :;
++if test -n "$MODULE" -a "$LOADED" != "yes" ; then
++ if insmod -f $MODULE $DRIVER_ARG ; then
++ true
+ else
+ echo "Couldn't load $DRIVER_NAME driver."
+- echo "See error logs in /tmp/$DRIVER.$$"
+ exit 1
+ fi
+- /bin/rm -f /tmp/$DRIVER.$$
+ fi
+
+ if test -f /etc/serial.conf ; then
+ if test -n ${SETSERIAL} ; then
+ grep -v ^# < /etc/serial.conf | while read device args
+ do
+- ${SETSERIAL} -z $device $args
++ if [ ! "$device" = "" -a ! "$args" = "" ]; then
++ ${SETSERIAL} -z $device $args
++ fi
+ done
+ fi
+ else
diff --git a/patches/source/util-linux/setserial-undef_TIOCGHAYESESP.diff b/patches/source/util-linux/setserial-undef_TIOCGHAYESESP.diff
new file mode 100644
index 000000000..97f078437
--- /dev/null
+++ b/patches/source/util-linux/setserial-undef_TIOCGHAYESESP.diff
@@ -0,0 +1,13 @@
+diff -Nur setserial-2.17.orig/setserial.c setserial-2.17/setserial.c
+--- setserial-2.17.orig/setserial.c 2000-01-27 09:40:52.000000000 -0600
++++ setserial-2.17/setserial.c 2010-03-29 23:05:27.093878048 -0500
+@@ -26,6 +26,9 @@
+
+ #include "version.h"
+
++/* http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=f53a2ade0bb9f2a81f473e6469155172a96b7c38 */
++#undef TIOCGHAYESESP
++
+ static char version_str[] = "setserial version " SETSERIAL_VERSION ", "
+ SETSERIAL_DATE;
+
diff --git a/patches/source/util-linux/slack-desc b/patches/source/util-linux/slack-desc
new file mode 100644
index 000000000..2ddf35137
--- /dev/null
+++ b/patches/source/util-linux/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|'
+# on the right side marks the last column you can put a character in. You must
+# make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------|
+util-linux: util-linux (a huge collection of essential utilities)
+util-linux:
+util-linux: The util-linux package is a huge collection of random utilities
+util-linux: that are essential to run a Linux system.
+util-linux:
+util-linux: Homepage: https://www.kernel.org/pub/linux/utils/util-linux/
+util-linux:
+util-linux:
+util-linux:
+util-linux:
+util-linux:
diff --git a/patches/source/util-linux/su.default b/patches/source/util-linux/su.default
new file mode 100644
index 000000000..73fb50a0d
--- /dev/null
+++ b/patches/source/util-linux/su.default
@@ -0,0 +1,3 @@
+# Ensure that ENV_SUPATH from /etc/login.defs is used for the $PATH when
+# 'su' is used. Otherwise /sbin paths will be missing unless 'su -' is used.
+ALWAYS_SET_PATH yes
diff --git a/patches/source/util-linux/util-linux.SlackBuild b/patches/source/util-linux/util-linux.SlackBuild
new file mode 100755
index 000000000..1564d4c19
--- /dev/null
+++ b/patches/source/util-linux/util-linux.SlackBuild
@@ -0,0 +1,382 @@
+#!/bin/bash
+
+# Copyright 2008, 2009, 2010, 2011, 2012, 2013, 2015, 2017, 2018, 2020, 2021, 2022 Patrick J. Volkerding, Sebeka, MN, USA
+# All rights reserved.
+#
+# Redistribution and use of this script, with or without modification, is
+# permitted provided that the following conditions are met:
+#
+# 1. Redistributions of this script must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+#
+# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
+# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
+# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+# Slackware build script for util-linux
+
+cd $(dirname $0) ; CWD=$(pwd)
+
+PKGNAM=util-linux
+VERSION=${VERSION:-$(echo util-linux*.tar.xz | cut -d - -f 3 | rev | cut -f 3- -d . | rev)}
+BUILD=${BUILD:-1_slack15.0}
+
+ADJTIMEXVERS=1.29
+SETSERIALVERS=2.17
+ZIPTOOLVERS=1.4.0
+
+NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
+
+# Automatically determine the architecture we're building on:
+if [ -z "$ARCH" ]; then
+ case "$( uname -m )" in
+ i?86) export ARCH=i586 ;;
+ arm*) export ARCH=arm ;;
+ # Unless $ARCH is already set, use uname -m for all other archs:
+ *) export ARCH=$( uname -m ) ;;
+ esac
+fi
+
+# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
+# the name of the created package would be, and then exit. This information
+# could be useful to other scripts.
+if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
+ echo "$PKGNAM-$VERSION-$ARCH-$BUILD.txz"
+ exit 0
+fi
+
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
+ LIBDIRSUFFIX=""
+elif [ "$ARCH" = "s390" ]; then
+ SLKCFLAGS="-O2"
+ LIBDIRSUFFIX=""
+elif [ "$ARCH" = "x86_64" ]; then
+ SLKCFLAGS="-O2 -fPIC"
+ LIBDIRSUFFIX="64"
+else
+ SLKCFLAGS="-O2"
+ LIBDIRSUFFIX=""
+fi
+
+TMP=${TMP:-/tmp}
+PKG=$TMP/package-util-linux
+
+rm -rf $PKG
+mkdir -p $TMP $PKG
+cd $TMP || exit 1
+rm -rf util-linux-$VERSION
+tar xvf $CWD/util-linux-$VERSION.tar.xz || exit 1
+cd util-linux-$VERSION || exit 1
+chown -R root.root .
+find . \
+ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
+ -exec chmod 755 {} \+ -o \
+ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
+ -exec chmod 644 {} \+
+
+# Choose correct options depending on whether PAM is installed:
+if [ -L /lib${LIBDIRSUFFIX}/libpam.so.? ]; then
+ LOGIN_OPTIONS=""
+ # By default, don't use the util-linux version of /bin/su:
+ SHIP_SU=${SHIP_SU:-NO}
+ # Add /etc/pam.d config files:
+ rm -rf $PKG/etc/pam.d
+ mkdir -p $PKG/etc/pam.d
+ for file in $CWD/pam.d/* ; do
+ cp -a ${file} $PKG/etc/pam.d/
+ done
+ if [ "$SHIP_SU" = "YES" ]; then
+ # Add su default file to ensure using ENV_SUPATH with 'su':
+ mkdir -p $PKG/etc/default
+ cp -a $CWD/su.default $PKG/etc/default/su.new
+ chown root:root $PKG/etc/default/su.new
+ chmod 644 $PKG/etc/default/su.new
+ # Add su /etc/pam.d files:
+ cp -a $CWD/pam.d-su/* $PKG/etc/pam.d/
+ fi
+ # Ensure correct perms/ownership on files in /etc/pam.d/:
+ chown root:root $PKG/etc/pam.d/*
+ chmod 644 $PKG/etc/pam.d/*
+ # Don't clobber existing config files:
+ find $PKG/etc/pam.d -type f -exec mv {} {}.new \;
+else
+ # Don't use the util-linux version of /bin/su.
+ # It can't be built without PAM anyway.
+ SHIP_SU=NO
+ LOGIN_OPTIONS="--disable-login"
+fi
+
+# Changing the fdisk -l output (this was done prior to util-linux-ng) broke
+# our installation scripts, so we have changed the name of partition type
+# 83 back to "Linux swap":
+zcat $CWD/util-linux.fdisk-no-solaris.diff.gz | patch -p1 --verbose || exit 1
+
+# Revert to the behavior of earlier versions of fdisk which did not list the
+# /dev/ram* devices in 'fdisk -l' output:
+zcat $CWD/util-linux.do.not.list.ram.devices.diff.gz | patch -p1 --verbose || exit 1
+
+# This just call the configure script with $1 either being 2 for python2
+# or 3 for python3.
+#
+# The releasenotes say to use --runstatedir, but it doesn't work and the
+# configure script fails. So we'll leave things using localstatedir, but
+# check again later:
+#
+# --runstatedir=/run
+configure_with_python(){
+./configure \
+ --prefix=/usr \
+ --libdir=/usr/lib${LIBDIRSUFFIX} \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --mandir=/usr/man \
+ --infodir=/usr/info \
+ --docdir=/usr/doc/util-linux-$VERSION \
+ --disable-static \
+ --enable-agetty \
+ --enable-fdformat \
+ --enable-kill \
+ --disable-last \
+ --enable-libmount-support-mtab \
+ --enable-line \
+ --enable-mesg \
+ --enable-partx \
+ --enable-pg \
+ --disable-raw \
+ --enable-rename \
+ $LOGIN_OPTIONS \
+ --enable-schedutils \
+ --enable-wall \
+ --enable-write \
+ --enable-use-tty-group \
+ --enable-libblkid \
+ --enable-libmount \
+ --enable-libuuid \
+ --disable-uuidd \
+ --with-python=$1 \
+ --build=$ARCH-slackware-linux
+}
+
+CFLAGS="$SLKCFLAGS" \
+ configure_with_python 2 || exit 1
+
+make $NUMJOBS || make || exit 1
+make install $NUMJOBS DESTDIR=$PKG || exit 1
+
+# These need to be setuid root to work properly (only built for PAM):
+if [ -r $PKG/usr/bin/chfn ]; then
+ chmod 4711 $PKG/usr/bin/chfn
+fi
+if [ -r $PKG/usr/bin/chsh ]; then
+ chmod 4711 $PKG/usr/bin/chsh
+fi
+
+# Build python3 bindings for libmount:
+make clean
+CFLAGS="$SLKCFLAGS" \
+ configure_with_python 3 || exit 1
+make $NUMJOBS \
+ install-pylibmountexecLTLIBRARIES \
+ install-pylibmountexecPYTHON \
+ DESTDIR=$PKG || exit 1
+
+# Remove all overlap with the shadow package, since --disable-login doesn't quite do that:
+rm $PKG/sbin/nologin $PKG/usr/man/man8/nologin.8 $PKG/sbin/sulogin $PKG/usr/man/man8/sulogin.8
+
+# If we aren't shipping su, remove the files:
+if [ "$SHIP_SU" = "NO" ]; then
+ rm -f $PKG/bin/su
+ rm -f $PKG/usr/man/man1/su.1
+ rm -f $PKG/usr/share/bash-completion/completions/runuser
+ rm -f $PKG/usr/share/bash-completion/completions/su
+fi
+
+# Move the libblkid, libfdisk, libmount, libsmartcols, and
+# libuuid libraries to /lib${LIBSUFFIX}:
+mkdir -p $PKG/lib${LIBDIRSUFFIX}
+( cd $PKG/usr/lib${LIBDIRSUFFIX}
+ mv libblkid.so.1* $PKG/lib${LIBDIRSUFFIX}
+ mv libfdisk.so.1* $PKG/lib${LIBDIRSUFFIX}
+ mv libmount.so.1* $PKG/lib${LIBDIRSUFFIX}
+ mv libsmartcols.so.1* $PKG/lib${LIBDIRSUFFIX}
+ mv libuuid.so.1* $PKG/lib${LIBDIRSUFFIX}
+ rm -f libblkid.so libfdisk.so libmount.so libsmartcols.so libuuid.so
+ ln -sf ../../lib${LIBDIRSUFFIX}/libblkid.so.1 libblkid.so
+ ln -sf ../../lib${LIBDIRSUFFIX}/libfdisk.so.1 libfdisk.so
+ ln -sf ../../lib${LIBDIRSUFFIX}/libmount.so.1 libmount.so
+ ln -sf ../../lib${LIBDIRSUFFIX}/libsmartcols.so.1 libsmartcols.so
+ ln -sf ../../lib${LIBDIRSUFFIX}/libuuid.so.1 libuuid.so
+)
+
+# Moving things around that have been in the same place
+# for 15 years is, IMHO, not a wise idea AT ALL.
+# If this had to be moved, some place out of /usr might
+# have shown a grain of insight...
+if [ -r $PKG/usr/sbin/fdformat ]; then
+ mkdir -p $PKG/usr/bin
+ mv $PKG/usr/sbin/fdformat $PKG/usr/bin/fdformat
+ # Now since stuff will start looking in this new place,
+ # we have no choice but to link these:
+ ( cd $PKG/usr/sbin
+ ln -sf ../bin/fdformat .
+ )
+fi
+
+# Add the rc.setterm init script to set default terminal attributes:
+mkdir -p $PKG/etc/rc.d
+cp -a $CWD/rc.setterm $PKG/etc/rc.d/rc.setterm.new
+chown root:root $PKG/etc/rc.d/rc.setterm.new
+chmod 755 $PKG/etc/rc.d/rc.setterm.new
+
+# ddate.{1,c} taken from https://github.com/bo0ts/ddate:
+cp -a $CWD/ddate.? .
+cc -O -o ddate ddate.c
+cp -a ddate $PKG/usr/bin
+cat ddate.1 > $PKG/usr/man/man1/ddate.1
+chown root:root $PKG/usr/bin/ddate
+
+# Build ziptool (install as jaztool to avoid conflict with libzip):
+cd $TMP || exit 1
+rm -rf ziptool-$ZIPTOOLVERS
+tar xvf $CWD/ziptool-$ZIPTOOLVERS.tar.xz || exit 1
+cd ziptool-$ZIPTOOLVERS || exit 1
+zcat $CWD/ziptool-fix_build.patch.gz | patch -p1 || exit 1
+mkdir scsi
+cat $CWD/scsi_ioctl.h > scsi/scsi_ioctl.h
+chown -R root:root .
+make || exit 1
+strip ziptool
+cat ziptool > $PKG/sbin/jaztool
+chmod 0755 $PKG/sbin/jaztool
+mkdir -p $PKG/usr/doc/ziptool-$ZIPTOOLVERS
+cp -a README $PKG/usr/doc/ziptool-$ZIPTOOLVERS
+chmod 644 $PKG/usr/doc/ziptool-$ZIPTOOLVERS/*
+cat ziptool.1.gz > $PKG/usr/man/man1/jaztool.1.gz
+
+# Build bsdstrings
+cd $TMP || exit 1
+rm -rf bsdstrings
+tar xvf $CWD/bsdstrings.tar.gz || exit 1
+cd bsdstrings || exit 1
+zcat $CWD/bsdstrings-util-linux_overflow.diff.gz | patch -p1 --verbose || exit 1
+make || exit 1
+strip strings
+cat strings > $PKG/usr/bin/strings-BSD
+chmod 0755 $PKG/usr/bin/strings-BSD
+cat strings.1 | gzip -9c > $PKG/usr/man/man1/strings-BSD.1.gz
+
+# Build adjtimex
+cd $TMP || exit 1
+rm -rf adjtimex-$ADJTIMEXVERS
+tar xvf $CWD/adjtimex_${ADJTIMEXVERS}.orig.tar.gz || exit 1
+cd adjtimex-$ADJTIMEXVERS || exit 1
+chown -R root:root .
+zcat $CWD/adjtimex_1.29-2.2.diff.gz | patch -p1 || exit 1
+CFLAGS=-O2 ./configure --prefix=/usr || exit 1
+make || exit 1
+strip adjtimex
+cat adjtimex > $PKG/sbin/adjtimex
+chmod 0755 $PKG/sbin/adjtimex
+cat adjtimex.8 | gzip -9c > $PKG/usr/man/man8/adjtimex.8.gz
+mkdir -p $PKG/usr/doc/adjtimex-$ADJTIMEXVERS
+cp -a COPYING COPYRIGHT README README.ru adjtimex.lsm \
+ $PKG/usr/doc/adjtimex-$ADJTIMEXVERS
+
+# Build setserial
+cd $TMP || exit 1
+rm -rf setserial-$SETSERIALVERS
+tar xvf $CWD/setserial-$SETSERIALVERS.tar.gz || exit 1
+cd setserial-$SETSERIALVERS || exit 1
+chown -R root:root .
+zcat $CWD/setserial-rc.serial.diff.gz | patch -E -p1 --verbose || exit 1
+zcat $CWD/setserial-undef_TIOCGHAYESESP.diff.gz | patch -E -p1 --verbose || exit 1
+# The original config.{guess,sub} do not work on x86_64
+cp -p /usr/share/libtool/config/config.{guess,sub} .
+./configure --prefix=/usr || exit 1
+make || exit 1
+strip setserial
+cat setserial > $PKG/sbin/setserial
+chmod 0755 $PKG/sbin/setserial
+mkdir -p $PKG/etc/rc.d
+cat rc.serial > $PKG/etc/rc.d/rc.serial.new
+cat serial.conf > $PKG/etc/serial.conf.new
+cat setserial.8 | gzip -9c > $PKG/usr/man/man8/setserial.8.gz
+
+# These have always traditionally been available before /usr
+# might be mounted:
+( cd $PKG/usr/bin
+ mv getopt setterm $PKG/bin
+ cd $PKG/usr/bin
+ ln -s ../../bin/getopt .
+ ln -s ../../bin/setterm .
+)
+
+cd $TMP/util-linux-$VERSION # Go back home :)
+
+# Now let's add some important symlinks :)
+( cd $PKG/sbin
+ ln -s ../bin/mount .
+ ln -s ../bin/umount .
+ #ln -s ziptool jaztool
+ ln -s hwclock clock
+ cd $PKG/usr/sbin
+ ln -s ../../sbin/cfdisk .
+ ln -s ../../sbin/ctrlaltdel .
+ ln -s ../../sbin/sfdisk .
+ cd $PKG/usr/bin
+ ln -s ../sbin/readprofile .
+ # tunelp was removed by upstream:
+ #ln -s ../sbin/tunelp .
+ ln -s ../../bin/more .
+ cd $PKG/usr/man/man1
+ #ln -s ziptool.1 jaztool.1
+ cd $PKG/usr/man/man8
+ ln -s hwclock.8 clock.8
+)
+
+find $PKG | xargs file | grep -e "executable" -e "shared object" \
+ | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
+
+# Don't ship .la files:
+rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la
+
+# Compress and if needed symlink the man pages:
+if [ -d $PKG/usr/man ]; then
+ ( cd $PKG/usr/man
+ for manpagedir in $(find . -type d -name "man*") ; do
+ ( cd $manpagedir
+ for eachpage in $( find . -type l -maxdepth 1) ; do
+ ln -s $( readlink $eachpage ).gz $eachpage.gz
+ rm $eachpage
+ done
+ gzip -9 *.?
+ )
+ done
+ )
+fi
+
+# Compress info page and remove dir file
+rm $PKG/usr/info/dir
+gzip -9 $PKG/usr/info/*
+
+mkdir -p $PKG/usr/doc/util-linux-$VERSION
+cp -a AUTHORS COPYING* DEPRECATED NEWS README* \
+ Documentation/releases/v${VERSION}-ReleaseNotes \
+ Documentation/licenses/* Documentation/{TODO,*.txt} \
+ $PKG/usr/doc/util-linux-$VERSION
+
+mkdir $PKG/install
+cat $CWD/slack-desc > $PKG/install/slack-desc
+zcat $CWD/doinst.sh.gz > $PKG/install/doinst.sh
+
+cd $PKG
+/sbin/makepkg -l y -c n $TMP/util-linux-$VERSION-$ARCH-$BUILD.txz
+
diff --git a/patches/source/util-linux/util-linux.do.not.list.ram.devices.diff b/patches/source/util-linux/util-linux.do.not.list.ram.devices.diff
new file mode 100644
index 000000000..33a743076
--- /dev/null
+++ b/patches/source/util-linux/util-linux.do.not.list.ram.devices.diff
@@ -0,0 +1,13 @@
+--- ./disk-utils/fdisk-list.c.orig 2018-09-20 07:38:55.845404951 -0500
++++ ./disk-utils/fdisk-list.c 2019-01-02 15:53:21.256868721 -0600
+@@ -337,6 +337,10 @@
+ if (devno <= 0)
+ continue;
+
++ /* Don't list /dev/ram* devices */
++ if (strstr(line, "ram") && devno >= 256)
++ continue;
++
+ if (sysfs_devno_is_dm_private(devno, NULL) ||
+ sysfs_devno_is_wholedisk(devno) <= 0)
+ continue;
diff --git a/patches/source/util-linux/util-linux.fdisk-no-solaris.diff b/patches/source/util-linux/util-linux.fdisk-no-solaris.diff
new file mode 100644
index 000000000..a495ffac2
--- /dev/null
+++ b/patches/source/util-linux/util-linux.fdisk-no-solaris.diff
@@ -0,0 +1,12 @@
+diff -Nur util-linux-2.24.2.orig/include/pt-mbr-partnames.h util-linux-2.24.2/include/pt-mbr-partnames.h
+--- util-linux-2.24.2.orig/include/pt-mbr-partnames.h 2014-04-24 02:37:04.352704164 -0500
++++ util-linux-2.24.2/include/pt-mbr-partnames.h 2014-07-03 03:33:27.054574467 -0500
+@@ -49,7 +49,7 @@
+ {0x75, N_("PC/IX")},
+ {0x80, N_("Old Minix")}, /* Minix 1.4a and earlier */
+ {0x81, N_("Minix / old Linux")},/* Minix 1.4b and later */
+- {0x82, N_("Linux swap / Solaris")},
++ {0x82, N_("Linux swap")},
+ {0x83, N_("Linux")},
+ {0x84, N_("OS/2 hidden C: drive")},
+ {0x85, N_("Linux extended")},
diff --git a/patches/source/util-linux/ziptool-fix_build.patch b/patches/source/util-linux/ziptool-fix_build.patch
new file mode 100644
index 000000000..a2d3d5157
--- /dev/null
+++ b/patches/source/util-linux/ziptool-fix_build.patch
@@ -0,0 +1,24 @@
+diff -Nur ziptool-1.4.0.orig/Makefile ziptool-1.4.0/Makefile
+--- ziptool-1.4.0.orig/Makefile 2002-08-23 17:13:48.000000000 -0500
++++ ziptool-1.4.0/Makefile 2009-02-09 16:33:12.913637302 -0600
+@@ -5,10 +5,6 @@
+ #
+ CFLAGS = -O2 -g -Wall
+
+-# Path to linux kernel sources.
+-#
+-LINUX_SRC_DIR = /usr/src/linux
+-
+ # Installation directories
+ #
+ INSTALL_BIN_DIR = /usr/bin
+@@ -30,7 +26,7 @@
+ cd $(INSTALL_MAN_DIR)/man1; ln -sf ziptool.1.gz jaztool.1.gz
+
+ ziptool: ziptool.c
+- cc $(CFLAGS) -I$(LINUX_SRC_DIR)/include -o ziptool ziptool.c
++ cc $(CFLAGS) -I. -o ziptool ziptool.c
+
+ jaztool: ziptool.c
+- cc $(CFLAGS) -I$(LINUX_SRC_DIR)/include -o jaztool ziptool.c
++ cc $(CFLAGS) -I. -o jaztool ziptool.c
diff --git a/recompress.sh b/recompress.sh
index ee82a6303..252e88672 100755
--- a/recompress.sh
+++ b/recompress.sh
@@ -1167,6 +1167,14 @@ gzip ./patches/source/mozilla-thunderbird/tb.ui.scrollToClick.diff
gzip ./patches/source/mozilla-thunderbird/gkrust.a.no.networking.check.diff
gzip ./patches/source/mariadb/rc.mysqld
gzip ./patches/source/mariadb/doinst.sh
+gzip ./patches/source/util-linux/setserial-undef_TIOCGHAYESESP.diff
+gzip ./patches/source/util-linux/setserial-rc.serial.diff
+gzip ./patches/source/util-linux/util-linux.do.not.list.ram.devices.diff
+gzip ./patches/source/util-linux/bsdstrings-util-linux_overflow.diff
+gzip ./patches/source/util-linux/util-linux.fdisk-no-solaris.diff
+gzip ./patches/source/util-linux/adjtimex_1.29-2.2.diff
+gzip ./patches/source/util-linux/doinst.sh
+gzip ./patches/source/util-linux/ziptool-fix_build.patch
gzip ./patches/source/at/doinst.sh
gzip ./patches/source/mozilla-firefox/firefox.moz_plugin_path.diff
gzip ./patches/source/mozilla-firefox/ff.ui.scrollToClick.diff