diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2008-03-05 17:59:46 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2008-03-05 17:59:46 +0000 |
commit | 85c2e0835e01c16f5d8f7480e106455ee9b52c30 (patch) | |
tree | 8cc7482564884aa19fe8ea2ea1fdf19e27e0f054 /dev-lang | |
parent | fix CVE-2008-0928, see bug #212351 (diff) | |
download | gentoo-2-85c2e0835e01c16f5d8f7480e106455ee9b52c30.tar.gz gentoo-2-85c2e0835e01c16f5d8f7480e106455ee9b52c30.tar.bz2 gentoo-2-85c2e0835e01c16f5d8f7480e106455ee9b52c30.zip |
stable x86, security bug 212264
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ruby/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/ruby/ruby-1.8.6_p114.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/ruby/ChangeLog b/dev-lang/ruby/ChangeLog index fffe6f40b4ee..37604d44c862 100644 --- a/dev-lang/ruby/ChangeLog +++ b/dev-lang/ruby/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/ruby # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.327 2008/03/05 14:10:49 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.328 2008/03/05 17:59:46 opfer Exp $ + + 05 Mar 2008; Christian Faulhammer <opfer@gentoo.org> + ruby-1.8.6_p114.ebuild: + stable x86, security bug 212264 05 Mar 2008; Ferris McCormick <fmccor@gentoo.org> ruby-1.8.6_p114.ebuild: Sparc stable, Security Bug #212264, builds and installs, initial tests run diff --git a/dev-lang/ruby/ruby-1.8.6_p114.ebuild b/dev-lang/ruby/ruby-1.8.6_p114.ebuild index c29c7e7a8908..1daca53bf6c6 100644 --- a/dev-lang/ruby/ruby-1.8.6_p114.ebuild +++ b/dev-lang/ruby/ruby-1.8.6_p114.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.6_p114.ebuild,v 1.3 2008/03/05 14:10:49 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.6_p114.ebuild,v 1.4 2008/03/05 17:59:46 opfer Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -21,7 +21,7 @@ SRC_URI="ftp://ftp.ruby-lang.org/pub/ruby/${SLOT}/${MY_P}.tar.bz2 cjk? ( http://www.geocities.jp/kosako3/oniguruma/archive/${ONIGURUMA}.tar.gz )" LICENSE="Ruby" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="berkdb cjk debug doc emacs examples gdbm ipv6 rubytests socks5 ssl threads tk xemacs" RDEPEND=" |