Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DFA0884EA0 for ; Fri, 22 Dec 2023 18:13:23 +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 y5HGWrpieOcz for ; Fri, 22 Dec 2023 18:13: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 748F084CFA for ; Fri, 22 Dec 2023 18:13:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6C424FA42; Fri, 22 Dec 2023 18:13:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1703268803118360" MIME-Version: 1.0 Date: Fri, 22 Dec 2023 18:13:23 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/security/destroy To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20231222181323.6C424FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1703268803118360 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: zafer Date: Fri Dec 22 18:13:23 UTC 2023 Modified Files: pkgsrc/security/destroy: Makefile Log Message: fetch from backup To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/security/destroy/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1703268803118360 Content-Disposition: inline Content-Length: 624 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/destroy/Makefile diff -u pkgsrc/security/destroy/Makefile:1.12 pkgsrc/security/destroy/Makefile:1.13 --- pkgsrc/security/destroy/Makefile:1.12 Wed Aug 16 20:45:44 2017 +++ pkgsrc/security/destroy/Makefile Fri Dec 22 18:13:23 2023 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2017/08/16 20:45:44 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2023/12/22 18:13:23 zafer Exp $ # DISTNAME= destroy-20040415 CATEGORIES= security -MASTER_SITES= http://www.impurity.org/mirrors/destroy/ +MASTER_SITES= # MAINTAINER= shane@freebsdhackers.net #HOMEPAGE= http://www.freebsdhackers.net/destroy/ --_----------=_1703268803118360--