pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/gnupg21 Updated gnupg21 to 2.1.14.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f33252589b2f
branches:  trunk
changeset: 349834:f33252589b2f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jul 16 08:32:05 2016 +0000

description:
Updated gnupg21 to 2.1.14.

Noteworthy changes in version 2.1.14 (2016-07-14)
-------------------------------------------------

 * gpg: Removed options --print-dane-records and --print-pka-records.
   The new export options "export-pka" and "export-dane" can instead
   be used with the export command.

 * gpg: New options --import-filter and --export-filter.

 * gpg: New import options "import-show" and "import-export".

 * gpg: New option --no-keyring.

 * gpg: New command --quick-revuid.

 * gpg: New options -f/--recipient-file and -F/--hidden-recipient-file
   to directly specify encryption keys.

 * gpg: New option --mimemode to indicate that the content is a MIME
   part.  Does only enable --textmode right now.

 * gpg: New option --rfc4880bis to allow experiments with proposed
   changes to the current OpenPGP specs.

 * gpg: Fix regression in the "fetch" sub-command of --card-edit.

 * gpg: Fix regression since 2.1 in option --try-all-secrets.

 * gpgv: Change default options for extra security.

 * gpgsm: No more root certificates are installed by default.

 * agent: "updatestartuptty" does now affect more environment
   variables.

 * scd: The option --homedir does now work with scdaemon.

 * scd: Support some more GEMPlus card readers.

 * gpgtar: Fix handling of '-' as file name.

 * gpgtar: New commands --create and --extract.

 * gpgconf: Tweak for --list-dirs to better support shell scripts.

 * tools: Add programs gpg-wks-client and gpg-wks-server to implement
   a Web Key Service.  The configure option --enable-wks-tools is
   required to build them; they should be considered Beta software.

 * tests: Complete rework of the openpgp part of the test suite.  The
   test scripts have been changed from Bourne shell scripts to Scheme
   programs.  A customized scheme interpreter (gpgscm) is included.
   This change was triggered by the need to run the test suite on
   non-Unix platforms.

 * The rendering of the man pages has been improved.

diffstat:

 security/gnupg21/Makefile |  10 +++++-----
 security/gnupg21/PLIST    |   5 ++---
 security/gnupg21/distinfo |  10 +++++-----
 3 files changed, 12 insertions(+), 13 deletions(-)

diffs (77 lines):

diff -r ceb12aa5c781 -r f33252589b2f security/gnupg21/Makefile
--- a/security/gnupg21/Makefile Sat Jul 16 08:27:47 2016 +0000
+++ b/security/gnupg21/Makefile Sat Jul 16 08:32:05 2016 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2016/07/02 15:18:29 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2016/07/16 08:32:05 wiz Exp $
 
-DISTNAME=      gnupg-2.1.13
-PKGREVISION=   1
+DISTNAME=      gnupg-2.1.14
 PKGNAME=       ${DISTNAME:S/gnupg-/gnupg21-/}
 CATEGORIES=    security
 MASTER_SITES=  ftp://ftp.gnupg.org/gcrypt/gnupg/
@@ -33,9 +32,10 @@
 
 .include "options.mk"
 
-BUILDLINK_API_DEPENDS.libgpg-error+=   libgpg-error>=1.21
+.include "../../databases/sqlite3/buildlink3.mk"
+BUILDLINK_API_DEPENDS.libgpg-error+=   libgpg-error>=1.24
 .include "../../security/libgpg-error/buildlink3.mk"
-BUILDLINK_API_DEPENDS.libassuan+=      libassuan>=2.4.1
+BUILDLINK_API_DEPENDS.libassuan+=      libassuan>=2.4.3
 .include "../../security/libassuan2/buildlink3.mk"
 .include "../../security/libksba/buildlink3.mk"
 BUILDLINK_API_DEPENDS.npth+=           npth>=0.91
diff -r ceb12aa5c781 -r f33252589b2f security/gnupg21/PLIST
--- a/security/gnupg21/PLIST    Sat Jul 16 08:27:47 2016 +0000
+++ b/security/gnupg21/PLIST    Sat Jul 16 08:32:05 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2016/05/05 12:09:31 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2016/07/16 08:32:05 wiz Exp $
 bin/dirmngr
 bin/dirmngr-client
 bin/g13
@@ -7,6 +7,7 @@
 bin/gpg2
 bin/gpgconf
 bin/gpgparsemail
+bin/gpgscm
 bin/gpgsm
 bin/gpgtar
 bin/gpgv2
@@ -50,7 +51,6 @@
 share/doc/gnupg/examples/pwpattern.list
 share/doc/gnupg/examples/scd-event
 share/doc/gnupg/examples/trustlist.txt
-share/gnupg/com-certs.pem
 share/gnupg/dirmngr-conf.skel
 share/gnupg/distsigkey.gpg
 share/gnupg/gpg-conf.skel
@@ -82,7 +82,6 @@
 share/gnupg/help.txt
 share/gnupg/help.zh_CN.txt
 share/gnupg/help.zh_TW.txt
-share/gnupg/qualified.txt
 share/gnupg/sks-keyservers.netCA.pem
 share/locale/ca/LC_MESSAGES/gnupg2.mo
 share/locale/cs/LC_MESSAGES/gnupg2.mo
diff -r ceb12aa5c781 -r f33252589b2f security/gnupg21/distinfo
--- a/security/gnupg21/distinfo Sat Jul 16 08:27:47 2016 +0000
+++ b/security/gnupg21/distinfo Sat Jul 16 08:32:05 2016 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.8 2016/06/17 11:56:24 wiz Exp $
+$NetBSD: distinfo,v 1.9 2016/07/16 08:32:05 wiz Exp $
 
-SHA1 (gnupg-2.1.13.tar.bz2) = 6ec1ae6db7815fdbd4151fb6b0b7197b65b05d1f
-RMD160 (gnupg-2.1.13.tar.bz2) = 77bd28c3ae30f22d0da3d4678b92e1d1e3247640
-SHA512 (gnupg-2.1.13.tar.bz2) = 37b6271cdd68fc1d0ec848fa742932afbe8fc662597bcf20398585b51171e7abce40d99ab02f816160b34f7a8d1c60c6e43d8e0192ed107a521579b870b3ebd3
-Size (gnupg-2.1.13.tar.bz2) = 5545361 bytes
+SHA1 (gnupg-2.1.14.tar.bz2) = bc7609a3a0daf0ed0efb22f77b43e82f28e20e34
+RMD160 (gnupg-2.1.14.tar.bz2) = 22d1f1791133f48ab71e900617ad7fd13c8a4e0f
+SHA512 (gnupg-2.1.14.tar.bz2) = 9f098bf589ecb841eb65fccad3ffd72c6645c8e186ddababf93c657173c485ed103f8f8a7d8bfeb86cfb9e065a1211c7d48b116c86d6aa97ed1b8c8a85e0a840
+Size (gnupg-2.1.14.tar.bz2) = 5706058 bytes
 SHA1 (patch-dirmngr_Makefile.in) = fa74bcf4ea214945c64d383dff039ab938ae1446
 SHA1 (patch-dirmngr_ks-engine-ldap.c) = 3a7d96d877cd52bed66c481af83da99c517d3380
 SHA1 (patch-kbx_Makefile.in) = 58f7c3711744a42d40f580944fb768f7aaaf1b68



Home | Main Index | Thread Index | Old Index