Updated docsis to 0.9.1.
changes since 0.9.0: - add support for ModemCapabilities - add support for Subscriber Management Filter groups - make SNMP VarBind encoding more "compatible" with other encoders - cleanup argument handling, fix bug with error printing - fix bug where SnmpMibObject OID output would switch to numeric format after a decode_oid - re-organized and beautified source code
This commit is contained in:
parent
5fb3ab9267
commit
a7105aea4c
2 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.8 2004/04/25 08:21:05 snj Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2004/07/10 12:37:20 grant Exp $
|
||||
#
|
||||
|
||||
DISTNAME= docsis-0.9.0
|
||||
DISTNAME= docsis-0.9.1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=docsis/}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.3 2003/12/16 22:52:37 grant Exp $
|
||||
$NetBSD: distinfo,v 1.4 2004/07/10 12:37:20 grant Exp $
|
||||
|
||||
SHA1 (docsis-0.9.0.tar.gz) = 618c9b0867fae6231e946b304a9c8e1561a09718
|
||||
Size (docsis-0.9.0.tar.gz) = 410896 bytes
|
||||
SHA1 (docsis-0.9.1.tar.gz) = 62ed51c218a652e7c140312efbea1d1a1847d10c
|
||||
Size (docsis-0.9.1.tar.gz) = 413327 bytes
|
||||
|
|
Loading…
Reference in a new issue