Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 4970C1A9239 for ; Thu, 8 Oct 2020 07:30:01 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6C93384DBE; Thu, 8 Oct 2020 07:30:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E750284DB8 for ; Thu, 8 Oct 2020 07:29:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id fZca9gkMADd3 for ; Thu, 8 Oct 2020 07:29:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 45C5784CCD for ; Thu, 8 Oct 2020 07:29:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3D175FB28; Thu, 8 Oct 2020 07:29:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1602142199103950" MIME-Version: 1.0 Date: Thu, 8 Oct 2020 07:29:59 +0000 From: "Havard Eidnes" Subject: CVS commit: pkgsrc/mk/defaults To: pkgsrc-changes@NetBSD.org Reply-To: he@netbsd.org X-Mailer: log_accum Message-Id: <20201008072959.3D175FB28@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. --_----------=_1602142199103950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: he Date: Thu Oct 8 07:29:59 UTC 2020 Modified Files: pkgsrc/mk/defaults: options.description Log Message: Describe new(ish) options: doh -- Enable DNS-over-HTTPS support. softhsm2 -- Enable SoftHSM version 2 for key management. To generate a diff of this commit: cvs rdiff -u -r1.638 -r1.639 pkgsrc/mk/defaults/options.description Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1602142199103950 Content-Disposition: inline Content-Length: 1019 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mk/defaults/options.description diff -u pkgsrc/mk/defaults/options.description:1.638 pkgsrc/mk/defaults/options.description:1.639 --- pkgsrc/mk/defaults/options.description:1.638 Sat Oct 3 13:02:36 2020 +++ pkgsrc/mk/defaults/options.description Thu Oct 8 07:29:59 2020 @@ -150,6 +150,7 @@ dnssd Enable DNS Service Discovery Pro dnssec Enable DNSSEC validation. dnstap Enable DNSTAP packet logging support. doc Include the documentation. +doh Enable DNS-over-HTTPS support. doxygen Include doxygen based document. drac Enable DRAC support. dri Enable Direct Rendering support. @@ -758,6 +759,7 @@ snort-prelude Enable support for the Pr socks4 Enable Socks4 support. socks5 Enable Socks5 support. softhsm Enable SoftHSM for key management. +softhsm2 Enable SoftHSM version 2 for key management. spacetime Enable memory profiling with Spacetime spamassassin Enable SpamAssassin support. spamassassin-perl-warnings Enable Perl warnings at run-time. --_----------=_1602142199103950--