diff options
author | adamw <adamw@FreeBSD.org> | 2019-02-13 10:37:12 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2019-02-13 10:37:12 +0800 |
commit | a45afd0496a99d326883759d641bf80bf6506366 (patch) | |
tree | c5c350bc917096d0e8a289e94bf132db6de7e893 /security | |
parent | 66381f80254e074e7969340b422c99b252e7b96c (diff) | |
download | freebsd-ports-gnome-a45afd0496a99d326883759d641bf80bf6506366.tar.gz freebsd-ports-gnome-a45afd0496a99d326883759d641bf80bf6506366.tar.zst freebsd-ports-gnome-a45afd0496a99d326883759d641bf80bf6506366.zip |
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
Diffstat (limited to 'security')
-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 0186e613b8d4..4976f2bb1f9d 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gnupg -PORTVERSION= 2.2.12 +PORTVERSION= 2.2.13 CATEGORIES= security MASTER_SITES= GNUPG diff --git a/security/gnupg/distinfo b/security/gnupg/distinfo index 66b6b28a8a30..0c0607be73e1 100644 --- a/security/gnupg/distinfo +++ b/security/gnupg/distinfo @@ -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 |