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:   tnn
Date:           Sun Dec 18 21:58:23 UTC 2016

Modified Files:
        pkgsrc/security/gnupg21: Makefile PLIST distinfo
Removed Files:
        pkgsrc/security/gnupg21/patches: patch-dirmngr_ks-engine-ldap.c
            patch-kbx_Makefile.in patch-tests_gpgscm_Makefile.in

Log Message:
Update to gnupg21-2.1.16.

 * gpg: New algorithm for selecting the best ranked public key when
   using a mail address with -r, -R, or --locate-key.
 * gpg: New option --with-tofu-info to print a new "tfs" record in
   colon formatted key listings.
 * gpg: New option --compliance as an alternative way to specify
   options like --rfc2440, --rfc4880, et al.
 * gpg: Many changes to the TOFU implementation.
 * gpg: Improve usability of --quick-gen-key.
 * gpg: In --verbose mode print a diagnostic when a pinentry is
   launched.
 * gpg: Remove code which warns for old versions of gnome-keyring.
 * gpg: New option --override-session-key-fd.
 * gpg: Option --output does now work with --verify.
 * gpgv: New option --output to allow saving the verified data.
 * gpgv: New option --enable-special-filenames.
 * agent, dirmngr: New --supervised mode for use by systemd and alike.
 * agent: By default listen on all available sockets using standard
   names.
 * agent: Invoke scdaemon with --homedir.
 * dirmngr: On Linux now detects the removal of its own socket and
   terminates.
 * scd: Support ECC key generation.
 * scd: Support more card readers.
 * dirmngr: New option --allow-version-check to download a software
   version database in the background.
 * dirmngr: Use system provided CAs if no --hkp-cacert is given.
 * dirmngr: Use a default keyserver if none is explicitly set
 * gpgconf: New command --query-swdb to check software versions
   against an copy of an online database.
 * gpgconf: Print the socket directory with --list-dirs.
 * tools: The WKS tools now support draft version -02.
 * tools: Always build gpg-wks-client and install under libexec.
 * tools: New option --supported for gpg-wks-client.
 * The log-file option now accepts a value "socket://" to log to the
   socket named "S.log" in the standard socket directory.
 * Provide fake pinentries for use by tests cases of downstream
   developers.
 * Fixed many bugs and regressions.
 * Many changes and improvements for the test suite.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/security/gnupg21/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/gnupg21/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/security/gnupg21/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/security/gnupg21/patches/patch-dirmngr_ks-engine-ldap.c
cvs rdiff -u -r1.2 -r0 pkgsrc/security/gnupg21/patches/patch-kbx_Makefile.in \
    pkgsrc/security/gnupg21/patches/patch-tests_gpgscm_Makefile.in

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.25 pkgsrc/security/gnupg21/Makefile:1.26
--- pkgsrc/security/gnupg21/Makefile:1.25       Fri Dec 16 16:21:54 2016
+++ pkgsrc/security/gnupg21/Makefile    Sun Dec 18 21:58:23 2016
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2016/12/16 16:21:54 hans Exp $
+# $NetBSD: Makefile,v 1.26 2016/12/18 21:58:23 tnn Exp $
 
-DISTNAME=      gnupg-2.1.14
+DISTNAME=      gnupg-2.1.16
 PKGNAME=       ${DISTNAME:S/gnupg-/gnupg21-/}
-PKGREVISION=   1
 CATEGORIES=    security
 MASTER_SITES=  ftp://ftp.gnupg.org/gcrypt/gnupg/
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/security/gnupg21/PLIST
diff -u pkgsrc/security/gnupg21/PLIST:1.6 pkgsrc/security/gnupg21/PLIST:1.7
--- pkgsrc/security/gnupg21/PLIST:1.6   Sat Jul 16 08:32:05 2016
+++ pkgsrc/security/gnupg21/PLIST       Sun Dec 18 21:58:23 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2016/07/16 08:32:05 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2016/12/18 21:58:23 tnn Exp $
 bin/dirmngr
 bin/dirmngr-client
 bin/g13
@@ -18,6 +18,7 @@ ${PLIST.ldap}libexec/dirmngr_ldap
 libexec/gpg-check-pattern
 libexec/gpg-preset-passphrase
 libexec/gpg-protect-tool
+libexec/gpg-wks-client
 libexec/scdaemon
 man/man1/dirmngr-client.1
 man/man1/gpg-agent.1
@@ -50,6 +51,13 @@ share/doc/gnupg/examples/README
 share/doc/gnupg/examples/gpgconf.conf
 share/doc/gnupg/examples/pwpattern.list
 share/doc/gnupg/examples/scd-event
+share/doc/gnupg/examples/systemd-user/README
+share/doc/gnupg/examples/systemd-user/dirmngr.service
+share/doc/gnupg/examples/systemd-user/dirmngr.socket
+share/doc/gnupg/examples/systemd-user/gpg-agent-extra.socket
+share/doc/gnupg/examples/systemd-user/gpg-agent-ssh.socket
+share/doc/gnupg/examples/systemd-user/gpg-agent.service
+share/doc/gnupg/examples/systemd-user/gpg-agent.socket
 share/doc/gnupg/examples/trustlist.txt
 share/gnupg/dirmngr-conf.skel
 share/gnupg/distsigkey.gpg

Index: pkgsrc/security/gnupg21/distinfo
diff -u pkgsrc/security/gnupg21/distinfo:1.12 pkgsrc/security/gnupg21/distinfo:1.13
--- pkgsrc/security/gnupg21/distinfo:1.12       Fri Dec 16 16:21:54 2016
+++ pkgsrc/security/gnupg21/distinfo    Sun Dec 18 21:58:23 2016
@@ -1,11 +1,8 @@
-$NetBSD: distinfo,v 1.12 2016/12/16 16:21:54 hans Exp $
+$NetBSD: distinfo,v 1.13 2016/12/18 21:58:23 tnn Exp $
 
-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 (gnupg-2.1.16.tar.bz2) = 67540161c9fe289153c4a5ea60f7cdce0ef48897
+RMD160 (gnupg-2.1.16.tar.bz2) = 39ed72f52bae352893da7da7b191e1fc6ba4e6df
+SHA512 (gnupg-2.1.16.tar.bz2) = dbac27106e7800e30f286c3fd83ffab85d2b0acf29d6715ce3e388bfbece2a7deb19ebfe897c445d7a3d6d63e01560b9461567566e936504bc5d6cabe1444af7
+Size (gnupg-2.1.16.tar.bz2) = 5840687 bytes
 SHA1 (patch-dirmngr_Makefile.in) = fa74bcf4ea214945c64d383dff039ab938ae1446
-SHA1 (patch-dirmngr_ks-engine-ldap.c) = 3a7d96d877cd52bed66c481af83da99c517d3380
 SHA1 (patch-g13_sh-dmcrypt.c) = a2505039fff9e1e90ab81076776542fa83f55d5e
-SHA1 (patch-kbx_Makefile.in) = 58f7c3711744a42d40f580944fb768f7aaaf1b68
-SHA1 (patch-tests_gpgscm_Makefile.in) = 1418ab0a3a93ae69b49db5198aa68fd3dd369548



Home | Main Index | Thread Index | Old Index