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 455E21A921F for ; Thu, 31 Dec 2020 17:10:23 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5AC9F84DE7; Thu, 31 Dec 2020 17:10:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9471B84DD5 for ; Thu, 31 Dec 2020 17:10:21 +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 0HG7c_UhKGUH for ; Thu, 31 Dec 2020 17:10:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 027BE84D1F for ; Thu, 31 Dec 2020 17:10:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E911EFA9D; Thu, 31 Dec 2020 17:10:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1609434620149810" MIME-Version: 1.0 Date: Thu, 31 Dec 2020 17:10:20 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/security To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20201231171020.E911EFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1609434620149810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Dec 31 17:10:20 UTC 2020 Modified Files: pkgsrc/security: Makefile Removed Files: pkgsrc/security/isakmpd: DESCR Makefile PLIST distinfo pkgsrc/security/isakmpd/files: isakmpd.sh pkgsrc/security/isakmpd/patches: patch-aa patch-ab patch-ad patch-ae patch-ag patch-aj patch-ak patch-al patch-am patch-an patch-ao patch-ba patch-bb patch-bc patch-bd patch-be patch-bf patch-math__2n.h patch-math__ec2n.h patch-udp.c Log Message: Remove security/isakmpd. Ancient ipsec stuff ported in 2003 then abandoned, doesn't work with modern operating systems. Directing (unlikely, this doesn't build) users to security/racoon2 To generate a diff of this commit: cvs rdiff -u -r1.794 -r1.795 pkgsrc/security/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/security/isakmpd/DESCR cvs rdiff -u -r1.55 -r0 pkgsrc/security/isakmpd/Makefile cvs rdiff -u -r1.7 -r0 pkgsrc/security/isakmpd/PLIST cvs rdiff -u -r1.21 -r0 pkgsrc/security/isakmpd/distinfo cvs rdiff -u -r1.2 -r0 pkgsrc/security/isakmpd/files/isakmpd.sh cvs rdiff -u -r1.8 -r0 pkgsrc/security/isakmpd/patches/patch-aa cvs rdiff -u -r1.3 -r0 pkgsrc/security/isakmpd/patches/patch-ab \ pkgsrc/security/isakmpd/patches/patch-ad cvs rdiff -u -r1.5 -r0 pkgsrc/security/isakmpd/patches/patch-ae cvs rdiff -u -r1.2 -r0 pkgsrc/security/isakmpd/patches/patch-ag \ pkgsrc/security/isakmpd/patches/patch-aj \ pkgsrc/security/isakmpd/patches/patch-an \ pkgsrc/security/isakmpd/patches/patch-ao cvs rdiff -u -r1.1 -r0 pkgsrc/security/isakmpd/patches/patch-ak \ pkgsrc/security/isakmpd/patches/patch-al \ pkgsrc/security/isakmpd/patches/patch-am \ pkgsrc/security/isakmpd/patches/patch-bb \ pkgsrc/security/isakmpd/patches/patch-bc \ pkgsrc/security/isakmpd/patches/patch-bd \ pkgsrc/security/isakmpd/patches/patch-be \ pkgsrc/security/isakmpd/patches/patch-bf \ pkgsrc/security/isakmpd/patches/patch-math__2n.h \ pkgsrc/security/isakmpd/patches/patch-math__ec2n.h \ pkgsrc/security/isakmpd/patches/patch-udp.c cvs rdiff -u -r1.4 -r0 pkgsrc/security/isakmpd/patches/patch-ba Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1609434620149810 Content-Disposition: inline Content-Length: 556 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/Makefile diff -u pkgsrc/security/Makefile:1.794 pkgsrc/security/Makefile:1.795 --- pkgsrc/security/Makefile:1.794 Thu Dec 31 17:06:03 2020 +++ pkgsrc/security/Makefile Thu Dec 31 17:10:20 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.794 2020/12/31 17:06:03 nia Exp $ +# $NetBSD: Makefile,v 1.795 2020/12/31 17:10:20 nia Exp $ # COMMENT= Security tools @@ -141,7 +141,6 @@ SUBDIR+= hydan SUBDIR+= hydra SUBDIR+= ike-scan SUBDIR+= ipv6-toolkit -SUBDIR+= isakmpd SUBDIR+= john SUBDIR+= kauth SUBDIR+= kdesu --_----------=_1609434620149810--