pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/gnupg Update to 1.4.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3ddf2fa7fbdc
branches:  trunk
changeset: 497463:3ddf2fa7fbdc
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jul 28 15:12:05 2005 +0000

description:
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.

diffstat:

 security/gnupg/Makefile |  4 ++--
 security/gnupg/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r 819c69d3ff83 -r 3ddf2fa7fbdc security/gnupg/Makefile
--- a/security/gnupg/Makefile   Thu Jul 28 15:01:08 2005 +0000
+++ b/security/gnupg/Makefile   Thu Jul 28 15:12:05 2005 +0000
@@ -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 -r 819c69d3ff83 -r 3ddf2fa7fbdc security/gnupg/distinfo
--- a/security/gnupg/distinfo   Thu Jul 28 15:01:08 2005 +0000
+++ b/security/gnupg/distinfo   Thu Jul 28 15:12:05 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index