Received: by mail.netbsd.org (Postfix, from userid 605) id 8FFCF84E65; Sun, 19 Mar 2023 11:36:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7FC3D84E19 for ; Sun, 19 Mar 2023 11:33:43 +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 nVk20jl0iHyG for ; Sun, 19 Mar 2023 11:33:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 12F4584C86 for ; Sun, 19 Mar 2023 11:33:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 10205FA90; Sun, 19 Mar 2023 11:33:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16792256234060" MIME-Version: 1.0 Date: Sun, 19 Mar 2023 11:33:43 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/security To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20230319113343.10205FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_16792256234060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Sun Mar 19 11:33:43 UTC 2023 Modified Files: pkgsrc/security: Makefile Log Message: security: Add tlsx To generate a diff of this commit: cvs rdiff -u -r1.895 -r1.896 pkgsrc/security/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16792256234060 Content-Disposition: inline Content-Length: 634 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/Makefile diff -u pkgsrc/security/Makefile:1.895 pkgsrc/security/Makefile:1.896 --- pkgsrc/security/Makefile:1.895 Sun Mar 19 11:23:04 2023 +++ pkgsrc/security/Makefile Sun Mar 19 11:33:42 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.895 2023/03/19 11:23:04 leot Exp $ +# $NetBSD: Makefile,v 1.896 2023/03/19 11:33:42 leot Exp $ # COMMENT= Security and cryptography tools and libraries @@ -641,6 +641,7 @@ SUBDIR+= tcp_wrappers SUBDIR+= tct SUBDIR+= tkpasman SUBDIR+= tlswrapper +SUBDIR+= tlsx SUBDIR+= tor-browser SUBDIR+= tor-browser-https-everywhere SUBDIR+= tor-browser-noscript --_----------=_16792256234060--