summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2002-01-11 06:42:35 +0000
committeritojun <itojun@pkgsrc.org>2002-01-11 06:42:35 +0000
commite471165add259b63a9b83d1716caffafc7f4a2d2 (patch)
tree094bd2660b7f2a56d312d453c8de6b431c633ad0
parent35a507882d693b2532208d83d5e8fb21e2c97598 (diff)
downloadpkgsrc-e471165add259b63a9b83d1716caffafc7f4a2d2.tar.gz
upgrade to 4.2.3.
4.2.2 -> 4.2.3 http://sourceforge.net/forum/forum.php?forum_id=140118 New: - sysLocation, sysContact, sysName and snmpEnableAuthenTraps are persistent after being set remotely. - New "ignoredisk" directive to ignore disks in the host resources mib. Bug Fixes: - The ifTable on Linux no longer reports duplicate interfaces. - perl scripts print better error messages if needed modules aren't available. - trap sinks aren't duplicated after a SIGHUP. - misc other fixes. Ports: - improved irix support. - more mibII support for windows. 4.2.1 -> 4.2.2 http://sourceforge.net/forum/forum.php?forum_id=116910 Security Bug Fixes: - A few security bugs have been found and fixed. No known exploits have been released to date. However, users are encouraged to upgrade to the 4.2.2 release as soon as possible. Bug fixes: - many misc bug fixes. - misc documentation corrections. - updated libtool to 1.4. This fixes a couple of platforms (eg, NetBSD). Ports: - mibII support for win32 - It should compile and work on MacOS X (Darwin) - udpTable supported on solaris. - win32 borland compiler supported (see win32/config.h.borland) New: - tkmib supports SETs and saving of configuration data. - snmpwalk detects out of order OIDs being returned from an agent. - snmpset accepts the '=' sign for a datatype if the mib is available to extract the datatype from instead.
-rw-r--r--net/ucd-snmp-current/Makefile4
-rw-r--r--net/ucd-snmp-current/PLIST34
-rw-r--r--net/ucd-snmp-current/distinfo8
-rw-r--r--net/ucd-snmp-current/patches/patch-aa32
4 files changed, 52 insertions, 26 deletions
diff --git a/net/ucd-snmp-current/Makefile b/net/ucd-snmp-current/Makefile
index 224c56e9394..8a79f0c5e09 100644
--- a/net/ucd-snmp-current/Makefile
+++ b/net/ucd-snmp-current/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2001/09/26 23:53:55 wrstuden Exp $
+# $NetBSD: Makefile,v 1.16 2002/01/11 06:42:35 itojun Exp $
-DISTNAME= ucd-snmp-4.2.1
+DISTNAME= ucd-snmp-4.2.3
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=net-snmp/} \
ftp://ucd-snmp.ucdavis.edu/ \
diff --git a/net/ucd-snmp-current/PLIST b/net/ucd-snmp-current/PLIST
index 0ea60f9a843..c49bc227f8f 100644
--- a/net/ucd-snmp-current/PLIST
+++ b/net/ucd-snmp-current/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:59:39 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/01/11 06:42:35 itojun Exp $
bin/encode_keychange
bin/mib2c
bin/snmpbulkget
@@ -36,10 +36,12 @@ include/ucd-snmp/header_complex.h
include/ucd-snmp/int64.h
include/ucd-snmp/keytools.h
include/ucd-snmp/mib.h
+include/ucd-snmp/mib_module_config.h
include/ucd-snmp/mibincl.h
include/ucd-snmp/parse.h
include/ucd-snmp/read_config.h
include/ucd-snmp/scapi.h
+include/ucd-snmp/snmp-tc.h
include/ucd-snmp/snmp.h
include/ucd-snmp/snmp_agent.h
include/ucd-snmp/snmp_alarm.h
@@ -65,20 +67,22 @@ include/ucd-snmp/version.h
lib/libsnmp.a
lib/libsnmp.la
lib/libsnmp.so
-lib/libsnmp-0.4.2.1.so
+lib/libsnmp-0.4.2.3.so
lib/libucdagent.a
lib/libucdagent.la
lib/libucdagent.so
-lib/libucdagent-0.4.2.1.so
+lib/libucdagent-0.4.2.3.so
lib/libucdmibs.a
lib/libucdmibs.la
lib/libucdmibs.so
-lib/libucdmibs-0.4.2.1.so
+lib/libucdmibs-0.4.2.3.so
man/man1/snmpbulkget.1
man/man1/snmpbulkwalk.1
man/man1/snmpcmd.1
+man/man1/snmpconf.1
man/man1/snmpd.1
man/man1/snmpdelta.1
+man/man1/snmpdf.1
man/man1/snmpget.1
man/man1/snmpgetnext.1
man/man1/snmpinform.1
@@ -91,15 +95,34 @@ man/man1/snmptranslate.1
man/man1/snmptrap.1
man/man1/snmpusm.1
man/man1/snmpwalk.1
+man/man3/add_mibdir.3
+man/man3/add_module_replacement.3
man/man3/default_store.3
+man/man3/get_module_node.3
+man/man3/init_mib.3
+man/man3/init_mib_internals.3
man/man3/mib_api.3
+man/man3/print_description.3
+man/man3/print_mib.3
+man/man3/print_objid.3
+man/man3/print_value.3
+man/man3/print_variable.3
+man/man3/read_all_mibs.3
man/man3/read_config.3
+man/man3/read_mib.3
+man/man3/read_module.3
+man/man3/read_module_node.3
+man/man3/read_objid.3
+man/man3/shutdown_mib.3
man/man3/snmp_agent_api.3
man/man3/snmp_alarm.3
man/man3/snmp_api.3
+man/man3/snmp_api_errstring.3
man/man3/snmp_close.3
+man/man3/snmp_error.3
man/man3/snmp_free_pdu.3
man/man3/snmp_open.3
+man/man3/snmp_perror.3
man/man3/snmp_read.3
man/man3/snmp_select_info.3
man/man3/snmp_send.3
@@ -109,11 +132,14 @@ man/man3/snmp_sess_close.3
man/man3/snmp_sess_error.3
man/man3/snmp_sess_init.3
man/man3/snmp_sess_open.3
+man/man3/snmp_sess_perror.3
man/man3/snmp_sess_read.3
man/man3/snmp_sess_select_info.3
man/man3/snmp_sess_send.3
man/man3/snmp_sess_session.3
man/man3/snmp_sess_timeout.3
+man/man3/snmp_set_mib_warnings.3
+man/man3/snmp_set_save_descriptions.3
man/man3/snmp_timeout.3
man/man3/snmp_trap_api.3
man/man5/snmp.conf.5
diff --git a/net/ucd-snmp-current/distinfo b/net/ucd-snmp-current/distinfo
index 36a0f8018c7..ebd3ee23ab1 100644
--- a/net/ucd-snmp-current/distinfo
+++ b/net/ucd-snmp-current/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.6 2001/09/11 01:46:30 wrstuden Exp $
+$NetBSD: distinfo,v 1.7 2002/01/11 06:42:35 itojun Exp $
-SHA1 (ucd-snmp-4.2.1.tar.gz) = a335b207640597a3b6f035ee49823ba701042ef9
-Size (ucd-snmp-4.2.1.tar.gz) = 1565813 bytes
-SHA1 (patch-aa) = 06033a8596a74f16702f844c3a7848a1d96f3ed4
+SHA1 (ucd-snmp-4.2.3.tar.gz) = ee4f9543dcfef129313db0a2d2c49230a1ba1c4f
+Size (ucd-snmp-4.2.3.tar.gz) = 1658006 bytes
+SHA1 (patch-aa) = 43a0b1f1b0deb2403b8950684e759d40819fce2f
SHA1 (patch-ab) = a4bd7337b6c57791d5d0ab936d0fac6c2b1bd497
SHA1 (patch-af) = eb2fd9cfd1830e9a931bcd712a83938bc04dca42
SHA1 (patch-ag) = 4e51af5d595d26e4b641757ad27737af76286893
diff --git a/net/ucd-snmp-current/patches/patch-aa b/net/ucd-snmp-current/patches/patch-aa
index 1f77d4a13f3..2d66b8c2a36 100644
--- a/net/ucd-snmp-current/patches/patch-aa
+++ b/net/ucd-snmp-current/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.5 2001/09/11 01:46:31 wrstuden Exp $
+$NetBSD: patch-aa,v 1.6 2002/01/11 06:42:36 itojun Exp $
---- configure.in.orig Tue Jan 30 15:10:50 2001
-+++ configure.in Tue Jan 30 15:16:46 2001
-@@ -1011,23 +1011,23 @@
+--- configure.in.orig Tue Nov 27 23:51:57 2001
++++ configure.in Fri Jan 11 15:28:57 2002
+@@ -1022,23 +1022,23 @@
dnl
dnl now check for rpm using the appropriate db library
dnl
@@ -39,16 +39,16 @@ $NetBSD: patch-aa,v 1.5 2001/09/11 01:46:31 wrstuden Exp $
dnl Replace `main' with a function in -lkstat:
-@@ -1053,7 +1053,7 @@
+@@ -1064,7 +1064,7 @@
AC_HEADER_STDC
AC_HEADER_DIRENT
AC_HEADER_SYS_WAIT
--AC_CHECK_HEADERS(stdarg.h string.h fcntl.h limits.h sys/file.h sys/ioctl.h syslog.h unistd.h netinet/tcpip.h netinet/in.h netinet/ip.h net/if.h netdb.h sys/dmap.h machine/pte.h xti.h sys/sockio.h sys/socket.h sys/un.h fstab.h sys/fs.h mtab.h ufs/fs.h ufs/ffs/fs.h sys/fixpoint.h machine/param.h sys/vm.h vm/vm.h sys/vmmeter.h sys/vmparam.h sys/vmmac.h sys/vmsystm.h sys/mbuf.h sys/time.h sys/swap.h inet/mib2.h sys/statvfs.h sys/vfs.h sys/mnttab.h sys/user.h sys/proc.h sys/select.h mntent.h sys/mntent.h kstat.h utsname.h sys/utsname.h sys/cdefs.h getopt.h locale.h pthread.h sys/loadavg.h regex.h pwd.h grp.h)
-+AC_CHECK_HEADERS(stdarg.h string.h fcntl.h limits.h sys/file.h sys/ioctl.h syslog.h unistd.h netinet/tcpip.h netinet/in.h netinet/ip.h net/if.h netdb.h sys/dmap.h machine/pte.h xti.h sys/sockio.h sys/socket.h sys/un.h fstab.h sys/fs.h mtab.h ufs/fs.h ufs/ffs/fs.h sys/fixpoint.h machine/param.h vm/vm.h sys/vmmeter.h sys/vmparam.h sys/vmmac.h sys/vmsystm.h sys/mbuf.h sys/time.h sys/swap.h inet/mib2.h sys/statvfs.h sys/vfs.h sys/mnttab.h sys/user.h sys/proc.h sys/select.h mntent.h sys/mntent.h kstat.h utsname.h sys/utsname.h sys/cdefs.h getopt.h locale.h pthread.h sys/loadavg.h regex.h pwd.h grp.h)
+-AC_CHECK_HEADERS(stdarg.h string.h fcntl.h limits.h sys/file.h sys/ioctl.h syslog.h unistd.h netinet/tcpip.h netinet/in.h netinet/ip.h netinet/ip_icmp.h net/if.h netdb.h sys/dmap.h machine/pte.h xti.h sys/sockio.h sys/socket.h sys/un.h fstab.h sys/fs.h mtab.h ufs/fs.h ufs/ffs/fs.h sys/fixpoint.h machine/param.h sys/vm.h vm/vm.h sys/vmmeter.h sys/vmparam.h sys/vmmac.h sys/vmsystm.h sys/mbuf.h sys/time.h sys/swap.h inet/mib2.h sys/statvfs.h sys/vfs.h sys/mnttab.h sys/user.h sys/proc.h sys/select.h mntent.h sys/mntent.h kstat.h utsname.h sys/utsname.h sys/cdefs.h getopt.h locale.h pthread.h sys/loadavg.h regex.h linux/tasks.h pwd.h grp.h utmpx.h)
++AC_CHECK_HEADERS(stdarg.h string.h fcntl.h limits.h sys/file.h sys/ioctl.h syslog.h unistd.h netinet/tcpip.h netinet/in.h netinet/ip.h netinet/ip_icmp.h net/if.h netdb.h sys/dmap.h machine/pte.h xti.h sys/sockio.h sys/socket.h sys/un.h fstab.h sys/fs.h mtab.h ufs/fs.h ufs/ffs/fs.h sys/fixpoint.h machine/param.h vm/vm.h sys/vmmeter.h sys/vmparam.h sys/vmmac.h sys/vmsystm.h sys/mbuf.h sys/time.h sys/swap.h inet/mib2.h sys/statvfs.h sys/vfs.h sys/mnttab.h sys/user.h sys/proc.h sys/select.h mntent.h sys/mntent.h kstat.h utsname.h sys/utsname.h sys/cdefs.h getopt.h locale.h pthread.h sys/loadavg.h regex.h linux/tasks.h pwd.h grp.h utmpx.h)
dnl FreeBSD required headers
AC_CHECK_HEADERS(malloc.h sys/param.h net/if_dl.h sys/sysctl.h stdlib.h net/if_mib.h net/if_types.h net/if_var.h sys/queue.h osreldate.h sys/disklabel.h machine/types.h sys/socketvar.h)
dnl Linux
-@@ -1061,7 +1061,7 @@
+@@ -1072,7 +1072,7 @@
dnl NetBSD required headers
AC_CHECK_HEADERS(arpa/inet.h kvm.h sys/pool.h)
dnl BSDi2 headers
@@ -57,7 +57,7 @@ $NetBSD: patch-aa,v 1.5 2001/09/11 01:46:31 wrstuden Exp $
dnl BSDi3 headers
AC_CHECK_HEADERS(sys/stat.h sys/vnode.h ufs/ufs/quota.h ufs/ufs/inode.h)
dnl irix headers
-@@ -1314,11 +1314,7 @@
+@@ -1329,11 +1329,7 @@
#include <sys/param.h>
#endif
#include <sys/types.h>
@@ -69,7 +69,7 @@ $NetBSD: patch-aa,v 1.5 2001/09/11 01:46:31 wrstuden Exp $
#include <net/route.h>
], rtentry, rt_dst, no)
-@@ -1332,11 +1328,7 @@
+@@ -1347,11 +1343,7 @@
#include <sys/param.h>
#endif
#include <sys/types.h>
@@ -81,7 +81,7 @@ $NetBSD: patch-aa,v 1.5 2001/09/11 01:46:31 wrstuden Exp $
#include <net/route.h>
],[
-@@ -1356,11 +1348,7 @@
+@@ -1371,11 +1363,7 @@
#include <sys/param.h>
#endif
#include <sys/types.h>
@@ -93,7 +93,7 @@ $NetBSD: patch-aa,v 1.5 2001/09/11 01:46:31 wrstuden Exp $
#include <net/route.h>
],[
struct rtentry rt;
-@@ -1413,11 +1401,7 @@
+@@ -1428,11 +1416,7 @@
#include <sys/param.h>
#endif
#include <sys/types.h>
@@ -105,7 +105,7 @@ $NetBSD: patch-aa,v 1.5 2001/09/11 01:46:31 wrstuden Exp $
#include <net/route.h>
],[
struct rtentry rt;
-@@ -1437,11 +1421,7 @@
+@@ -1452,11 +1436,7 @@
#include <sys/param.h>
#endif
#include <sys/types.h>
@@ -117,7 +117,7 @@ $NetBSD: patch-aa,v 1.5 2001/09/11 01:46:31 wrstuden Exp $
#include <net/route.h>
], rtentry, rt_unit)
-@@ -1450,11 +1430,7 @@
+@@ -1465,11 +1445,7 @@
#include <sys/param.h>
#endif
#include <sys/types.h>
@@ -129,7 +129,7 @@ $NetBSD: patch-aa,v 1.5 2001/09/11 01:46:31 wrstuden Exp $
#include <net/route.h>
], rtentry, rt_refcnt)
-@@ -1463,11 +1439,7 @@
+@@ -1478,11 +1454,7 @@
#include <sys/param.h>
#endif
#include <sys/types.h>
@@ -141,7 +141,7 @@ $NetBSD: patch-aa,v 1.5 2001/09/11 01:46:31 wrstuden Exp $
#include <net/route.h>
], rtentry, rt_hash)
-@@ -1476,11 +1448,7 @@
+@@ -1491,11 +1463,7 @@
#include <sys/param.h>
#endif
#include <sys/types.h>