diff options
Diffstat (limited to 'php74.spec')
-rw-r--r-- | php74.spec | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -90,13 +90,13 @@ %global with_libzip 1 %global with_zip 0 -%global upver 7.4.32 +%global upver 7.4.33 #global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -Release: 2%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -160,8 +160,6 @@ Patch91: php-7.2.0-oci8conf.patch # Upstream fixes (100+) # Security fixes (200+) -Patch200: php-bug81738.patch -Patch201: php-bug81739.patch # Fixes for tests (300+) # Factory is droped from system tzdata @@ -1156,8 +1154,6 @@ rm ext/openssl/tests/p12_with_extra_certs.p12 # upstream patches # security patches -%patch200 -p1 -b .81738 -%patch201 -p1 -b .81739 # Fixes for tests related to tzdata %if 0%{?fedora} >= 29 || 0%{?rhel} >= 6 @@ -1188,9 +1184,9 @@ rm ext/date/tests/timezone_location_get.phpt %if 0%{?fedora} < 29 # need tzdata 2018i rm ext/date/tests/bug33414-1.phpt -rm ext/date/tests/bug33415-2.phpt rm ext/date/tests/date_modify-1.phpt %endif +rm ext/date/tests/bug33415-2.phpt # too fast builder rm ext/date/tests/bug73837.phpt # Should be skipped but fails sometime @@ -2165,6 +2161,9 @@ fi %changelog +* Tue Nov 1 2022 Remi Collet <remi@remirepo.net> - 7.4.33-1 +- Update to 7.4.33 - http://www.php.net/releases/7_4_33.php + * Wed Oct 26 2022 Remi Collet <remi@remirepo.net> - 7.4.32-2 - add upstream fix for CVE-2022-31630 and CVE-2022-37454 |