From 2f2718771d7044222502cf22362b5c351572a72f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20=C5=98=C3=ADdk=C3=BD?= Date: Tue, 1 Jun 2021 08:52:32 +0200 Subject: [PATCH] Enable DES for F33 and F34 --- net-snmp.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/net-snmp.spec b/net-snmp.spec index b894763..649e7f2 100644 --- a/net-snmp.spec +++ b/net-snmp.spec @@ -10,7 +10,7 @@ Summary: A collection of SNMP protocol tools and libraries Name: net-snmp Version: 5.9.1 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 License: BSD @@ -50,7 +50,7 @@ Patch20: net-snmp-5.9-aes-config.patch Patch21: net-snmp-5.8-clientaddr-error-message.patch Patch22: net-snmp-5.9-ECC-cert.patch Patch23: net-snmp-5.9-intermediate-certs.patch -Patch24: net-snmp-5.9.1-remove-des.patch +#Patch24: net-snmp-5.9.1-remove-des.patch # Modern RPM API means at least EL6 Patch101: net-snmp-5.8-modern-rpm-api.patch @@ -225,7 +225,7 @@ cp %{SOURCE10} . %patch21 -p1 -b .clientaddr-error-message %patch22 -p1 -b .ECC-cert %patch23 -p1 -b .intermediate-certs -%patch24 -p1 -b .remove-des +#%patch24 -p1 -b .remove-des %patch101 -p1 -b .modern-rpm-api %patch102 -p1 @@ -260,7 +260,6 @@ MIBS="$MIBS ucd-snmp/lmsensorsMib" --enable-local-smux \ --enable-mfd-rewrites \ --enable-ucd-snmp-compatibility \ - --disable-des \ --sysconfdir=%{_sysconfdir} \ --with-cflags="$RPM_OPT_FLAGS -fPIE" \ --with-ldflags="$RPM_LD_FLAGS -lm" \ @@ -494,6 +493,9 @@ LD_LIBRARY_PATH=%{buildroot}/%{_libdir} make test %{_libdir}/libnetsnmptrapd*.so.%{soname}* %changelog +* Tue Jun 01 2021 Josef Ridky - 1:5.9.1-2 +- restore DES for F34 and F33 + * Wed May 26 2021 Josef Ridky - 1:5.9.1-1 - New upstream release 5.9.1 (#1946399) - remove DES support