Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Feb 2019 02:37:13 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492823 - head/security/gnupg
Message-ID:  <201902130237.x1D2bDMU059796@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Wed Feb 13 02:37:12 2019
New Revision: 492823
URL: https://svnweb.freebsd.org/changeset/ports/492823

Log:
  Update gnupg to 2.2.13
  
    * gpg: Implement key lookup via keygrip (using the & prefix).
  
    * gpg: Allow generating Ed25519 key from existing key.
  
    * gpg: Emit an ERROR status line if no key was found with -k.
  
    * gpg: Stop early when trying to create a primary Elgamal key.  [#4329]
  
    * gpgsm: Print the card's key algorithms along with their keygrips
      in interactive key generation.
  
    * agent: Clear bogus pinentry cache in the error case.  [#4348]
  
    * scd: Support "acknowledge button" feature.
  
    * scd: Fix for USB INTERRUPT transfer.  [#4308]
  
    * wks: Do no use compression for the the encrypted challenge and
      response.
  
    Release-info: https://dev.gnupg.org/T4290

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

Modified: head/security/gnupg/Makefile
==============================================================================
--- head/security/gnupg/Makefile	Wed Feb 13 02:11:17 2019	(r492822)
+++ head/security/gnupg/Makefile	Wed Feb 13 02:37:12 2019	(r492823)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	gnupg
-PORTVERSION=	2.2.12
+PORTVERSION=	2.2.13
 CATEGORIES=	security
 MASTER_SITES=	GNUPG
 

Modified: head/security/gnupg/distinfo
==============================================================================
--- head/security/gnupg/distinfo	Wed Feb 13 02:11:17 2019	(r492822)
+++ head/security/gnupg/distinfo	Wed Feb 13 02:37:12 2019	(r492823)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1544816654
-SHA256 (gnupg-2.2.12.tar.bz2) = db030f8b4c98640e91300d36d516f1f4f8fe09514a94ea9fc7411ee1a34082cb
-SIZE (gnupg-2.2.12.tar.bz2) = 6682303
+TIMESTAMP = 1550024153
+SHA256 (gnupg-2.2.13.tar.bz2) = 76c787a955f9e6e0ead47c9be700bfb9d454f955a7b7c7e697aa719bac7b11d8
+SIZE (gnupg-2.2.13.tar.bz2) = 6702712



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902130237.x1D2bDMU059796>