summaryrefslogtreecommitdiff
path: root/security/dirmngr/Makefile
diff options
context:
space:
mode:
authorrumko <rumko@pkgsrc.org>2015-01-09 16:30:57 +0000
committerrumko <rumko@pkgsrc.org>2015-01-09 16:30:57 +0000
commit33dcf41452749c5de177355097d5e7e546c59beb (patch)
treeafe4b6a8d0404e1c8ec1164d1ab82a5f7a7baed3 /security/dirmngr/Makefile
parent48bec98c8cb482e5929b447f71ce37fd374795ad (diff)
downloadpkgsrc-33dcf41452749c5de177355097d5e7e546c59beb.tar.gz
security/dirmngr: compatibility with libgcrypt>=1.6.0
Before 1.6.0 version, libgcrypt called pth_init() on it's own, in later version dirmngr has to be the one to call pth_init(). With this dirmngr actually works (does not seg fault immediately). Since it's a runtime problem, PKGREVISION bumped. OK@ wiz
Diffstat (limited to 'security/dirmngr/Makefile')
-rw-r--r--security/dirmngr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/dirmngr/Makefile b/security/dirmngr/Makefile
index f2164d6c608..c25e8a0f4e3 100644
--- a/security/dirmngr/Makefile
+++ b/security/dirmngr/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.50 2014/11/27 13:31:07 joerg Exp $
+# $NetBSD: Makefile,v 1.51 2015/01/09 16:30:57 rumko Exp $
DISTNAME= dirmngr-1.1.0
-PKGREVISION= 8
+PKGREVISION= 9
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/dirmngr/
EXTRACT_SUFX= .tar.bz2