diff options
author | heinz <heinz@pkgsrc.org> | 2004-02-24 23:21:35 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2004-02-24 23:21:35 +0000 |
commit | 92f222ee98725f5a81b46c542a7c89eab5858712 (patch) | |
tree | 648581177bc4432d3ff3f7c948ce8cf4491769ab /textproc/p5-Convert-ASN1/distinfo | |
parent | a4d34130f024ea14c0c1c9bd6564905804d8def3 (diff) | |
download | pkgsrc-92f222ee98725f5a81b46c542a7c89eab5858712.tar.gz |
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
Diffstat (limited to 'textproc/p5-Convert-ASN1/distinfo')
-rw-r--r-- | textproc/p5-Convert-ASN1/distinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-Convert-ASN1/distinfo b/textproc/p5-Convert-ASN1/distinfo index 945b4fc5c0a..b53776107fa 100644 --- a/textproc/p5-Convert-ASN1/distinfo +++ b/textproc/p5-Convert-ASN1/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2002/08/20 14:37:41 wiz Exp $ +$NetBSD: distinfo,v 1.5 2004/02/24 23:21:35 heinz Exp $ -SHA1 (Convert-ASN1-0.16.tar.gz) = 74c244985400b111c19159f634f97dccd44ca985 -Size (Convert-ASN1-0.16.tar.gz) = 41992 bytes +SHA1 (Convert-ASN1-0.18.tar.gz) = 1aec8a3185c03f19870543bb94624160a716e53e +Size (Convert-ASN1-0.18.tar.gz) = 59936 bytes |