Commit graph

16 commits

Author SHA1 Message Date
symka
0a65035a10 Updated package docsis to 0.9.4 version.
Changelog:

0.9.4                   - fix parsing of square brackets in string OID labels
                        - close the file descriptor in parse_config_file
                        - re-work of decoding infrastructure for CableHome

0.9.3                   - update CMTS MIC calculation per DOCSIS 2.0 (added SubMgmt
                          settings to CMTS MIC calculation)
                        - fix decoding of long Strings in SNMP Objects
                        - add support for long Variable Bindings (>127)
                        - add support for TLV64 encode/decode for long SNMP Objects.
                        - add support for Downstream Channel List TLVs
                        - add support for TftpModemAddress and TftpTimeout TLVs
                        - make GenericTLVs easier to decode/encode when printable strings
                          are used
                        - fixed memory leaks (for the sake of it)
2005-07-02 13:03:53 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
b12d62efb5 Add RMD160 digests. 2005-02-24 12:13:41 +00:00
symka
c4874e11c0 Updated to 0.9.2
- Changes since 0.9.1:
     - add support for ObjectID variable bindings
     - fix bug when writing files on Win32
     - fix the docsis_code for subscriber manangement filters
2004-11-02 19:46:19 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
grant
a7105aea4c 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
2004-07-10 12:37:20 +00:00
snj
de6e964974 Convert to buildlink3. 2004-04-25 08:21:05 +00:00
grant
c33cc3b14e Updated docsis to 0.9.0.
Changes since 0.7.5:

0.9.0			- fix range of MaxCPE (1-254)
			- add support for Win32 with Cygwin
			- fix ReAuthTimeout upper limit (30)
			- add script to generate HTML help from
			  the symbol table
			- add NSIS packaging script for Win32
			- added configure script, re-organized stuff
			- source code clean-up

0.8.8  02/07/03		- fix handling of label-hinted suffix to OIDs
evvolve			- check for string length overflow while parsing
			- added mibs to distribution
			- change SNMPv3* labels to SNMP*
			- add Docsis20Enable configuration setting
			- complete support for SnmpV3NotificationReceiver

Many thanks to Rudy Zijlstra for pointing out a few bugs.

0.8.7  20/6/03		- fix bug with encoding HexStrings with trailing zeros
Ronald Rosenfeld	- fix double declaration of symbol T_MAC
			- add support for negative integers
evvolve			- change -lcrypto to -lcrypt to make default
			  more "mainstream".
			- add support for ASN_GAUGE encodings
			- fix VendorSpecific decoding
			- print label as comment for enums

Many thanks to Ronald Rosenfeld for sending in three patches.

0.8.6  31/05/03		- add support for SNMPv3Kickstart and
evvolve		  	  partial support for SNMPv3 Notification Receiver
			- fix compilation warnings
			- add support for PHS Rule (untested)
			- cleanup indexes in docsis_symtable.h
			- add regression test script

0.8.4  10/05/03		- fixed SNMP handling ... hopefully for the last time :)
evvolve			- fixed Solaris support
ctrl			- added support for VendorSpecific TLVs


0.8.2  30/01/03		- Integrated fixes from Adrian Kwong and Cornel.
evvolve			- Updated OID format to accept "-" and "_" in labels
ctrl			- We can now encode decoded files directly !
akwong			  (thanks to help from Adrian Kwong)
			- MIB output format changed.
			- NET-SNMP 5.x support.
			- Dropped support for ucd-snmp.
			- Made SNMP decoding smarter - i.e. output OID
			  suffix only; but switch to full-OID output
			  if MIBs are not installed.
			- Hacked support for encoding MTA configuration files.
			- Added support for Vendor Specific info.
			- Worked around string formatting issues in NET-SNMP.
			- Added indent functionality.

Update provided by Simas Mockevicius (the new maintainer) in private
mail, with some changes by me.
2003-12-16 22:52:37 +00:00
jschauma
fe19bb05b5 PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
martti
8cee801716 COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
grant
afdebcf9a4 make ${PAX} usage consistent:
- group 'zrw' and 'p' args, -s last
- use the && operator consistently
- strip unneeded parens
- some whitespace cleanup
2003-04-10 01:28:03 +00:00
grant
e51ff31757 remove type redeclaration to make new bison happy.
fixes build problem in Hubert's bulk-build.
2003-01-13 12:49:33 +00:00
wiz
78e8742593 Convert to buildlink2. 2002-10-05 03:57:34 +00:00
grant
6f2c929281 Initial import of docsis-0.7.5.
docsis is a small program that can be used to generate binary
configuration files for DOCSIS-compliant cable modems.

It can be used to implement a cable modem provisioning system, as well
as testing of DOCSIS-compliant cable modems.
2002-06-25 04:12:52 +00:00