aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-04-16 16:04:14 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-04-16 16:04:14 +0000
commit93dadb3c3661e1ad0e65781a5dcb8d07c7a1f65d (patch)
treedb2b69f7443810a8b087d8fd3903c69772d7675a
parent5727b9916c335f59415e24d370c5b58ff46108b1 (diff)
downloadports-93dadb3c3661e1ad0e65781a5dcb8d07c7a1f65d.tar.gz
ports-93dadb3c3661e1ad0e65781a5dcb8d07c7a1f65d.zip
Notes
-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.