diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-09-29 18:11:08 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-09-30 08:59:54 +0200 |
commit | f15476bf3e7de9998ebd2488dc769e2ea6b3d23d (patch) | |
tree | 47064293cafdc783868968acd944e65f19782e2d /source/n/php | |
parent | be20baf8616f19318ba7ccd473613b954f492c1c (diff) | |
download | current-f15476bf3e7de9998ebd2488dc769e2ea6b3d23d.tar.gz current-f15476bf3e7de9998ebd2488dc769e2ea6b3d23d.tar.xz |
Tue Sep 29 18:11:08 UTC 202020200929181108
n/php-7.4.11-x86_64-1.txz: Upgraded.
This update fixes bugs and two security issues:
Core: PHP parses encoded cookie names so malicious `__Host-` cookies
can be sent.
OpenSSL: Wrong ciphertext/tag in AES-CCM encryption for a 12 bytes IV.
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7070
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7069
(* Security fix *)
x/mesa-20.2.0-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/n/php')
-rwxr-xr-x | source/n/php/fetch-php.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/n/php/fetch-php.sh b/source/n/php/fetch-php.sh index 0f802a4dc..cbaa7e1c6 100755 --- a/source/n/php/fetch-php.sh +++ b/source/n/php/fetch-php.sh @@ -1,2 +1,2 @@ -lftpget http://us.php.net/distributions/php-7.4.10.tar.xz.asc -lftpget http://us.php.net/distributions/php-7.4.10.tar.xz +lftpget http://us.php.net/distributions/php-7.4.11.tar.xz.asc +lftpget http://us.php.net/distributions/php-7.4.11.tar.xz |