diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2021-01-12 04:50:55 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2021-01-12 04:50:55 +0000 |
commit | 2b2d7f29bbe18fa40c7d1ec92549ca69e7b48883 (patch) | |
tree | d03240fb657c7b25d707e0ceb746a7f8efe81c5a | |
parent | Document sudo CVE-2021-23239. (diff) |
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
-rw-r--r-- | security/gnupg/Makefile | 2 | ||||
-rw-r--r-- | security/gnupg/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 72e30fd5059d..0b0a3baf706d 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gnupg -PORTVERSION= 2.2.26 +PORTVERSION= 2.2.27 CATEGORIES= security MASTER_SITES= GNUPG diff --git a/security/gnupg/distinfo b/security/gnupg/distinfo index ff8d41b357d1..094506df443f 100644 --- a/security/gnupg/distinfo +++ b/security/gnupg/distinfo @@ -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 |