From e92de341379db0c283de206e6bba39ccd6c1c414 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 27 May 2021 15:29:13 +0200 Subject: fix snmp extension build with net-snmp without DES --- php.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 609d89a..0c9646c 100644 --- a/php.spec +++ b/php.spec @@ -126,7 +126,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}} -Release: 4%{?dist} +Release: 5%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -165,6 +165,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 @@ -933,6 +935,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 @@ -1927,6 +1930,9 @@ EOF %changelog +* Thu May 27 2021 Remi Collet - 7.2.34-5 +- fix snmp extension build with net-snmp without DES + * Wed Apr 28 2021 Remi Collet - 7.2.34-4 - Fix #80710 imap_mail_compose() header injection - use oracle client library version 21.1 -- cgit