Subject: pkg/34400: [update] textproc/p5-Convert-ASN1
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Martin Wilke <miwi@FreeBSD.org>
List: pkgsrc-bugs
Date: 08/30/2006 11:25:01
>Number:         34400
>Category:       pkg
>Synopsis:       [update] textproc/p5-Convert-ASN1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Wed Aug 30 11:25:00 +0000 2006
>Originator:     Martin Wilke
>Release:        NetBSD 4.0_BETA i386
>Organization:
>Environment:


System: NetBSD 4.0_BETA (MIWIBOX) #0: Tue Aug 29 10:29:38 CEST 2006
	miwi@mwilke.ath.cx:/usr/obj/sys/arch/i386/compile/MIWIBOX



>Description:


- Update to 0.20

- Changelog

Bug Fixes
 * Fixed issues with decoding when calling script contains use encoding 'utf8'
 * Allow zero-length timestamps to be extracted
 * Fix incorrect length encoding for bitstrings

Enhancements
 * Support encoding bigint's as BCD


Convert::ASN1 0.19 

Bug Fixes
  * Fixed reading of packets with indefinite-length encodings

Enhancements
  * Add support for BCDString



>How-To-Repeat:





>Fix:


--- p5-Convert-ASN1.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/pkgsrc/textproc/p5-Convert-ASN1/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- Makefile	4 Mar 2006 21:30:47 -0000	1.19
+++ Makefile	30 Aug 2006 09:16:01 -0000
@@ -1,10 +1,10 @@
 # $NetBSD: Makefile,v 1.19 2006/03/04 21:30:47 jlam Exp $
 #
 
-DISTNAME=		Convert-ASN1-0.18
+DISTNAME=		Convert-ASN1-0.20
 PKGNAME=		p5-${DISTNAME}
 SVR4_PKGNAME=		p5asn
-PKGREVISION=		2
+
 CATEGORIES=		converters perl5 textproc
 MASTER_SITES=		${MASTER_SITE_PERL_CPAN:=Convert/}
 
Index: distinfo
===================================================================
RCS file: /home/pcvs/pkgsrc/textproc/p5-Convert-ASN1/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo	24 Feb 2005 14:48:44 -0000	1.6
+++ distinfo	30 Aug 2006 09:16:23 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.6 2005/02/24 14:48:44 agc Exp $
 
-SHA1 (Convert-ASN1-0.18.tar.gz) = 1aec8a3185c03f19870543bb94624160a716e53e
-RMD160 (Convert-ASN1-0.18.tar.gz) = 7b11936db32949df9b96f28a0c6a6d510a94d7eb
-Size (Convert-ASN1-0.18.tar.gz) = 59936 bytes
+SHA1 (Convert-ASN1-0.20.tar.gz) = 3b681fca60b78051f88515f9697696a3efa90d0a
+RMD160 (Convert-ASN1-0.20.tar.gz) = d31d6330417651795abe7f3d3ded23a2d9f91ee1
+Size (Convert-ASN1-0.20.tar.gz) = 61846 bytes
--- p5-Convert-ASN1.diff ends here ---