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 /patches | |
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 'patches')
-rw-r--r-- | patches/packages/php-7.4.30-x86_64-1_slack15.0.txt (renamed from patches/packages/php-7.4.28-x86_64-1_slack15.0.txt) | 0 | ||||
-rwxr-xr-x | patches/source/php/fetch-php.sh | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/patches/packages/php-7.4.28-x86_64-1_slack15.0.txt b/patches/packages/php-7.4.30-x86_64-1_slack15.0.txt index 88937e9e..88937e9e 100644 --- a/patches/packages/php-7.4.28-x86_64-1_slack15.0.txt +++ b/patches/packages/php-7.4.30-x86_64-1_slack15.0.txt diff --git a/patches/source/php/fetch-php.sh b/patches/source/php/fetch-php.sh index 211bc93c..7ec6c248 100755 --- a/patches/source/php/fetch-php.sh +++ b/patches/source/php/fetch-php.sh @@ -1,2 +1,2 @@ -lftpget http://us.php.net/distributions/php-7.4.28.tar.xz.asc -lftpget http://us.php.net/distributions/php-7.4.28.tar.xz +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 |