Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 254CE84E6C for ; Sun, 11 Jun 2023 07:34:24 +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 bKDrK7GX5L8W for ; Sun, 11 Jun 2023 07:34:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id ACF0484CFC for ; Sun, 11 Jun 2023 07:34:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AA5A4FA89; Sun, 11 Jun 2023 07:34:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168646886328010" MIME-Version: 1.0 Date: Sun, 11 Jun 2023 07:34:23 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230611073423.AA5A4FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168646886328010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Jun 11 07:34:23 UTC 2023 Modified Files: pkgsrc/security: Makefile Log Message: security/Makefile: + py-tokenlib To generate a diff of this commit: cvs rdiff -u -r1.901 -r1.902 pkgsrc/security/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168646886328010 Content-Disposition: inline Content-Length: 627 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/Makefile diff -u pkgsrc/security/Makefile:1.901 pkgsrc/security/Makefile:1.902 --- pkgsrc/security/Makefile:1.901 Tue May 30 17:03:15 2023 +++ pkgsrc/security/Makefile Sun Jun 11 07:34:23 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.901 2023/05/30 17:03:15 taca Exp $ +# $NetBSD: Makefile,v 1.902 2023/06/11 07:34:23 wiz Exp $ # COMMENT= Security and cryptography tools and libraries @@ -508,6 +508,7 @@ SUBDIR+= py-solo1 SUBDIR+= py-spake2 SUBDIR+= py-stix SUBDIR+= py-tlslite +SUBDIR+= py-tokenlib SUBDIR+= py-trustme SUBDIR+= py-trytond-authentication-sms SUBDIR+= py-u2f --_----------=_168646886328010--