From e6dca6f9460ca8b3504ff908a27d48bd533e4e16 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Fri, 11 Jan 2019 21:15:41 +0000 Subject: Fri Jan 11 21:15:41 UTC 2019 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit a/bash-5.0.000-x86_64-1.txz: Upgraded. a/glibc-zoneinfo-2018i-noarch-1.txz: Upgraded. a/lzlib-1.11-x86_64-1.txz: Upgraded. ap/vim-8.1.0727-x86_64-1.txz: Upgraded. Fixed vimrc to work with "crontab -e" again now that cron's files have been moved into /run/cron/. Thanks to Andreas Vögel. d/subversion-1.11.1-x86_64-1.txz: Upgraded. n/irssi-1.1.2-x86_64-1.txz: Upgraded. This update addresses bugs including security and stability issues: A NULL pointer dereference occurs for an "empty" nick. Certain nick names could result in out-of-bounds access when printing theme strings. Crash due to a NULL pointer dereference w hen the number of windows exceeds the available space. Use-after-free when SASL messages are received in an unexpected order. Use-after-free when a server is disconnected during netsplits. Use-after-free when hidden lines were expired from the scroll buffer. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7050 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7051 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7052 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7053 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7054 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-5882 (* Security fix *) xap/vim-gvim-8.1.0727-x86_64-1.txz: Upgraded. --- ChangeLog.rss | 40 +- ChangeLog.txt | 28 + FILELIST.TXT | 1038 ++++++++++++++--------------- source/a/bash/bash-4.4-patches/bash44-001 | 60 -- source/a/bash/bash-4.4-patches/bash44-002 | 69 -- source/a/bash/bash-4.4-patches/bash44-003 | 58 -- source/a/bash/bash-4.4-patches/bash44-004 | 84 --- source/a/bash/bash-4.4-patches/bash44-005 | 47 -- source/a/bash/bash-4.4-patches/bash44-006 | 59 -- source/a/bash/bash-4.4-patches/bash44-007 | 151 ----- source/a/bash/bash-4.4-patches/bash44-008 | 84 --- source/a/bash/bash-4.4-patches/bash44-009 | 107 --- source/a/bash/bash-4.4-patches/bash44-010 | 49 -- source/a/bash/bash-4.4-patches/bash44-011 | 50 -- source/a/bash/bash-4.4-patches/bash44-012 | 161 ----- source/a/bash/bash-4.4-patches/bash44-013 | 43 -- source/a/bash/bash-4.4-patches/bash44-014 | 104 --- source/a/bash/bash-4.4-patches/bash44-015 | 43 -- source/a/bash/bash-4.4-patches/bash44-016 | 78 --- source/a/bash/bash-4.4-patches/bash44-017 | 45 -- source/a/bash/bash-4.4-patches/bash44-018 | 48 -- source/a/bash/bash-4.4-patches/bash44-019 | 50 -- source/a/bash/bash-4.4-patches/bash44-020 | 177 ----- source/a/bash/bash-4.4-patches/bash44-021 | 57 -- source/a/bash/bash-4.4-patches/bash44-022 | 61 -- source/a/bash/bash-4.4-patches/bash44-023 | 52 -- source/a/bash/bash.SlackBuild | 6 +- source/a/lzlib/lzlib.SlackBuild | 2 +- source/ap/vim/vim.SlackBuild | 4 +- source/ap/vim/vim.vimrc.diff | 6 +- source/d/subversion/subversion.SlackBuild | 2 +- source/n/irssi/irssi.SlackBuild | 2 +- 32 files changed, 573 insertions(+), 2292 deletions(-) delete mode 100644 source/a/bash/bash-4.4-patches/bash44-001 delete mode 100644 source/a/bash/bash-4.4-patches/bash44-002 delete mode 100644 source/a/bash/bash-4.4-patches/bash44-003 delete mode 100644 source/a/bash/bash-4.4-patches/bash44-004 delete mode 100644 source/a/bash/bash-4.4-patches/bash44-005 delete mode 100644 source/a/bash/bash-4.4-patches/bash44-006 delete mode 100644 source/a/bash/bash-4.4-patches/bash44-007 delete mode 100644 source/a/bash/bash-4.4-patches/bash44-008 delete mode 100644 source/a/bash/bash-4.4-patches/bash44-009 delete mode 100644 source/a/bash/bash-4.4-patches/bash44-010 delete mode 100644 source/a/bash/bash-4.4-patches/bash44-011 delete mode 100644 source/a/bash/bash-4.4-patches/bash44-012 delete mode 100644 source/a/bash/bash-4.4-patches/bash44-013 delete mode 100644 source/a/bash/bash-4.4-patches/bash44-014 delete mode 100644 source/a/bash/bash-4.4-patches/bash44-015 delete mode 100644 source/a/bash/bash-4.4-patches/bash44-016 delete mode 100644 source/a/bash/bash-4.4-patches/bash44-017 delete mode 100644 source/a/bash/bash-4.4-patches/bash44-018 delete mode 100644 source/a/bash/bash-4.4-patches/bash44-019 delete mode 100644 source/a/bash/bash-4.4-patches/bash44-020 delete mode 100644 source/a/bash/bash-4.4-patches/bash44-021 delete mode 100644 source/a/bash/bash-4.4-patches/bash44-022 delete mode 100644 source/a/bash/bash-4.4-patches/bash44-023 diff --git a/ChangeLog.rss b/ChangeLog.rss index d64966426..fd8c5d9b2 100644 --- a/ChangeLog.rss +++ b/ChangeLog.rss @@ -11,9 +11,45 @@ Tracking Slackware development in git. en-us urn:uuid:c964f45e-6732-11e8-bbe5-107b4450212f - Thu, 10 Jan 2019 22:32:08 GMT - Fri, 11 Jan 2019 11:24:33 GMT + Fri, 11 Jan 2019 21:15:41 GMT + Sat, 12 Jan 2019 07:59:41 GMT maintain_current_git.sh v 1.10 + + Fri, 11 Jan 2019 21:15:41 GMT + Fri, 11 Jan 2019 21:15:41 GMT + https://git.slackware.nl/current/tag/?h=20190111211541 + 20190111211541 + + +a/bash-5.0.000-x86_64-1.txz: Upgraded. +a/glibc-zoneinfo-2018i-noarch-1.txz: Upgraded. +a/lzlib-1.11-x86_64-1.txz: Upgraded. +ap/vim-8.1.0727-x86_64-1.txz: Upgraded. + Fixed vimrc to work with "crontab -e" again now that cron's files have been + moved into /run/cron/. Thanks to Andreas Vögel. +d/subversion-1.11.1-x86_64-1.txz: Upgraded. +n/irssi-1.1.2-x86_64-1.txz: Upgraded. + This update addresses bugs including security and stability issues: + A NULL pointer dereference occurs for an "empty" nick. + Certain nick names could result in out-of-bounds access when printing + theme strings. + Crash due to a NULL pointer dereference w hen the number of windows + exceeds the available space. + Use-after-free when SASL messages are received in an unexpected order. + Use-after-free when a server is disconnected during netsplits. + Use-after-free when hidden lines were expired from the scroll buffer. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7050 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7051 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7052 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7053 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7054 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-5882 + (* Security fix *) +xap/vim-gvim-8.1.0727-x86_64-1.txz: Upgraded. + ]]> + + Thu, 10 Jan 2019 22:32:08 GMT Thu, 10 Jan 2019 22:32:08 GMT diff --git a/ChangeLog.txt b/ChangeLog.txt index dda572d99..0a45fb46a 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,31 @@ +Fri Jan 11 21:15:41 UTC 2019 +a/bash-5.0.000-x86_64-1.txz: Upgraded. +a/glibc-zoneinfo-2018i-noarch-1.txz: Upgraded. +a/lzlib-1.11-x86_64-1.txz: Upgraded. +ap/vim-8.1.0727-x86_64-1.txz: Upgraded. + Fixed vimrc to work with "crontab -e" again now that cron's files have been + moved into /run/cron/. Thanks to Andreas Vögel. +d/subversion-1.11.1-x86_64-1.txz: Upgraded. +n/irssi-1.1.2-x86_64-1.txz: Upgraded. + This update addresses bugs including security and stability issues: + A NULL pointer dereference occurs for an "empty" nick. + Certain nick names could result in out-of-bounds access when printing + theme strings. + Crash due to a NULL pointer dereference w hen the number of windows + exceeds the available space. + Use-after-free when SASL messages are received in an unexpected order. + Use-after-free when a server is disconnected during netsplits. + Use-after-free when hidden lines were expired from the scroll buffer. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7050 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7051 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7052 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7053 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7054 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-5882 + (* Security fix *) +xap/vim-gvim-8.1.0727-x86_64-1.txz: Upgraded. ++--------------------------+ Thu Jan 10 22:32:08 UTC 2019 ap/qpdf-8.3.0-x86_64-1.txz: Upgraded. l/argon2-20171227-x86_64-1.txz: Added. diff --git a/FILELIST.TXT b/FILELIST.TXT index 10636b368..011f53682 100644 --- a/FILELIST.TXT +++ b/FILELIST.TXT @@ -1,20 +1,20 @@ -Thu Jan 10 22:43:09 UTC 2019 +Fri Jan 11 21:38:46 UTC 2019 Here is the file list for this directory. If you are using a mirror site and find missing or extra files in the disk subdirectories, please have the archive administrator refresh the mirror. -drwxr-xr-x 12 root root 4096 2019-01-10 22:32 . +drwxr-xr-x 12 root root 4096 2019-01-11 21:15 . -rw-r--r-- 1 root root 10064 2016-06-30 18:39 ./ANNOUNCE.14_2 -rw-r--r-- 1 root root 14341 2018-11-29 05:40 ./CHANGES_AND_HINTS.TXT --rw-r--r-- 1 root root 912391 2019-01-09 22:59 ./CHECKSUMS.md5 --rw-r--r-- 1 root root 163 2019-01-09 22:59 ./CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 912833 2019-01-10 22:44 ./CHECKSUMS.md5 +-rw-r--r-- 1 root root 163 2019-01-10 22:44 ./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 544816 2019-01-10 22:32 ./ChangeLog.txt +-rw-r--r-- 1 root root 546268 2019-01-11 21:15 ./ChangeLog.txt drwxr-xr-x 3 root root 4096 2013-03-20 22:17 ./EFI drwxr-xr-x 2 root root 4096 2019-01-09 22:43 ./EFI/BOOT -rw-r--r-- 1 root root 1253376 2018-02-24 20:49 ./EFI/BOOT/bootx64.efi @@ -25,9 +25,9 @@ drwxr-xr-x 2 root root 4096 2019-01-09 22:43 ./EFI/BOOT -rwxr-xr-x 1 root root 2494 2018-02-24 20:49 ./EFI/BOOT/make-grub.sh -rw-r--r-- 1 root root 10722 2013-09-21 19:02 ./EFI/BOOT/osdetect.cfg -rw-r--r-- 1 root root 1273 2013-08-12 21:08 ./EFI/BOOT/tools.cfg --rw-r--r-- 1 root root 1200935 2019-01-09 22:58 ./FILELIST.TXT +-rw-r--r-- 1 root root 1201548 2019-01-10 22:43 ./FILELIST.TXT -rw-r--r-- 1 root root 1572 2012-08-29 18:27 ./GPG-KEY --rw-r--r-- 1 root root 731668 2019-01-10 22:41 ./PACKAGES.TXT +-rw-r--r-- 1 root root 731668 2019-01-11 21:36 ./PACKAGES.TXT -rw-r--r-- 1 root root 8564 2016-06-28 21:33 ./README.TXT -rw-r--r-- 1 root root 3634 2019-01-09 21:40 ./README.initrd -rw-r--r-- 1 root root 34412 2017-12-01 17:44 ./README_CRYPT.TXT @@ -798,13 +798,13 @@ drwxr-xr-x 2 root root 4096 2012-09-20 18:06 ./patches -rw-r--r-- 1 root root 575 2012-09-20 18:06 ./patches/FILE_LIST -rw-r--r-- 1 root root 14 2012-09-20 18:06 ./patches/MANIFEST.bz2 -rw-r--r-- 1 root root 224 2012-09-20 18:06 ./patches/PACKAGES.TXT -drwxr-xr-x 18 root root 4096 2019-01-10 22:41 ./slackware64 --rw-r--r-- 1 root root 290126 2019-01-10 22:41 ./slackware64/CHECKSUMS.md5 --rw-r--r-- 1 root root 163 2019-01-10 22:41 ./slackware64/CHECKSUMS.md5.asc --rw-r--r-- 1 root root 361411 2019-01-10 22:38 ./slackware64/FILE_LIST --rw-r--r-- 1 root root 3653341 2019-01-10 22:39 ./slackware64/MANIFEST.bz2 +drwxr-xr-x 18 root root 4096 2019-01-11 21:36 ./slackware64 +-rw-r--r-- 1 root root 290126 2019-01-11 21:36 ./slackware64/CHECKSUMS.md5 +-rw-r--r-- 1 root root 163 2019-01-11 21:36 ./slackware64/CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 361411 2019-01-11 21:33 ./slackware64/FILE_LIST +-rw-r--r-- 1 root root 3650711 2019-01-11 21:34 ./slackware64/MANIFEST.bz2 lrwxrwxrwx 1 root root 15 2009-08-23 23:34 ./slackware64/PACKAGES.TXT -> ../PACKAGES.TXT -drwxr-xr-x 2 root root 28672 2019-01-09 22:53 ./slackware64/a +drwxr-xr-x 2 root root 28672 2019-01-11 21:33 ./slackware64/a -rw-r--r-- 1 root root 327 2018-06-24 18:44 ./slackware64/a/aaa_base-14.2-x86_64-5.txt -rw-r--r-- 1 root root 10820 2018-06-24 18:44 ./slackware64/a/aaa_base-14.2-x86_64-5.txz -rw-r--r-- 1 root root 163 2018-06-24 18:44 ./slackware64/a/aaa_base-14.2-x86_64-5.txz.asc @@ -823,9 +823,9 @@ drwxr-xr-x 2 root root 28672 2019-01-09 22:53 ./slackware64/a -rw-r--r-- 1 root root 606 2018-06-19 20:02 ./slackware64/a/attr-2.4.48-x86_64-1.txt -rw-r--r-- 1 root root 63636 2018-06-19 20:02 ./slackware64/a/attr-2.4.48-x86_64-1.txz -rw-r--r-- 1 root root 163 2018-06-19 20:02 ./slackware64/a/attr-2.4.48-x86_64-1.txz.asc --rw-r--r-- 1 root root 507 2018-06-05 18:56 ./slackware64/a/bash-4.4.023-x86_64-1.txt --rw-r--r-- 1 root root 1526328 2018-06-05 18:56 ./slackware64/a/bash-4.4.023-x86_64-1.txz --rw-r--r-- 1 root root 163 2018-06-05 18:56 ./slackware64/a/bash-4.4.023-x86_64-1.txz.asc +-rw-r--r-- 1 root root 507 2019-01-11 20:01 ./slackware64/a/bash-5.0.000-x86_64-1.txt +-rw-r--r-- 1 root root 1636400 2019-01-11 20:01 ./slackware64/a/bash-5.0.000-x86_64-1.txz +-rw-r--r-- 1 root root 163 2019-01-11 20:01 ./slackware64/a/bash-5.0.000-x86_64-1.txz.asc -rw-r--r-- 1 root root 226 2018-10-17 03:06 ./slackware64/a/bin-11.1-x86_64-3.txt -rw-r--r-- 1 root root 39576 2018-10-17 03:06 ./slackware64/a/bin-11.1-x86_64-3.txz -rw-r--r-- 1 root root 163 2018-10-17 03:06 ./slackware64/a/bin-11.1-x86_64-3.txz.asc @@ -913,9 +913,9 @@ drwxr-xr-x 2 root root 28672 2019-01-09 22:53 ./slackware64/a -rw-r--r-- 1 root root 323 2018-08-03 22:27 ./slackware64/a/glibc-solibs-2.28-x86_64-2.txt -rw-r--r-- 1 root root 2807428 2018-08-03 22:27 ./slackware64/a/glibc-solibs-2.28-x86_64-2.txz -rw-r--r-- 1 root root 163 2018-08-03 22:27 ./slackware64/a/glibc-solibs-2.28-x86_64-2.txz.asc --rw-r--r-- 1 root root 502 2018-10-28 20:30 ./slackware64/a/glibc-zoneinfo-2018g-noarch-1.txt --rw-r--r-- 1 root root 194216 2018-10-28 20:30 ./slackware64/a/glibc-zoneinfo-2018g-noarch-1.txz --rw-r--r-- 1 root root 163 2018-10-28 20:30 ./slackware64/a/glibc-zoneinfo-2018g-noarch-1.txz.asc +-rw-r--r-- 1 root root 502 2019-01-11 20:29 ./slackware64/a/glibc-zoneinfo-2018i-noarch-1.txt +-rw-r--r-- 1 root root 197988 2019-01-11 20:29 ./slackware64/a/glibc-zoneinfo-2018i-noarch-1.txz +-rw-r--r-- 1 root root 163 2019-01-11 20:29 ./slackware64/a/glibc-zoneinfo-2018i-noarch-1.txz.asc -rw-r--r-- 1 root root 324 2018-04-28 19:24 ./slackware64/a/gpm-1.20.7-x86_64-7.txt -rw-r--r-- 1 root root 165620 2018-04-28 19:24 ./slackware64/a/gpm-1.20.7-x86_64-7.txz -rw-r--r-- 1 root root 163 2018-04-28 19:24 ./slackware64/a/gpm-1.20.7-x86_64-7.txz.asc @@ -1002,9 +1002,9 @@ drwxr-xr-x 2 root root 28672 2019-01-09 22:53 ./slackware64/a -rw-r--r-- 1 root root 441 2018-04-13 13:08 ./slackware64/a/lzip-1.20-x86_64-3.txt -rw-r--r-- 1 root root 84416 2018-04-13 13:08 ./slackware64/a/lzip-1.20-x86_64-3.txz -rw-r--r-- 1 root root 163 2018-04-13 13:08 ./slackware64/a/lzip-1.20-x86_64-3.txz.asc --rw-r--r-- 1 root root 405 2018-04-13 13:08 ./slackware64/a/lzlib-1.10-x86_64-3.txt --rw-r--r-- 1 root root 55468 2018-04-13 13:08 ./slackware64/a/lzlib-1.10-x86_64-3.txz --rw-r--r-- 1 root root 163 2018-04-13 13:08 ./slackware64/a/lzlib-1.10-x86_64-3.txz.asc +-rw-r--r-- 1 root root 405 2019-01-11 20:05 ./slackware64/a/lzlib-1.11-x86_64-1.txt +-rw-r--r-- 1 root root 56396 2019-01-11 20:05 ./slackware64/a/lzlib-1.11-x86_64-1.txz +-rw-r--r-- 1 root root 163 2019-01-11 20:05 ./slackware64/a/lzlib-1.11-x86_64-1.txz.asc -rw-r--r-- 1 root root 9109 2019-01-09 21:40 ./slackware64/a/maketag -rw-r--r-- 1 root root 9109 2019-01-09 21:40 ./slackware64/a/maketag.ez -rw-r--r-- 1 root root 591 2018-11-02 19:29 ./slackware64/a/mcelog-161-x86_64-1.txt @@ -1155,7 +1155,7 @@ drwxr-xr-x 2 root root 28672 2019-01-09 22:53 ./slackware64/a -rw-r--r-- 1 root root 540 2018-04-13 13:15 ./slackware64/a/zoo-2.10_22-x86_64-2.txt -rw-r--r-- 1 root root 56156 2018-04-13 13:15 ./slackware64/a/zoo-2.10_22-x86_64-2.txz -rw-r--r-- 1 root root 163 2018-04-13 13:15 ./slackware64/a/zoo-2.10_22-x86_64-2.txz.asc -drwxr-xr-x 2 root root 20480 2019-01-10 22:38 ./slackware64/ap +drwxr-xr-x 2 root root 20480 2019-01-11 21:33 ./slackware64/ap -rw-r--r-- 1 root root 291 2018-04-13 13:17 ./slackware64/ap/a2ps-4.14-x86_64-7.txt -rw-r--r-- 1 root root 694880 2018-04-13 13:17 ./slackware64/ap/a2ps-4.14-x86_64-7.txz -rw-r--r-- 1 root root 163 2018-04-13 13:17 ./slackware64/ap/a2ps-4.14-x86_64-7.txz.asc @@ -1386,9 +1386,9 @@ drwxr-xr-x 2 root root 20480 2019-01-10 22:38 ./slackware64/ap -rw-r--r-- 1 root root 375 2018-04-13 13:33 ./slackware64/ap/vbetool-1.2.2-x86_64-2.txt -rw-r--r-- 1 root root 14852 2018-04-13 13:33 ./slackware64/ap/vbetool-1.2.2-x86_64-2.txz -rw-r--r-- 1 root root 163 2018-04-13 13:33 ./slackware64/ap/vbetool-1.2.2-x86_64-2.txz.asc --rw-r--r-- 1 root root 383 2019-01-05 19:26 ./slackware64/ap/vim-8.1.0693-x86_64-1.txt --rw-r--r-- 1 root root 7061052 2019-01-05 19:26 ./slackware64/ap/vim-8.1.0693-x86_64-1.txz --rw-r--r-- 1 root root 163 2019-01-05 19:26 ./slackware64/ap/vim-8.1.0693-x86_64-1.txz.asc +-rw-r--r-- 1 root root 383 2019-01-11 20:46 ./slackware64/ap/vim-8.1.0727-x86_64-1.txt +-rw-r--r-- 1 root root 7062672 2019-01-11 20:46 ./slackware64/ap/vim-8.1.0727-x86_64-1.txz +-rw-r--r-- 1 root root 163 2019-01-11 20:46 ./slackware64/ap/vim-8.1.0727-x86_64-1.txz.asc -rw-r--r-- 1 root root 604 2018-04-13 13:34 ./slackware64/ap/vorbis-tools-1.4.0-x86_64-4.txt -rw-r--r-- 1 root root 180908 2018-04-13 13:34 ./slackware64/ap/vorbis-tools-1.4.0-x86_64-4.txz -rw-r--r-- 1 root root 163 2018-04-13 13:34 ./slackware64/ap/vorbis-tools-1.4.0-x86_64-4.txz.asc @@ -1401,7 +1401,7 @@ drwxr-xr-x 2 root root 20480 2019-01-10 22:38 ./slackware64/ap -rw-r--r-- 1 root root 506 2018-09-14 17:54 ./slackware64/ap/zsh-5.6.2-x86_64-1.txt -rw-r--r-- 1 root root 2973268 2018-09-14 17:54 ./slackware64/ap/zsh-5.6.2-x86_64-1.txz -rw-r--r-- 1 root root 163 2018-09-14 17:54 ./slackware64/ap/zsh-5.6.2-x86_64-1.txz.asc -drwxr-xr-x 2 root root 16384 2019-01-09 22:53 ./slackware64/d +drwxr-xr-x 2 root root 16384 2019-01-11 21:33 ./slackware64/d -rw-r--r-- 1 root root 360 2018-12-14 23:51 ./slackware64/d/Cython-0.29.2-x86_64-1.txt -rw-r--r-- 1 root root 3073660 2018-12-14 23:51 ./slackware64/d/Cython-0.29.2-x86_64-1.txz -rw-r--r-- 1 root root 163 2018-12-14 23:51 ./slackware64/d/Cython-0.29.2-x86_64-1.txz.asc @@ -1583,9 +1583,9 @@ drwxr-xr-x 2 root root 16384 2019-01-09 22:53 ./slackware64/d -rw-r--r-- 1 root root 547 2018-12-27 23:01 ./slackware64/d/strace-4.26-x86_64-1.txt -rw-r--r-- 1 root root 347984 2018-12-27 23:01 ./slackware64/d/strace-4.26-x86_64-1.txz -rw-r--r-- 1 root root 163 2018-12-27 23:01 ./slackware64/d/strace-4.26-x86_64-1.txz.asc --rw-r--r-- 1 root root 547 2018-12-31 20:33 ./slackware64/d/subversion-1.11.0-x86_64-2.txt --rw-r--r-- 1 root root 4826484 2018-12-31 20:33 ./slackware64/d/subversion-1.11.0-x86_64-2.txz --rw-r--r-- 1 root root 163 2018-12-31 20:33 ./slackware64/d/subversion-1.11.0-x86_64-2.txz.asc +-rw-r--r-- 1 root root 547 2019-01-11 20:19 ./slackware64/d/subversion-1.11.1-x86_64-1.txt +-rw-r--r-- 1 root root 4824692 2019-01-11 20:19 ./slackware64/d/subversion-1.11.1-x86_64-1.txz +-rw-r--r-- 1 root root 163 2019-01-11 20:19 ./slackware64/d/subversion-1.11.1-x86_64-1.txz.asc -rw-r--r-- 1 root root 559 2018-04-13 14:12 ./slackware64/d/swig-3.0.12-x86_64-2.txt -rw-r--r-- 1 root root 2604416 2018-04-13 14:12 ./slackware64/d/swig-3.0.12-x86_64-2.txz -rw-r--r-- 1 root root 163 2018-04-13 14:12 ./slackware64/d/swig-3.0.12-x86_64-2.txz.asc @@ -3429,7 +3429,7 @@ drwxr-xr-x 2 root root 69632 2019-01-10 22:38 ./slackware64/l -rw-r--r-- 1 root root 463 2018-12-30 04:38 ./slackware64/l/zstd-1.3.8-x86_64-1.txt -rw-r--r-- 1 root root 385208 2018-12-30 04:38 ./slackware64/l/zstd-1.3.8-x86_64-1.txz -rw-r--r-- 1 root root 163 2018-12-30 04:38 ./slackware64/l/zstd-1.3.8-x86_64-1.txz.asc -drwxr-xr-x 2 root root 36864 2019-01-10 22:38 ./slackware64/n +drwxr-xr-x 2 root root 36864 2019-01-11 21:33 ./slackware64/n -rw-r--r-- 1 root root 357 2018-09-24 19:22 ./slackware64/n/ModemManager-1.8.2-x86_64-1.txt -rw-r--r-- 1 root root 1519620 2018-09-24 19:22 ./slackware64/n/ModemManager-1.8.2-x86_64-1.txz -rw-r--r-- 1 root root 163 2018-09-24 19:22 ./slackware64/n/ModemManager-1.8.2-x86_64-1.txz.asc @@ -3564,9 +3564,9 @@ drwxr-xr-x 2 root root 36864 2019-01-10 22:38 ./slackware64/n -rw-r--r-- 1 root root 532 2010-05-03 03:32 ./slackware64/n/ipw2200-fw-3.1-fw-1.txt -rw-r--r-- 1 root root 118824 2010-05-03 03:32 ./slackware64/n/ipw2200-fw-3.1-fw-1.txz -rw-r--r-- 1 root root 198 2010-05-03 03:32 ./slackware64/n/ipw2200-fw-3.1-fw-1.txz.asc --rw-r--r-- 1 root root 331 2018-11-30 21:47 ./slackware64/n/irssi-1.1.1-x86_64-5.txt --rw-r--r-- 1 root root 626284 2018-11-30 21:47 ./slackware64/n/irssi-1.1.1-x86_64-5.txz --rw-r--r-- 1 root root 163 2018-11-30 21:47 ./slackware64/n/irssi-1.1.1-x86_64-5.txz.asc +-rw-r--r-- 1 root root 331 2019-01-11 19:47 ./slackware64/n/irssi-1.1.2-x86_64-1.txt +-rw-r--r-- 1 root root 626456 2019-01-11 19:47 ./slackware64/n/irssi-1.1.2-x86_64-1.txz +-rw-r--r-- 1 root root 163 2019-01-11 19:47 ./slackware64/n/irssi-1.1.2-x86_64-1.txz.asc -rw-r--r-- 1 root root 422 2018-04-13 15:38 ./slackware64/n/iw-4.14-x86_64-2.txt -rw-r--r-- 1 root root 63900 2018-04-13 15:38 ./slackware64/n/iw-4.14-x86_64-2.txz -rw-r--r-- 1 root root 163 2018-04-13 15:38 ./slackware64/n/iw-4.14-x86_64-2.txz.asc @@ -4767,7 +4767,7 @@ drwxr-xr-x 2 root root 65536 2019-01-08 21:23 ./slackware64/x -rw-r--r-- 1 root root 213 2018-04-13 06:10 ./slackware64/x/xwud-1.0.5-x86_64-2.txt -rw-r--r-- 1 root root 25288 2018-04-13 06:10 ./slackware64/x/xwud-1.0.5-x86_64-2.txz -rw-r--r-- 1 root root 163 2018-04-13 06:10 ./slackware64/x/xwud-1.0.5-x86_64-2.txz.asc -drwxr-xr-x 2 root root 12288 2019-01-05 20:11 ./slackware64/xap +drwxr-xr-x 2 root root 12288 2019-01-11 21:33 ./slackware64/xap -rw-r--r-- 1 root root 625 2018-07-20 18:36 ./slackware64/xap/MPlayer-20180720-x86_64-1.txt -rw-r--r-- 1 root root 2733036 2018-07-20 18:36 ./slackware64/xap/MPlayer-20180720-x86_64-1.txz -rw-r--r-- 1 root root 163 2018-07-20 18:36 ./slackware64/xap/MPlayer-20180720-x86_64-1.txz.asc @@ -4866,9 +4866,9 @@ drwxr-xr-x 2 root root 12288 2019-01-05 20:11 ./slackware64/xap -rw-r--r-- 1 root root 115596 2018-04-13 17:38 ./slackware64/xap/seyon-2.20c-x86_64-4.txz -rw-r--r-- 1 root root 163 2018-04-13 17:38 ./slackware64/xap/seyon-2.20c-x86_64-4.txz.asc -rw-r--r-- 1 root root 607 2018-03-31 20:49 ./slackware64/xap/tagfile --rw-r--r-- 1 root root 503 2019-01-05 19:27 ./slackware64/xap/vim-gvim-8.1.0693-x86_64-1.txt --rw-r--r-- 1 root root 1330300 2019-01-05 19:27 ./slackware64/xap/vim-gvim-8.1.0693-x86_64-1.txz --rw-r--r-- 1 root root 163 2019-01-05 19:27 ./slackware64/xap/vim-gvim-8.1.0693-x86_64-1.txz.asc +-rw-r--r-- 1 root root 503 2019-01-11 20:48 ./slackware64/xap/vim-gvim-8.1.0727-x86_64-1.txt +-rw-r--r-- 1 root root 1331340 2019-01-11 20:48 ./slackware64/xap/vim-gvim-8.1.0727-x86_64-1.txz +-rw-r--r-- 1 root root 163 2019-01-11 20:48 ./slackware64/xap/vim-gvim-8.1.0727-x86_64-1.txz.asc -rw-r--r-- 1 root root 455 2018-04-13 17:42 ./slackware64/xap/windowmaker-0.95.8-x86_64-2.txt -rw-r--r-- 1 root root 1741516 2018-04-13 17:42 ./slackware64/xap/windowmaker-0.95.8-x86_64-2.txz -rw-r--r-- 1 root root 163 2018-04-13 17:42 ./slackware64/xap/windowmaker-0.95.8-x86_64-2.txz.asc @@ -5007,11 +5007,11 @@ drwxr-xr-x 2 root root 4096 2018-04-18 08:35 ./slackware64/y -rw-r--r-- 1 root root 1147 2018-03-01 07:55 ./slackware64/y/maketag -rw-r--r-- 1 root root 1147 2018-03-01 07:55 ./slackware64/y/maketag.ez -rw-r--r-- 1 root root 14 2018-03-01 07:55 ./slackware64/y/tagfile -drwxr-xr-x 19 root root 4096 2019-01-10 22:43 ./source --rw-r--r-- 1 root root 461901 2019-01-10 22:43 ./source/CHECKSUMS.md5 --rw-r--r-- 1 root root 163 2019-01-10 22:43 ./source/CHECKSUMS.md5.asc --rw-r--r-- 1 root root 653578 2019-01-10 22:42 ./source/FILE_LIST --rw-r--r-- 1 root root 16641788 2019-01-10 22:42 ./source/MANIFEST.bz2 +drwxr-xr-x 19 root root 4096 2019-01-11 21:38 ./source +-rw-r--r-- 1 root root 458543 2019-01-11 21:38 ./source/CHECKSUMS.md5 +-rw-r--r-- 1 root root 163 2019-01-11 21:38 ./source/CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 649392 2019-01-11 21:37 ./source/FILE_LIST +-rw-r--r-- 1 root root 16635817 2019-01-11 21:37 ./source/MANIFEST.bz2 -rw-r--r-- 1 root root 1314 2006-10-02 04:40 ./source/README.TXT drwxr-xr-x 111 root root 4096 2019-01-08 19:53 ./source/a -rw-r--r-- 1 root root 877 2018-11-21 18:49 ./source/a/FTBFSlog @@ -5051,56 +5051,10 @@ drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/a/attr -rw-r--r-- 1 root root 88 2006-02-28 00:02 ./source/a/attr/build -rw-r--r-- 1 root root 270 2018-06-19 18:09 ./source/a/attr/doinst.sh.gz -rw-r--r-- 1 root root 1058 2018-02-27 06:13 ./source/a/attr/slack-desc -drwxr-xr-x 3 root root 4096 2018-09-18 22:04 ./source/a/bash -drwxr-xr-x 2 root root 4096 2018-06-05 18:55 ./source/a/bash/bash-4.4-patches --rw-r--r-- 1 root root 1896 2016-11-11 19:24 ./source/a/bash/bash-4.4-patches/bash44-001 --rw-r--r-- 1 root root 72 2016-11-11 19:25 ./source/a/bash/bash-4.4-patches/bash44-001.sig --rw-r--r-- 1 root root 1946 2016-11-11 19:25 ./source/a/bash/bash-4.4-patches/bash44-002 --rw-r--r-- 1 root root 72 2016-11-11 19:25 ./source/a/bash/bash-4.4-patches/bash44-002.sig --rw-r--r-- 1 root root 1593 2016-11-11 19:25 ./source/a/bash/bash-4.4-patches/bash44-003 --rw-r--r-- 1 root root 72 2016-11-11 19:25 ./source/a/bash/bash-4.4-patches/bash44-003.sig --rw-r--r-- 1 root root 2350 2016-11-11 19:25 ./source/a/bash/bash-4.4-patches/bash44-004 --rw-r--r-- 1 root root 72 2016-11-11 19:25 ./source/a/bash/bash-4.4-patches/bash44-004.sig --rw-r--r-- 1 root root 1439 2016-11-11 19:25 ./source/a/bash/bash-4.4-patches/bash44-005 --rw-r--r-- 1 root root 72 2016-11-11 19:25 ./source/a/bash/bash-4.4-patches/bash44-005.sig --rw-r--r-- 1 root root 1805 2017-01-19 19:32 ./source/a/bash/bash-4.4-patches/bash44-006 --rw-r--r-- 1 root root 95 2017-01-19 19:32 ./source/a/bash/bash-4.4-patches/bash44-006.sig --rw-r--r-- 1 root root 4640 2017-01-19 19:32 ./source/a/bash/bash-4.4-patches/bash44-007 --rw-r--r-- 1 root root 95 2017-01-19 19:32 ./source/a/bash/bash-4.4-patches/bash44-007.sig --rw-r--r-- 1 root root 2223 2017-01-20 19:58 ./source/a/bash/bash-4.4-patches/bash44-008 --rw-r--r-- 1 root root 72 2017-01-20 19:58 ./source/a/bash/bash-4.4-patches/bash44-008.sig --rw-r--r-- 1 root root 3117 2017-01-20 19:58 ./source/a/bash/bash-4.4-patches/bash44-009 --rw-r--r-- 1 root root 72 2017-01-20 19:58 ./source/a/bash/bash-4.4-patches/bash44-009.sig --rw-r--r-- 1 root root 1670 2017-01-20 19:58 ./source/a/bash/bash-4.4-patches/bash44-010 --rw-r--r-- 1 root root 72 2017-01-20 19:58 ./source/a/bash/bash-4.4-patches/bash44-010.sig --rw-r--r-- 1 root root 1603 2017-01-20 19:59 ./source/a/bash/bash-4.4-patches/bash44-011 --rw-r--r-- 1 root root 72 2017-01-20 19:59 ./source/a/bash/bash-4.4-patches/bash44-011.sig --rw-r--r-- 1 root root 5768 2017-01-27 16:27 ./source/a/bash/bash-4.4-patches/bash44-012 --rw-r--r-- 1 root root 95 2017-01-27 16:27 ./source/a/bash/bash-4.4-patches/bash44-012.sig --rw-r--r-- 1 root root 1255 2018-01-29 20:52 ./source/a/bash/bash-4.4-patches/bash44-013 --rw-r--r-- 1 root root 95 2018-01-29 20:52 ./source/a/bash/bash-4.4-patches/bash44-013.sig --rw-r--r-- 1 root root 2834 2018-01-29 20:52 ./source/a/bash/bash-4.4-patches/bash44-014 --rw-r--r-- 1 root root 95 2018-01-29 20:52 ./source/a/bash/bash-4.4-patches/bash44-014.sig --rw-r--r-- 1 root root 1233 2018-01-29 20:52 ./source/a/bash/bash-4.4-patches/bash44-015 --rw-r--r-- 1 root root 95 2018-01-29 20:52 ./source/a/bash/bash-4.4-patches/bash44-015.sig --rw-r--r-- 1 root root 2069 2018-01-29 20:52 ./source/a/bash/bash-4.4-patches/bash44-016 --rw-r--r-- 1 root root 95 2018-01-29 20:52 ./source/a/bash/bash-4.4-patches/bash44-016.sig --rw-r--r-- 1 root root 1143 2018-01-29 20:52 ./source/a/bash/bash-4.4-patches/bash44-017 --rw-r--r-- 1 root root 95 2018-01-29 20:52 ./source/a/bash/bash-4.4-patches/bash44-017.sig --rw-r--r-- 1 root root 1319 2018-01-29 20:53 ./source/a/bash/bash-4.4-patches/bash44-018 --rw-r--r-- 1 root root 95 2018-01-29 20:53 ./source/a/bash/bash-4.4-patches/bash44-018.sig --rw-r--r-- 1 root root 1671 2018-02-06 21:23 ./source/a/bash/bash-4.4-patches/bash44-019 --rw-r--r-- 1 root root 95 2018-02-06 21:23 ./source/a/bash/bash-4.4-patches/bash44-019.sig --rw-r--r-- 1 root root 5156 2018-06-01 13:37 ./source/a/bash/bash-4.4-patches/bash44-020 --rw-r--r-- 1 root root 95 2018-06-01 13:37 ./source/a/bash/bash-4.4-patches/bash44-020.sig --rw-r--r-- 1 root root 1810 2018-06-01 13:37 ./source/a/bash/bash-4.4-patches/bash44-021 --rw-r--r-- 1 root root 95 2018-06-01 13:37 ./source/a/bash/bash-4.4-patches/bash44-021.sig --rw-r--r-- 1 root root 1818 2018-06-01 13:37 ./source/a/bash/bash-4.4-patches/bash44-022 --rw-r--r-- 1 root root 95 2018-06-01 13:37 ./source/a/bash/bash-4.4-patches/bash44-022.sig --rw-r--r-- 1 root root 1557 2018-06-01 13:37 ./source/a/bash/bash-4.4-patches/bash44-023 --rw-r--r-- 1 root root 95 2018-06-01 13:37 ./source/a/bash/bash-4.4-patches/bash44-023.sig --rw-r--r-- 1 root root 5560736 2016-09-15 14:47 ./source/a/bash/bash-4.4.tar.xz --rwxr-xr-x 1 root root 6044 2018-09-18 22:04 ./source/a/bash/bash.SlackBuild +drwxr-xr-x 3 root root 4096 2019-01-11 19:59 ./source/a/bash +drwxr-xr-x 2 root root 4096 2019-01-11 19:59 ./source/a/bash/bash-5.0-patches +-rw-r--r-- 1 root root 5988202 2019-01-07 14:13 ./source/a/bash/bash-5.0.tar.lz +-rwxr-xr-x 1 root root 6041 2019-01-11 20:00 ./source/a/bash/bash.SlackBuild -rw-r--r-- 1 root root 631 2018-03-29 01:12 ./source/a/bash/bash_manpages.patch.gz -rw-r--r-- 1 root root 189 2009-02-23 21:59 ./source/a/bash/doinst.sh.gz -rw-r--r-- 1 root root 959 2018-02-27 06:13 ./source/a/bash/slack-desc @@ -5345,7 +5299,7 @@ drwxr-xr-x 2 root root 4096 2018-04-23 17:20 ./source/a/getty-ps -rw-r--r-- 1 root root 1223 2002-10-04 05:00 ./source/a/getty-ps/getty_ps-2.1.0.lsm -rw-r--r-- 1 root root 117414 2005-07-21 12:27 ./source/a/getty-ps/getty_ps-2.1.0b.tar.gz -rw-r--r-- 1 root root 966 2018-02-27 06:13 ./source/a/getty-ps/slack-desc -drwxr-xr-x 3 root root 4096 2018-10-28 20:30 ./source/a/glibc-zoneinfo +drwxr-xr-x 3 root root 4096 2019-01-11 20:29 ./source/a/glibc-zoneinfo -rw-r--r-- 1 root root 1147 2018-06-14 04:54 ./source/a/glibc-zoneinfo/doinst.sh.gz -rwxr-xr-x 1 root root 5383 2018-10-19 17:33 ./source/a/glibc-zoneinfo/glibc-zoneinfo.SlackBuild -rw-r--r-- 1 root root 964 2018-02-27 06:13 ./source/a/glibc-zoneinfo/slack-desc @@ -5360,10 +5314,10 @@ drwxr-xr-x 2 root root 4096 2006-12-03 23:10 ./source/a/glibc-zoneinfo/tim -rw-r--r-- 1 root root 87 2006-12-03 23:10 ./source/a/glibc-zoneinfo/timezone-scripts/parts/README -rw-r--r-- 1 root root 66 2003-02-16 21:17 ./source/a/glibc-zoneinfo/timezone-scripts/setup.timeconfig -rw-r--r-- 1 root root 28652 2018-04-28 19:21 ./source/a/glibc-zoneinfo/timezone-scripts/timeconfig --rw-r--r-- 1 root root 241541 2018-10-27 12:10 ./source/a/glibc-zoneinfo/tzcode2018g.tar.gz --rw-r--r-- 1 root root 833 2018-10-27 12:10 ./source/a/glibc-zoneinfo/tzcode2018g.tar.gz.asc --rw-r--r-- 1 root root 366408 2018-10-27 12:10 ./source/a/glibc-zoneinfo/tzdata2018g.tar.gz --rw-r--r-- 1 root root 833 2018-10-27 12:10 ./source/a/glibc-zoneinfo/tzdata2018g.tar.gz.asc +-rw-r--r-- 1 root root 242962 2018-12-31 01:25 ./source/a/glibc-zoneinfo/tzcode2018i.tar.gz +-rw-r--r-- 1 root root 833 2018-12-31 01:25 ./source/a/glibc-zoneinfo/tzcode2018i.tar.gz.asc +-rw-r--r-- 1 root root 377009 2018-12-31 01:25 ./source/a/glibc-zoneinfo/tzdata2018i.tar.gz +-rw-r--r-- 1 root root 833 2018-12-31 01:25 ./source/a/glibc-zoneinfo/tzdata2018i.tar.gz.asc drwxr-xr-x 2 root root 4096 2018-04-28 19:23 ./source/a/gpm -rw-r--r-- 1 root root 361 2013-02-13 03:15 ./source/a/gpm/gpm-1.20.1-lib-silent.patch.gz -rw-r--r-- 1 root root 587 2013-02-13 22:19 ./source/a/gpm/gpm-1.20.1-select-1.patch.gz @@ -5545,10 +5499,10 @@ drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/a/lzip -rw-r--r-- 1 root root 72 2018-02-14 19:14 ./source/a/lzip/lzip-1.20.tar.lz.sig -rwxr-xr-x 1 root root 4569 2018-09-18 22:04 ./source/a/lzip/lzip.SlackBuild -rw-r--r-- 1 root root 893 2018-02-27 06:13 ./source/a/lzip/slack-desc -drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/a/lzlib --rw-r--r-- 1 root root 76164 2018-02-10 18:25 ./source/a/lzlib/lzlib-1.10.tar.lz --rw-r--r-- 1 root root 72 2018-02-10 18:25 ./source/a/lzlib/lzlib-1.10.tar.lz.sig --rwxr-xr-x 1 root root 4588 2018-09-18 22:04 ./source/a/lzlib/lzlib.SlackBuild +drwxr-xr-x 2 root root 4096 2019-01-11 20:05 ./source/a/lzlib +-rw-r--r-- 1 root root 77503 2019-01-10 22:52 ./source/a/lzlib/lzlib-1.11.tar.lz +-rw-r--r-- 1 root root 72 2019-01-10 22:52 ./source/a/lzlib/lzlib-1.11.tar.lz.sig +-rwxr-xr-x 1 root root 4588 2019-01-11 20:05 ./source/a/lzlib/lzlib.SlackBuild -rw-r--r-- 1 root root 858 2018-02-27 06:13 ./source/a/lzlib/slack-desc drwxr-xr-x 2 root root 4096 2018-11-02 19:29 ./source/a/mcelog -rw-r--r-- 1 root root 355 2010-09-27 22:42 ./source/a/mcelog/doinst.sh.gz @@ -5663,54 +5617,54 @@ drwxr-xr-x 2 root root 4096 2018-09-06 22:16 ./source/a/pkgtools/scripts -rw-r--r-- 1 root root 16183 2018-07-09 19:20 ./source/a/pkgtools/scripts/makepkg -rw-r--r-- 1 root root 4712 2018-04-11 20:28 ./source/a/pkgtools/scripts/pkgdiff -rw-r--r-- 1 root root 21938 2018-06-19 19:28 ./source/a/pkgtools/scripts/pkgtool --rw-r--r-- 1 root root 15611 2018-06-19 19:39 ./source/a/pkgtools/scripts/removepkg --rw-r--r-- 1 root root 170 2003-02-16 00:56 ./source/a/pkgtools/scripts/setup.70.install-kernel --rw-r--r-- 1 root root 9164 2018-06-19 19:28 ./source/a/pkgtools/scripts/setup.80.make-bootdisk --rw-r--r-- 1 root root 1062 2018-04-28 19:12 ./source/a/pkgtools/scripts/setup.htmlview --rw-r--r-- 1 root root 8875 2018-06-19 19:28 ./source/a/pkgtools/scripts/setup.services --rw-r--r-- 1 root root 14138 2018-06-19 19:41 ./source/a/pkgtools/scripts/upgradepkg --rw-r--r-- 1 root root 1128 2018-04-11 19:51 ./source/a/pkgtools/slack-desc -drwxr-xr-x 2 root root 4096 2019-01-07 20:48 ./source/a/plzip --rw-r--r-- 1 root root 55697 2019-01-05 18:07 ./source/a/plzip/plzip-1.8.tar.lz --rw-r--r-- 1 root root 72 2019-01-05 18:07 ./source/a/plzip/plzip-1.8.tar.lz.sig --rwxr-xr-x 1 root root 4588 2019-01-07 20:48 ./source/a/plzip/plzip.SlackBuild --rw-r--r-- 1 root root 976 2018-02-27 06:13 ./source/a/plzip/slack-desc -drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/a/procps-ng --rw-r--r-- 1 root root 22308 2001-03-02 18:54 ./source/a/procps-ng/procinfo-18.tar.xz --rw-r--r-- 1 root root 57684 2009-04-27 04:03 ./source/a/procps-ng/procinfo-ng-2.0.304.tar.xz --rw-r--r-- 1 root root 904416 2018-05-19 21:41 ./source/a/procps-ng/procps-ng-3.3.15.tar.xz --rw-r--r-- 1 root root 833 2018-05-19 21:44 ./source/a/procps-ng/procps-ng-3.3.15.tar.xz.asc --rwxr-xr-x 1 root root 7939 2018-09-18 22:04 ./source/a/procps-ng/procps-ng.SlackBuild --rw-r--r-- 1 root root 296136 2017-06-15 20:51 ./source/a/procps-ng/psmisc-23.1.tar.xz --rw-r--r-- 1 root root 862 2018-02-27 06:13 ./source/a/procps-ng/slack-desc -drwxr-xr-x 2 root root 4096 2018-11-12 02:18 ./source/a/quota --rw-r--r-- 1 root root 359983 2017-09-05 14:55 ./source/a/quota/quota-4.04.tar.lz --rwxr-xr-x 1 root root 5255 2018-11-12 02:19 ./source/a/quota/quota.SlackBuild --rw-r--r-- 1 root root 326 2018-11-08 21:31 ./source/a/quota/quota.lwrap.needs.lnsl.diff.gz --rw-r--r-- 1 root root 492 2018-11-12 02:18 ./source/a/quota/quotad.fix.high.cpu.usage.diff.gz --rw-r--r-- 1 root root 1030 2018-02-27 06:13 ./source/a/quota/slack-desc -drwxr-xr-x 2 root root 4096 2018-09-19 00:00 ./source/a/reiserfsprogs --rw-r--r-- 1 root root 449176 2017-07-25 13:19 ./source/a/reiserfsprogs/reiserfsprogs-3.6.27.tar.xz --rwxr-xr-x 1 root root 4316 2018-09-19 00:01 ./source/a/reiserfsprogs/reiserfsprogs.SlackBuild --rw-r--r-- 1 root root 460 2018-09-19 00:00 ./source/a/reiserfsprogs/reiserfsprogs.glibc228.diff.gz --rw-r--r-- 1 root root 882 2018-02-27 06:13 ./source/a/reiserfsprogs/slack-desc -drwxr-xr-x 3 root root 4096 2018-04-23 17:20 ./source/a/rpm2tgz --rw-r--r-- 1 root root 1809 2002-11-27 21:47 ./source/a/rpm2tgz/getrpmtype.tar.gz -drwxr-xr-x 2 root root 4096 2010-08-07 22:43 ./source/a/rpm2tgz/patches --rw-r--r-- 1 root root 567 2010-04-30 22:32 ./source/a/rpm2tgz/patches/0001-fix-d-handling.patch.gz --rw-r--r-- 1 root root 651 2010-04-30 22:32 ./source/a/rpm2tgz/patches/0002-fix-spurious-path-to-rpm-file-with-n-option.patch.gz --rw-r--r-- 1 root root 521 2010-04-30 22:32 ./source/a/rpm2tgz/patches/0003-allow-every-user-to-use-rpm2tgz.patch.gz --rw-r--r-- 1 root root 707 2010-04-30 22:32 ./source/a/rpm2tgz/patches/0004-produce-more-compliant-slack-desc.patch.gz --rw-r--r-- 1 root root 792 2010-04-30 22:32 ./source/a/rpm2tgz/patches/0005-gzip-man-info-pages.patch.gz --rw-r--r-- 1 root root 755 2010-04-30 22:32 ./source/a/rpm2tgz/patches/0006-should-we-use-.txz-format-in-slackware-current.patch.gz --rw-r--r-- 1 root root 969 2010-08-07 22:43 ./source/a/rpm2tgz/patches/0007-Add-support-for-.txz-packages-and-rpm2txz-symlink.patch.gz --rw-r--r-- 1 root root 674 2010-08-07 21:10 ./source/a/rpm2tgz/patches/0008-Avoid-none-values-in-slack-desc.patch.gz --rw-r--r-- 1 root root 1057 2010-08-07 21:10 ./source/a/rpm2tgz/patches/0009-Add-c-option-just-as-makepkg-c-y.patch.gz --rw-r--r-- 1 root root 7333 2010-02-18 02:37 ./source/a/rpm2tgz/rpm2targz --rw-r--r-- 1 root root 986 2006-12-23 06:51 ./source/a/rpm2tgz/rpm2targz.README --rwxr-xr-x 1 root root 4153 2018-04-23 17:20 ./source/a/rpm2tgz/rpm2tgz.SlackBuild --rw-r--r-- 1 root root 854 2010-02-23 21:02 ./source/a/rpm2tgz/rpmoffset.c --rw-r--r-- 1 root root 851 2018-02-27 06:13 ./source/a/rpm2tgz/slack-desc +-rw-r--r-- 1 root root 15611 2018-06-19 19:39 ./source/a/pkgtools/scripts/removepkg +-rw-r--r-- 1 root root 170 2003-02-16 00:56 ./source/a/pkgtools/scripts/setup.70.install-kernel +-rw-r--r-- 1 root root 9164 2018-06-19 19:28 ./source/a/pkgtools/scripts/setup.80.make-bootdisk +-rw-r--r-- 1 root root 1062 2018-04-28 19:12 ./source/a/pkgtools/scripts/setup.htmlview +-rw-r--r-- 1 root root 8875 2018-06-19 19:28 ./source/a/pkgtools/scripts/setup.services +-rw-r--r-- 1 root root 14138 2018-06-19 19:41 ./source/a/pkgtools/scripts/upgradepkg +-rw-r--r-- 1 root root 1128 2018-04-11 19:51 ./source/a/pkgtools/slack-desc +drwxr-xr-x 2 root root 4096 2019-01-07 20:48 ./source/a/plzip +-rw-r--r-- 1 root root 55697 2019-01-05 18:07 ./source/a/plzip/plzip-1.8.tar.lz +-rw-r--r-- 1 root root 72 2019-01-05 18:07 ./source/a/plzip/plzip-1.8.tar.lz.sig +-rwxr-xr-x 1 root root 4588 2019-01-07 20:48 ./source/a/plzip/plzip.SlackBuild +-rw-r--r-- 1 root root 976 2018-02-27 06:13 ./source/a/plzip/slack-desc +drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/a/procps-ng +-rw-r--r-- 1 root root 22308 2001-03-02 18:54 ./source/a/procps-ng/procinfo-18.tar.xz +-rw-r--r-- 1 root root 57684 2009-04-27 04:03 ./source/a/procps-ng/procinfo-ng-2.0.304.tar.xz +-rw-r--r-- 1 root root 904416 2018-05-19 21:41 ./source/a/procps-ng/procps-ng-3.3.15.tar.xz +-rw-r--r-- 1 root root 833 2018-05-19 21:44 ./source/a/procps-ng/procps-ng-3.3.15.tar.xz.asc +-rwxr-xr-x 1 root root 7939 2018-09-18 22:04 ./source/a/procps-ng/procps-ng.SlackBuild +-rw-r--r-- 1 root root 296136 2017-06-15 20:51 ./source/a/procps-ng/psmisc-23.1.tar.xz +-rw-r--r-- 1 root root 862 2018-02-27 06:13 ./source/a/procps-ng/slack-desc +drwxr-xr-x 2 root root 4096 2018-11-12 02:18 ./source/a/quota +-rw-r--r-- 1 root root 359983 2017-09-05 14:55 ./source/a/quota/quota-4.04.tar.lz +-rwxr-xr-x 1 root root 5255 2018-11-12 02:19 ./source/a/quota/quota.SlackBuild +-rw-r--r-- 1 root root 326 2018-11-08 21:31 ./source/a/quota/quota.lwrap.needs.lnsl.diff.gz +-rw-r--r-- 1 root root 492 2018-11-12 02:18 ./source/a/quota/quotad.fix.high.cpu.usage.diff.gz +-rw-r--r-- 1 root root 1030 2018-02-27 06:13 ./source/a/quota/slack-desc +drwxr-xr-x 2 root root 4096 2018-09-19 00:00 ./source/a/reiserfsprogs +-rw-r--r-- 1 root root 449176 2017-07-25 13:19 ./source/a/reiserfsprogs/reiserfsprogs-3.6.27.tar.xz +-rwxr-xr-x 1 root root 4316 2018-09-19 00:01 ./source/a/reiserfsprogs/reiserfsprogs.SlackBuild +-rw-r--r-- 1 root root 460 2018-09-19 00:00 ./source/a/reiserfsprogs/reiserfsprogs.glibc228.diff.gz +-rw-r--r-- 1 root root 882 2018-02-27 06:13 ./source/a/reiserfsprogs/slack-desc +drwxr-xr-x 3 root root 4096 2018-04-23 17:20 ./source/a/rpm2tgz +-rw-r--r-- 1 root root 1809 2002-11-27 21:47 ./source/a/rpm2tgz/getrpmtype.tar.gz +drwxr-xr-x 2 root root 4096 2010-08-07 22:43 ./source/a/rpm2tgz/patches +-rw-r--r-- 1 root root 567 2010-04-30 22:32 ./source/a/rpm2tgz/patches/0001-fix-d-handling.patch.gz +-rw-r--r-- 1 root root 651 2010-04-30 22:32 ./source/a/rpm2tgz/patches/0002-fix-spurious-path-to-rpm-file-with-n-option.patch.gz +-rw-r--r-- 1 root root 521 2010-04-30 22:32 ./source/a/rpm2tgz/patches/0003-allow-every-user-to-use-rpm2tgz.patch.gz +-rw-r--r-- 1 root root 707 2010-04-30 22:32 ./source/a/rpm2tgz/patches/0004-produce-more-compliant-slack-desc.patch.gz +-rw-r--r-- 1 root root 792 2010-04-30 22:32 ./source/a/rpm2tgz/patches/0005-gzip-man-info-pages.patch.gz +-rw-r--r-- 1 root root 755 2010-04-30 22:32 ./source/a/rpm2tgz/patches/0006-should-we-use-.txz-format-in-slackware-current.patch.gz +-rw-r--r-- 1 root root 969 2010-08-07 22:43 ./source/a/rpm2tgz/patches/0007-Add-support-for-.txz-packages-and-rpm2txz-symlink.patch.gz +-rw-r--r-- 1 root root 674 2010-08-07 21:10 ./source/a/rpm2tgz/patches/0008-Avoid-none-values-in-slack-desc.patch.gz +-rw-r--r-- 1 root root 1057 2010-08-07 21:10 ./source/a/rpm2tgz/patches/0009-Add-c-option-just-as-makepkg-c-y.patch.gz +-rw-r--r-- 1 root root 7333 2010-02-18 02:37 ./source/a/rpm2tgz/rpm2targz +-rw-r--r-- 1 root root 986 2006-12-23 06:51 ./source/a/rpm2tgz/rpm2targz.README +-rwxr-xr-x 1 root root 4153 2018-04-23 17:20 ./source/a/rpm2tgz/rpm2tgz.SlackBuild +-rw-r--r-- 1 root root 854 2010-02-23 21:02 ./source/a/rpm2tgz/rpmoffset.c +-rw-r--r-- 1 root root 851 2018-02-27 06:13 ./source/a/rpm2tgz/slack-desc drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/a/sdparm -rw-r--r-- 1 root root 255336 2016-02-22 22:47 ./source/a/sdparm/sdparm-1.10.tar.xz -rwxr-xr-x 1 root root 4226 2018-09-18 22:04 ./source/a/sdparm/sdparm.SlackBuild @@ -6448,16 +6402,16 @@ drwxr-xr-x 2 root root 4096 2018-04-23 17:20 ./source/ap/vbetool -rw-r--r-- 1 root root 24915 2015-12-20 20:37 ./source/ap/vbetool/vbetool-1.2.2.tar.gz -rwxr-xr-x 1 root root 3202 2018-04-23 17:20 ./source/ap/vbetool/vbetool.SlackBuild -rw-r--r-- 1 root root 129 2008-11-24 18:23 ./source/ap/vbetool/vbetool.info -drwxr-xr-x 2 root root 4096 2019-01-05 19:24 ./source/ap/vim +drwxr-xr-x 2 root root 4096 2019-01-11 20:45 ./source/ap/vim -rw-r--r-- 1 root root 299348 2009-07-09 22:03 ./source/ap/vim/ctags-5.8.tar.xz -rw-r--r-- 1 root root 118 2006-08-23 23:20 ./source/ap/vim/doinst.sh.gz -rw-r--r-- 1 root root 8249 2006-01-19 17:01 ./source/ap/vim/gvim.png -rw-r--r-- 1 root root 834 2018-02-27 06:13 ./source/ap/vim/slack-desc.vim -rw-r--r-- 1 root root 959 2018-03-15 02:41 ./source/ap/vim/slack-desc.vim-gvim --rw-r--r-- 1 root root 8871929 2019-01-05 19:23 ./source/ap/vim/vim-8.1.0693.tar.lz +-rw-r--r-- 1 root root 8925161 2019-01-11 20:44 ./source/ap/vim/vim-8.1.0727.tar.lz -rwxr-xr-x 1 root root 6208 2018-11-13 23:29 ./source/ap/vim/vim-gvim.SlackBuild --rwxr-xr-x 1 root root 7559 2018-11-13 23:20 ./source/ap/vim/vim.SlackBuild --rw-r--r-- 1 root root 272 2016-08-11 16:46 ./source/ap/vim/vim.vimrc.diff.gz +-rwxr-xr-x 1 root root 7559 2019-01-11 20:44 ./source/ap/vim/vim.SlackBuild +-rw-r--r-- 1 root root 283 2019-01-11 20:43 ./source/ap/vim/vim.vimrc.diff.gz drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/ap/vorbis-tools -rw-r--r-- 1 root root 4423 2017-12-24 22:19 ./source/ap/vorbis-tools/ogg123.opus.diff.gz -rw-r--r-- 1 root root 1064 2018-02-27 06:12 ./source/ap/vorbis-tools/slack-desc @@ -6862,12 +6816,12 @@ drwxr-xr-x 2 root root 4096 2018-12-27 23:00 ./source/d/strace -rw-r--r-- 1 root root 801 2018-12-27 02:07 ./source/d/strace/strace-4.26.tar.xz.asc -rwxr-xr-x 1 root root 3514 2018-10-24 20:17 ./source/d/strace/strace.SlackBuild -rw-r--r-- 1 root root 33 2018-12-27 22:59 ./source/d/strace/strace.url -drwxr-xr-x 2 root root 4096 2018-10-31 21:59 ./source/d/subversion +drwxr-xr-x 2 root root 4096 2019-01-11 20:14 ./source/d/subversion -rwxr-xr-x 1 root root 181 2012-05-25 22:37 ./source/d/subversion/get-svn-book.sh -rw-r--r-- 1 root root 1005 2018-07-23 18:17 ./source/d/subversion/slack-desc --rw-r--r-- 1 root root 6494392 2018-10-30 08:56 ./source/d/subversion/subversion-1.11.0.tar.lz --rwxr-xr-x 1 root root 6332 2018-12-31 20:21 ./source/d/subversion/subversion.SlackBuild --rw-r--r-- 1 root root 470706 2018-10-31 06:01 ./source/d/subversion/svn-book-html.tar.bz2 +-rw-r--r-- 1 root root 6499317 2019-01-10 16:14 ./source/d/subversion/subversion-1.11.1.tar.lz +-rwxr-xr-x 1 root root 6332 2019-01-11 20:14 ./source/d/subversion/subversion.SlackBuild +-rw-r--r-- 1 root root 470701 2019-01-11 07:03 ./source/d/subversion/svn-book-html.tar.bz2 drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/d/swig -rw-r--r-- 1 root root 1013 2018-02-27 06:13 ./source/d/swig/slack-desc -rw-r--r-- 1 root root 6002428 2017-01-27 23:54 ./source/d/swig/swig-3.0.12.tar.xz @@ -10140,11 +10094,11 @@ drwxr-xr-x 2 root root 4096 2018-04-23 17:20 ./source/n/ipw2100-fw drwxr-xr-x 2 root root 4096 2018-04-23 17:20 ./source/n/ipw2200-fw -rw-r--r-- 1 root root 118152 2010-05-03 02:47 ./source/n/ipw2200-fw/ipw2200-fw-3.1.tar.xz -rwxr-xr-x 1 root root 3122 2018-04-23 17:20 ./source/n/ipw2200-fw/ipw2200-fw.SlackBuild -drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/n/irssi +drwxr-xr-x 2 root root 4096 2019-01-11 19:46 ./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 1080992 2018-02-15 18:38 ./source/n/irssi/irssi-1.1.1.tar.xz --rw-r--r-- 1 root root 195 2018-02-15 18:38 ./source/n/irssi/irssi-1.1.1.tar.xz.asc --rwxr-xr-x 1 root root 4790 2018-11-30 21:12 ./source/n/irssi/irssi.SlackBuild +-rw-r--r-- 1 root root 1084328 2019-01-09 14:36 ./source/n/irssi/irssi-1.1.2.tar.xz +-rw-r--r-- 1 root root 195 2019-01-09 14:36 ./source/n/irssi/irssi-1.1.2.tar.xz.asc +-rwxr-xr-x 1 root root 4790 2019-01-11 19:46 ./source/n/irssi/irssi.SlackBuild -rw-r--r-- 1 root root 784 2018-02-27 06:13 ./source/n/irssi/slack-desc drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/n/iw -rw-r--r-- 1 root root 114096 2018-01-04 15:26 ./source/n/iw/iw-4.14.tar.xz @@ -12452,383 +12406,383 @@ drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/xap/pidgin -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 7550 2018-09-18 22:04 ./source/xap/pidgin/pidgin.SlackBuild -rw-r--r-- 1 root root 920 2018-02-27 06:13 ./source/xap/pidgin/slack-desc -drwxr-xr-x 2 root root 4096 2019-01-02 22:46 ./source/xap/rdesktop --rw-r--r-- 1 root root 250484 2019-01-02 14:21 ./source/xap/rdesktop/rdesktop-1.8.4.tar.xz --rwxr-xr-x 1 root root 3809 2019-01-02 22:46 ./source/xap/rdesktop/rdesktop.SlackBuild --rw-r--r-- 1 root root 850 2018-02-27 06:13 ./source/xap/rdesktop/slack-desc -drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./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 712702 2016-01-23 20:09 ./source/xap/rxvt-unicode/rxvt-unicode-9.22.tar.lz --rwxr-xr-x 1 root root 5651 2018-11-30 21:13 ./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 2018-11-09 20:41 ./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 3581624 2017-05-23 13:08 ./source/xap/sane/sane-backends-1.0.27.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 5737 2018-11-09 20:41 ./source/xap/sane/sane.SlackBuild --rw-r--r-- 1 root root 773 2018-02-27 06:13 ./source/xap/sane/slack-desc -drwxr-xr-x 5 root root 4096 2018-09-18 22:04 ./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 231 2007-06-01 23:47 ./source/xap/seamonkey/doinst.sh.gz -drwxr-xr-x 2 root root 4096 2013-11-14 21:24 ./source/xap/seamonkey/gold --rwxr-xr-x 1 root root 34 2013-11-14 21:15 ./source/xap/seamonkey/gold/gold -lrwxrwxrwx 1 root root 4 2013-11-14 21:24 ./source/xap/seamonkey/gold/ld -> gold -drwxr-xr-x 2 root root 4096 2013-08-13 03:24 ./source/xap/seamonkey/pkgconfig --rw-r--r-- 1 root root 320 2009-11-06 05:10 ./source/xap/seamonkey/pkgconfig/seamonkey-gtkmozembed.pc --rw-r--r-- 1 root root 327 2011-11-30 00:44 ./source/xap/seamonkey/pkgconfig/seamonkey-libxul.pc --rw-r--r-- 1 root root 308 2009-11-06 05:10 ./source/xap/seamonkey/pkgconfig/seamonkey-nspr.pc --rw-r--r-- 1 root root 313 2012-04-30 17:42 ./source/xap/seamonkey/pkgconfig/seamonkey-nss.pc --rw-r--r-- 1 root root 287 2012-01-10 16:25 ./source/xap/seamonkey/pkgconfig/seamonkey-plugin.pc --rw-r--r-- 1 root root 372 2009-11-06 05:10 ./source/xap/seamonkey/pkgconfig/seamonkey-xpcom.pc --rw-r--r-- 1 root root 231795176 2018-07-27 06:24 ./source/xap/seamonkey/seamonkey-2.49.4.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 207 2006-02-09 03:23 ./source/xap/seamonkey/seamonkey-mail.desktop --rwxr-xr-x 1 root root 11625 2018-09-18 22:04 ./source/xap/seamonkey/seamonkey.SlackBuild --rw-r--r-- 1 root root 315 2013-08-13 03:23 ./source/xap/seamonkey/seamonkey.desktop --rw-r--r-- 1 root root 857 2018-11-29 19:08 ./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 2018-04-23 17:20 ./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 4696 2018-04-23 17:20 ./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 -lrwxrwxrwx 1 root root 9 2009-08-23 23:36 ./source/xap/vim-gvim -> ../ap/vim -drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/xap/windowmaker --rw-r--r-- 1 root root 2116624 2017-03-13 16:18 ./source/xap/windowmaker/WindowMaker-0.95.8.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 2018-09-18 22:04 ./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 2018-04-23 17:20 ./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 2018-04-23 17:20 ./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 2018-09-18 22:04 ./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 771256 2012-01-12 22:43 ./source/xap/x3270/x3270-3.3.12ga7.tar.xz --rwxr-xr-x 1 root root 4522 2018-09-18 22:04 ./source/xap/x3270/x3270.SlackBuild -drwxr-xr-x 2 root root 4096 2018-04-23 17:20 ./source/xap/xaos --rw-r--r-- 1 root root 869 2018-02-27 06:13 ./source/xap/xaos/slack-desc --rw-r--r-- 1 root root 1325084 2013-11-01 11:59 ./source/xap/xaos/xaos-3.6.tar.xz --rw-r--r-- 1 root root 2796 2010-10-16 19:47 ./source/xap/xaos/xaos.6.gz --rwxr-xr-x 1 root root 5454 2018-04-23 17:20 ./source/xap/xaos/xaos.SlackBuild --rw-r--r-- 1 root root 161 2010-05-24 16:48 ./source/xap/xaos/xaos.desktop --rw-r--r-- 1 root root 14980 2010-05-24 16:48 ./source/xap/xaos/xaos.png --rw-r--r-- 1 root root 391 2015-04-05 05:39 ./source/xap/xaos/xaos.x86.registers.diff.gz -drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/xap/xfractint --rw-r--r-- 1 root root 103531 2002-03-14 20:57 ./source/xap/xfractint/palette.maps.tar.gz --rw-r--r-- 1 root root 866 2018-02-27 06:13 ./source/xap/xfractint/slack-desc --rw-r--r-- 1 root root 1080992 2015-02-22 03:56 ./source/xap/xfractint/xfractint-20.04p13.tar.xz --rwxr-xr-x 1 root root 4604 2018-09-18 22:04 ./source/xap/xfractint/xfractint.SlackBuild -drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./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 7945 1994-10-22 00:44 ./source/xap/xgames/maze.tar.gz --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 130637 1993-12-04 17:22 ./source/xap/xgames/spider.tar.gz --rw-r--r-- 1 root root 287 1999-08-04 18:54 ./source/xap/xgames/xcolormap.diff.gz --rw-r--r-- 1 root root 2808 1993-12-04 17:18 ./source/xap/xgames/xcolormap.tar.gz --rw-r--r-- 1 root root 5937 1993-12-04 17:18 ./source/xap/xgames/xcuckoo-1.1.tar.gz --rw-r--r-- 1 root root 228 2007-02-28 19:11 ./source/xap/xgames/xcuckoo.diff.gz --rwxr-xr-x 1 root root 5331 2018-09-18 22:04 ./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 15612 1995-06-17 19:23 ./source/xap/xgames/xlander.tar.gz --rw-r--r-- 1 root root 12791 2008-10-25 13:16 ./source/xap/xgames/xminesweep3.0.tar.gz --rw-r--r-- 1 root root 22849 1999-08-04 19:05 ./source/xap/xgames/xneko.tar.gz --rw-r--r-- 1 root root 21694 1993-12-02 07:19 ./source/xap/xgames/xroach.tar.gz --rw-r--r-- 1 root root 56752 2001-12-15 23:45 ./source/xap/xgames/xsnow-1.42.tar.gz -drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./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 5180452 2018-01-11 13:01 ./source/xap/xine-lib/xine-lib-1.2.9.tar.xz --rwxr-xr-x 1 root root 4662 2018-09-18 22:04 ./source/xap/xine-lib/xine-lib.SlackBuild -drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/xap/xine-ui --rw-r--r-- 1 root root 828 2018-02-27 06:13 ./source/xap/xine-ui/slack-desc --rw-r--r-- 1 root root 1758778 2017-12-28 16:38 ./source/xap/xine-ui/xine-ui-0.99.10.tar.lz --rwxr-xr-x 1 root root 3379 2018-09-18 22:04 ./source/xap/xine-ui/xine-ui.SlackBuild -drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/xap/xlockmore --rw-r--r-- 1 root root 225 2002-02-23 22:23 ./source/xap/xlockmore/l-bob.README --rw-r--r-- 1 root root 27870 1998-04-01 15:09 ./source/xap/xlockmore/l-bob.xbm --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 1649808 2018-08-06 01:37 ./source/xap/xlockmore/xlockmore-5.56.tar.xz --rw-r--r-- 1 root root 163 2018-08-06 01:37 ./source/xap/xlockmore/xlockmore-5.56.tar.xz.asc --rwxr-xr-x 1 root root 4246 2018-09-18 22:04 ./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 2018-09-18 22:04 ./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 2018-09-18 22:04 ./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 2018-09-18 22:04 ./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 1575492 2017-11-13 17:18 ./source/xap/xpaint/xpaint-2.10.2.tar.xz --rwxr-xr-x 1 root root 4904 2018-09-18 22:04 ./source/xap/xpaint/xpaint.SlackBuild -drwxr-xr-x 4 root root 4096 2018-09-18 22:04 ./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 2017-09-27 18:41 ./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 363532 2011-09-02 22:29 ./source/xap/xpdf/lang/xpdf-chinese-simplified-2011-sep-02.tar.xz --rw-r--r-- 1 root root 401 2013-03-28 20:51 ./source/xap/xpdf/lang/xpdf-chinese-simplified.diff.gz --rw-r--r-- 1 root root 359712 2011-09-02 22:29 ./source/xap/xpdf/lang/xpdf-chinese-traditional-2011-sep-02.tar.xz --rw-r--r-- 1 root root 383 2013-03-28 20:51 ./source/xap/xpdf/lang/xpdf-chinese-traditional.diff.gz --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 290568 2011-09-02 22:30 ./source/xap/xpdf/lang/xpdf-japanese-2011-sep-02.tar.xz --rw-r--r-- 1 root root 738 2013-03-31 02:50 ./source/xap/xpdf/lang/xpdf-japanese.diff.gz --rw-r--r-- 1 root root 205148 2011-09-02 22:30 ./source/xap/xpdf/lang/xpdf-korean-2011-sep-02.tar.xz --rw-r--r-- 1 root root 330 2013-03-28 20:51 ./source/xap/xpdf/lang/xpdf-korean.diff.gz --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 2017-09-26 04:39 ./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 616392 2017-08-09 20:14 ./source/xap/xpdf/xpdf-4.00.tar.xz --rwxr-xr-x 1 root root 5151 2018-09-18 22:04 ./source/xap/xpdf/xpdf.SlackBuild --rw-r--r-- 1 root root 3260 2010-01-11 05:07 ./source/xap/xpdf/xpdf.desktop -drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./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 4821 2018-09-18 22:04 ./source/xap/xsane/xsane.SlackBuild -drwxr-xr-x 2 root root 4096 2018-12-30 04:32 ./source/xap/xscreensaver --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 6413842 2018-12-29 00:37 ./source/xap/xscreensaver/xscreensaver-5.42.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 5237 2018-12-30 04:33 ./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 271 2018-12-30 04:32 ./source/xap/xscreensaver/xscreensaver.fontglide.comment.style.diff.gz --rw-r--r-- 1 root root 698 2018-04-13 18:39 ./source/xap/xscreensaver/xscreensaver.no.expiration.date.diff.gz --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 2018-04-23 17:20 ./source/xap/xv --rw-r--r-- 1 root root 683 2018-02-27 06:13 ./source/xap/xv/slack-desc --rw-r--r-- 1 root root 1693808 1994-12-22 15:50 ./source/xap/xv/xv-3.10.tar.xz --rw-r--r-- 1 root root 3294 2008-12-16 18:04 ./source/xap/xv/xv-3.10a-enhancements.20070520-20081216.diff.bz2 --rw-r--r-- 1 root root 25974 2007-05-21 05:19 ./source/xap/xv/xv-3.10a-jumbo-README.txt --rw-r--r-- 1 root root 114978 2010-02-19 19:24 ./source/xap/xv/xv-3.10a-jumbo-additions.diff.bz2 --rw-r--r-- 1 root root 287250 2007-05-21 04:57 ./source/xap/xv/xv-3.10a-jumbo-fix-enh-patch-20070520.txt.bz2 --rw-r--r-- 1 root root 21943 1996-10-05 19:33 ./source/xap/xv/xv-3.10a.patch.gz --rw-r--r-- 1 root root 4933 2015-03-28 21:28 ./source/xap/xv/xv-libpng-1.5.patch.gz --rwxr-xr-x 1 root root 3648 2018-04-23 17:20 ./source/xap/xv/xv.SlackBuild --rw-r--r-- 1 root root 229 2010-02-19 19:27 ./source/xap/xv/xv.jasper.diff.gz --rw-r--r-- 1 root root 317 2010-02-19 19:15 ./source/xap/xv/xv.prefix.diff.gz --rw-r--r-- 1 root root 282 2010-02-19 19:16 ./source/xap/xv/xv.prefix_x86_64.diff.gz -drwxr-xr-x 28 root root 4096 2018-12-07 04:35 ./source/xfce --rw-r--r-- 1 root root 82 2018-02-01 01:00 ./source/xfce/FTBFSlog -drwxr-xr-x 2 root root 4096 2018-10-02 22:03 ./source/xfce/Thunar --rw-r--r-- 1 root root 1817764 2018-09-26 16:56 ./source/xfce/Thunar/Thunar-1.8.2.tar.lz --rwxr-xr-x 1 root root 4697 2018-09-18 22:04 ./source/xfce/Thunar/Thunar.SlackBuild --rw-r--r-- 1 root root 65 2018-09-27 18:10 ./source/xfce/Thunar/Thunar.url --rw-r--r-- 1 root root 914 2018-02-27 06:13 ./source/xfce/Thunar/slack-desc -drwxr-xr-x 2 root root 4096 2018-10-16 19:42 ./source/xfce/exo --rw-r--r-- 1 root root 984735 2018-10-16 01:54 ./source/xfce/exo/exo-0.12.3.tar.lz --rwxr-xr-x 1 root root 4697 2018-09-18 22:04 ./source/xfce/exo/exo.SlackBuild --rw-r--r-- 1 root root 62 2018-10-16 19:41 ./source/xfce/exo/exo.url --rw-r--r-- 1 root root 826 2018-02-27 06:13 ./source/xfce/exo/slack-desc -drwxr-xr-x 2 root root 4096 2018-12-10 20:13 ./source/xfce/garcon --rw-r--r-- 1 root root 105778 2018-12-10 20:10 ./source/xfce/garcon/garcon-0.6.2.tar.lz --rwxr-xr-x 1 root root 4738 2018-12-10 20:11 ./source/xfce/garcon/garcon.SlackBuild --rw-r--r-- 1 root root 47 2018-12-10 20:10 ./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 2018-09-18 22:04 ./source/xfce/gtk-xfce-engine --rw-r--r-- 1 root root 280756 2015-03-03 19:43 ./source/xfce/gtk-xfce-engine/gtk-xfce-engine-2.10.1.tar.xz --rwxr-xr-x 1 root root 4615 2018-09-18 22:04 ./source/xfce/gtk-xfce-engine/gtk-xfce-engine.SlackBuild --rw-r--r-- 1 root root 874 2018-02-27 06:13 ./source/xfce/gtk-xfce-engine/slack-desc -drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/xfce/libxfce4ui --rw-r--r-- 1 root root 540972 2015-03-15 18:16 ./source/xfce/libxfce4ui/libxfce4ui-4.12.1.tar.xz --rwxr-xr-x 1 root root 4844 2018-09-18 22:04 ./source/xfce/libxfce4ui/libxfce4ui.SlackBuild --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 2018-09-18 22:04 ./source/xfce/libxfce4util --rw-r--r-- 1 root root 386632 2015-02-28 16:06 ./source/xfce/libxfce4util/libxfce4util-4.12.1.tar.xz --rwxr-xr-x 1 root root 4773 2018-09-18 22:04 ./source/xfce/libxfce4util/libxfce4util.SlackBuild --rw-r--r-- 1 root root 776 2018-02-27 06:13 ./source/xfce/libxfce4util/slack-desc -drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/xfce/orage --rw-r--r-- 1 root root 2165672 2015-04-10 10:30 ./source/xfce/orage/orage-4.12.1.tar.xz --rwxr-xr-x 1 root root 4104 2018-09-18 22:04 ./source/xfce/orage/orage.SlackBuild --rw-r--r-- 1 root root 723 2017-11-14 22:05 ./source/xfce/orage/orage.libical3.diff.gz --rw-r--r-- 1 root root 625 2018-02-27 06:13 ./source/xfce/orage/slack-desc -drwxr-xr-x 2 root root 4096 2018-11-27 05:17 ./source/xfce/thunar-volman --rw-r--r-- 1 root root 800 2018-02-27 06:13 ./source/xfce/thunar-volman/slack-desc --rw-r--r-- 1 root root 401793 2018-11-27 01:45 ./source/xfce/thunar-volman/thunar-volman-0.9.1.tar.lz --rwxr-xr-x 1 root root 3468 2018-11-27 05:17 ./source/xfce/thunar-volman/thunar-volman.SlackBuild -drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./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 458130 2018-09-13 14:05 ./source/xfce/tumbler/tumbler-0.2.3.tar.lz --rwxr-xr-x 1 root root 4770 2018-09-18 22:04 ./source/xfce/tumbler/tumbler.SlackBuild --rw-r--r-- 1 root root 67 2018-09-13 16:54 ./source/xfce/tumbler/tumbler.url --rwxr-xr-x 1 root root 2159 2018-03-11 21:44 ./source/xfce/xfce-build-all.sh -drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./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 393744 2015-02-28 16:39 ./source/xfce/xfce4-appfinder/xfce4-appfinder-4.12.0.tar.xz --rwxr-xr-x 1 root root 4615 2018-09-18 22:04 ./source/xfce/xfce4-appfinder/xfce4-appfinder.SlackBuild -drwxr-xr-x 2 root root 4096 2018-11-24 19:37 ./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 384427 2018-10-26 22:28 ./source/xfce/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.3.tar.lz --rwxr-xr-x 1 root root 3766 2018-11-24 19:37 ./source/xfce/xfce4-clipman-plugin/xfce4-clipman-plugin.SlackBuild --rw-r--r-- 1 root root 102 2018-11-24 19:36 ./source/xfce/xfce4-clipman-plugin/xfce4-clipman-plugin.url -drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/xfce/xfce4-dev-tools --rw-r--r-- 1 root root 820 2018-02-27 06:13 ./source/xfce/xfce4-dev-tools/slack-desc --rw-r--r-- 1 root root 254756 2015-02-28 14:35 ./source/xfce/xfce4-dev-tools/xfce4-dev-tools-4.12.0.tar.xz --rwxr-xr-x 1 root root 4615 2018-09-18 22:04 ./source/xfce/xfce4-dev-tools/xfce4-dev-tools.SlackBuild -drwxr-xr-x 2 root root 4096 2018-10-30 21:13 ./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 427121 2018-10-28 18:32 ./source/xfce/xfce4-notifyd/xfce4-notifyd-0.4.3.tar.lz --rwxr-xr-x 1 root root 4022 2018-10-30 21:14 ./source/xfce/xfce4-notifyd/xfce4-notifyd.SlackBuild --rw-r--r-- 1 root root 79 2018-10-30 21:13 ./source/xfce/xfce4-notifyd/xfce4-notifyd.url -drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/xfce/xfce4-panel --rw-r--r-- 1 root root 246 2016-06-03 22:39 ./source/xfce/xfce4-panel/libxfce4panel.max_blinking_count.8.diff.gz --rw-r--r-- 1 root root 896 2018-02-27 06:13 ./source/xfce/xfce4-panel/slack-desc --rw-r--r-- 1 root root 982644 2017-12-13 23:19 ./source/xfce/xfce4-panel/xfce4-panel-4.12.2.tar.xz --rwxr-xr-x 1 root root 4850 2018-09-18 22:04 ./source/xfce/xfce4-panel/xfce4-panel.SlackBuild -drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./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 874 2018-02-27 06:13 ./source/xfce/xfce4-power-manager/slack-desc --rw-r--r-- 1 root root 885832 2015-03-22 11:33 ./source/xfce/xfce4-power-manager/xfce4-power-manager-1.4.4.tar.xz --rwxr-xr-x 1 root root 4132 2018-09-18 22:04 ./source/xfce/xfce4-power-manager/xfce4-power-manager.SlackBuild -drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./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 329959 2018-04-12 01:10 ./source/xfce/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.4.1.tar.lz --rwxr-xr-x 1 root root 4614 2018-09-18 22:04 ./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 2018-11-24 19:39 ./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 438493 2018-08-11 02:15 ./source/xfce/xfce4-screenshooter/xfce4-screenshooter-1.9.3.tar.lz --rwxr-xr-x 1 root root 4400 2018-11-24 19:40 ./source/xfce/xfce4-screenshooter/xfce4-screenshooter.SlackBuild --rw-r--r-- 1 root root 91 2018-11-24 19:39 ./source/xfce/xfce4-screenshooter/xfce4-screenshooter.url -drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./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 1104188 2015-03-16 07:35 ./source/xfce/xfce4-session/xfce4-session-4.12.1.tar.xz --rwxr-xr-x 1 root root 4686 2018-09-18 22:04 ./source/xfce/xfce4-session/xfce4-session.SlackBuild -drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./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 859854 2018-06-20 22:35 ./source/xfce/xfce4-settings/xfce4-settings-4.12.4.tar.lz --rwxr-xr-x 1 root root 4827 2018-09-18 22:04 ./source/xfce/xfce4-settings/xfce4-settings.SlackBuild --rw-r--r-- 1 root root 347 2015-02-28 09:15 ./source/xfce/xfce4-settings/xfce4-settings.theme.diff.gz --rw-r--r-- 1 root root 83 2018-06-21 20:23 ./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 2018-12-02 19:23 ./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 295284 2018-11-29 16:50 ./source/xfce/xfce4-systemload-plugin/xfce4-systemload-plugin-1.2.2.tar.xz --rw-r--r-- 1 root root 900 2018-12-02 19:23 ./source/xfce/xfce4-systemload-plugin/xfce4-systemload-plugin.HOVER_TIMEOUT.diff.gz --rwxr-xr-x 1 root root 3711 2018-12-02 19:21 ./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 2018-12-30 04:26 ./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 337917 2018-12-18 19:59 ./source/xfce/xfce4-taskmanager/xfce4-taskmanager-1.2.2.tar.lz --rwxr-xr-x 1 root root 3600 2018-09-18 22:04 ./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 2018-09-18 22:04 ./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 766030 2018-05-15 14:50 ./source/xfce/xfce4-terminal/xfce4-terminal-0.8.7.4.tar.lz --rwxr-xr-x 1 root root 4057 2018-11-17 02:28 ./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 2018-09-18 22:04 ./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 2723376 2017-10-11 20:18 ./source/xfce/xfce4-weather-plugin/xfce4-weather-plugin-0.8.10.tar.xz --rwxr-xr-x 1 root root 3725 2018-09-18 22:04 ./source/xfce/xfce4-weather-plugin/xfce4-weather-plugin.SlackBuild --rw-r--r-- 1 root root 64 2011-11-28 03:17 ./source/xfce/xfce4-weather-plugin/xfce4-weather-plugin.url -drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/xfce/xfconf --rw-r--r-- 1 root root 747 2018-02-27 06:13 ./source/xfce/xfconf/slack-desc --rw-r--r-- 1 root root 455824 2016-10-24 14:31 ./source/xfce/xfconf/xfconf-4.12.1.tar.xz --rwxr-xr-x 1 root root 4673 2018-09-18 22:04 ./source/xfce/xfconf/xfconf.SlackBuild -drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/xfce/xfdesktop --rw-r--r-- 1 root root 880 2018-02-27 06:13 ./source/xfce/xfdesktop/slack-desc --rw-r--r-- 1 root root 1268992 2017-06-26 13:55 ./source/xfce/xfdesktop/xfdesktop-4.12.4.tar.xz --rwxr-xr-x 1 root root 4609 2018-09-18 22:04 ./source/xfce/xfdesktop/xfdesktop.SlackBuild -drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/xfce/xfwm4 --rw-r--r-- 1 root root 738 2018-02-27 06:13 ./source/xfce/xfwm4/slack-desc --rw-r--r-- 1 root root 1052932 2017-03-16 08:16 ./source/xfce/xfwm4/xfwm4-4.12.4.tar.xz --rwxr-xr-x 1 root root 4728 2018-09-18 22:04 ./source/xfce/xfwm4/xfwm4.SlackBuild --rw-r--r-- 1 root root 1198 2012-07-24 22:11 ./source/xfce/xfwm4/xinitrc.xfce -drwxr-xr-x 3 root root 4096 2018-02-04 19:07 ./source/y --rw-r--r-- 1 root root 232 2018-04-08 17:57 ./source/y/FTBFSlog -drwxr-xr-x 3 root root 4096 2018-09-18 22:04 ./source/y/bsd-games --rw-r--r-- 1 root root 825 2001-08-30 23:25 ./source/y/bsd-games/bsd-games-2.13.lsm --rw-r--r-- 1 root root 1861269 2001-08-30 23:25 ./source/y/bsd-games/bsd-games-2.13.tar.bz2 --rw-r--r-- 1 root root 164 1999-09-27 21:18 ./source/y/bsd-games/bsd-games-login-fortune.csh --rw-r--r-- 1 root root 164 2010-05-11 19:26 ./source/y/bsd-games/bsd-games-login-fortune.sh --rwxr-xr-x 1 root root 7421 2018-09-18 22:04 ./source/y/bsd-games/bsd-games.SlackBuild --rw-r--r-- 1 root root 563 2003-02-03 21:48 ./source/y/bsd-games/bsd-games.config.params.diff.gz --rw-r--r-- 1 root root 283 2003-02-03 22:28 ./source/y/bsd-games/bsd-games.fortlen.diff.gz --rw-r--r-- 1 root root 181 2002-03-10 05:27 ./source/y/bsd-games/bsd-games.fortunepath.diff.gz --rw-r--r-- 1 root root 2333 2010-05-11 21:10 ./source/y/bsd-games/bsd-games.getline.diff.gz --rw-r--r-- 1 root root 265 2006-09-07 02:18 ./source/y/bsd-games/bsd-games.ospeed.diff.gz --rw-r--r-- 1 root root 386 2007-08-27 17:51 ./source/y/bsd-games/bsd-games.phantasia_install_fix.diff.gz --rw-r--r-- 1 root root 1960 2006-09-09 00:47 ./source/y/bsd-games/bsd-games.pom.diff.gz --rw-r--r-- 1 root root 217 2018-04-08 17:56 ./source/y/bsd-games/bsd-games.sail.no.union_wait.diff.gz --rw-r--r-- 1 root root 353 2003-02-03 22:51 ./source/y/bsd-games/bsd-games.strfile.8.diff.gz --rw-r--r-- 1 root root 405 2007-08-27 17:57 ./source/y/bsd-games/bsd-games.trek-gcc4.diff.gz -drwxr-xr-x 2 root root 4096 2012-03-02 16:01 ./source/y/bsd-games/fortune-fixes-sorry-no-additions-accepted-here --rw-r--r-- 1 root root 294 2012-03-02 16:01 ./source/y/bsd-games/fortune-fixes-sorry-no-additions-accepted-here/20120302.diff.gz --rw-r--r-- 1 root root 15107 2002-03-10 05:09 ./source/y/bsd-games/fortunes-linuxcookie.tar.gz --rw-r--r-- 1 root root 364407 2002-03-10 05:09 ./source/y/bsd-games/fortunes-o.tar.gz --rw-r--r-- 1 root root 104848 1993-10-25 00:02 ./source/y/bsd-games/hangman-words.gz --rw-r--r-- 1 root root 1048 2018-02-27 06:13 ./source/y/bsd-games/slack-desc -drwxr-xr-x 4 root root 4096 2019-01-08 21:28 ./testing --rw-r--r-- 1 root root 552 2019-01-08 21:28 ./testing/CHECKSUMS.md5 --rw-r--r-- 1 root root 163 2019-01-08 21:28 ./testing/CHECKSUMS.md5.asc --rw-r--r-- 1 root root 685 2019-01-08 21:28 ./testing/FILE_LIST --rw-r--r-- 1 root root 14 2019-01-08 21:28 ./testing/MANIFEST.bz2 --rw-r--r-- 1 root root 224 2019-01-08 21:28 ./testing/PACKAGES.TXT -drwxr-xr-x 2 root root 4096 2019-01-08 20:12 ./testing/packages -drwxr-xr-x 2 root root 4096 2019-01-08 20:12 ./testing/source -drwxr-xr-x 2 root root 4096 2019-01-09 22:43 ./usb-and-pxe-installers --rw-r--r-- 1 root root 31203 2011-03-21 21:21 ./usb-and-pxe-installers/README_PXE.TXT --rw-r--r-- 1 root root 9197 2013-09-25 04:33 ./usb-and-pxe-installers/README_USB.TXT --rw-r--r-- 1 root root 574 2013-03-27 04:59 ./usb-and-pxe-installers/pxelinux.cfg_default --rw-r--r-- 1 root root 47600640 2019-01-09 22:41 ./usb-and-pxe-installers/usbboot.img --rw-r--r-- 1 root root 16045 2016-03-29 07:41 ./usb-and-pxe-installers/usbimg2disk.sh +drwxr-xr-x 2 root root 4096 2019-01-02 22:46 ./source/xap/rdesktop +-rw-r--r-- 1 root root 250484 2019-01-02 14:21 ./source/xap/rdesktop/rdesktop-1.8.4.tar.xz +-rwxr-xr-x 1 root root 3809 2019-01-02 22:46 ./source/xap/rdesktop/rdesktop.SlackBuild +-rw-r--r-- 1 root root 850 2018-02-27 06:13 ./source/xap/rdesktop/slack-desc +drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./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 712702 2016-01-23 20:09 ./source/xap/rxvt-unicode/rxvt-unicode-9.22.tar.lz +-rwxr-xr-x 1 root root 5651 2018-11-30 21:13 ./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 2018-11-09 20:41 ./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 3581624 2017-05-23 13:08 ./source/xap/sane/sane-backends-1.0.27.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 5737 2018-11-09 20:41 ./source/xap/sane/sane.SlackBuild +-rw-r--r-- 1 root root 773 2018-02-27 06:13 ./source/xap/sane/slack-desc +drwxr-xr-x 5 root root 4096 2018-09-18 22:04 ./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 231 2007-06-01 23:47 ./source/xap/seamonkey/doinst.sh.gz +drwxr-xr-x 2 root root 4096 2013-11-14 21:24 ./source/xap/seamonkey/gold +-rwxr-xr-x 1 root root 34 2013-11-14 21:15 ./source/xap/seamonkey/gold/gold +lrwxrwxrwx 1 root root 4 2013-11-14 21:24 ./source/xap/seamonkey/gold/ld -> gold +drwxr-xr-x 2 root root 4096 2013-08-13 03:24 ./source/xap/seamonkey/pkgconfig +-rw-r--r-- 1 root root 320 2009-11-06 05:10 ./source/xap/seamonkey/pkgconfig/seamonkey-gtkmozembed.pc +-rw-r--r-- 1 root root 327 2011-11-30 00:44 ./source/xap/seamonkey/pkgconfig/seamonkey-libxul.pc +-rw-r--r-- 1 root root 308 2009-11-06 05:10 ./source/xap/seamonkey/pkgconfig/seamonkey-nspr.pc +-rw-r--r-- 1 root root 313 2012-04-30 17:42 ./source/xap/seamonkey/pkgconfig/seamonkey-nss.pc +-rw-r--r-- 1 root root 287 2012-01-10 16:25 ./source/xap/seamonkey/pkgconfig/seamonkey-plugin.pc +-rw-r--r-- 1 root root 372 2009-11-06 05:10 ./source/xap/seamonkey/pkgconfig/seamonkey-xpcom.pc +-rw-r--r-- 1 root root 231795176 2018-07-27 06:24 ./source/xap/seamonkey/seamonkey-2.49.4.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 207 2006-02-09 03:23 ./source/xap/seamonkey/seamonkey-mail.desktop +-rwxr-xr-x 1 root root 11625 2018-09-18 22:04 ./source/xap/seamonkey/seamonkey.SlackBuild +-rw-r--r-- 1 root root 315 2013-08-13 03:23 ./source/xap/seamonkey/seamonkey.desktop +-rw-r--r-- 1 root root 857 2018-11-29 19:08 ./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 2018-04-23 17:20 ./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 4696 2018-04-23 17:20 ./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 +lrwxrwxrwx 1 root root 9 2009-08-23 23:36 ./source/xap/vim-gvim -> ../ap/vim +drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/xap/windowmaker +-rw-r--r-- 1 root root 2116624 2017-03-13 16:18 ./source/xap/windowmaker/WindowMaker-0.95.8.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 2018-09-18 22:04 ./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 2018-04-23 17:20 ./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 2018-04-23 17:20 ./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 2018-09-18 22:04 ./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 771256 2012-01-12 22:43 ./source/xap/x3270/x3270-3.3.12ga7.tar.xz +-rwxr-xr-x 1 root root 4522 2018-09-18 22:04 ./source/xap/x3270/x3270.SlackBuild +drwxr-xr-x 2 root root 4096 2018-04-23 17:20 ./source/xap/xaos +-rw-r--r-- 1 root root 869 2018-02-27 06:13 ./source/xap/xaos/slack-desc +-rw-r--r-- 1 root root 1325084 2013-11-01 11:59 ./source/xap/xaos/xaos-3.6.tar.xz +-rw-r--r-- 1 root root 2796 2010-10-16 19:47 ./source/xap/xaos/xaos.6.gz +-rwxr-xr-x 1 root root 5454 2018-04-23 17:20 ./source/xap/xaos/xaos.SlackBuild +-rw-r--r-- 1 root root 161 2010-05-24 16:48 ./source/xap/xaos/xaos.desktop +-rw-r--r-- 1 root root 14980 2010-05-24 16:48 ./source/xap/xaos/xaos.png +-rw-r--r-- 1 root root 391 2015-04-05 05:39 ./source/xap/xaos/xaos.x86.registers.diff.gz +drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/xap/xfractint +-rw-r--r-- 1 root root 103531 2002-03-14 20:57 ./source/xap/xfractint/palette.maps.tar.gz +-rw-r--r-- 1 root root 866 2018-02-27 06:13 ./source/xap/xfractint/slack-desc +-rw-r--r-- 1 root root 1080992 2015-02-22 03:56 ./source/xap/xfractint/xfractint-20.04p13.tar.xz +-rwxr-xr-x 1 root root 4604 2018-09-18 22:04 ./source/xap/xfractint/xfractint.SlackBuild +drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./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 7945 1994-10-22 00:44 ./source/xap/xgames/maze.tar.gz +-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 130637 1993-12-04 17:22 ./source/xap/xgames/spider.tar.gz +-rw-r--r-- 1 root root 287 1999-08-04 18:54 ./source/xap/xgames/xcolormap.diff.gz +-rw-r--r-- 1 root root 2808 1993-12-04 17:18 ./source/xap/xgames/xcolormap.tar.gz +-rw-r--r-- 1 root root 5937 1993-12-04 17:18 ./source/xap/xgames/xcuckoo-1.1.tar.gz +-rw-r--r-- 1 root root 228 2007-02-28 19:11 ./source/xap/xgames/xcuckoo.diff.gz +-rwxr-xr-x 1 root root 5331 2018-09-18 22:04 ./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 15612 1995-06-17 19:23 ./source/xap/xgames/xlander.tar.gz +-rw-r--r-- 1 root root 12791 2008-10-25 13:16 ./source/xap/xgames/xminesweep3.0.tar.gz +-rw-r--r-- 1 root root 22849 1999-08-04 19:05 ./source/xap/xgames/xneko.tar.gz +-rw-r--r-- 1 root root 21694 1993-12-02 07:19 ./source/xap/xgames/xroach.tar.gz +-rw-r--r-- 1 root root 56752 2001-12-15 23:45 ./source/xap/xgames/xsnow-1.42.tar.gz +drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./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 5180452 2018-01-11 13:01 ./source/xap/xine-lib/xine-lib-1.2.9.tar.xz +-rwxr-xr-x 1 root root 4662 2018-09-18 22:04 ./source/xap/xine-lib/xine-lib.SlackBuild +drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/xap/xine-ui +-rw-r--r-- 1 root root 828 2018-02-27 06:13 ./source/xap/xine-ui/slack-desc +-rw-r--r-- 1 root root 1758778 2017-12-28 16:38 ./source/xap/xine-ui/xine-ui-0.99.10.tar.lz +-rwxr-xr-x 1 root root 3379 2018-09-18 22:04 ./source/xap/xine-ui/xine-ui.SlackBuild +drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/xap/xlockmore +-rw-r--r-- 1 root root 225 2002-02-23 22:23 ./source/xap/xlockmore/l-bob.README +-rw-r--r-- 1 root root 27870 1998-04-01 15:09 ./source/xap/xlockmore/l-bob.xbm +-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 1649808 2018-08-06 01:37 ./source/xap/xlockmore/xlockmore-5.56.tar.xz +-rw-r--r-- 1 root root 163 2018-08-06 01:37 ./source/xap/xlockmore/xlockmore-5.56.tar.xz.asc +-rwxr-xr-x 1 root root 4246 2018-09-18 22:04 ./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 2018-09-18 22:04 ./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 2018-09-18 22:04 ./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 2018-09-18 22:04 ./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 1575492 2017-11-13 17:18 ./source/xap/xpaint/xpaint-2.10.2.tar.xz +-rwxr-xr-x 1 root root 4904 2018-09-18 22:04 ./source/xap/xpaint/xpaint.SlackBuild +drwxr-xr-x 4 root root 4096 2018-09-18 22:04 ./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 2017-09-27 18:41 ./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 363532 2011-09-02 22:29 ./source/xap/xpdf/lang/xpdf-chinese-simplified-2011-sep-02.tar.xz +-rw-r--r-- 1 root root 401 2013-03-28 20:51 ./source/xap/xpdf/lang/xpdf-chinese-simplified.diff.gz +-rw-r--r-- 1 root root 359712 2011-09-02 22:29 ./source/xap/xpdf/lang/xpdf-chinese-traditional-2011-sep-02.tar.xz +-rw-r--r-- 1 root root 383 2013-03-28 20:51 ./source/xap/xpdf/lang/xpdf-chinese-traditional.diff.gz +-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 290568 2011-09-02 22:30 ./source/xap/xpdf/lang/xpdf-japanese-2011-sep-02.tar.xz +-rw-r--r-- 1 root root 738 2013-03-31 02:50 ./source/xap/xpdf/lang/xpdf-japanese.diff.gz +-rw-r--r-- 1 root root 205148 2011-09-02 22:30 ./source/xap/xpdf/lang/xpdf-korean-2011-sep-02.tar.xz +-rw-r--r-- 1 root root 330 2013-03-28 20:51 ./source/xap/xpdf/lang/xpdf-korean.diff.gz +-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 2017-09-26 04:39 ./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 616392 2017-08-09 20:14 ./source/xap/xpdf/xpdf-4.00.tar.xz +-rwxr-xr-x 1 root root 5151 2018-09-18 22:04 ./source/xap/xpdf/xpdf.SlackBuild +-rw-r--r-- 1 root root 3260 2010-01-11 05:07 ./source/xap/xpdf/xpdf.desktop +drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./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 4821 2018-09-18 22:04 ./source/xap/xsane/xsane.SlackBuild +drwxr-xr-x 2 root root 4096 2018-12-30 04:32 ./source/xap/xscreensaver +-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 6413842 2018-12-29 00:37 ./source/xap/xscreensaver/xscreensaver-5.42.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 5237 2018-12-30 04:33 ./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 271 2018-12-30 04:32 ./source/xap/xscreensaver/xscreensaver.fontglide.comment.style.diff.gz +-rw-r--r-- 1 root root 698 2018-04-13 18:39 ./source/xap/xscreensaver/xscreensaver.no.expiration.date.diff.gz +-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 2018-04-23 17:20 ./source/xap/xv +-rw-r--r-- 1 root root 683 2018-02-27 06:13 ./source/xap/xv/slack-desc +-rw-r--r-- 1 root root 1693808 1994-12-22 15:50 ./source/xap/xv/xv-3.10.tar.xz +-rw-r--r-- 1 root root 3294 2008-12-16 18:04 ./source/xap/xv/xv-3.10a-enhancements.20070520-20081216.diff.bz2 +-rw-r--r-- 1 root root 25974 2007-05-21 05:19 ./source/xap/xv/xv-3.10a-jumbo-README.txt +-rw-r--r-- 1 root root 114978 2010-02-19 19:24 ./source/xap/xv/xv-3.10a-jumbo-additions.diff.bz2 +-rw-r--r-- 1 root root 287250 2007-05-21 04:57 ./source/xap/xv/xv-3.10a-jumbo-fix-enh-patch-20070520.txt.bz2 +-rw-r--r-- 1 root root 21943 1996-10-05 19:33 ./source/xap/xv/xv-3.10a.patch.gz +-rw-r--r-- 1 root root 4933 2015-03-28 21:28 ./source/xap/xv/xv-libpng-1.5.patch.gz +-rwxr-xr-x 1 root root 3648 2018-04-23 17:20 ./source/xap/xv/xv.SlackBuild +-rw-r--r-- 1 root root 229 2010-02-19 19:27 ./source/xap/xv/xv.jasper.diff.gz +-rw-r--r-- 1 root root 317 2010-02-19 19:15 ./source/xap/xv/xv.prefix.diff.gz +-rw-r--r-- 1 root root 282 2010-02-19 19:16 ./source/xap/xv/xv.prefix_x86_64.diff.gz +drwxr-xr-x 28 root root 4096 2018-12-07 04:35 ./source/xfce +-rw-r--r-- 1 root root 82 2018-02-01 01:00 ./source/xfce/FTBFSlog +drwxr-xr-x 2 root root 4096 2018-10-02 22:03 ./source/xfce/Thunar +-rw-r--r-- 1 root root 1817764 2018-09-26 16:56 ./source/xfce/Thunar/Thunar-1.8.2.tar.lz +-rwxr-xr-x 1 root root 4697 2018-09-18 22:04 ./source/xfce/Thunar/Thunar.SlackBuild +-rw-r--r-- 1 root root 65 2018-09-27 18:10 ./source/xfce/Thunar/Thunar.url +-rw-r--r-- 1 root root 914 2018-02-27 06:13 ./source/xfce/Thunar/slack-desc +drwxr-xr-x 2 root root 4096 2018-10-16 19:42 ./source/xfce/exo +-rw-r--r-- 1 root root 984735 2018-10-16 01:54 ./source/xfce/exo/exo-0.12.3.tar.lz +-rwxr-xr-x 1 root root 4697 2018-09-18 22:04 ./source/xfce/exo/exo.SlackBuild +-rw-r--r-- 1 root root 62 2018-10-16 19:41 ./source/xfce/exo/exo.url +-rw-r--r-- 1 root root 826 2018-02-27 06:13 ./source/xfce/exo/slack-desc +drwxr-xr-x 2 root root 4096 2018-12-10 20:13 ./source/xfce/garcon +-rw-r--r-- 1 root root 105778 2018-12-10 20:10 ./source/xfce/garcon/garcon-0.6.2.tar.lz +-rwxr-xr-x 1 root root 4738 2018-12-10 20:11 ./source/xfce/garcon/garcon.SlackBuild +-rw-r--r-- 1 root root 47 2018-12-10 20:10 ./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 2018-09-18 22:04 ./source/xfce/gtk-xfce-engine +-rw-r--r-- 1 root root 280756 2015-03-03 19:43 ./source/xfce/gtk-xfce-engine/gtk-xfce-engine-2.10.1.tar.xz +-rwxr-xr-x 1 root root 4615 2018-09-18 22:04 ./source/xfce/gtk-xfce-engine/gtk-xfce-engine.SlackBuild +-rw-r--r-- 1 root root 874 2018-02-27 06:13 ./source/xfce/gtk-xfce-engine/slack-desc +drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/xfce/libxfce4ui +-rw-r--r-- 1 root root 540972 2015-03-15 18:16 ./source/xfce/libxfce4ui/libxfce4ui-4.12.1.tar.xz +-rwxr-xr-x 1 root root 4844 2018-09-18 22:04 ./source/xfce/libxfce4ui/libxfce4ui.SlackBuild +-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 2018-09-18 22:04 ./source/xfce/libxfce4util +-rw-r--r-- 1 root root 386632 2015-02-28 16:06 ./source/xfce/libxfce4util/libxfce4util-4.12.1.tar.xz +-rwxr-xr-x 1 root root 4773 2018-09-18 22:04 ./source/xfce/libxfce4util/libxfce4util.SlackBuild +-rw-r--r-- 1 root root 776 2018-02-27 06:13 ./source/xfce/libxfce4util/slack-desc +drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/xfce/orage +-rw-r--r-- 1 root root 2165672 2015-04-10 10:30 ./source/xfce/orage/orage-4.12.1.tar.xz +-rwxr-xr-x 1 root root 4104 2018-09-18 22:04 ./source/xfce/orage/orage.SlackBuild +-rw-r--r-- 1 root root 723 2017-11-14 22:05 ./source/xfce/orage/orage.libical3.diff.gz +-rw-r--r-- 1 root root 625 2018-02-27 06:13 ./source/xfce/orage/slack-desc +drwxr-xr-x 2 root root 4096 2018-11-27 05:17 ./source/xfce/thunar-volman +-rw-r--r-- 1 root root 800 2018-02-27 06:13 ./source/xfce/thunar-volman/slack-desc +-rw-r--r-- 1 root root 401793 2018-11-27 01:45 ./source/xfce/thunar-volman/thunar-volman-0.9.1.tar.lz +-rwxr-xr-x 1 root root 3468 2018-11-27 05:17 ./source/xfce/thunar-volman/thunar-volman.SlackBuild +drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./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 458130 2018-09-13 14:05 ./source/xfce/tumbler/tumbler-0.2.3.tar.lz +-rwxr-xr-x 1 root root 4770 2018-09-18 22:04 ./source/xfce/tumbler/tumbler.SlackBuild +-rw-r--r-- 1 root root 67 2018-09-13 16:54 ./source/xfce/tumbler/tumbler.url +-rwxr-xr-x 1 root root 2159 2018-03-11 21:44 ./source/xfce/xfce-build-all.sh +drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./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 393744 2015-02-28 16:39 ./source/xfce/xfce4-appfinder/xfce4-appfinder-4.12.0.tar.xz +-rwxr-xr-x 1 root root 4615 2018-09-18 22:04 ./source/xfce/xfce4-appfinder/xfce4-appfinder.SlackBuild +drwxr-xr-x 2 root root 4096 2018-11-24 19:37 ./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 384427 2018-10-26 22:28 ./source/xfce/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.3.tar.lz +-rwxr-xr-x 1 root root 3766 2018-11-24 19:37 ./source/xfce/xfce4-clipman-plugin/xfce4-clipman-plugin.SlackBuild +-rw-r--r-- 1 root root 102 2018-11-24 19:36 ./source/xfce/xfce4-clipman-plugin/xfce4-clipman-plugin.url +drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/xfce/xfce4-dev-tools +-rw-r--r-- 1 root root 820 2018-02-27 06:13 ./source/xfce/xfce4-dev-tools/slack-desc +-rw-r--r-- 1 root root 254756 2015-02-28 14:35 ./source/xfce/xfce4-dev-tools/xfce4-dev-tools-4.12.0.tar.xz +-rwxr-xr-x 1 root root 4615 2018-09-18 22:04 ./source/xfce/xfce4-dev-tools/xfce4-dev-tools.SlackBuild +drwxr-xr-x 2 root root 4096 2018-10-30 21:13 ./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 427121 2018-10-28 18:32 ./source/xfce/xfce4-notifyd/xfce4-notifyd-0.4.3.tar.lz +-rwxr-xr-x 1 root root 4022 2018-10-30 21:14 ./source/xfce/xfce4-notifyd/xfce4-notifyd.SlackBuild +-rw-r--r-- 1 root root 79 2018-10-30 21:13 ./source/xfce/xfce4-notifyd/xfce4-notifyd.url +drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/xfce/xfce4-panel +-rw-r--r-- 1 root root 246 2016-06-03 22:39 ./source/xfce/xfce4-panel/libxfce4panel.max_blinking_count.8.diff.gz +-rw-r--r-- 1 root root 896 2018-02-27 06:13 ./source/xfce/xfce4-panel/slack-desc +-rw-r--r-- 1 root root 982644 2017-12-13 23:19 ./source/xfce/xfce4-panel/xfce4-panel-4.12.2.tar.xz +-rwxr-xr-x 1 root root 4850 2018-09-18 22:04 ./source/xfce/xfce4-panel/xfce4-panel.SlackBuild +drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./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 874 2018-02-27 06:13 ./source/xfce/xfce4-power-manager/slack-desc +-rw-r--r-- 1 root root 885832 2015-03-22 11:33 ./source/xfce/xfce4-power-manager/xfce4-power-manager-1.4.4.tar.xz +-rwxr-xr-x 1 root root 4132 2018-09-18 22:04 ./source/xfce/xfce4-power-manager/xfce4-power-manager.SlackBuild +drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./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 329959 2018-04-12 01:10 ./source/xfce/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.4.1.tar.lz +-rwxr-xr-x 1 root root 4614 2018-09-18 22:04 ./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 2018-11-24 19:39 ./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 438493 2018-08-11 02:15 ./source/xfce/xfce4-screenshooter/xfce4-screenshooter-1.9.3.tar.lz +-rwxr-xr-x 1 root root 4400 2018-11-24 19:40 ./source/xfce/xfce4-screenshooter/xfce4-screenshooter.SlackBuild +-rw-r--r-- 1 root root 91 2018-11-24 19:39 ./source/xfce/xfce4-screenshooter/xfce4-screenshooter.url +drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./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 1104188 2015-03-16 07:35 ./source/xfce/xfce4-session/xfce4-session-4.12.1.tar.xz +-rwxr-xr-x 1 root root 4686 2018-09-18 22:04 ./source/xfce/xfce4-session/xfce4-session.SlackBuild +drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./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 859854 2018-06-20 22:35 ./source/xfce/xfce4-settings/xfce4-settings-4.12.4.tar.lz +-rwxr-xr-x 1 root root 4827 2018-09-18 22:04 ./source/xfce/xfce4-settings/xfce4-settings.SlackBuild +-rw-r--r-- 1 root root 347 2015-02-28 09:15 ./source/xfce/xfce4-settings/xfce4-settings.theme.diff.gz +-rw-r--r-- 1 root root 83 2018-06-21 20:23 ./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 2018-12-02 19:23 ./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 295284 2018-11-29 16:50 ./source/xfce/xfce4-systemload-plugin/xfce4-systemload-plugin-1.2.2.tar.xz +-rw-r--r-- 1 root root 900 2018-12-02 19:23 ./source/xfce/xfce4-systemload-plugin/xfce4-systemload-plugin.HOVER_TIMEOUT.diff.gz +-rwxr-xr-x 1 root root 3711 2018-12-02 19:21 ./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 2018-12-30 04:26 ./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 337917 2018-12-18 19:59 ./source/xfce/xfce4-taskmanager/xfce4-taskmanager-1.2.2.tar.lz +-rwxr-xr-x 1 root root 3600 2018-09-18 22:04 ./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 2018-09-18 22:04 ./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 766030 2018-05-15 14:50 ./source/xfce/xfce4-terminal/xfce4-terminal-0.8.7.4.tar.lz +-rwxr-xr-x 1 root root 4057 2018-11-17 02:28 ./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 2018-09-18 22:04 ./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 2723376 2017-10-11 20:18 ./source/xfce/xfce4-weather-plugin/xfce4-weather-plugin-0.8.10.tar.xz +-rwxr-xr-x 1 root root 3725 2018-09-18 22:04 ./source/xfce/xfce4-weather-plugin/xfce4-weather-plugin.SlackBuild +-rw-r--r-- 1 root root 64 2011-11-28 03:17 ./source/xfce/xfce4-weather-plugin/xfce4-weather-plugin.url +drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/xfce/xfconf +-rw-r--r-- 1 root root 747 2018-02-27 06:13 ./source/xfce/xfconf/slack-desc +-rw-r--r-- 1 root root 455824 2016-10-24 14:31 ./source/xfce/xfconf/xfconf-4.12.1.tar.xz +-rwxr-xr-x 1 root root 4673 2018-09-18 22:04 ./source/xfce/xfconf/xfconf.SlackBuild +drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/xfce/xfdesktop +-rw-r--r-- 1 root root 880 2018-02-27 06:13 ./source/xfce/xfdesktop/slack-desc +-rw-r--r-- 1 root root 1268992 2017-06-26 13:55 ./source/xfce/xfdesktop/xfdesktop-4.12.4.tar.xz +-rwxr-xr-x 1 root root 4609 2018-09-18 22:04 ./source/xfce/xfdesktop/xfdesktop.SlackBuild +drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/xfce/xfwm4 +-rw-r--r-- 1 root root 738 2018-02-27 06:13 ./source/xfce/xfwm4/slack-desc +-rw-r--r-- 1 root root 1052932 2017-03-16 08:16 ./source/xfce/xfwm4/xfwm4-4.12.4.tar.xz +-rwxr-xr-x 1 root root 4728 2018-09-18 22:04 ./source/xfce/xfwm4/xfwm4.SlackBuild +-rw-r--r-- 1 root root 1198 2012-07-24 22:11 ./source/xfce/xfwm4/xinitrc.xfce +drwxr-xr-x 3 root root 4096 2018-02-04 19:07 ./source/y +-rw-r--r-- 1 root root 232 2018-04-08 17:57 ./source/y/FTBFSlog +drwxr-xr-x 3 root root 4096 2018-09-18 22:04 ./source/y/bsd-games +-rw-r--r-- 1 root root 825 2001-08-30 23:25 ./source/y/bsd-games/bsd-games-2.13.lsm +-rw-r--r-- 1 root root 1861269 2001-08-30 23:25 ./source/y/bsd-games/bsd-games-2.13.tar.bz2 +-rw-r--r-- 1 root root 164 1999-09-27 21:18 ./source/y/bsd-games/bsd-games-login-fortune.csh +-rw-r--r-- 1 root root 164 2010-05-11 19:26 ./source/y/bsd-games/bsd-games-login-fortune.sh +-rwxr-xr-x 1 root root 7421 2018-09-18 22:04 ./source/y/bsd-games/bsd-games.SlackBuild +-rw-r--r-- 1 root root 563 2003-02-03 21:48 ./source/y/bsd-games/bsd-games.config.params.diff.gz +-rw-r--r-- 1 root root 283 2003-02-03 22:28 ./source/y/bsd-games/bsd-games.fortlen.diff.gz +-rw-r--r-- 1 root root 181 2002-03-10 05:27 ./source/y/bsd-games/bsd-games.fortunepath.diff.gz +-rw-r--r-- 1 root root 2333 2010-05-11 21:10 ./source/y/bsd-games/bsd-games.getline.diff.gz +-rw-r--r-- 1 root root 265 2006-09-07 02:18 ./source/y/bsd-games/bsd-games.ospeed.diff.gz +-rw-r--r-- 1 root root 386 2007-08-27 17:51 ./source/y/bsd-games/bsd-games.phantasia_install_fix.diff.gz +-rw-r--r-- 1 root root 1960 2006-09-09 00:47 ./source/y/bsd-games/bsd-games.pom.diff.gz +-rw-r--r-- 1 root root 217 2018-04-08 17:56 ./source/y/bsd-games/bsd-games.sail.no.union_wait.diff.gz +-rw-r--r-- 1 root root 353 2003-02-03 22:51 ./source/y/bsd-games/bsd-games.strfile.8.diff.gz +-rw-r--r-- 1 root root 405 2007-08-27 17:57 ./source/y/bsd-games/bsd-games.trek-gcc4.diff.gz +drwxr-xr-x 2 root root 4096 2012-03-02 16:01 ./source/y/bsd-games/fortune-fixes-sorry-no-additions-accepted-here +-rw-r--r-- 1 root root 294 2012-03-02 16:01 ./source/y/bsd-games/fortune-fixes-sorry-no-additions-accepted-here/20120302.diff.gz +-rw-r--r-- 1 root root 15107 2002-03-10 05:09 ./source/y/bsd-games/fortunes-linuxcookie.tar.gz +-rw-r--r-- 1 root root 364407 2002-03-10 05:09 ./source/y/bsd-games/fortunes-o.tar.gz +-rw-r--r-- 1 root root 104848 1993-10-25 00:02 ./source/y/bsd-games/hangman-words.gz +-rw-r--r-- 1 root root 1048 2018-02-27 06:13 ./source/y/bsd-games/slack-desc +drwxr-xr-x 4 root root 4096 2019-01-08 21:28 ./testing +-rw-r--r-- 1 root root 552 2019-01-08 21:28 ./testing/CHECKSUMS.md5 +-rw-r--r-- 1 root root 163 2019-01-08 21:28 ./testing/CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 685 2019-01-08 21:28 ./testing/FILE_LIST +-rw-r--r-- 1 root root 14 2019-01-08 21:28 ./testing/MANIFEST.bz2 +-rw-r--r-- 1 root root 224 2019-01-08 21:28 ./testing/PACKAGES.TXT +drwxr-xr-x 2 root root 4096 2019-01-08 20:12 ./testing/packages +drwxr-xr-x 2 root root 4096 2019-01-08 20:12 ./testing/source +drwxr-xr-x 2 root root 4096 2019-01-09 22:43 ./usb-and-pxe-installers +-rw-r--r-- 1 root root 31203 2011-03-21 21:21 ./usb-and-pxe-installers/README_PXE.TXT +-rw-r--r-- 1 root root 9197 2013-09-25 04:33 ./usb-and-pxe-installers/README_USB.TXT +-rw-r--r-- 1 root root 574 2013-03-27 04:59 ./usb-and-pxe-installers/pxelinux.cfg_default +-rw-r--r-- 1 root root 47600640 2019-01-09 22:41 ./usb-and-pxe-installers/usbboot.img +-rw-r--r-- 1 root root 16045 2016-03-29 07:41 ./usb-and-pxe-installers/usbimg2disk.sh diff --git a/source/a/bash/bash-4.4-patches/bash44-001 b/source/a/bash/bash-4.4-patches/bash44-001 deleted file mode 100644 index 7b848feec..000000000 --- a/source/a/bash/bash-4.4-patches/bash44-001 +++ /dev/null @@ -1,60 +0,0 @@ - BASH PATCH REPORT - ================= - -Bash-Release: 4.4 -Patch-ID: bash44-001 - -Bug-Reported-by: Sean Zha -Bug-Reference-ID: -Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html - -Bug-Description: - -Bash-4.4 changed the way the history list is initially allocated to reduce -the number of reallocations and copies. Users who set HISTSIZE to a very -large number to essentially unlimit the size of the history list will get -memory allocation errors - -Patch (apply with `patch -p0'): - -*** ../bash-4.4/lib/readline/history.c 2015-12-28 13:50:31.000000000 -0500 ---- lib/readline/history.c 2016-09-30 14:28:40.000000000 -0400 -*************** -*** 58,61 **** ---- 58,63 ---- - #define DEFAULT_HISTORY_INITIAL_SIZE 502 - -+ #define MAX_HISTORY_INITIAL_SIZE 8192 -+ - /* The number of slots to increase the_history by. */ - #define DEFAULT_HISTORY_GROW_SIZE 50 -*************** -*** 308,312 **** - { - if (history_stifled && history_max_entries > 0) -! history_size = history_max_entries + 2; - else - history_size = DEFAULT_HISTORY_INITIAL_SIZE; ---- 310,316 ---- - { - if (history_stifled && history_max_entries > 0) -! history_size = (history_max_entries > MAX_HISTORY_INITIAL_SIZE) -! ? MAX_HISTORY_INITIAL_SIZE -! : history_max_entries + 2; - else - history_size = DEFAULT_HISTORY_INITIAL_SIZE; -*** ../bash-4.4/patchlevel.h 2016-06-22 14:51:03.000000000 -0400 ---- patchlevel.h 2016-10-01 11:01:28.000000000 -0400 -*************** -*** 26,30 **** - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 0 - - #endif /* _PATCHLEVEL_H_ */ ---- 26,30 ---- - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 1 - - #endif /* _PATCHLEVEL_H_ */ diff --git a/source/a/bash/bash-4.4-patches/bash44-002 b/source/a/bash/bash-4.4-patches/bash44-002 deleted file mode 100644 index 6d8baef14..000000000 --- a/source/a/bash/bash-4.4-patches/bash44-002 +++ /dev/null @@ -1,69 +0,0 @@ - BASH PATCH REPORT - ================= - -Bash-Release: 4.4 -Patch-ID: bash44-002 - -Bug-Reported-by: Eric Pruitt -Bug-Reference-ID: <20160916055120.GA28272@sinister.codevat.com> -Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2016-09/msg00015.html - -Bug-Description: - -Bash-4.4 warns when discarding NUL bytes in command substitution output -instead of silently dropping them. This patch changes the warnings from -one per NUL byte encountered to one warning per command substitution. - -Patch (apply with `patch -p0'): - -*** ../bash-4.4/subst.c 2016-08-30 16:46:38.000000000 -0400 ---- subst.c 2016-09-26 10:20:19.000000000 -0400 -*************** -*** 5932,5935 **** ---- 5933,5937 ---- - int istring_index, istring_size, c, tflag, skip_ctlesc, skip_ctlnul; - ssize_t bufn; -+ int nullbyte; - - istring = (char *)NULL; -*************** -*** 5939,5942 **** ---- 5941,5946 ---- - skip_ctlesc |= *s == CTLESC, skip_ctlnul |= *s == CTLNUL; - -+ nullbyte = 0; -+ - /* Read the output of the command through the pipe. This may need to be - changed to understand multibyte characters in the future. */ -*************** -*** 5957,5961 **** - { - #if 1 -! internal_warning ("%s", _("command substitution: ignored null byte in input")); - #endif - continue; ---- 5961,5969 ---- - { - #if 1 -! if (nullbyte == 0) -! { -! internal_warning ("%s", _("command substitution: ignored null byte in input")); -! nullbyte = 1; -! } - #endif - continue; -*** ../bash-4.4/patchlevel.h 2016-06-22 14:51:03.000000000 -0400 ---- patchlevel.h 2016-10-01 11:01:28.000000000 -0400 -*************** -*** 26,30 **** - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 1 - - #endif /* _PATCHLEVEL_H_ */ ---- 26,30 ---- - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 2 - - #endif /* _PATCHLEVEL_H_ */ diff --git a/source/a/bash/bash-4.4-patches/bash44-003 b/source/a/bash/bash-4.4-patches/bash44-003 deleted file mode 100644 index 01b6b6c9d..000000000 --- a/source/a/bash/bash-4.4-patches/bash44-003 +++ /dev/null @@ -1,58 +0,0 @@ - BASH PATCH REPORT - ================= - -Bash-Release: 4.4 -Patch-ID: bash44-003 - -Bug-Reported-by: op7ic \x00 -Bug-Reference-ID: -Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2016-11/msg00005.html - -Bug-Description: - -Specially-crafted input, in this case an incomplete pathname expansion -bracket expression containing an invalid collating symbol, can cause the -shell to crash. - -Patch (apply with `patch -p0'): - -*** ../bash-4.4/lib/glob/sm_loop.c 2016-04-10 11:23:21.000000000 -0400 ---- lib/glob/sm_loop.c 2016-11-02 14:03:34.000000000 -0400 -*************** -*** 331,334 **** ---- 331,340 ---- - if (p[pc] == L('.') && p[pc+1] == L(']')) - break; -+ if (p[pc] == 0) -+ { -+ if (vp) -+ *vp = INVALID; -+ return (p + pc); -+ } - val = COLLSYM (p, pc); - if (vp) -*************** -*** 484,487 **** ---- 490,496 ---- - c = FOLD (c); - -+ if (c == L('\0')) -+ return ((test == L('[')) ? savep : (CHAR *)0); -+ - if ((flags & FNM_PATHNAME) && c == L('/')) - /* [/] can never match when matching a pathname. */ -*** ../bash-4.4/patchlevel.h 2016-06-22 14:51:03.000000000 -0400 ---- patchlevel.h 2016-10-01 11:01:28.000000000 -0400 -*************** -*** 26,30 **** - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 2 - - #endif /* _PATCHLEVEL_H_ */ ---- 26,30 ---- - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 3 - - #endif /* _PATCHLEVEL_H_ */ diff --git a/source/a/bash/bash-4.4-patches/bash44-004 b/source/a/bash/bash-4.4-patches/bash44-004 deleted file mode 100644 index 1d8af26a9..000000000 --- a/source/a/bash/bash-4.4-patches/bash44-004 +++ /dev/null @@ -1,84 +0,0 @@ - BASH PATCH REPORT - ================= - -Bash-Release: 4.4 -Patch-ID: bash44-004 - -Bug-Reported-by: Christian Weisgerber -Bug-Reference-ID: <20161101160302.GB54856@lorvorc.mips.inka.de> -Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2016-11/msg00004.html - -Bug-Description: - -There is a race condition that can result in bash referencing freed memory -when freeing data associated with the last process substitution. - -Patch (apply with `patch -p0'): - -*** ../bash-4.4/jobs.c 2016-08-23 16:38:44.000000000 -0400 ---- jobs.c 2016-11-02 18:24:45.000000000 -0400 -*************** -*** 454,457 **** ---- 454,472 ---- - } - -+ void -+ discard_last_procsub_child () -+ { -+ PROCESS *disposer; -+ sigset_t set, oset; -+ -+ BLOCK_CHILD (set, oset); -+ disposer = last_procsub_child; -+ last_procsub_child = (PROCESS *)NULL; -+ UNBLOCK_CHILD (oset); -+ -+ if (disposer) -+ discard_pipeline (disposer); -+ } -+ - struct pipeline_saver * - alloc_pipeline_saver () -*** ../bash-4.4/jobs.h 2016-04-27 10:35:51.000000000 -0400 ---- jobs.h 2016-11-02 18:25:08.000000000 -0400 -*************** -*** 191,194 **** ---- 191,195 ---- - extern void stop_making_children __P((void)); - extern void cleanup_the_pipeline __P((void)); -+ extern void discard_last_procsub_child __P((void)); - extern void save_pipeline __P((int)); - extern PROCESS *restore_pipeline __P((int)); -*** ../bash-4.4/subst.c 2016-08-30 16:46:38.000000000 -0400 ---- subst.c 2016-11-02 18:23:24.000000000 -0400 -*************** -*** 5809,5816 **** - #if defined (JOB_CONTROL) - if (last_procsub_child) -! { -! discard_pipeline (last_procsub_child); -! last_procsub_child = (PROCESS *)NULL; -! } - last_procsub_child = restore_pipeline (0); - #endif ---- 5834,5838 ---- - #if defined (JOB_CONTROL) - if (last_procsub_child) -! discard_last_procsub_child (); - last_procsub_child = restore_pipeline (0); - #endif -*** ../bash-4.4/patchlevel.h 2016-06-22 14:51:03.000000000 -0400 ---- patchlevel.h 2016-10-01 11:01:28.000000000 -0400 -*************** -*** 26,30 **** - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 3 - - #endif /* _PATCHLEVEL_H_ */ ---- 26,30 ---- - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 4 - - #endif /* _PATCHLEVEL_H_ */ diff --git a/source/a/bash/bash-4.4-patches/bash44-005 b/source/a/bash/bash-4.4-patches/bash44-005 deleted file mode 100644 index bacd67aea..000000000 --- a/source/a/bash/bash-4.4-patches/bash44-005 +++ /dev/null @@ -1,47 +0,0 @@ - BASH PATCH REPORT - ================= - -Bash-Release: 4.4 -Patch-ID: bash44-005 - -Bug-Reported-by: Dr. Werner Fink -Bug-Reference-ID: <20161107100936.ajnojd7dspirdflf@noether.suse.de> -Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2016-11/msg00054.html - -Bug-Description: - -Under certain circumstances, a simple command is optimized to eliminate a -fork, resulting in an EXIT trap not being executed. - -Patch (apply with `patch -p0'): - -*** ../bash-4.4/builtins/evalstring.c 2016-08-11 14:18:51.000000000 -0400 ---- builtins/evalstring.c 2016-11-08 15:05:07.000000000 -0500 -*************** -*** 105,114 **** - *bash_input.location.string == '\0' && - command->type == cm_simple && -- #if 0 - signal_is_trapped (EXIT_TRAP) == 0 && - signal_is_trapped (ERROR_TRAP) == 0 && -- #else - any_signals_trapped () < 0 && -- #endif - command->redirects == 0 && command->value.Simple->redirects == 0 && - ((command->flags & CMD_TIME_PIPELINE) == 0) && ---- 105,111 ---- -*** ../bash-4.4/patchlevel.h 2016-06-22 14:51:03.000000000 -0400 ---- patchlevel.h 2016-10-01 11:01:28.000000000 -0400 -*************** -*** 26,30 **** - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 4 - - #endif /* _PATCHLEVEL_H_ */ ---- 26,30 ---- - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 5 - - #endif /* _PATCHLEVEL_H_ */ diff --git a/source/a/bash/bash-4.4-patches/bash44-006 b/source/a/bash/bash-4.4-patches/bash44-006 deleted file mode 100644 index f68c7ab47..000000000 --- a/source/a/bash/bash-4.4-patches/bash44-006 +++ /dev/null @@ -1,59 +0,0 @@ - BASH PATCH REPORT - ================= - -Bash-Release: 4.4 -Patch-ID: bash44-006 - -Bug-Reported-by: -Bug-Reference-ID: -Bug-Reference-URL: - -Bug-Description: - -Out-of-range negative offsets to popd can cause the shell to crash attempting -to free an invalid memory block. - -Patch (apply with `patch -p0'): - -*** ../bash-4.4-patched/builtins/pushd.def 2016-01-25 13:31:49.000000000 -0500 ---- builtins/pushd.def 2016-10-28 10:46:49.000000000 -0400 -*************** -*** 366,370 **** - } - -! if (which > directory_list_offset || (directory_list_offset == 0 && which == 0)) - { - pushd_error (directory_list_offset, which_word ? which_word : ""); ---- 366,370 ---- - } - -! if (which > directory_list_offset || (which < -directory_list_offset) || (directory_list_offset == 0 && which == 0)) - { - pushd_error (directory_list_offset, which_word ? which_word : ""); -*************** -*** 388,391 **** ---- 388,396 ---- - of the list into place. */ - i = (direction == '+') ? directory_list_offset - which : which; -+ if (i < 0 || i > directory_list_offset) -+ { -+ pushd_error (directory_list_offset, which_word ? which_word : ""); -+ return (EXECUTION_FAILURE); -+ } - free (pushd_directory_list[i]); - directory_list_offset--; -*** ../bash-4.4/patchlevel.h 2016-06-22 14:51:03.000000000 -0400 ---- patchlevel.h 2016-10-01 11:01:28.000000000 -0400 -*************** -*** 26,30 **** - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 5 - - #endif /* _PATCHLEVEL_H_ */ ---- 26,30 ---- - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 6 - - #endif /* _PATCHLEVEL_H_ */ diff --git a/source/a/bash/bash-4.4-patches/bash44-007 b/source/a/bash/bash-4.4-patches/bash44-007 deleted file mode 100644 index 5fb55ca40..000000000 --- a/source/a/bash/bash-4.4-patches/bash44-007 +++ /dev/null @@ -1,151 +0,0 @@ - BASH PATCH REPORT - ================= - -Bash-Release: 4.4 -Patch-ID: bash44-007 - -Bug-Reported-by: Jens Heyens -Bug-Reference-ID: -Bug-Reference-URL: https://savannah.gnu.org/support/?109224 - -Bug-Description: - -When performing filename completion, bash dequotes the directory name being -completed, which can result in match failures and potential unwanted -expansion. - -Patch (apply with `patch -p0'): - -*** ../bash-4.4-patched/bashline.c 2016-08-05 21:44:05.000000000 -0400 ---- bashline.c 2017-01-19 13:15:51.000000000 -0500 -*************** -*** 143,147 **** - static void restore_directory_hook __P((rl_icppfunc_t)); - -! static int directory_exists __P((const char *)); - - static void cleanup_expansion_error __P((void)); ---- 144,148 ---- - static void restore_directory_hook __P((rl_icppfunc_t)); - -! static int directory_exists __P((const char *, int)); - - static void cleanup_expansion_error __P((void)); -*************** -*** 3103,3111 **** - } - -! /* Check whether not the (dequoted) version of DIRNAME, with any trailing slash -! removed, exists. */ - static int -! directory_exists (dirname) - const char *dirname; - { - char *new_dirname; ---- 3107,3116 ---- - } - -! /* Check whether not DIRNAME, with any trailing slash removed, exists. If -! SHOULD_DEQUOTE is non-zero, we dequote the directory name first. */ - static int -! directory_exists (dirname, should_dequote) - const char *dirname; -+ int should_dequote; - { - char *new_dirname; -*************** -*** 3113,3118 **** - struct stat sb; - -! /* First, dequote the directory name */ -! new_dirname = bash_dequote_filename ((char *)dirname, rl_completion_quote_character); - dirlen = STRLEN (new_dirname); - if (new_dirname[dirlen - 1] == '/') ---- 3118,3124 ---- - struct stat sb; - -! /* We save the string and chop the trailing slash because stat/lstat behave -! inconsistently if one is present. */ -! new_dirname = should_dequote ? bash_dequote_filename ((char *)dirname, rl_completion_quote_character) : savestring (dirname); - dirlen = STRLEN (new_dirname); - if (new_dirname[dirlen - 1] == '/') -*************** -*** 3146,3150 **** - should_expand_dirname = '`'; - -! if (should_expand_dirname && directory_exists (local_dirname)) - should_expand_dirname = 0; - ---- 3152,3156 ---- - should_expand_dirname = '`'; - -! if (should_expand_dirname && directory_exists (local_dirname, 0)) - should_expand_dirname = 0; - -*************** -*** 3156,3160 **** - global_nounset = unbound_vars_is_error; - unbound_vars_is_error = 0; -! wl = expand_prompt_string (new_dirname, 0, W_NOCOMSUB|W_COMPLETE); /* does the right thing */ - unbound_vars_is_error = global_nounset; - if (wl) ---- 3162,3166 ---- - global_nounset = unbound_vars_is_error; - unbound_vars_is_error = 0; -! wl = expand_prompt_string (new_dirname, 0, W_NOCOMSUB|W_NOPROCSUB|W_COMPLETE); /* does the right thing */ - unbound_vars_is_error = global_nounset; - if (wl) -*************** -*** 3245,3249 **** - } - -! if (should_expand_dirname && directory_exists (local_dirname)) - should_expand_dirname = 0; - ---- 3262,3266 ---- - } - -! if (should_expand_dirname && directory_exists (local_dirname, 1)) - should_expand_dirname = 0; - -*************** -*** 3251,3255 **** - { - new_dirname = savestring (local_dirname); -! wl = expand_prompt_string (new_dirname, 0, W_NOCOMSUB|W_COMPLETE); /* does the right thing */ - if (wl) - { ---- 3268,3272 ---- - { - new_dirname = savestring (local_dirname); -! wl = expand_prompt_string (new_dirname, 0, W_NOCOMSUB|W_NOPROCSUB|W_COMPLETE); /* does the right thing */ - if (wl) - { -*** ../bash-4.4/subst.c 2016-08-30 16:46:38.000000000 -0400 ---- subst.c 2017-01-19 07:09:57.000000000 -0500 -*************** -*** 9459,9462 **** ---- 9459,9466 ---- - if (word->flags & W_COMPLETE) - tword->flags |= W_COMPLETE; /* for command substitutions */ -+ if (word->flags & W_NOCOMSUB) -+ tword->flags |= W_NOCOMSUB; -+ if (word->flags & W_NOPROCSUB) -+ tword->flags |= W_NOPROCSUB; - - temp = (char *)NULL; -*** ../bash-4.4/patchlevel.h 2016-06-22 14:51:03.000000000 -0400 ---- patchlevel.h 2016-10-01 11:01:28.000000000 -0400 -*************** -*** 26,30 **** - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 6 - - #endif /* _PATCHLEVEL_H_ */ ---- 26,30 ---- - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 7 - - #endif /* _PATCHLEVEL_H_ */ diff --git a/source/a/bash/bash-4.4-patches/bash44-008 b/source/a/bash/bash-4.4-patches/bash44-008 deleted file mode 100644 index 94c5d4aeb..000000000 --- a/source/a/bash/bash-4.4-patches/bash44-008 +++ /dev/null @@ -1,84 +0,0 @@ - BASH PATCH REPORT - ================= - -Bash-Release: 4.4 -Patch-ID: bash44-008 - -Bug-Reported-by: Koichi MURASE -Bug-Reference-ID: -Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2016-11/msg00050.html - -Bug-Description: - -Under certain circumstances, bash will evaluate arithmetic expressions as -part of reading an expression token even when evaluation is suppressed. This -happens while evaluating a conditional expression and skipping over the -failed branch of the expression. - -Patch (apply with `patch -p0'): - -*** ../bash-4.4-patched/expr.c 2015-10-11 14:46:36.000000000 -0400 ---- expr.c 2016-11-08 11:55:46.000000000 -0500 -*************** -*** 579,585 **** - if (curtok == QUES) /* found conditional expr */ - { -- readtok (); -- if (curtok == 0 || curtok == COL) -- evalerror (_("expression expected")); - if (cval == 0) - { ---- 579,582 ---- -*************** -*** 588,591 **** ---- 585,592 ---- - } - -+ readtok (); -+ if (curtok == 0 || curtok == COL) -+ evalerror (_("expression expected")); -+ - val1 = EXP_HIGHEST (); - -*************** -*** 594,600 **** - if (curtok != COL) - evalerror (_("`:' expected for conditional expression")); -! readtok (); -! if (curtok == 0) -! evalerror (_("expression expected")); - set_noeval = 0; - if (cval) ---- 595,599 ---- - if (curtok != COL) - evalerror (_("`:' expected for conditional expression")); -! - set_noeval = 0; - if (cval) -*************** -*** 604,608 **** ---- 603,611 ---- - } - -+ readtok (); -+ if (curtok == 0) -+ evalerror (_("expression expected")); - val2 = expcond (); -+ - if (set_noeval) - noeval--; -*** ../bash-4.4/patchlevel.h 2016-06-22 14:51:03.000000000 -0400 ---- patchlevel.h 2016-10-01 11:01:28.000000000 -0400 -*************** -*** 26,30 **** - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 7 - - #endif /* _PATCHLEVEL_H_ */ ---- 26,30 ---- - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 8 - - #endif /* _PATCHLEVEL_H_ */ diff --git a/source/a/bash/bash-4.4-patches/bash44-009 b/source/a/bash/bash-4.4-patches/bash44-009 deleted file mode 100644 index 26a054af4..000000000 --- a/source/a/bash/bash-4.4-patches/bash44-009 +++ /dev/null @@ -1,107 +0,0 @@ - BASH PATCH REPORT - ================= - -Bash-Release: 4.4 -Patch-ID: bash44-009 - -Bug-Reported-by: Hong Cho -Bug-Reference-ID: -Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2016-12/msg00043.html - -Bug-Description: - -There is a race condition in add_history() that can be triggered by a fatal -signal arriving between the time the history length is updated and the time -the history list update is completed. A later attempt to reference an -invalid history entry can cause a crash. - -Patch (apply with `patch -p0'): - -*** ../bash-4.4-patched/lib/readline/history.c 2016-11-11 13:42:49.000000000 -0500 ---- lib/readline/history.c 2016-12-05 10:37:51.000000000 -0500 -*************** -*** 280,283 **** ---- 280,284 ---- - { - HIST_ENTRY *temp; -+ int new_length; - - if (history_stifled && (history_length == history_max_entries)) -*************** -*** 296,306 **** - /* Copy the rest of the entries, moving down one slot. Copy includes - trailing NULL. */ -- #if 0 -- for (i = 0; i < history_length; i++) -- the_history[i] = the_history[i + 1]; -- #else - memmove (the_history, the_history + 1, history_length * sizeof (HIST_ENTRY *)); -- #endif - - history_base++; - } ---- 297,303 ---- - /* Copy the rest of the entries, moving down one slot. Copy includes - trailing NULL. */ - memmove (the_history, the_history + 1, history_length * sizeof (HIST_ENTRY *)); - -+ new_length = history_length; - history_base++; - } -*************** -*** 316,320 **** - history_size = DEFAULT_HISTORY_INITIAL_SIZE; - the_history = (HIST_ENTRY **)xmalloc (history_size * sizeof (HIST_ENTRY *)); -! history_length = 1; - } - else ---- 313,317 ---- - history_size = DEFAULT_HISTORY_INITIAL_SIZE; - the_history = (HIST_ENTRY **)xmalloc (history_size * sizeof (HIST_ENTRY *)); -! new_length = 1; - } - else -*************** -*** 326,330 **** - xrealloc (the_history, history_size * sizeof (HIST_ENTRY *)); - } -! history_length++; - } - } ---- 323,327 ---- - xrealloc (the_history, history_size * sizeof (HIST_ENTRY *)); - } -! new_length = history_length + 1; - } - } -*************** -*** 332,337 **** - temp = alloc_history_entry ((char *)string, hist_inittime ()); - -! the_history[history_length] = (HIST_ENTRY *)NULL; -! the_history[history_length - 1] = temp; - } - ---- 329,335 ---- - temp = alloc_history_entry ((char *)string, hist_inittime ()); - -! the_history[new_length] = (HIST_ENTRY *)NULL; -! the_history[new_length - 1] = temp; -! history_length = new_length; - } - -*** ../bash-4.4/patchlevel.h 2016-06-22 14:51:03.000000000 -0400 ---- patchlevel.h 2016-10-01 11:01:28.000000000 -0400 -*************** -*** 26,30 **** - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 8 - - #endif /* _PATCHLEVEL_H_ */ ---- 26,30 ---- - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 9 - - #endif /* _PATCHLEVEL_H_ */ diff --git a/source/a/bash/bash-4.4-patches/bash44-010 b/source/a/bash/bash-4.4-patches/bash44-010 deleted file mode 100644 index 2346005c3..000000000 --- a/source/a/bash/bash-4.4-patches/bash44-010 +++ /dev/null @@ -1,49 +0,0 @@ - BASH PATCH REPORT - ================= - -Bash-Release: 4.4 -Patch-ID: bash44-010 - -Bug-Reported-by: Clark Wang -Bug-Reference-ID: -Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2016-11/msg00104.html - -Bug-Description: - -Depending on compiler optimizations and behavior, the `read' builtin may not -save partial input when a timeout occurs. - -Patch (apply with `patch -p0'): - -*** ../bash-4.4-patched/builtins/read.def 2016-05-16 14:24:56.000000000 -0400 ---- builtins/read.def 2016-11-25 12:37:56.000000000 -0500 -*************** -*** 182,186 **** - { - register char *varname; -! int size, i, nr, pass_next, saw_escape, eof, opt, retval, code, print_ps2; - int input_is_tty, input_is_pipe, unbuffered_read, skip_ctlesc, skip_ctlnul; - int raw, edit, nchars, silent, have_timeout, ignore_delim, fd, lastsig, t_errno; ---- 182,187 ---- - { - register char *varname; -! int size, nr, pass_next, saw_escape, eof, opt, retval, code, print_ps2; -! volatile int i; - int input_is_tty, input_is_pipe, unbuffered_read, skip_ctlesc, skip_ctlnul; - int raw, edit, nchars, silent, have_timeout, ignore_delim, fd, lastsig, t_errno; - -*** ../bash-4.4/patchlevel.h 2016-06-22 14:51:03.000000000 -0400 ---- patchlevel.h 2016-10-01 11:01:28.000000000 -0400 -*************** -*** 26,30 **** - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 9 - - #endif /* _PATCHLEVEL_H_ */ ---- 26,30 ---- - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 10 - - #endif /* _PATCHLEVEL_H_ */ diff --git a/source/a/bash/bash-4.4-patches/bash44-011 b/source/a/bash/bash-4.4-patches/bash44-011 deleted file mode 100644 index 2eb9957ff..000000000 --- a/source/a/bash/bash-4.4-patches/bash44-011 +++ /dev/null @@ -1,50 +0,0 @@ - BASH PATCH REPORT - ================= - -Bash-Release: 4.4 -Patch-ID: bash44-011 - -Bug-Reported-by: Russell King -Bug-Reference-ID: -Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2017-01/msg00000.html - -Bug-Description: - -Subshells begun to run command and process substitutions may attempt to -set the terminal's process group to an incorrect value if they receive -a fatal signal. This depends on the behavior of the process that starts -the shell. - -Patch (apply with `patch -p0'): - -*** ../bash-4.4-patched/sig.c 2016-02-11 15:02:45.000000000 -0500 ---- sig.c 2017-01-04 09:09:47.000000000 -0500 -*************** -*** 586,590 **** - if (sig == SIGHUP && (interactive || (subshell_environment & (SUBSHELL_COMSUB|SUBSHELL_PROCSUB)))) - hangup_all_jobs (); -! end_job_control (); - #endif /* JOB_CONTROL */ - ---- 571,576 ---- - if (sig == SIGHUP && (interactive || (subshell_environment & (SUBSHELL_COMSUB|SUBSHELL_PROCSUB)))) - hangup_all_jobs (); -! if ((subshell_environment & (SUBSHELL_COMSUB|SUBSHELL_PROCSUB)) == 0) -! end_job_control (); - #endif /* JOB_CONTROL */ - -*** ../bash-4.4/patchlevel.h 2016-06-22 14:51:03.000000000 -0400 ---- patchlevel.h 2016-10-01 11:01:28.000000000 -0400 -*************** -*** 26,30 **** - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 10 - - #endif /* _PATCHLEVEL_H_ */ ---- 26,30 ---- - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 11 - - #endif /* _PATCHLEVEL_H_ */ diff --git a/source/a/bash/bash-4.4-patches/bash44-012 b/source/a/bash/bash-4.4-patches/bash44-012 deleted file mode 100644 index 182fd7cb1..000000000 --- a/source/a/bash/bash-4.4-patches/bash44-012 +++ /dev/null @@ -1,161 +0,0 @@ - BASH PATCH REPORT - ================= - -Bash-Release: 4.4 -Patch-ID: bash44-012 - -Bug-Reported-by: Clark Wang -Bug-Reference-ID: -Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2016-11/msg00106.html - -Bug-Description: - -When -N is used, the input is not supposed to be split using $IFS, but -leading and trailing IFS whitespace was still removed. - -Patch (apply with `patch -p0'): - -*** ../bash-4.4-patched/subst.c 2017-01-20 14:22:01.000000000 -0500 ---- subst.c 2017-01-25 13:43:22.000000000 -0500 -*************** -*** 2826,2834 **** - /* Parse a single word from STRING, using SEPARATORS to separate fields. - ENDPTR is set to the first character after the word. This is used by -! the `read' builtin. This is never called with SEPARATORS != $IFS; -! it should be simplified. - - XXX - this function is very similar to list_string; they should be - combined - XXX */ - char * - get_word_from_string (stringp, separators, endptr) ---- 2826,2838 ---- - /* Parse a single word from STRING, using SEPARATORS to separate fields. - ENDPTR is set to the first character after the word. This is used by -! the `read' builtin. -! -! This is never called with SEPARATORS != $IFS, and takes advantage of that. - - XXX - this function is very similar to list_string; they should be - combined - XXX */ -+ -+ #define islocalsep(c) (local_cmap[(unsigned char)(c)] != 0) -+ - char * - get_word_from_string (stringp, separators, endptr) -*************** -*** 2838,2841 **** ---- 2842,2846 ---- - char *current_word; - int sindex, sh_style_split, whitesep, xflags; -+ unsigned char local_cmap[UCHAR_MAX+1]; /* really only need single-byte chars here */ - size_t slen; - -*************** -*** 2847,2854 **** - separators[2] == '\n' && - separators[3] == '\0'; -! for (xflags = 0, s = ifs_value; s && *s; s++) - { - if (*s == CTLESC) xflags |= SX_NOCTLESC; - if (*s == CTLNUL) xflags |= SX_NOESCCTLNUL; - } - ---- 2852,2861 ---- - separators[2] == '\n' && - separators[3] == '\0'; -! memset (local_cmap, '\0', sizeof (local_cmap)); -! for (xflags = 0, s = separators; s && *s; s++) - { - if (*s == CTLESC) xflags |= SX_NOCTLESC; - if (*s == CTLNUL) xflags |= SX_NOESCCTLNUL; -+ local_cmap[(unsigned char)*s] = 1; /* local charmap of separators */ - } - -*************** -*** 2857,2864 **** - - /* Remove sequences of whitespace at the beginning of STRING, as -! long as those characters appear in IFS. */ -! if (sh_style_split || !separators || !*separators) - { -! for (; *s && spctabnl (*s) && isifs (*s); s++); - - /* If the string is nothing but whitespace, update it and return. */ ---- 2864,2872 ---- - - /* Remove sequences of whitespace at the beginning of STRING, as -! long as those characters appear in SEPARATORS. This happens if -! SEPARATORS == $' \t\n' or if IFS is unset. */ -! if (sh_style_split || separators == 0) - { -! for (; *s && spctabnl (*s) && islocalsep (*s); s++); - - /* If the string is nothing but whitespace, update it and return. */ -*************** -*** 2879,2885 **** - This obeys the field splitting rules in Posix.2. */ - sindex = 0; -! /* Don't need string length in ADVANCE_CHAR or string_extract_verbatim -! unless multibyte chars are possible. */ -! slen = (MB_CUR_MAX > 1) ? STRLEN (s) : 1; - current_word = string_extract_verbatim (s, slen, &sindex, separators, xflags); - ---- 2887,2893 ---- - This obeys the field splitting rules in Posix.2. */ - sindex = 0; -! /* Don't need string length in ADVANCE_CHAR unless multibyte chars are -! possible, but need it in string_extract_verbatim for bounds checking */ -! slen = STRLEN (s); - current_word = string_extract_verbatim (s, slen, &sindex, separators, xflags); - -*************** -*** 2900,2904 **** - /* Now skip sequences of space, tab, or newline characters if they are - in the list of separators. */ -! while (s[sindex] && spctabnl (s[sindex]) && isifs (s[sindex])) - sindex++; - ---- 2908,2912 ---- - /* Now skip sequences of space, tab, or newline characters if they are - in the list of separators. */ -! while (s[sindex] && spctabnl (s[sindex]) && islocalsep (s[sindex])) - sindex++; - -*************** -*** 2907,2916 **** - delimiter, not a separate delimiter that would result in an empty field. - Look at POSIX.2, 3.6.5, (3)(b). */ -! if (s[sindex] && whitesep && isifs (s[sindex]) && !spctabnl (s[sindex])) - { - sindex++; - /* An IFS character that is not IFS white space, along with any adjacent - IFS white space, shall delimit a field. */ -! while (s[sindex] && spctabnl (s[sindex]) && isifs (s[sindex])) - sindex++; - } ---- 2915,2924 ---- - delimiter, not a separate delimiter that would result in an empty field. - Look at POSIX.2, 3.6.5, (3)(b). */ -! if (s[sindex] && whitesep && islocalsep (s[sindex]) && !spctabnl (s[sindex])) - { - sindex++; - /* An IFS character that is not IFS white space, along with any adjacent - IFS white space, shall delimit a field. */ -! while (s[sindex] && spctabnl (s[sindex]) && islocalsep(s[sindex])) - sindex++; - } -*** ../bash-4.4/patchlevel.h 2016-06-22 14:51:03.000000000 -0400 ---- patchlevel.h 2016-10-01 11:01:28.000000000 -0400 -*************** -*** 26,30 **** - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 11 - - #endif /* _PATCHLEVEL_H_ */ ---- 26,30 ---- - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 12 - - #endif /* _PATCHLEVEL_H_ */ diff --git a/source/a/bash/bash-4.4-patches/bash44-013 b/source/a/bash/bash-4.4-patches/bash44-013 deleted file mode 100644 index 5b919e181..000000000 --- a/source/a/bash/bash-4.4-patches/bash44-013 +++ /dev/null @@ -1,43 +0,0 @@ - BASH PATCH REPORT - ================= - -Bash-Release: 4.4 -Patch-ID: bash44-013 - -Bug-Reported-by: Siteshwar Vashisht -Bug-Reference-ID: <1508861265.9523642.1484659442561.JavaMail.zimbra@redhat.com> -Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2017-01/msg00026.html - -Bug-Description: - -If a here-document contains a command substitution, the command substitution -can get access to the file descriptor used to write the here-document. - -Patch (apply with `patch -p0'): - -*** ../bash-4.4-patched/redir.c 2016-06-02 20:22:24.000000000 -0400 ---- redir.c 2017-01-17 13:23:40.000000000 -0500 -*************** -*** 470,473 **** ---- 467,472 ---- - } - -+ SET_CLOSE_ON_EXEC (fd); -+ - errno = r = 0; /* XXX */ - /* write_here_document returns 0 on success, errno on failure. */ -*** ../bash-4.4/patchlevel.h 2016-06-22 14:51:03.000000000 -0400 ---- patchlevel.h 2016-10-01 11:01:28.000000000 -0400 -*************** -*** 26,30 **** - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 12 - - #endif /* _PATCHLEVEL_H_ */ ---- 26,30 ---- - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 13 - - #endif /* _PATCHLEVEL_H_ */ diff --git a/source/a/bash/bash-4.4-patches/bash44-014 b/source/a/bash/bash-4.4-patches/bash44-014 deleted file mode 100644 index ad3c78ac8..000000000 --- a/source/a/bash/bash-4.4-patches/bash44-014 +++ /dev/null @@ -1,104 +0,0 @@ - BASH PATCH REPORT - ================= - -Bash-Release: 4.4 -Patch-ID: bash44-014 - -Bug-Reported-by: Oyvind Hvidsten -Bug-Reference-ID: -Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2017-12/msg00023.html - -Bug-Description: - -Under some circumstances, functions that return via the `return' builtin do -not clean up memory they allocated to keep track of FIFOs. - -Patch (apply with `patch -p0'): - -*** ../bash-20171205/execute_cmd.c 2017-12-08 07:38:28.000000000 -0500 ---- execute_cmd.c 2018-01-26 15:23:38.000000000 -0500 -*************** -*** 727,730 **** ---- 727,732 ---- - ofifo = num_fifos (); - ofifo_list = copy_fifo_list ((int *)&osize); -+ begin_unwind_frame ("internal_fifos"); -+ add_unwind_protect (xfree, ofifo_list); - saved_fifo = 1; - } -*************** -*** 742,746 **** - #if defined (PROCESS_SUBSTITUTION) - if (saved_fifo) -! free ((void *)ofifo_list); - #endif - return (last_command_exit_value = EXECUTION_FAILURE); ---- 744,751 ---- - #if defined (PROCESS_SUBSTITUTION) - if (saved_fifo) -! { -! free ((void *)ofifo_list); -! discard_unwind_frame ("internal_fifos"); -! } - #endif - return (last_command_exit_value = EXECUTION_FAILURE); -*************** -*** 1061,1064 **** ---- 1066,1070 ---- - close_new_fifos ((char *)ofifo_list, osize); - free ((void *)ofifo_list); -+ discard_unwind_frame ("internal_fifos"); - } - #endif -*************** -*** 4978,4984 **** - #endif - -! #if defined (PROCESS_SUBSTITUTION) - ofifo = num_fifos (); - ofifo_list = copy_fifo_list (&osize); - #endif - ---- 4984,4995 ---- - #endif - -! #if defined (PROCESS_SUBSTITUTION) -! begin_unwind_frame ("saved_fifos"); -! /* If we return, we longjmp and don't get a chance to restore the old -! fifo list, so we add an unwind protect to free it */ - ofifo = num_fifos (); - ofifo_list = copy_fifo_list (&osize); -+ if (ofifo_list) -+ add_unwind_protect (xfree, ofifo_list); - #endif - -*************** -*** 5064,5068 **** - if (nfifo > ofifo) - close_new_fifos (ofifo_list, osize); -! free (ofifo_list); - #endif - ---- 5075,5081 ---- - if (nfifo > ofifo) - close_new_fifos (ofifo_list, osize); -! if (ofifo_list) -! free (ofifo_list); -! discard_unwind_frame ("saved_fifos"); - #endif - -*** ../bash-4.4/patchlevel.h 2016-06-22 14:51:03.000000000 -0400 ---- patchlevel.h 2016-10-01 11:01:28.000000000 -0400 -*************** -*** 26,30 **** - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 13 - - #endif /* _PATCHLEVEL_H_ */ ---- 26,30 ---- - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 14 - - #endif /* _PATCHLEVEL_H_ */ diff --git a/source/a/bash/bash-4.4-patches/bash44-015 b/source/a/bash/bash-4.4-patches/bash44-015 deleted file mode 100644 index dc2fb22c4..000000000 --- a/source/a/bash/bash-4.4-patches/bash44-015 +++ /dev/null @@ -1,43 +0,0 @@ - BASH PATCH REPORT - ================= - -Bash-Release: 4.4 -Patch-ID: bash44-015 - -Bug-Reported-by: David Simmons -Bug-Reference-ID: -Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2017-02/msg00033.html - -Bug-Description: - -Process substitution can leak internal quoting to the parser in the invoked -subshell. - -Patch (apply with `patch -p0'): - -*** ../bash-20170210/subst.c 2017-01-19 11:08:50.000000000 -0500 ---- subst.c 2017-02-20 10:12:49.000000000 -0500 -*************** -*** 5907,5910 **** ---- 5907,5912 ---- - expanding_redir = 0; - -+ remove_quoted_escapes (string); -+ - subshell_level++; - result = parse_and_execute (string, "process substitution", (SEVAL_NONINT|SEVAL_NOHIST)); -*** ../bash-4.4/patchlevel.h 2016-06-22 14:51:03.000000000 -0400 ---- patchlevel.h 2016-10-01 11:01:28.000000000 -0400 -*************** -*** 26,30 **** - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 14 - - #endif /* _PATCHLEVEL_H_ */ ---- 26,30 ---- - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 15 - - #endif /* _PATCHLEVEL_H_ */ diff --git a/source/a/bash/bash-4.4-patches/bash44-016 b/source/a/bash/bash-4.4-patches/bash44-016 deleted file mode 100644 index 94ae90baa..000000000 --- a/source/a/bash/bash-4.4-patches/bash44-016 +++ /dev/null @@ -1,78 +0,0 @@ - BASH PATCH REPORT - ================= - -Bash-Release: 4.4 -Patch-ID: bash44-016 - -Bug-Reported-by: Luiz Angelo Daros de Luca -Bug-Reference-ID: -Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2016-09/msg00092.html - -Bug-Description: - -Bash can perform trap processing while reading command substitution output -instead of waiting until the command completes. - -Patch (apply with `patch -p0'): - -*** ../bash-4.4/lib/sh/zread.c 2014-12-22 10:48:04.000000000 -0500 ---- lib/sh/zread.c 2016-09-29 15:21:36.000000000 -0400 -*************** -*** 38,42 **** ---- 38,45 ---- - #endif - -+ extern int executing_builtin; -+ - extern void check_signals_and_traps (void); -+ extern void check_signals (void); - extern int signal_is_trapped (int); - -*************** -*** 51,69 **** - ssize_t r; - -- #if 0 -- #if defined (HAVE_SIGINTERRUPT) -- if (signal_is_trapped (SIGCHLD)) -- siginterrupt (SIGCHLD, 1); -- #endif -- #endif -- - while ((r = read (fd, buf, len)) < 0 && errno == EINTR) -! check_signals_and_traps (); /* XXX - should it be check_signals()? */ -! -! #if 0 -! #if defined (HAVE_SIGINTERRUPT) -! siginterrupt (SIGCHLD, 0); -! #endif -! #endif - - return r; ---- 54,64 ---- - ssize_t r; - - while ((r = read (fd, buf, len)) < 0 && errno == EINTR) -! /* XXX - bash-5.0 */ -! /* We check executing_builtin and run traps here for backwards compatibility */ -! if (executing_builtin) -! check_signals_and_traps (); /* XXX - should it be check_signals()? */ -! else -! check_signals (); - - return r; -*** ../bash-4.4/patchlevel.h 2016-06-22 14:51:03.000000000 -0400 ---- patchlevel.h 2016-10-01 11:01:28.000000000 -0400 -*************** -*** 26,30 **** - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 15 - - #endif /* _PATCHLEVEL_H_ */ ---- 26,30 ---- - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 16 - - #endif /* _PATCHLEVEL_H_ */ diff --git a/source/a/bash/bash-4.4-patches/bash44-017 b/source/a/bash/bash-4.4-patches/bash44-017 deleted file mode 100644 index f427732d3..000000000 --- a/source/a/bash/bash-4.4-patches/bash44-017 +++ /dev/null @@ -1,45 +0,0 @@ - BASH PATCH REPORT - ================= - -Bash-Release: 4.4 -Patch-ID: bash44-017 - -Bug-Reported-by: ZhangXiao -Bug-Reference-ID: <58AD3EAC.4020608@windriver.com> -Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2017-02/msg00061.html - -Bug-Description: - -There is a memory leak when `read -e' is used to read a line using readline. - -Patch (apply with `patch -p0'): - -*** ../bash-20170217/builtins/read.def 2017-01-02 16:53:02.000000000 -0500 ---- builtins/read.def 2017-02-22 09:43:14.000000000 -0500 -*************** -*** 691,694 **** ---- 691,699 ---- - CHECK_ALRM; - -+ #if defined (READLINE) -+ if (edit) -+ free (rlbuf); -+ #endif -+ - if (retval < 0) - { -*** ../bash-4.4/patchlevel.h 2016-06-22 14:51:03.000000000 -0400 ---- patchlevel.h 2016-10-01 11:01:28.000000000 -0400 -*************** -*** 26,30 **** - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 16 - - #endif /* _PATCHLEVEL_H_ */ ---- 26,30 ---- - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 17 - - #endif /* _PATCHLEVEL_H_ */ diff --git a/source/a/bash/bash-4.4-patches/bash44-018 b/source/a/bash/bash-4.4-patches/bash44-018 deleted file mode 100644 index b1c935c61..000000000 --- a/source/a/bash/bash-4.4-patches/bash44-018 +++ /dev/null @@ -1,48 +0,0 @@ - BASH PATCH REPORT - ================= - -Bash-Release: 4.4 -Patch-ID: bash44-018 - -Bug-Reported-by: Siteshwar Vashisht -Bug-Reference-ID: <1341922391.30876471.1501250355579.JavaMail.zimbra@redhat.com> -Bug-Reference-URL: https://bugzilla.redhat.com/show_bug.cgi?id=1466737 - -Bug-Description: - -Under certain circumstances (e.g., reading from /dev/zero), read(2) will not -return -1 even when interrupted by a signal. The read builtin needs to check -for signals in this case. - -Patch (apply with `patch -p0'): - -*** ../bash-20170622/builtins/read.def 2017-06-17 18:45:20.000000000 -0400 ---- builtins/read.def 2017-06-30 11:09:26.000000000 -0400 -*************** -*** 611,615 **** - - CHECK_ALRM; -! - #if defined (READLINE) - } ---- 611,615 ---- - - CHECK_ALRM; -! QUIT; /* in case we didn't call check_signals() */ - #if defined (READLINE) - } -*** ../bash-4.4/patchlevel.h 2016-06-22 14:51:03.000000000 -0400 ---- patchlevel.h 2016-10-01 11:01:28.000000000 -0400 -*************** -*** 26,30 **** - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 17 - - #endif /* _PATCHLEVEL_H_ */ ---- 26,30 ---- - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 18 - - #endif /* _PATCHLEVEL_H_ */ diff --git a/source/a/bash/bash-4.4-patches/bash44-019 b/source/a/bash/bash-4.4-patches/bash44-019 deleted file mode 100644 index 081e97932..000000000 --- a/source/a/bash/bash-4.4-patches/bash44-019 +++ /dev/null @@ -1,50 +0,0 @@ - BASH PATCH REPORT - ================= - -Bash-Release: 4.4 -Patch-ID: bash44-019 - -Bug-Reported-by: Kieran Grant -Bug-Reference-ID: -Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2018-02/msg00002.html - -Bug-Description: - -With certain values for PS1, especially those that wrap onto three or more -lines, readline will miscalculate the number of invisible characters, -leading to crashes and core dumps. - -Patch (apply with `patch -p0'): - -*** ../bash-4.4.18/lib/readline/display.c 2016-07-28 14:49:33.000000000 -0400 ---- lib/readline/display.c 2018-02-03 19:19:35.000000000 -0500 -*************** -*** 772,776 **** - wadjust = (newlines == 0) - ? prompt_invis_chars_first_line -! : ((newlines == prompt_lines_estimate) ? wrap_offset : prompt_invis_chars_first_line); - - /* fix from Darin Johnson for prompt string with ---- 788,794 ---- - wadjust = (newlines == 0) - ? prompt_invis_chars_first_line -! : ((newlines == prompt_lines_estimate) -! ? (wrap_offset - prompt_invis_chars_first_line) -! : 0); - - /* fix from Darin Johnson for prompt string with -*** ../bash-4.4/patchlevel.h 2016-06-22 14:51:03.000000000 -0400 ---- patchlevel.h 2016-10-01 11:01:28.000000000 -0400 -*************** -*** 26,30 **** - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 18 - - #endif /* _PATCHLEVEL_H_ */ ---- 26,30 ---- - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 19 - - #endif /* _PATCHLEVEL_H_ */ diff --git a/source/a/bash/bash-4.4-patches/bash44-020 b/source/a/bash/bash-4.4-patches/bash44-020 deleted file mode 100644 index 1c42643b6..000000000 --- a/source/a/bash/bash-4.4-patches/bash44-020 +++ /dev/null @@ -1,177 +0,0 @@ - BASH PATCH REPORT - ================= - -Bash-Release: 4.4 -Patch-ID: bash44-020 - -Bug-Reported-by: Graham Northup -Bug-Reference-ID: <537530c3-61f0-349b-9de6-fa4e2487f428@clarkson.edu> -Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2017-02/msg00025.html - -Bug-Description: - -In circumstances involving long-running scripts that create and reap many -processes, it is possible for the hash table bash uses to store exit -statuses from asynchronous processes to develop loops. This patch fixes -the loop causes and adds code to detect any future loops. - -Patch (apply with `patch -p0'): - -*** ../bash-4.4-patched/jobs.c 2016-11-11 13:42:55.000000000 -0500 ---- jobs.c 2017-02-22 15:16:28.000000000 -0500 -*************** -*** 813,818 **** - struct pidstat *ps; - -! bucket = pshash_getbucket (pid); -! psi = bgp_getindex (); - ps = &bgpids.storage[psi]; - ---- 796,815 ---- - struct pidstat *ps; - -! /* bucket == existing chain of pids hashing to same value -! psi = where were going to put this pid/status */ -! -! bucket = pshash_getbucket (pid); /* index into pidstat_table */ -! psi = bgp_getindex (); /* bgpids.head, index into storage */ -! -! /* XXX - what if psi == *bucket? */ -! if (psi == *bucket) -! { -! #ifdef DEBUG -! internal_warning ("hashed pid %d (pid %d) collides with bgpids.head, skipping", psi, pid); -! #endif -! bgpids.storage[psi].pid = NO_PID; /* make sure */ -! psi = bgp_getindex (); /* skip to next one */ -! } -! - ps = &bgpids.storage[psi]; - -*************** -*** 842,845 **** ---- 839,843 ---- - { - struct pidstat *ps; -+ ps_index_t *bucket; - - ps = &bgpids.storage[psi]; -*************** -*** 847,856 **** - return; - -! if (ps->bucket_next != NO_PID) - bgpids.storage[ps->bucket_next].bucket_prev = ps->bucket_prev; -! if (ps->bucket_prev != NO_PID) - bgpids.storage[ps->bucket_prev].bucket_next = ps->bucket_next; - else -! *(pshash_getbucket (ps->pid)) = ps->bucket_next; - } - ---- 845,861 ---- - return; - -! if (ps->bucket_next != NO_PIDSTAT) - bgpids.storage[ps->bucket_next].bucket_prev = ps->bucket_prev; -! if (ps->bucket_prev != NO_PIDSTAT) - bgpids.storage[ps->bucket_prev].bucket_next = ps->bucket_next; - else -! { -! bucket = pshash_getbucket (ps->pid); -! *bucket = ps->bucket_next; /* deleting chain head in hash table */ -! } -! -! /* clear out this cell, just in case */ -! ps->pid = NO_PID; -! ps->bucket_next = ps->bucket_prev = NO_PIDSTAT; - } - -*************** -*** 859,863 **** - pid_t pid; - { -! ps_index_t psi; - - if (bgpids.storage == 0 || bgpids.nalloc == 0 || bgpids.npid == 0) ---- 864,868 ---- - pid_t pid; - { -! ps_index_t psi, orig_psi; - - if (bgpids.storage == 0 || bgpids.nalloc == 0 || bgpids.npid == 0) -*************** -*** 865,871 **** - - /* Search chain using hash to find bucket in pidstat_table */ -! for (psi = *(pshash_getbucket (pid)); psi != NO_PIDSTAT; psi = bgpids.storage[psi].bucket_next) -! if (bgpids.storage[psi].pid == pid) -! break; - - if (psi == NO_PIDSTAT) ---- 870,883 ---- - - /* Search chain using hash to find bucket in pidstat_table */ -! for (orig_psi = psi = *(pshash_getbucket (pid)); psi != NO_PIDSTAT; psi = bgpids.storage[psi].bucket_next) -! { -! if (bgpids.storage[psi].pid == pid) -! break; -! if (orig_psi == bgpids.storage[psi].bucket_next) /* catch reported bug */ -! { -! internal_warning ("bgp_delete: LOOP: psi (%d) == storage[psi].bucket_next", psi); -! return 0; -! } -! } - - if (psi == NO_PIDSTAT) -*************** -*** 905,909 **** - pid_t pid; - { -! ps_index_t psi; - - if (bgpids.storage == 0 || bgpids.nalloc == 0 || bgpids.npid == 0) ---- 917,921 ---- - pid_t pid; - { -! ps_index_t psi, orig_psi; - - if (bgpids.storage == 0 || bgpids.nalloc == 0 || bgpids.npid == 0) -*************** -*** 911,917 **** - - /* Search chain using hash to find bucket in pidstat_table */ -! for (psi = *(pshash_getbucket (pid)); psi != NO_PIDSTAT; psi = bgpids.storage[psi].bucket_next) -! if (bgpids.storage[psi].pid == pid) -! return (bgpids.storage[psi].status); - - return -1; ---- 923,936 ---- - - /* Search chain using hash to find bucket in pidstat_table */ -! for (orig_psi = psi = *(pshash_getbucket (pid)); psi != NO_PIDSTAT; psi = bgpids.storage[psi].bucket_next) -! { -! if (bgpids.storage[psi].pid == pid) -! return (bgpids.storage[psi].status); -! if (orig_psi == bgpids.storage[psi].bucket_next) /* catch reported bug */ -! { -! internal_warning ("bgp_search: LOOP: psi (%d) == storage[psi].bucket_next", psi); -! return -1; -! } -! } - - return -1; -*** ../bash-4.4/patchlevel.h 2016-06-22 14:51:03.000000000 -0400 ---- patchlevel.h 2016-10-01 11:01:28.000000000 -0400 -*************** -*** 26,30 **** - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 19 - - #endif /* _PATCHLEVEL_H_ */ ---- 26,30 ---- - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 20 - - #endif /* _PATCHLEVEL_H_ */ diff --git a/source/a/bash/bash-4.4-patches/bash44-021 b/source/a/bash/bash-4.4-patches/bash44-021 deleted file mode 100644 index 37da331d5..000000000 --- a/source/a/bash/bash-4.4-patches/bash44-021 +++ /dev/null @@ -1,57 +0,0 @@ - BASH PATCH REPORT - ================= - -Bash-Release: 4.4 -Patch-ID: bash44-021 - -Bug-Reported-by: werner@suse.de -Bug-Reference-ID: <201803281402.w2SE2VOa000476@noether.suse.de> -Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2018-03/msg00196.html - -Bug-Description: - -A SIGINT received inside a SIGINT trap handler can possibly cause the -shell to loop. - -Patch (apply with `patch -p0'): - -*** ../bash-20180329/jobs.c 2018-02-11 18:07:22.000000000 -0500 ---- jobs.c 2018-04-02 14:24:21.000000000 -0400 -*************** -*** 2690,2694 **** - if (job_control == 0 || (subshell_environment&SUBSHELL_COMSUB)) - { -! old_sigint_handler = set_signal_handler (SIGINT, wait_sigint_handler); - waiting_for_child = 0; - if (old_sigint_handler == SIG_IGN) ---- 2690,2704 ---- - if (job_control == 0 || (subshell_environment&SUBSHELL_COMSUB)) - { -! SigHandler *temp_sigint_handler; -! -! temp_sigint_handler = set_signal_handler (SIGINT, wait_sigint_handler); -! if (temp_sigint_handler == wait_sigint_handler) -! { -! #if defined (DEBUG) -! internal_warning ("wait_for: recursively setting old_sigint_handler to wait_sigint_handler: running_trap = %d", running_trap); -! #endif -! } -! else -! old_sigint_handler = temp_sigint_handler; - waiting_for_child = 0; - if (old_sigint_handler == SIG_IGN) -*** ../bash-4.4/patchlevel.h 2016-06-22 14:51:03.000000000 -0400 ---- patchlevel.h 2016-10-01 11:01:28.000000000 -0400 -*************** -*** 26,30 **** - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 20 - - #endif /* _PATCHLEVEL_H_ */ ---- 26,30 ---- - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 21 - - #endif /* _PATCHLEVEL_H_ */ diff --git a/source/a/bash/bash-4.4-patches/bash44-022 b/source/a/bash/bash-4.4-patches/bash44-022 deleted file mode 100644 index f692a2c46..000000000 --- a/source/a/bash/bash-4.4-patches/bash44-022 +++ /dev/null @@ -1,61 +0,0 @@ - BASH PATCH REPORT - ================= - -Bash-Release: 4.4 -Patch-ID: bash44-022 - -Bug-Reported-by: Nuzhna Pomoshch -Bug-Reference-ID: <1317167476.1492079.1495999776464@mail.yahoo.com> -Bug-Reference-URL: https://lists.gnu.org/archive/html/bug-readline/2017-05/msg00005.html - -Bug-Description: - -There are cases where a failing readline command (e.g., delete-char at the end -of a line) can cause a multi-character key sequence to `back up' and attempt -to re-read some of the characters in the sequence. - -Patch (apply with `patch -p0'): - -*** ../bash-4.4-patched/lib/readline/readline.c 2016-04-20 15:53:52.000000000 -0400 ---- lib/readline/readline.c 2018-05-26 17:19:00.000000000 -0400 -*************** -*** 1058,1062 **** - r = _rl_dispatch (ANYOTHERKEY, m); - } -! else if (r && map[ANYOTHERKEY].function) - { - /* We didn't match (r is probably -1), so return something to ---- 1056,1060 ---- - r = _rl_dispatch (ANYOTHERKEY, m); - } -! else if (r < 0 && map[ANYOTHERKEY].function) - { - /* We didn't match (r is probably -1), so return something to -*************** -*** 1070,1074 **** - return -2; - } -! else if (r && got_subseq) - { - /* OK, back up the chain. */ ---- 1068,1072 ---- - return -2; - } -! else if (r < 0 && got_subseq) /* XXX */ - { - /* OK, back up the chain. */ -*** ../bash-4.4/patchlevel.h 2016-06-22 14:51:03.000000000 -0400 ---- patchlevel.h 2016-10-01 11:01:28.000000000 -0400 -*************** -*** 26,30 **** - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 21 - - #endif /* _PATCHLEVEL_H_ */ ---- 26,30 ---- - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 22 - - #endif /* _PATCHLEVEL_H_ */ diff --git a/source/a/bash/bash-4.4-patches/bash44-023 b/source/a/bash/bash-4.4-patches/bash44-023 deleted file mode 100644 index dd8d75d9b..000000000 --- a/source/a/bash/bash-4.4-patches/bash44-023 +++ /dev/null @@ -1,52 +0,0 @@ - BASH PATCH REPORT - ================= - -Bash-Release: 4.4 -Patch-ID: bash44-023 - -Bug-Reported-by: Martijn Dekker -Bug-Reference-ID: <5326d6b9-2625-1d32-3e6e-ad1d15462c09@inlv.org> -Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2016-11/msg00041.html - -Bug-Description: - -When sourcing a file from an interactive shell, setting the SIGINT handler -to the default and typing ^C will cause the shell to exit. - -Patch (apply with `patch -p0'): - -*** ../bash-4.4-patched/builtins/trap.def 2016-01-25 13:32:38.000000000 -0500 ---- builtins/trap.def 2016-11-06 12:04:35.000000000 -0500 -*************** -*** 99,102 **** ---- 99,103 ---- - - extern int posixly_correct, subshell_environment; -+ extern int sourcelevel, running_trap; - - int -*************** -*** 213,216 **** ---- 214,220 ---- - if (interactive) - set_signal_handler (SIGINT, sigint_sighandler); -+ /* special cases for interactive == 0 */ -+ else if (interactive_shell && (sourcelevel||running_trap)) -+ set_signal_handler (SIGINT, sigint_sighandler); - else - set_signal_handler (SIGINT, termsig_sighandler); -*** ../bash-4.4/patchlevel.h 2016-06-22 14:51:03.000000000 -0400 ---- patchlevel.h 2016-10-01 11:01:28.000000000 -0400 -*************** -*** 26,30 **** - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 22 - - #endif /* _PATCHLEVEL_H_ */ ---- 26,30 ---- - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 23 - - #endif /* _PATCHLEVEL_H_ */ diff --git a/source/a/bash/bash.SlackBuild b/source/a/bash/bash.SlackBuild index 35f9afd2d..6e04b6a77 100755 --- a/source/a/bash/bash.SlackBuild +++ b/source/a/bash/bash.SlackBuild @@ -30,7 +30,7 @@ fi PKG=$TMP/package-bash PKGNAM=bash -VERSION=${VERSION:-$(echo bash-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} +VERSION=${VERSION:-$(echo bash-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: @@ -73,7 +73,7 @@ rm -rf $PKG mkdir -p $PKG # Determine bash patchlevel: -PATCHLEVEL="$( cd $CWD/bash-${VERSION}-patches ; /bin/ls bash4?-??? | tail -1 | cut -f 2 -d - 2> /dev/null )" +PATCHLEVEL="$( cd $CWD/bash-${VERSION}-patches ; /bin/ls bash4?-??? 2> /dev/null | tail -1 | cut -f 2 -d -)" if [ "$PATCHLEVEL" = "" ]; then PATCHLEVEL=000 fi @@ -88,7 +88,7 @@ fi cd $TMP rm -rf bash-$VERSION -tar xvf $CWD/bash-$VERSION.tar.?z* || exit 1 +tar xvf $CWD/bash-$VERSION.tar.?z || exit 1 cd bash-$VERSION || exit 1 chown -R root:root . find . -perm 664 | xargs chmod 644 diff --git a/source/a/lzlib/lzlib.SlackBuild b/source/a/lzlib/lzlib.SlackBuild index 70d9cd36d..3f3bdd423 100755 --- a/source/a/lzlib/lzlib.SlackBuild +++ b/source/a/lzlib/lzlib.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=lzlib VERSION=${VERSION:-$(echo $PKGNAM-*.tar.lz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/ap/vim/vim.SlackBuild b/source/ap/vim/vim.SlackBuild index b6b712bdb..b808c303a 100755 --- a/source/ap/vim/vim.SlackBuild +++ b/source/ap/vim/vim.SlackBuild @@ -148,11 +148,11 @@ make install DESTDIR=$PKG || exit 1 rsync -lprvt $PKG/usr/share/man/ $PKG/usr/man/ rm -r $PKG/usr/share/man -cp -a runtime/vimrc_example.vim runtime/vimrc.new - # Don't make backups in /var/spool/cron/*, which fixes "crontab -e": zcat $CWD/vim.vimrc.diff.gz | patch -p1 --verbose || exit 1 +cp -a runtime/vimrc_example.vim runtime/vimrc.new + # Add patched vimrc to the package: cat runtime/vimrc.new > $PKG/usr/share/vim/vimrc.new diff --git a/source/ap/vim/vim.vimrc.diff b/source/ap/vim/vim.vimrc.diff index 2c26bb8e7..ec350341f 100644 --- a/source/ap/vim/vim.vimrc.diff +++ b/source/ap/vim/vim.vimrc.diff @@ -1,11 +1,11 @@ ---- ./runtime/vimrc.new.orig 2016-08-10 16:02:45.000000000 -0500 -+++ ./runtime/vimrc.new 2016-08-11 11:46:09.385806714 -0500 +--- ./runtime/vimrc_example.vim.orig 2019-01-04 17:35:22.000000000 -0600 ++++ ./runtime/vimrc_example.vim 2019-01-11 14:43:36.366302054 -0600 @@ -49,6 +49,9 @@ endif " has("autocmd") +" Make vim work with the 'crontab -e' command -+set backupskip+=/var/spool/cron/* ++set backupskip+=/var/spool/cron/*,/run/cron/* + " Add optional packages. " diff --git a/source/d/subversion/subversion.SlackBuild b/source/d/subversion/subversion.SlackBuild index 61d0faf25..33f51f9c3 100755 --- a/source/d/subversion/subversion.SlackBuild +++ b/source/d/subversion/subversion.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=subversion VERSION=${VERSION:-$(echo subversion-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/n/irssi/irssi.SlackBuild b/source/n/irssi/irssi.SlackBuild index 47c9b6349..ce74e13f4 100755 --- a/source/n/irssi/irssi.SlackBuild +++ b/source/n/irssi/irssi.SlackBuild @@ -28,7 +28,7 @@ PKG=$TMP/package-irssi VERSION=${VERSION:-$(echo irssi-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} DIRCD=${VERSION} -BUILD=${BUILD:-5} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then -- cgit v1.2.3