Path to this page:
./
net/net-snmp,
Extensible SNMP implementation
Branch: pkgsrc-2014Q1,
Version: 5.7.2.1,
Package name: net-snmp-5.7.2.1,
Maintainer: adamNet-SNMP contains various tools relating to the Simple Network Management
Protocol including:
* an extensible agent
* an SNMP library
* tools to request or set information from SNMP agents
* tools to generate and handle SNMP traps
* a version of the unix 'netstat' command using SNMP
This package is originally based on the Carnegie Mellon University
SNMP implementation (version 2.1.2.1), but has developed significantly
since then.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1.1.1 2002/10/24 08:29:33 jlam Exp $
# The config files could possibly be in either ${PKG_PREFIX}/share/snmp
# of in ${PKG_SYSCONFDIR}.
#
ALL_FILES="${ALL_FILES} /dev/null ${PKG_PREFIX}/share/snmp/snmpd.conf"
ALL_FILES="${ALL_FILES} /dev/null ${PKG_PREFIX}/share/snmp/snmptrapd.conf"
ALL_FILES="${ALL_FILES} /dev/null ${PKG_SYSCONFDIR}/snmpd.conf"
ALL_FILES="${ALL_FILES} /dev/null ${PKG_SYSCONFDIR}/snmptrapd.conf"
case ${STAGE} in
DEINSTALL)
${RM} -f ${PKG_PREFIX}/share/snmp/mibs/.index
;;
esac
Required to run:[
lang/perl5] [
pkgtools/osabi]
Package options: inet6, perl
Master sites:
SHA1: 815d4e5520a1ed96a27def33e7534b4190599f0f
RMD160: 129b74e70a5027749c766ea9cdb53a3c4a3cf40b
Filesize: 6134.309 KB
Version history: (Expand)
- (2014-04-14) Updated to version: net-snmp-5.7.2.1
- (2014-04-04) Package added to pkgsrc.se, version net-snmp-5.7.2nb6 (created)
CVS history: (Expand)
2014-04-14 15:59:34 by Matthias Scheler | Files touched by this commit (2) | |
Log message:
Pullup ticket #4371 - requested by taca
net/net-snmp: security update
Revisions pulled up:
- net/net-snmp/Makefile 1.103
- net/net-snmp/distinfo 1.81
---
Module Name: pkgsrc
Committed By: he
Date: Tue Apr 8 14:10:25 UTC 2014
Modified Files:
pkgsrc/net/net-snmp: Makefile distinfo
Log message:
Upgrade net-snmp to version 5.7.2.1.
Upstream changes:
* 5.{5,6,7}.2.1 *
snmpd:
- SECURITY: a denial of service attack vector was discovered on
the linux implementation of the ICMP-MIB. This release fixes
this bug and all users are encouraged to update their SNMP
agent if they make use of the ICMP-MIB table objects.
Fixes CVE-2014-2284.
|