This is another quite old patch applied by the debian cyrus package maintainers (see attached). It looks like this is a straightforward case of corrections to the Cyrus ASN.1 information? Can someone comment on this so I can determine if this needs to be added to the bugzilla submission list?
#! /bin/sh /usr/share/dpatch/dpatch-run
## 16-fix_mib.dpatch by Sven Mueller <[email protected]>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Fix MIB file for cyrus

@DPATCH@
diff -urNad git~/master/CYRUS-MASTER.mib git/master/CYRUS-MASTER.mib
--- git~/master/CYRUS-MASTER.mib        2010-01-16 19:21:09.000000000 -0200
+++ git/master/CYRUS-MASTER.mib 2010-01-16 19:28:55.029091745 -0200
@@ -1,12 +1,15 @@
 CYRUS-MASTER-MIB DEFINITIONS ::= BEGIN
 
 IMPORTS
-    MODULE-IDENTITY, OBJECT-TYPE, Counter32
+    MODULE-IDENTITY, OBJECT-TYPE, Counter32, enterprises
         FROM SNMPv2-SMI
     DisplayString
-        FROM SNMPv2-TC
-    cmuCyrus
-        FROM CMU-MIB;
+        FROM SNMPv2-TC;
+--    cmuCyrus
+--        FROM CMU-MIB;
+
+cmuMIB         OBJECT IDENTIFIER ::= { enterprises 3 }
+cmuCyrus       OBJECT IDENTIFIER ::= { cmuMIB 6 }
 
 cyrusMasterMIB MODULE-IDENTITY
     LAST-UPDATED "0010312300Z"         -- 2000 Oct 31

Reply via email to