From 1d4ec5bfdb186d01ce1c5dad3c7f462e655aa6e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radek=20Vok=C3=A1l?= Date: Thu, 31 Mar 2005 09:07:01 +0000 Subject: [PATCH] - agentx double free error fix --- net-snmp.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/net-snmp.spec b/net-snmp.spec index 927a557..1469a64 100644 --- a/net-snmp.spec +++ b/net-snmp.spec @@ -3,7 +3,7 @@ Summary: A collection of SNMP protocol tools and libraries. Name: net-snmp Version: 5.2.1 -Release: 6 +Release: 7 License: BSDish Group: System Environment/Daemons URL: http://net-snmp.sourceforge.net/ @@ -33,6 +33,7 @@ Patch14: net-snmp-5.1.2-conf_list.patch Patch15: net-snmp-5.2.1-trim.patch Patch16: net-snmp-5.1.2-ASN-unsigned64.patch Patch17: net-snmp-5.2.1-typeclash.diff +Patch18: net-snmp-5.1.2-agentx_register_callbacks_entry.patch Prereq: /sbin/chkconfig Obsoletes: ucd-snmp @@ -145,6 +146,7 @@ and applications. %patch15 -p1 -b .trim %patch16 -p1 -b .ASN-unsigned64 %patch17 -b .typeclash +%patch18 -p1 -b .reg_callbacks # Do this patch with a perl hack... perl -pi -e "s|'\\\$install_libdir'|'%{_libdir}'|" ltmain.sh @@ -322,6 +324,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/*.la %changelog +* Thu Mar 31 2005 Radek Vokal - 5.2.1-7 +- agentx double free error fix + * Thu Mar 24 2005 Radek Vokal - 5.2.1-6 - fixed unexpected length for type ASN_UNSIGNED (#151892) - fixed uptime problems on ia64