diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2022-10-26 10:31:43 +0200 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2022-10-26 10:34:03 +0200 |
commit | ee697f183b2a5786344a50e3a484739ff95cf4d9 (patch) | |
tree | 30c02133373937dca5dcb27569eb92cbcb6bcad7 /CHANGES | |
parent | cc0e861e232dbc725446c5ce43506e50005cbf30 (diff) | |
download | freebsd-ports-ee697f183b2a5786344a50e3a484739ff95cf4d9.zip |
CHANGES: document the 3 new features
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -10,6 +10,16 @@ in the release notes and/or placed into UPDATING. All ports committers are allowed to commit to this file. +20221026: +AUTHOR: bapt@FreeBSD.org + 3 new features are available now: PIE, RELRO, BIND_NOW, each port can + specify the inability to support any via <feature>_UNSAFE + + All 3 are off by default, the intent is to activate following the freebsd + base activation of the same features. + + End users can activate/deactivate globally via WITH_/WITHOUT_ <feature> + 20221014: AUTHOR: adamw@FreeBSD.org |