summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortaca <taca>2014-05-02 13:04:12 +0000
committertaca <taca>2014-05-02 13:04:12 +0000
commitf59e2a35ee37f90b15f50c02270114fa2f7355a1 (patch)
treea172472679a02ccad2715f0ab2e58d7824f3678f /lang
parentf95958dd0a99f85c701336b8f07a799b5da3ea5b (diff)
downloadpkgsrc-f59e2a35ee37f90b15f50c02270114fa2f7355a1.tar.gz
Update php54 to 5.4.28.
01 May 2014, PHP 5.4.28 - Core: . Fixed bug #61019 (Out of memory on command stream_get_contents). (Mike) . Fixed bug #64330 (stream_socket_server() creates wrong Abstract Namespace UNIX sockets). (Mike) . Fixed bug #66171 (Symlinks and session handler allow open_basedir bypass). (Jann Horn, Stas) . Fixed bug #66182 (exit in stream filter produces segfault). (Mike) . Fixed bug #66736 (fpassthru broken). (Mike) . Fixed bug #67024 (getimagesize should recognize BMP files with negative height). (Gabor Buella) - cURL: . Fixed bug #66562 (curl_exec returns differently than curl_multi_getcontent). (Freek Lijten) - Date: . Fixed bug #66721 (__wakeup of DateTime segfaults when invalid object data is supplied). (Boro Sitnikovski) - Embed: . Fixed bug #65715 (php5embed.lib isn't provided anymore). (Anatol) - Fileinfo: . Fixed bug #66987 (Memory corruption in fileinfo ext / bigendian). (Remi) - FPM: . Fixed bug #66482 (unknown entry 'priority' in php-fpm.conf). . Fixed bug #67060 (sapi/fpm: possible privilege escalation due to insecure default configuration) (CVE-2014-0185). (Stas) - JSON: . Fixed bug #66021 (Blank line inside empty array/object when JSON_PRETTY_PRINT is set). (Kevin Israel) - LDAP: . Fixed issue with null bytes in LDAP bindings. (Matthew Daley) - OpenSSL: . Fix bug #66942 (memory leak in openssl_seal()). (Chuan Ma) . Fix bug #66952 (memory leak in openssl_open()). (Chuan Ma) - SimpleXML: . Fixed bug #66084 (simplexml_load_string() mangles empty node name) (Anatol) - XSL: . Fixed bug #53965 (<xsl:include> cannot find files with relative paths when loaded with "file://"). (Anatol) - Apache2 Handler SAPI: . Fixed Apache log issue caused by APR's lack of support for %zu (APR issue https://issues.apache.org/bugzilla/show_bug.cgi?id=56120). (Jeff Trawick)
Diffstat (limited to 'lang')
-rw-r--r--lang/php/phpversion.mk4
-rw-r--r--lang/php54/distinfo10
-rw-r--r--lang/php54/patches/patch-configure18
3 files changed, 16 insertions, 16 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk
index 9af7ae5cda6..91b282e48b5 100644
--- a/lang/php/phpversion.mk
+++ b/lang/php/phpversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.61 2014/05/01 15:52:33 taca Exp $
+# $NetBSD: phpversion.mk,v 1.62 2014/05/02 13:04:12 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.28
-PHP54_VERSION= 5.4.27
+PHP54_VERSION= 5.4.28
PHP55_VERSION= 5.5.12
# Define initial release of major version.
diff --git a/lang/php54/distinfo b/lang/php54/distinfo
index 1eb2623c832..3831f5c190b 100644
--- a/lang/php54/distinfo
+++ b/lang/php54/distinfo
@@ -1,12 +1,12 @@
-$NetBSD: distinfo,v 1.37 2014/04/05 03:43:40 taca Exp $
+$NetBSD: distinfo,v 1.38 2014/05/02 13:04:12 taca Exp $
-SHA1 (php-5.4.27.tar.bz2) = 798f2a803d81b386da62e1986ac0f743ecb6c3be
-RMD160 (php-5.4.27.tar.bz2) = 22daa29c54ee1cf7219d16b66f49e7aab774a52d
-Size (php-5.4.27.tar.bz2) = 12272737 bytes
+SHA1 (php-5.4.28.tar.bz2) = 857d458b0daf89f36f8d652c5d8bd5fe509bc691
+RMD160 (php-5.4.28.tar.bz2) = 22f3ac1c56b104a9fa615a26aa90b5591dea29ef
+Size (php-5.4.28.tar.bz2) = 12266216 bytes
SHA1 (patch-acinclude.m4) = 71635e5381abf99a9fc9f2537b1c2f18e8096f00
SHA1 (patch-aclocal.m4) = eae2ed8ea2985933c4fe88ba52577c14ac88eb92
SHA1 (patch-build_libtool.m4) = 6dfef7c07a42dc54611c104265ef43c50a4e88ca
-SHA1 (patch-configure) = 361f943d4aa2ef18335091f3c7ebcc5c17b37810
+SHA1 (patch-configure) = 7d14d78b6bb1b70d8467afb7baf54e51f313542c
SHA1 (patch-ext_gd_config.m4) = 2353efe6f25e1081b41d61033c3185cc643c7891
SHA1 (patch-ext_imap_config.m4) = 01681e8b54ee586ec4db72a5da2d0aec3fa89fcc
SHA1 (patch-ext_mssql_php__mssql.c) = 732e48b05086180585a3087c2e9737db557dbc3b
diff --git a/lang/php54/patches/patch-configure b/lang/php54/patches/patch-configure
index f71f01b126c..771f520f11b 100644
--- a/lang/php54/patches/patch-configure
+++ b/lang/php54/patches/patch-configure
@@ -1,6 +1,6 @@
-$NetBSD: patch-configure,v 1.6 2014/03/19 21:50:23 asau Exp $
+$NetBSD: patch-configure,v 1.7 2014/05/02 13:04:12 taca Exp $
---- configure.orig 2014-03-05 08:26:39.000000000 +0000
+--- configure.orig 2014-04-30 03:00:42.000000000 +0000
+++ configure
@@ -23554,7 +23554,7 @@ fi
if test "$found_openssl" = "no"; then
@@ -38,7 +38,7 @@ $NetBSD: patch-configure,v 1.6 2014/03/19 21:50:23 asau Exp $
fi
for i in $PHP_OPENSSL_DIR; do
-@@ -105616,12 +105616,7 @@ old_CC=$CC
+@@ -105614,12 +105614,7 @@ old_CC=$CC
if test "$PHP_THREAD_SAFETY" = "yes" && test -n "$ac_cv_pthreads_cflags"; then
CXXFLAGS="$CXXFLAGS $ac_cv_pthreads_cflags"
INLINE_CFLAGS="$INLINE_CFLAGS $ac_cv_pthreads_cflags"
@@ -52,7 +52,7 @@ $NetBSD: patch-configure,v 1.6 2014/03/19 21:50:23 asau Exp $
fi
if test "$PHP_THREAD_SAFETY" = "yes" && test "$PHP_MYSQL" = "yes"; then
-@@ -108735,7 +108730,7 @@ if test -z "$aix_libpath"; then aix_libp
+@@ -108733,7 +108728,7 @@ if test -z "$aix_libpath"; then aix_libp
hardcode_shlibpath_var=no
;;
@@ -61,7 +61,7 @@ $NetBSD: patch-configure,v 1.6 2014/03/19 21:50:23 asau Exp $
ld_shlibs=no
;;
-@@ -109384,7 +109379,7 @@ dgux*)
+@@ -109382,7 +109377,7 @@ dgux*)
shlibpath_var=LD_LIBRARY_PATH
;;
@@ -70,7 +70,7 @@ $NetBSD: patch-configure,v 1.6 2014/03/19 21:50:23 asau Exp $
dynamic_linker=no
;;
-@@ -109395,7 +109390,7 @@ freebsd* | dragonfly*)
+@@ -109393,7 +109388,7 @@ freebsd* | dragonfly*)
objformat=`/usr/bin/objformat`
else
case $host_os in
@@ -79,7 +79,7 @@ $NetBSD: patch-configure,v 1.6 2014/03/19 21:50:23 asau Exp $
*) objformat=elf ;;
esac
fi
-@@ -111475,7 +111470,7 @@ if test -z "$aix_libpath"; then aix_libp
+@@ -111473,7 +111468,7 @@ if test -z "$aix_libpath"; then aix_libp
;;
esac
;;
@@ -88,7 +88,7 @@ $NetBSD: patch-configure,v 1.6 2014/03/19 21:50:23 asau Exp $
# C++ shared libraries reported to be fairly broken before switch to ELF
ld_shlibs_CXX=no
;;
-@@ -113021,7 +113016,7 @@ dgux*)
+@@ -113019,7 +113014,7 @@ dgux*)
shlibpath_var=LD_LIBRARY_PATH
;;
@@ -97,7 +97,7 @@ $NetBSD: patch-configure,v 1.6 2014/03/19 21:50:23 asau Exp $
dynamic_linker=no
;;
-@@ -113032,7 +113027,7 @@ freebsd* | dragonfly*)
+@@ -113030,7 +113025,7 @@ freebsd* | dragonfly*)
objformat=`/usr/bin/objformat`
else
case $host_os in