SPECS: php4.spec - fix #35009: ZTS: Persistent resource destruct c...
glen
glen at pld-linux.org
Tue Nov 8 18:34:02 CET 2005
Author: glen Date: Tue Nov 8 17:34:02 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fix #35009: ZTS: Persistent resource destruct crashes when extension is compiled as shared
- rel 3
---- Files affected:
SPECS:
php4.spec (1.500 -> 1.501)
---- Diffs:
================================================================
Index: SPECS/php4.spec
diff -u SPECS/php4.spec:1.500 SPECS/php4.spec:1.501
--- SPECS/php4.spec:1.500 Tue Nov 1 16:17:31 2005
+++ SPECS/php4.spec Tue Nov 8 18:33:57 2005
@@ -10,6 +10,7 @@
#11:26:36 <@glen> heimdal-libs-0.7.1-1 marks openldap-libs-2.2.29-1 (cap liblber-2.2.so.7()(64bit))
#11:26:36 <@glen> openldap-libs-2.2.29-1 marks cyrus-sasl-2.1.21-3 (cap cyrus-sasl)
#11:27:00 <@glen> php5-common doesn't have such deps
+# - above is caused by openssl linked in statically as openssl links with kerberos
#
# Conditional build:
%bcond_with db3 # use db3 packages instead of db (4.x) for Berkeley DB support
@@ -77,7 +78,7 @@
Summary(uk): PHP ÷ĹŇÓŚ§ 4 - ÍĎ×Á ĐŇĹĐŇĎĂĹÓŐ×ÁÎÎŃ HTML-ĆÁĘĚŚ×, ×ÉËĎÎŐ×ÁÎÁ ÎÁ ÓĹŇ×ĹŇŚ
Name: php4
Version: 4.4.1
-Release: 2%{?with_hardening:hardened}
+Release: 3%{?with_hardening:hardened}
Epoch: 3
Group: Libraries
License: PHP
@@ -129,6 +130,7 @@
Patch33: %{name}-uint32_t.patch
Patch34: %{name}-install_gd_headers.patch
Patch35: %{name}-both-apxs.patch
+Patch36: %{name}-bug-35009.patch
#Icon: php4.gif
URL: http://www.php.net/
%{?with_interbase:%{!?with_interbase_inst:BuildRequires: Firebird-devel >= 1.0.2.908-2}}
@@ -1666,6 +1668,7 @@
%patch33 -p1
%patch34 -p1
%patch35 -p1
+%patch36 -p1
%if %{with hardening}
zcat %{SOURCE9} | patch -p1
@@ -3241,6 +3244,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.501 2005/11/08 17:33:57 glen
+- fix #35009: ZTS: Persistent resource destruct crashes when extension is compiled as shared
+- rel 3
+
Revision 1.500 2005/11/01 15:17:31 arekm
- rel 2; updated tarball (seems that php team repackaged it before announce)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/php4.spec?r1=1.500&r2=1.501&f=u
More information about the pld-cvs-commit
mailing list