summaryrefslogtreecommitdiff
path: root/security/gnupg21/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/gnupg21/Makefile')
-rw-r--r--security/gnupg21/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/security/gnupg21/Makefile b/security/gnupg21/Makefile
index 95549f17a10..272200bb4bd 100644
--- a/security/gnupg21/Makefile
+++ b/security/gnupg21/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2017/02/04 07:12:35 maya Exp $
+# $NetBSD: Makefile,v 1.28 2017/04/16 07:21:48 wiz Exp $
-DISTNAME= gnupg-2.1.18
+DISTNAME= gnupg-2.1.20
PKGNAME= ${DISTNAME:S/gnupg-/gnupg21-/}
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/
@@ -23,6 +23,8 @@ INFO_FILES= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-g13
+# one test failure in 2.1.20, fixed upstream; see
+# https://dev.gnupg.org/T3047
TEST_TARGET= check
# SunOS does have getaddrinfo() and the code knows how to use it