ChangeLog

# ChangeLog for app-vim/securemodelines
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/securemodelines/ChangeLog,v 1.13 2007/06/16 14:28:32 dertobi123 Exp $

16 Jun 2007; Tobias Scherbaum
securemodelines-20070518.ebuild:
Added ~ppc, bug #178480

19 May 2007; Roy Marples
securemodelines-20070518.ebuild:
Keyworded ~sparc-fbsd, #178480.

19 May 2007; Markus Rothe
securemodelines-20070518.ebuild:
Added ~ppc64; bug #178480

18 May 2007; Fernando J. Pereda ChangeLog:
Added ~alpha as per bug #178480

*securemodelines-20070518 (18 May 2007)

18 May 2007; Mike Kelly
+securemodelines-20070518.ebuild:
Version bump. Some bug fixes. The number of lines to search is now
controllable via let g:secure_modelines_modelines=5. If
g:secure_modelines_leave_modeline is defined, the internal &modeline
variable will be left alone.

16 May 2007; Jeroen Roovers
securemodelines-20070513.ebuild:
Marked ~hppa (bug #178480).

15 May 2007; Gustavo Zacarias
securemodelines-20070513.ebuild:
Keyworded ~sparc wrt #178480

14 May 2007; Raúl Porcel
securemodelines-20070513.ebuild:
Add ~ia64 wrt bug 178480

14 May 2007; Peter Weller
securemodelines-20070513.ebuild:
Keyworded ~amd64

14 May 2007; Timothy Redaelli
securemodelines-20070513.ebuild:
Add ~x86-fbsd keyword wrt bug #178480.

14 May 2007; Mike Kelly
-securemodelines-20070409.ebuild:
Drop old version.

*securemodelines-20070513 (14 May 2007)

14 May 2007; Mike Kelly
+securemodelines-20070513.ebuild:
Version bump. Better support for modelines without "set:". "rightleft" is
now in the default allowed options. Builtin modelines are now forcibly
disabled.

*securemodelines-20070409 (07 May 2007)

07 May 2007; Mike Kelly +metadata.xml,
+securemodelines-20070409.ebuild:
Initial ebuild. This package provides a secure replacement for vim's builtin
modeline support.

Manifest

DIST securemodelines-20070513.tar.bz2 1368 RMD160 81b510b6fe3b631e0a801dabab46619209cef4a1 SHA1 a6205c33f5894a35b5e695242a3f37a1a7d8a717 SHA256 cc2a482f1496c05d6ba47669ff3b7f3ee0eb547470e7cd609a69ab9ae316504e
DIST securemodelines-20070518.tar.bz2 1529 RMD160 0b34bd485a79cdd79bfa0292f9ccf2298fd0eb78 SHA1 97bad405a22f3789322d6a028bc0118ca6fe2821 SHA256 8d0f5e8d46ddc469abe47cff184d8c9644f32896aefb9f273b84db0818d3d28f
EBUILD securemodelines-20070513.ebuild 675 RMD160 5e90c1377ee02dbecc44e13113d3985a6dab6980 SHA1 4c673e2a46036d03a56b56d7e15229c6aa4308ca SHA256 2ae27a455e295e0ee4b870ead283aa8492ecdce21e3d90df8d903aa0d40f7e6b
EBUILD securemodelines-20070518.ebuild 713 RMD160 5c1996db1255515cbeff26b9066838563a61a7ed SHA1 f8bb1a6adea2cecee2564e953472497bab8aba84 SHA256 1adf9259d50bd068de9659e8bf3382d9159db5a6fe0661a0d3494f55e4876849
MISC ChangeLog 2224 RMD160 e6136a8140f035b8dcad6123f92b37dbb7b46c1c SHA1 ef7273a3bd271d2dceb2d6b1edad768a69425cd0 SHA256 41f771a43a5f29e89c1aed0c9b95b3c557dc7c3d0f53338f9a2f9f2f578e6496
MISC metadata.xml 442 RMD160 003ec02fff3310307570a41cac47d1b5f16c2356 SHA1 97fc6a79f5e22612ace9a1f880db372e202a354b SHA256 b7c0d7586c0bf7bab75588c1addf6e887d7509990093b15cc715e7b995d57d68

metadata.xml




vim

Vim's internal modeline support allows all sorts of annoying and
potentially insecure options to be set. This script implements a much
more heavily restricted modeline parser that permits only user-specified
options to be set.

securemodelines-20070513.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/securemodelines/securemodelines-20070513.ebuild,v 1.6 2007/05/16 05:15:08 jer Exp $

VIM_PLUGIN_VIM_VERSION="7.0"
inherit vim-plugin

DESCRIPTION="vim plugin: Secure, user-configurable modeline support."
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1876"
LICENSE="vim"
KEYWORDS="~amd64 ~hppa ~ia64 ~sparc ~x86 ~x86-fbsd"

VIM_PLUGIN_HELPTEXT="Make sure that you disable vim's builtin modeline support if you have
enabled it in your .vimrc.

Documentation is available at:
http://ciaranm.org/tag/securemodelines"

securemodelines-20070518.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/securemodelines/securemodelines-20070518.ebuild,v 1.5 2007/06/16 14:28:32 dertobi123 Exp $

VIM_PLUGIN_VIM_VERSION="7.0"
inherit vim-plugin

DESCRIPTION="vim plugin: Secure, user-configurable modeline support."
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1876"
LICENSE="vim"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"

VIM_PLUGIN_HELPTEXT="Make sure that you disable vim's builtin modeline support if you have
enabled it in your .vimrc.

Documentation is available at:
http://ciaranm.org/tag/securemodelines"