From owner-svn-src-head@freebsd.org Sat Nov 12 03:10:31 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70E98C3C37D; Sat, 12 Nov 2016 03:10:31 +0000 (UTC) (envelope-from lidl@FreeBSD.org) Received: from hydra.pix.net (hydra.pix.net [IPv6:2001:470:e254:11::4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.pix.net", Issuer "Pix.Com Technologies LLC CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4199C1A94; Sat, 12 Nov 2016 03:10:31 +0000 (UTC) (envelope-from lidl@FreeBSD.org) Received: from torb.pix.net (torb.pix.net [192.168.16.32]) (authenticated bits=0) by hydra.pix.net (8.16.0.19/8.15.2) with ESMTPA id uAC3ATcQ053656; Fri, 11 Nov 2016 22:10:29 -0500 (EST) (envelope-from lidl@FreeBSD.org) Reply-To: lidl@FreeBSD.org Subject: Re: svn commit: r308175 - head/libexec/ftpd References: <201611011818.uA1II9oe069262@repo.freebsd.org> To: Matteo Riondato Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org From: Kurt Lidl Message-ID: Date: Fri, 11 Nov 2016 22:10:29 -0500 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Nov 2016 03:10:31 -0000 On 11/10/16 4:25 PM, Matteo Riondato wrote: > >> On Nov 1, 2016, at 2:18 PM, Kurt Lidl wrote: >> >> Author: lidl >> Date: Tue Nov 1 18:18:09 2016 >> New Revision: 308175 >> URL: https://svnweb.freebsd.org/changeset/base/308175 >> >> Log: >> Revisit blacklistd support in ftpd > > This commit is breaking buildworld for me with WITHOUT_BLACKLIST=y in src.conf : Oops. Should be fixed in r308567. -Kurt