]> git.pld-linux.org Git - packages/php.git/commitdiff
- up to 7.4.2; fixes CVE-2020-7060, CVE-2020-7059 auto/th/php74-7.4.2-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 23 Jan 2020 08:17:05 +0000 (09:17 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 23 Jan 2020 08:17:05 +0000 (09:17 +0100)
php.spec

index 47c00cb3cb950724b89b20d05ebbdb5d1326a0d9..90c74090e10b67e233fba374ebf5747f342e16e6 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -150,7 +150,7 @@ Summary(pt_BR.UTF-8):       A linguagem de script PHP
 Summary(ru.UTF-8):     PHP Версии 7 - язык препроцессирования HTML-файлов, выполняемый на сервере
 Summary(uk.UTF-8):     PHP Версії 7 - мова препроцесування HTML-файлів, виконувана на сервері
 Name:          %{orgname}%{php_suffix}
-Version:       7.4.1
+Version:       7.4.2
 Release:       1
 Epoch:         4
 # All files licensed under PHP version 3.01, except
@@ -159,7 +159,7 @@ Epoch:              4
 License:       PHP 3.01 and Zend and BSD
 Group:         Libraries
 Source0:       https://php.net/distributions/%{orgname}-%{version}.tar.xz
-# Source0-md5: 6282f607a87c91b56ca14c3aacdba969
+# Source0-md5: 49a6e2bafa7134386e1b54c6b1c41ed5
 Source1:       opcache.ini
 Source2:       %{orgname}-mod_php.conf
 Source3:       %{orgname}-cgi-fcgi.ini
@@ -1908,6 +1908,10 @@ cp -p php.ini-production php.ini
 #%patch68 -p1 DROP or update to 7.0 APIs
 %patch71 -p1
 
+sed -E -i -e '1s,#!\s*/usr/bin/env\s+(.*),#!%{__bindir}\1,' \
+      ext/ext_skel.php \
+      run-tests.php
+
 %{__sed} -i -e '/PHP_ADD_LIBRARY_WITH_PATH/s#xmlrpc,#xmlrpc-epi,#' ext/xmlrpc/config.m4
 
 # cleanup backups after patching
This page took 0.046067 seconds and 4 git commands to generate.