pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/gnupg21



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jul 16 08:32:05 UTC 2016

Modified Files:
        pkgsrc/security/gnupg21: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/security/gnupg21/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/gnupg21/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/gnupg21/distinfo

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

Modified files:

Index: pkgsrc/security/gnupg21/Makefile
diff -u pkgsrc/security/gnupg21/Makefile:1.21 pkgsrc/security/gnupg21/Makefile:1.22
--- pkgsrc/security/gnupg21/Makefile:1.21       Sat Jul  2 15:18:29 2016
+++ pkgsrc/security/gnupg21/Makefile    Sat Jul 16 08:32:05 2016
@@ -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 @@ LDFLAGS.Darwin+=     -lresolv
 
 .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

Index: pkgsrc/security/gnupg21/PLIST
diff -u pkgsrc/security/gnupg21/PLIST:1.5 pkgsrc/security/gnupg21/PLIST:1.6
--- pkgsrc/security/gnupg21/PLIST:1.5   Thu May  5 12:09:31 2016
+++ pkgsrc/security/gnupg21/PLIST       Sat Jul 16 08:32:05 2016
@@ -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/gpg-connect-agent
 bin/gpg2
 bin/gpgconf
 bin/gpgparsemail
+bin/gpgscm
 bin/gpgsm
 bin/gpgtar
 bin/gpgv2
@@ -50,7 +51,6 @@ share/doc/gnupg/examples/gpgconf.conf
 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.tr.txt
 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

Index: pkgsrc/security/gnupg21/distinfo
diff -u pkgsrc/security/gnupg21/distinfo:1.8 pkgsrc/security/gnupg21/distinfo:1.9
--- pkgsrc/security/gnupg21/distinfo:1.8        Fri Jun 17 11:56:24 2016
+++ pkgsrc/security/gnupg21/distinfo    Sat Jul 16 08:32:05 2016
@@ -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