summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-03-18 20:16:12 +0000
committer Eric Hameleers <alien@slackware.com>2022-03-19 06:59:43 +0100
commit7dcb1cf7fbd6f505d14e448c2bc2c7ebde6b59cc (patch)
treed98288bf49428d3c405e0225e3bb15204a95487a /extra
parenta55e318a865afebcd9ca91039ed256ce4e907f81 (diff)
downloadcurrent-7dcb1cf7fbd6f505d14e448c2bc2c7ebde6b59cc.tar.gz
current-7dcb1cf7fbd6f505d14e448c2bc2c7ebde6b59cc.tar.xz
Fri Mar 18 20:16:12 UTC 202220220318201612
ap/man-db-2.10.2-x86_64-1.txz: Upgraded. d/python3-3.9.11-x86_64-1.txz: Upgraded. This update fixes bugs and security issues: libexpat upgraded from 2.4.1 to 2.4.7 bundled pip upgraded from 21.2.4 to 22.0.4 authorization bypass fixed in urllib.request REDoS avoided in importlib.metadata For more information, see: https://pythoninsider.blogspot.com/2022/03/python-3103-3911-3813-and-3713-are-now.html https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-28363 (* Security fix *) l/nodejs-16.14.2-x86_64-1.txz: Upgraded. n/gnutls-3.7.4-x86_64-1.txz: Upgraded. extra/php80/php80-8.0.17-x86_64-1.txz: Upgraded. extra/php81/php81-8.1.4-x86_64-1.txz: Upgraded.
Diffstat (limited to 'extra')
-rwxr-xr-xextra/source/php80/fetch-php.sh4
-rwxr-xr-xextra/source/php80/php80.SlackBuild2
-rwxr-xr-xextra/source/php81/fetch-php.sh4
-rwxr-xr-xextra/source/php81/php81.SlackBuild2
4 files changed, 6 insertions, 6 deletions
diff --git a/extra/source/php80/fetch-php.sh b/extra/source/php80/fetch-php.sh
index a65d9f678..712f2cd41 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.16.tar.xz.asc
-lftpget http://us.php.net/distributions/php-8.0.16.tar.xz
+lftpget http://us.php.net/distributions/php-8.0.17.tar.xz.asc
+lftpget http://us.php.net/distributions/php-8.0.17.tar.xz
diff --git a/extra/source/php80/php80.SlackBuild b/extra/source/php80/php80.SlackBuild
index f8badca68..601a67ed9 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:-3}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/extra/source/php81/fetch-php.sh b/extra/source/php81/fetch-php.sh
index 158e0a036..b49a51f80 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.3.tar.xz.asc
-lftpget http://us.php.net/distributions/php-8.1.3.tar.xz
+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
diff --git a/extra/source/php81/php81.SlackBuild b/extra/source/php81/php81.SlackBuild
index 496da1ae2..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:-3}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then