From owner-svn-src-all@freebsd.org Fri Oct 18 19:30:14 2019 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 01038159070; Fri, 18 Oct 2019 19:30:13 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46vx2F668Wz3wYc; Fri, 18 Oct 2019 19:30:13 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B4ECDDC49; Fri, 18 Oct 2019 19:30:13 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x9IJUDgW042170; Fri, 18 Oct 2019 19:30:13 GMT (envelope-from dim@FreeBSD.org) Received: (from dim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9IJUCHU042167; Fri, 18 Oct 2019 19:30:12 GMT (envelope-from dim@FreeBSD.org) Message-Id: <201910181930.x9IJUCHU042167@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dim set sender to dim@FreeBSD.org using -f From: Dimitry Andric Date: Fri, 18 Oct 2019 19:30:12 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r353737 - head/tools/build/options X-SVN-Group: head X-SVN-Commit-Author: dim X-SVN-Commit-Paths: head/tools/build/options X-SVN-Commit-Revision: 353737 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 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: Fri, 18 Oct 2019 19:30:14 -0000 Author: dim Date: Fri Oct 18 19:30:12 2019 New Revision: 353737 URL: https://svnweb.freebsd.org/changeset/base/353737 Log: Provide a src.conf(5) description for the new WITHOUT_CAROOT option, and rename the WITH_LOADER_VERIEXEC_PASS_MANFIEST description to its correct name. Also correct a bunch of spelling errors in that description. MFC after: 3 days Added: head/tools/build/options/WITHOUT_CAROOT (contents, props changed) head/tools/build/options/WITH_LOADER_VERIEXEC_PASS_MANIFEST - copied, changed from r353736, head/tools/build/options/WITH_LOADER_VERIEXEC_PASS_MANFIEST Deleted: head/tools/build/options/WITH_LOADER_VERIEXEC_PASS_MANFIEST Modified: head/tools/build/options/WITH_LOADER_VERIEXEC head/tools/build/options/WITH_VERIEXEC Added: head/tools/build/options/WITHOUT_CAROOT ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/tools/build/options/WITHOUT_CAROOT Fri Oct 18 19:30:12 2019 (r353737) @@ -0,0 +1,3 @@ +.\" $FreeBSD$ +Set to not add the trusted certificates from the Mozilla NSS bundle to +base. Modified: head/tools/build/options/WITH_LOADER_VERIEXEC ============================================================================== --- head/tools/build/options/WITH_LOADER_VERIEXEC Fri Oct 18 18:01:22 2019 (r353736) +++ head/tools/build/options/WITH_LOADER_VERIEXEC Fri Oct 18 19:30:12 2019 (r353737) @@ -1,7 +1,7 @@ .\" $FreeBSD$ Enable building .Xr loader 8 -with support for verifcation similar to Verified Exec. +with support for verification similar to Verified Exec. .Pp -It depends on -.Va WITH_BEARSSL +Depends on +.Va WITH_BEARSSL . Copied and modified: head/tools/build/options/WITH_LOADER_VERIEXEC_PASS_MANIFEST (from r353736, head/tools/build/options/WITH_LOADER_VERIEXEC_PASS_MANFIEST) ============================================================================== --- head/tools/build/options/WITH_LOADER_VERIEXEC_PASS_MANFIEST Fri Oct 18 18:01:22 2019 (r353736, copy source) +++ head/tools/build/options/WITH_LOADER_VERIEXEC_PASS_MANIFEST Fri Oct 18 19:30:12 2019 (r353737) @@ -1,8 +1,8 @@ .\" $FreeBSD$ Enable building .Xr loader 8 -with support to pass a verified manifest to kernel. -Kernel has to be build with a module to parse the manfiest. +with support to pass a verified manifest to the kernel. +The kernel has to be built with a module to parse the manifest. .Pp -It depends on -.Va WITH_LOADER_VERIEXEC +Depends on +.Va WITH_LOADER_VERIEXEC . Modified: head/tools/build/options/WITH_VERIEXEC ============================================================================== --- head/tools/build/options/WITH_VERIEXEC Fri Oct 18 18:01:22 2019 (r353736) +++ head/tools/build/options/WITH_VERIEXEC Fri Oct 18 19:30:12 2019 (r353737) @@ -5,5 +5,5 @@ which loads the contents of verified manifests into th for use by .Xr mac_veriexec 4 .Pp -It depends on -.Va WITH_BEARSSL +Depends on +.Va WITH_BEARSSL .