From 27bf82e8a95eb1f89badf6328ac3ccb38ae2e7b3 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Jan 07 2021 06:13:53 +0000 Subject: Add spec-file for the distribution --- diff --git a/SPECS/net-snmp.spec b/SPECS/net-snmp.spec index 01e46f7..7fa1420 100644 --- a/SPECS/net-snmp.spec +++ b/SPECS/net-snmp.spec @@ -10,7 +10,7 @@ Summary: A collection of SNMP protocol tools and libraries Name: net-snmp Version: 5.8 -Release: 19%{?dist} +Release: 20%{?dist} Epoch: 1 License: BSD @@ -61,6 +61,7 @@ Patch32: net-snmp-5.8-bulk.patch Patch33: net-snmp-5.8-clientaddr-error-message.patch Patch34: net-snmp-5.8-ipv6-disabled.patch Patch35: net-snmp-5.8-empty-passphrase.patch +Patch36: net-snmp-5.8-asn-parse-nlength.patch # Modern RPM API means at least EL6 Patch101: net-snmp-5.8-modern-rpm-api.patch @@ -221,6 +222,7 @@ rm -r python %patch33 -p1 -b .clientaddr-error-message %patch34 -p1 -b .ipv6-disabled %patch35 -p1 -b .empty-passphrase +%patch36 -p1 -b .asn-parse-nlength %patch101 -p1 -b .modern-rpm-api @@ -475,6 +477,10 @@ LD_LIBRARY_PATH=%{buildroot}/%{_libdir} make test %{_libdir}/libnetsnmptrapd*.so.%{soname}* %changelog +* Tue Jan 05 2021 Josef Ridky - 1:5.8-20 +- fix issue with parsing of long traps (#1912242) +- modify fix for #1877375 + * Tue Dec 01 2020 Josef Ridky - 1:5.8-19 - revert permission of config files to 600 (#1601060) - fix error message when the address specified by clientaddr option