SPECS: php.spec - rel 6; nasty hack for pgsql+curl problem

arekm arekm at pld-linux.org
Wed Jan 25 12:26:55 CET 2006


Author: arekm                        Date: Wed Jan 25 11:26:55 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 6; nasty hack for pgsql+curl problem

---- Files affected:
SPECS:
   php.spec (1.553 -> 1.554) 

---- Diffs:

================================================================
Index: SPECS/php.spec
diff -u SPECS/php.spec:1.553 SPECS/php.spec:1.554
--- SPECS/php.spec:1.553	Tue Jan 24 19:18:39 2006
+++ SPECS/php.spec	Wed Jan 25 12:26:45 2006
@@ -80,7 +80,7 @@
 Summary(uk):	PHP ÷ĹŇÓŚ§ 5 - ÍĎ×Á ĐŇĹĐŇĎĂĹÓŐ×ÁÎÎŃ HTML-ĆÁĘĚŚ×, ×ÉËĎÎŐ×ÁÎÁ ÎÁ ÓĹŇ×ĹŇŚ
 Name:		php
 Version:	5.1.2
-%define	_rel 5
+%define	_rel 6
 Release:	%{_rel}%{?with_hardening:hardened}
 Epoch:		4
 License:	PHP
@@ -126,6 +126,10 @@
 Patch32:	%{name}-builddir.patch
 Patch33:	%{name}-zlib-for-getimagesize.patch
 Patch34:	%{name}-ini-search-path.patch
+# Very big hack that is sane only with non-thread MPMs.
+# The case with threaded MPMs is lost even without this hack.
+# http://bugs.php.net/bug.php?id=36152
+Patch35:	%{name}-openssl-huge-hack.patch
 URL:		http://www.php.net/
 %{?with_interbase:%{!?with_interbase_inst:BuildRequires:	Firebird-devel >= 1.0.2.908-2}}
 %{?with_pspell:BuildRequires:	aspell-devel >= 2:0.50.0}
@@ -1564,6 +1568,7 @@
 %patch32 -p1
 %patch33 -p1
 %patch34 -p1
+%patch35 -p1
 
 # conflict seems to be resolved by recode patches
 rm -f ext/recode/config9.m4
@@ -3074,6 +3079,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.554  2006/01/25 11:26:45  arekm
+- rel 6; nasty hack for pgsql+curl problem
+
 Revision 1.553  2006/01/24 18:18:39  qboosh
 - updated pl
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/php.spec?r1=1.553&r2=1.554&f=u



More information about the pld-cvs-commit mailing list