Received: by mail.netbsd.org (Postfix, from userid 605) id C9BCC84DA7; Sun, 29 Jul 2018 22:21:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B961584D9F for ; Sun, 29 Jul 2018 22:21:09 +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 f0JzevlxOMNq for ; Sun, 29 Jul 2018 22:21:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D938084D35 for ; Sun, 29 Jul 2018 22:21:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CC9D8FBEC; Sun, 29 Jul 2018 22:21:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1532902868149440" MIME-Version: 1.0 Date: Sun, 29 Jul 2018 22:21:08 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/sysutils/checkpassword To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20180729222108.CC9D8FBEC@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. --_----------=_1532902868149440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Sun Jul 29 22:21:08 UTC 2018 Modified Files: pkgsrc/sysutils/checkpassword: Makefile Log Message: From : 2018.07.29: I hereby place the checkpassword package (in particular, checkpassword-0.90.tar.gz, with SHA-256 checksum 74300364b6be26be08e34f768532e911789827179e680bc89db3525fe415762f) into the public domain. The package is no longer copyrighted. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/sysutils/checkpassword/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1532902868149440 Content-Disposition: inline Content-Length: 801 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/checkpassword/Makefile diff -u pkgsrc/sysutils/checkpassword/Makefile:1.17 pkgsrc/sysutils/checkpassword/Makefile:1.18 --- pkgsrc/sysutils/checkpassword/Makefile:1.17 Mon Jan 9 04:01:32 2017 +++ pkgsrc/sysutils/checkpassword/Makefile Sun Jul 29 22:21:08 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2017/01/09 04:01:32 schmonz Exp $ +# $NetBSD: Makefile,v 1.18 2018/07/29 22:21:08 schmonz Exp $ # DISTNAME= checkpassword-0.90 @@ -8,8 +8,9 @@ MASTER_SITES= http://cr.yp.to/checkpwd/ MAINTAINER= schmonz@NetBSD.org HOMEPAGE= http://cr.yp.to/checkpwd.html COMMENT= Simple, uniform password-checking interface to all root applications +LICENSE= public-domain -DJB_RESTRICTED= YES +DJB_RESTRICTED= no CHECKPASSWORD_BIN= bin/checkpassword --_----------=_1532902868149440--