From 96506c45a987df2f2d7c0185869c5325a03475e3 Mon Sep 17 00:00:00 2001 From: Jan Safranek Date: Tue, 4 Oct 2011 09:01:29 +0200 Subject: [PATCH] update to 5.7.1 --- .gitignore | 1 + net-snmp.spec | 10 ++++++++-- sources | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 600dd69..6c168a0 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ net-snmp-5.5.tar.gz /net-snmp-5.6.tar.gz /net-snmp-5.6.1.tar.gz /net-snmp-5.7.tar.gz +/net-snmp-5.7.1.tar.gz diff --git a/net-snmp.spec b/net-snmp.spec index c271cc1..434f815 100644 --- a/net-snmp.spec +++ b/net-snmp.spec @@ -10,8 +10,8 @@ Summary: A collection of SNMP protocol tools and libraries Name: net-snmp -Version: 5.7 -Release: 7%{?dist} +Version: 5.7.1 +Release: 1%{?dist} Epoch: 1 License: BSD @@ -505,6 +505,12 @@ rm -rf ${RPM_BUILD_ROOT} %config(noreplace,missingok) %{_sysconfdir}/sysconfig/snmptrapd %changelog +* Tue Oct 4 2011 Jan Safranek - 1:5.7.1-1 +- updated to 5.7.1: + - Fixed the mib-parsing-bug introduced shortly before 5.7 + - fixed rounding errors for disk percentage calculations + - Many other miscellaneous minor bug fixes + * Tue Sep 06 2011 Dan HorĂ¡k - 1:5.7-7 - disable failing test on s390(x) (#680697) diff --git a/sources b/sources index 29eade4..289edbf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1038e960d6d616c64c0979180daf0e19 net-snmp-5.7.tar.gz +c95d08fd5d93df0c11a2e1bdf0e01e0b net-snmp-5.7.1.tar.gz