summaryrefslogtreecommitdiffstats
path: root/source/n/php
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-03-16 23:34:56 +0000
committer Eric Hameleers <alien@slackware.com>2023-03-17 02:35:17 +0100
commit4ad66992c6edc532893fb7e4b205c3897830ab54 (patch)
tree80096d1158529fea48cb4acc94e6a883b5acc29f /source/n/php
parentcb533ae89cb9383688cc5c4dd319d7fa2d77731c (diff)
downloadcurrent-4ad66992c6edc532893fb7e4b205c3897830ab54.tar.gz
current-4ad66992c6edc532893fb7e4b205c3897830ab54.tar.xz
Thu Mar 16 23:34:56 UTC 202320230316233456
a/cracklib-2.9.10-x86_64-1.txz: Upgraded. a/file-5.44-x86_64-2.txz: Rebuilt. Patched to mute debug messages. Thanks to Stuart Winter. n/bind-9.18.13-x86_64-1.txz: Upgraded. This is a bugfix release. n/openssh-9.3p1-x86_64-1.txz: Upgraded. This release contains fixes for a security problem and a memory safety problem. The memory safety problem is not believed to be exploitable, but we report most network-reachable memory faults as security bugs. For more information, see: https://www.openssh.com/txt/release-9.3 (* Security fix *) n/php-8.2.4-x86_64-1.txz: Upgraded. This is a bugfix release. xap/mozilla-thunderbird-102.9.0-x86_64-1.txz: Upgraded. This update contains security fixes and improvements. For more information, see: https://www.mozilla.org/en-US/firefox/102.9.0/releasenotes/ https://www.mozilla.org/en-US/security/advisories/mfsa2023-10 https://www.cve.org/CVERecord?id=CVE-2023-25751 https://www.cve.org/CVERecord?id=CVE-2023-28164 https://www.cve.org/CVERecord?id=CVE-2023-28162 https://www.cve.org/CVERecord?id=CVE-2023-25752 https://www.cve.org/CVERecord?id=CVE-2023-28163 https://www.cve.org/CVERecord?id=CVE-2023-28176 (* Security fix *)
Diffstat (limited to 'source/n/php')
-rwxr-xr-xsource/n/php/fetch-php.sh4
-rwxr-xr-xsource/n/php/php.SlackBuild2
2 files changed, 3 insertions, 3 deletions
diff --git a/source/n/php/fetch-php.sh b/source/n/php/fetch-php.sh
index 14eb1c5c3..6af2a04f4 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-8.2.3.tar.xz.asc
-lftpget http://us.php.net/distributions/php-8.2.3.tar.xz
+lftpget http://us.php.net/distributions/php-8.2.4.tar.xz.asc
+lftpget http://us.php.net/distributions/php-8.2.4.tar.xz
diff --git a/source/n/php/php.SlackBuild b/source/n/php/php.SlackBuild
index fd0e60a14..00f49b4d7 100755
--- a/source/n/php/php.SlackBuild
+++ b/source/n/php/php.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.26
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then