summaryrefslogtreecommitdiffstats
path: root/source/n/php
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-09-30 17:52:21 +0000
committer Eric Hameleers <alien@slackware.com>2022-10-01 07:00:18 +0200
commit4191d96e29c579ad2a4253dfdb4df87efd98698b (patch)
tree6781da6b4c06ed5879df715ac1145444b808c45e /source/n/php
parentc909d80825a2edd9e4677f401f322a1d444d8fd6 (diff)
downloadcurrent-4191d96e29c579ad2a4253dfdb4df87efd98698b.tar.gz
current-4191d96e29c579ad2a4253dfdb4df87efd98698b.tar.xz
Fri Sep 30 17:52:21 UTC 202220220930175221
a/dbus-1.14.2-x86_64-1.txz: Upgraded. ap/powertop-2.15-x86_64-1.txz: Upgraded. ap/sqlite-3.39.4-x86_64-1.txz: Upgraded. ap/vim-9.0.0623-x86_64-1.txz: Upgraded. Fixed use-after-free and stack-based buffer overflow. Thanks to marav for the heads-up. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2022-3352 https://cve.mitre.org/cgi-bin/cvename.cgi?name=2022-3324 (* Security fix *) kde/digikam-7.8.0-x86_64-2.txz: Rebuilt. Recompiled against lensfun-0.3.3. kde/kstars-3.6.1-x86_64-1.txz: Upgraded. kde/plasma-wayland-protocols-1.9.0-x86_64-1.txz: Upgraded. l/lensfun-0.3.3-x86_64-1.txz: Upgraded. Shared library .so-version bump. l/netpbm-11.00.00-x86_64-1.txz: Upgraded. l/nodejs-18.10.0-x86_64-1.txz: Upgraded. l/pipewire-0.3.59-x86_64-1.txz: Upgraded. n/php-7.4.32-x86_64-1.txz: Upgraded. This update fixes bugs and security issues: phar wrapper: DOS when using quine gzip file. Don't mangle HTTP variable names that clash with ones that have a specific semantic meaning. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31628 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31629 (* Security fix *) xap/mozilla-thunderbird-102.3.1-x86_64-1.txz: Upgraded. This release contains security fixes and improvements. For more information, see: https://www.mozilla.org/en-US/thunderbird/102.3.1/releasenotes/ https://www.mozilla.org/en-US/security/advisories/mfsa2022-43/ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-39249 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-39250 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-39251 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-39236 (* Security fix *) xap/seamonkey-2.53.14-x86_64-1.txz: Upgraded. This update contains security fixes and improvements. For more information, see: https://www.seamonkey-project.org/releases/seamonkey2.53.14 (* Security fix *) xap/vim-gvim-9.0.0623-x86_64-1.txz: Upgraded. xap/xsnow-3.5.3-x86_64-1.txz: Upgraded. extra/php80/php80-8.0.24-x86_64-1.txz: Upgraded. This update fixes bugs and security issues: phar wrapper: DOS when using quine gzip file. Don't mangle HTTP variable names that clash with ones that have a specific semantic meaning. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31628 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31629 (* Security fix *) extra/php81/php81-8.1.11-x86_64-1.txz: Upgraded. This update fixes bugs and security issues: phar wrapper: DOS when using quine gzip file. Don't mangle HTTP variable names that clash with ones that have a specific semantic meaning. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31628 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31629 (* 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 7ec6c2487..46f9f31f8 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.30.tar.xz.asc
-lftpget http://us.php.net/distributions/php-7.4.30.tar.xz
+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
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