diff options
author | grant <grant> | 2004-07-10 12:37:20 +0000 |
---|---|---|
committer | grant <grant> | 2004-07-10 12:37:20 +0000 |
commit | b73e3863a92d1b799f176688b3c7da41d3a5b2af (patch) | |
tree | fbba4b8135d1541aee7a73e8785758dbbcb97d48 /net/docsis | |
parent | af4e2e832d79ecc2bd25e3e9b0c931e2bbe5d5c3 (diff) | |
download | pkgsrc-b73e3863a92d1b799f176688b3c7da41d3a5b2af.tar.gz |
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
Diffstat (limited to 'net/docsis')
-rw-r--r-- | net/docsis/Makefile | 4 | ||||
-rw-r--r-- | net/docsis/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/docsis/Makefile b/net/docsis/Makefile index e01c56558bd..9cedf4114ff 100644 --- a/net/docsis/Makefile +++ b/net/docsis/Makefile @@ -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/} diff --git a/net/docsis/distinfo b/net/docsis/distinfo index 22b5e7688ed..9213a159cf7 100644 --- a/net/docsis/distinfo +++ b/net/docsis/distinfo @@ -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 |