From d7338c4fd0f03aa627b50ee8ddd6dc4eab31e9c0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 Apr 2019 10:29:20 +0200 Subject: test build for https://bugs.php.net/77653 patch from https://github.com/php/php-src/pull/4007 --- php.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index d4eb443..060fe23 100644 --- a/php.spec +++ b/php.spec @@ -136,7 +136,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{lower}} -Release: 1%{?dist} +Release: 2%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -192,6 +192,7 @@ Patch91: php-7.2.0-oci8conf.patch # Upstream fixes (100+) Patch100: php-upstream.patch +Patch101: php-bug77653.patch # Security fixes (200+) @@ -945,6 +946,7 @@ low-level PHP extension for the libsodium cryptographic library. # upstream patches %patch100 -p1 -b .up +%patch101 -p1 -b .bug77653 # security patches @@ -1887,6 +1889,10 @@ fi %changelog +* Wed Apr 3 2019 Remi Collet - 7.3.4-4 +- test build for https://bugs.php.net/77653 + patch from https://github.com/php/php-src/pull/4007 + * Tue Apr 2 2019 Remi Collet - 7.3.4-1 - Update to 7.3.4 - http://www.php.net/releases/7_3_4.php -- cgit