aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemko Lodder <remko@FreeBSD.org>2005-08-16 16:48:41 +0000
committerRemko Lodder <remko@FreeBSD.org>2005-08-16 16:48:41 +0000
commitec9063b927c04100d801449c74031154c3758571 (patch)
treea21b9fe30184d15864b7d1017ee12f35787d0b68
parenta02d5df60081d139d8dbed68eaaabf637785a0ed (diff)
downloadports-ec9063b927c04100d801449c74031154c3758571.tar.gz
ports-ec9063b927c04100d801449c74031154c3758571.zip
Notes
-rw-r--r--editors/vim/Makefile3
-rw-r--r--editors/vim/pkg-message6
2 files changed, 9 insertions, 0 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 1acea07b52ec..cf07df492f75 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -173,6 +173,9 @@ 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}
cklatest:
@-ncftpls \
diff --git a/editors/vim/pkg-message b/editors/vim/pkg-message
new file mode 100644
index 000000000000..066bbb9cb5ef
--- /dev/null
+++ b/editors/vim/pkg-message
@@ -0,0 +1,6 @@
+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.