OBS User unknown 2008-09-12 23:13:09 +00:00 committed by Git OBS Bridge
parent 38c3d991b5
commit cccfb554a1
5 changed files with 11593 additions and 1 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,24 @@
Index: agent/mibgroup/etherlike-mib/dot3StatsTable_data_access.c
===================================================================
--- agent/mibgroup/etherlike-mib/dot3StatsTable_data_access.c.orig 2008-09-11 23:02:50.000000000 +0200
+++ agent/mibgroup/etherlike-mib/dot3StatsTable_data_access.c 2008-09-11 23:34:29.252291547 +0200
@@ -13,6 +13,7 @@
#include <unistd.h>
#include <string.h>
#include <net/if.h>
+#include <sys/ioctl.h>
#include <net-snmp/net-snmp-config.h>
#include <net-snmp/net-snmp-includes.h>
Index: agent/mibgroup/rmon-mib/etherStatsTable_data_access.c
===================================================================
--- agent/mibgroup/rmon-mib/etherStatsTable_data_access.c.orig 2008-09-11 23:02:50.000000000 +0200
+++ agent/mibgroup/rmon-mib/etherStatsTable_data_access.c 2008-09-11 23:53:05.771791103 +0200
@@ -4,6 +4,7 @@
*
* $Id:$
*/
+#include <sys/ioctl.h>
/*
* standard Net-SNMP includes
*/

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Sep 12 18:44:53 CEST 2008 - mrueckert@suse.de
- add patches from Dell: (Fate#304310)
net-snmp-5.4.1.2-etherlike-mib-revised.patch
net-snmp-5.4.1.2-rmon-mib.patch
net-snmp-5.4.2_fix_dell_patches.patch
-------------------------------------------------------------------
Sat Sep 6 16:15:57 CEST 2008 - mrueckert@suse.de

View File

@ -20,7 +20,7 @@
Name: net-snmp
Version: 5.4.2
Release: 1
Release: 3
#
License: BSD 3-Clause; X11/MIT
Group: Productivity/Networking/Other
@ -72,6 +72,9 @@ Patch8: net-snmp-5.4_net-snmp-config_headercheck.patch
Patch9: net-snmp-5.4.1_perl_tk_warning.patch
Patch10: net-snmp-5.1.2-snmpconf-selinux.patch
Patch11: net-snmp-5.3.0.1_trap-agent-addr_v2.patch
Patch12: net-snmp-5.4.1.2-etherlike-mib-revised.patch
Patch13: net-snmp-5.4.1.2-rmon-mib.patch
Patch14: net-snmp-5.4.2_fix_dell_patches.patch
#
Summary: SNMP Daemon
@ -193,6 +196,9 @@ Authors:
%patch9
%patch10 -p1
%patch11
%patch12
%patch13
%patch14
find -name "CVS" -type d | xargs -r %{__rm} -rfv
find -name ".cvsignore" | xargs -r %{__rm} -fv
find -name "*.orig" | xargs -r %{__rm} -fv
@ -211,6 +217,7 @@ export CFLAGS="$CFLAGS -fstack-protector-all"
--with-sys-contact="root@localhost" \
--with-mib-modules="misc/ipfwacc \
ucd-snmp/diskio \
etherlike-mib rmon-mib \
%if 0%{?with_sensors}
ucd-snmp/lmSensors \
%endif
@ -392,6 +399,11 @@ fi
%{_bindir}/tkmib
%changelog
* Fri Sep 12 2008 mrueckert@suse.de
- add patches from Dell: (Fate#304310)
net-snmp-5.4.1.2-etherlike-mib-revised.patch
net-snmp-5.4.1.2-rmon-mib.patch
net-snmp-5.4.2_fix_dell_patches.patch
* Sat Sep 06 2008 mrueckert@suse.de
- update to version 5.4.2
- [PATCH 1921861]: Avoid endless loop after truncating 64bit int