pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/gnutls gnutls: enable p11-kit.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/68a0c3d3375a
branches:  trunk
changeset: 378928:68a0c3d3375a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Apr 17 13:28:53 2018 +0000

description:
gnutls: enable p11-kit.

PKCS#11 support is needed by glib-networking.

diffstat:

 security/gnutls/Makefile |  6 ++++--
 security/gnutls/PLIST    |  3 ++-
 2 files changed, 6 insertions(+), 3 deletions(-)

diffs (44 lines):

diff -r a41709cd430f -r 68a0c3d3375a security/gnutls/Makefile
--- a/security/gnutls/Makefile  Tue Apr 17 13:26:25 2018 +0000
+++ b/security/gnutls/Makefile  Tue Apr 17 13:28:53 2018 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.176 2017/09/06 13:41:26 wiz Exp $
+# $NetBSD: Makefile,v 1.177 2018/04/17 13:28:53 wiz Exp $
 
 DISTNAME=      gnutls-3.6.0
+PKGREVISION=   1
 CATEGORIES=    security devel
 MASTER_SITES=  ftp://ftp.gnutls.org/gcrypt/gnutls/v3.6/
 EXTRACT_SUFX=  .tar.xz
@@ -15,7 +16,6 @@
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            gmake gsed perl pkg-config
 GNU_CONFIGURE=         yes
-CONFIGURE_ARGS+=       --without-p11-kit
 # this library duplicates (and conflicts with) openssl
 CONFIGURE_ARGS+=       --disable-openssl-compatibility
 CONFIGURE_ARGS+=       --disable-guile
@@ -77,6 +77,8 @@
 .include "../../security/libtasn1/buildlink3.mk"
 BUILDLINK_API_DEPENDS.nettle+=         nettle>=3.1
 .include "../../security/nettle/buildlink3.mk"
+BUILDLINK_API_DEPENDS.p11-kit+=        p11-kit>=0.23.1
+.include "../../security/p11-kit/buildlink3.mk"
 .include "../../textproc/libunistring/buildlink3.mk"
 .include "../../mk/readline.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r a41709cd430f -r 68a0c3d3375a security/gnutls/PLIST
--- a/security/gnutls/PLIST     Tue Apr 17 13:26:25 2018 +0000
+++ b/security/gnutls/PLIST     Tue Apr 17 13:28:53 2018 +0000
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.58 2017/09/06 13:41:26 wiz Exp $
+@comment $NetBSD: PLIST,v 1.59 2018/04/17 13:28:53 wiz Exp $
 bin/certtool
 bin/gnutls-cli
 bin/gnutls-cli-debug
 bin/gnutls-serv
 bin/ocsptool
+bin/p11tool
 bin/psktool
 bin/srptool
 include/gnutls/abstract.h



Home | Main Index | Thread Index | Old Index