SPECS: php4.spec - fixed typos in hardening php, now it builds

prism prism at pld-linux.org
Sun Jul 3 01:48:20 CEST 2005


Author: prism                        Date: Sat Jul  2 23:48:20 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed typos in hardening php, now it builds

---- Files affected:
SPECS:
   php4.spec (1.440 -> 1.441) 

---- Diffs:

================================================================
Index: SPECS/php4.spec
diff -u SPECS/php4.spec:1.440 SPECS/php4.spec:1.441
--- SPECS/php4.spec:1.440	Sat Jul  2 22:11:20 2005
+++ SPECS/php4.spec	Sun Jul  3 01:48:15 2005
@@ -126,6 +126,7 @@
 Patch32:	%{name}-gd_imagerotate_enable.patch
 Patch33:	%{name}-uint32_t.patch
 Patch34:	%{name}-install_gd_headers.patch
+Patch35:	%{name}-hardening-fix.patch
 #Icon:		php4.gif
 URL:		http://www.php.net/
 %{?with_interbase:%{!?with_interbase_inst:BuildRequires:	Firebird-devel >= 1.0.2.908-2}}
@@ -1611,7 +1612,10 @@
 %patch33 -p1
 %patch34 -p1
 
-%{?with_hardening:zcat %{SOURCE9} | patch -p1}
+%if %{with hardening}
+zcat %{SOURCE9} | patch -p1
+patch -p1 < %{PATCH35}
+%endif
 
 # new apr
 sed -i -e 's#apr-config#apr-1-config#g' sapi/apache*/*.m4
@@ -2829,6 +2833,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.441  2005/07/02 23:48:15  prism
+- fixed typos in hardening php, now it builds
+
 Revision 1.440  2005/07/02 20:11:20  prism
 - Hardened-PHP is renamed to Hardening-Patch due to the PHP license
 - s/hardened/hardening/ in bconds
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/php4.spec?r1=1.440&r2=1.441&f=u




More information about the pld-cvs-commit mailing list