From owner-svn-src-head@freebsd.org Fri Aug 17 16:04:57 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43DE01073A71; Fri, 17 Aug 2018 16:04:57 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-io0-f177.google.com (mail-io0-f177.google.com [209.85.223.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D4D098573E; Fri, 17 Aug 2018 16:04:56 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-io0-f177.google.com with SMTP id l7-v6so7299877iok.6; Fri, 17 Aug 2018 09:04:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=eQ6D8Mo+PaSdzMK2elaaNYiKoFndagbsKqFXRe9tq6Q=; b=O4PeBL0JX9HjGvWCkeF73Fm2uOzRKR7tivgyzu8F+z9lf8TJQoyQQDuyA5YopITaaD unedrtMCZB+pwmuJTY3cHsM2CTBVlRQ5p6fl+H2buO4xT0wS1a8VIzUIWSeaLjkWoOn4 foum0uHMm2RGntoNBwvZofd7OQp5AAtEzDil+D+upJ51v6lD8jSNovdkKANCxvJLLSPx th3R/1txUst2iNvP+LXAjnwl71qkODOvOh/8lbQLP33cUMSLSZDLCJUd5fUZSAJretvQ gM6iCQJIYAYRI2OK36ejlx3MHFYEWGw2yy8b70xAVkY1QfVTlCUyshWBSa8FuAAwEjRM gfLg== X-Gm-Message-State: AOUpUlFzZ0GgVG6w3lkfSQvlcQvevTPJWHf+4QgE+iQWK1rPynOmwbg6 LXSzc2byq7+giW9pIb2tkT4bNszu X-Google-Smtp-Source: AA+uWPxE6b1TvjUhyGRynJxSdNVsPFjZSjQM7rHN04Sipu42N3WEwcitDsuDxr76S1FDUuAhtDPG5A== X-Received: by 2002:a6b:9415:: with SMTP id w21-v6mr31574500iod.290.1534521889866; Fri, 17 Aug 2018 09:04:49 -0700 (PDT) Received: from mail-it0-f48.google.com (mail-it0-f48.google.com. [209.85.214.48]) by smtp.gmail.com with ESMTPSA id t187-v6sm2154403ita.28.2018.08.17.09.04.49 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 17 Aug 2018 09:04:49 -0700 (PDT) Received: by mail-it0-f48.google.com with SMTP id j81-v6so11939692ite.0; Fri, 17 Aug 2018 09:04:49 -0700 (PDT) X-Received: by 2002:a24:715:: with SMTP id f21-v6mr24918866itf.92.1534521889397; Fri, 17 Aug 2018 09:04:49 -0700 (PDT) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 2002:a02:b472:0:0:0:0:0 with HTTP; Fri, 17 Aug 2018 09:04:48 -0700 (PDT) In-Reply-To: <201808170503.w7H53GR9023607@slippy.cwsent.com> References: <201808170023.w7H0Np0H027296@repo.freebsd.org> <201808170503.w7H53GR9023607@slippy.cwsent.com> From: Conrad Meyer Date: Fri, 17 Aug 2018 09:04:48 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r337936 - in head/sys/contrib/libsodium: . builds builds/msvc builds/msvc/build builds/msvc/properties builds/msvc/vs2010 builds/msvc/vs2010/libsodium builds/msvc/vs2012 builds/msvc/vs2... To: Cy Schubert Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.27 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, 17 Aug 2018 16:04:57 -0000 On Thu, Aug 16, 2018 at 10:03 PM, Cy Schubert wrote: > In message <201808170023.w7H0Np0H027296@repo.freebsd.org>, Conrad Meyer > writes: >> Author: cem >> Date: Fri Aug 17 00:23:50 2018 >> New Revision: 337936 >> URL: https://svnweb.freebsd.org/changeset/base/337936 >> >> Log: >> Bring in libsodium to sys/contrib >> ... > > Why wasn't this imported into vendor-sys first? Especially if we intend > on tailoring it over time. We don't intent on tailoring it at all. (P.S., if you are going to bottom-post, please trim unnecessary context.) Best, Conrad