diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-02-29 14:37:30 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-02-29 14:37:30 +0000 |
commit | 5c5b066130529411b9693901cbcfacf44237be78 (patch) | |
tree | bbf377e74f07f76f4537633db8e64c6299801da8 /sys-cluster | |
parent | Stable for AMD64, wrt security bug #403963 (diff) | |
download | gentoo-2-5c5b066130529411b9693901cbcfacf44237be78.tar.gz gentoo-2-5c5b066130529411b9693901cbcfacf44237be78.tar.bz2 gentoo-2-5c5b066130529411b9693901cbcfacf44237be78.zip |
Stable for AMD64, wrt security bug #371469
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/keepalived/ChangeLog | 5 | ||||
-rw-r--r-- | sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-cluster/keepalived/ChangeLog b/sys-cluster/keepalived/ChangeLog index 7594098d80e4..349176ea991a 100644 --- a/sys-cluster/keepalived/ChangeLog +++ b/sys-cluster/keepalived/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/keepalived # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/ChangeLog,v 1.86 2012/02/28 19:35:26 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/ChangeLog,v 1.87 2012/02/29 14:37:30 ago Exp $ + + 29 Feb 2012; Agostino Sarubbo <ago@gentoo.org> keepalived-1.2.2-r3.ebuild: + Stable for AMD64, wrt security bug #371469 28 Feb 2012; Brent Baude <ranger@gentoo.org> keepalived-1.2.2-r3.ebuild: Marking keepalived-1.2.2-r3 ppc for bug 371469 diff --git a/sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild b/sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild index 65ca1ca73b5f..67e030a46d90 100644 --- a/sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild +++ b/sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild,v 1.3 2012/02/28 19:35:26 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild,v 1.4 2012/02/29 14:37:30 ago Exp $ EAPI=4 @@ -15,7 +15,7 @@ SRC_URI="http://www.keepalived.org/software/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 hppa ~ia64 ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 hppa ~ia64 ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="debug" RDEPEND="dev-libs/popt |