From 3b0b966b01015fa76f592d1eeb9d58a2e1939a52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20=C5=98=C3=ADdk=C3=BD?= Date: Tue, 1 Jun 2021 09:09:57 +0200 Subject: [PATCH] Disable DES for F35+ --- net-snmp.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/net-snmp.spec b/net-snmp.spec index 649e7f2..0bff3c0 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: 2%{?dist} +Release: 3%{?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,6 +260,7 @@ 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" \ @@ -493,6 +494,9 @@ LD_LIBRARY_PATH=%{buildroot}/%{_libdir} make test %{_libdir}/libnetsnmptrapd*.so.%{soname}* %changelog +* Tue Jun 01 2021 Josef Ridky - 1:5.9.1-3 +- disable DES for F35+ + * Tue Jun 01 2021 Josef Ridky - 1:5.9.1-2 - restore DES for F34 and F33