diff options
author | sno <sno@pkgsrc.org> | 2012-07-06 13:13:08 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2012-07-06 13:13:08 +0000 |
commit | fd1456a9a329dc58397a965d2a8dacedb4bb2c30 (patch) | |
tree | 2b97d722dd5222c764ded0008baced5b15762f0b | |
parent | 07822b282c0b421843937cb01d5baa507ed8049c (diff) | |
download | pkgsrc-fd1456a9a329dc58397a965d2a8dacedb4bb2c30.tar.gz |
Updating package for Perl 5 module Convert::ASN1 in textproc/p5-Convert-ASN1
from 0.22nb2 to 0.26.
pkgsrc notes:
- ignoring requirement bump of Math::BigInt to 1.997, because it's neither
documented why and the test succeed with bundled 1.994, too
(skip updating lang/perl5 to 5.16.0 for now ^^)
Upstream changes:
0.26 -- Sat Jun 09 13:30:16 CDT 2012
* Avoid Modification of a read-only value attempted errors
* dump Data::Dumper strings when rtest fails
* Add tests from Crypt::X509 that found the last Modification of a read-only value attempted error
0.25 -- Fri Jun 08 19:31:59 CDT 2012
* fix a spelling mistake [gregor herrmann]
* Add use strict and fix errors
* Fix decoding of indefinite sequences with ANY
* POD additions for ANY
* EXPLICIT ops must pass their cVAR to their child op
* Swallow a , after a }
0.24 -- Mon Jun 04 17:11:08 CDT 2012
* spelling fix [gregor herrmann]
* Added tests for extension markers (fails currently) [Niels Laukens]
* Bugfix for extension markerss in SETs and CHOICEs [Niels Laukens]
* Skip attempting to encode opEXTENSIONS inside of CHOICE
* Support for default explicit tagging [Peter Mogensen]
* Added tests and doc for explicit tagging [Peter Mogensen]
* Add new opEXPLICIT for sequences that are inserted for EXPLICIT tags
0.23 -- Thu May 03 16:32:46 CDT 2012
* Added support for EXTENSION MARKERS (...) (Niels Laukens)
* Switch to Dist::Zilla for building
-rw-r--r-- | textproc/p5-Convert-ASN1/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-Convert-ASN1/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/p5-Convert-ASN1/Makefile b/textproc/p5-Convert-ASN1/Makefile index 66d3b1a4377..188a6778922 100644 --- a/textproc/p5-Convert-ASN1/Makefile +++ b/textproc/p5-Convert-ASN1/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.26 2011/08/14 15:14:02 obache Exp $ +# $NetBSD: Makefile,v 1.27 2012/07/06 13:13:08 sno Exp $ # -DISTNAME= Convert-ASN1-0.22 +DISTNAME= Convert-ASN1-0.26 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 SVR4_PKGNAME= p5asn CATEGORIES= converters perl5 textproc MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/} @@ -11,6 +10,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Convert-ASN1/ COMMENT= Perl5 module to encode/decode ASN.1 data +LICENSE= ${PERL5_LICENSE} PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir diff --git a/textproc/p5-Convert-ASN1/distinfo b/textproc/p5-Convert-ASN1/distinfo index 5fe3c1aa8af..053c395e437 100644 --- a/textproc/p5-Convert-ASN1/distinfo +++ b/textproc/p5-Convert-ASN1/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2008/11/18 17:09:00 he Exp $ +$NetBSD: distinfo,v 1.10 2012/07/06 13:13:08 sno Exp $ -SHA1 (Convert-ASN1-0.22.tar.gz) = ca5fc9f1f9640807b564b7394667fe7e9bcc1c80 -RMD160 (Convert-ASN1-0.22.tar.gz) = e858666b024ca8953d73ff545f1ac972714aed6d -Size (Convert-ASN1-0.22.tar.gz) = 74625 bytes +SHA1 (Convert-ASN1-0.26.tar.gz) = 44117ad491b4cf3a7bd0f913f179a147f9b97c9b +RMD160 (Convert-ASN1-0.26.tar.gz) = 8966ebb6d2f71007c245d6474334057fbd3e6099 +Size (Convert-ASN1-0.26.tar.gz) = 72623 bytes |