diff options
author | taca <taca@pkgsrc.org> | 2018-12-07 17:14:58 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2018-12-07 17:14:58 +0000 |
commit | 965a0f37936de5ec434e80b1813224e031cded63 (patch) | |
tree | 6dcf361d16832fc9dc7fb761518502acc13829e7 /lang/php | |
parent | 4f2705fc1fd21c9dbe8f120492bf712045e4bd47 (diff) | |
download | pkgsrc-965a0f37936de5ec434e80b1813224e031cded63.tar.gz |
lang/php56: update to 5.6.39
06 Dec 2018, PHP 5.6.39
- Core:
. Fixed bug #77231 (Segfault when using convert.quoted-printable-encode
filter). (Stas)
- IMAP:
. Fixed bug #77020 (null pointer dereference in imap_mail). (cmb)
. Fixed bug #77153 (imap_open allows to run arbitrary shell commands via
mailbox parameter). (Stas)
- Phar:
. Fixed bug #77022 (PharData always creates new files with mode 0666). (Stas)
. Fixed bug #77143 (Heap Buffer Overflow (READ: 4) in phar_parse_pharfile).
(Stas)
Diffstat (limited to 'lang/php')
-rw-r--r-- | lang/php/phpversion.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk index 6053ca811bc..46f5eb0d568 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.238 2018/12/07 17:13:58 taca Exp $ +# $NetBSD: phpversion.mk,v 1.239 2018/12/07 17:14:58 taca Exp $ # # This file selects a PHP version, based on the user's preferences and # the installed packages. It does not add a dependency on the PHP @@ -87,7 +87,7 @@ PHPVERSION_MK= defined # Define each PHP's version. -PHP56_VERSION= 5.6.38 +PHP56_VERSION= 5.6.39 PHP70_VERSION= 7.0.33 PHP71_VERSION= 7.1.26 PHP72_VERSION= 7.2.13 |