Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 580706 - sys-cluster/keepalived-1.2.21 version bump
Summary: sys-cluster/keepalived-1.2.21 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Cluster Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-21 07:51 UTC by Tomáš Mózes
Modified: 2016-06-14 10:36 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomáš Mózes 2016-04-21 07:51:09 UTC
016-04-02 | Release 1.2.20
BUNCH of extensions, fixes, cleanup & production considerations. Distro packages maintainers are strongly encouraged to upgrade.
Comment 1 Tomáš Mózes 2016-06-10 14:25:29 UTC
2016-05-29 | Release 1.2.21
Some fixes for last major release 1.2.20. Extensions on vrrp framework. Refer to ChangeLog for more infos.
Comment 2 Tomáš Mózes 2016-06-10 14:25:40 UTC
--- /usr/portage/sys-cluster/keepalived/keepalived-1.2.19.ebuild        2016-03-17 10:50:02.000000000 +0000
+++ keepalived-1.2.21.ebuild    2016-06-10 14:24:03.276913488 +0000
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 inherit autotools
 
@@ -19,19 +19,17 @@
        sys-apps/iproute2
        dev-libs/libnl:=
        dev-libs/openssl:=
-       snmp? ( net-analyzer/net-snmp )"
+       snmp? ( net-analyzer/net-snmp )
+       net-libs/libnfnetlink"
 DEPEND="${RDEPEND}
        >=sys-kernel/linux-headers-2.6.30"
 
-PATCHES=(
-       "${FILESDIR}"/${PN}-1.2.2-libipvs-fix-backup-daemon.patch
-)
-
 DOCS=( README CONTRIBUTORS INSTALL VERSION ChangeLog AUTHOR TODO
        doc/keepalived.conf.SYNOPSIS doc/NOTE_vrrp_vmac.txt )
 
 src_prepare() {
        eautoreconf
+       default
 }
 
 src_configure() {
Comment 3 Ultrabug gentoo-dev 2016-06-14 08:01:02 UTC
Thanks Tomáš, why are your proposing to remove the daemon patch please ?
Comment 4 Tomáš Mózes 2016-06-14 08:20:13 UTC
It seems like that was by mistake, sorry. I thought that was causing the build failure.
Comment 5 Ultrabug gentoo-dev 2016-06-14 10:21:43 UTC
Np mate, it's in tree now :) thanks !
Comment 6 Tomáš Mózes 2016-06-14 10:36:23 UTC
Thank you. I've changed the title back to 1.2.21 (from 1.2.22) and opened a separate bug for it.