From owner-svn-src-all@freebsd.org Thu Nov 10 23:22:52 2016 Return-Path: Delivered-To: svn-src-all@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 70BDAC3B2FC; Thu, 10 Nov 2016 23:22:52 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-qk0-x22b.google.com (mail-qk0-x22b.google.com [IPv6:2607:f8b0:400d:c09::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2BC338D0; Thu, 10 Nov 2016 23:22:52 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-qk0-x22b.google.com with SMTP id x190so778007qkb.0; Thu, 10 Nov 2016 15:22:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=0ekvJGVAF2yq1Zbo/LQKZhhhvs4WhOQ+CID0jCOcYAE=; b=xEryN/GExfMoJnPj5aG+5RnRyOWUqwJ2LuH6OFgdTxbh/yqyU+B2l0Q01NpMEtONe2 97Kp3gb19tPgkfCVGF2eKSKqff5g+LUiZOh9Z8yBNgBH/M569+v4MUyuSWrMp3PY2p44 b3iUhk9C3LwEanrnF4s1vPBxOwgQe3eR1sfUJHTgqSgPT+YX0nyvqWMMYLKvP1VLcsBa LTt075JWXwFIEbDAXVZB948izaHV58L6FUyIuiMoq/LzHLXXEoMjY2E//o5q5UZ+vfom lRSWJ4emdCXp6kPtV80f5azlSyV9yJ+ClBdARvTa0fXGcbvm6xLwbtV6LxE05QIy2UzL BA5w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=0ekvJGVAF2yq1Zbo/LQKZhhhvs4WhOQ+CID0jCOcYAE=; b=PcCFPltLhdNNs3qgZ0AFWnogD2qLTGkw7wv7UchPBuvclqwtM7VTRk+OzSBk0pYwjv RVVybeONyeFDTkbDFpWwbRhahtQvq9typIuXRKC9PSBjT0m5axsuhOn+Q4XxXXAxLTiI VI5s/BipDYNJG0o8UqWMN72a68V3n7E27U3dZVSb0UZpIYYd7wKectf+daGxwSdPkR+X ap+X7sVR0lkn4sjoIhDGXyfDCNCZ9XMZctHgz2rnjWX0lGZ4XZomnVSTzOEfm2PvzZl/ 5u/mD8TeMQxrG8fgL2UZRYkllEw3xPWCqxZkZprKyQtcNbfL7/txSk5QJQ/+x8rAy1uk bpUA== X-Gm-Message-State: ABUngvcUotDgQqLdOM/ATOhW8Iugi+Mol0eFoDQ9Q5JpPp1GuMveW7PCQ+hVDsxhhGDeiMPDY45kKqZTyxisOg== X-Received: by 10.55.122.134 with SMTP id v128mr227089qkc.111.1478820171157; Thu, 10 Nov 2016 15:22:51 -0800 (PST) MIME-Version: 1.0 Received: by 10.140.29.66 with HTTP; Thu, 10 Nov 2016 15:22:50 -0800 (PST) In-Reply-To: References: <201611011818.uA1II9oe069262@repo.freebsd.org> From: Ngie Cooper Date: Thu, 10 Nov 2016 15:22:50 -0800 Message-ID: Subject: Re: svn commit: r308175 - head/libexec/ftpd To: Matteo Riondato Cc: Kurt Lidl , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Nov 2016 23:22:52 -0000 On Thu, Nov 10, 2016 at 1: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 : Kurt, I can't assign the bug to you because you don't have a bugzilla account, but here's one that was filed: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214409 . Cheers, -Ngie