package/php: security bump to version 7.4.11
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sat, 3 Oct 2020 20:21:31 +0000 (22:21 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 4 Oct 2020 09:19:51 +0000 (11:19 +0200)
commit51d9617474db14e4757ca3a340deccc1dc3df6c7
tree946435839e50a2019c018e1c1898ad5f7b2ea112
parent36031fd91da499b9b01fc189d1ffad78d89a1f84
package/php: security bump to version 7.4.11

- Fix CVE-2020-7069: In PHP versions 7.2.x below 7.2.34, 7.3.x below
  7.3.23 and 7.4.x below 7.4.11, when AES-CCM mode is used with
  openssl_encrypt() function with 12 bytes IV, only first 7 bytes of the
  IV is actually used. This can lead to both decreased security and
  incorrect encryption data.
- Fix CVE-2020-7070: In PHP versions 7.2.x below 7.2.34, 7.3.x below
  7.3.23 and 7.4.x below 7.4.11, when PHP is processing incoming HTTP
  cookie values, the cookie names are url-decoded. This may lead to
  cookies with prefixes like __Host confused with cookies that decode to
  such prefix, thus leading to an attacker being able to forge cookie
  which is supposed to be secure. See also CVE-2020-8184 for more
  information.

https://www.php.net/ChangeLog-7.php#7.4.11

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/php/php.hash
package/php/php.mk