auto-import changelog data from net-snmp-5.1.2-2.src.rpm
Mon Sep 06 2004 Radek Vokal <rvokal@redhat.com> 5.1.2-2 - Patch fixing uninitalized stack variable in smux_trap_process
This commit is contained in:
parent
890e50e81d
commit
842c764c66
@ -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.1.2
|
Version: 5.1.2
|
||||||
Release: 1
|
Release: 2
|
||||||
License: BSDish
|
License: BSDish
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source0: ftp://net-snmp.sourceforge.net/net-snmp-%{version}.tar.gz
|
Source0: ftp://net-snmp.sourceforge.net/net-snmp-%{version}.tar.gz
|
||||||
@ -28,6 +28,7 @@ Patch13: net-snmp-5.1-bsdcompat.patch
|
|||||||
Patch14: net-snmp-5.1-64bit.patch
|
Patch14: net-snmp-5.1-64bit.patch
|
||||||
Patch15: net-snmp-5.1.1-ipAdEntIfIndex.patch
|
Patch15: net-snmp-5.1.1-ipAdEntIfIndex.patch
|
||||||
Patch16: net-snmp-5.1.1-quiet-memshared.patch
|
Patch16: net-snmp-5.1.1-quiet-memshared.patch
|
||||||
|
Patch17: net-snmp-5.0.9-smux-stack-var.patch
|
||||||
Prereq: /sbin/chkconfig
|
Prereq: /sbin/chkconfig
|
||||||
Obsoletes: ucd-snmp
|
Obsoletes: ucd-snmp
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
@ -122,7 +123,7 @@ Install the net-snmp-perl package, if you want to use mib2c or SNMP with perl.
|
|||||||
%patch14 -p1 -b .64bit
|
%patch14 -p1 -b .64bit
|
||||||
%patch15 -p1 -b .ipAdEntIfIndex
|
%patch15 -p1 -b .ipAdEntIfIndex
|
||||||
%patch16 -p1 -b .quiet-memshared
|
%patch16 -p1 -b .quiet-memshared
|
||||||
|
%patch17 -p1 -b .stack
|
||||||
|
|
||||||
# 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
|
||||||
@ -283,6 +284,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%attr(0644,root,root) %{_mandir}/man3/*.3pm.*
|
%attr(0644,root,root) %{_mandir}/man3/*.3pm.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 06 2004 Radek Vokal <rvokal@redhat.com> 5.1.2-2
|
||||||
|
- Patch fixing uninitalized stack variable in smux_trap_process
|
||||||
|
|
||||||
* Wed Aug 18 2004 Phil Knirsch <pknirsch@redhat.com> 5.1.2-1
|
* Wed Aug 18 2004 Phil Knirsch <pknirsch@redhat.com> 5.1.2-1
|
||||||
- Update to 5.1.2
|
- Update to 5.1.2
|
||||||
- Removed net-snmp-5.0.1-initializer patch, included upstream
|
- Removed net-snmp-5.0.1-initializer patch, included upstream
|
||||||
|
Loading…
Reference in New Issue
Block a user