diff options
author | chris <chris@pkgsrc.org> | 2002-10-27 02:53:02 +0000 |
---|---|---|
committer | chris <chris@pkgsrc.org> | 2002-10-27 02:53:02 +0000 |
commit | ba5dbf695088dfe99c35be85193d6ae40012e9bb (patch) | |
tree | 074168251f7862afaedf960356a25e386c77a9ae /security/gnupg/distinfo | |
parent | 60f9ada109d47ed00c8e8d42af598e523277e0d3 (diff) | |
download | pkgsrc-ba5dbf695088dfe99c35be85193d6ae40012e9bb.tar.gz |
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.
Diffstat (limited to 'security/gnupg/distinfo')
-rw-r--r-- | security/gnupg/distinfo | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/security/gnupg/distinfo b/security/gnupg/distinfo index b009d8d4d88..559c7937330 100644 --- a/security/gnupg/distinfo +++ b/security/gnupg/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.12 2002/10/09 14:16:55 itojun Exp $ +$NetBSD: distinfo,v 1.13 2002/10/27 02:53:02 chris Exp $ -SHA1 (gnupg-1.2.0.tar.bz2) = 67a2cf5d046967b7655890aa67d59f4509fe361e -Size (gnupg-1.2.0.tar.bz2) = 1849154 bytes +SHA1 (gnupg-1.2.1.tar.bz2) = 690be04da01ebe521be16389db580b487069dab3 +Size (gnupg-1.2.1.tar.bz2) = 1889079 bytes SHA1 (idea.c.gz) = cd29040234a33cbfa9b87752c8cbb2adbccd9e95 Size (idea.c.gz) = 4538 bytes -SHA1 (patch-aa) = 643a69496655af28df525c93d8e57f1b69e55b0d -SHA1 (patch-ab) = e57e8dc8b79a18f255d99853846528b5b7943388 +SHA1 (patch-aa) = 56601df46f7f93626d82293b4062e15ab645cc40 |