aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-06-23 17:57:27 +0800
committerbapt <bapt@FreeBSD.org>2014-06-23 17:57:27 +0800
commitc9b595b74e0d690b360eb3b21ff96157c6a8fa19 (patch)
treea901f9eed61205f88ec46494aa0491ba2b552eca /CHANGES
parentd65c71c38b67ede6ef3a9140b272517ee85fc221 (diff)
downloadfreebsd-ports-gnome-c9b595b74e0d690b360eb3b21ff96157c6a8fa19.tar.gz
freebsd-ports-gnome-c9b595b74e0d690b360eb3b21ff96157c6a8fa19.tar.zst
freebsd-ports-gnome-c9b595b74e0d690b360eb3b21ff96157c6a8fa19.zip
Remove the IGNOREFILES feature: it was an unsafe feature allowing to use files
fetched from untrusted sources directly into the ports tree CR: D269 Reviewed by: portmgr (antoine)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0079721b0b4a..a4dbf6cb46d6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,13 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20140623:
+AUTHOR: bapt@FreeBSD.org
+
+ IGNOREFILES is not supported anymore, it was an unsafe feature allowing to
+ use unchecked files downloaded from untrusted places to be used in the ports
+ tree.
+
20140607:
AUTHOR: mva@FreeBSD.org