From b0847ccd7748316ef11e876dc6a8e1814997793b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 3 Sep 2018 13:31:50 +0200 Subject: add upstream patch for openssl failing test --- php.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index f973036..18c623b 100644 --- a/php.spec +++ b/php.spec @@ -130,7 +130,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}} -Release: 2%{?dist} +Release: 3%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -184,6 +184,7 @@ Patch91: php-7.2.0-oci8conf.patch # Upstream fixes (100+) Patch100: php-upstream.patch +Patch101: https://github.com/php/php-src/commit/cd0a37994e3cbf1f0aa1174155d3d662cefe2e7a.patch # Security fixes (200+) @@ -924,7 +925,8 @@ low-level PHP extension for the libsodium cryptographic library. %patch91 -p1 -b .remi-oci8 # upstream patches -%patch100 -p1 -b .up +%patch100 -p1 -b .up1 +%patch101 -p1 -b .up2 # security patches @@ -1859,6 +1861,9 @@ fi %changelog +* Mon Sep 3 2018 Remi Collet - 7.3.0~beta3-3 +- add upstream patch for openssl failing test + * Tue Aug 28 2018 Remi Collet - 7.3.0~beta3-2 - add upstream patch for F29 -- cgit