pkgsrc/net/net-snmp/patches/patch-dh
adam 2d283a77ce Changes 5.4.3:
snmpd:
  - Change default AgentX target from 0.0.0.0:705 to localhost:705
  - Fix CVE-2008-4309 (GETBULK issue reported by Oscar Mira-Sanchez)
  - Fix handling of multiple matching VACM entries
    (Use the "best" match, rather than the first one).
        Note that this could potentially affect the behaviour of
        existing access control configurations.
  - Latch large-disk statistics at 2Tb (rather than wrapping)

Linux:
  - Fix build on modern distributions (using rpm-4.6)

Windows:
  - Fix various builds (recent MSVC, MinGW, IPv6, winExtDLL)
2010-07-20 08:33:44 +00:00

14 lines
644 B
Text

$NetBSD: patch-dh,v 1.3 2010/07/20 08:33:44 adam Exp $
--- mibs/UCD-SNMP-MIB.txt.orig 2010-04-06 08:56:20.000000000 +0000
+++ mibs/UCD-SNMP-MIB.txt
@@ -136,6 +136,9 @@ bsdi OBJECT IDENTIFIER ::=
openbsd OBJECT IDENTIFIER ::= { ucdSnmpAgent 12 }
win32 OBJECT IDENTIFIER ::= { ucdSnmpAgent 13 } -- unlucky
hpux11 OBJECT IDENTIFIER ::= { ucdSnmpAgent 14 }
+aix OBJECT IDENTIFIER ::= { ucdSnmpAgent 15 }
+macosx OBJECT IDENTIFIER ::= { ucdSnmpAgent 16 }
+dragonfly OBJECT IDENTIFIER ::= { ucdSnmpAgent 17 }
unknown OBJECT IDENTIFIER ::= { ucdSnmpAgent 255 }