Subject: CVS commit: pkgsrc/security/libtasn1
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 03/03/2006 22:23:47
Module Name:	pkgsrc
Committed By:	wiz
Date:		Fri Mar  3 22:23:47 UTC 2006

Modified Files:
	pkgsrc/security/libtasn1: Makefile PLIST distinfo

Log Message:
Update to 0.3.0:

Version 0.3.0
- Export DER utility functions, mostly so that GnuTLS can avoid using
  libtasn1 internals.
- The _asn1* symbols are not exported in the shared library file (when
  using GNU ld).
- The library can now be built using Visual Studio, and the project
  files are included in windows/.
- New public APIs:
  asn1_get_tag_der
  asn1_octet_der
  asn1_get_octet_der
  asn1_bit_der
  asn1_get_bit_der
  asn1_get_length_der
  asn1_length_der


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 pkgsrc/security/libtasn1/Makefile
cvs rdiff -r1.7 -r1.8 pkgsrc/security/libtasn1/PLIST
cvs rdiff -r1.11 -r1.12 pkgsrc/security/libtasn1/distinfo

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