summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-08-07 19:22:02 +0000
committer Eric Hameleers <alien@slackware.com>2023-08-08 13:30:34 +0200
commitd32f6bcf5af0f4db11edcb965a6da03a3c187f50 (patch)
tree2651a2784c92d22795f9c56eeea78dc7e87c0264 /extra
parent79e6c8efb811e73296062977a5f840c4c7cb0f1c (diff)
downloadcurrent-20230807192202_15.0.tar.gz
current-20230807192202_15.0.tar.xz
Mon Aug 7 19:22:02 UTC 202320230807192202_15.0
extra/php80/php80-8.0.30-x86_64-1_slack15.0.txz: Upgraded. This update fixes bugs and security issues: Security issue with external entity loading in XML without enabling it. Missing error check and insufficient random bytes in HTTP Digest authentication for SOAP. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-3823 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-3247 (* Security fix *) patches/packages/vim-9.0.1678-x86_64-1_slack15.0.txz: Upgraded. Applied the last patches from Bram Moolenaar. RIP Bram, and thanks for your great work on VIM and your kindness to the orphan children in Uganda. If you'd like to honor Bram with a donation to his charity, please visit: https://iccf-holland.org/ patches/packages/vim-gvim-9.0.1678-x86_64-1_slack15.0.txz: Upgraded.
Diffstat (limited to 'extra')
-rwxr-xr-xextra/source/php80/fetch-php.sh4
-rwxr-xr-xextra/source/php80/php80.SlackBuild2
2 files changed, 3 insertions, 3 deletions
diff --git a/extra/source/php80/fetch-php.sh b/extra/source/php80/fetch-php.sh
index 5e16b0399..0e6065e7e 100755
--- a/extra/source/php80/fetch-php.sh
+++ b/extra/source/php80/fetch-php.sh
@@ -1,2 +1,2 @@
-lftpget http://us.php.net/distributions/php-8.0.28.tar.xz.asc
-lftpget http://us.php.net/distributions/php-8.0.28.tar.xz
+lftpget http://us.php.net/distributions/php-8.0.30.tar.xz.asc
+lftpget http://us.php.net/distributions/php-8.0.30.tar.xz
diff --git a/extra/source/php80/php80.SlackBuild b/extra/source/php80/php80.SlackBuild
index 1ae68e2d4..f3943224a 100755
--- a/extra/source/php80/php80.SlackBuild
+++ b/extra/source/php80/php80.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_slack15.0}
+BUILD=${BUILD:-1_slack15.0}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then