diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-02-13 20:17:58 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-02-14 08:59:48 +0100 |
commit | bea4af160dc640549e07144b9a0dddf09b569861 (patch) | |
tree | fd503608cc157d2e102b48dddff9ba0e26387522 | |
parent | a2163e3ab2d184702eeb1c4f7c0c9bed6d178206 (diff) | |
download | current-bea4af160dc640549e07144b9a0dddf09b569861.tar.gz current-bea4af160dc640549e07144b9a0dddf09b569861.tar.xz |
Thu Feb 13 20:17:58 UTC 202020200213201758
a/sysvinit-scripts-2.1-noarch-29.txz: Rebuilt.
rc.S: make /var/run a bind mount to /run. Thanks to Robby Workman.
rc.S: make a few adjustments to temporary file cleanup.
rc.M: drop additional checks on starting rc.syslog.
a/util-linux-2.35.1-x86_64-2.txz: Rebuilt.
d/bison-3.5.2-x86_64-1.txz: Upgraded.
l/pcre-8.44-x86_64-1.txz: Upgraded.
l/sdl-1.2.15-x86_64-9.txz: Rebuilt.
Replaced missing SDL_ttf docs. Thanks to Stuart Winter.
n/krb5-1.18-x86_64-1.txz: Upgraded.
x/mesa-19.3.4-x86_64-1.txz: Upgraded.
testing/packages/PAM/util-linux-2.35.1-x86_64-2_pam.txz: Rebuilt.
Added /etc/default/su containing 'ALWAYS_SET_PATH yes' to ensure that
ENV_SUPATH from /etc/login.defs is used for the $PATH with plain 'su'.
-rw-r--r-- | ChangeLog.rss | 28 | ||||
-rw-r--r-- | ChangeLog.txt | 16 | ||||
-rw-r--r-- | FILELIST.TXT | 149 | ||||
-rw-r--r-- | source/a/sysvinit-scripts/scripts/rc.M | 2 | ||||
-rw-r--r-- | source/a/sysvinit-scripts/scripts/rc.S | 13 | ||||
-rwxr-xr-x | source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild | 2 | ||||
-rw-r--r-- | source/a/util-linux/doinst.sh | 3 | ||||
-rw-r--r-- | source/a/util-linux/su.default | 3 | ||||
-rwxr-xr-x | source/a/util-linux/util-linux.SlackBuild | 7 | ||||
-rw-r--r-- | source/l/pcre/pcre.url | 3 | ||||
-rw-r--r-- | source/l/pcre/slack-desc | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | source/l/qt/slack-desc | 0 | ||||
-rwxr-xr-x | source/l/sdl/sdl.SlackBuild | 8 | ||||
-rw-r--r-- | testing/packages/PAM/util-linux-2.35.1-x86_64-2_pam.txt (renamed from testing/packages/PAM/util-linux-2.35.1-x86_64-1_pam.txt) | 0 |
14 files changed, 148 insertions, 88 deletions
diff --git a/ChangeLog.rss b/ChangeLog.rss index 3d0e15606..bd204b005 100644 --- a/ChangeLog.rss +++ b/ChangeLog.rss @@ -11,10 +11,34 @@ <description>Tracking Slackware development in git.</description> <language>en-us</language> <id xmlns="http://www.w3.org/2005/Atom">urn:uuid:c964f45e-6732-11e8-bbe5-107b4450212f</id> - <pubDate>Wed, 12 Feb 2020 21:51:35 GMT</pubDate> - <lastBuildDate>Thu, 13 Feb 2020 07:59:42 GMT</lastBuildDate> + <pubDate>Thu, 13 Feb 2020 20:17:58 GMT</pubDate> + <lastBuildDate>Fri, 14 Feb 2020 07:59:43 GMT</lastBuildDate> <generator>maintain_current_git.sh v 1.11</generator> <item> + <title>Thu, 13 Feb 2020 20:17:58 GMT</title> + <pubDate>Thu, 13 Feb 2020 20:17:58 GMT</pubDate> + <link>https://git.slackware.nl/current/tag/?h=20200213201758</link> + <guid isPermaLink="false">20200213201758</guid> + <description> + <![CDATA[<pre> +a/sysvinit-scripts-2.1-noarch-29.txz: Rebuilt. + rc.S: make /var/run a bind mount to /run. Thanks to Robby Workman. + rc.S: make a few adjustments to temporary file cleanup. + rc.M: drop additional checks on starting rc.syslog. +a/util-linux-2.35.1-x86_64-2.txz: Rebuilt. +d/bison-3.5.2-x86_64-1.txz: Upgraded. +l/pcre-8.44-x86_64-1.txz: Upgraded. +l/sdl-1.2.15-x86_64-9.txz: Rebuilt. + Replaced missing SDL_ttf docs. Thanks to Stuart Winter. +n/krb5-1.18-x86_64-1.txz: Upgraded. +x/mesa-19.3.4-x86_64-1.txz: Upgraded. +testing/packages/PAM/util-linux-2.35.1-x86_64-2_pam.txz: Rebuilt. + Added /etc/default/su containing 'ALWAYS_SET_PATH yes' to ensure that + ENV_SUPATH from /etc/login.defs is used for the $PATH with plain 'su'. + </pre>]]> + </description> + </item> + <item> <title>Wed, 12 Feb 2020 21:51:35 GMT</title> <pubDate>Wed, 12 Feb 2020 21:51:35 GMT</pubDate> <link>https://git.slackware.nl/current/tag/?h=20200212215135</link> diff --git a/ChangeLog.txt b/ChangeLog.txt index c3757e0d9..b5c28fa68 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,19 @@ +Thu Feb 13 20:17:58 UTC 2020 +a/sysvinit-scripts-2.1-noarch-29.txz: Rebuilt. + rc.S: make /var/run a bind mount to /run. Thanks to Robby Workman. + rc.S: make a few adjustments to temporary file cleanup. + rc.M: drop additional checks on starting rc.syslog. +a/util-linux-2.35.1-x86_64-2.txz: Rebuilt. +d/bison-3.5.2-x86_64-1.txz: Upgraded. +l/pcre-8.44-x86_64-1.txz: Upgraded. +l/sdl-1.2.15-x86_64-9.txz: Rebuilt. + Replaced missing SDL_ttf docs. Thanks to Stuart Winter. +n/krb5-1.18-x86_64-1.txz: Upgraded. +x/mesa-19.3.4-x86_64-1.txz: Upgraded. +testing/packages/PAM/util-linux-2.35.1-x86_64-2_pam.txz: Rebuilt. + Added /etc/default/su containing 'ALWAYS_SET_PATH yes' to ensure that + ENV_SUPATH from /etc/login.defs is used for the $PATH with plain 'su'. ++--------------------------+ Wed Feb 12 21:51:35 UTC 2020 a/aaa_terminfo-6.2-x86_64-1.txz: Upgraded. d/git-2.25.0-x86_64-2.txz: Rebuilt. diff --git a/FILELIST.TXT b/FILELIST.TXT index 6315d655b..c52dd41bc 100644 --- a/FILELIST.TXT +++ b/FILELIST.TXT @@ -1,20 +1,20 @@ -Wed Feb 12 22:10:17 UTC 2020 +Thu Feb 13 20:29:30 UTC 2020 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 2020-02-12 21:51 . +drwxr-xr-x 12 root root 4096 2020-02-13 20:17 . -rw-r--r-- 1 root root 10064 2016-06-30 18:39 ./ANNOUNCE.14_2 -rw-r--r-- 1 root root 14975 2020-02-08 21:06 ./CHANGES_AND_HINTS.TXT --rw-r--r-- 1 root root 950416 2020-02-12 05:22 ./CHECKSUMS.md5 --rw-r--r-- 1 root root 163 2020-02-12 05:22 ./CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 950490 2020-02-12 22:10 ./CHECKSUMS.md5 +-rw-r--r-- 1 root root 163 2020-02-12 22:10 ./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 802729 2020-02-12 21:51 ./ChangeLog.txt +-rw-r--r-- 1 root root 803519 2020-02-13 20:17 ./ChangeLog.txt drwxr-xr-x 3 root root 4096 2013-03-20 22:17 ./EFI drwxr-xr-x 2 root root 4096 2020-02-12 00:43 ./EFI/BOOT -rw-r--r-- 1 root root 1417216 2019-07-05 18:54 ./EFI/BOOT/bootx64.efi @@ -25,9 +25,9 @@ drwxr-xr-x 2 root root 4096 2020-02-12 00:43 ./EFI/BOOT -rwxr-xr-x 1 root root 2504 2019-07-05 18:54 ./EFI/BOOT/make-grub.sh -rw-r--r-- 1 root root 10722 2013-09-21 19:02 ./EFI/BOOT/osdetect.cfg -rw-r--r-- 1 root root 1273 2013-08-12 21:08 ./EFI/BOOT/tools.cfg --rw-r--r-- 1 root root 1248429 2020-02-12 05:21 ./FILELIST.TXT +-rw-r--r-- 1 root root 1248537 2020-02-12 22:10 ./FILELIST.TXT -rw-r--r-- 1 root root 1572 2012-08-29 18:27 ./GPG-KEY --rw-r--r-- 1 root root 736215 2020-02-12 22:08 ./PACKAGES.TXT +-rw-r--r-- 1 root root 736256 2020-02-13 20:27 ./PACKAGES.TXT -rw-r--r-- 1 root root 8564 2016-06-28 21:33 ./README.TXT -rw-r--r-- 1 root root 3629 2020-02-11 23:40 ./README.initrd -rw-r--r-- 1 root root 34412 2017-12-01 17:44 ./README_CRYPT.TXT @@ -831,13 +831,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 2020-02-12 22:08 ./slackware64 --rw-r--r-- 1 root root 291775 2020-02-12 22:08 ./slackware64/CHECKSUMS.md5 --rw-r--r-- 1 root root 163 2020-02-12 22:08 ./slackware64/CHECKSUMS.md5.asc --rw-r--r-- 1 root root 363430 2020-02-12 22:06 ./slackware64/FILE_LIST --rw-r--r-- 1 root root 3698844 2020-02-12 22:06 ./slackware64/MANIFEST.bz2 +drwxr-xr-x 18 root root 4096 2020-02-13 20:27 ./slackware64 +-rw-r--r-- 1 root root 291769 2020-02-13 20:27 ./slackware64/CHECKSUMS.md5 +-rw-r--r-- 1 root root 163 2020-02-13 20:27 ./slackware64/CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 363424 2020-02-13 20:25 ./slackware64/FILE_LIST +-rw-r--r-- 1 root root 3699242 2020-02-13 20:25 ./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 2020-02-12 22:05 ./slackware64/a +drwxr-xr-x 2 root root 28672 2020-02-13 20:24 ./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 @@ -1136,9 +1136,9 @@ drwxr-xr-x 2 root root 28672 2020-02-12 22:05 ./slackware64/a -rw-r--r-- 1 root root 694 2018-04-13 13:12 ./slackware64/a/sysvinit-functions-8.53-x86_64-3.txt -rw-r--r-- 1 root root 36252 2018-04-13 13:12 ./slackware64/a/sysvinit-functions-8.53-x86_64-3.txz -rw-r--r-- 1 root root 163 2018-04-13 13:12 ./slackware64/a/sysvinit-functions-8.53-x86_64-3.txz.asc --rw-r--r-- 1 root root 378 2020-01-13 18:57 ./slackware64/a/sysvinit-scripts-2.1-noarch-28.txt --rw-r--r-- 1 root root 22360 2020-01-13 18:57 ./slackware64/a/sysvinit-scripts-2.1-noarch-28.txz --rw-r--r-- 1 root root 163 2020-01-13 18:57 ./slackware64/a/sysvinit-scripts-2.1-noarch-28.txz.asc +-rw-r--r-- 1 root root 378 2020-02-13 18:42 ./slackware64/a/sysvinit-scripts-2.1-noarch-29.txt +-rw-r--r-- 1 root root 22380 2020-02-13 18:42 ./slackware64/a/sysvinit-scripts-2.1-noarch-29.txz +-rw-r--r-- 1 root root 163 2020-02-13 18:42 ./slackware64/a/sysvinit-scripts-2.1-noarch-29.txz.asc -rw-r--r-- 1 root root 1418 2020-02-11 23:40 ./slackware64/a/tagfile -rw-r--r-- 1 root root 395 2019-02-23 18:03 ./slackware64/a/tar-1.32-x86_64-1.txt -rw-r--r-- 1 root root 844396 2019-02-23 18:03 ./slackware64/a/tar-1.32-x86_64-1.txz @@ -1173,9 +1173,9 @@ drwxr-xr-x 2 root root 28672 2020-02-12 22:05 ./slackware64/a -rw-r--r-- 1 root root 350 2018-04-13 13:13 ./slackware64/a/utempter-1.1.6-x86_64-3.txt -rw-r--r-- 1 root root 15656 2018-04-13 13:13 ./slackware64/a/utempter-1.1.6-x86_64-3.txz -rw-r--r-- 1 root root 163 2018-04-13 13:13 ./slackware64/a/utempter-1.1.6-x86_64-3.txz.asc --rw-r--r-- 1 root root 354 2020-01-31 19:17 ./slackware64/a/util-linux-2.35.1-x86_64-1.txt --rw-r--r-- 1 root root 2615716 2020-01-31 19:17 ./slackware64/a/util-linux-2.35.1-x86_64-1.txz --rw-r--r-- 1 root root 163 2020-01-31 19:17 ./slackware64/a/util-linux-2.35.1-x86_64-1.txz.asc +-rw-r--r-- 1 root root 354 2020-02-13 19:25 ./slackware64/a/util-linux-2.35.1-x86_64-2.txt +-rw-r--r-- 1 root root 2613792 2020-02-13 19:25 ./slackware64/a/util-linux-2.35.1-x86_64-2.txz +-rw-r--r-- 1 root root 163 2020-02-13 19:25 ./slackware64/a/util-linux-2.35.1-x86_64-2.txz.asc -rw-r--r-- 1 root root 579 2018-04-13 13:14 ./slackware64/a/which-2.21-x86_64-2.txt -rw-r--r-- 1 root root 29812 2018-04-13 13:14 ./slackware64/a/which-2.21-x86_64-2.txz -rw-r--r-- 1 root root 163 2018-04-13 13:14 ./slackware64/a/which-2.21-x86_64-2.txz.asc @@ -1440,7 +1440,7 @@ drwxr-xr-x 2 root root 20480 2020-02-11 04:57 ./slackware64/ap -rw-r--r-- 1 root root 506 2020-01-07 20:18 ./slackware64/ap/zsh-5.7.1-x86_64-2.txt -rw-r--r-- 1 root root 3000108 2020-01-07 20:18 ./slackware64/ap/zsh-5.7.1-x86_64-2.txz -rw-r--r-- 1 root root 163 2020-01-07 20:18 ./slackware64/ap/zsh-5.7.1-x86_64-2.txz.asc -drwxr-xr-x 2 root root 20480 2020-02-12 22:05 ./slackware64/d +drwxr-xr-x 2 root root 20480 2020-02-13 20:25 ./slackware64/d -rw-r--r-- 1 root root 360 2019-12-30 00:49 ./slackware64/d/Cython-0.29.14-x86_64-2.txt -rw-r--r-- 1 root root 3295652 2019-12-30 00:49 ./slackware64/d/Cython-0.29.14-x86_64-2.txz -rw-r--r-- 1 root root 163 2019-12-30 00:49 ./slackware64/d/Cython-0.29.14-x86_64-2.txz.asc @@ -1453,9 +1453,9 @@ drwxr-xr-x 2 root root 20480 2020-02-12 22:05 ./slackware64/d -rw-r--r-- 1 root root 442 2019-10-12 17:22 ./slackware64/d/binutils-2.33.1-x86_64-1.txt -rw-r--r-- 1 root root 4912364 2019-10-12 17:22 ./slackware64/d/binutils-2.33.1-x86_64-1.txz -rw-r--r-- 1 root root 163 2019-10-12 17:22 ./slackware64/d/binutils-2.33.1-x86_64-1.txz.asc --rw-r--r-- 1 root root 513 2020-01-19 18:32 ./slackware64/d/bison-3.5.1-x86_64-1.txt --rw-r--r-- 1 root root 616252 2020-01-19 18:32 ./slackware64/d/bison-3.5.1-x86_64-1.txz --rw-r--r-- 1 root root 163 2020-01-19 18:32 ./slackware64/d/bison-3.5.1-x86_64-1.txz.asc +-rw-r--r-- 1 root root 513 2020-02-13 18:40 ./slackware64/d/bison-3.5.2-x86_64-1.txt +-rw-r--r-- 1 root root 617560 2020-02-13 18:40 ./slackware64/d/bison-3.5.2-x86_64-1.txz +-rw-r--r-- 1 root root 163 2020-02-13 18:40 ./slackware64/d/bison-3.5.2-x86_64-1.txz.asc -rw-r--r-- 1 root root 350 2020-01-06 18:32 ./slackware64/d/ccache-3.7.7-x86_64-1.txt -rw-r--r-- 1 root root 94868 2020-01-06 18:32 ./slackware64/d/ccache-3.7.7-x86_64-1.txz -rw-r--r-- 1 root root 163 2020-01-06 18:32 ./slackware64/d/ccache-3.7.7-x86_64-1.txz.asc @@ -2511,7 +2511,7 @@ drwxr-xr-x 2 root root 20480 2016-03-10 03:11 ./slackware64/kdei -rw-r--r-- 1 root root 7544 2018-03-01 07:54 ./slackware64/kdei/maketag -rw-r--r-- 1 root root 7544 2018-03-01 07:54 ./slackware64/kdei/maketag.ez -rw-r--r-- 1 root root 1500 2018-03-01 07:54 ./slackware64/kdei/tagfile -drwxr-xr-x 2 root root 69632 2020-02-12 22:05 ./slackware64/l +drwxr-xr-x 2 root root 69632 2020-02-13 20:24 ./slackware64/l -rw-r--r-- 1 root root 338 2020-02-08 04:38 ./slackware64/l/ConsoleKit2-1.2.1-x86_64-1.txt -rw-r--r-- 1 root root 190880 2020-02-08 04:38 ./slackware64/l/ConsoleKit2-1.2.1-x86_64-1.txz -rw-r--r-- 1 root root 163 2020-02-08 04:38 ./slackware64/l/ConsoleKit2-1.2.1-x86_64-1.txz.asc @@ -3251,9 +3251,9 @@ drwxr-xr-x 2 root root 69632 2020-02-12 22:05 ./slackware64/l -rw-r--r-- 1 root root 383 2019-10-11 03:01 ./slackware64/l/parted-3.3-x86_64-1.txt -rw-r--r-- 1 root root 558968 2019-10-11 03:01 ./slackware64/l/parted-3.3-x86_64-1.txz -rw-r--r-- 1 root root 163 2019-10-11 03:01 ./slackware64/l/parted-3.3-x86_64-1.txz.asc --rw-r--r-- 1 root root 311 2019-02-24 01:11 ./slackware64/l/pcre-8.43-x86_64-1.txt --rw-r--r-- 1 root root 805772 2019-02-24 01:11 ./slackware64/l/pcre-8.43-x86_64-1.txz --rw-r--r-- 1 root root 163 2019-02-24 01:11 ./slackware64/l/pcre-8.43-x86_64-1.txz.asc +-rw-r--r-- 1 root root 342 2020-02-13 18:01 ./slackware64/l/pcre-8.44-x86_64-1.txt +-rw-r--r-- 1 root root 807136 2020-02-13 18:01 ./slackware64/l/pcre-8.44-x86_64-1.txz +-rw-r--r-- 1 root root 163 2020-02-13 18:01 ./slackware64/l/pcre-8.44-x86_64-1.txz.asc -rw-r--r-- 1 root root 248 2019-11-22 21:45 ./slackware64/l/pcre2-10.34-x86_64-1.txt -rw-r--r-- 1 root root 1041712 2019-11-22 21:45 ./slackware64/l/pcre2-10.34-x86_64-1.txz -rw-r--r-- 1 root root 163 2019-11-22 21:45 ./slackware64/l/pcre2-10.34-x86_64-1.txz.asc @@ -3386,9 +3386,9 @@ drwxr-xr-x 2 root root 69632 2020-02-12 22:05 ./slackware64/l -rw-r--r-- 1 root root 414 2018-11-08 00:48 ./slackware64/l/sbc-1.4-x86_64-1.txt -rw-r--r-- 1 root root 51812 2018-11-08 00:48 ./slackware64/l/sbc-1.4-x86_64-1.txz -rw-r--r-- 1 root root 163 2018-11-08 00:48 ./slackware64/l/sbc-1.4-x86_64-1.txz.asc --rw-r--r-- 1 root root 480 2020-02-12 20:55 ./slackware64/l/sdl-1.2.15-x86_64-8.txt --rw-r--r-- 1 root root 731704 2020-02-12 20:55 ./slackware64/l/sdl-1.2.15-x86_64-8.txz --rw-r--r-- 1 root root 163 2020-02-12 20:55 ./slackware64/l/sdl-1.2.15-x86_64-8.txz.asc +-rw-r--r-- 1 root root 480 2020-02-13 17:52 ./slackware64/l/sdl-1.2.15-x86_64-9.txt +-rw-r--r-- 1 root root 733820 2020-02-13 17:52 ./slackware64/l/sdl-1.2.15-x86_64-9.txz +-rw-r--r-- 1 root root 163 2020-02-13 17:52 ./slackware64/l/sdl-1.2.15-x86_64-9.txz.asc -rw-r--r-- 1 root root 484 2020-01-11 20:58 ./slackware64/l/serf-1.3.9-x86_64-4.txt -rw-r--r-- 1 root root 63584 2020-01-11 20:58 ./slackware64/l/serf-1.3.9-x86_64-4.txz -rw-r--r-- 1 root root 163 2020-01-11 20:58 ./slackware64/l/serf-1.3.9-x86_64-4.txz.asc @@ -3483,7 +3483,7 @@ drwxr-xr-x 2 root root 69632 2020-02-12 22:05 ./slackware64/l -rw-r--r-- 1 root root 463 2019-12-29 18:55 ./slackware64/l/zstd-1.4.4-x86_64-2.txt -rw-r--r-- 1 root root 405812 2019-12-29 18:55 ./slackware64/l/zstd-1.4.4-x86_64-2.txz -rw-r--r-- 1 root root 163 2019-12-29 18:55 ./slackware64/l/zstd-1.4.4-x86_64-2.txz.asc -drwxr-xr-x 2 root root 36864 2020-02-12 22:05 ./slackware64/n +drwxr-xr-x 2 root root 36864 2020-02-13 20:25 ./slackware64/n -rw-r--r-- 1 root root 357 2020-02-12 17:54 ./slackware64/n/ModemManager-1.12.6-x86_64-1.txt -rw-r--r-- 1 root root 1767108 2020-02-12 17:54 ./slackware64/n/ModemManager-1.12.6-x86_64-1.txz -rw-r--r-- 1 root root 163 2020-02-12 17:54 ./slackware64/n/ModemManager-1.12.6-x86_64-1.txz.asc @@ -3624,9 +3624,9 @@ drwxr-xr-x 2 root root 36864 2020-02-12 22:05 ./slackware64/n -rw-r--r-- 1 root root 422 2019-12-05 17:56 ./slackware64/n/iw-5.4-x86_64-1.txt -rw-r--r-- 1 root root 81100 2019-12-05 17:56 ./slackware64/n/iw-5.4-x86_64-1.txz -rw-r--r-- 1 root root 163 2019-12-05 17:56 ./slackware64/n/iw-5.4-x86_64-1.txz.asc --rw-r--r-- 1 root root 304 2020-01-22 00:37 ./slackware64/n/krb5-1.17.1-x86_64-1.txt --rw-r--r-- 1 root root 1214536 2020-01-22 00:37 ./slackware64/n/krb5-1.17.1-x86_64-1.txz --rw-r--r-- 1 root root 163 2020-01-22 00:37 ./slackware64/n/krb5-1.17.1-x86_64-1.txz.asc +-rw-r--r-- 1 root root 304 2020-02-13 18:48 ./slackware64/n/krb5-1.18-x86_64-1.txt +-rw-r--r-- 1 root root 1205356 2020-02-13 18:48 ./slackware64/n/krb5-1.18-x86_64-1.txz +-rw-r--r-- 1 root root 163 2020-02-13 18:48 ./slackware64/n/krb5-1.18-x86_64-1.txz.asc -rw-r--r-- 1 root root 546 2020-01-16 17:46 ./slackware64/n/lftp-4.9.1-x86_64-1.txt -rw-r--r-- 1 root root 903664 2020-01-16 17:46 ./slackware64/n/lftp-4.9.1-x86_64-1.txz -rw-r--r-- 1 root root 163 2020-01-16 17:46 ./slackware64/n/lftp-4.9.1-x86_64-1.txz.asc @@ -3966,7 +3966,7 @@ drwxr-xr-x 2 root root 4096 2019-11-22 22:16 ./slackware64/tcl -rw-r--r-- 1 root root 227 2019-11-22 21:51 ./slackware64/tcl/tk-8.6.10-x86_64-1.txt -rw-r--r-- 1 root root 1780348 2019-11-22 21:51 ./slackware64/tcl/tk-8.6.10-x86_64-1.txz -rw-r--r-- 1 root root 163 2019-11-22 21:51 ./slackware64/tcl/tk-8.6.10-x86_64-1.txz.asc -drwxr-xr-x 2 root root 65536 2020-02-03 20:54 ./slackware64/x +drwxr-xr-x 2 root root 65536 2020-02-13 20:25 ./slackware64/x -rw-r--r-- 1 root root 257 2018-04-13 16:03 ./slackware64/x/anthy-9100h-x86_64-2.txt -rw-r--r-- 1 root root 5074404 2018-04-13 16:03 ./slackware64/x/anthy-9100h-x86_64-2.txz -rw-r--r-- 1 root root 163 2018-04-13 16:03 ./slackware64/x/anthy-9100h-x86_64-2.txz.asc @@ -4328,9 +4328,9 @@ drwxr-xr-x 2 root root 65536 2020-02-03 20:54 ./slackware64/x -rw-r--r-- 1 root root 163 2019-03-17 18:40 ./slackware64/x/makedepend-1.0.6-x86_64-1.txz.asc -rw-r--r-- 1 root root 22454 2019-10-28 20:14 ./slackware64/x/maketag -rw-r--r-- 1 root root 22454 2019-10-28 20:14 ./slackware64/x/maketag.ez --rw-r--r-- 1 root root 362 2020-01-28 20:50 ./slackware64/x/mesa-19.3.3-x86_64-1.txt --rw-r--r-- 1 root root 14826400 2020-01-28 20:50 ./slackware64/x/mesa-19.3.3-x86_64-1.txz --rw-r--r-- 1 root root 163 2020-01-28 20:50 ./slackware64/x/mesa-19.3.3-x86_64-1.txz.asc +-rw-r--r-- 1 root root 362 2020-02-13 20:16 ./slackware64/x/mesa-19.3.4-x86_64-1.txt +-rw-r--r-- 1 root root 14888548 2020-02-13 20:16 ./slackware64/x/mesa-19.3.4-x86_64-1.txz +-rw-r--r-- 1 root root 163 2020-02-13 20:16 ./slackware64/x/mesa-19.3.4-x86_64-1.txz.asc -rw-r--r-- 1 root root 425 2018-04-13 06:03 ./slackware64/x/mkcomposecache-1.2.1-x86_64-3.txt -rw-r--r-- 1 root root 9448 2018-04-13 06:03 ./slackware64/x/mkcomposecache-1.2.1-x86_64-3.txz -rw-r--r-- 1 root root 163 2018-04-13 06:03 ./slackware64/x/mkcomposecache-1.2.1-x86_64-3.txz.asc @@ -5064,11 +5064,11 @@ drwxr-xr-x 2 root root 4096 2019-02-17 23:51 ./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 2020-02-12 22:10 ./source --rw-r--r-- 1 root root 480775 2020-02-12 22:10 ./source/CHECKSUMS.md5 --rw-r--r-- 1 root root 163 2020-02-12 22:10 ./source/CHECKSUMS.md5.asc --rw-r--r-- 1 root root 677589 2020-02-12 22:09 ./source/FILE_LIST --rw-r--r-- 1 root root 18338089 2020-02-12 22:09 ./source/MANIFEST.bz2 +drwxr-xr-x 19 root root 4096 2020-02-13 20:29 ./source +-rw-r--r-- 1 root root 480833 2020-02-13 20:29 ./source/CHECKSUMS.md5 +-rw-r--r-- 1 root root 163 2020-02-13 20:29 ./source/CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 677665 2020-02-13 20:28 ./source/FILE_LIST +-rw-r--r-- 1 root root 18346528 2020-02-13 20:28 ./source/MANIFEST.bz2 -rw-r--r-- 1 root root 1314 2006-10-02 04:40 ./source/README.TXT drwxr-xr-x 112 root root 4096 2020-02-06 23:25 ./source/a -rw-r--r-- 1 root root 1034 2019-05-04 17:56 ./source/a/FTBFSlog @@ -5911,8 +5911,8 @@ drwxr-xr-x 2 root root 4096 2018-09-13 20:33 ./source/a/sysvinit-scripts/ -rw-r--r-- 1 root root 1642 2017-05-23 23:57 ./source/a/sysvinit-scripts/scripts/rc.4 -rw-r--r-- 1 root root 9388 2019-08-28 18:25 ./source/a/sysvinit-scripts/scripts/rc.6 -rw-r--r-- 1 root root 3302 2020-01-13 18:56 ./source/a/sysvinit-scripts/scripts/rc.K --rw-r--r-- 1 root root 12482 2019-01-08 19:02 ./source/a/sysvinit-scripts/scripts/rc.M --rw-r--r-- 1 root root 16761 2019-01-22 01:27 ./source/a/sysvinit-scripts/scripts/rc.S +-rw-r--r-- 1 root root 12443 2020-02-13 18:20 ./source/a/sysvinit-scripts/scripts/rc.M +-rw-r--r-- 1 root root 16838 2020-02-13 18:42 ./source/a/sysvinit-scripts/scripts/rc.S -rw-r--r-- 1 root root 3328 2018-09-04 22:22 ./source/a/sysvinit-scripts/scripts/rc.cpufreq -rw-r--r-- 1 root root 272 2006-08-12 02:07 ./source/a/sysvinit-scripts/scripts/rc.local -rw-r--r-- 1 root root 168 2011-04-23 19:40 ./source/a/sysvinit-scripts/scripts/rc.loop @@ -5922,7 +5922,7 @@ drwxr-xr-x 2 root root 4096 2018-09-13 20:33 ./source/a/sysvinit-scripts/ -rw-r--r-- 1 root root 22473 2012-09-07 17:51 ./source/a/sysvinit-scripts/scripts/rescan-scsi-bus.sh -rw-r--r-- 1 root root 645 2012-09-07 17:52 ./source/a/sysvinit-scripts/scripts/rescan-scsi-bus.sh.diff -rw-r--r-- 1 root root 842 2018-02-27 06:13 ./source/a/sysvinit-scripts/slack-desc --rwxr-xr-x 1 root root 2677 2020-01-13 18:57 ./source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild +-rwxr-xr-x 1 root root 2677 2020-02-13 18:18 ./source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild -rw-r--r-- 1 root root 668 2015-08-06 22:54 ./source/a/sysvinit/doinst.sh.gz -rw-r--r-- 1 root root 1009 2018-06-21 18:24 ./source/a/sysvinit/slack-desc -rw-r--r-- 1 root root 122164 2019-09-11 19:05 ./source/a/sysvinit/sysvinit-2.96.tar.xz @@ -6009,23 +6009,24 @@ drwxr-xr-x 2 root root 4096 2019-09-29 23:48 ./source/a/utempter -rw-r--r-- 1 root root 198 2010-11-04 14:14 ./source/a/utempter/libutempter-1.1.6.tar.bz2.asc -rw-r--r-- 1 root root 806 2018-02-27 06:13 ./source/a/utempter/slack-desc -rwxr-xr-x 1 root root 4159 2019-09-29 23:48 ./source/a/utempter/utempter.SlackBuild -drwxr-xr-x 2 root root 4096 2020-01-31 19:14 ./source/a/util-linux +drwxr-xr-x 2 root root 4096 2020-02-13 19:22 ./source/a/util-linux -rw-r--r-- 1 root root 53236 2011-07-12 20:47 ./source/a/util-linux/adjtimex_1.29-2.2.diff.gz -rw-r--r-- 1 root root 85551 2010-04-17 03:32 ./source/a/util-linux/adjtimex_1.29.orig.tar.gz -rw-r--r-- 1 root root 434 2014-10-30 15:31 ./source/a/util-linux/bsdstrings-util-linux_overflow.diff.gz -rw-r--r-- 1 root root 4513 2009-05-30 01:25 ./source/a/util-linux/bsdstrings.tar.gz -rw-r--r-- 1 root root 3054 2015-02-10 20:38 ./source/a/util-linux/ddate.1 -rw-r--r-- 1 root root 10917 2015-02-10 20:38 ./source/a/util-linux/ddate.c --rw-r--r-- 1 root root 342 2019-01-08 18:52 ./source/a/util-linux/doinst.sh.gz +-rw-r--r-- 1 root root 363 2020-02-13 19:22 ./source/a/util-linux/doinst.sh.gz -rw-r--r-- 1 root root 483 2019-01-08 18:50 ./source/a/util-linux/rc.setterm -rw-r--r-- 1 root root 1266 2009-05-30 01:25 ./source/a/util-linux/scsi_ioctl.h -rw-r--r-- 1 root root 52437 2009-05-30 01:25 ./source/a/util-linux/setserial-2.17.tar.gz -rw-r--r-- 1 root root 729 2009-05-30 01:25 ./source/a/util-linux/setserial-rc.serial.diff.gz -rw-r--r-- 1 root root 376 2010-03-30 04:06 ./source/a/util-linux/setserial-undef_TIOCGHAYESESP.diff.gz -rw-r--r-- 1 root root 806 2020-01-21 18:04 ./source/a/util-linux/slack-desc +-rw-r--r-- 1 root root 170 2020-02-13 19:17 ./source/a/util-linux/su.default -rw-r--r-- 1 root root 833 2020-01-31 09:49 ./source/a/util-linux/util-linux-2.35.1.tar.sign -rw-r--r-- 1 root root 5138360 2020-01-31 09:49 ./source/a/util-linux/util-linux-2.35.1.tar.xz --rwxr-xr-x 1 root root 10767 2020-02-06 23:47 ./source/a/util-linux/util-linux.SlackBuild +-rwxr-xr-x 1 root root 10983 2020-02-13 19:22 ./source/a/util-linux/util-linux.SlackBuild -rw-r--r-- 1 root root 275 2019-01-02 21:53 ./source/a/util-linux/util-linux.do.not.list.ram.devices.diff.gz -rw-r--r-- 1 root root 335 2014-07-03 08:34 ./source/a/util-linux/util-linux.fdisk-no-solaris.diff.gz -rw-r--r-- 1 root root 10292 2009-05-30 01:25 ./source/a/util-linux/ziptool-1.4.0.tar.xz @@ -6663,9 +6664,9 @@ drwxr-xr-x 2 root root 4096 2019-02-02 19:51 ./source/d/binutils/patches -rw-r--r-- 1 root root 579 2019-02-02 20:11 ./source/d/binutils/patches/binutils.export.demangle.h.diff.gz -rw-r--r-- 1 root root 307 2013-04-02 20:57 ./source/d/binutils/patches/binutils.no-config-h-check.diff.gz -rw-r--r-- 1 root root 898 2018-02-27 06:13 ./source/d/binutils/slack-desc -drwxr-xr-x 2 root root 4096 2020-01-19 18:31 ./source/d/bison --rw-r--r-- 1 root root 2354592 2020-01-19 13:44 ./source/d/bison/bison-3.5.1.tar.xz --rw-r--r-- 1 root root 195 2020-01-19 13:44 ./source/d/bison/bison-3.5.1.tar.xz.sig +drwxr-xr-x 2 root root 4096 2020-02-13 18:39 ./source/d/bison +-rw-r--r-- 1 root root 2362956 2020-02-13 18:12 ./source/d/bison/bison-3.5.2.tar.xz +-rw-r--r-- 1 root root 195 2020-02-13 18:12 ./source/d/bison/bison-3.5.2.tar.xz.sig -rwxr-xr-x 1 root root 4463 2019-09-29 23:48 ./source/d/bison/bison.SlackBuild -rw-r--r-- 1 root root 966 2018-08-28 17:22 ./source/d/bison/slack-desc drwxr-xr-x 2 root root 4096 2020-01-06 18:32 ./source/d/ccache @@ -9572,11 +9573,11 @@ drwxr-xr-x 2 root root 4096 2019-10-11 02:58 ./source/l/parted -rwxr-xr-x 1 root root 4652 2019-10-11 03:00 ./source/l/parted/parted.SlackBuild -rwxr-xr-x 1 root root 4652 2019-10-11 03:02 ./source/l/parted/parted.SlackBuild.static -rw-r--r-- 1 root root 836 2018-02-27 06:12 ./source/l/parted/slack-desc -drwxr-xr-x 2 root root 4096 2019-09-29 23:48 ./source/l/pcre --rw-r--r-- 1 root root 1178765 2019-02-23 16:46 ./source/l/pcre/pcre-8.43.tar.lz +drwxr-xr-x 2 root root 4096 2020-02-13 18:00 ./source/l/pcre +-rw-r--r-- 1 root root 1179460 2020-02-12 17:39 ./source/l/pcre/pcre-8.44.tar.lz -rwxr-xr-x 1 root root 4953 2019-09-29 23:48 ./source/l/pcre/pcre.SlackBuild --rw-r--r-- 1 root root 55 2019-02-24 01:09 ./source/l/pcre/pcre.url --rw-r--r-- 1 root root 763 2018-02-27 06:12 ./source/l/pcre/slack-desc +-rw-r--r-- 1 root root 85 2020-02-13 17:59 ./source/l/pcre/pcre.url +-rw-r--r-- 1 root root 794 2020-02-13 18:00 ./source/l/pcre/slack-desc drwxr-xr-x 2 root root 4096 2019-11-22 21:44 ./source/l/pcre2 -rw-r--r-- 1 root root 1264667 2019-11-21 16:33 ./source/l/pcre2/pcre2-10.34.tar.lz -rwxr-xr-x 1 root root 4334 2019-09-29 23:48 ./source/l/pcre2/pcre2.SlackBuild @@ -9833,7 +9834,7 @@ drwxr-xr-x 2 root root 4096 2019-09-29 23:48 ./source/l/qt/qtwebkit -rw-r--r-- 1 root root 343 2015-11-19 04:41 ./source/l/qt/qtwebkit/qtwebkit.putByIndexBeyondVectorLengthWithArrayStorage.diff.gz -rw-r--r-- 1 root root 76 2015-04-27 12:03 ./source/l/qt/qtwebkit/qtwebkit.url -rw-r--r-- 1 root root 989 2018-02-27 06:12 ./source/l/qt/qtwebkit/slack-desc --rwxr--r-- 1 root root 713 2018-11-29 19:17 ./source/l/qt/slack-desc +-rw-r--r-- 1 root root 713 2018-11-29 19:17 ./source/l/qt/slack-desc drwxr-xr-x 2 root root 4096 2019-09-29 23:48 ./source/l/qtscriptgenerator -rw-r--r-- 1 root root 564 2009-06-05 09:21 ./source/l/qtscriptgenerator/include-everything.patch.gz -rw-r--r-- 1 root root 278728 2012-01-23 11:42 ./source/l/qtscriptgenerator/qtscriptgenerator-src-0.2.0.tar.xz @@ -9882,7 +9883,7 @@ drwxr-xr-x 2 root root 4096 2020-02-12 20:47 ./source/l/sdl -rw-r--r-- 1 root root 731528 2016-08-31 20:51 ./source/l/sdl/libmikmod-3.1.20.tar.xz -rw-r--r-- 1 root root 1018 2013-01-27 19:16 ./source/l/sdl/libsdl-1.2.15-resizing.patch.gz -rw-r--r-- 1 root root 407 2013-01-27 19:16 ./source/l/sdl/sdl-1.2.14-fix-mouse-clicking.patch.gz --rwxr-xr-x 1 root root 8858 2020-02-12 20:53 ./source/l/sdl/sdl.SlackBuild +-rwxr-xr-x 1 root root 8956 2020-02-13 17:50 ./source/l/sdl/sdl.SlackBuild -rw-r--r-- 1 root root 931 2018-02-27 06:12 ./source/l/sdl/slack-desc drwxr-xr-x 2 root root 4096 2019-09-29 23:48 ./source/l/serf -rw-r--r-- 1 root root 145244 2016-08-31 12:03 ./source/l/serf/serf-1.3.9.tar.xz @@ -10383,7 +10384,7 @@ drwxr-xr-x 2 root root 4096 2019-12-05 17:56 ./source/n/iw -rwxr-xr-x 1 root root 3643 2019-09-29 23:48 ./source/n/iw/iw.SlackBuild -rw-r--r-- 1 root root 47 2019-02-02 03:29 ./source/n/iw/iw.url -rw-r--r-- 1 root root 876 2018-02-27 06:13 ./source/n/iw/slack-desc -drwxr-xr-x 4 root root 4096 2020-01-22 00:36 ./source/n/krb5 +drwxr-xr-x 4 root root 4096 2020-02-13 18:45 ./source/n/krb5 drwxr-xr-x 2 root root 4096 2020-01-21 18:39 ./source/n/krb5/conf -rw-r--r-- 1 root root 92 2019-12-10 20:45 ./source/n/krb5/conf/kadmind -rw-r--r-- 1 root root 1164 2019-12-10 21:03 ./source/n/krb5/conf/kdc.conf.example @@ -10394,7 +10395,7 @@ drwxr-xr-x 2 root root 4096 2020-01-21 18:39 ./source/n/krb5/conf -rw-r--r-- 1 root root 857 2019-12-12 21:25 ./source/n/krb5/conf/rc.kpropd -rw-r--r-- 1 root root 842 2019-12-12 21:24 ./source/n/krb5/conf/rc.krb5kdc -rw-r--r-- 1 root root 357 2019-12-10 20:54 ./source/n/krb5/doinst.sh.gz --rw-r--r-- 1 root root 6057682 2019-12-11 17:29 ./source/n/krb5/krb5-1.17.1.tar.lz +-rw-r--r-- 1 root root 6011155 2020-02-12 18:45 ./source/n/krb5/krb5-1.18.tar.lz -rwxr-xr-x 1 root root 7876 2020-01-22 00:36 ./source/n/krb5/krb5.SlackBuild -rw-r--r-- 1 root root 39 2017-09-30 20:08 ./source/n/krb5/krb5.url drwxr-xr-x 2 root root 4096 2018-06-11 20:34 ./source/n/krb5/patches @@ -11312,12 +11313,12 @@ drwxr-xr-x 2 root root 4096 2019-09-29 23:48 ./source/x/m17n-lib -rw-r--r-- 1 root root 749501 2018-02-08 14:02 ./source/x/m17n-lib/m17n-lib-1.8.0.tar.lz -rwxr-xr-x 1 root root 5622 2019-09-29 23:48 ./source/x/m17n-lib/m17n-lib.SlackBuild -rw-r--r-- 1 root root 870 2018-02-27 06:13 ./source/x/m17n-lib/slack-desc -drwxr-xr-x 3 root root 4096 2020-01-28 20:42 ./source/x/mesa +drwxr-xr-x 3 root root 4096 2020-02-13 19:45 ./source/x/mesa -rw-r--r-- 1 root root 352 2008-03-10 07:13 ./source/x/mesa/README.GIT -rw-r--r-- 1 root root 388 2018-12-07 19:28 ./source/x/mesa/doinst.sh.gz -rwxr-xr-x 1 root root 720 2015-12-11 03:09 ./source/x/mesa/get-mesa.sh --rw-r--r-- 1 root root 11938700 2020-01-28 19:20 ./source/x/mesa/mesa-19.3.3.tar.xz --rw-r--r-- 1 root root 119 2020-01-28 19:20 ./source/x/mesa/mesa-19.3.3.tar.xz.sig +-rw-r--r-- 1 root root 11968288 2020-02-13 19:21 ./source/x/mesa/mesa-19.3.4.tar.xz +-rw-r--r-- 1 root root 119 2020-02-13 19:21 ./source/x/mesa/mesa-19.3.4.tar.xz.sig -rw-r--r-- 1 root root 7206679 2018-02-23 08:54 ./source/x/mesa/mesa-demos-8.4.0.tar.lz -rwxr-xr-x 1 root root 6445 2019-10-09 19:22 ./source/x/mesa/mesa.SlackBuild -rw-r--r-- 1 root root 78 2010-10-01 04:23 ./source/x/mesa/mesa.url @@ -12412,7 +12413,7 @@ drwxr-xr-x 2 root root 4096 2019-08-26 18:09 ./source/x/x11/src/font -rw-r--r-- 1 root root 263520 2010-11-15 00:05 ./source/x/x11/src/font/font-adobe-utopia-type1-1.0.4.tar.xz -rw-r--r-- 1 root root 92712 2010-10-05 06:16 ./source/x/x11/src/font/font-alias-1.0.3.tar.xz -rw-r--r-- 1 root root 101872 2010-11-15 19:55 ./source/x/x11/src/font/font-arabic-misc-1.0.3.tar.xz --rw-r--r-- 1 root root 589148 2010-11-15 20:01 ./source/x/x11/src/font/font-bh-100dpi-1.0.3.tar.xz +-rw-r--r-- 1 root root 589148 2010-11-15 20:01 ./source/x/x11/src/font/font-bh-100dpi-1.0.3.tar.xz -rw-r--r-- 1 root root 489900 2010-11-15 20:06 ./source/x/x11/src/font/font-bh-75dpi-1.0.3.tar.xz -rw-r--r-- 1 root root 216368 2010-11-15 20:11 ./source/x/x11/src/font/font-bh-lucidatypewriter-100dpi-1.0.3.tar.xz -rw-r--r-- 1 root root 193720 2010-11-15 20:16 ./source/x/x11/src/font/font-bh-lucidatypewriter-75dpi-1.0.3.tar.xz @@ -13125,14 +13126,14 @@ drwxr-xr-x 2 root root 4096 2019-02-17 22:03 ./source/y/bsd-games/patches -rw-r--r-- 1 root root 313 2019-02-17 22:07 ./source/y/bsd-games/patches/bsd-games.fortunepath.diff.gz -rw-r--r-- 1 root root 1960 2006-09-09 00:47 ./source/y/bsd-games/patches/bsd-games.pom.diff.gz -rw-r--r-- 1 root root 1065 2019-02-17 22:28 ./source/y/bsd-games/slack-desc -drwxr-xr-x 4 root root 4096 2020-02-12 22:10 ./testing --rw-r--r-- 1 root root 12191 2020-02-12 22:10 ./testing/CHECKSUMS.md5 --rw-r--r-- 1 root root 163 2020-02-12 22:10 ./testing/CHECKSUMS.md5.asc --rw-r--r-- 1 root root 15081 2020-02-12 22:10 ./testing/FILE_LIST --rw-r--r-- 1 root root 113293 2020-02-12 22:10 ./testing/MANIFEST.bz2 --rw-r--r-- 1 root root 21133 2020-02-12 22:10 ./testing/PACKAGES.TXT +drwxr-xr-x 4 root root 4096 2020-02-13 20:29 ./testing +-rw-r--r-- 1 root root 12191 2020-02-13 20:29 ./testing/CHECKSUMS.md5 +-rw-r--r-- 1 root root 163 2020-02-13 20:29 ./testing/CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 15081 2020-02-13 20:29 ./testing/FILE_LIST +-rw-r--r-- 1 root root 113150 2020-02-13 20:29 ./testing/MANIFEST.bz2 +-rw-r--r-- 1 root root 21133 2020-02-13 20:29 ./testing/PACKAGES.TXT drwxr-xr-x 3 root root 4096 2020-02-12 00:44 ./testing/packages -drwxr-xr-x 2 root root 12288 2020-02-12 22:10 ./testing/packages/PAM +drwxr-xr-x 2 root root 12288 2020-02-13 20:29 ./testing/packages/PAM -rw-r--r-- 1 root root 338 2020-02-10 23:10 ./testing/packages/PAM/ConsoleKit2-1.2.1-x86_64-1_pam.txt -rw-r--r-- 1 root root 194968 2020-02-10 23:10 ./testing/packages/PAM/ConsoleKit2-1.2.1-x86_64-1_pam.txz -rw-r--r-- 1 root root 163 2020-02-10 23:10 ./testing/packages/PAM/ConsoleKit2-1.2.1-x86_64-1_pam.txz.asc @@ -13217,9 +13218,9 @@ drwxr-xr-x 2 root root 12288 2020-02-12 22:10 ./testing/packages/PAM -rw-r--r-- 1 root root 736 2020-02-10 23:12 ./testing/packages/PAM/system-config-printer-1.5.12-x86_64-2_pam.txt -rw-r--r-- 1 root root 972328 2020-02-10 23:12 ./testing/packages/PAM/system-config-printer-1.5.12-x86_64-2_pam.txz -rw-r--r-- 1 root root 163 2020-02-10 23:12 ./testing/packages/PAM/system-config-printer-1.5.12-x86_64-2_pam.txz.asc --rw-r--r-- 1 root root 354 2020-02-10 23:04 ./testing/packages/PAM/util-linux-2.35.1-x86_64-1_pam.txt --rw-r--r-- 1 root root 2651216 2020-02-10 23:04 ./testing/packages/PAM/util-linux-2.35.1-x86_64-1_pam.txz --rw-r--r-- 1 root root 163 2020-02-10 23:04 ./testing/packages/PAM/util-linux-2.35.1-x86_64-1_pam.txz.asc +-rw-r--r-- 1 root root 354 2020-02-13 19:37 ./testing/packages/PAM/util-linux-2.35.1-x86_64-2_pam.txt +-rw-r--r-- 1 root root 2652656 2020-02-13 19:37 ./testing/packages/PAM/util-linux-2.35.1-x86_64-2_pam.txz +-rw-r--r-- 1 root root 163 2020-02-13 19:37 ./testing/packages/PAM/util-linux-2.35.1-x86_64-2_pam.txz.asc -rw-r--r-- 1 root root 511 2020-02-10 23:31 ./testing/packages/PAM/vsftpd-3.0.3-x86_64-5_pam.txt -rw-r--r-- 1 root root 127196 2020-02-10 23:31 ./testing/packages/PAM/vsftpd-3.0.3-x86_64-5_pam.txz -rw-r--r-- 1 root root 163 2020-02-10 23:31 ./testing/packages/PAM/vsftpd-3.0.3-x86_64-5_pam.txz.asc diff --git a/source/a/sysvinit-scripts/scripts/rc.M b/source/a/sysvinit-scripts/scripts/rc.M index cfffb8ec4..c0424ebe9 100644 --- a/source/a/sysvinit-scripts/scripts/rc.M +++ b/source/a/sysvinit-scripts/scripts/rc.M @@ -75,7 +75,7 @@ if [ -x /etc/rc.d/rc.pcmcia ]; then fi # Start the system logger. -if [ -x /etc/rc.d/rc.syslog -a -x /usr/sbin/syslogd -a -d /var/log ]; then +if [ -x /etc/rc.d/rc.syslog ]; then /etc/rc.d/rc.syslog start fi diff --git a/source/a/sysvinit-scripts/scripts/rc.S b/source/a/sysvinit-scripts/scripts/rc.S index 4162938f3..eb1765e10 100644 --- a/source/a/sysvinit-scripts/scripts/rc.S +++ b/source/a/sysvinit-scripts/scripts/rc.S @@ -367,6 +367,11 @@ else /sbin/mount -a -v -t nonfs,nosmbfs,nocifs,noproc,nosysfs | grep successfully | cut -f 1 -d : | tr -d ' ' | while read dev ; do mount | grep " ${dev} " ; done fi +# This should be empty as it's just a mountpoint now: +rm -rf /var/run/* +# Bind mount /run to /var/run: +mount -o bind /run /var/run + # Enable swapping again. This is needed in case a swapfile is used, # as it can't be enabled until the filesystem it resides on has been # mounted read-write. @@ -384,16 +389,14 @@ if [ -x /etc/rc.d/rc.cgconfig -a -x /etc/rc.d/rc.cgred -a -d /sys/fs/cgroup ]; t fi # Clean up some temporary files: -rm -f /var/run/* /var/run/*/* /var/run/*/*/* /etc/nologin \ - /etc/dhcpc/*.pid /etc/forcefsck /etc/fastboot \ - /var/state/saslauthd/saslauthd.pid \ - /tmp/.Xauth* 1> /dev/null 2> /dev/null +rm -f /etc/nologin /etc/dhcpc/*.pid /etc/forcefsck /etc/fastboot \ + /var/state/saslauthd/saslauthd.pid /tmp/.Xauth* 1> /dev/null 2> /dev/null +rm -rf /tmp/{kde-[a-zA-Z]*,ksocket-[a-zA-Z]*,hsperfdata_[a-zA-Z]*,plugtmp*} if [ -d /var/lib/pkgtools/setup/tmp ]; then ( cd /var/lib/pkgtools/setup/tmp && rm -rf * ) elif [ -d /var/log/setup/tmp ]; then ( cd /var/log/setup/tmp && rm -rf * ) fi -( cd /tmp && rm -rf kde-[a-zA-Z]* ksocket-[a-zA-Z]* hsperfdata_[a-zA-Z]* plugtmp* ) # Clear /var/lock/subsys: if [ -d /var/lock/subsys ]; then diff --git a/source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild b/source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild index 67beccea7..d3537dab4 100755 --- a/source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild +++ b/source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=sysvinit-scripts VERSION=${VERSION:-2.1} ARCH=noarch -BUILD=${BUILD:-28} +BUILD=${BUILD:-29} # If the variable PRINT_PACKAGE_NAME is set, then this script will report what # the name of the created package would be, and then exit. This information diff --git a/source/a/util-linux/doinst.sh b/source/a/util-linux/doinst.sh index f3010148b..da24e7435 100644 --- a/source/a/util-linux/doinst.sh +++ b/source/a/util-linux/doinst.sh @@ -22,3 +22,6 @@ config etc/rc.d/rc.serial.new config etc/rc.d/rc.setterm.new config etc/serial.conf.new +if [ -r etc/default/su.new ]; then + config etc/default/su.new +fi diff --git a/source/a/util-linux/su.default b/source/a/util-linux/su.default new file mode 100644 index 000000000..73fb50a0d --- /dev/null +++ b/source/a/util-linux/su.default @@ -0,0 +1,3 @@ +# Ensure that ENV_SUPATH from /etc/login.defs is used for the $PATH when +# 'su' is used. Otherwise /sbin paths will be missing unless 'su -' is used. +ALWAYS_SET_PATH yes diff --git a/source/a/util-linux/util-linux.SlackBuild b/source/a/util-linux/util-linux.SlackBuild index 662eb75ce..1d101d46c 100755 --- a/source/a/util-linux/util-linux.SlackBuild +++ b/source/a/util-linux/util-linux.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=util-linux VERSION=${VERSION:-$(echo util-linux*.tar.xz | cut -d - -f 3 | rev | cut -f 3- -d . | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} ADJTIMEXVERS=1.29 SETSERIALVERS=2.17 @@ -85,6 +85,11 @@ find . \ # Choose correct options depending on whether PAM is installed: if [ -L /lib${LIBDIRSUFFIX}/libpam.so.? ]; then LOGIN_OPTIONS="" + # Add su default file to ensure using ENV_SUPATH with 'su': + mkdir -p $PKG/etc/default + cp -a $CWD/su.default $PKG/etc/default/su.new + chown root:root $PKG/etc/default/su.new + chmod 644 $PKG/etc/default/su.new else LOGIN_OPTIONS="--disable-login" fi diff --git a/source/l/pcre/pcre.url b/source/l/pcre/pcre.url index 249757b9c..2e0a9c866 100644 --- a/source/l/pcre/pcre.url +++ b/source/l/pcre/pcre.url @@ -1 +1,2 @@ -ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ +ftp://ftp.pcre.org/pub/pcre/ +#ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ diff --git a/source/l/pcre/slack-desc b/source/l/pcre/slack-desc index 010ce4875..1a5d8b06c 100644 --- a/source/l/pcre/slack-desc +++ b/source/l/pcre/slack-desc @@ -12,7 +12,7 @@ pcre: The PCRE library is a set of functions that implement regular pcre: expression pattern matching using the same syntax and semantics as pcre: Perl 5, with just a few differences (documented in the man page). pcre: -pcre: +pcre: Homepage: https://www.pcre.org pcre: pcre: pcre: diff --git a/source/l/qt/slack-desc b/source/l/qt/slack-desc index 955b3af1c..955b3af1c 100755..100644 --- a/source/l/qt/slack-desc +++ b/source/l/qt/slack-desc diff --git a/source/l/sdl/sdl.SlackBuild b/source/l/sdl/sdl.SlackBuild index 1f79c32df..9fee91634 100755 --- a/source/l/sdl/sdl.SlackBuild +++ b/source/l/sdl/sdl.SlackBuild @@ -30,7 +30,7 @@ NET=${NET:-$(echo SDL_net-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev SOUND=${SOUND:-$(echo SDL_sound-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} TTF=${TTF:-$(echo SDL_ttf-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-8} +BUILD=${BUILD:-9} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -252,6 +252,11 @@ CFLAGS="$SLKCFLAGS" \ make $NUMJOBS || make || exit 1 make install DESTDIR=$PKG || exit 1 +mkdir -p $PKG/usr/doc/SDL_ttf-$TTF +cp -a \ + CHANGES COPYING README \ + $PKG/usr/doc/SDL_ttf-$TTF + # Add SDL_sound: cd $TMP rm -rf SDL_sound-$SOUND @@ -296,4 +301,3 @@ gzip -9 $PKG/usr/man/man?/*.? cd $PKG /sbin/makepkg -l y -c n $TMP/sdl-$VERSION-$ARCH-$BUILD.txz - diff --git a/testing/packages/PAM/util-linux-2.35.1-x86_64-1_pam.txt b/testing/packages/PAM/util-linux-2.35.1-x86_64-2_pam.txt index 7e4aa7b72..7e4aa7b72 100644 --- a/testing/packages/PAM/util-linux-2.35.1-x86_64-1_pam.txt +++ b/testing/packages/PAM/util-linux-2.35.1-x86_64-2_pam.txt |