svn commit: r353737 - head/tools/build/options

Dimitry Andric dim at FreeBSD.org
Fri Oct 18 19:30:14 UTC 2019


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 .


More information about the svn-src-head mailing list