diff options
author | bapt <bapt@FreeBSD.org> | 2014-06-23 17:57:27 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-06-23 17:57:27 +0800 |
commit | c9b595b74e0d690b360eb3b21ff96157c6a8fa19 (patch) | |
tree | a901f9eed61205f88ec46494aa0491ba2b552eca /CHANGES | |
parent | d65c71c38b67ede6ef3a9140b272517ee85fc221 (diff) | |
download | freebsd-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-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |