From owner-svn-src-head@freebsd.org Fri Aug 5 14:23:28 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 75231BB0D0D; Fri, 5 Aug 2016 14:23:28 +0000 (UTC) (envelope-from bjkfbsd@gmail.com) Received: from mail-oi0-x235.google.com (mail-oi0-x235.google.com [IPv6:2607:f8b0:4003:c06::235]) (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 38BC81980; Fri, 5 Aug 2016 14:23:28 +0000 (UTC) (envelope-from bjkfbsd@gmail.com) Received: by mail-oi0-x235.google.com with SMTP id l203so31420035oib.1; Fri, 05 Aug 2016 07:23:28 -0700 (PDT) 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=0CPXxH5hTxsRiv3uWpVH3VsQ1CzA0n1zlbhqCePp9yA=; b=v55zpSBTBirBzHchahdIKn/XOwDPP2UnQHq+ExXKyyTxNsxdoqQbALB5IXHJDMQIS/ /rAq53FQvnM+hYpUTeYA0bW2UuXVdPqfAdvO9baYybB0gVQuF7J5lUqOXUOEUuSDpLWu 5pudCFnBC5bFXWESk/e04SKvFq8kNVfAX8x8o8DJdR64TosQbLG9MuX0ylbmdvZ3Scaz xh1bVuC4NzsQKF9jCFqWxhgB+bwpxchLa/vVrCZI7WY/2uaMmS2mbaPwS5XBcRHbWqLt umNnD33fW0UHrK/0A4VzlYAK32WYU2+TLZyPNYjNw0NnXkH6aFyGhNZ9l5nYx+91hKOw jtuQ== 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=0CPXxH5hTxsRiv3uWpVH3VsQ1CzA0n1zlbhqCePp9yA=; b=iP3L9ExCvaL6MLG8DzqcCZDYFaTiKoRFiDbU0dqcVIDZNMezxrgvkXfTMZU15p0DvX 4JawE0lgoZCqmO5eK/vOgEzQgkhcowb/zh1oAk7IVcPy6bgQ2AyYkz6WwJtLwAzX+rjw ApSwgMyFl11Jg8BP5/G7iDDqq4iDXNI4+bLQbmju6MpFMUptTtROCk7jwIW5+BN4rvMU fCQVuRVYAhPlnLb6efw/Q4igPkiiz4c2Ttxf4bPjWi/vq5ejyzFtan0JjX48HfHNRsFL b5GBdGVH+vy9EcvrhcS/gMaOdreixrAQsv8lwyBkJJbHAvXA/7c9OjLfP6GTVg5EMar6 bqKA== X-Gm-Message-State: AEkooutrzF5AEeXL3KyDf5ZBwoN9fnfY4tTP/Nk8sBdEJXdLy0JrFfnnLGhdb3wjhkpI0WWam57rtHrPPCSpqQ== X-Received: by 10.157.24.7 with SMTP id b7mr1221128ote.35.1470407007231; Fri, 05 Aug 2016 07:23:27 -0700 (PDT) MIME-Version: 1.0 Received: by 10.157.11.145 with HTTP; Fri, 5 Aug 2016 07:23:26 -0700 (PDT) In-Reply-To: <2376311.cvfbdrNX43@ralph.baldwin.cx> References: <201608041914.u74JEIOR071062@repo.freebsd.org> <1631194.6AMpXoHEiR@ralph.baldwin.cx> <03c923dd-4161-43ea-6249-b7b2b61e660f@freebsd.org> <2376311.cvfbdrNX43@ralph.baldwin.cx> From: Benjamin Kaduk Date: Fri, 5 Aug 2016 09:23:26 -0500 Message-ID: Subject: Re: svn commit: r303755 - head/sys/kern To: John Baldwin Cc: Julian Elischer , "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" , Bryan Drewery Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.22 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: Fri, 05 Aug 2016 14:23:28 -0000 On Fri, Aug 5, 2016 at 8:06 AM, John Baldwin wrote: > > It would be possible if both used the same versioning. Looks like > base on my desktop (10.3) is not using versioning, so if the version > map is provided by openssl we could in theory just use their version > map when building base openssl. That is actually the far easier > problem to solve (using upstream-maintained version map vs trying to > maintain a local version map that has to be updated manually whenever > upstream changes). > Upstream does not supply a version map for the 1.0.2 releases and older; it will be new in 1.1.0 (due out in a few weeks, last we heard). -Ben