]> git.pld-linux.org Git - packages/php.git/commitdiff
- added stack buffer overflow patch in socket_connect() (php-buff_ovf.patch) auto/ti/php-5_3_6-9
authormarti <marti@pld-linux.org>
Tue, 24 May 2011 05:40:37 +0000 (05:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.939

php.spec

index 6ce55e008955322cbf5045b57f26ebd21a5299f3..d884a1f9cb0ee17a98ab87a0a6f0a8ac90577b4c 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -103,7 +103,7 @@ ERROR: You need to select at least one Apache SAPI to build shared modules.
 %undefine      with_filter
 %endif
 
-%define                rel     8
+%define                rel     9
 Summary:       PHP: Hypertext Preprocessor
 Summary(fr.UTF-8):     Le langage de script embarque-HTML PHP
 Summary(pl.UTF-8):     JÄ™zyk skryptowy PHP
@@ -187,6 +187,7 @@ Patch60:    %{name}-oracle-instantclient.patch
 Patch61:       %{name}-krb5-ac.patch
 Patch62:       mcrypt-libs.patch
 Patch63:       %{name}-mysql-nowarning.patch
+Patch64:       %{name}-buff_ovf.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}
@@ -1867,7 +1868,7 @@ cp php.ini-production php.ini
 %patch61 -p1
 %patch62 -p1
 %patch63 -p1
-
+%patch64 -p1
 %{__rm} -r sapi/litespeed
 gzip -dc %{SOURCE15} | tar xf - -C sapi/
 
This page took 0.057015 seconds and 4 git commands to generate.