- fix for lm_Senors, the max is no longer a fixed value
- parsing fixed for /proc/net/if_inet6
This commit is contained in:
parent
85df887f9a
commit
39eeed2ac6
@ -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.3
|
Version: 5.3
|
||||||
Release: 2
|
Release: 3
|
||||||
License: BSDish
|
License: BSDish
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://net-snmp.sourceforge.net/
|
URL: http://net-snmp.sourceforge.net/
|
||||||
@ -26,6 +26,9 @@ Patch9: net-snmp-5.2-64bit.diff
|
|||||||
Patch12: net-snmp-5.1.2-dir-fix.patch
|
Patch12: net-snmp-5.1.2-dir-fix.patch
|
||||||
Patch19: net-snmp-5.2.1-file_offset.patch
|
Patch19: net-snmp-5.2.1-file_offset.patch
|
||||||
Patch20: net-snmp-5.3-5.3.0.1.patch
|
Patch20: net-snmp-5.3-5.3.0.1.patch
|
||||||
|
Patch21: net-snmp-5.3.0.1-maxsensors.patch
|
||||||
|
Patch22: net-snmp-5.3-agent-registry-unregister-free.patch
|
||||||
|
Patch23: net-snmp-5.3-proc_if_inet6.patch
|
||||||
|
|
||||||
Prereq: /sbin/chkconfig
|
Prereq: /sbin/chkconfig
|
||||||
Obsoletes: ucd-snmp
|
Obsoletes: ucd-snmp
|
||||||
@ -126,6 +129,9 @@ and applications.
|
|||||||
%patch12 -p1 -b .dir-fix
|
%patch12 -p1 -b .dir-fix
|
||||||
%patch19 -p1 -b .file_offset
|
%patch19 -p1 -b .file_offset
|
||||||
%patch20 -p1 -b .5.3.0.1
|
%patch20 -p1 -b .5.3.0.1
|
||||||
|
%patch21 -p1 -b .maxsensors
|
||||||
|
%patch22 -p0
|
||||||
|
%patch23 -p1 -b .proc_if
|
||||||
|
|
||||||
# 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
|
||||||
@ -309,6 +315,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 30 2006 Radek Vokál <rvokal@redhat.com> 5.3-3
|
||||||
|
- fix for lm_Senors, the max is no longer a fixed value
|
||||||
|
- parsing fixed for /proc/net/if_inet6
|
||||||
|
|
||||||
* Wed Jan 18 2006 Radek Vokal <rvokal@redhat.com> 5.3-2
|
* Wed Jan 18 2006 Radek Vokal <rvokal@redhat.com> 5.3-2
|
||||||
- Security fix. Bug granting write access to read-only users
|
- Security fix. Bug granting write access to read-only users
|
||||||
or communities which were configured using the "rocommunity"
|
or communities which were configured using the "rocommunity"
|
||||||
|
Loading…
Reference in New Issue
Block a user