diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2022-02-18 05:29:00 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2022-02-19 13:30:02 +0100 |
commit | a019271253c4a1fcd9c1de17312762d518545907 (patch) | |
tree | 3ff824a7a982eb002f2dd2493431b18b921ff8cf /extra | |
parent | c9881ad9794a314c7c9d106a6f82d19f07cda088 (diff) | |
download | current-a019271253c4a1fcd9c1de17312762d518545907.tar.gz |
Fri Feb 18 05:29:00 UTC 202220220218052900_15.0
patches/packages/mozilla-thunderbird-91.6.1-x86_64-1_slack15.0.txz: Upgraded.
This release contains security fixes and improvements.
For more information, see:
https://www.mozilla.org/en-US/thunderbird/91.6.1/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2022-07/
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0566
(* Security fix *)
patches/packages/php-7.4.28-x86_64-1_slack15.0.txz: Upgraded.
This update fixes bugs and a security issue:
UAF due to php_filter_float() failing for ints.
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
(* Security fix *)
extra/php80/php80-8.0.16-x86_64-1_slack15.0.txz: Upgraded.
This update fixes bugs and a security issue:
UAF due to php_filter_float() failing for ints.
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
(* Security fix *)
extra/php81/php81-8.1.3-x86_64-1_slack15.0.txz: Upgraded.
This update fixes bugs and a security issue:
UAF due to php_filter_float() failing for ints.
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
(* Security fix *)
Diffstat (limited to 'extra')
-rwxr-xr-x | extra/source/php80/fetch-php.sh | 4 | ||||
-rwxr-xr-x | extra/source/php80/php80.SlackBuild | 2 | ||||
-rwxr-xr-x | extra/source/php81/fetch-php.sh | 4 | ||||
-rwxr-xr-x | extra/source/php81/php81.SlackBuild | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/extra/source/php80/fetch-php.sh b/extra/source/php80/fetch-php.sh index d8baf6a1..a65d9f67 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.15.tar.xz.asc -lftpget http://us.php.net/distributions/php-8.0.15.tar.xz +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 diff --git a/extra/source/php80/php80.SlackBuild b/extra/source/php80/php80.SlackBuild index 601a67ed..f3943224 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:-1} +BUILD=${BUILD:-1_slack15.0} # 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 9b029d5c..158e0a03 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.2.tar.xz.asc -lftpget http://us.php.net/distributions/php-8.1.2.tar.xz +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 diff --git a/extra/source/php81/php81.SlackBuild b/extra/source/php81/php81.SlackBuild index f42df646..968db3be 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:-1} +BUILD=${BUILD:-1_slack15.0} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |