svn commit: r484383 - head/security/gnupg

Adam Weinberger adamw at FreeBSD.org
Wed Nov 7 04:30:20 UTC 2018


Author: adamw
Date: Wed Nov  7 04:30:18 2018
New Revision: 484383
URL: https://svnweb.freebsd.org/changeset/ports/484383

Log:
  Update gnupg to 2.2.11
  
    * gpgsm: Fix CRL loading when intermediate certicates are not yet
      trusted.
  
    * gpgsm: Fix an error message about the digest algo.  [#4219]
  
    * gpg: Fix a wrong warning due to new sign usage check introduced
      with 2.2.9.  [#4014]
  
    * 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.  [#4134]
  
    * scd: Fix cases of "Bad PIN" after using "forcesig".  [#4177]
  
    * agent: Fix possible hang in the ssh handler.  [#4221]
  
    * 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.  [#4230]
  
    * 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.
  
    Release-info: https://dev.gnupg.org/T4233

Modified:
  head/security/gnupg/Makefile
  head/security/gnupg/distinfo

Modified: head/security/gnupg/Makefile
==============================================================================
--- head/security/gnupg/Makefile	Wed Nov  7 03:39:05 2018	(r484382)
+++ head/security/gnupg/Makefile	Wed Nov  7 04:30:18 2018	(r484383)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	gnupg
-PORTVERSION=	2.2.10
-PORTREVISION=	1
+PORTVERSION=	2.2.11
 CATEGORIES=	security
 MASTER_SITES=	GNUPG
 

Modified: head/security/gnupg/distinfo
==============================================================================
--- head/security/gnupg/distinfo	Wed Nov  7 03:39:05 2018	(r484382)
+++ head/security/gnupg/distinfo	Wed Nov  7 04:30:18 2018	(r484383)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1535638047
-SHA256 (gnupg-2.2.10.tar.bz2) = 799dd37a86a1448732e339bd20440f4f5ee6e69755f6fd7a73ee8af30840c915
-SIZE (gnupg-2.2.10.tar.bz2) = 6659484
+TIMESTAMP = 1541562033
+SHA256 (gnupg-2.2.11.tar.bz2) = 496c3e123ef53f35436ddccca58e82acaa901ca4e21174e77386c0cea0c49cd9
+SIZE (gnupg-2.2.11.tar.bz2) = 6652480


More information about the svn-ports-all mailing list