Subject: CVS commit: pkgsrc/security/libgpg-error
To: None <pkgsrc-changes@NetBSD.org>
From: Min Sik Kim <minskim@netbsd.org>
List: pkgsrc-changes
Date: 10/15/2004 18:21:56
Module Name:	pkgsrc
Committed By:	minskim
Date:		Fri Oct 15 18:21:56 UTC 2004

Modified Files:
	pkgsrc/security/libgpg-error: Makefile PLIST buildlink3.mk distinfo
	pkgsrc/security/libgpg-error/patches: patch-aa
Added Files:
	pkgsrc/security/libgpg-error/patches: patch-ab patch-ac patch-ad

Log Message:
Update libgpg-error to 1.0.  Patch submitted by shannonjr@ and
slightly modified by me.

Changes since 0.6:
 * Ported to Solaris 2.8.

 * Added a new error source GPG_ERR_SOURCE_GSTI, and new error
   codes GPG_ERR_PROTOCOL_VIOLATION and GPG_ERR_INV_MAC for this
   source.

 * Interface changes relative to the 0.7 release:
   GPG_ERR_SOURCE_GSTI		NEW
   GPG_ERR_PROTOCOL_VIOLATION	NEW
   GPG_ERR_INV_MAC		NEW
   GPG_ERR_INV_REQUEST          NEW

 * libgpg-error can be built on systems where the errno macros do not
   evaluate to plain numbers, but expressions.  If you want to
   cross-compile, you might have to set CC_FOR_BUILD, though.

 * A new tool gpg-error to convert error numbers into symbols into
   strings is provided.

 * Interface changes relative to the 0.6 release:
   GPG_ERR_LOCALE_PROBLEM          NEW
   GPG_ERR_NOT_LOCKED              NEW


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/security/libgpg-error/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/security/libgpg-error/PLIST \
    pkgsrc/security/libgpg-error/distinfo
cvs rdiff -r1.5 -r1.6 pkgsrc/security/libgpg-error/buildlink3.mk
cvs rdiff -r1.1 -r1.2 pkgsrc/security/libgpg-error/patches/patch-aa
cvs rdiff -r0 -r1.1 pkgsrc/security/libgpg-error/patches/patch-ab \
    pkgsrc/security/libgpg-error/patches/patch-ac \
    pkgsrc/security/libgpg-error/patches/patch-ad

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