summaryrefslogtreecommitdiffstats
path: root/php74.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-11-01 08:47:47 +0100
committerRemi Collet <remi@php.net>2022-11-01 08:47:47 +0100
commit9a72ca7142dd3a381af44452f1a2d8bfdad33d4b (patch)
tree129342895025c9f227c8ac262ee9897f047b881c /php74.spec
parent8c834989bed43ad4ee8f82cc4704acfdb2adf774 (diff)
Update to 7.4.33 - http://www.php.net/releases/7_4_33.php
Diffstat (limited to 'php74.spec')
-rw-r--r--php74.spec13
1 files changed, 6 insertions, 7 deletions
diff --git a/php74.spec b/php74.spec
index dd55f45..0077abb 100644
--- a/php74.spec
+++ b/php74.spec
@@ -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