Subject: CVS commit: pkgsrc/security/libtasn1
To: None <pkgsrc-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: pkgsrc-changes
Date: 07/04/2006 15:29:34
Module Name:	pkgsrc
Committed By:	drochner
Date:		Tue Jul  4 15:29:34 UTC 2006

Modified Files:
	pkgsrc/security/libtasn1: Makefile distinfo

Log Message:
update to 0.3.5
changes:
- Fix asn1_octet_der to handle writes of zero-length buffers, before
  it did not write the ASN.1 length for a zero-length buffer.  This caused
  ASN.1 encodings to be incorrect on 64-bit platforms.
- Add self test that attempt to trigger the above bug.
- Fix test of -Wno-pointer-sign.
- Improve cross-compilation to MinGW by using AC_LIBTOOL_WIN32_DLL.


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 pkgsrc/security/libtasn1/Makefile
cvs rdiff -r1.15 -r1.16 pkgsrc/security/libtasn1/distinfo

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