From: <abe...@us...> - 2015-04-18 13:17:10
|
Revision: 7040 http://sourceforge.net/p/astlinux/code/7040 Author: abelbeck Date: 2015-04-18 13:17:07 +0000 (Sat, 18 Apr 2015) Log Message: ----------- php, version bump to 5.5.24, security and bug fixes Modified Paths: -------------- branches/1.0/package/php/php-0000-gcc-version-test.patch branches/1.0/package/php/php-0001-no-iconv-search.patch branches/1.0/package/php/php-0002-dlopen.patch branches/1.0/package/php/php-0003-disable-pharcmd.patch branches/1.0/package/php/php.mk Modified: branches/1.0/package/php/php-0000-gcc-version-test.patch =================================================================== --- branches/1.0/package/php/php-0000-gcc-version-test.patch 2015-04-18 12:39:14 UTC (rev 7039) +++ branches/1.0/package/php/php-0000-gcc-version-test.patch 2015-04-18 13:17:07 UTC (rev 7040) @@ -1,6 +1,6 @@ --- php-5.3.22/configure.orig 2013-03-17 14:56:49.000000000 -0500 +++ php-5.3.22/configure 2013-03-17 14:58:16.000000000 -0500 -@@ -5454,7 +5454,7 @@ +@@ -5457,7 +5457,7 @@ GCC_MAJOR_VERSION=`$CC -dumpversion | /usr/bin/sed -nE '1s/([0-9]+)\.[0-9]+\..*/\1/;1p'` ;; *) Modified: branches/1.0/package/php/php-0001-no-iconv-search.patch =================================================================== --- branches/1.0/package/php/php-0001-no-iconv-search.patch 2015-04-18 12:39:14 UTC (rev 7039) +++ branches/1.0/package/php/php-0001-no-iconv-search.patch 2015-04-18 13:17:07 UTC (rev 7040) @@ -12,7 +12,7 @@ diff -Nura php-5.5.11.orig/configure php-5.5.11/configure --- php-5.5.11.orig/configure 2014-04-16 14:55:52.300838499 -0300 +++ php-5.5.11/configure 2014-04-22 21:54:01.499097295 -0300 -@@ -45929,12 +45929,6 @@ +@@ -45943,12 +45943,6 @@ if test -n "$unique" && test "`eval $cmd`" = "" ; then eval "INCLUDEPATH$unique=set" @@ -25,7 +25,7 @@ fi fi -@@ -45964,14 +45958,7 @@ +@@ -45978,14 +45972,7 @@ PHP_ICONV_PREFIX="$ICONV_DIR" fi @@ -41,7 +41,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if iconv is glibc's" >&5 $as_echo_n "checking if iconv is glibc's... " >&6; } -@@ -46369,8 +46356,6 @@ +@@ -46383,8 +46370,6 @@ ext_builddir=ext/iconv ext_srcdir=$abs_srcdir/ext/iconv @@ -50,7 +50,7 @@ if test "$ext_shared" != "shared" && test "$ext_shared" != "yes" && test "" != "cli"; then PHP_ICONV_SHARED=no -@@ -97595,12 +97580,6 @@ +@@ -97712,12 +97697,6 @@ if test -n "$unique" && test "`eval $cmd`" = "" ; then eval "INCLUDEPATH$unique=set" Modified: branches/1.0/package/php/php-0002-dlopen.patch =================================================================== --- branches/1.0/package/php/php-0002-dlopen.patch 2015-04-18 12:39:14 UTC (rev 7039) +++ branches/1.0/package/php/php-0002-dlopen.patch 2015-04-18 13:17:07 UTC (rev 7040) @@ -7,7 +7,7 @@ diff -Nura php-5.5.8.orig/configure php-5.5.8/configure --- php-5.5.8.orig/configure 2014-01-28 17:41:33.943851727 -0300 +++ php-5.5.8/configure 2014-01-28 17:42:53.785493795 -0300 -@@ -17153,7 +17153,6 @@ +@@ -17156,7 +17156,6 @@ @@ -15,7 +15,7 @@ unset ac_cv_func___dlopen unset found -@@ -17181,7 +17180,6 @@ +@@ -17184,7 +17183,6 @@ *) Modified: branches/1.0/package/php/php-0003-disable-pharcmd.patch =================================================================== --- branches/1.0/package/php/php-0003-disable-pharcmd.patch 2015-04-18 12:39:14 UTC (rev 7039) +++ branches/1.0/package/php/php-0003-disable-pharcmd.patch 2015-04-18 13:17:07 UTC (rev 7040) @@ -8,7 +8,7 @@ diff -Nura php-5.5.14.orig/configure php-5.5.14/configure --- php-5.5.14.orig/configure 2014-07-08 09:52:52.657753194 -0300 +++ php-5.5.14/configure 2014-07-08 09:53:07.610243933 -0300 -@@ -113130,13 +113130,8 @@ +@@ -113196,13 +113196,8 @@ INLINE_CFLAGS="$INLINE_CFLAGS $standard_libtool_flag" CXXFLAGS="$CXXFLAGS $standard_libtool_flag" Modified: branches/1.0/package/php/php.mk =================================================================== --- branches/1.0/package/php/php.mk 2015-04-18 12:39:14 UTC (rev 7039) +++ branches/1.0/package/php/php.mk 2015-04-18 13:17:07 UTC (rev 7040) @@ -4,7 +4,7 @@ # ############################################################# -PHP_VERSION = 5.5.23 +PHP_VERSION = 5.5.24 PHP_SITE = http://www.php.net/distributions PHP_SOURCE = php-$(PHP_VERSION).tar.xz PHP_INSTALL_STAGING = YES This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |