[Lunar-commits] CVS: moonbase/compilers/php BUILD, 1.10, 1.11 DETAILS, 1.27, 1.28

Jon South striker at lunar-linux.org
Tue Apr 20 02:30:18 GMT 2004


Update of /var/cvs/lunar/moonbase/compilers/php
In directory dbguin.lunar-linux.org:/tmp/cvs-serv2655

Modified Files:
	BUILD DETAILS 
Log Message:
Committing patch for PHP PCRE extension causing segfaults during graceful restarts of Apache.
Bug http://bugs.php.net/bug.php?id=27810
Patch from http://www.freebsd.org/cgi/cvsweb.cgi/ports/lang/php4/files/patch-ext%3a%3apcre%3a%3aphp_pcre.c?rev=1.1&content-type=text/x-cvsweb-markup


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/compilers/php/BUILD,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- BUILD	8 Feb 2004 19:07:36 -0000	1.10
+++ BUILD	20 Apr 2004 02:30:16 -0000	1.11
@@ -1,5 +1,7 @@
 (
 
+  patch_it $SOURCE_CACHE/$SOURCE3 0 &&
+
   if [ -s /etc/httpsd/httpd.conf ] ; then
     cp /etc/httpsd/httpd.conf /etc/httpsd/httpd.conf.`date +%Y%m%d`
   fi

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/compilers/php/DETAILS,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- DETAILS	16 Apr 2004 08:55:51 -0000	1.27
+++ DETAILS	20 Apr 2004 02:30:16 -0000	1.28
@@ -14,9 +14,12 @@
          SOURCE2=imap-$IMAP_VERSION.tar.Z
      SOURCE2_VFY=md5:0d246d868f20d8c441d235b77c940676
      SOURCE2_URL=ftp://ftp.cac.washington.edu/imap/$SOURCE2
+         SOURCE3=php-4.3.6-pcre.patch
+     SOURCE3_VFY=md5:b5517d3196ccba7905ccb82263eaa0f6
+     SOURCE3_URL=$PATCH_URL/$SOURCE3
         WEB_SITE=http://www.php.net
          ENTERED=20011024
-         UPDATED=20040416
+         UPDATED=20040419
            SHORT="php is the personal home page scripting language."
 cat << EOF
 PHP is a widely-used Open Source general-purpose scripting language



More information about the Lunar-commits mailing list