summaryrefslogtreecommitdiffstats
path: root/source/n/php
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-11-10 19:47:59 +0000
committer Eric Hameleers <alien@slackware.com>2022-11-11 07:00:07 +0100
commit03afa6e49a5fe1057ad109295e88912e34f643ac (patch)
treeb011f96ea9ee67d55ccc1752b3284ee3a323d33e /source/n/php
parente519d8d2c69426feefc2ee207e3b14940fad2d2a (diff)
downloadcurrent-03afa6e49a5fe1057ad109295e88912e34f643ac.tar.gz
current-03afa6e49a5fe1057ad109295e88912e34f643ac.tar.xz
Thu Nov 10 19:47:59 UTC 202220221110194759
ap/texinfo-7.0-x86_64-1.txz: Upgraded. l/iso-codes-4.12.0-noarch-1.txz: Upgraded. l/lcms2-2.14-x86_64-1.txz: Upgraded. l/mozilla-nss-3.85-x86_64-1.txz: Upgraded. l/pipewire-0.3.60-x86_64-1.txz: Upgraded. n/php-7.4.33-x86_64-1.txz: Upgraded. This update fixes bugs and security issues: GD: OOB read due to insufficient input validation in imageloadfont(). Hash: buffer overflow in hash_update() on long parameter. For more information, see: https://www.cve.org/CVERecord?id=CVE-2022-31630 https://www.cve.org/CVERecord?id=CVE-2022-37454 (* Security fix *) x/ibus-table-1.16.14-x86_64-1.txz: Upgraded.
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 46f9f31f8..e44524800 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.32.tar.xz.asc
-lftpget http://us.php.net/distributions/php-7.4.32.tar.xz
+lftpget http://us.php.net/distributions/php-7.4.33.tar.xz.asc
+lftpget http://us.php.net/distributions/php-7.4.33.tar.xz
diff --git a/source/n/php/php.SlackBuild b/source/n/php/php.SlackBuild
index c25e7d043..c0bd2413b 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