summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-05-27 15:29:24 +0200
committerRemi Collet <remi@remirepo.net>2021-05-27 15:29:24 +0200
commitd155a9641633f4999e1ea0580df5fb501b0881dd (patch)
tree0bb9ecb663069c4c5d714cb8fb3da629f45cd424 /php.spec
parent39f7992c0433678cdd5ba77d75d4c3cab2f035fa (diff)
fix snmp extension build with net-snmp without DES
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/php.spec b/php.spec
index 6f17a97..e33e9e3 100644
--- a/php.spec
+++ b/php.spec
@@ -127,7 +127,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
Version: %{upver}%{?rcver:~%{rcver}}
-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
@@ -166,6 +166,8 @@ Patch6: php-5.6.3-embed.patch
Patch7: php-5.3.0-recode.patch
Patch8: php-7.2.0-libdb.patch
Patch9: php-7.0.7-curl.patch
+# backported from 8.0
+Patch10: php-net-snmp.patch
# Functional changes
Patch40: php-7.2.4-dlopen.patch
@@ -944,6 +946,7 @@ low-level PHP extension for the libsodium cryptographic library.
%if 0%{?rhel}
%patch9 -p1 -b .curltls
%endif
+%patch10 -p1 -b .nodes
%patch40 -p1 -b .dlopen
%if 0%{?fedora} >= 28 || 0%{?rhel} >= 6
@@ -1917,6 +1920,9 @@ fi
%changelog
+* Thu May 27 2021 Remi Collet <remi@remirepo.net> - 7.3.28-2
+- fix snmp extension build with net-snmp without DES
+
* Tue Apr 27 2021 Remi Collet <remi@remirepo.net> - 7.3.28-1
- Update to 7.3.28 - http://www.php.net/releases/7_3_28.php