From 4bb8e72194ac7157012e8fab88662688c811c295 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Tue, 14 Apr 2020 22:26:11 +0000 Subject: Tue Apr 14 22:26:11 UTC 2020 a/gawk-5.1.0-x86_64-1.txz: Upgraded. a/gettext-0.20.2-x86_64-1.txz: Upgraded. d/gettext-tools-0.20.2-x86_64-1.txz: Upgraded. d/git-2.26.1-x86_64-1.txz: Upgraded. This update fixes a security issue: With a crafted URL that contains a newline in it, the credential helper machinery can be fooled to give credential information for a wrong host. The attack has been made impossible by forbidding a newline character in any value passed via the credential protocol. Credit for finding the vulnerability goes to Felix Wilhelm of Google Project Zero. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-5260 (* Security fix *) l/glib-networking-2.64.2-x86_64-1.txz: Upgraded. l/libsecret-0.20.3-x86_64-1.txz: Upgraded. n/php-7.4.5-x86_64-1.txz: Upgraded. x/xorgproto-2020.1-x86_64-1.txz: Upgraded. xap/audacious-4.0.2-x86_64-1.txz: Upgraded. xap/audacious-plugins-4.0.2-x86_64-1.txz: Upgraded. extra/pure-alsa-system/audacious-plugins-4.0.2-x86_64-1_alsa.txz: Upgraded. --- source/a/gettext/gettext-tools.SlackBuild | 4 ++-- source/a/gettext/gettext.SlackBuild | 4 ++-- source/n/php/fetch-php.sh | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'source') diff --git a/source/a/gettext/gettext-tools.SlackBuild b/source/a/gettext/gettext-tools.SlackBuild index cca8c67d4..2d8e1828e 100755 --- a/source/a/gettext/gettext-tools.SlackBuild +++ b/source/a/gettext/gettext-tools.SlackBuild @@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=gettext-tools -VERSION=0.20.1 +VERSION=0.20.2 BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} @@ -73,7 +73,7 @@ rm -rf $PKG mkdir -p $TMP $PKG cd $TMP rm -rf gettext-$VERSION -tar xvf $CWD/gettext-$VERSION.tar.xz || exit 1 +tar xvf $CWD/gettext-$VERSION.tar.?z || exit 1 cd gettext-$VERSION chown -R root:root . find . \ diff --git a/source/a/gettext/gettext.SlackBuild b/source/a/gettext/gettext.SlackBuild index 91f5590a7..fa3a0c2df 100755 --- a/source/a/gettext/gettext.SlackBuild +++ b/source/a/gettext/gettext.SlackBuild @@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=gettext -VERSION=0.20.1 +VERSION=0.20.2 BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} @@ -73,7 +73,7 @@ rm -rf $PKG mkdir -p $TMP $PKG cd $TMP rm -rf gettext-$VERSION -tar xvf $CWD/gettext-$VERSION.tar.xz || exit 1 +tar xvf $CWD/gettext-$VERSION.tar.?z || exit 1 cd gettext-$VERSION || exit 1 chown -R root:root . find . \ diff --git a/source/n/php/fetch-php.sh b/source/n/php/fetch-php.sh index afe2c0a87..b9958ca33 100755 --- a/source/n/php/fetch-php.sh +++ b/source/n/php/fetch-php.sh @@ -1,2 +1,2 @@ -lftpget http://us.php.net/distributions/php-7.4.4.tar.xz.asc -lftpget http://us.php.net/distributions/php-7.4.4.tar.xz +lftpget http://us.php.net/distributions/php-7.4.5.tar.xz.asc +lftpget http://us.php.net/distributions/php-7.4.5.tar.xz -- cgit v1.2.3