diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2019-09-28 15:16:22 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2019-09-28 15:16:22 +0000 |
commit | b7784c125be60aea19245af284ac140c7c6133a4 (patch) | |
tree | 3709910b31195876c15262f70939b752eade90bd /net-mgmt/net-snmp/files/patch-transform_oids.h | |
parent | math/py-spot: Update 2.8.1 -> 2.8.2 (diff) |
net-mgmt/net-snmp: update 5.7.3 -> 5.8
PR: 232025
Approved by: zi (maintainer timeout)
Relnotes: https://sourceforge.net/p/net-snmp/mailman/message/36386084/
Notes
Notes:
svn path=/head/; revision=513140
Diffstat (limited to 'net-mgmt/net-snmp/files/patch-transform_oids.h')
-rw-r--r-- | net-mgmt/net-snmp/files/patch-transform_oids.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-mgmt/net-snmp/files/patch-transform_oids.h b/net-mgmt/net-snmp/files/patch-transform_oids.h deleted file mode 100644 index 674d4c1acb22..000000000000 --- a/net-mgmt/net-snmp/files/patch-transform_oids.h +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |