commit a87d8ac1e752c1f008546fd6dfb83153eb29ca2d Author: Juergen Daubert <jue@jue.li> Date: Fri Feb 9 14:02:13 2007 +0100 [notify] mod_php: update to 5.2.1 see http://www.php.net/releases/5_2_1.php diff --git a/mod_php/.footprint b/mod_php/.footprint index 88c4894..6cf9547 100644 --- a/mod_php/.footprint +++ b/mod_php/.footprint @@ -51,7 +51,6 @@ drwxr-xr-x root/root usr/include/php/Zend/ -rw-r--r-- root/root usr/include/php/Zend/zend_language_scanner.h -rw-r--r-- root/root usr/include/php/Zend/zend_list.h -rw-r--r-- root/root usr/include/php/Zend/zend_llist.h --rw-r--r-- root/root usr/include/php/Zend/zend_mm.h -rw-r--r-- root/root usr/include/php/Zend/zend_modules.h -rw-r--r-- root/root usr/include/php/Zend/zend_multibyte.h -rw-r--r-- root/root usr/include/php/Zend/zend_multiply.h @@ -109,7 +108,6 @@ drwxr-xr-x root/root usr/include/php/ext/libxml/ -rw-r--r-- root/root usr/include/php/ext/libxml/php_libxml.h drwxr-xr-x root/root usr/include/php/ext/pcre/ drwxr-xr-x root/root usr/include/php/ext/pcre/pcrelib/ --rw-r--r-- root/root usr/include/php/ext/pcre/pcrelib/internal.h -rw-r--r-- root/root usr/include/php/ext/pcre/pcrelib/pcre.h -rw-r--r-- root/root usr/include/php/ext/pcre/pcrelib/pcre_internal.h -rw-r--r-- root/root usr/include/php/ext/pcre/pcrelib/pcre_scanner.h @@ -124,6 +122,16 @@ drwxr-xr-x root/root usr/include/php/ext/session/ -rw-r--r-- root/root usr/include/php/ext/session/mod_files.h -rw-r--r-- root/root usr/include/php/ext/session/mod_user.h -rw-r--r-- root/root usr/include/php/ext/session/php_session.h +drwxr-xr-x root/root usr/include/php/ext/spl/ +-rw-r--r-- root/root usr/include/php/ext/spl/php_spl.h +-rw-r--r-- root/root usr/include/php/ext/spl/spl_array.h +-rw-r--r-- root/root usr/include/php/ext/spl/spl_directory.h +-rw-r--r-- root/root usr/include/php/ext/spl/spl_engine.h +-rw-r--r-- root/root usr/include/php/ext/spl/spl_exceptions.h +-rw-r--r-- root/root usr/include/php/ext/spl/spl_functions.h +-rw-r--r-- root/root usr/include/php/ext/spl/spl_iterators.h +-rw-r--r-- root/root usr/include/php/ext/spl/spl_observer.h +-rw-r--r-- root/root usr/include/php/ext/spl/spl_sxe.h drwxr-xr-x root/root usr/include/php/ext/sqlite/ drwxr-xr-x root/root usr/include/php/ext/sqlite/libsqlite/ drwxr-xr-x root/root usr/include/php/ext/sqlite/libsqlite/src/ diff --git a/mod_php/.md5sum b/mod_php/.md5sum index 7e5bb40..e2a52ff 100644 --- a/mod_php/.md5sum +++ b/mod_php/.md5sum @@ -1,2 +1 @@ -ff398c8d31b6c3b0511615ae95a618b0 php-5.2.0.patch -e6029fafcee029edcfa2ceed7a005333 php-5.2.0.tar.bz2 +261218e3569a777dbd87c16a15f05c8d php-5.2.1.tar.bz2 diff --git a/mod_php/Pkgfile b/mod_php/Pkgfile index 92b7d08..ccc6f1c 100644 --- a/mod_php/Pkgfile +++ b/mod_php/Pkgfile @@ -5,14 +5,12 @@ # Group: apache name=mod_php -version=5.2.0 +version=5.2.1 release=1 -source=(http://www.php.net/distributions/php-$version.tar.bz2 \ - php-$version.patch) +source=(http://www.php.net/distributions/php-$version.tar.bz2) build () { cd php-$version - patch -p1 -i $SRC/php-$version.patch sed -i "s/-i -a/-i/" configure ./configure --prefix=/usr \ --with-apxs2=/usr/sbin/apxs \ diff --git a/mod_php/php-5.2.0.patch b/mod_php/php-5.2.0.patch deleted file mode 100644 index 3b1fec4..0000000 --- a/mod_php/php-5.2.0.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nru php-5.2.0.orig/configure php-5.2.0/configure ---- php-5.2.0.orig/configure 2006-11-03 19:26:01.000000000 +0100 -+++ php-5.2.0/configure 2006-11-03 19:41:16.000000000 +0100 -@@ -32679,7 +32679,7 @@ - - - -- for header_file in $ext_srcdir/php_filter.h; do -+ for header_file in ext/filter/php_filter.h; do - - - unique=`echo $header_file|$SED 's/[^a-zA-Z0-9]/_/g'`