Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_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 CBA011A9239 for ; Mon, 10 Jan 2022 02:30:43 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0E15984E6B; Mon, 10 Jan 2022 02:30:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4964384E69 for ; Mon, 10 Jan 2022 02:30:42 +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 5z1Ry_obfxGg for ; Mon, 10 Jan 2022 02:30:41 +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 D1DA484CEE for ; Mon, 10 Jan 2022 02:30:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C99EFFB23; Mon, 10 Jan 2022 02:30:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1641781841260890" MIME-Version: 1.0 Date: Mon, 10 Jan 2022 02:30:41 +0000 From: "Pierre Pronchery" Subject: CVS commit: pkgsrc/security To: pkgsrc-changes@NetBSD.org Reply-To: khorben@netbsd.org X-Mailer: log_accum Message-Id: <20220110023041.C99EFFB23@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1641781841260890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: khorben Date: Mon Jan 10 02:30:41 UTC 2022 Modified Files: pkgsrc/security: Makefile Log Message: Add hashcat To generate a diff of this commit: cvs rdiff -u -r1.843 -r1.844 pkgsrc/security/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1641781841260890 Content-Disposition: inline Content-Length: 611 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/Makefile diff -u pkgsrc/security/Makefile:1.843 pkgsrc/security/Makefile:1.844 --- pkgsrc/security/Makefile:1.843 Tue Jan 4 21:39:48 2022 +++ pkgsrc/security/Makefile Mon Jan 10 02:30:41 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.843 2022/01/04 21:39:48 schmonz Exp $ +# $NetBSD: Makefile,v 1.844 2022/01/10 02:30:41 khorben Exp $ # COMMENT= Security and cryptography tools and libraries @@ -120,6 +120,7 @@ SUBDIR+= gsasl SUBDIR+= gss SUBDIR+= hackbot SUBDIR+= hashcash +SUBDIR+= hashcat SUBDIR+= heimdal SUBDIR+= heirloom-su SUBDIR+= hercules4sdl-crypto --_----------=_1641781841260890--