SPECS: php.spec - fix #35009: ZTS: Persistent resource destruct cr...
glen
glen at pld-linux.org
Tue Nov 8 19:34:26 CET 2005
Author: glen Date: Tue Nov 8 18:34:26 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fix #35009: ZTS: Persistent resource destruct crashes when extension is compiled as shared
- rel 16
---- Files affected:
SPECS:
php.spec (1.509 -> 1.510)
---- Diffs:
================================================================
Index: SPECS/php.spec
diff -u SPECS/php.spec:1.509 SPECS/php.spec:1.510
--- SPECS/php.spec:1.509 Mon Nov 7 10:30:01 2005
+++ SPECS/php.spec Tue Nov 8 19:34:21 2005
@@ -85,7 +85,7 @@
Name: php
Version: 5.0.5
#define _snap 200510281645
-%define _rel 15
+%define _rel 16
Release: %{?_snap:12.11.%{_snap}.}%{_rel}%{?with_hardening:hardened}
Epoch: 4
Group: Libraries
@@ -137,6 +137,7 @@
Patch31: %{name}-builddir.patch
Patch32: %{name}_bug34435.patch
Patch33: %{name}-ftp-ssllibs.patch
+Patch34: %{name}-bug-35009.patch
Icon: php.gif
URL: http://www.php.net/
%{?with_interbase:%{!?with_interbase_inst:BuildRequires: Firebird-devel >= 1.0.2.908-2}}
@@ -1535,6 +1536,7 @@
%patch31 -p1
%{!?_snap:%patch32 -p0}
%patch33 -p1
+%patch34 -p1
# conflict seems to be resolved by recode patches
rm -f ext/recode/config9.m4
@@ -3023,6 +3025,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.510 2005/11/08 18:34:21 glen
+- fix #35009: ZTS: Persistent resource destruct crashes when extension is compiled as shared
+- rel 16
+
Revision 1.509 2005/11/07 09:30:01 ankry
- added man redirection, rel. 15
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/php.spec?r1=1.509&r2=1.510&f=u
More information about the pld-cvs-commit
mailing list