pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/gnutls



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr 17 13:28:53 UTC 2018

Modified Files:
        pkgsrc/security/gnutls: Makefile PLIST

Log Message:
gnutls: enable p11-kit.

PKCS#11 support is needed by glib-networking.


To generate a diff of this commit:
cvs rdiff -u -r1.176 -r1.177 pkgsrc/security/gnutls/Makefile
cvs rdiff -u -r1.58 -r1.59 pkgsrc/security/gnutls/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/gnutls/Makefile
diff -u pkgsrc/security/gnutls/Makefile:1.176 pkgsrc/security/gnutls/Makefile:1.177
--- pkgsrc/security/gnutls/Makefile:1.176       Wed Sep  6 13:41:26 2017
+++ pkgsrc/security/gnutls/Makefile     Tue Apr 17 13:28:53 2018
@@ -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_LIBTOOL=          yes
 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 @@ BUILDLINK_API_DEPENDS.libtasn1+=      libtasn
 .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"

Index: pkgsrc/security/gnutls/PLIST
diff -u pkgsrc/security/gnutls/PLIST:1.58 pkgsrc/security/gnutls/PLIST:1.59
--- pkgsrc/security/gnutls/PLIST:1.58   Wed Sep  6 13:41:26 2017
+++ pkgsrc/security/gnutls/PLIST        Tue Apr 17 13:28:53 2018
@@ -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