summaryrefslogtreecommitdiffstats
path: root/slackware64-current/source/n
diff options
context:
space:
mode:
authorAdrien Nader <adrien@notk.org>2020-07-07 23:40:43 +0200
committerAdrien Nader <adrien@notk.org>2020-07-07 23:40:43 +0200
commit572ea732790d085842044c4e8d3f083f86f91e05 (patch)
treec11070667ee9abfd8d2c5acd80598649cb450080 /slackware64-current/source/n
parentbcf1f386d8d29b50abb4c775520f81644b06533b (diff)
Tue Jul 7 20:51:59 UTC 2020
l/alsa-lib-1.2.3.2-x86_64-1.txz: Upgraded. l/dconf-editor-3.36.4-x86_64-1.txz: Upgraded. l/fribidi-1.0.10-x86_64-1.txz: Upgraded. l/libcap-2.38-x86_64-1.txz: Upgraded. n/libgcrypt-1.8.6-x86_64-1.txz: Upgraded. n/php-7.4.8-x86_64-1.txz: Upgraded. n/rsync-3.2.2-x86_64-1.txz: Upgraded. x/xterm-357-x86_64-1.txz: Upgraded. xap/mozilla-firefox-78.0.1esr-x86_64-2.txz: Rebuilt. Recompiled with --enable-default-toolkit=cairo-gtk3-wayland. xap/seamonkey-2.53.3-x86_64-1.txz: Upgraded. This update contains security fixes and improvements. For more information, see: https://www.seamonkey-project.org/releases/seamonkey2.53.3 (* Security fix *) extra/pure-alsa-system/alsa-lib-1.2.3.2-x86_64-1_alsa.txz: Upgraded.
Diffstat (limited to 'slackware64-current/source/n')
-rw-r--r--slackware64-current/source/n/libgcrypt/libgcrypt-1.8.5.tar.bz2.sig1
-rw-r--r--slackware64-current/source/n/libgcrypt/libgcrypt-1.8.6.tar.lz1
-rwxr-xr-xslackware64-current/source/n/libgcrypt/libgcrypt.SlackBuild6
-rwxr-xr-xslackware64-current/source/n/php/fetch-php.sh4
-rw-r--r--slackware64-current/source/n/php/php-7.4.7.tar.xz.asc1
-rw-r--r--slackware64-current/source/n/php/php-7.4.8.tar.xz.asc1
-rw-r--r--slackware64-current/source/n/rsync/rsync-3.2.1.tar.lz1
-rw-r--r--slackware64-current/source/n/rsync/rsync-3.2.2.tar.lz1
8 files changed, 8 insertions, 8 deletions
diff --git a/slackware64-current/source/n/libgcrypt/libgcrypt-1.8.5.tar.bz2.sig b/slackware64-current/source/n/libgcrypt/libgcrypt-1.8.5.tar.bz2.sig
deleted file mode 100644
index e171b950f..000000000
--- a/slackware64-current/source/n/libgcrypt/libgcrypt-1.8.5.tar.bz2.sig
+++ /dev/null
@@ -1 +0,0 @@
-2ffc53fdfd7c1a597e87faacc3a0bebffa52836b
diff --git a/slackware64-current/source/n/libgcrypt/libgcrypt-1.8.6.tar.lz b/slackware64-current/source/n/libgcrypt/libgcrypt-1.8.6.tar.lz
new file mode 100644
index 000000000..166d92683
--- /dev/null
+++ b/slackware64-current/source/n/libgcrypt/libgcrypt-1.8.6.tar.lz
@@ -0,0 +1 @@
+b1658ee2063507cab96b114616ecd7895fa58397
diff --git a/slackware64-current/source/n/libgcrypt/libgcrypt.SlackBuild b/slackware64-current/source/n/libgcrypt/libgcrypt.SlackBuild
index 6aac1b948..afe39d3ab 100755
--- a/slackware64-current/source/n/libgcrypt/libgcrypt.SlackBuild
+++ b/slackware64-current/source/n/libgcrypt/libgcrypt.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 2006-2009 Robby Workman, Northport, AL, USA
-# Copyright 2007, 2008, 2009, 2010, 2017, 2018 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2007, 2008, 2009, 2010, 2017, 2018, 2020 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=libgcrypt
-VERSION=${VERSION:-$(echo $PKGNAM-*.tar.bz2 | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
+VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
@@ -68,7 +68,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG
cd $TMP
rm -rf $PKGNAM-$VERSION
-tar xvf $CWD/$PKGNAM-$VERSION.tar.bz2 || exit 1
+tar xvf $CWD/$PKGNAM-$VERSION.tar.?z || exit 1
cd $PKGNAM-$VERSION || exit 1
chown -R root:root .
find . \
diff --git a/slackware64-current/source/n/php/fetch-php.sh b/slackware64-current/source/n/php/fetch-php.sh
index 238f3c4a8..5c35292ac 100755
--- a/slackware64-current/source/n/php/fetch-php.sh
+++ b/slackware64-current/source/n/php/fetch-php.sh
@@ -1,2 +1,2 @@
-lftpget http://us.php.net/distributions/php-7.4.7.tar.xz.asc
-lftpget http://us.php.net/distributions/php-7.4.7.tar.xz
+lftpget http://us.php.net/distributions/php-7.4.8.tar.xz.asc
+lftpget http://us.php.net/distributions/php-7.4.8.tar.xz
diff --git a/slackware64-current/source/n/php/php-7.4.7.tar.xz.asc b/slackware64-current/source/n/php/php-7.4.7.tar.xz.asc
deleted file mode 100644
index 7d2b18c7b..000000000
--- a/slackware64-current/source/n/php/php-7.4.7.tar.xz.asc
+++ /dev/null
@@ -1 +0,0 @@
-621682584f46bbd1fdef2bac0da288cfe7a7e3a6
diff --git a/slackware64-current/source/n/php/php-7.4.8.tar.xz.asc b/slackware64-current/source/n/php/php-7.4.8.tar.xz.asc
new file mode 100644
index 000000000..88e29d274
--- /dev/null
+++ b/slackware64-current/source/n/php/php-7.4.8.tar.xz.asc
@@ -0,0 +1 @@
+29c652ba20125c9c240f1f9f5abcfab84b883612
diff --git a/slackware64-current/source/n/rsync/rsync-3.2.1.tar.lz b/slackware64-current/source/n/rsync/rsync-3.2.1.tar.lz
deleted file mode 100644
index 61044ffe8..000000000
--- a/slackware64-current/source/n/rsync/rsync-3.2.1.tar.lz
+++ /dev/null
@@ -1 +0,0 @@
-e7a1de98f38e66cfe9a777404748d85712dd44fb
diff --git a/slackware64-current/source/n/rsync/rsync-3.2.2.tar.lz b/slackware64-current/source/n/rsync/rsync-3.2.2.tar.lz
new file mode 100644
index 000000000..b64481bb5
--- /dev/null
+++ b/slackware64-current/source/n/rsync/rsync-3.2.2.tar.lz
@@ -0,0 +1 @@
+b6c6c81e2c63778512d1a8557d31d02fb6296b4a