freebsd-ports/net-mgmt/net-snmp-devel/files/patch-transform_oids.h
Jun Kuriyama eda27ad6b6 - Repocopy from net-mgmt/net-snmp to net-mgmt/net-snmp53.
- Add appropriate CONFLICTS, NO_LATEST_LINK.
- Upgrade net-mgmt/net-snmp to 5.4.1 [1].

PR:		ports/110969 [1]
Submitted by:	valerio.daelli@gmail.com [1]

This upgrade (5.3.x -> 5.4.1) includes various changes in original
sources.

If you find something strange (or missing/incorrect MIB values) than
5.3.x, please let me know.  And you can choose net-mgmt/net-snmp53
port for old 5.3.x version.
2008-03-27 10:55:44 +00:00

11 lines
595 B
C

--- include/net-snmp/library/transform_oids.h.orig 2006-10-28 05:19:44.000000000 +0900
+++ include/net-snmp/library/transform_oids.h 2008-03-26 07:50:45.393507729 +0900
@@ -23,6 +23,8 @@
/* XXX: OIDs not defined yet */
NETSNMP_IMPORT oid usmAESPrivProtocol[10]; /* == { 1,3,6,1,6,3,10,1,2,4 }; */
NETSNMP_IMPORT oid *usmAES128PrivProtocol; /* backwards compat */
+NETSNMP_IMPORT oid *usmAES192PrivProtocol; /* backwards compat */
+NETSNMP_IMPORT oid *usmAES256PrivProtocol; /* backwards compat */
#define USM_AUTH_PROTO_NOAUTH_LEN 10
#define USM_AUTH_PROTO_MD5_LEN 10