- agentx double free error fix <jp.fujitsu>
This commit is contained in:
parent
b103b40370
commit
1d4ec5bfdb
@ -3,7 +3,7 @@
|
|||||||
Summary: A collection of SNMP protocol tools and libraries.
|
Summary: A collection of SNMP protocol tools and libraries.
|
||||||
Name: net-snmp
|
Name: net-snmp
|
||||||
Version: 5.2.1
|
Version: 5.2.1
|
||||||
Release: 6
|
Release: 7
|
||||||
License: BSDish
|
License: BSDish
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://net-snmp.sourceforge.net/
|
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
|
Patch15: net-snmp-5.2.1-trim.patch
|
||||||
Patch16: net-snmp-5.1.2-ASN-unsigned64.patch
|
Patch16: net-snmp-5.1.2-ASN-unsigned64.patch
|
||||||
Patch17: net-snmp-5.2.1-typeclash.diff
|
Patch17: net-snmp-5.2.1-typeclash.diff
|
||||||
|
Patch18: net-snmp-5.1.2-agentx_register_callbacks_entry.patch
|
||||||
|
|
||||||
Prereq: /sbin/chkconfig
|
Prereq: /sbin/chkconfig
|
||||||
Obsoletes: ucd-snmp
|
Obsoletes: ucd-snmp
|
||||||
@ -145,6 +146,7 @@ and applications.
|
|||||||
%patch15 -p1 -b .trim
|
%patch15 -p1 -b .trim
|
||||||
%patch16 -p1 -b .ASN-unsigned64
|
%patch16 -p1 -b .ASN-unsigned64
|
||||||
%patch17 -b .typeclash
|
%patch17 -b .typeclash
|
||||||
|
%patch18 -p1 -b .reg_callbacks
|
||||||
|
|
||||||
# Do this patch with a perl hack...
|
# Do this patch with a perl hack...
|
||||||
perl -pi -e "s|'\\\$install_libdir'|'%{_libdir}'|" ltmain.sh
|
perl -pi -e "s|'\\\$install_libdir'|'%{_libdir}'|" ltmain.sh
|
||||||
@ -322,6 +324,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_libdir}/*.la
|
%{_libdir}/*.la
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 31 2005 Radek Vokal <rvokal@redhat.com> - 5.2.1-7
|
||||||
|
- agentx double free error fix <jp.fujitsu>
|
||||||
|
|
||||||
* Thu Mar 24 2005 Radek Vokal <rvokal@redhat.com> - 5.2.1-6
|
* Thu Mar 24 2005 Radek Vokal <rvokal@redhat.com> - 5.2.1-6
|
||||||
- fixed unexpected length for type ASN_UNSIGNED (#151892)
|
- fixed unexpected length for type ASN_UNSIGNED (#151892)
|
||||||
- fixed uptime problems on ia64
|
- fixed uptime problems on ia64
|
||||||
|
Loading…
Reference in New Issue
Block a user