aboutsummaryrefslogtreecommitdiffstats
path: root/editors/vim
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2013-04-17 00:04:14 +0800
committereadler <eadler@FreeBSD.org>2013-04-17 00:04:14 +0800
commit95353600ca31563e757fee764dd262c9e1029afd (patch)
treedb2b69f7443810a8b087d8fd3903c69772d7675a /editors/vim
parenta57f7b2a1a41a7c35b798ee50fa885bbe942b7c8 (diff)
downloadfreebsd-ports-gnome-95353600ca31563e757fee764dd262c9e1029afd.tar.gz
freebsd-ports-gnome-95353600ca31563e757fee764dd262c9e1029afd.tar.zst
freebsd-ports-gnome-95353600ca31563e757fee764dd262c9e1029afd.zip
vim has sufficiently improved the security of its modeline processing.
The FreeBSD Security Team no longer feels that the warning to disable modeline support is needed. Discussed with: delphij, des With Hat: secteam-ports Feature safe: yes
Diffstat (limited to 'editors/vim')
-rw-r--r--editors/vim/Makefile3
-rw-r--r--editors/vim/pkg-message6
2 files changed, 0 insertions, 9 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 1273cc819b84..b15a5e6aa8c9 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -225,9 +225,6 @@ post-install:
${ECHO_CMD} "x!" >> ${WRKDIR}/ex.script
${CP} -p ${TMPPLIST} ${TMPPLIST}.pre-share-vim
cd ${WRKDIR} ; ex < ex.script
- @${ECHO_CMD}
- @${CAT} ${PKGMESSAGE}
- @${ECHO_CMD}
.if defined(ONT_CHECKSUM)
checksum:
diff --git a/editors/vim/pkg-message b/editors/vim/pkg-message
deleted file mode 100644
index 066bbb9cb5ef..000000000000
--- a/editors/vim/pkg-message
+++ /dev/null
@@ -1,6 +0,0 @@
-SECURITY NOTE: The VIM software has had several remote vulnerabilities
-discovered within VIM's modeline support. It allowed remote attackers to
-execute arbitrary code as the user running VIM. All known problems
-have been fixed, but the FreeBSD Security Team advises that VIM users
-use 'set nomodeline' in ~/.vimrc to avoid the possibility of trojaned
-text files.