Subject: CVS commit: pkgsrc/security/gnupg
To: None <pkgsrc-changes@netbsd.org>
From: Chris Gilbert <chris@netbsd.org>
List: pkgsrc-changes
Date: 10/27/2002 04:53:04
Module Name:	pkgsrc
Committed By:	chris
Date:		Sun Oct 27 02:53:04 UTC 2002

Modified Files:
	pkgsrc/security/gnupg: Makefile distinfo
	pkgsrc/security/gnupg/patches: patch-aa
Removed Files:
	pkgsrc/security/gnupg/patches: patch-ab

Log Message:
Update gnupg to 1.2.1.  Is a bug fix release.

Major user visible changes are:
    * The library dependencies for OpenLDAP seem to change fairly
      frequently, and GnuPG's configure script cannot guess all the
      combinations.  Use ./configure LDAPLIBS="-L libdir -l libs" to
      override the script and use the libraries selected.

    * Secret keys generated with --export-secret-subkeys are now
      indicated in key listings with a '#' after the "sec", and in
      --with-colons listings by showing no capabilities (no lowercase
      characters).

    * --trusted-key has been un-obsoleted, as it is useful for adding
      ultimately trusted keys from the config file.  It is identical
      to using --edit and "trust" to change a key to ultimately
      trusted.

    * The usual bug fixes as well as fixes to build problems on some
      systems.

Note that patch-aa and patch-ab are no longer needed as was, patch-aa now
contains fixes to handle dlsym errors properly.

Also now include libiconv/buildlink2.mk as gnupg looks for iconv.

Fixes pkg/18221.


To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 pkgsrc/security/gnupg/Makefile
cvs rdiff -r1.12 -r1.13 pkgsrc/security/gnupg/distinfo
cvs rdiff -r1.7 -r1.8 pkgsrc/security/gnupg/patches/patch-aa
cvs rdiff -r1.14 -r0 pkgsrc/security/gnupg/patches/patch-ab

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