Subject: CVS commit: pkgsrc/textproc/p5-Convert-ASN1
To: None <pkgsrc-changes@NetBSD.org>
From: Klaus Heinz <heinz@netbsd.org>
List: pkgsrc-changes
Date: 02/24/2004 23:21:35
Module Name: pkgsrc
Committed By: heinz
Date: Tue Feb 24 23:21:35 UTC 2004
Modified Files:
pkgsrc/textproc/p5-Convert-ASN1: Makefile distinfo
Log Message:
Updated to version 0.18.
Adapted to buildlink3.
Changes since 0.16
===================
* lib/Convert/ASN1.pm:
* MANIFEST, Makefile.PL, t/0-signature.t:
Use Module::Build to build Makefile and add SIGNATURE
* lib/Convert/: ASN1.pm, ASN1/_encode.pm:
Fix bug in encoding BIT STRINGS where chr() was causing an upgrade to UTF8
* lib/Convert/ASN1.pm:
Release 0.17
* MANIFEST:
Add new tests into MANIFEST
* t/funcs.pl:
Skip rtest if Data::Dumper is not available
* parser.y, lib/Convert/ASN1/parser.pm, t/04opt.t, t/funcs.pl:
Support OPTIONAL on SET OF and SEQUENCE OF
* lib/Convert/ASN1/_decode.pm, t/00prim.t:
Fix OID decoding
* t/14any.t:
Remove duplicate my
* parser.y, lib/Convert/ASN1.pm, lib/Convert/ASN1/_decode.pm,
lib/Convert/ASN1/_encode.pm, lib/Convert/ASN1/parser.pm, t/14any.t:
Add support for ANY DEFINED BY
Patch from Simon Wilkinson
* lib/Convert/ASN1/Debug.pm:
Fix debug output for OIDs
* parser.y, lib/Convert/ASN1.pm, lib/Convert/ASN1.pod,
lib/Convert/ASN1/parser.pm, t/08set.t, t/12der.t, t/13utf8.t:
CER and DER SET encoding
* t/13utf8.t, lib/Convert/ASN1.pm, lib/Convert/ASN1/_decode.pm,
lib/Convert/ASN1/_encode.pm:
utf8 support for perl >= 5.8
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 pkgsrc/textproc/p5-Convert-ASN1/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/textproc/p5-Convert-ASN1/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.