Subject: CVS commit: pkgsrc/security/libtasn1
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 05/17/2006 21:49:54
Module Name:	pkgsrc
Committed By:	wiz
Date:		Wed May 17 21:49:54 UTC 2006

Modified Files:
	pkgsrc/security/libtasn1: Makefile distinfo

Log Message:
Update to 0.3.4:

Version 0.3.4 (released 2006-05-10)
- Really fix encodings.
- Add new self test, tests/Test_encoding.c.
- Self tests are ran under valgrind, if it is available.
- We test for the -Wno-pointer-sign parameter before using it.

Version 0.3.3 (released 2006-05-07)
- Add some 'const' to prototypes.
- Remove some 'unsigned' keywords.
- Corrected asn1_der_coding() bug introduced when it became reentrant.
  Now it produces correct encodings.


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 pkgsrc/security/libtasn1/Makefile
cvs rdiff -r1.14 -r1.15 pkgsrc/security/libtasn1/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.