Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Sep 2023 14:08:01 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 0674fb66667b - stable/13 - Update WITH_/WITHOUT_SSP descriptions
Message-ID:  <202309241408.38OE81XJ062597@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=0674fb66667ba9e03c76dd21a279bb83bedb1a91

commit 0674fb66667ba9e03c76dd21a279bb83bedb1a91
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-08-30 20:49:44 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-09-24 14:07:08 +0000

    Update WITH_/WITHOUT_SSP descriptions
    
    ProPolice refers to a specific implementation by Hiroaki Etoh and
    Kunikazu Yoda.  The implementation in contemporary Clang and GCC is
    somewhat different and newer, so use a generic term in the src.conf
    descriptions.
    
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit b461276d75488fe50c1503db85d43cbb8c3c3067)
---
 tools/build/options/WITHOUT_SSP | 2 +-
 tools/build/options/WITH_SSP    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/build/options/WITHOUT_SSP b/tools/build/options/WITHOUT_SSP
index 9dc19c117995..88162cecf14a 100644
--- a/tools/build/options/WITHOUT_SSP
+++ b/tools/build/options/WITHOUT_SSP
@@ -1 +1 @@
-Do not build world with propolice stack smashing protection.
+Do not build world with stack smashing protection.
diff --git a/tools/build/options/WITH_SSP b/tools/build/options/WITH_SSP
index 22aba26fd6cc..0088dd133782 100644
--- a/tools/build/options/WITH_SSP
+++ b/tools/build/options/WITH_SSP
@@ -1 +1 @@
-Build world with propolice stack smashing protection.
+Build world with stack smashing protection.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309241408.38OE81XJ062597>