aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2014-11-02 20:01:31 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2014-11-02 20:01:31 +0000
commitec713d99b6af25c30e842e39916f298ef1a0e668 (patch)
treefff6797e92d48b34bf98661d511e5bfa6e44715b /CHANGES
parent218fffb5b01c1e07c302f9f3a6e4801a0731a9cf (diff)
downloadports-ec713d99b6af25c30e842e39916f298ef1a0e668.tar.gz
ports-ec713d99b6af25c30e842e39916f298ef1a0e668.zip
- Enable SSP by default.
This is the culmination of years of work and testing including work by jlh@. This will enable SSP by default for all amd64 releases, and i386 releases 10.0 and over. With hat: portmgr Tested by: multiple exp-runs, CFT package repository, CFT ports Discussed with: bapt, antoine
Notes
Notes: svn path=/head/; revision=372086
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 77a8edb54e0b..653d28701107 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,14 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20141102:
+AUTHOR: bdrewery@FreeBSD.org
+
+ SSP is now default. This can be disabled with WITHOUT_SSP.
+ SSP_CFLAGS defaults to -fstack-protector.
+ SSP will be used on all amd64 releases. It will only be used on i386
+ releases over 10.0.
+
20141007:
AUTHOR: mat@FreeBSD.org