Tue May 16 12:08:01 2017 UTC ()
Updated gnupg21 to 2.1.21.

Noteworthy changes in version 2.1.21 (2017-05-15)
-------------------------------------------------

  * gpg,gpgsm: Fix corruption of old style keyring.gpg files.  This
    bug was introduced with version 2.1.20.  Note that the default
    pubring.kbx format was not affected.

  * gpg,dirmngr: Removed the skeleton config file support.  The
    system's standard methods for providing default configuration
    files should be used instead.

  * w32: The Windows installer now allows installion of GnuPG without
    Administrator permissions.

  * gpg: Fixed import filter property match bug.

  * scd: Removed Linux support for Cardman 4040 PCMCIA reader.

  * scd: Fixed some corner case bugs in resume/suspend handling.

  * Many minor bug fixes and code cleanup.


(wiz)
diff -r1.30 -r1.31 pkgsrc/security/gnupg21/Makefile
diff -r1.9 -r1.10 pkgsrc/security/gnupg21/PLIST
diff -r1.17 -r1.18 pkgsrc/security/gnupg21/distinfo
diff -r1.2 -r0 pkgsrc/security/gnupg21/patches/patch-g13_sh-dmcrypt.c

cvs diff -r1.30 -r1.31 pkgsrc/security/gnupg21/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/security/gnupg21/Attic/Makefile 2017/05/15 13:20:45 1.30
+++ pkgsrc/security/gnupg21/Attic/Makefile 2017/05/16 12:08:01 1.31
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.30 2017/05/15 13:20:45 jperkin Exp $ 1# $NetBSD: Makefile,v 1.31 2017/05/16 12:08:01 wiz Exp $
2 2
3DISTNAME= gnupg-2.1.20 3DISTNAME= gnupg-2.1.21
4PKGNAME= ${DISTNAME:S/gnupg-/gnupg21-/} 4PKGNAME= ${DISTNAME:S/gnupg-/gnupg21-/}
5PKGREVISION= 1 
6CATEGORIES= security 5CATEGORIES= security
7MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ 6MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/
8EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
9 8
10MAINTAINER= ada@netbsdfr.org 9MAINTAINER= ada@netbsdfr.org
11HOMEPAGE= https://www.gnupg.org/ 10HOMEPAGE= https://www.gnupg.org/
12COMMENT= GnuPG with OpenPGP and S/MIME capabilities 11COMMENT= GnuPG with OpenPGP and S/MIME capabilities
13LICENSE= gnu-gpl-v3 12LICENSE= gnu-gpl-v3
14 13
15DEPENDS+= pinentry-[0-9]*:../../security/pinentry 14DEPENDS+= pinentry-[0-9]*:../../security/pinentry
16 15
17CONFLICTS= dirmngr-[0-9]* 16CONFLICTS= dirmngr-[0-9]*
18 17

cvs diff -r1.9 -r1.10 pkgsrc/security/gnupg21/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/security/gnupg21/Attic/PLIST 2017/04/16 07:21:48 1.9
+++ pkgsrc/security/gnupg21/Attic/PLIST 2017/05/16 12:08:01 1.10
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.9 2017/04/16 07:21:48 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.10 2017/05/16 12:08:01 wiz Exp $
2bin/dirmngr 2bin/dirmngr
3bin/dirmngr-client 3bin/dirmngr-client
4bin/g13 4bin/g13
5bin/gpg-agent 5bin/gpg-agent
6bin/gpg-connect-agent 6bin/gpg-connect-agent
7bin/gpg2 7bin/gpg2
8bin/gpgconf 8bin/gpgconf
9bin/gpgparsemail 9bin/gpgparsemail
10bin/gpgscm 10bin/gpgscm
11bin/gpgsm 11bin/gpgsm
12bin/gpgtar 12bin/gpgtar
13bin/gpgv2 13bin/gpgv2
14bin/kbxutil 14bin/kbxutil
@@ -52,29 +52,27 @@ share/doc/gnupg/examples/debug.prf @@ -52,29 +52,27 @@ share/doc/gnupg/examples/debug.prf
52share/doc/gnupg/examples/gpgconf.conf 52share/doc/gnupg/examples/gpgconf.conf
53share/doc/gnupg/examples/pwpattern.list 53share/doc/gnupg/examples/pwpattern.list
54share/doc/gnupg/examples/scd-event 54share/doc/gnupg/examples/scd-event
55share/doc/gnupg/examples/systemd-user/README 55share/doc/gnupg/examples/systemd-user/README
56share/doc/gnupg/examples/systemd-user/dirmngr.service 56share/doc/gnupg/examples/systemd-user/dirmngr.service
57share/doc/gnupg/examples/systemd-user/dirmngr.socket 57share/doc/gnupg/examples/systemd-user/dirmngr.socket
58share/doc/gnupg/examples/systemd-user/gpg-agent-browser.socket 58share/doc/gnupg/examples/systemd-user/gpg-agent-browser.socket
59share/doc/gnupg/examples/systemd-user/gpg-agent-extra.socket 59share/doc/gnupg/examples/systemd-user/gpg-agent-extra.socket
60share/doc/gnupg/examples/systemd-user/gpg-agent-ssh.socket 60share/doc/gnupg/examples/systemd-user/gpg-agent-ssh.socket
61share/doc/gnupg/examples/systemd-user/gpg-agent.service 61share/doc/gnupg/examples/systemd-user/gpg-agent.service
62share/doc/gnupg/examples/systemd-user/gpg-agent.socket 62share/doc/gnupg/examples/systemd-user/gpg-agent.socket
63share/doc/gnupg/examples/trustlist.txt 63share/doc/gnupg/examples/trustlist.txt
64share/doc/gnupg/examples/vsnfd.prf 64share/doc/gnupg/examples/vsnfd.prf
65share/gnupg/dirmngr-conf.skel 
66share/gnupg/distsigkey.gpg 65share/gnupg/distsigkey.gpg
67share/gnupg/gpg-conf.skel 
68share/gnupg/help.be.txt 66share/gnupg/help.be.txt
69share/gnupg/help.ca.txt 67share/gnupg/help.ca.txt
70share/gnupg/help.cs.txt 68share/gnupg/help.cs.txt
71share/gnupg/help.da.txt 69share/gnupg/help.da.txt
72share/gnupg/help.de.txt 70share/gnupg/help.de.txt
73share/gnupg/help.el.txt 71share/gnupg/help.el.txt
74share/gnupg/help.eo.txt 72share/gnupg/help.eo.txt
75share/gnupg/help.es.txt 73share/gnupg/help.es.txt
76share/gnupg/help.et.txt 74share/gnupg/help.et.txt
77share/gnupg/help.fi.txt 75share/gnupg/help.fi.txt
78share/gnupg/help.fr.txt 76share/gnupg/help.fr.txt
79share/gnupg/help.gl.txt 77share/gnupg/help.gl.txt
80share/gnupg/help.hu.txt 78share/gnupg/help.hu.txt

cvs diff -r1.17 -r1.18 pkgsrc/security/gnupg21/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/security/gnupg21/Attic/distinfo 2017/04/20 09:55:28 1.17
+++ pkgsrc/security/gnupg21/Attic/distinfo 2017/05/16 12:08:01 1.18
@@ -1,7 +1,6 @@ @@ -1,7 +1,6 @@
1$NetBSD: distinfo,v 1.17 2017/04/20 09:55:28 wiz Exp $ 1$NetBSD: distinfo,v 1.18 2017/05/16 12:08:01 wiz Exp $
2 2
3SHA1 (gnupg-2.1.20.tar.bz2) = 500ddae8e4225ae2e300934090f9b9a427b8def1 3SHA1 (gnupg-2.1.21.tar.bz2) = 1852c066bc21893bc52026ead78edf50fdf15e13
4RMD160 (gnupg-2.1.20.tar.bz2) = 6f2448b16d69e81d0f6e82db5250f5acf0217b5f 4RMD160 (gnupg-2.1.21.tar.bz2) = a414f5a86eea9243267e26525287a213208ddab2
5SHA512 (gnupg-2.1.20.tar.bz2) = 14a9890bc64e143f87cff121dd298d490d78dbd34e36883e0f25763ff9064e5706a7632893d7c5d0e8e9b8cf9cdb0d378b4ce1715348729f0fc080455b61eca9 5SHA512 (gnupg-2.1.21.tar.bz2) = ddced44c37a220af8371ba36357fc0f23b22b57daec1cba6d4a1a015d345eac7f6060c88b22a5cd457ee364d0ec1f02175644aed1970a97abfa84a3d285bc512
6Size (gnupg-2.1.20.tar.bz2) = 6456128 bytes 6Size (gnupg-2.1.21.tar.bz2) = 6472887 bytes
7SHA1 (patch-g13_sh-dmcrypt.c) = 0680c2a847e7fdf890697c9066a85ced7cdfb5f1 

File Deleted: pkgsrc/security/gnupg21/patches/Attic/patch-g13_sh-dmcrypt.c