svn commit: r496934 - head/security/gnupg

Adam Weinberger adamw at FreeBSD.org
Wed Mar 27 02:18:51 UTC 2019


Author: adamw
Date: Wed Mar 27 02:18:50 2019
New Revision: 496934
URL: https://svnweb.freebsd.org/changeset/ports/496934

Log:
  Update gnupg to 2.2.15
  
    * sm: Fix --logger-fd and --status-fd on Windows for non-standard
      file descriptors.
  
    * sm: Allow decryption even if expired keys are configured.  [#4431]
  
    * agent: Change command KEYINFO to print ssh fingerprints with other
      hash algos.
  
    * dirmngr: Fix build problems on Solaris due to the use of reserved
      symbol names.  [#4420]
  
    * wkd: New commands --print-wkd-hash and --print-wkd-url for
      gpg-wks-client.
  
    Release-info: https://dev.gnupg.org/T4434

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

Modified: head/security/gnupg/Makefile
==============================================================================
--- head/security/gnupg/Makefile	Wed Mar 27 02:07:16 2019	(r496933)
+++ head/security/gnupg/Makefile	Wed Mar 27 02:18:50 2019	(r496934)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	gnupg
-PORTVERSION=	2.2.14
+PORTVERSION=	2.2.15
 CATEGORIES=	security
 MASTER_SITES=	GNUPG
 

Modified: head/security/gnupg/distinfo
==============================================================================
--- head/security/gnupg/distinfo	Wed Mar 27 02:07:16 2019	(r496933)
+++ head/security/gnupg/distinfo	Wed Mar 27 02:18:50 2019	(r496934)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1553557269
-SHA256 (gnupg-2.2.14.tar.bz2) = 1bf9ed46dc1ec5d8cfa13ba1ad47f94981f3b6a7ec16ad9123cc2549c4cbf87b
-SIZE (gnupg-2.2.14.tar.bz2) = 6707735
+TIMESTAMP = 1553652120
+SHA256 (gnupg-2.2.15.tar.bz2) = cb8ce298d7b36558ffc48aec961b14c830ff1783eef7a623411188b5e0f5d454
+SIZE (gnupg-2.2.15.tar.bz2) = 6705912


More information about the svn-ports-all mailing list