summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-04-14 21:14:21 +0000
committer Eric Hameleers <alien@slackware.com>2022-04-15 06:59:45 +0200
commit2be63df823370dd01af02b4720eb680c5eda13ad (patch)
tree621b04f5cb8f3fcfd2367c04495a67e6029466a1 /extra
parente4db68e72f65f509a9f1a9432441c17d14245a8c (diff)
downloadcurrent-2be63df823370dd01af02b4720eb680c5eda13ad.tar.gz
current-2be63df823370dd01af02b4720eb680c5eda13ad.tar.xz
Thu Apr 14 21:14:21 UTC 202220220414211421
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.
Diffstat (limited to 'extra')
-rwxr-xr-xextra/source/php81/fetch-php.sh4
-rwxr-xr-xextra/source/php81/php81.SlackBuild2
2 files changed, 3 insertions, 3 deletions
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