SPECS: php.spec - use consistent path to sendmail wrapper

glen glen at pld-linux.org
Mon Nov 3 14:05:11 CET 2008


Author: glen                         Date: Mon Nov  3 13:05:11 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use consistent path to sendmail wrapper

---- Files affected:
SPECS:
   php.spec (1.738 -> 1.739) 

---- Diffs:

================================================================
Index: SPECS/php.spec
diff -u SPECS/php.spec:1.738 SPECS/php.spec:1.739
--- SPECS/php.spec:1.738	Mon Nov  3 00:34:58 2008
+++ SPECS/php.spec	Mon Nov  3 14:05:05 2008
@@ -143,6 +143,7 @@
 Patch40:	%{name}-mysqli-charsetphpini.patch
 Patch41:	%{name}-pdo_mysql-charsetphpini.patch
 Patch42:	%{name}-ini-charsetphpini.patch
+Patch43:	%{name}-use-prog_sendmail.patch
 URL:		http://www.php.net/
 # Requires review:
 # http://securitytracker.com/alerts/2008/Oct/1020995.html
@@ -1597,7 +1598,7 @@
 
 %if %{with hardening}
 zcat %{SOURCE7} | patch -p1 || exit 1
-patch -p1 < %{PATCH22} || exit 1
+%{__patch} -p1 < %{PATCH22} || exit 1
 %endif
 %patch23 -p1
 %patch24 -p1
@@ -1628,6 +1629,8 @@
 %patch41 -p0
 %patch42 -p1
 
+%patch43 -p1
+
 # conflict seems to be resolved by recode patches
 rm -f ext/recode/config9.m4
 
@@ -2783,6 +2786,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.739  2008/11/03 13:05:05  glen
+- use consistent path to sendmail wrapper
+
 Revision 1.738  2008/11/02 23:34:58  arekm
 - rel 13; CVE not checked
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/php.spec?r1=1.738&r2=1.739&f=u



More information about the pld-cvs-commit mailing list