Date: Tue, 12 Jan 2021 04:50:55 +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: r561299 - head/security/gnupg Message-ID: <202101120450.10C4ot8Q076023@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Tue Jan 12 04:50:55 2021 New Revision: 561299 URL: https://svnweb.freebsd.org/changeset/ports/561299 Log: security/gnupg: Update to 2.2.27 * gpg: Fix regression in 2.2.24 for gnupg_remove function under Windows. [#5230] * gpgconf: Fix case with neither local nor global gpg.conf. [9f37d3e6f3] * gpgconf: Fix description of two new options. [#5221] * Build Windows installer without timestamps. Note that the Authenticode signatures still carry a timestamp. Release-info: https://dev.gnupg.org/T5234 Modified: head/security/gnupg/Makefile head/security/gnupg/distinfo Modified: head/security/gnupg/Makefile ============================================================================== --- head/security/gnupg/Makefile Tue Jan 12 04:27:21 2021 (r561298) +++ head/security/gnupg/Makefile Tue Jan 12 04:50:55 2021 (r561299) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gnupg -PORTVERSION= 2.2.26 +PORTVERSION= 2.2.27 CATEGORIES= security MASTER_SITES= GNUPG Modified: head/security/gnupg/distinfo ============================================================================== --- head/security/gnupg/distinfo Tue Jan 12 04:27:21 2021 (r561298) +++ head/security/gnupg/distinfo Tue Jan 12 04:50:55 2021 (r561299) @@ -1,3 +1,3 @@ -TIMESTAMP = 1608625654 -SHA256 (gnupg-2.2.26.tar.bz2) = 517569e6c9fad22175df16be5900f94c991c41e53612db63c14493e814cfff6d -SIZE (gnupg-2.2.26.tar.bz2) = 7189254 +TIMESTAMP = 1610426077 +SHA256 (gnupg-2.2.27.tar.bz2) = 34e60009014ea16402069136e0a5f63d9b65f90096244975db5cea74b3d02399 +SIZE (gnupg-2.2.27.tar.bz2) = 7191555
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101120450.10C4ot8Q076023>