From owner-svn-src-all@freebsd.org Tue Feb 28 19:39:14 2017 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 89E13CF1813; Tue, 28 Feb 2017 19:39:14 +0000 (UTC) (envelope-from bjkfbsd@gmail.com) Received: from mail-ot0-x22c.google.com (mail-ot0-x22c.google.com [IPv6:2607:f8b0:4003:c0f::22c]) (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 4BD2585B; Tue, 28 Feb 2017 19:39:14 +0000 (UTC) (envelope-from bjkfbsd@gmail.com) Received: by mail-ot0-x22c.google.com with SMTP id x10so14990724otb.1; Tue, 28 Feb 2017 11:39:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=hearQpMXc+zh3USphvDF+oSsrQYzglAmypQblpWeGSo=; b=t60I98WmH8PHLx/N9Pa2/xvjQ6/PeJAMBRHaYwNfMnz9UecFwClM4Q+9f4SP0waenY S7Z8o1jORW0dgbqXkT3irlB0kRH93bcb+BY7cqw/adJbT8TDV08VR4ehBU6rJ4LTluDR O/jMbhjWVsAmnOzLiX3ixlx9ycvzEtW6ZfgZbqXJIeGZ87aVa1EuHXRSdM7/rdpgR24w 1QKBMs5e0XeKSVKbRBTgidcvpoDJXoFx79+X53jciGfVKxTh3cr1YMQkG0AAKFAo8zdh Ti45hfOmJWjkCru5mIw/AjiXtGzml96F929K7KWjczaxSdaSzCm5QYI3stk1nN6SFcmS qxDw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=hearQpMXc+zh3USphvDF+oSsrQYzglAmypQblpWeGSo=; b=Xrv1mCF6233iyTDgURyolEfBn51605HN3mNgHkvAp7mvd9Xu/BU1Qz9D8t/3v2sx12 W+q/RHq1DCJGZuFdmyt3IGRnE9nKStU9mZCTH+0G20/giotRqRLTerA5G6uCN+Kvwy9x IUpbBo3+icobFsxAnaLl3LfKxPeFIwRPK+y5eCaa7PdXeKczDr/qfYnn26z7OnykyvU3 mmW9VuQEjs//nqUJWr8aSJTJ++Sq/YgNiT9Loz3aSpGdNXnFqcU/R0ya3+EaTQUak1Ho hYYlBSQQf2zXMJq9jF3S1F9wEHXlAIJnjto+rKlM+1r6wylsD2nlkoJ2XxDk//BYRg0O ey2Q== X-Gm-Message-State: AMke39moN4La6XNKW3Zh8awiySzrLChmZeOKo4bDlSqRuFlRZdTXzAPHzRM48OlOfDTgymFCzxuVnwisMIWQPA== X-Received: by 10.157.43.19 with SMTP id o19mr1867024otb.149.1488310753334; Tue, 28 Feb 2017 11:39:13 -0800 (PST) MIME-Version: 1.0 Received: by 10.182.88.138 with HTTP; Tue, 28 Feb 2017 11:39:12 -0800 (PST) In-Reply-To: <20170228193605.GJ1044@FreeBSD.org> References: <201702280514.v1S5EhPq060885@repo.freebsd.org> <1969312.3TTRqhLH9r@ralph.baldwin.cx> <20170228193605.GJ1044@FreeBSD.org> From: Benjamin Kaduk Date: Tue, 28 Feb 2017 13:39:12 -0600 Message-ID: Subject: Re: svn commit: r314373 - in head: . etc/defaults etc/rc.d lib/libc/regex share/man/man4/man4.i386 share/man/man5 sys/amd64/conf sys/boot/forth sys/compat/svr4 sys/conf sys/dev/streams sys/i386/conf sy... To: Gleb Smirnoff Cc: Ravi Pokala , "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" , John Baldwin Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 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: Tue, 28 Feb 2017 19:39:14 -0000 On Tue, Feb 28, 2017 at 1:36 PM, Gleb Smirnoff wrote: > Ravi, > > this should go into Relnotes, my failure that I didn't put the tag. > > I don't think this deserves UPDATING entry, since it doesn't require > any action from a person who updates from sources. > > I don't think this requires __FreeBSD_version bump, since the latter > is used to assist compilation of open source application that use > changed API. The change removed support to run binaries. > That is not the only use of __FreeBSD_version, which is (at least) exposed to the ports collection and can cause conditional changes in what are shipped by ports. Which is not to say that any current ports ship affected binaries, of course, but just to point out that the scope of the symbol is broader than stated. -Ben