pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/gnupg2



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Nov  7 11:59:08 UTC 2018

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

Log Message:
gnupg2: updated to 2.2.11

Noteworthy changes in version 2.2.11:

* gpgsm: Fix CRL loading when intermediate certicates are not yet
  trusted.

* gpgsm: Fix an error message about the digest algo.

* gpg: Fix a wrong warning due to new sign usage check introduced
  with 2.2.9.

* gpg: Print the "data source" even for an unsuccessful keyserver
  query.

* gpg: Do not store the TOFU trust model in the trustdb.  This
  allows to enable or disable a TOFO model without triggering a
  trustdb rebuild.

* scd: Fix cases of "Bad PIN" after using "forcesig".

* agent: Fix possible hang in the ssh handler.

* dirmngr: Tack the unmodified mail address to a WKD request.  See
  commit a2bd4a64e5b057f291a60a9499f881dd47745e2f for details.

* dirmngr: Tweak diagnostic about missing LDAP server file.

* dirmngr: In verbose mode print the OCSP responder id.

* dirmngr: Fix parsing of the LDAP port.

* wks: Add option --directory/-C to the server.  Always build the
  server on Unix systems.

* wks: Add option --with-colons to the client.  Support sites which
  use the policy file instead of the submission-address file.

* Fix EBADF when gpg et al. are called by broken CGI scripts.

* Fix some minor memory leaks and bugs.


To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 pkgsrc/security/gnupg2/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/gnupg2/PLIST
cvs rdiff -u -r1.49 -r1.50 pkgsrc/security/gnupg2/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/gnupg2/Makefile
diff -u pkgsrc/security/gnupg2/Makefile:1.94 pkgsrc/security/gnupg2/Makefile:1.95
--- pkgsrc/security/gnupg2/Makefile:1.94        Wed Sep  5 15:41:12 2018
+++ pkgsrc/security/gnupg2/Makefile     Wed Nov  7 11:59:08 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.94 2018/09/05 15:41:12 ryoon Exp $
+# $NetBSD: Makefile,v 1.95 2018/11/07 11:59:08 adam Exp $
 
-DISTNAME=      gnupg-2.2.10
+DISTNAME=      gnupg-2.2.11
 PKGNAME=       ${DISTNAME:S/gnupg-/gnupg2-/}
 CATEGORIES=    security
 MASTER_SITES=  ftp://ftp.gnupg.org/gcrypt/gnupg/

Index: pkgsrc/security/gnupg2/PLIST
diff -u pkgsrc/security/gnupg2/PLIST:1.8 pkgsrc/security/gnupg2/PLIST:1.9
--- pkgsrc/security/gnupg2/PLIST:1.8    Fri Nov 24 12:33:10 2017
+++ pkgsrc/security/gnupg2/PLIST        Wed Nov  7 11:59:08 2018
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.8 2017/11/24 12:33:10 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2018/11/07 11:59:08 adam Exp $
 bin/dirmngr
 bin/dirmngr-client
 bin/g13
 bin/gpg-agent
 bin/gpg-connect-agent
+bin/gpg-wks-server
 bin/gpg2
 bin/gpgconf
 bin/gpgparsemail

Index: pkgsrc/security/gnupg2/distinfo
diff -u pkgsrc/security/gnupg2/distinfo:1.49 pkgsrc/security/gnupg2/distinfo:1.50
--- pkgsrc/security/gnupg2/distinfo:1.49        Wed Sep  5 15:41:12 2018
+++ pkgsrc/security/gnupg2/distinfo     Wed Nov  7 11:59:08 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.49 2018/09/05 15:41:12 ryoon Exp $
+$NetBSD: distinfo,v 1.50 2018/11/07 11:59:08 adam Exp $
 
-SHA1 (gnupg-2.2.10.tar.bz2) = 3e87504e2ca317718aa9b6299947ebf7e906b54e
-RMD160 (gnupg-2.2.10.tar.bz2) = 8e4d1b4222113e68605b9316bcc04c5035cc0344
-SHA512 (gnupg-2.2.10.tar.bz2) = a4477828f268fa69125cf1822f8a721e67f8f4008bd9817b701989393bd93689aac8fee1f4d34d918911d53afabdcbb1c84d40e8a4489d7a29b5a769d330fddd
-Size (gnupg-2.2.10.tar.bz2) = 6659484 bytes
+SHA1 (gnupg-2.2.11.tar.bz2) = c762d300c6c5616c14abff1cfaa099baa5fcbd2c
+RMD160 (gnupg-2.2.11.tar.bz2) = 4c5312475f573bbc28888fa34c693c5be1742b70
+SHA512 (gnupg-2.2.11.tar.bz2) = 8aa8beea877993b6eef155e1a503ffdde9963ff04a24e6a3dea7979efeeeeeab57e942a80ad46ef254d27a83e8cb2e3008da7749afa8e39eade190c0499f95d9
+Size (gnupg-2.2.11.tar.bz2) = 6652480 bytes



Home | Main Index | Thread Index | Old Index