Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Apr 2013 16:04:14 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315831 - head/editors/vim
Message-ID:  <201304161604.r3GG4EsN008914@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Tue Apr 16 16:04:14 2013
New Revision: 315831
URL: http://svnweb.freebsd.org/changeset/ports/315831

Log:
  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

Deleted:
  head/editors/vim/pkg-message
Modified:
  head/editors/vim/Makefile

Modified: head/editors/vim/Makefile
==============================================================================
--- head/editors/vim/Makefile	Tue Apr 16 16:00:08 2013	(r315830)
+++ head/editors/vim/Makefile	Tue Apr 16 16:04:14 2013	(r315831)
@@ -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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304161604.r3GG4EsN008914>