diff --git a/backport-net-snmp-5.9.1-autoconf.patch b/backport-net-snmp-5.9.1-autoconf.patch new file mode 100644 index 0000000000000000000000000000000000000000..5c6b2a9dec651eb4e991870f90ef84f5d01b8c8e --- /dev/null +++ b/backport-net-snmp-5.9.1-autoconf.patch @@ -0,0 +1,6 @@ +diff -urNp a/dist/autoconf-version b/dist/autoconf-version +--- a/dist/autoconf-version 2021-09-01 11:18:14.582110773 +0200 ++++ b/dist/autoconf-version 2021-09-01 11:20:16.804369533 +0200 +@@ -1 +1 @@ +-2.69 ++2.71 diff --git a/net-snmp.spec b/net-snmp.spec index b10b435d6a055a4a267d8a4f844e86e7fb99f0cd..3436a1c07bd9761fd4ce8dd163a79d5c8f7bb50c 100644 --- a/net-snmp.spec +++ b/net-snmp.spec @@ -3,7 +3,7 @@ Name: net-snmp Version: 5.9.1 -Release: 1 +Release: 2 Epoch: 1 Summary: SNMP Daemon License: BSD @@ -46,6 +46,7 @@ Patch26: backport-libsnmp-Fix-undefined-behavior-in-asn_build_int.patch Patch30: backport-libsnmp-Fix-a-memory-leak-in-a-MIB-parser-error-path.patch Patch31: backport-libsnmp-Fix-the-getoid-error-path.patch Patch32: backport-Python-Fix-snmpwalk-with-UseNumeric-1.patch +Patch33: backport-net-snmp-5.9.1-autoconf.patch %{?systemd_requires} BuildRequires: systemd gcc openssl-devel bzip2-devel elfutils-devel libselinux-devel @@ -324,6 +325,12 @@ LD_LIBRARY_PATH=%{buildroot}/%{_libdir} make test %{_mandir}/man1/fixproc* %changelog +* Thu Apr 14 2022 xinghe - 5.9.1-2 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:fix test failure caused by autoconf version + * Thu Dec 16 2021 gaihuiying - 5.9.1-1 - Type:requirement - CVE:NA