From owner-svn-ports-head@freebsd.org Mon May 20 02:24:50 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB5AF159AC2D; Mon, 20 May 2019 02:24:50 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6E2828756F; Mon, 20 May 2019 02:24:50 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 5CD501E378; Mon, 20 May 2019 02:24:50 +0000 (UTC) Date: Mon, 20 May 2019 02:24:50 +0000 From: Alexey Dokuchaev To: Cy Schubert Cc: Antoine Brodin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r501984 - in head/misc: . hashdb Message-ID: <20190520022450.GA88143@FreeBSD.org> References: <201905182147.x4ILlUQA070885@repo.freebsd.org> <7E1CE458-54C5-4C25-A5D6-228A44BE8E2F@cschubert.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7E1CE458-54C5-4C25-A5D6-228A44BE8E2F@cschubert.com> User-Agent: Mutt/1.11.4 (2019-03-13) X-Rspamd-Queue-Id: 6E2828756F X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.91 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.91)[-0.909,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 May 2019 02:24:51 -0000 On Sun, May 19, 2019 at 07:06:24AM -0400, Cy Schubert wrote: > >Date: Sat May 18 21:47:30 2019 > >New Revision: 501984 > >URL: https://svnweb.freebsd.org/changeset/ports/501984 > > > >Log: > > Remove hashdb, depending directly on the openssl port is forbidden > > > > With hat: portmgr > > > >Deleted: > > head/misc/hashdb/ > >Modified: > > head/misc/Makefile > > The auto-remove policy should include any new port that depends on old > insecure openssl unless explicitly approved by ports security team. There shouldn't be auto-remove policy, at least not the way it looks right now. We had traditionally allowed for mistakes to be fixed by the port author/committer, instead of removing ports within hours without providing any failure log or giving sufficient time to come up with a fix. What Antoine is doing is counter-productive and just plain rude. :-( ./danfe