git: ee697f183b2a - main - CHANGES: document the 3 new features
Date: Wed, 26 Oct 2022 08:34:47 UTC
The branch main has been updated by bapt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ee697f183b2a5786344a50e3a484739ff95cf4d9
commit ee697f183b2a5786344a50e3a484739ff95cf4d9
Author: Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2022-10-26 08:31:43 +0000
Commit: Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2022-10-26 08:34:03 +0000
CHANGES: document the 3 new features
---
CHANGES | 10 ++++++++++
1 file changed, 10 insertions(+)
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