svn commit: r556165 - head/security/gnupg

Adam Weinberger adamw at FreeBSD.org
Tue Nov 24 15:55:02 UTC 2020


Author: adamw
Date: Tue Nov 24 15:55:01 2020
New Revision: 556165
URL: https://svnweb.freebsd.org/changeset/ports/556165

Log:
  security/gnupg: Update to 2.2.25
  
    * scd: Fix regression in 2.2.24 requiring gpg --card-status before
      signing or decrypting.  [#5065]
  
    * gpgsm: Using Libksba 1.5.0 signatures with a rarely used
      combination of attributes can now be verified.  [#5146]
  
    Release-info: https://dev.gnupg.org/T5140

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

Modified: head/security/gnupg/Makefile
==============================================================================
--- head/security/gnupg/Makefile	Tue Nov 24 15:53:27 2020	(r556164)
+++ head/security/gnupg/Makefile	Tue Nov 24 15:55:01 2020	(r556165)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	gnupg
-PORTVERSION=	2.2.24
+PORTVERSION=	2.2.25
 CATEGORIES=	security
 MASTER_SITES=	GNUPG
 

Modified: head/security/gnupg/distinfo
==============================================================================
--- head/security/gnupg/distinfo	Tue Nov 24 15:53:27 2020	(r556164)
+++ head/security/gnupg/distinfo	Tue Nov 24 15:55:01 2020	(r556165)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1605620648
-SHA256 (gnupg-2.2.24.tar.bz2) = 9090b400faae34f08469d78000cfec1cee5b9c553ce11347cc96ef16eab98c46
-SIZE (gnupg-2.2.24.tar.bz2) = 7196489
+TIMESTAMP = 1606231689
+SHA256 (gnupg-2.2.25.tar.bz2) = c55307b247af4b6f44d2916a25ffd1fb64ce2e509c3c3d028dbe7fbf309dc30a
+SIZE (gnupg-2.2.25.tar.bz2) = 7195857


More information about the svn-ports-all mailing list