Date: Mon, 13 May 2024 15:29:02 GMT From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: b667c40f9ff6 - main - src.conf.5: regen after addition of _FORTIFY_SOURCE build knob Message-ID: <202405131529.44DFT25a023462@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=b667c40f9ff6db3ad5978368b3771e675759b474 commit b667c40f9ff6db3ad5978368b3771e675759b474 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2024-05-13 15:27:05 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2024-05-13 15:28:52 +0000 src.conf.5: regen after addition of _FORTIFY_SOURCE build knob Regen to pick up WITHOUT_SSP addition from commit 9bfd3b4076a7. Sponsored by: The FreeBSD Foundation --- share/man/man5/src.conf.5 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5 index 5301fc488021..f3e45ca8a661 100644 --- a/share/man/man5/src.conf.5 +++ b/share/man/man5/src.conf.5 @@ -1,5 +1,5 @@ .\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman. -.Dd April 23, 2024 +.Dd May 13, 2024 .Dt SRC.CONF 5 .Os .Sh NAME @@ -1552,6 +1552,9 @@ When set, it enforces these options: .El .It Va WITHOUT_SSP Do not build world with stack smashing protection. +See +.Xr security 7 +for more information. .It Va WITH_STAGING Enable staging of files to a stage tree. This can be best thought of as auto-install to
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405131529.44DFT25a023462>