From 2be63df823370dd01af02b4720eb680c5eda13ad Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Thu, 14 Apr 2022 21:14:21 +0000 Subject: Thu Apr 14 21:14:21 UTC 2022 a/kernel-firmware-20220413_8a2d811-noarch-1.txz: Upgraded. a/sysvinit-3.03-x86_64-1.txz: Upgraded. a/xz-5.2.5-x86_64-4.txz: Rebuilt. This update fixes a security issue: xzgrep applied to a crafted file name with two or more newlines can no longer overwrite an arbitrary, attacker-selected file. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1271 (* Security fix *) d/git-2.35.3-x86_64-1.txz: Upgraded. This update fixes a security issue where a Git worktree created by another user might be able to execute arbitrary code. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24765 (* Security fix *) l/libaio-0.3.113-x86_64-1.txz: Upgraded. l/tevent-0.12.0-x86_64-1.txz: Upgraded. n/php-7.4.29-x86_64-1.txz: Upgraded. extra/php81/php81-8.1.5-x86_64-1.txz: Upgraded. --- extra/source/php81/fetch-php.sh | 4 ++-- extra/source/php81/php81.SlackBuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'extra') diff --git a/extra/source/php81/fetch-php.sh b/extra/source/php81/fetch-php.sh index b49a51f80..14fee3128 100755 --- a/extra/source/php81/fetch-php.sh +++ b/extra/source/php81/fetch-php.sh @@ -1,2 +1,2 @@ -lftpget http://us.php.net/distributions/php-8.1.4.tar.xz.asc -lftpget http://us.php.net/distributions/php-8.1.4.tar.xz +lftpget http://us.php.net/distributions/php-8.1.5.tar.xz.asc +lftpget http://us.php.net/distributions/php-8.1.5.tar.xz diff --git a/extra/source/php81/php81.SlackBuild b/extra/source/php81/php81.SlackBuild index ebd3f6f14..f42df646f 100755 --- a/extra/source/php81/php81.SlackBuild +++ b/extra/source/php81/php81.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=php VERSION=${VERSION:-$(echo php-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} ALPINE=2.25 -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then -- cgit v1.2.3