diff options
author | 2009-07-15 13:05:50 +0000 | |
---|---|---|
committer | 2009-07-15 13:05:50 +0000 | |
commit | 94916830b257c723d1110802ca25800ebdcabf50 (patch) | |
tree | d719dab508a9e4d82a59b21a5681c90c2443da85 /app-editors/vim-core | |
parent | stable x86, bug 277354 (diff) | |
download | gentoo-2-94916830b257c723d1110802ca25800ebdcabf50.tar.gz gentoo-2-94916830b257c723d1110802ca25800ebdcabf50.tar.bz2 gentoo-2-94916830b257c723d1110802ca25800ebdcabf50.zip |
stable x86, security bug 257007
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-editors/vim-core')
-rw-r--r-- | app-editors/vim-core/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/vim-core/vim-core-7.2.182.ebuild | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-editors/vim-core/ChangeLog b/app-editors/vim-core/ChangeLog index 96eab7587f32..cd5cf78cd220 100644 --- a/app-editors/vim-core/ChangeLog +++ b/app-editors/vim-core/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/vim-core -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.306 2009/07/14 23:38:04 fmccor Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.307 2009/07/15 13:05:50 fauli Exp $ + + 15 Jul 2009; Christian Faulhammer <fauli@gentoo.org> + vim-core-7.2.182.ebuild: + stable x86, security bug 257007 14 Jul 2009; Ferris McCormick <fmccor@gentoo.org> vim-core-7.2.182.ebuild: Sparc stable, part of security bug #257007. diff --git a/app-editors/vim-core/vim-core-7.2.182.ebuild b/app-editors/vim-core/vim-core-7.2.182.ebuild index 4c78e0420b00..4120c54c1edf 100644 --- a/app-editors/vim-core/vim-core-7.2.182.ebuild +++ b/app-editors/vim-core/vim-core-7.2.182.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-7.2.182.ebuild,v 1.2 2009/07/14 23:38:04 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-7.2.182.ebuild,v 1.3 2009/07/15 13:05:50 fauli Exp $ inherit vim @@ -17,6 +17,6 @@ SRC_URI="ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2 S="${WORKDIR}/vim${VIM_VERSION/.}" DESCRIPTION="vim and gvim shared files" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="" PDEPEND="!livecd? ( app-vim/gentoo-syntax )" |