Received: by mail.netbsd.org (Postfix, from userid 605) id 3543984D92; Tue, 17 Apr 2018 13:28:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3FDC484CCF for ; Tue, 17 Apr 2018 13:28:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 80XwE7CSytMC for ; Tue, 17 Apr 2018 13:28:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 890EE84C71 for ; Tue, 17 Apr 2018 13:28:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7D299FBEC; Tue, 17 Apr 2018 13:28:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152397173344160" MIME-Version: 1.0 Date: Tue, 17 Apr 2018 13:28:53 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security/gnutls To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180417132853.7D299FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_152397173344160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_152397173344160 Content-Disposition: inline Content-Length: 1803 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_152397173344160--