Author: hawk Date: Thu Feb 12 15:15:05 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - fix for bug #46889, memory leak in strtotime(), from PHP CVS, thx to Dariusz Parciak
---- Files affected: SPECS: php.spec (1.773 -> 1.774) ---- Diffs: ================================================================ Index: SPECS/php.spec diff -u SPECS/php.spec:1.773 SPECS/php.spec:1.774 --- SPECS/php.spec:1.773 Wed Jan 28 11:27:48 2009 +++ SPECS/php.spec Thu Feb 12 16:14:58 2009 @@ -85,7 +85,7 @@ %undefine with_filter %endif -%define rel 7 +%define rel 8 Summary: PHP: Hypertext Preprocessor Summary(fr.UTF-8): Le langage de script embarque-HTML PHP Summary(pl.UTF-8): Język skryptowy PHP @@ -159,6 +159,7 @@ # drop when http://bugs.php.net/bug.php?id=45996 solved Patch50: %{name}-xml-force-expat.patch Patch51: %{name}-include_path.patch +Patch52: %{name}-strtotime-memleak.patch URL: http://www.php.net/ # Requires review: # http://securitytracker.com/alerts/2008/Oct/1020995.html @@ -1682,6 +1683,8 @@ %patch50 -p1 %patch51 -p1 +%patch52 -p1 + # conflict seems to be resolved by recode patches rm -f ext/recode/config9.m4 @@ -2885,6 +2888,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.774 2009/02/12 15:14:58 hawk +- fix for bug #46889, memory leak in strtotime(), from PHP CVS, + thx to Dariusz Parciak + Revision 1.773 2009/01/28 10:27:48 hawk - release 7 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/php.spec?r1=1.773&r2=1.774&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
