Received: by mail.netbsd.org (Postfix, from userid 605) id 7EFCB84D7E; Wed, 21 Apr 2021 09:15:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B77C084D47 for ; Wed, 21 Apr 2021 09:15:09 +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 i7eQ_9xLDUVz for ; Wed, 21 Apr 2021 09:15:09 +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 1D3FB84D21 for ; Wed, 21 Apr 2021 09:15:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0A3F1FA95; Wed, 21 Apr 2021 09:15:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1618996509196570" MIME-Version: 1.0 Date: Wed, 21 Apr 2021 09:15:09 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210421091509.0A3F1FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1618996509196570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Apr 21 09:15:08 UTC 2021 Modified Files: pkgsrc/doc: CHANGES-2021 pkgsrc/security: Makefile Removed Files: pkgsrc/security/smtpd: DESCR MESSAGE Makefile PLIST distinfo hacks.mk pkgsrc/security/smtpd/files: smtpfwdd.sh pkgsrc/security/smtpd/patches: patch-aa patch-ab Log Message: smtpd: remove Mail-related security software that hasn't been touched since 1997 should not be used. To generate a diff of this commit: cvs rdiff -u -r1.2285 -r1.2286 pkgsrc/doc/CHANGES-2021 cvs rdiff -u -r1.814 -r1.815 pkgsrc/security/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/security/smtpd/DESCR \ pkgsrc/security/smtpd/hacks.mk cvs rdiff -u -r1.3 -r0 pkgsrc/security/smtpd/MESSAGE cvs rdiff -u -r1.26 -r0 pkgsrc/security/smtpd/Makefile cvs rdiff -u -r1.4 -r0 pkgsrc/security/smtpd/PLIST cvs rdiff -u -r1.6 -r0 pkgsrc/security/smtpd/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/security/smtpd/files/smtpfwdd.sh cvs rdiff -u -r1.2 -r0 pkgsrc/security/smtpd/patches/patch-aa cvs rdiff -u -r1.1 -r0 pkgsrc/security/smtpd/patches/patch-ab Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1618996509196570 Content-Disposition: inline Content-Length: 1272 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2021 diff -u pkgsrc/doc/CHANGES-2021:1.2285 pkgsrc/doc/CHANGES-2021:1.2286 --- pkgsrc/doc/CHANGES-2021:1.2285 Wed Apr 21 09:03:04 2021 +++ pkgsrc/doc/CHANGES-2021 Wed Apr 21 09:15:08 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.2285 2021/04/21 09:03:04 nia Exp $ +$NetBSD: CHANGES-2021,v 1.2286 2021/04/21 09:15:08 wiz Exp $ Changes to the packages collection and infrastructure in 2021: @@ -3608,3 +3608,4 @@ Changes to the packages collection and i Updated security/libgcrypt to 1.9.3 [adam 2021-04-21] Updated textproc/icu to 69.1 [adam 2021-04-21] Updated security/stunnel to 5.59 [nia 2021-04-21] + Removed security/smtpd [wiz 2021-04-21] Index: pkgsrc/security/Makefile diff -u pkgsrc/security/Makefile:1.814 pkgsrc/security/Makefile:1.815 --- pkgsrc/security/Makefile:1.814 Tue Apr 13 15:19:55 2021 +++ pkgsrc/security/Makefile Wed Apr 21 09:15:08 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.814 2021/04/13 15:19:55 nia Exp $ +# $NetBSD: Makefile,v 1.815 2021/04/21 09:15:08 wiz Exp $ # COMMENT= Security and cryptography tools and libraries @@ -597,7 +597,6 @@ SUBDIR+= skey SUBDIR+= sks SUBDIR+= sleuthkit SUBDIR+= smaSHeM -SUBDIR+= smtpd SUBDIR+= snallygaster SUBDIR+= sniff SUBDIR+= snoopy --_----------=_1618996509196570--