diff options
author | wiz <wiz@pkgsrc.org> | 2005-07-28 15:12:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-07-28 15:12:05 +0000 |
commit | 8e1b44ab4222cab8c82045c7e2d7c5b22ea4582d (patch) | |
tree | 3020d6d2fdb08b74b5382b63c4cf214e4275f4a2 | |
parent | 5551f59e4c790bfbe2f6b11f067621be6c4da2c9 (diff) | |
download | pkgsrc-8e1b44ab4222cab8c82045c7e2d7c5b22ea4582d.tar.gz |
Update to 1.4.2.
Noteworthy changes in version 1.4.2 (2005-07-26)
------------------------------------------------
* New command "verify" in the card-edit menu to display
the Private-DO-3. The Admin command has been enhanced to take
the optional arguments "on", "off" and "verify". The latter may
be used to verify the Admin Pin without modifying data; this
allows displaying the Private-DO-4 with the "list" command.
* Rewrote large parts of the card code to optionally make use of a
running gpg-agent. If --use-agent is being used and a gpg-agent
with enabled scdaemon is active, gpg will now divert all card
operations to that daemon. This is required because both,
scdaemon and gpg require exclusive access to the card reader. By
delegating the work to scdaemon, both can peacefully coexist and
scdaemon is able to control the use of the reader. Note that
this requires at least gnupg 1.9.17.
* Fixed a couple of problems with the card reader.
* Command completion is now available in the --edit-key and
--card-edit menus. Filename completion is available at all
filename prompts. Note that completion is only available if the
system provides a readline library.
* New experimental HKP keyserver helper that uses the cURL
library. It is enabled via the configure option --with-libcurl
like the other (also experimental) cURL helpers.
* New key cleaning options that can be used to remove unusable
(expired, revoked) signatures from a key. This is available via
the new "clean" command in --edit-key on a key by key basis, as
well as via the import-clean-sigs/import-clean-uids and
export-clean-sigs/export-clean-uids options for --import-options
and --export-options. These are currently off by default, and
replace the import-unusable-sigs/export-unusable-sigs options
from version 1.4.1.
* New export option export-reset-subkey-passwd.
* New option --limit-card-insert-tries.
-rw-r--r-- | security/gnupg/Makefile | 4 | ||||
-rw-r--r-- | security/gnupg/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 9b174a6b9cc..dcbd2e32010 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.76 2005/05/22 20:08:30 jlam Exp $ +# $NetBSD: Makefile,v 1.77 2005/07/28 15:12:05 wiz Exp $ -DISTNAME= gnupg-1.4.1 +DISTNAME= gnupg-1.4.2 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ \ ftp://ftp.planetmirror.com/pub/gnupg/ \ diff --git a/security/gnupg/distinfo b/security/gnupg/distinfo index 222f2a1576f..b0fbe38a427 100644 --- a/security/gnupg/distinfo +++ b/security/gnupg/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.34 2005/03/22 17:50:55 wiz Exp $ +$NetBSD: distinfo,v 1.35 2005/07/28 15:12:05 wiz Exp $ -SHA1 (gnupg-1.4.1.tar.bz2) = ebd16ef9d3fd3c38e38cf39e6347ed058fd12840 -RMD160 (gnupg-1.4.1.tar.bz2) = 90680d388ba49f6f434edebcdb66cb39bf281bda -Size (gnupg-1.4.1.tar.bz2) = 2822791 bytes +SHA1 (gnupg-1.4.2.tar.bz2) = 6eda5b090f9f1ac0da5e8b545e2667220a0e89ca +RMD160 (gnupg-1.4.2.tar.bz2) = 000e67769325a418553845be581de4fa3be0e88e +Size (gnupg-1.4.2.tar.bz2) = 2891177 bytes SHA1 (idea.c.gz) = 82fded4ec31b97b3b2dd22741880b67cfee40f84 RMD160 (idea.c.gz) = e35be5a031d10d52341ac5f029d28f811edd908d Size (idea.c.gz) = 5216 bytes |