Date: Tue, 7 Feb 2012 13:48:27 GMT From: Svyatoslav Lempert <svyatoslav.lempert@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/164849: [update] lang/php52 security fixes Message-ID: <201202071348.q17DmRcV016198@red.freebsd.org> Resent-Message-ID: <201202071350.q17DoC4T034081@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 164849 >Category: ports >Synopsis: [update] lang/php52 security fixes >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Feb 07 13:50:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Svyatoslav Lempert >Release: 8.2-STABLE >Organization: >Environment: >Description: Large number of changes in port and patch for ports tree for patchfiles in 'files' folders on slave ports because security patch must be applied to all - see http://lists.freebsd.org/pipermail/freebsd-ports/2012-February/072834.html (this topic is not answered, but I do not find other way - changed relative path to the working directory). Now all security fixes is ok, I checked it. Port commiters, please (re)move EXPIRATION_DATE to future - port is secure and install on my statistics about 1,000 people a month. Thank you in advance Changes: - security fixes CVE-2012-0830, CVE-2011-1466, CVE-2011-1471 in 20120203 security patchset - security problem fix for PHP extensions (now all security patches applied) - php52-backports patch allways installed now >How-To-Repeat: >Fix: Patch attached with submission follows: diff -Nru ports.old/converters/php52-mbstring/files/patch-config.m4 ports/converters/php52-mbstring/files/patch-config.m4 --- ports.old/converters/php52-mbstring/files/patch-config.m4 2010-04-23 17:01:25.000000000 +0100 +++ ports/converters/php52-mbstring/files/patch-config.m4 2012-02-07 04:02:00.000000000 +0000 @@ -1,5 +1,5 @@ ---- config.m4.orig Fri Sep 8 07:42:50 2006 -+++ config.m4 Fri Sep 8 07:43:00 2006 +--- ext/mbstring/config.m4.orig Fri Sep 8 07:42:50 2006 ++++ ext/mbstring/config.m4 Fri Sep 8 07:43:00 2006 @@ -66,7 +66,6 @@ int foo(int x, ...) { va_list va; diff -Nru ports.old/converters/php52-mbstring/files/patch-oniguruma_regerror.c ports/converters/php52-mbstring/files/patch-oniguruma_regerror.c --- ports.old/converters/php52-mbstring/files/patch-oniguruma_regerror.c 2010-04-23 17:01:25.000000000 +0100 +++ ports/converters/php52-mbstring/files/patch-oniguruma_regerror.c 2012-02-07 04:09:00.000000000 +0000 @@ -1,5 +1,5 @@ ---- oniguruma/regerror.c.orig Sat Jan 28 09:53:54 2006 -+++ oniguruma/regerror.c Sat Jan 28 09:56:58 2006 +--- ext/mbstring/oniguruma/regerror.c.orig Sat Jan 28 09:53:54 2006 ++++ ext/mbstring/oniguruma/regerror.c Sat Jan 28 09:56:58 2006 @@ -27,6 +27,7 @@ * SUCH DAMAGE. */ diff -Nru ports.old/databases/php52-dba/files/patch-config.m4 ports/databases/php52-dba/files/patch-config.m4 --- ports.old/databases/php52-dba/files/patch-config.m4 2010-07-26 09:56:14.000000000 +0100 +++ ports/databases/php52-dba/files/patch-config.m4 2012-02-07 04:12:51.000000000 +0000 @@ -1,5 +1,5 @@ ---- config.m4.orig 2010-07-26 00:28:32.111202104 +0200 -+++ config.m4 2010-07-26 00:28:35.656577336 +0200 +--- ext/dba/config.m4.orig 2010-07-26 00:28:32.111202104 +0200 ++++ ext/dba/config.m4 2010-07-26 00:28:35.656577336 +0200 @@ -280,6 +280,38 @@ THIS_PREFIX=$i THIS_INCLUDE=$i/db4/db.h diff -Nru ports.old/databases/php52-oci8/files/patch-config.m4 ports/databases/php52-oci8/files/patch-config.m4 --- ports.old/databases/php52-oci8/files/patch-config.m4 2010-04-23 17:14:04.000000000 +0100 +++ ports/databases/php52-oci8/files/patch-config.m4 2012-02-07 04:14:55.000000000 +0000 @@ -1,5 +1,5 @@ ---- config.m4.orig Wed Apr 5 11:06:00 2006 -+++ config.m4 Tue Jul 11 08:20:27 2006 +--- ext/oci8/config.m4.orig Wed Apr 5 11:06:00 2006 ++++ ext/oci8/config.m4 Tue Jul 11 08:20:27 2006 @@ -177,8 +177,7 @@ ;; diff -Nru ports.old/databases/php52-odbc/files/patch-config.m4 ports/databases/php52-odbc/files/patch-config.m4 --- ports.old/databases/php52-odbc/files/patch-config.m4 2010-04-23 17:17:41.000000000 +0100 +++ ports/databases/php52-odbc/files/patch-config.m4 2012-02-07 04:16:07.000000000 +0000 @@ -1,5 +1,5 @@ ---- config.m4.orig 2007-09-14 08:03:08.000000000 +0200 -+++ config.m4 2007-09-14 08:14:21.000000000 +0200 +--- ext/odbc/config.m4.orig 2007-09-14 08:03:08.000000000 +0200 ++++ ext/odbc/config.m4 2007-09-14 08:14:21.000000000 +0200 @@ -101,7 +101,7 @@ dnl if test -z "$ODBC_TYPE"; then diff -Nru ports.old/databases/php52-pdo_oci/files/patch-config.m4 ports/databases/php52-pdo_oci/files/patch-config.m4 --- ports.old/databases/php52-pdo_oci/files/patch-config.m4 2010-04-23 17:27:19.000000000 +0100 +++ ports/databases/php52-pdo_oci/files/patch-config.m4 2012-02-07 04:18:24.000000000 +0000 @@ -1,5 +1,5 @@ ---- config.m4.orig Thu Feb 16 03:03:13 2006 -+++ config.m4 Wed Feb 7 15:00:58 2007 +--- ext/pdo_oci/config.m4.orig Thu Feb 16 03:03:13 2006 ++++ ext/pdo_oci/config.m4 Wed Feb 7 15:00:58 2007 @@ -145,7 +145,6 @@ ;; diff -Nru ports.old/databases/php52-pdo_sqlite/files/patch-sqlite_statement.c ports/databases/php52-pdo_sqlite/files/patch-sqlite_statement.c --- ports.old/databases/php52-pdo_sqlite/files/patch-sqlite_statement.c 2010-04-23 17:30:35.000000000 +0100 +++ ports/databases/php52-pdo_sqlite/files/patch-sqlite_statement.c 2012-02-07 04:19:52.000000000 +0000 @@ -1,5 +1,5 @@ ---- sqlite_statement.c.orig 2007-12-31 08:20:10.000000000 +0100 -+++ sqlite_statement.c 2008-12-07 11:50:35.000000000 +0100 +--- ext/pdo_sqlite/sqlite_statement.c.orig 2007-12-31 08:20:10.000000000 +0100 ++++ ext/pdo_sqlite/sqlite_statement.c 2008-12-07 11:50:35.000000000 +0100 @@ -104,6 +104,21 @@ pdo_sqlite_error_stmt(stmt); return 0; diff -Nru ports.old/databases/php52-pgsql/files/patch-pgsql.c ports/databases/php52-pgsql/files/patch-pgsql.c --- ports.old/databases/php52-pgsql/files/patch-pgsql.c 2010-04-23 17:31:43.000000000 +0100 +++ ports/databases/php52-pgsql/files/patch-pgsql.c 2012-02-07 04:21:37.000000000 +0000 @@ -1,5 +1,5 @@ ---- pgsql.c.orig 2007-10-04 01:31:58.000000000 +0200 -+++ pgsql.c 2008-01-29 11:10:15.000000000 +0100 +--- ext/pgsql/pgsql.c.orig 2007-10-04 01:31:58.000000000 +0200 ++++ ext/pgsql/pgsql.c 2008-01-29 11:10:15.000000000 +0100 @@ -62,6 +62,7 @@ #define PGSQL_MAX_LENGTH_OF_LONG 30 #define PGSQL_MAX_LENGTH_OF_DOUBLE 60 diff -Nru ports.old/databases/php52-sqlite/files/patch-config.m4 ports/databases/php52-sqlite/files/patch-config.m4 --- ports.old/databases/php52-sqlite/files/patch-config.m4 2010-04-23 23:21:56.000000000 +0100 +++ ports/databases/php52-sqlite/files/patch-config.m4 2012-02-07 04:22:54.000000000 +0000 @@ -1,5 +1,5 @@ ---- config.m4.orig Wed Nov 30 05:50:03 2005 -+++ config.m4 Tue Jan 17 12:51:21 2006 +--- ext/sqlite/config.m4.orig Wed Nov 30 05:50:03 2005 ++++ ext/sqlite/config.m4 Tue Jan 17 12:51:21 2006 @@ -48,14 +48,6 @@ diff -Nru ports.old/devel/php52-gettext/files/patch-config.m4 ports/devel/php52-gettext/files/patch-config.m4 --- ports.old/devel/php52-gettext/files/patch-config.m4 2010-04-23 16:46:00.000000000 +0100 +++ ports/devel/php52-gettext/files/patch-config.m4 2012-02-07 04:25:24.000000000 +0000 @@ -1,5 +1,5 @@ ---- config.m4.orig Tue Jul 27 23:58:02 2004 -+++ config.m4 Tue Jul 27 23:59:44 2004 +--- ext/gettext/config.m4.orig Tue Jul 27 23:58:02 2004 ++++ ext/gettext/config.m4 Tue Jul 27 23:59:44 2004 @@ -30,7 +30,6 @@ AC_MSG_ERROR(Unable to find required gettext library) ]) diff -Nru ports.old/devel/php52-pcre/files/patch-php_pcre.c ports/devel/php52-pcre/files/patch-php_pcre.c --- ports.old/devel/php52-pcre/files/patch-php_pcre.c 2010-04-23 16:09:07.000000000 +0100 +++ ports/devel/php52-pcre/files/patch-php_pcre.c 2012-02-07 04:26:49.000000000 +0000 @@ -1,5 +1,5 @@ ---- php_pcre.c.orig 2009-03-06 10:58:43.000000000 +0100 -+++ php_pcre.c 2009-03-06 10:58:56.000000000 +0100 +--- ext/pcre/php_pcre.c.orig 2009-03-06 10:58:43.000000000 +0100 ++++ ext/pcre/php_pcre.c 2009-03-06 10:58:56.000000000 +0100 @@ -18,6 +18,10 @@ /* $Id: php_pcre.c,v 1.168.2.9.2.30 2009/01/13 19:23:31 andrei Exp $ */ diff -Nru ports.old/devel/php52-readline/files/patch-config.m4 ports/devel/php52-readline/files/patch-config.m4 --- ports.old/devel/php52-readline/files/patch-config.m4 2010-04-23 23:10:37.000000000 +0100 +++ ports/devel/php52-readline/files/patch-config.m4 2012-02-07 04:28:04.000000000 +0000 @@ -1,5 +1,5 @@ ---- config.m4.orig 2009-08-04 13:20:49.000000000 +0200 -+++ config.m4 2009-09-22 11:13:12.000000000 +0200 +--- ext/readline/config.m4.orig 2009-08-04 13:20:49.000000000 +0200 ++++ ext/readline/config.m4 2009-09-22 11:13:12.000000000 +0200 @@ -5,13 +5,8 @@ PHP_ARG_WITH(libedit,for libedit readline replacement, [ --with-libedit[=DIR] Include libedit readline replacement (CLI/CGI only)]) diff -Nru ports.old/devel/php52-spl/files/patch-config.m4 ports/devel/php52-spl/files/patch-config.m4 --- ports.old/devel/php52-spl/files/patch-config.m4 2010-04-23 23:21:09.000000000 +0100 +++ ports/devel/php52-spl/files/patch-config.m4 2012-02-07 04:29:13.000000000 +0000 @@ -1,5 +1,5 @@ ---- config.m4.orig Mon Dec 4 19:01:53 2006 -+++ config.m4 Wed Feb 7 12:21:20 2007 +--- ext/spl/config.m4.orig Mon Dec 4 19:01:53 2006 ++++ ext/spl/config.m4 Wed Feb 7 12:21:20 2007 @@ -4,6 +4,11 @@ PHP_ARG_ENABLE(spl, enable SPL suppport, [ --disable-spl Disable Standard PHP Library], yes) diff -Nru ports.old/graphics/php52-gd/files/patch-config.m4 ports/graphics/php52-gd/files/patch-config.m4 --- ports.old/graphics/php52-gd/files/patch-config.m4 2010-04-23 16:43:52.000000000 +0100 +++ ports/graphics/php52-gd/files/patch-config.m4 2012-02-07 04:31:19.000000000 +0000 @@ -1,5 +1,5 @@ ---- config.m4.orig Mon May 30 01:16:41 2005 -+++ config.m4 Wed Dec 7 11:01:13 2005 +--- ext/gd/config.m4.orig Mon May 30 01:16:41 2005 ++++ ext/gd/config.m4 Wed Dec 7 11:01:13 2005 @@ -220,7 +220,7 @@ ],[ AC_MSG_ERROR([Problem with libt1.(a|so). Please check config.log for more information.]) diff -Nru ports.old/graphics/php52-gd/files/patch-libgd_gd_png.c ports/graphics/php52-gd/files/patch-libgd_gd_png.c --- ports.old/graphics/php52-gd/files/patch-libgd_gd_png.c 2010-04-23 16:43:52.000000000 +0100 +++ ports/graphics/php52-gd/files/patch-libgd_gd_png.c 2012-02-07 04:32:04.000000000 +0000 @@ -1,5 +1,5 @@ ---- libgd/gd_png.c.orig 2009-03-14 18:48:42.000000000 +0100 -+++ libgd/gd_png.c 2010-04-05 19:54:05.000000000 +0200 +--- ext/gd/libgd/gd_png.c.orig 2009-03-14 18:48:42.000000000 +0100 ++++ ext/gd/libgd/gd_png.c 2010-04-05 19:54:05.000000000 +0200 @@ -139,7 +139,11 @@ return NULL; } diff -Nru ports.old/lang/php52/Makefile ports/lang/php52/Makefile --- ports.old/lang/php52/Makefile 2012-01-18 17:27:09.000000000 +0000 +++ ports/lang/php52/Makefile 2012-02-07 04:03:11.000000000 +0000 @@ -7,7 +7,7 @@ PORTNAME= php52 PORTVERSION= 5.2.17 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP} MASTER_SITE_SUBDIR= distributions @@ -51,8 +51,7 @@ FASTCGI "Enable fastcgi support (CGI only)" on \ FPM "Enable fastcgi process manager (CGI only)" off \ PATHINFO "Enable path-info-check support (CGI only)" on \ - LINKTHR "Link thread lib (for threaded extensions)" off \ - BACKPORTS "Enable backported security and bugfix patches" on + LINKTHR "Link thread lib (for threaded extensions)" off CONFLICTS= php4-4* php5-5.3* @@ -186,13 +185,6 @@ CONFIGURE_ARGS+=--disable-ipv6 .endif -.if defined(WITH_BACKPORTS) -PATCHFILES+= php52-backports-security-20120117.patch -PATCH_SITES+= http://php52-backports.googlecode.com/files/ -.else -FORBIDDEN= Vulnerable since 2011-01-13, http://portaudit.freebsd.org/3761df02-0f9c-11e0-becc-0022156e8794.html -.endif - post-patch: @${TOUCH} ${WRKSRC}/ext/php_config.h @${REINPLACE_CMD} "s|^\(extension_dir\)|; \1|" ${WRKSRC}/php.ini-* @@ -231,4 +223,9 @@ .else .include "${MASTERDIR}/Makefile.ext" .endif + +# BACKPORTS patch for lang/php52 and all php52-extensions +PATCHFILES+= php52-backports-security-20120203.patch +PATCH_SITES+= http://php52-backports.googlecode.com/files/ + .include <bsd.port.post.mk> diff -Nru ports.old/lang/php52/Makefile.ext ports/lang/php52/Makefile.ext --- ports.old/lang/php52/Makefile.ext 2012-02-06 12:25:47.000000000 +0000 +++ ports/lang/php52/Makefile.ext 2012-02-07 04:09:25.000000000 +0000 @@ -11,7 +11,12 @@ PATCHDIR= ${.CURDIR}/files PLIST= ${NONEXISTENT} -EXTRACT_AFTER_ARGS?= | ${TAR} -xf - ${EXTSUBDIR} +# We need extract all for BACKPORTS patch +#EXTRACT_AFTER_ARGS?= | ${TAR} -xf - ${EXTSUBDIR} + +PATCH_WRKSRC= ${WRKDIR}/${DISTNAME} +PATCH_DIST_STRIP+= -p1 +#PATCH_DEBUG= yes .if ${PHP_MODNAME} == "bcmath" CONFIGURE_ARGS+=--enable-bcmath diff -Nru ports.old/lang/php52/distinfo ports/lang/php52/distinfo --- ports.old/lang/php52/distinfo 2012-01-18 17:27:09.000000000 +0000 +++ ports/lang/php52/distinfo 2012-02-07 03:36:42.000000000 +0000 @@ -6,5 +6,5 @@ SIZE (suhosin-patch-5.2.16-0.9.7.patch.gz) = 23069 SHA256 (php-5.2.10-mail-header.patch) = a61d50540f4aae32390118453845c380fe935b6d1e46cef6819c8561946e942f SIZE (php-5.2.10-mail-header.patch) = 3383 -SHA256 (php52-backports-security-20120117.patch) = 60626ee83d001050ec8b9cc0017cc7859d3173d9c102ee644deea56dd617fb3b -SIZE (php52-backports-security-20120117.patch) = 283977 +SHA256 (php52-backports-security-20120203.patch) = 722544821e4d63fb0fcfbddf868e29d7bd74760f567e89963628efbc81c39e42 +SIZE (php52-backports-security-20120203.patch) = 286409 diff -Nru ports.old/math/php52-gmp/files/patch-gmp.c ports/math/php52-gmp/files/patch-gmp.c --- ports.old/math/php52-gmp/files/patch-gmp.c 2010-04-25 20:27:08.000000000 +0100 +++ ports/math/php52-gmp/files/patch-gmp.c 2012-02-07 04:33:33.000000000 +0000 @@ -1,5 +1,5 @@ ---- gmp.c.orig 2010-04-21 22:00:31.841602968 +0000 -+++ gmp.c 2010-04-21 22:00:46.412804473 +0000 +--- ext/gmp/gmp.c.orig 2010-04-21 22:00:31.841602968 +0000 ++++ ext/gmp/gmp.c 2010-04-21 22:00:46.412804473 +0000 @@ -1396,7 +1396,7 @@ GMPG(rand_initialized) = 1; diff -Nru ports.old/net/php52-soap/files/patch-soap.c ports/net/php52-soap/files/patch-soap.c --- ports.old/net/php52-soap/files/patch-soap.c 2010-04-23 23:18:48.000000000 +0100 +++ ports/net/php52-soap/files/patch-soap.c 2012-02-07 04:34:58.000000000 +0000 @@ -1,5 +1,5 @@ ---- soap.c.orig Tue Oct 3 21:51:01 2006 -+++ soap.c Sat Nov 4 11:38:29 2006 +--- ext/soap/soap.c.orig Tue Oct 3 21:51:01 2006 ++++ ext/soap/soap.c Sat Nov 4 11:38:29 2006 @@ -23,7 +23,7 @@ #include "config.h" #endif diff -Nru ports.old/security/php52-filter/files/patch-config.m4 ports/security/php52-filter/files/patch-config.m4 --- ports.old/security/php52-filter/files/patch-config.m4 2010-04-23 16:40:05.000000000 +0100 +++ ports/security/php52-filter/files/patch-config.m4 2012-02-07 04:36:29.000000000 +0000 @@ -1,5 +1,5 @@ ---- config.m4.orig 2009-03-06 08:25:45.000000000 +0100 -+++ config.m4 2009-03-06 08:28:10.000000000 +0100 +--- ext/filter/config.m4.orig 2009-03-06 08:25:45.000000000 +0100 ++++ ext/filter/config.m4 2009-03-06 08:28:10.000000000 +0100 @@ -19,7 +19,7 @@ CPPFLAGS=$INCLUDES AC_EGREP_CPP(yes,[ diff -Nru ports.old/sysutils/php52-posix/files/patch-posix.c ports/sysutils/php52-posix/files/patch-posix.c --- ports.old/sysutils/php52-posix/files/patch-posix.c 2010-04-23 17:34:39.000000000 +0100 +++ ports/sysutils/php52-posix/files/patch-posix.c 2012-02-07 04:37:44.000000000 +0000 @@ -1,5 +1,5 @@ ---- posix.c.orig Fri Feb 23 00:40:39 2007 -+++ posix.c Sun May 13 17:52:27 2007 +--- ext/posix/posix.c.orig Fri Feb 23 00:40:39 2007 ++++ ext/posix/posix.c Sun May 13 17:52:27 2007 @@ -838,7 +838,7 @@ #if defined(ZTS) && defined(HAVE_GETGRNAM_R) && defined(_SC_GETGR_R_SIZE_MAX) buflen = sysconf(_SC_GETGR_R_SIZE_MAX); diff -Nru ports.old/textproc/php52-wddx/files/patch-config.m4 ports/textproc/php52-wddx/files/patch-config.m4 --- ports.old/textproc/php52-wddx/files/patch-config.m4 2010-04-24 00:43:41.000000000 +0100 +++ ports/textproc/php52-wddx/files/patch-config.m4 2012-02-07 04:39:07.000000000 +0000 @@ -1,5 +1,5 @@ ---- config.m4.orig Mon Jul 26 09:05:10 2004 -+++ config.m4 Mon Jul 26 09:07:46 2004 +--- ext/wddx/config.m4.orig Mon Jul 26 09:05:10 2004 ++++ ext/wddx/config.m4 Mon Jul 26 09:07:46 2004 @@ -5,6 +5,9 @@ PHP_ARG_ENABLE(wddx,whether to enable WDDX support, [ --enable-wddx Enable WDDX support.]) diff -Nru ports.old/textproc/php52-wddx/files/patch-wddx.c ports/textproc/php52-wddx/files/patch-wddx.c --- ports.old/textproc/php52-wddx/files/patch-wddx.c 2010-04-24 00:43:41.000000000 +0100 +++ ports/textproc/php52-wddx/files/patch-wddx.c 2012-02-07 04:39:27.000000000 +0000 @@ -1,5 +1,5 @@ ---- wddx.c.orig Sun Jan 1 13:50:16 2006 -+++ wddx.c Mon Jan 16 12:56:21 2006 +--- ext/wddx/wddx.c.orig Sun Jan 1 13:50:16 2006 ++++ ext/wddx/wddx.c Mon Jan 16 12:56:21 2006 @@ -18,6 +18,10 @@ /* $Id: wddx.c,v 1.119.2.8 2006/01/01 12:50:16 sniper Exp $ */ diff -Nru ports.old/textproc/php52-xml/files/patch-compat.c ports/textproc/php52-xml/files/patch-compat.c --- ports.old/textproc/php52-xml/files/patch-compat.c 2010-04-23 23:30:46.000000000 +0100 +++ ports/textproc/php52-xml/files/patch-compat.c 2012-02-07 04:41:12.000000000 +0000 @@ -1,5 +1,5 @@ ---- compat.c.orig Tue Jul 20 10:55:02 2004 -+++ compat.c Tue Jul 20 10:55:55 2004 +--- ext/xml/compat.c.orig Tue Jul 20 10:55:02 2004 ++++ ext/xml/compat.c Tue Jul 20 10:55:55 2004 @@ -16,6 +16,10 @@ +----------------------------------------------------------------------+ */ diff -Nru ports.old/textproc/php52-xsl/files/patch-php_xsl.h ports/textproc/php52-xsl/files/patch-php_xsl.h --- ports.old/textproc/php52-xsl/files/patch-php_xsl.h 2010-04-24 00:46:14.000000000 +0100 +++ ports/textproc/php52-xsl/files/patch-php_xsl.h 2012-02-07 04:42:43.000000000 +0000 @@ -1,5 +1,5 @@ ---- php_xsl.h.orig Sun Jan 1 13:50:17 2006 -+++ php_xsl.h Tue Jan 17 16:23:10 2006 +--- ext/xsl/php_xsl.h.orig Sun Jan 1 13:50:17 2006 ++++ ext/xsl/php_xsl.h Tue Jan 17 16:23:10 2006 @@ -43,7 +43,7 @@ #include <libexslt/exsltconfig.h> #endif >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202071348.q17DmRcV016198>