From owner-svn-src-head@freebsd.org Thu Jan 28 15:41:54 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 C7691A71DF9; Thu, 28 Jan 2016 15:41:54 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-oi0-x22b.google.com (mail-oi0-x22b.google.com [IPv6:2607:f8b0:4003:c06::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 8A3A61AA3; Thu, 28 Jan 2016 15:41:54 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-oi0-x22b.google.com with SMTP id r14so28825500oie.0; Thu, 28 Jan 2016 07:41:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=STLt4Fh0ocHeX8rF3dZ1///4tWZxeHG5LpefF9YcCxk=; b=ay4Il746PNdQWP1PK3qgAjA5TuXe6G9b3AsQEn//9kFgoXQwY9Uysh23NMG2oMmC36 YrMgOSCqfsM5qPKufjfvabY2eAAEbUP5htgkts9/2uxtU/+PAHLa37RpBxk0lOUP1sv5 xY926Sf9enPgX4gjUuYNPcVssHq2e9DIL7My1EOefvwrq3m1MnbYu1998t6AkHwptpcl LSM51ENbMvwnYpNGf+Ppl2Af2likUIl/iRxgM6JSAtbn6Dm2yIm9l4IlevFUPC+8fobl 0r6ZpTyN5gxKyRyP2nyoZSJhGFwgWFx9wCnQ//9Ql+sfNGFLShKl6vkO1ZFP7XA9RDs9 kLZg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=STLt4Fh0ocHeX8rF3dZ1///4tWZxeHG5LpefF9YcCxk=; b=YOgtsRRtmu1huiXYne+MFMbRvfyDvxYDX8ewGtxHYa9EaGgHxsnuW6W7CA3ZFGYc2B gdi573ck+EJDgJO8ipyJb+mnjBnUWJI8ADuGENkWNcpvkVvKk6cw+aF9RIhtJwvqlWHi S7ZRcNMRcYsWWLf4B5IEFnFtOW/Qkqn1Q6x/Jm6dn6510MzKZfFKdcVSR6EFWrYGpy1v vHt3qtbol8TyXgC7ma9AGRUynZu+6WY2ITwmDPJLRzWWBqVrPhYj2On8HY2Kah0mGGp7 XOv5J4QkLWBuLOFNHi/UhuonEoMgjmwvwlzi38Csk52PscRa4xfZ4vgzib5J0+plewq0 TivA== X-Gm-Message-State: AG10YOSoIjeWQF/kDgc4RLR3CHzC1vz++21ne0hmhumaXEVYG2TO+bJbkFEAmC82fZKS9Q== X-Received: by 10.202.214.144 with SMTP id n138mr2630723oig.69.1453995713763; Thu, 28 Jan 2016 07:41:53 -0800 (PST) Received: from [192.168.20.11] (c-24-16-212-205.hsd1.wa.comcast.net. [24.16.212.205]) by smtp.gmail.com with ESMTPSA id o8sm4615064obm.28.2016.01.28.07.41.51 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 28 Jan 2016 07:41:52 -0800 (PST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (1.0) Subject: Re: svn commit: r294909 - head/crypto/openssh From: NGie Cooper X-Mailer: iPhone Mail (13D15) In-Reply-To: <86fuxif28h.fsf@desk.des.no> Date: Thu, 28 Jan 2016 07:41:50 -0800 Cc: Colin Percival , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <987A875E-45F0-4C3C-B6E2-42C619228ADA@gmail.com> References: <201601271340.u0RDeiU5060523@repo.freebsd.org> <7BEC31CD-F7AF-44B5-BBB5-9F4CAF3487A7@gmail.com> <86oac6f4xq.fsf@desk.des.no> <000001528781a663-adcfe209-147a-4fb4-83e4-e0911293f7f3-000000@email.amazonses.com> <86fuxif28h.fsf@desk.des.no> To: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 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: Thu, 28 Jan 2016 15:41:54 -0000 > On Jan 28, 2016, at 02:05, Dag-Erling Sm=C3=B8rgrav wrote: >=20 > Colin Percival writes: >> At a guess, because NGie thinks that this is something which is important= >> enough to be worth mentioning in the FreeBSD release notes, and "Relnotes= : >> yes" flags the commit to the release engineering team for that purpose? >=20 > UseDNS was (unintentionally) turned off in head last week, I just turned > it back on. As Conrad said earlier, I incorrectly assumed that this needed to be MFCed: I= didn't look at the commit history for openssh, and the message stated the w= hat, not the why behind the change, so I assumed incorrectly that this was a= new feature. I apologize for the confusion. -NGie=