diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-03-15 18:42:49 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-03-15 18:42:49 +0000 |
commit | 5a959d84be68340bb81b3b8af0a55db1df297607 (patch) | |
tree | e7240373d49dad65e2d93ca46d587e1a97e456cb /net-misc/chrony | |
parent | ppc stable #309083 (diff) | |
download | gentoo-2-5a959d84be68340bb81b3b8af0a55db1df297607.tar.gz gentoo-2-5a959d84be68340bb81b3b8af0a55db1df297607.tar.bz2 gentoo-2-5a959d84be68340bb81b3b8af0a55db1df297607.zip |
stable x86, security bug 307757
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'net-misc/chrony')
-rw-r--r-- | net-misc/chrony/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/chrony/chrony-1.24.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/chrony/ChangeLog b/net-misc/chrony/ChangeLog index ed879c7f8cb1..5aaae59d79d5 100644 --- a/net-misc/chrony/ChangeLog +++ b/net-misc/chrony/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/chrony # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.48 2010/03/15 09:08:42 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.49 2010/03/15 18:42:49 fauli Exp $ + + 15 Mar 2010; Christian Faulhammer <fauli@gentoo.org> chrony-1.24.ebuild: + stable x86, security bug 307757 *chrony-1.24 (15 Mar 2010) diff --git a/net-misc/chrony/chrony-1.24.ebuild b/net-misc/chrony/chrony-1.24.ebuild index 23e3a48ffa0b..4e54cfa93bb0 100644 --- a/net-misc/chrony/chrony-1.24.ebuild +++ b/net-misc/chrony/chrony-1.24.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.24.ebuild,v 1.1 2010/03/15 09:08:42 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.24.ebuild,v 1.2 2010/03/15 18:42:49 fauli Exp $ EAPI=2 @@ -12,7 +12,7 @@ SRC_URI="http://download.tuxfamily.org/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~mips ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~hppa ~mips ~ppc ~sparc x86" IUSE="caps readline" RDEPEND="readline? ( >=sys-libs/readline-4.1-r4 ) |