summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2011-06-24 06:24:15 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2011-06-24 06:24:15 +0000
commita700115e7c9cac2229b3e1d484ee80db5ec30a6b (patch)
tree89fbafa236f04ec030983adad7e8a8903a6d75f0 /sys-cluster/resource-agents
parentMaintain. (diff)
downloadgentoo-2-a700115e7c9cac2229b3e1d484ee80db5ec30a6b.tar.gz
gentoo-2-a700115e7c9cac2229b3e1d484ee80db5ec30a6b.tar.bz2
gentoo-2-a700115e7c9cac2229b3e1d484ee80db5ec30a6b.zip
Drop version vulnerable wrt CVE-2010-3389 and old
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster/resource-agents')
-rw-r--r--sys-cluster/resource-agents/ChangeLog6
-rw-r--r--sys-cluster/resource-agents/resource-agents-1.0.3-r1.ebuild61
-rw-r--r--sys-cluster/resource-agents/resource-agents-1.0.4.ebuild61
3 files changed, 5 insertions, 123 deletions
diff --git a/sys-cluster/resource-agents/ChangeLog b/sys-cluster/resource-agents/ChangeLog
index fc3044043f8e..0be3455eac2c 100644
--- a/sys-cluster/resource-agents/ChangeLog
+++ b/sys-cluster/resource-agents/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-cluster/resource-agents
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/resource-agents/ChangeLog,v 1.13 2011/03/17 22:40:08 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/resource-agents/ChangeLog,v 1.14 2011/06/24 06:24:15 xarthisius Exp $
+
+ 24 Jun 2011; Kacper Kowalik <xarthisius@gentoo.org>
+ -resource-agents-1.0.3-r1.ebuild, -resource-agents-1.0.4.ebuild:
+ Drop version vulnerable wrt CVE-2010-3389 and old
17 Mar 2011; Thomas Kahle <tomka@gentoo.org> resource-agents-1.0.4-r1.ebuild:
x86 stable per bug 358785
diff --git a/sys-cluster/resource-agents/resource-agents-1.0.3-r1.ebuild b/sys-cluster/resource-agents/resource-agents-1.0.3-r1.ebuild
deleted file mode 100644
index 977aafcb8b5f..000000000000
--- a/sys-cluster/resource-agents/resource-agents-1.0.3-r1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/resource-agents/resource-agents-1.0.3-r1.ebuild,v 1.4 2011/02/21 08:34:10 jer Exp $
-
-EAPI="2"
-
-MY_P="${P/resource-}"
-inherit autotools multilib eutils base
-
-DESCRIPTION="Resources pack for Heartbeat / Pacemaker"
-HOMEPAGE="http://www.linux-ha.org/wiki/Resource_Agents"
-SRC_URI="http://hg.linux-ha.org/agents/archive/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 hppa x86"
-IUSE="doc libnet"
-
-DEPEND="sys-apps/iproute2
- sys-cluster/cluster-glue
- !<sys-cluster/heartbeat-3.0
- libnet? ( <net-libs/libnet-1.1.5 )"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/Cluster-Resource-Agents-${MY_P}"
-
-PATCHES=(
- "${FILESDIR}/1.0.3-docs.patch"
- "${FILESDIR}/1.0.3-respect_cflags.patch"
-)
-
-src_prepare() {
- base_src_prepare
- eautoreconf
-}
-
-src_configure() {
- econf \
- --disable-dependency-tracking \
- --disable-fatal-warnings \
- --localstatedir=/var \
- --docdir=/usr/share/doc/${PF} \
- --libdir=/usr/$(get_libdir) \
- --with-ocf-root=/usr/$(get_libdir)/ocf \
- $(use_enable doc) \
- $(use_enable libnet)
-}
-
-src_install() {
- base_src_install
- rm -rf "${D}"/etc/init.d/ldirectord || die
-}
-
-pkg_postinst() {
- elog "To use Resource Agents installed in /usr/$(get_libdir)/ocf/resource.d"
- elog "you have to emerge required runtime dependencies manually."
- elog ""
- elog "Description and dependencies of all Agents can be found on"
- elog "http://www.linux-ha.org/wiki/Resource_Agents"
- elog "or in the documentation of this package."
-}
diff --git a/sys-cluster/resource-agents/resource-agents-1.0.4.ebuild b/sys-cluster/resource-agents/resource-agents-1.0.4.ebuild
deleted file mode 100644
index 7681a11af072..000000000000
--- a/sys-cluster/resource-agents/resource-agents-1.0.4.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/resource-agents/resource-agents-1.0.4.ebuild,v 1.1 2011/02/22 12:41:35 ultrabug Exp $
-
-EAPI="2"
-
-MY_P="${P/resource-}"
-inherit autotools multilib eutils base
-
-DESCRIPTION="Resources pack for Heartbeat / Pacemaker"
-HOMEPAGE="http://www.linux-ha.org/wiki/Resource_Agents"
-SRC_URI="http://hg.linux-ha.org/agents/archive/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
-IUSE="doc libnet"
-
-DEPEND="sys-apps/iproute2
- sys-cluster/cluster-glue
- !<sys-cluster/heartbeat-3.0
- libnet? ( <net-libs/libnet-1.1.5 )"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/Cluster-Resource-Agents-${MY_P}"
-
-PATCHES=(
- "${FILESDIR}/1.0.3-docs.patch"
- "${FILESDIR}/1.0.3-respect_cflags.patch"
-)
-
-src_prepare() {
- base_src_prepare
- eautoreconf
-}
-
-src_configure() {
- econf \
- --disable-dependency-tracking \
- --disable-fatal-warnings \
- --localstatedir=/var \
- --docdir=/usr/share/doc/${PF} \
- --libdir=/usr/$(get_libdir) \
- --with-ocf-root=/usr/$(get_libdir)/ocf \
- $(use_enable doc) \
- $(use_enable libnet)
-}
-
-src_install() {
- base_src_install
- rm -rf "${D}"/etc/init.d/ldirectord || die
-}
-
-pkg_postinst() {
- elog "To use Resource Agents installed in /usr/$(get_libdir)/ocf/resource.d"
- elog "you have to emerge required runtime dependencies manually."
- elog ""
- elog "Description and dependencies of all Agents can be found on"
- elog "http://www.linux-ha.org/wiki/Resource_Agents"
- elog "or in the documentation of this package."
-}