aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2022-10-26 08:31:43 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2022-10-26 08:34:03 +0000
commitee697f183b2a5786344a50e3a484739ff95cf4d9 (patch)
tree30c02133373937dca5dcb27569eb92cbcb6bcad7
parentcc0e861e232dbc725446c5ce43506e50005cbf30 (diff)
downloadports-ee697f183b2a5786344a50e3a484739ff95cf4d9.tar.gz
ports-ee697f183b2a5786344a50e3a484739ff95cf4d9.zip
CHANGES: document the 3 new features
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ce90d882b636..2cbcf2bd6a31 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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