016-04-02 | Release 1.2.20 BUNCH of extensions, fixes, cleanup & production considerations. Distro packages maintainers are strongly encouraged to upgrade.
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.
--- /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() {
Thanks Tomáš, why are your proposing to remove the daemon patch please ?
It seems like that was by mistake, sorry. I thought that was causing the build failure.
Np mate, it's in tree now :) thanks !
Thank you. I've changed the title back to 1.2.21 (from 1.2.22) and opened a separate bug for it.