public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-cluster/keepalived: keepalived-1.2.2-r3.ebuild ChangeLog
@ 2012-02-28  2:31 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; 8+ messages in thread
From: Robin H. Johnson (robbat2) @ 2012-02-28  2:31 UTC (permalink / raw
  To: gentoo-commits

robbat2     12/02/28 02:31:56

  Modified:             ChangeLog
  Added:                keepalived-1.2.2-r3.ebuild
  Log:
  Merge debian patch. Support passing options to daemon, and improve init.d for BL2. Bug #371469: Fix CVE-2011-1784 pidfile perms.
  
  (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)

Revision  Changes    Path
1.84                 sys-cluster/keepalived/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/ChangeLog?rev=1.84&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/ChangeLog?rev=1.84&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/ChangeLog?r1=1.83&r2=1.84

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -p -w -b -B -u -u -r1.83 -r1.84
--- ChangeLog	10 Dec 2011 23:51:00 -0000	1.83
+++ ChangeLog	28 Feb 2012 02:31:56 -0000	1.84
@@ -1,6 +1,13 @@
 # ChangeLog for sys-cluster/keepalived
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/ChangeLog,v 1.83 2011/12/10 23:51:00 robbat2 Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/ChangeLog,v 1.84 2012/02/28 02:31:56 robbat2 Exp $
+
+*keepalived-1.2.2-r3 (28 Feb 2012)
+
+  28 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> +files/conf-keepalived,
+  +keepalived-1.2.2-r3.ebuild, files/init-keepalived:
+  Merge debian patch. Support passing options to daemon, and improve init.d for
+  BL2. Bug #371469: Fix CVE-2011-1784 pidfile perms.
 
 *keepalived-1.2.2-r2 (10 Dec 2011)
 



1.1                  sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild?rev=1.1&content-type=text/plain

Index: keepalived-1.2.2-r3.ebuild
===================================================================
# 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.1 2012/02/28 02:31:56 robbat2 Exp $

EAPI=4

inherit autotools base

DESCRIPTION="A strong & robust keepalive facility to the Linux Virtual Server project"
HOMEPAGE="http://www.keepalived.org/"
DEBIAN_PATCH=3
DEBIAN_A="${P/-/_}-${DEBIAN_PATCH}.diff.gz"
SRC_URI="http://www.keepalived.org/software/${P}.tar.gz
		mirror://debian/pool/main/${PN:0:1}/${PN}/${DEBIAN_A}"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
IUSE="debug"

RDEPEND="dev-libs/popt
	sys-apps/iproute2
	dev-libs/libnl:1.1
	dev-libs/openssl"
DEPEND="${RDEPEND}
	>=sys-kernel/linux-headers-2.6.30"

PATCHES=( "${FILESDIR}"/${PN}-1.1.20-do-not-need-kernel-sources.patch "${FILESDIR}"/${PN}-1.2.2-bind-afunspec.patch )

DOCS=( README CONTRIBUTORS INSTALL VERSION ChangeLog AUTHOR TODO doc/keepalived.conf.SYNOPSIS )

src_prepare() {
	base_src_prepare
	EPATCH_OPTS="-p1" epatch "${DISTDIR}"/"${DEBIAN_A}"
	epatch "${S}"/debian/patches/*patch
	eautoreconf
}

src_configure() {
	STRIP=/bin/true \
	econf \
		--enable-vrrp \
		$(use_enable debug)
}

src_install() {
	default

	newinitd "${FILESDIR}"/init-keepalived keepalived
	newconfd "${FILESDIR}"/conf-keepalived keepalived

	docinto genhash
	dodoc genhash/README genhash/AUTHOR genhash/ChangeLog genhash/VERSION || die
	# This was badly named by upstream, it's more HOWTO than anything else.
	newdoc INSTALL INSTALL+HOWTO

	# Security risk to bundle SSL certs
	rm -f "${ED}"/etc/keepalived/samples/*.pem
	# Clean up sysvinit files
	rm -rf "${ED}"/etc/sysconfig "${ED}"/etc/rc.d/
}






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-cluster/keepalived: keepalived-1.2.2-r3.ebuild ChangeLog
@ 2012-02-28 18:49 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2012-02-28 18:49 UTC (permalink / raw
  To: gentoo-commits

jer         12/02/28 18:49:38

  Modified:             keepalived-1.2.2-r3.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #371469).
  
  (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild?r1=1.1&r2=1.2

Index: keepalived-1.2.2-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- keepalived-1.2.2-r3.ebuild	28 Feb 2012 02:31:56 -0000	1.1
+++ keepalived-1.2.2-r3.ebuild	28 Feb 2012 18:49:38 -0000	1.2
@@ -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.1 2012/02/28 02:31:56 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild,v 1.2 2012/02/28 18:49:38 jer Exp $
 
 EAPI=4
 
@@ -15,7 +15,7 @@
 
 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



1.85                 sys-cluster/keepalived/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/ChangeLog?rev=1.85&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/ChangeLog?rev=1.85&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/ChangeLog?r1=1.84&r2=1.85

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog	28 Feb 2012 02:31:56 -0000	1.84
+++ ChangeLog	28 Feb 2012 18:49:38 -0000	1.85
@@ -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.84 2012/02/28 02:31:56 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/ChangeLog,v 1.85 2012/02/28 18:49:38 jer Exp $
+
+  28 Feb 2012; Jeroen Roovers <jer@gentoo.org> keepalived-1.2.2-r3.ebuild:
+  Stable for HPPA (bug #371469).
 
 *keepalived-1.2.2-r3 (28 Feb 2012)
 






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-cluster/keepalived: keepalived-1.2.2-r3.ebuild ChangeLog
@ 2012-02-28 19:35 Brent Baude (ranger)
  0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2012-02-28 19:35 UTC (permalink / raw
  To: gentoo-commits

ranger      12/02/28 19:35:26

  Modified:             keepalived-1.2.2-r3.ebuild ChangeLog
  Log:
  Marking keepalived-1.2.2-r3 ppc for bug 371469
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.3                  sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild?r1=1.2&r2=1.3

Index: keepalived-1.2.2-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- keepalived-1.2.2-r3.ebuild	28 Feb 2012 18:49:38 -0000	1.2
+++ keepalived-1.2.2-r3.ebuild	28 Feb 2012 19:35:26 -0000	1.3
@@ -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.2 2012/02/28 18:49:38 jer Exp $
+# $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 $
 
 EAPI=4
 
@@ -15,7 +15,7 @@
 
 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



1.86                 sys-cluster/keepalived/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/ChangeLog?rev=1.86&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/ChangeLog?rev=1.86&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/ChangeLog?r1=1.85&r2=1.86

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog	28 Feb 2012 18:49:38 -0000	1.85
+++ ChangeLog	28 Feb 2012 19:35:26 -0000	1.86
@@ -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.85 2012/02/28 18:49:38 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/ChangeLog,v 1.86 2012/02/28 19:35:26 ranger Exp $
+
+  28 Feb 2012; Brent Baude <ranger@gentoo.org> keepalived-1.2.2-r3.ebuild:
+  Marking keepalived-1.2.2-r3 ppc for bug 371469
 
   28 Feb 2012; Jeroen Roovers <jer@gentoo.org> keepalived-1.2.2-r3.ebuild:
   Stable for HPPA (bug #371469).






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-cluster/keepalived: keepalived-1.2.2-r3.ebuild ChangeLog
@ 2012-02-29 14:37 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-02-29 14:37 UTC (permalink / raw
  To: gentoo-commits

ago         12/02/29 14:37:30

  Modified:             keepalived-1.2.2-r3.ebuild ChangeLog
  Log:
  Stable for AMD64, wrt security bug #371469
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild?r1=1.3&r2=1.4

Index: keepalived-1.2.2-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- keepalived-1.2.2-r3.ebuild	28 Feb 2012 19:35:26 -0000	1.3
+++ keepalived-1.2.2-r3.ebuild	29 Feb 2012 14:37:30 -0000	1.4
@@ -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 @@
 
 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



1.87                 sys-cluster/keepalived/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/ChangeLog?rev=1.87&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/ChangeLog?rev=1.87&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/ChangeLog?r1=1.86&r2=1.87

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog	28 Feb 2012 19:35:26 -0000	1.86
+++ ChangeLog	29 Feb 2012 14:37:30 -0000	1.87
@@ -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






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-cluster/keepalived: keepalived-1.2.2-r3.ebuild ChangeLog
@ 2012-03-02 13:44 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 8+ messages in thread
From: Tobias Klausmann (klausman) @ 2012-03-02 13:44 UTC (permalink / raw
  To: gentoo-commits

klausman    12/03/02 13:44:49

  Modified:             keepalived-1.2.2-r3.ebuild ChangeLog
  Log:
  Stable on alpha, bug #371469
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild?r1=1.4&r2=1.5

Index: keepalived-1.2.2-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- keepalived-1.2.2-r3.ebuild	29 Feb 2012 14:37:30 -0000	1.4
+++ keepalived-1.2.2-r3.ebuild	2 Mar 2012 13:44:48 -0000	1.5
@@ -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.4 2012/02/29 14:37:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild,v 1.5 2012/03/02 13:44:48 klausman Exp $
 
 EAPI=4
 
@@ -15,7 +15,7 @@
 
 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



1.88                 sys-cluster/keepalived/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/ChangeLog?rev=1.88&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/ChangeLog?rev=1.88&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/ChangeLog?r1=1.87&r2=1.88

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog	29 Feb 2012 14:37:30 -0000	1.87
+++ ChangeLog	2 Mar 2012 13:44:48 -0000	1.88
@@ -1,6 +1,10 @@
 # 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.87 2012/02/29 14:37:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/ChangeLog,v 1.88 2012/03/02 13:44:48 klausman Exp $
+
+  02 Mar 2012; Tobias Klausmann <klausman@gentoo.org>
+  keepalived-1.2.2-r3.ebuild:
+  Stable on alpha, bug #371469
 
   29 Feb 2012; Agostino Sarubbo <ago@gentoo.org> keepalived-1.2.2-r3.ebuild:
   Stable for AMD64, wrt security bug #371469






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-cluster/keepalived: keepalived-1.2.2-r3.ebuild ChangeLog
@ 2012-03-03 12:53 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 8+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-03-03 12:53 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/03/03 12:53:48

  Modified:             keepalived-1.2.2-r3.ebuild ChangeLog
  Log:
  x86 stable wrt bug #371469
  
  (Portage version: 2.1.10.44/cvs/Linux i686)

Revision  Changes    Path
1.6                  sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild?r1=1.5&r2=1.6

Index: keepalived-1.2.2-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- keepalived-1.2.2-r3.ebuild	2 Mar 2012 13:44:48 -0000	1.5
+++ keepalived-1.2.2-r3.ebuild	3 Mar 2012 12:53:48 -0000	1.6
@@ -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.5 2012/03/02 13:44:48 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild,v 1.6 2012/03/03 12:53:48 phajdan.jr Exp $
 
 EAPI=4
 
@@ -15,7 +15,7 @@
 
 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



1.89                 sys-cluster/keepalived/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/ChangeLog?rev=1.89&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/ChangeLog?rev=1.89&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/ChangeLog?r1=1.88&r2=1.89

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog	2 Mar 2012 13:44:48 -0000	1.88
+++ ChangeLog	3 Mar 2012 12:53:48 -0000	1.89
@@ -1,6 +1,10 @@
 # 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.88 2012/03/02 13:44:48 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/ChangeLog,v 1.89 2012/03/03 12:53:48 phajdan.jr Exp $
+
+  03 Mar 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  keepalived-1.2.2-r3.ebuild:
+  x86 stable wrt bug #371469
 
   02 Mar 2012; Tobias Klausmann <klausman@gentoo.org>
   keepalived-1.2.2-r3.ebuild:






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-cluster/keepalived: keepalived-1.2.2-r3.ebuild ChangeLog
@ 2012-03-17 17:30 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2012-03-17 17:30 UTC (permalink / raw
  To: gentoo-commits

armin76     12/03/17 17:30:57

  Modified:             keepalived-1.2.2-r3.ebuild ChangeLog
  Log:
  ia64/s390/sparc stable wrt #371469
  
  (Portage version: 2.1.10.49/cvs/Linux ia64)

Revision  Changes    Path
1.7                  sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild?r1=1.6&r2=1.7

Index: keepalived-1.2.2-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- keepalived-1.2.2-r3.ebuild	3 Mar 2012 12:53:48 -0000	1.6
+++ keepalived-1.2.2-r3.ebuild	17 Mar 2012 17:30:57 -0000	1.7
@@ -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.6 2012/03/03 12:53:48 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild,v 1.7 2012/03/17 17:30:57 armin76 Exp $
 
 EAPI=4
 
@@ -15,7 +15,7 @@
 
 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



1.90                 sys-cluster/keepalived/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/ChangeLog?rev=1.90&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/ChangeLog?rev=1.90&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/ChangeLog?r1=1.89&r2=1.90

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog	3 Mar 2012 12:53:48 -0000	1.89
+++ ChangeLog	17 Mar 2012 17:30:57 -0000	1.90
@@ -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.89 2012/03/03 12:53:48 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/ChangeLog,v 1.90 2012/03/17 17:30:57 armin76 Exp $
+
+  17 Mar 2012; Raúl Porcel <armin76@gentoo.org> keepalived-1.2.2-r3.ebuild:
+  ia64/s390/sparc stable wrt #371469
 
   03 Mar 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   keepalived-1.2.2-r3.ebuild:






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-cluster/keepalived: keepalived-1.2.2-r3.ebuild ChangeLog
@ 2012-06-06 14:05 Brent Baude (ranger)
  0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2012-06-06 14:05 UTC (permalink / raw
  To: gentoo-commits

ranger      12/06/06 14:05:00

  Modified:             keepalived-1.2.2-r3.ebuild ChangeLog
  Log:
  Marking keepalived-1.2.2-r3 ppc64 for bug 371469
  
  (Portage version: 2.1.10.49/cvs/Linux ppc64)

Revision  Changes    Path
1.8                  sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild?r1=1.7&r2=1.8

Index: keepalived-1.2.2-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- keepalived-1.2.2-r3.ebuild	17 Mar 2012 17:30:57 -0000	1.7
+++ keepalived-1.2.2-r3.ebuild	6 Jun 2012 14:05:00 -0000	1.8
@@ -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.7 2012/03/17 17:30:57 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.2-r3.ebuild,v 1.8 2012/06/06 14:05:00 ranger Exp $
 
 EAPI=4
 
@@ -15,7 +15,7 @@
 
 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



1.92                 sys-cluster/keepalived/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/ChangeLog?rev=1.92&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/ChangeLog?rev=1.92&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/keepalived/ChangeLog?r1=1.91&r2=1.92

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog	25 May 2012 09:51:29 -0000	1.91
+++ ChangeLog	6 Jun 2012 14:05:00 -0000	1.92
@@ -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.91 2012/05/25 09:51:29 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/ChangeLog,v 1.92 2012/06/06 14:05:00 ranger Exp $
+
+  06 Jun 2012; Brent Baude <ranger@gentoo.org> keepalived-1.2.2-r3.ebuild:
+  Marking keepalived-1.2.2-r3 ppc64 for bug 371469
 
   25 May 2012; Samuli Suominen <ssuominen@gentoo.org>
   -files/keepalived-1.1.13-linux-2.6.21-ip_vs.h, -keepalived-1.2.2.ebuild,






^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-06-06 14:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-06 14:05 [gentoo-commits] gentoo-x86 commit in sys-cluster/keepalived: keepalived-1.2.2-r3.ebuild ChangeLog Brent Baude (ranger)
  -- strict thread matches above, loose matches on Subject: below --
2012-03-17 17:30 Raul Porcel (armin76)
2012-03-03 12:53 PaweA Hajdan (phajdan.jr)
2012-03-02 13:44 Tobias Klausmann (klausman)
2012-02-29 14:37 Agostino Sarubbo (ago)
2012-02-28 19:35 Brent Baude (ranger)
2012-02-28 18:49 Jeroen Roovers (jer)
2012-02-28  2:31 Robin H. Johnson (robbat2)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox