summaryrefslogtreecommitdiffstats
path: root/php81.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-01-19 07:44:09 +0100
committerRemi Collet <remi@php.net>2022-01-19 07:44:09 +0100
commit35feeb58839617bb65afb3bcbb36b27cbde74014 (patch)
tree28a95c55715895b8a3b01215e48342435d519891 /php81.spec
parent4f7a6de9b9ec811f181a81f7dc2227857d2d157e (diff)
Update to 8.1.2 - http://www.php.net/releases/8_1_2.phpv8.1.28.1.2
Fix GH-7899 Regression in unpack for negative int value Fix GH-7883 Segfault when INI file is not readable
Diffstat (limited to 'php81.spec')
-rw-r--r--php81.spec13
1 files changed, 11 insertions, 2 deletions
diff --git a/php81.spec b/php81.spec
index d8b8660..74cf035 100644
--- a/php81.spec
+++ b/php81.spec
@@ -112,8 +112,8 @@
%bcond_with zip
%global upver 8.1.2
-%global rcver RC1
-%global lower RC1
+#global rcver RC1
+#global lower RC1
Summary: PHP scripting language for creating dynamic web sites
Name: php
@@ -179,6 +179,9 @@ Patch47: php-8.1.0-phpinfo.patch
Patch91: php-7.2.0-oci8conf.patch
# Upstream fixes (100+)
+# Fixed bug GH-7899 Regression in unpack for negative int value
+# Fixed bug GH-7883 Segfault when INI file is not readable
+Patch100: php-upstream.patch
# Security fixes (200+)
@@ -1186,6 +1189,7 @@ in pure PHP.
%patch91 -p1 -b .remi-oci8
# upstream patches
+%patch100 -p1 -b .up
# security patches
@@ -2177,6 +2181,11 @@ fi
%changelog
+* Wed Jan 19 2022 Remi Collet <remi@remirepo.net> - 8.1.2-1
+- Update to 8.1.2 - http://www.php.net/releases/8_1_2.php
+- Fix GH-7899 Regression in unpack for negative int value
+- Fix GH-7883 Segfault when INI file is not readable
+
* Wed Jan 5 2022 Remi Collet <remi@remirepo.net> - 8.1.2~RC1-1
- update to 8.1.2RC1