diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2022-06-13 21:02:58 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2022-06-14 13:30:26 +0200 |
commit | 7809bcc7623e84d08a096f1d910be6f3fe34fc1f (patch) | |
tree | 95027dece3efdc78742ce4d3e835ea554112a981 /extra | |
parent | 348dffe043c24552437ca1408bc83fb20db9774b (diff) | |
download | current-7809bcc7623e84d08a096f1d910be6f3fe34fc1f.tar.gz |
Mon Jun 13 21:02:58 UTC 202220220613210258_15.0
patches/packages/php-7.4.30-x86_64-1_slack15.0.txz: Upgraded.
This update fixes bugs and security issues:
mysqlnd/pdo password buffer overflow.
Uninitialized array in pg_query_params().
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31626
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31625
(* Security fix *)
extra/php80/php80-8.0.20-x86_64-1_slack15.0.txz: Upgraded.
This update fixes bugs and security issues:
mysqlnd/pdo password buffer overflow.
Uninitialized array in pg_query_params().
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31626
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31625
(* Security fix *)
extra/php81/php81-8.1.7-x86_64-1_slack15.0.txz: Upgraded.
This update fixes bugs and security issues:
mysqlnd/pdo password buffer overflow.
Uninitialized array in pg_query_params().
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31626
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31625
(* Security fix *)
Diffstat (limited to 'extra')
-rwxr-xr-x | extra/source/php80/fetch-php.sh | 4 | ||||
-rwxr-xr-x | extra/source/php81/fetch-php.sh | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/extra/source/php80/fetch-php.sh b/extra/source/php80/fetch-php.sh index a65d9f67..37899898 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.20.tar.xz.asc +lftpget http://us.php.net/distributions/php-8.0.20.tar.xz diff --git a/extra/source/php81/fetch-php.sh b/extra/source/php81/fetch-php.sh index 158e0a03..04159025 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.7.tar.xz.asc +lftpget http://us.php.net/distributions/php-8.1.7.tar.xz |