mirror of
git://slackware.nl/current.git
synced 2025-01-17 18:12:36 +01:00
Fri Nov 23 06:52:59 UTC 2018
d/bison-3.2.2-x86_64-1.txz: Upgraded. d/parallel-20181122-noarch-1.txz: Upgraded. l/adwaita-icon-theme-3.30.1-noarch-1.txz: Upgraded. n/nghttp2-1.35.0-x86_64-1.txz: Upgraded.
This commit is contained in:
parent
44f92d940d
commit
8a98ceb6bd
4 changed files with 91 additions and 56 deletions
|
@ -37,6 +37,7 @@ d/python-pip
|
||||||
d/python3
|
d/python3
|
||||||
d/opencl-headers
|
d/opencl-headers
|
||||||
d/rust
|
d/rust
|
||||||
|
d/vala
|
||||||
l/Mako
|
l/Mako
|
||||||
l/SDL2
|
l/SDL2
|
||||||
l/SDL2_gfx
|
l/SDL2_gfx
|
||||||
|
@ -57,9 +58,13 @@ l/libbluray
|
||||||
l/libclc
|
l/libclc
|
||||||
l/libedit
|
l/libedit
|
||||||
l/libidn2
|
l/libidn2
|
||||||
|
l/libopusenc
|
||||||
|
l/libpsl
|
||||||
l/libsodium
|
l/libsodium
|
||||||
l/libunwind
|
l/libunwind
|
||||||
l/libwebp
|
l/libwebp
|
||||||
|
l/lmdb
|
||||||
|
l/mozjs52 (replaceds l/js185)
|
||||||
l/ocl-icd
|
l/ocl-icd
|
||||||
l/opus
|
l/opus
|
||||||
l/opusfile
|
l/opusfile
|
||||||
|
@ -80,6 +85,7 @@ l/tdb
|
||||||
l/tevent
|
l/tevent
|
||||||
l/talloc
|
l/talloc
|
||||||
l/utf8proc
|
l/utf8proc
|
||||||
|
l/zstd
|
||||||
n/dovecot
|
n/dovecot
|
||||||
n/libmilter
|
n/libmilter
|
||||||
n/nghttp2
|
n/nghttp2
|
||||||
|
@ -126,8 +132,10 @@ l/libmcs
|
||||||
l/libmsn
|
l/libmsn
|
||||||
l/libtermcap
|
l/libtermcap
|
||||||
l/libwmf-docs (merged with l/libwmf)
|
l/libwmf-docs (merged with l/libwmf)
|
||||||
|
l/js185 (replaced with l/mozjs52)
|
||||||
l/notify-python (replaced by python-notify2)
|
l/notify-python (replaced by python-notify2)
|
||||||
l/pyrex
|
l/pyrex
|
||||||
|
l/virtuoso-ose
|
||||||
n/dirmngr
|
n/dirmngr
|
||||||
n/idnkit
|
n/idnkit
|
||||||
n/pth
|
n/pth
|
||||||
|
@ -214,15 +222,24 @@ The gnupg2 package has changed such that the gpg agent is autostarted on
|
||||||
As mentioned earlier, n/postfix replaces n/sendmail as the default MTA.
|
As mentioned earlier, n/postfix replaces n/sendmail as the default MTA.
|
||||||
However, postfix is sendmail compatible with respect to function; in
|
However, postfix is sendmail compatible with respect to function; in
|
||||||
other words, any scripts or other applications expecting to *use*
|
other words, any scripts or other applications expecting to *use*
|
||||||
sendmail should work just fine, as postfix installs a file at
|
sendmail should work just fine, as postfix installs a sendmail binary
|
||||||
/usr/sbin/sendmail. This is all fine and wonderful unless you want
|
at /usr/sbin/sendmail. This is all fine and wonderful unless you want
|
||||||
to *use* sendmail *instead* of postfix and thus decided to leave
|
to use sendmail *instead* of postfix and thus decided to leave sendmail
|
||||||
sendmail installed on the system. The postfix package will overwrite
|
installed on the system. The postfix package will overwrite the
|
||||||
the /usr/sbin/sendmail file on the system. Long story short: if you
|
/usr/sbin/sendmail file on the system. Long story short: if you plan
|
||||||
plan to use the sendmail MTA instead of postfix, you will need to
|
to use the sendmail MTA instead of postfix, you will need to reinstall
|
||||||
uninstall postfix *before* installing/reinstalling sendmail. You should
|
sendmail after postfix. Many distros provide a means of having both MTAs
|
||||||
never have both sendmail and postfix installed on the same machine.
|
(and even others, such as exim and courier) installed at the same time,
|
||||||
If you do, one of them will not work properly.
|
but we don't see a reason to bother with that. If for some reason you
|
||||||
|
DO want both:
|
||||||
|
1: First, install the MTA you do NOT plan to use
|
||||||
|
2. Rename the /usr/sbin/sendmail binary with a suffix, e.g.
|
||||||
|
# mv /usr/sbin/sendmail /usr/sbin/sendmail.postfix
|
||||||
|
3: Next, install the MTA you DO plan to use
|
||||||
|
Finally, you might want to configure the first-installed MTA to look at
|
||||||
|
the changed path for its sendmail binary. We're not going to cover that
|
||||||
|
here. Also note that only one of the installed MTAs will be able to bind
|
||||||
|
the common SMTP ports, if you want to have both MTAs running.
|
||||||
|
|
||||||
The cciss driver has been replaced by the hpsa driver, so if you're
|
The cciss driver has been replaced by the hpsa driver, so if you're
|
||||||
running an HP server, this may be relevant to you. This is mostly an
|
running an HP server, this may be relevant to you. This is mostly an
|
||||||
|
@ -246,7 +263,7 @@ Use one of the provided generic kernels for daily use. Do not report
|
||||||
ATI proprietary drivers) if you use the SMP kernel.
|
ATI proprietary drivers) if you use the SMP kernel.
|
||||||
|
|
||||||
If you decide to use one of the non-SMP kernels, you will need to follow the
|
If you decide to use one of the non-SMP kernels, you will need to follow the
|
||||||
instructions in /extra/linux-4.14.68-nosmp-sdk/README.TXT to modify your
|
instructions in /extra/linux-4.19.3-nosmp-sdk/README.TXT to modify your
|
||||||
kernel sources for non-SMP usage. Note that this only applies if you are
|
kernel sources for non-SMP usage. Note that this only applies if you are
|
||||||
using the Slackware-provided non-SMP kernel - if you build a custom kernel,
|
using the Slackware-provided non-SMP kernel - if you build a custom kernel,
|
||||||
the symlinks at /lib/modules/$(uname -r)/{build,source} will point to the
|
the symlinks at /lib/modules/$(uname -r)/{build,source} will point to the
|
||||||
|
|
|
@ -11,9 +11,23 @@
|
||||||
<description>Tracking Slackware development in git.</description>
|
<description>Tracking Slackware development in git.</description>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<id xmlns="http://www.w3.org/2005/Atom">urn:uuid:c964f45e-6732-11e8-bbe5-107b4450212f</id>
|
<id xmlns="http://www.w3.org/2005/Atom">urn:uuid:c964f45e-6732-11e8-bbe5-107b4450212f</id>
|
||||||
<pubDate>Thu, 22 Nov 2018 05:56:56 GMT</pubDate>
|
<pubDate>Fri, 23 Nov 2018 06:52:59 GMT</pubDate>
|
||||||
<lastBuildDate>Thu, 22 Nov 2018 16:59:43 GMT</lastBuildDate>
|
<lastBuildDate>Fri, 23 Nov 2018 16:59:40 GMT</lastBuildDate>
|
||||||
<generator>maintain_current_git.sh v 1.10</generator>
|
<generator>maintain_current_git.sh v 1.10</generator>
|
||||||
|
<item>
|
||||||
|
<title>Fri, 23 Nov 2018 06:52:59 GMT</title>
|
||||||
|
<pubDate>Fri, 23 Nov 2018 06:52:59 GMT</pubDate>
|
||||||
|
<link>https://git.slackware.nl/current/tag/?h=20181123065259</link>
|
||||||
|
<guid isPermaLink="false">20181123065259</guid>
|
||||||
|
<description>
|
||||||
|
<![CDATA[<pre>
|
||||||
|
d/bison-3.2.2-x86_64-1.txz: Upgraded.
|
||||||
|
d/parallel-20181122-noarch-1.txz: Upgraded.
|
||||||
|
l/adwaita-icon-theme-3.30.1-noarch-1.txz: Upgraded.
|
||||||
|
n/nghttp2-1.35.0-x86_64-1.txz: Upgraded.
|
||||||
|
</pre>]]>
|
||||||
|
</description>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>Thu, 22 Nov 2018 05:56:56 GMT</title>
|
<title>Thu, 22 Nov 2018 05:56:56 GMT</title>
|
||||||
<pubDate>Thu, 22 Nov 2018 05:56:56 GMT</pubDate>
|
<pubDate>Thu, 22 Nov 2018 05:56:56 GMT</pubDate>
|
||||||
|
@ -49,7 +63,6 @@ ap/mariadb-10.3.11-x86_64-1.txz: Upgraded.
|
||||||
(* Security fix *)
|
(* Security fix *)
|
||||||
d/cmake-3.13.0-x86_64-1.txz: Upgraded.
|
d/cmake-3.13.0-x86_64-1.txz: Upgraded.
|
||||||
d/git-2.19.2-x86_64-1.txz: Upgraded.
|
d/git-2.19.2-x86_64-1.txz: Upgraded.
|
||||||
d/kernel-headers-4.14.63-x86-1.txz: Upgraded.
|
|
||||||
d/kernel-headers-4.19.3-x86-1.txz: Upgraded.
|
d/kernel-headers-4.19.3-x86-1.txz: Upgraded.
|
||||||
d/vala-0.42.3-x86_64-1.txz: Added.
|
d/vala-0.42.3-x86_64-1.txz: Added.
|
||||||
k/kernel-source-4.19.3-noarch-1.txz: Upgraded.
|
k/kernel-source-4.19.3-noarch-1.txz: Upgraded.
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
Fri Nov 23 06:52:59 UTC 2018
|
||||||
|
d/bison-3.2.2-x86_64-1.txz: Upgraded.
|
||||||
|
d/parallel-20181122-noarch-1.txz: Upgraded.
|
||||||
|
l/adwaita-icon-theme-3.30.1-noarch-1.txz: Upgraded.
|
||||||
|
n/nghttp2-1.35.0-x86_64-1.txz: Upgraded.
|
||||||
|
+--------------------------+
|
||||||
Thu Nov 22 05:56:56 UTC 2018
|
Thu Nov 22 05:56:56 UTC 2018
|
||||||
a/kernel-generic-4.19.3-x86_64-1.txz: Upgraded.
|
a/kernel-generic-4.19.3-x86_64-1.txz: Upgraded.
|
||||||
a/kernel-huge-4.19.3-x86_64-1.txz: Upgraded.
|
a/kernel-huge-4.19.3-x86_64-1.txz: Upgraded.
|
||||||
|
@ -27,7 +33,6 @@ ap/mariadb-10.3.11-x86_64-1.txz: Upgraded.
|
||||||
(* Security fix *)
|
(* Security fix *)
|
||||||
d/cmake-3.13.0-x86_64-1.txz: Upgraded.
|
d/cmake-3.13.0-x86_64-1.txz: Upgraded.
|
||||||
d/git-2.19.2-x86_64-1.txz: Upgraded.
|
d/git-2.19.2-x86_64-1.txz: Upgraded.
|
||||||
d/kernel-headers-4.14.63-x86-1.txz: Upgraded.
|
|
||||||
d/kernel-headers-4.19.3-x86-1.txz: Upgraded.
|
d/kernel-headers-4.19.3-x86-1.txz: Upgraded.
|
||||||
d/vala-0.42.3-x86_64-1.txz: Added.
|
d/vala-0.42.3-x86_64-1.txz: Added.
|
||||||
k/kernel-source-4.19.3-noarch-1.txz: Upgraded.
|
k/kernel-source-4.19.3-noarch-1.txz: Upgraded.
|
||||||
|
|
84
FILELIST.TXT
84
FILELIST.TXT
|
@ -1,20 +1,20 @@
|
||||||
Thu Nov 22 06:14:53 UTC 2018
|
Fri Nov 23 07:04:14 UTC 2018
|
||||||
|
|
||||||
Here is the file list for this directory. If you are using a
|
Here is the file list for this directory. If you are using a
|
||||||
mirror site and find missing or extra files in the disk
|
mirror site and find missing or extra files in the disk
|
||||||
subdirectories, please have the archive administrator refresh
|
subdirectories, please have the archive administrator refresh
|
||||||
the mirror.
|
the mirror.
|
||||||
|
|
||||||
drwxr-xr-x 12 root root 4096 2018-11-22 05:56 .
|
drwxr-xr-x 12 root root 4096 2018-11-23 06:53 .
|
||||||
-rw-r--r-- 1 root root 10064 2016-06-30 18:39 ./ANNOUNCE.14_2
|
-rw-r--r-- 1 root root 10064 2016-06-30 18:39 ./ANNOUNCE.14_2
|
||||||
-rw-r--r-- 1 root root 13539 2018-11-01 18:46 ./CHANGES_AND_HINTS.TXT
|
-rw-r--r-- 1 root root 14255 2018-11-22 08:40 ./CHANGES_AND_HINTS.TXT
|
||||||
-rw-r--r-- 1 root root 910589 2018-11-19 02:57 ./CHECKSUMS.md5
|
-rw-r--r-- 1 root root 408 2018-11-22 17:40 ./CHECKSUMS.md5
|
||||||
-rw-r--r-- 1 root root 163 2018-11-19 02:57 ./CHECKSUMS.md5.asc
|
-rw-r--r-- 1 root root 163 2018-11-22 17:40 ./CHECKSUMS.md5.asc
|
||||||
-rw-r--r-- 1 root root 17976 1994-06-10 02:28 ./COPYING
|
-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 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 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 616 2006-10-02 04:37 ./CRYPTO_NOTICE.TXT
|
||||||
-rw-r--r-- 1 root root 515594 2018-11-22 05:56 ./ChangeLog.txt
|
-rw-r--r-- 1 root root 515784 2018-11-23 06:53 ./ChangeLog.txt
|
||||||
drwxr-xr-x 3 root root 4096 2013-03-20 22:17 ./EFI
|
drwxr-xr-x 3 root root 4096 2013-03-20 22:17 ./EFI
|
||||||
drwxr-xr-x 2 root root 4096 2018-11-22 05:55 ./EFI/BOOT
|
drwxr-xr-x 2 root root 4096 2018-11-22 05:55 ./EFI/BOOT
|
||||||
-rw-r--r-- 1 root root 1253376 2018-02-24 20:49 ./EFI/BOOT/bootx64.efi
|
-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 2018-11-22 05:55 ./EFI/BOOT
|
||||||
-rwxr-xr-x 1 root root 2494 2018-02-24 20:49 ./EFI/BOOT/make-grub.sh
|
-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 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 1273 2013-08-12 21:08 ./EFI/BOOT/tools.cfg
|
||||||
-rw-r--r-- 1 root root 1198416 2018-11-19 02:56 ./FILELIST.TXT
|
-rw-r--r-- 1 root root 1200532 2018-11-22 17:40 ./FILELIST.TXT
|
||||||
-rw-r--r-- 1 root root 1572 2012-08-29 18:27 ./GPG-KEY
|
-rw-r--r-- 1 root root 1572 2012-08-29 18:27 ./GPG-KEY
|
||||||
-rw-r--r-- 1 root root 729573 2018-11-22 06:12 ./PACKAGES.TXT
|
-rw-r--r-- 1 root root 729573 2018-11-23 07:02 ./PACKAGES.TXT
|
||||||
-rw-r--r-- 1 root root 8564 2016-06-28 21:33 ./README.TXT
|
-rw-r--r-- 1 root root 8564 2016-06-28 21:33 ./README.TXT
|
||||||
-rw-r--r-- 1 root root 3628 2018-11-22 05:27 ./README.initrd
|
-rw-r--r-- 1 root root 3628 2018-11-22 05:27 ./README.initrd
|
||||||
-rw-r--r-- 1 root root 34412 2017-12-01 17:44 ./README_CRYPT.TXT
|
-rw-r--r-- 1 root root 34412 2017-12-01 17:44 ./README_CRYPT.TXT
|
||||||
|
@ -798,11 +798,11 @@ 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 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 14 2012-09-20 18:06 ./patches/MANIFEST.bz2
|
||||||
-rw-r--r-- 1 root root 224 2012-09-20 18:06 ./patches/PACKAGES.TXT
|
-rw-r--r-- 1 root root 224 2012-09-20 18:06 ./patches/PACKAGES.TXT
|
||||||
drwxr-xr-x 18 root root 4096 2018-11-22 06:13 ./slackware64
|
drwxr-xr-x 18 root root 4096 2018-11-23 07:02 ./slackware64
|
||||||
-rw-r--r-- 1 root root 289403 2018-11-22 06:13 ./slackware64/CHECKSUMS.md5
|
-rw-r--r-- 1 root root 289403 2018-11-23 07:02 ./slackware64/CHECKSUMS.md5
|
||||||
-rw-r--r-- 1 root root 163 2018-11-22 06:13 ./slackware64/CHECKSUMS.md5.asc
|
-rw-r--r-- 1 root root 163 2018-11-23 07:02 ./slackware64/CHECKSUMS.md5.asc
|
||||||
-rw-r--r-- 1 root root 360553 2018-11-22 06:09 ./slackware64/FILE_LIST
|
-rw-r--r-- 1 root root 360553 2018-11-23 06:59 ./slackware64/FILE_LIST
|
||||||
-rw-r--r-- 1 root root 3612253 2018-11-22 06:10 ./slackware64/MANIFEST.bz2
|
-rw-r--r-- 1 root root 3609031 2018-11-23 07:00 ./slackware64/MANIFEST.bz2
|
||||||
lrwxrwxrwx 1 root root 15 2009-08-23 23:34 ./slackware64/PACKAGES.TXT -> ../PACKAGES.TXT
|
lrwxrwxrwx 1 root root 15 2009-08-23 23:34 ./slackware64/PACKAGES.TXT -> ../PACKAGES.TXT
|
||||||
drwxr-xr-x 2 root root 28672 2018-11-22 06:09 ./slackware64/a
|
drwxr-xr-x 2 root root 28672 2018-11-22 06:09 ./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 327 2018-06-24 18:44 ./slackware64/a/aaa_base-14.2-x86_64-5.txt
|
||||||
|
@ -1398,7 +1398,7 @@ drwxr-xr-x 2 root root 20480 2018-11-22 06:09 ./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 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 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
|
-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 2018-11-22 06:09 ./slackware64/d
|
drwxr-xr-x 2 root root 16384 2018-11-23 06:59 ./slackware64/d
|
||||||
-rw-r--r-- 1 root root 360 2018-10-20 19:00 ./slackware64/d/Cython-0.29-x86_64-1.txt
|
-rw-r--r-- 1 root root 360 2018-10-20 19:00 ./slackware64/d/Cython-0.29-x86_64-1.txt
|
||||||
-rw-r--r-- 1 root root 3071512 2018-10-20 19:00 ./slackware64/d/Cython-0.29-x86_64-1.txz
|
-rw-r--r-- 1 root root 3071512 2018-10-20 19:00 ./slackware64/d/Cython-0.29-x86_64-1.txz
|
||||||
-rw-r--r-- 1 root root 163 2018-10-20 19:00 ./slackware64/d/Cython-0.29-x86_64-1.txz.asc
|
-rw-r--r-- 1 root root 163 2018-10-20 19:00 ./slackware64/d/Cython-0.29-x86_64-1.txz.asc
|
||||||
|
@ -1411,9 +1411,9 @@ drwxr-xr-x 2 root root 16384 2018-11-22 06:09 ./slackware64/d
|
||||||
-rw-r--r-- 1 root root 442 2018-09-13 19:31 ./slackware64/d/binutils-2.31.1-x86_64-4.txt
|
-rw-r--r-- 1 root root 442 2018-09-13 19:31 ./slackware64/d/binutils-2.31.1-x86_64-4.txt
|
||||||
-rw-r--r-- 1 root root 5072048 2018-09-13 19:31 ./slackware64/d/binutils-2.31.1-x86_64-4.txz
|
-rw-r--r-- 1 root root 5072048 2018-09-13 19:31 ./slackware64/d/binutils-2.31.1-x86_64-4.txz
|
||||||
-rw-r--r-- 1 root root 163 2018-09-13 19:31 ./slackware64/d/binutils-2.31.1-x86_64-4.txz.asc
|
-rw-r--r-- 1 root root 163 2018-09-13 19:31 ./slackware64/d/binutils-2.31.1-x86_64-4.txz.asc
|
||||||
-rw-r--r-- 1 root root 513 2018-11-09 19:25 ./slackware64/d/bison-3.2.1-x86_64-1.txt
|
-rw-r--r-- 1 root root 513 2018-11-22 17:42 ./slackware64/d/bison-3.2.2-x86_64-1.txt
|
||||||
-rw-r--r-- 1 root root 572184 2018-11-09 19:25 ./slackware64/d/bison-3.2.1-x86_64-1.txz
|
-rw-r--r-- 1 root root 572548 2018-11-22 17:42 ./slackware64/d/bison-3.2.2-x86_64-1.txz
|
||||||
-rw-r--r-- 1 root root 163 2018-11-09 19:25 ./slackware64/d/bison-3.2.1-x86_64-1.txz.asc
|
-rw-r--r-- 1 root root 163 2018-11-22 17:42 ./slackware64/d/bison-3.2.2-x86_64-1.txz.asc
|
||||||
-rw-r--r-- 1 root root 350 2018-10-17 03:06 ./slackware64/d/ccache-3.5-x86_64-1.txt
|
-rw-r--r-- 1 root root 350 2018-10-17 03:06 ./slackware64/d/ccache-3.5-x86_64-1.txt
|
||||||
-rw-r--r-- 1 root root 91860 2018-10-17 03:06 ./slackware64/d/ccache-3.5-x86_64-1.txz
|
-rw-r--r-- 1 root root 91860 2018-10-17 03:06 ./slackware64/d/ccache-3.5-x86_64-1.txz
|
||||||
-rw-r--r-- 1 root root 163 2018-10-17 03:06 ./slackware64/d/ccache-3.5-x86_64-1.txz.asc
|
-rw-r--r-- 1 root root 163 2018-10-17 03:06 ./slackware64/d/ccache-3.5-x86_64-1.txz.asc
|
||||||
|
@ -1532,9 +1532,9 @@ drwxr-xr-x 2 root root 16384 2018-11-22 06:09 ./slackware64/d
|
||||||
-rw-r--r-- 1 root root 543 2018-04-13 13:56 ./slackware64/d/p2c-1.21alpha2-x86_64-4.txt
|
-rw-r--r-- 1 root root 543 2018-04-13 13:56 ./slackware64/d/p2c-1.21alpha2-x86_64-4.txt
|
||||||
-rw-r--r-- 1 root root 305472 2018-04-13 13:56 ./slackware64/d/p2c-1.21alpha2-x86_64-4.txz
|
-rw-r--r-- 1 root root 305472 2018-04-13 13:56 ./slackware64/d/p2c-1.21alpha2-x86_64-4.txz
|
||||||
-rw-r--r-- 1 root root 163 2018-04-13 13:56 ./slackware64/d/p2c-1.21alpha2-x86_64-4.txz.asc
|
-rw-r--r-- 1 root root 163 2018-04-13 13:56 ./slackware64/d/p2c-1.21alpha2-x86_64-4.txz.asc
|
||||||
-rw-r--r-- 1 root root 398 2018-10-23 00:57 ./slackware64/d/parallel-20181022-noarch-1.txt
|
-rw-r--r-- 1 root root 398 2018-11-23 06:36 ./slackware64/d/parallel-20181122-noarch-1.txt
|
||||||
-rw-r--r-- 1 root root 389852 2018-10-23 00:57 ./slackware64/d/parallel-20181022-noarch-1.txz
|
-rw-r--r-- 1 root root 389892 2018-11-23 06:36 ./slackware64/d/parallel-20181122-noarch-1.txz
|
||||||
-rw-r--r-- 1 root root 163 2018-10-23 00:57 ./slackware64/d/parallel-20181022-noarch-1.txz.asc
|
-rw-r--r-- 1 root root 163 2018-11-23 06:36 ./slackware64/d/parallel-20181122-noarch-1.txz.asc
|
||||||
-rw-r--r-- 1 root root 469 2018-04-13 13:56 ./slackware64/d/patchelf-0.9-x86_64-2.txt
|
-rw-r--r-- 1 root root 469 2018-04-13 13:56 ./slackware64/d/patchelf-0.9-x86_64-2.txt
|
||||||
-rw-r--r-- 1 root root 50888 2018-04-13 13:56 ./slackware64/d/patchelf-0.9-x86_64-2.txz
|
-rw-r--r-- 1 root root 50888 2018-04-13 13:56 ./slackware64/d/patchelf-0.9-x86_64-2.txz
|
||||||
-rw-r--r-- 1 root root 163 2018-04-13 13:56 ./slackware64/d/patchelf-0.9-x86_64-2.txz.asc
|
-rw-r--r-- 1 root root 163 2018-04-13 13:56 ./slackware64/d/patchelf-0.9-x86_64-2.txz.asc
|
||||||
|
@ -2463,7 +2463,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
|
||||||
-rw-r--r-- 1 root root 7544 2018-03-01 07:54 ./slackware64/kdei/maketag.ez
|
-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
|
-rw-r--r-- 1 root root 1500 2018-03-01 07:54 ./slackware64/kdei/tagfile
|
||||||
drwxr-xr-x 2 root root 69632 2018-11-22 06:09 ./slackware64/l
|
drwxr-xr-x 2 root root 69632 2018-11-23 06:59 ./slackware64/l
|
||||||
-rw-r--r-- 1 root root 338 2018-04-13 14:13 ./slackware64/l/ConsoleKit2-1.0.0-x86_64-4.txt
|
-rw-r--r-- 1 root root 338 2018-04-13 14:13 ./slackware64/l/ConsoleKit2-1.0.0-x86_64-4.txt
|
||||||
-rw-r--r-- 1 root root 149752 2018-04-13 14:13 ./slackware64/l/ConsoleKit2-1.0.0-x86_64-4.txz
|
-rw-r--r-- 1 root root 149752 2018-04-13 14:13 ./slackware64/l/ConsoleKit2-1.0.0-x86_64-4.txz
|
||||||
-rw-r--r-- 1 root root 163 2018-04-13 14:13 ./slackware64/l/ConsoleKit2-1.0.0-x86_64-4.txz.asc
|
-rw-r--r-- 1 root root 163 2018-04-13 14:13 ./slackware64/l/ConsoleKit2-1.0.0-x86_64-4.txz.asc
|
||||||
|
@ -2509,9 +2509,9 @@ drwxr-xr-x 2 root root 69632 2018-11-22 06:09 ./slackware64/l
|
||||||
-rw-r--r-- 1 root root 989 2018-04-13 14:20 ./slackware64/l/aalib-1.4rc5-x86_64-6.txt
|
-rw-r--r-- 1 root root 989 2018-04-13 14:20 ./slackware64/l/aalib-1.4rc5-x86_64-6.txt
|
||||||
-rw-r--r-- 1 root root 157788 2018-04-13 14:20 ./slackware64/l/aalib-1.4rc5-x86_64-6.txz
|
-rw-r--r-- 1 root root 157788 2018-04-13 14:20 ./slackware64/l/aalib-1.4rc5-x86_64-6.txz
|
||||||
-rw-r--r-- 1 root root 163 2018-04-13 14:20 ./slackware64/l/aalib-1.4rc5-x86_64-6.txz.asc
|
-rw-r--r-- 1 root root 163 2018-04-13 14:20 ./slackware64/l/aalib-1.4rc5-x86_64-6.txz.asc
|
||||||
-rw-r--r-- 1 root root 323 2018-11-21 20:32 ./slackware64/l/adwaita-icon-theme-3.30.0-noarch-1.txt
|
-rw-r--r-- 1 root root 323 2018-11-22 17:46 ./slackware64/l/adwaita-icon-theme-3.30.1-noarch-1.txt
|
||||||
-rw-r--r-- 1 root root 11684220 2018-11-21 20:32 ./slackware64/l/adwaita-icon-theme-3.30.0-noarch-1.txz
|
-rw-r--r-- 1 root root 11683172 2018-11-22 17:46 ./slackware64/l/adwaita-icon-theme-3.30.1-noarch-1.txz
|
||||||
-rw-r--r-- 1 root root 163 2018-11-21 20:32 ./slackware64/l/adwaita-icon-theme-3.30.0-noarch-1.txz.asc
|
-rw-r--r-- 1 root root 163 2018-11-22 17:46 ./slackware64/l/adwaita-icon-theme-3.30.1-noarch-1.txz.asc
|
||||||
-rw-r--r-- 1 root root 382 2018-08-09 23:55 ./slackware64/l/akonadi-1.13.0-x86_64-10.txt
|
-rw-r--r-- 1 root root 382 2018-08-09 23:55 ./slackware64/l/akonadi-1.13.0-x86_64-10.txt
|
||||||
-rw-r--r-- 1 root root 947924 2018-08-09 23:55 ./slackware64/l/akonadi-1.13.0-x86_64-10.txz
|
-rw-r--r-- 1 root root 947924 2018-08-09 23:55 ./slackware64/l/akonadi-1.13.0-x86_64-10.txz
|
||||||
-rw-r--r-- 1 root root 163 2018-08-09 23:55 ./slackware64/l/akonadi-1.13.0-x86_64-10.txz.asc
|
-rw-r--r-- 1 root root 163 2018-08-09 23:55 ./slackware64/l/akonadi-1.13.0-x86_64-10.txz.asc
|
||||||
|
@ -3420,7 +3420,7 @@ drwxr-xr-x 2 root root 69632 2018-11-22 06:09 ./slackware64/l
|
||||||
-rw-r--r-- 1 root root 463 2018-11-08 01:07 ./slackware64/l/zstd-1.3.7-x86_64-1.txt
|
-rw-r--r-- 1 root root 463 2018-11-08 01:07 ./slackware64/l/zstd-1.3.7-x86_64-1.txt
|
||||||
-rw-r--r-- 1 root root 380944 2018-11-08 01:07 ./slackware64/l/zstd-1.3.7-x86_64-1.txz
|
-rw-r--r-- 1 root root 380944 2018-11-08 01:07 ./slackware64/l/zstd-1.3.7-x86_64-1.txz
|
||||||
-rw-r--r-- 1 root root 163 2018-11-08 01:07 ./slackware64/l/zstd-1.3.7-x86_64-1.txz.asc
|
-rw-r--r-- 1 root root 163 2018-11-08 01:07 ./slackware64/l/zstd-1.3.7-x86_64-1.txz.asc
|
||||||
drwxr-xr-x 2 root root 32768 2018-11-22 06:09 ./slackware64/n
|
drwxr-xr-x 2 root root 32768 2018-11-23 06:59 ./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 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 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
|
-rw-r--r-- 1 root root 163 2018-09-24 19:22 ./slackware64/n/ModemManager-1.8.2-x86_64-1.txz.asc
|
||||||
|
@ -3716,9 +3716,9 @@ drwxr-xr-x 2 root root 32768 2018-11-22 06:09 ./slackware64/n
|
||||||
-rw-r--r-- 1 root root 535 2018-11-14 19:20 ./slackware64/n/nftables-0.9.0-x86_64-2.txt
|
-rw-r--r-- 1 root root 535 2018-11-14 19:20 ./slackware64/n/nftables-0.9.0-x86_64-2.txt
|
||||||
-rw-r--r-- 1 root root 198968 2018-11-14 19:20 ./slackware64/n/nftables-0.9.0-x86_64-2.txz
|
-rw-r--r-- 1 root root 198968 2018-11-14 19:20 ./slackware64/n/nftables-0.9.0-x86_64-2.txz
|
||||||
-rw-r--r-- 1 root root 163 2018-11-14 19:20 ./slackware64/n/nftables-0.9.0-x86_64-2.txz.asc
|
-rw-r--r-- 1 root root 163 2018-11-14 19:20 ./slackware64/n/nftables-0.9.0-x86_64-2.txz.asc
|
||||||
-rw-r--r-- 1 root root 297 2018-10-10 17:41 ./slackware64/n/nghttp2-1.34.0-x86_64-1.txt
|
-rw-r--r-- 1 root root 297 2018-11-23 06:38 ./slackware64/n/nghttp2-1.35.0-x86_64-1.txt
|
||||||
-rw-r--r-- 1 root root 104636 2018-10-10 17:41 ./slackware64/n/nghttp2-1.34.0-x86_64-1.txz
|
-rw-r--r-- 1 root root 104704 2018-11-23 06:38 ./slackware64/n/nghttp2-1.35.0-x86_64-1.txz
|
||||||
-rw-r--r-- 1 root root 163 2018-10-10 17:41 ./slackware64/n/nghttp2-1.34.0-x86_64-1.txz.asc
|
-rw-r--r-- 1 root root 163 2018-11-23 06:38 ./slackware64/n/nghttp2-1.35.0-x86_64-1.txz.asc
|
||||||
-rw-r--r-- 1 root root 649 2018-05-08 04:22 ./slackware64/n/nmap-7.70-x86_64-3.txt
|
-rw-r--r-- 1 root root 649 2018-05-08 04:22 ./slackware64/n/nmap-7.70-x86_64-3.txt
|
||||||
-rw-r--r-- 1 root root 6182940 2018-05-08 04:22 ./slackware64/n/nmap-7.70-x86_64-3.txz
|
-rw-r--r-- 1 root root 6182940 2018-05-08 04:22 ./slackware64/n/nmap-7.70-x86_64-3.txz
|
||||||
-rw-r--r-- 1 root root 163 2018-05-08 04:22 ./slackware64/n/nmap-7.70-x86_64-3.txz.asc
|
-rw-r--r-- 1 root root 163 2018-05-08 04:22 ./slackware64/n/nmap-7.70-x86_64-3.txz.asc
|
||||||
|
@ -4998,11 +4998,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
|
||||||
-rw-r--r-- 1 root root 1147 2018-03-01 07:55 ./slackware64/y/maketag.ez
|
-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
|
-rw-r--r-- 1 root root 14 2018-03-01 07:55 ./slackware64/y/tagfile
|
||||||
drwxr-xr-x 19 root root 4096 2018-11-22 06:14 ./source
|
drwxr-xr-x 19 root root 4096 2018-11-23 07:04 ./source
|
||||||
-rw-r--r-- 1 root root 462152 2018-11-22 06:14 ./source/CHECKSUMS.md5
|
-rw-r--r-- 1 root root 462152 2018-11-23 07:04 ./source/CHECKSUMS.md5
|
||||||
-rw-r--r-- 1 root root 163 2018-11-22 06:14 ./source/CHECKSUMS.md5.asc
|
-rw-r--r-- 1 root root 163 2018-11-23 07:04 ./source/CHECKSUMS.md5.asc
|
||||||
-rw-r--r-- 1 root root 653628 2018-11-22 06:14 ./source/FILE_LIST
|
-rw-r--r-- 1 root root 653628 2018-11-23 07:03 ./source/FILE_LIST
|
||||||
-rw-r--r-- 1 root root 16698975 2018-11-22 06:14 ./source/MANIFEST.bz2
|
-rw-r--r-- 1 root root 16699236 2018-11-23 07:03 ./source/MANIFEST.bz2
|
||||||
-rw-r--r-- 1 root root 1314 2006-10-02 04:40 ./source/README.TXT
|
-rw-r--r-- 1 root root 1314 2006-10-02 04:40 ./source/README.TXT
|
||||||
drwxr-xr-x 110 root root 4096 2018-11-06 18:30 ./source/a
|
drwxr-xr-x 110 root root 4096 2018-11-06 18:30 ./source/a
|
||||||
-rw-r--r-- 1 root root 877 2018-11-21 18:49 ./source/a/FTBFSlog
|
-rw-r--r-- 1 root root 877 2018-11-21 18:49 ./source/a/FTBFSlog
|
||||||
|
@ -6499,9 +6499,9 @@ drwxr-xr-x 2 root root 4096 2018-09-04 20:21 ./source/d/binutils/patches
|
||||||
-rw-r--r-- 1 root root 563 2018-07-14 19:50 ./source/d/binutils/patches/binutils.export.demangle.h.diff.gz
|
-rw-r--r-- 1 root root 563 2018-07-14 19:50 ./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 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
|
-rw-r--r-- 1 root root 898 2018-02-27 06:13 ./source/d/binutils/slack-desc
|
||||||
drwxr-xr-x 2 root root 4096 2018-11-09 19:24 ./source/d/bison
|
drwxr-xr-x 2 root root 4096 2018-11-22 17:42 ./source/d/bison
|
||||||
-rw-r--r-- 1 root root 2091684 2018-11-09 05:52 ./source/d/bison/bison-3.2.1.tar.xz
|
-rw-r--r-- 1 root root 2091244 2018-11-21 20:28 ./source/d/bison/bison-3.2.2.tar.xz
|
||||||
-rw-r--r-- 1 root root 195 2018-11-09 05:52 ./source/d/bison/bison-3.2.1.tar.xz.sig
|
-rw-r--r-- 1 root root 195 2018-11-21 20:28 ./source/d/bison/bison-3.2.2.tar.xz.sig
|
||||||
-rwxr-xr-x 1 root root 4463 2018-09-18 22:04 ./source/d/bison/bison.SlackBuild
|
-rwxr-xr-x 1 root root 4463 2018-09-18 22:04 ./source/d/bison/bison.SlackBuild
|
||||||
-rw-r--r-- 1 root root 966 2018-08-28 17:22 ./source/d/bison/slack-desc
|
-rw-r--r-- 1 root root 966 2018-08-28 17:22 ./source/d/bison/slack-desc
|
||||||
drwxr-xr-x 2 root root 4096 2018-10-17 02:41 ./source/d/ccache
|
drwxr-xr-x 2 root root 4096 2018-10-17 02:41 ./source/d/ccache
|
||||||
|
@ -6706,8 +6706,8 @@ drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/d/p2c
|
||||||
-rw-r--r-- 1 root root 4450 2005-05-05 14:47 ./source/d/p2c/p2c_1.21alpha2-2.1.diff.gz
|
-rw-r--r-- 1 root root 4450 2005-05-05 14:47 ./source/d/p2c/p2c_1.21alpha2-2.1.diff.gz
|
||||||
-rw-r--r-- 1 root root 168 2008-10-31 22:43 ./source/d/p2c/p2c_time.diff.gz
|
-rw-r--r-- 1 root root 168 2008-10-31 22:43 ./source/d/p2c/p2c_time.diff.gz
|
||||||
-rw-r--r-- 1 root root 994 2018-02-27 06:13 ./source/d/p2c/slack-desc
|
-rw-r--r-- 1 root root 994 2018-02-27 06:13 ./source/d/p2c/slack-desc
|
||||||
drwxr-xr-x 2 root root 4096 2018-10-22 23:48 ./source/d/parallel
|
drwxr-xr-x 2 root root 4096 2018-11-23 06:35 ./source/d/parallel
|
||||||
-rw-r--r-- 1 root root 1439951 2018-10-22 23:19 ./source/d/parallel/parallel-20181022.tar.lz
|
-rw-r--r-- 1 root root 1440890 2018-11-22 23:36 ./source/d/parallel/parallel-20181122.tar.lz
|
||||||
-rwxr-xr-x 1 root root 4533 2018-09-18 22:04 ./source/d/parallel/parallel.SlackBuild
|
-rwxr-xr-x 1 root root 4533 2018-09-18 22:04 ./source/d/parallel/parallel.SlackBuild
|
||||||
-rw-r--r-- 1 root root 857 2018-04-21 03:27 ./source/d/parallel/slack-desc
|
-rw-r--r-- 1 root root 857 2018-04-21 03:27 ./source/d/parallel/slack-desc
|
||||||
drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/d/patchelf
|
drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/d/patchelf
|
||||||
|
@ -8157,8 +8157,8 @@ drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/l/aalib
|
||||||
-rwxr-xr-x 1 root root 4267 2018-09-18 22:04 ./source/l/aalib/aalib.SlackBuild
|
-rwxr-xr-x 1 root root 4267 2018-09-18 22:04 ./source/l/aalib/aalib.SlackBuild
|
||||||
-rw-r--r-- 1 root root 1442 2018-02-27 06:14 ./source/l/aalib/slack-desc
|
-rw-r--r-- 1 root root 1442 2018-02-27 06:14 ./source/l/aalib/slack-desc
|
||||||
-rw-r--r-- 1 root root 1298 2018-02-27 06:14 ./source/l/aalib/slack-desc.11line
|
-rw-r--r-- 1 root root 1298 2018-02-27 06:14 ./source/l/aalib/slack-desc.11line
|
||||||
drwxr-xr-x 2 root root 4096 2018-11-17 01:51 ./source/l/adwaita-icon-theme
|
drwxr-xr-x 2 root root 4096 2018-11-22 17:42 ./source/l/adwaita-icon-theme
|
||||||
-rw-r--r-- 1 root root 19933720 2018-09-03 11:09 ./source/l/adwaita-icon-theme/adwaita-icon-theme-3.30.0.tar.xz
|
-rw-r--r-- 1 root root 19931180 2018-11-19 16:47 ./source/l/adwaita-icon-theme/adwaita-icon-theme-3.30.1.tar.xz
|
||||||
-rwxr-xr-x 1 root root 3843 2018-11-17 01:52 ./source/l/adwaita-icon-theme/adwaita-icon-theme.SlackBuild
|
-rwxr-xr-x 1 root root 3843 2018-11-17 01:52 ./source/l/adwaita-icon-theme/adwaita-icon-theme.SlackBuild
|
||||||
-rw-r--r-- 1 root root 78976 2015-03-31 02:21 ./source/l/adwaita-icon-theme/adwaita-xfce-icons-0.6.tar.xz
|
-rw-r--r-- 1 root root 78976 2015-03-31 02:21 ./source/l/adwaita-icon-theme/adwaita-xfce-icons-0.6.tar.xz
|
||||||
-rw-r--r-- 1 root root 141 2014-09-23 05:08 ./source/l/adwaita-icon-theme/doinst.sh.gz
|
-rw-r--r-- 1 root root 141 2014-09-23 05:08 ./source/l/adwaita-icon-theme/doinst.sh.gz
|
||||||
|
@ -10454,8 +10454,8 @@ drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/n/nftables
|
||||||
-rw-r--r-- 1 root root 617803 2018-06-08 15:36 ./source/n/nftables/nftables-0.9.0.tar.lz
|
-rw-r--r-- 1 root root 617803 2018-06-08 15:36 ./source/n/nftables/nftables-0.9.0.tar.lz
|
||||||
-rwxr-xr-x 1 root root 3807 2018-11-14 19:20 ./source/n/nftables/nftables.SlackBuild
|
-rwxr-xr-x 1 root root 3807 2018-11-14 19:20 ./source/n/nftables/nftables.SlackBuild
|
||||||
-rw-r--r-- 1 root root 1023 2018-02-27 06:13 ./source/n/nftables/slack-desc
|
-rw-r--r-- 1 root root 1023 2018-02-27 06:13 ./source/n/nftables/slack-desc
|
||||||
drwxr-xr-x 2 root root 4096 2018-10-10 17:41 ./source/n/nghttp2
|
drwxr-xr-x 2 root root 4096 2018-11-23 06:37 ./source/n/nghttp2
|
||||||
-rw-r--r-- 1 root root 1612432 2018-10-04 03:37 ./source/n/nghttp2/nghttp2-1.34.0.tar.xz
|
-rw-r--r-- 1 root root 1616224 2018-11-23 01:34 ./source/n/nghttp2/nghttp2-1.35.0.tar.xz
|
||||||
-rwxr-xr-x 1 root root 4472 2018-09-18 22:04 ./source/n/nghttp2/nghttp2.SlackBuild
|
-rwxr-xr-x 1 root root 4472 2018-09-18 22:04 ./source/n/nghttp2/nghttp2.SlackBuild
|
||||||
-rw-r--r-- 1 root root 784 2018-03-26 18:26 ./source/n/nghttp2/slack-desc
|
-rw-r--r-- 1 root root 784 2018-03-26 18:26 ./source/n/nghttp2/slack-desc
|
||||||
drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/n/nmap
|
drwxr-xr-x 2 root root 4096 2018-09-18 22:04 ./source/n/nmap
|
||||||
|
|
Loading…
Reference in a new issue