diff options
author | taca <taca@pkgsrc.org> | 2014-10-18 14:29:04 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2014-10-18 14:29:04 +0000 |
commit | a32e1bbfe8cde00bf9d8c132aa7b80b42db2fa6c (patch) | |
tree | 43d1cbfd2be47f9a224422a6df08495935807a24 /lang/php | |
parent | 8e751ad3aaacdda29014b4c80f48b2087ad01074 (diff) | |
download | pkgsrc-a32e1bbfe8cde00bf9d8c132aa7b80b42db2fa6c.tar.gz |
Update to php54 5.4.34.
16 Oct 2014, PHP 5.4.34
- Fileinfo:
. Fixed bug #66242 (libmagic: don't assume char is signed). (ArdB)
- Core:
. Fixed bug #67985 (Incorrect last used array index copied to new array after
unset). (Tjerk)
. Fixed bug #68044 (Integer overflow in unserialize() (32-bits only)).
(CVE-2014-3669) (Stas)
- cURL:
. Fixed bug #68089 (NULL byte injection - cURL lib). (Stas)
- EXIF:
. Fixed bug #68113 (Heap corruption in exif_thumbnail()). (CVE-2014-3670)
(Stas)
- OpenSSL:
. Reverted fixes for bug #41631, due to regressions. (Stas)
- XMLRPC:
. Fixed bug #68027 (Global buffer overflow in mkgmtime() function).
(CVE-2014-3668) (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 153bcc0fe76..3740e89d38b 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.74 2014/10/18 14:27:30 taca Exp $ +# $NetBSD: phpversion.mk,v 1.75 2014/10/18 14:29:04 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 @@ -82,7 +82,7 @@ PHPVERSION_MK= defined # Define each PHP's version. PHP53_VERSION= 5.3.29 -PHP54_VERSION= 5.4.33 +PHP54_VERSION= 5.4.34 PHP55_VERSION= 5.5.18 # Define initial release of major version. |