]> git.pld-linux.org Git - packages/php.git/commitdiff
- release 6, backported fix for CVE-2019-11043
authorAdam Gołębiowski <adamg@pld-linux.org>
Fri, 25 Oct 2019 10:42:17 +0000 (12:42 +0200)
committerAdam Gołębiowski <adamg@pld-linux.org>
Fri, 25 Oct 2019 10:42:17 +0000 (12:42 +0200)
php.spec

index 9cdf7b102b431b8a9433ae31a412637e403facbb..ec66b8b72006980fc5729e55cbf4938c2f6974c3 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -150,7 +150,7 @@ Summary(ru.UTF-8):  PHP Версии 7 - язык препроцессирова
 Summary(uk.UTF-8):     PHP Версії 7 - мова препроцесування HTML-файлів, виконувана на сервері
 Name:          %{orgname}%{php_suffix}
 Version:       7.0.33
-Release:       5
+Release:       6
 Epoch:         4
 # All files licensed under PHP version 3.01, except
 # Zend is licensed under Zend
@@ -217,6 +217,7 @@ Patch70:    mysqlnd-ssl.patch
 Patch71:       libdb-info.patch
 Patch72:       phar-hash-shared.patch
 Patch73:       php-icu64.patch
+Patch74:       php-CVE-2019-11043.patch
 URL:           http://php.net/
 %{?with_interbase:%{!?with_interbase_inst:BuildRequires:       Firebird-devel >= 1.0.2.908-2}}
 %{?with_pspell:BuildRequires:  aspell-devel >= 2:0.50.0}
@@ -2011,6 +2012,7 @@ cp -p php.ini-production php.ini
 %patch71 -p1
 %patch72 -p1
 %patch73 -p1
+%patch74 -p1
 
 %{__sed} -i -e '/PHP_ADD_LIBRARY_WITH_PATH/s#xmlrpc,#xmlrpc-epi,#' ext/xmlrpc/config.m4
 
This page took 0.057164 seconds and 4 git commands to generate.