Age | Commit message (Collapse) | Author | Files | Lines |
|
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
|
|
|
|
|
|
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
|
|
|
|
|
|
Changes since 0.14:
Fix for nested CHOICEs and tagged CHOICEs in SEQUENCES
Fix bug in decode when there are nested CHOICEs
Addition of prepare_file and the change prepare to accept a filehandle.
Allow '-'s in names and fix an uninit warning in the generated parser
Use ::isa to determine if stash argument is a HASH
Added x509decode from Norbert Klasen
Add support for units with one sinlge, unamed entry
eg test ::= INTEGER or list ::= SEQUENCE OF OCTET STRING
Be safer in creating BigInt objects
Change the encode errors to include the hierarchical name of the
element in the ASN.1 which is causing the problem
Better error reporting for encoding
Add support for RELATIVE-OID
Support for nested SEQUENCE/SET OF's
And some others.
|
|
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
|
|
|
|
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.
|
|
|
|
|
|
|
|
|
|
+ move the patch digest/checksum values from files/patch-sum to distinfo
|
|
|
|
|
|
ones to do, and each compiled and installed/de-installed apparently
correctly.
As a side effect of the dynamic PLIST, we no longer need to have separate
-static and -shared PLISTs. It's now easier than ever to make a perl5
package for NetBSD :)
|
|
descriptions and en/decode perl data structures. Thanks to Bernd Ernesti
for doing the packaging work.
|