Fri Jun 7 13:53:52 2013 UTC ()
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)


(taca)
diff -r1.25 -r1.26 pkgsrc/lang/php53/Makefile.common
diff -r1.63 -r1.64 pkgsrc/lang/php53/distinfo

cvs diff -r1.25 -r1.26 pkgsrc/lang/php53/Attic/Makefile.common (expand / switch to unified diff)

--- pkgsrc/lang/php53/Attic/Makefile.common 2013/05/16 16:19:14 1.25
+++ pkgsrc/lang/php53/Attic/Makefile.common 2013/06/07 13:53:52 1.26
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile.common,v 1.25 2013/05/16 16:19:14 taca Exp $ 1# $NetBSD: Makefile.common,v 1.26 2013/06/07 13:53:52 taca Exp $
2# used by lang/php53/Makefile.php 2# used by lang/php53/Makefile.php
3# used by lang/php/ext.mk 3# used by lang/php/ext.mk
4# used by meta-pkgs/php53-extensions/Makefile 4# used by meta-pkgs/php53-extensions/Makefile
5 5
6# 6#
7# NOTE: 7# NOTE:
8# The suhosin option includes a patch from http://www.hardened-php.net/ 8# The suhosin option includes a patch from http://www.hardened-php.net/
9# Which tracks with the exact version number of PHP. There may be a delay 9# Which tracks with the exact version number of PHP. There may be a delay
10# in the patch which can leave the option broken until an updated patch 10# in the patch which can leave the option broken until an updated patch
11# is released. When updating PHP please don't forget to update the 11# is released. When updating PHP please don't forget to update the
12# distnfo with the details of the suhosin patch as well. 12# distnfo with the details of the suhosin patch as well.
13# 13#
14# Check these packages when update to new release of PHP and consider to 14# Check these packages when update to new release of PHP and consider to
@@ -28,24 +28,24 @@ DISTNAME= php-${PHP_BASE_VERS} @@ -28,24 +28,24 @@ DISTNAME= php-${PHP_BASE_VERS}
28CATEGORIES+= www 28CATEGORIES+= www
29 29
30.if !defined(PECL_VERSION) 30.if !defined(PECL_VERSION)
31MASTER_SITES?= http://www.php.net/distributions/ \ 31MASTER_SITES?= http://www.php.net/distributions/ \
32 http://uk.php.net/distributions/ \ 32 http://uk.php.net/distributions/ \
33 http://de.php.net/distributions/ \ 33 http://de.php.net/distributions/ \
34 http://us.php.net/distributions/ 34 http://us.php.net/distributions/
35EXTRACT_SUFX?= .tar.bz2 35EXTRACT_SUFX?= .tar.bz2
36.endif 36.endif
37 37
38MAINTAINER?= pkgsrc-users@NetBSD.org 38MAINTAINER?= pkgsrc-users@NetBSD.org
39HOMEPAGE?= http://www.php.net/ 39HOMEPAGE?= http://www.php.net/
40 40
41PHP_BASE_VERS= 5.3.25 41PHP_BASE_VERS= 5.3.26
42 42
43PHP_EXTENSION_DIR= lib/php/20090630 43PHP_EXTENSION_DIR= lib/php/20090630
44PLIST_SUBST+= PHP_EXTENSION_DIR=${PHP_EXTENSION_DIR} 44PLIST_SUBST+= PHP_EXTENSION_DIR=${PHP_EXTENSION_DIR}
45 45
46PKG_SYSCONFVAR?= php 46PKG_SYSCONFVAR?= php
47 47
48# needed due to (broken?) configure checks in php-xmlrpc and php5-dom 48# needed due to (broken?) configure checks in php-xmlrpc and php5-dom
49CONFIGURE_ENV+= PHP_LIBXML_SHARED="1" 49CONFIGURE_ENV+= PHP_LIBXML_SHARED="1"
50 50
51.include "../../mk/bsd.prefs.mk" 51.include "../../mk/bsd.prefs.mk"

cvs diff -r1.63 -r1.64 pkgsrc/lang/php53/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/lang/php53/Attic/distinfo 2013/05/16 16:19:14 1.63
+++ pkgsrc/lang/php53/Attic/distinfo 2013/06/07 13:53:52 1.64
@@ -1,21 +1,18 @@ @@ -1,21 +1,18 @@
1$NetBSD: distinfo,v 1.63 2013/05/16 16:19:14 taca Exp $ 1$NetBSD: distinfo,v 1.64 2013/06/07 13:53:52 taca Exp $
2 2
3SHA1 (php-5.3.25.tar.bz2) = 8f948bf74a56f0bca70b2f37de6b585af6602b11 3SHA1 (php-5.3.26.tar.bz2) = d2f97da600b640d618a8790dab22b519aa87b056
4RMD160 (php-5.3.25.tar.bz2) = 09889369bd711e37ce8d4c79b1ae6513614a2e24 4RMD160 (php-5.3.26.tar.bz2) = a902aef59683dc7b051c81111b2995f8d5ebad93
5Size (php-5.3.25.tar.bz2) = 11429225 bytes 5Size (php-5.3.26.tar.bz2) = 11430170 bytes
6SHA1 (suhosin-patch-5.3.25-0.9.10.patch.bz2) = ce5883b05daf91e8a44fffbfa4d3989ac3311dd1 
7RMD160 (suhosin-patch-5.3.25-0.9.10.patch.bz2) = 6c4d0cfe070802481121be465b66d3cefe44da83 
8Size (suhosin-patch-5.3.25-0.9.10.patch.bz2) = 32447 bytes 
9SHA1 (patch-aa) = b0dc6cd0b2103d5858280202506b33322a98496e 6SHA1 (patch-aa) = b0dc6cd0b2103d5858280202506b33322a98496e
10SHA1 (patch-ab) = 7e9aab00e1d5f18e320ef5e513c0ff6833a5b69a 7SHA1 (patch-ab) = 7e9aab00e1d5f18e320ef5e513c0ff6833a5b69a
11SHA1 (patch-ac) = b6eb40116f3770464120b6ea9061624609b9564e 8SHA1 (patch-ac) = b6eb40116f3770464120b6ea9061624609b9564e
12SHA1 (patch-ad) = 1608c58860a43b4e31df8646b5ded253ec9aa881 9SHA1 (patch-ad) = 1608c58860a43b4e31df8646b5ded253ec9aa881
13SHA1 (patch-ae) = e590db60a60f4e5ef2da4e5edb786335a67a3d56 10SHA1 (patch-ae) = e590db60a60f4e5ef2da4e5edb786335a67a3d56
14SHA1 (patch-af) = 1618b23fd6d090ce5aa929208416028724278bfc 11SHA1 (patch-af) = 1618b23fd6d090ce5aa929208416028724278bfc
15SHA1 (patch-ag) = 37225805be13ec76d8ac17833da8115e99b78745 12SHA1 (patch-ag) = 37225805be13ec76d8ac17833da8115e99b78745
16SHA1 (patch-ah) = b20c29c64b3099f77855a5ec28960dc1c4f65c83 13SHA1 (patch-ah) = b20c29c64b3099f77855a5ec28960dc1c4f65c83
17SHA1 (patch-ai) = d4766893a2c47a4e4a744248dda265b0a9a66a1f 14SHA1 (patch-ai) = d4766893a2c47a4e4a744248dda265b0a9a66a1f
18SHA1 (patch-aj) = 8698b3caa6299843c7483473b0cb18ceffa3dada 15SHA1 (patch-aj) = 8698b3caa6299843c7483473b0cb18ceffa3dada
19SHA1 (patch-al) = fbbee5502e0cd1c47c6e7c15e0d54746414ec32e 16SHA1 (patch-al) = fbbee5502e0cd1c47c6e7c15e0d54746414ec32e
20SHA1 (patch-ext_standard_basic__functions.c) = 18596d281017760293189d87d19de9c5c772232d 17SHA1 (patch-ext_standard_basic__functions.c) = 18596d281017760293189d87d19de9c5c772232d
21SHA1 (patch-main_streams_cast.c) = c169ccb73dc660e40eff9f9e168374f35eedadad 18SHA1 (patch-main_streams_cast.c) = c169ccb73dc660e40eff9f9e168374f35eedadad