diff options
author | taca <taca> | 2013-06-07 13:53:52 +0000 |
---|---|---|
committer | taca <taca> | 2013-06-07 13:53:52 +0000 |
commit | 15fe2f8b398b19724ee1c47c9d543d0f6e9f9a1c (patch) | |
tree | a192cd09549baa29a1436071793501fb5af4fbd8 /lang/php53 | |
parent | 46a918f4afb04d97b9574d2e6997de77d6051bea (diff) | |
download | pkgsrc-15fe2f8b398b19724ee1c47c9d543d0f6e9f9a1c.tar.gz |
Update php53 to 5.3.26.
06 Jun 2013, PHP 5.3.26
- Core:
. Fixed bug #64879 (Heap based buffer overflow in quoted_printable_encode,
CVE 2013-2110). (Stas)
- Calendar:
. Fixed bug #64895 (Integer overflow in SndToJewish). (Remi)
- FPM:
. Fixed some possible memory or resource leaks and possible null dereference
detected by code coverity scan. (Remi)
. Log a warning when a syscall fails. (Remi)
- MySQLi:
. Fixed bug #64726 (Segfault when calling fetch_object on a use_result and DB
pointer has closed). (Laruence)
- Phar
. Fixed bug #64214 (PHAR PHPTs intermittently crash when run on DFS, SMB or
with non std tmp dir). (Pierre)
- Streams:
. Fixed bug #64770 (stream_select() fails with pipes returned by proc_open()
on Windows x64). (Anatol)
- Zend Engine:
. Fixed bug #64821 (Custom Exception crash when internal properties
overridden). (Anatol)
Diffstat (limited to 'lang/php53')
-rw-r--r-- | lang/php53/Makefile.common | 4 | ||||
-rw-r--r-- | lang/php53/distinfo | 11 |
2 files changed, 6 insertions, 9 deletions
diff --git a/lang/php53/Makefile.common b/lang/php53/Makefile.common index 556170fc959..81a9f1ad3c7 100644 --- a/lang/php53/Makefile.common +++ b/lang/php53/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.25 2013/05/16 16:19:14 taca Exp $ +# $NetBSD: Makefile.common,v 1.26 2013/06/07 13:53:52 taca Exp $ # used by lang/php53/Makefile.php # used by lang/php/ext.mk # used by meta-pkgs/php53-extensions/Makefile @@ -38,7 +38,7 @@ EXTRACT_SUFX?= .tar.bz2 MAINTAINER?= pkgsrc-users@NetBSD.org HOMEPAGE?= http://www.php.net/ -PHP_BASE_VERS= 5.3.25 +PHP_BASE_VERS= 5.3.26 PHP_EXTENSION_DIR= lib/php/20090630 PLIST_SUBST+= PHP_EXTENSION_DIR=${PHP_EXTENSION_DIR} diff --git a/lang/php53/distinfo b/lang/php53/distinfo index 5b542b47b72..2ecab297f63 100644 --- a/lang/php53/distinfo +++ b/lang/php53/distinfo @@ -1,11 +1,8 @@ -$NetBSD: distinfo,v 1.63 2013/05/16 16:19:14 taca Exp $ +$NetBSD: distinfo,v 1.64 2013/06/07 13:53:52 taca Exp $ -SHA1 (php-5.3.25.tar.bz2) = 8f948bf74a56f0bca70b2f37de6b585af6602b11 -RMD160 (php-5.3.25.tar.bz2) = 09889369bd711e37ce8d4c79b1ae6513614a2e24 -Size (php-5.3.25.tar.bz2) = 11429225 bytes -SHA1 (suhosin-patch-5.3.25-0.9.10.patch.bz2) = ce5883b05daf91e8a44fffbfa4d3989ac3311dd1 -RMD160 (suhosin-patch-5.3.25-0.9.10.patch.bz2) = 6c4d0cfe070802481121be465b66d3cefe44da83 -Size (suhosin-patch-5.3.25-0.9.10.patch.bz2) = 32447 bytes +SHA1 (php-5.3.26.tar.bz2) = d2f97da600b640d618a8790dab22b519aa87b056 +RMD160 (php-5.3.26.tar.bz2) = a902aef59683dc7b051c81111b2995f8d5ebad93 +Size (php-5.3.26.tar.bz2) = 11430170 bytes SHA1 (patch-aa) = b0dc6cd0b2103d5858280202506b33322a98496e SHA1 (patch-ab) = 7e9aab00e1d5f18e320ef5e513c0ff6833a5b69a SHA1 (patch-ac) = b6eb40116f3770464120b6ea9061624609b9564e |