From f1aff4984c6c40b23a054170264a03624129a9a8901d788e594940a940652833 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 7 Nov 2019 06:30:06 +0000 Subject: [PATCH] Accepting request 746112 from home:darix:branches:network - new BR pkgconfig(libnftnl) to fix nftables support - update to 2.0.19 Fix minor IPVS features support. Extend BFD to support more than one BFD instance with a neighnour. Extend nftable support. Script timeout extension. Properly filter IGMP/MLD packets on VMAC interface. Refer to ChangeLog for more infos. https://keepalived.org/changelog.html - changes from 2.0.18 Add support to IPVS new GUE tunnel type. New feature 'weight reverse' available in all trackers. Resolve all outstanding coverity issues. Some fixes and performance extensions. Refer to ChangeLog for more infos. https://keepalived.org/changelog.html OBS-URL: https://build.opensuse.org/request/show/746112 OBS-URL: https://build.opensuse.org/package/show/network/keepalived?expand=0&rev=60 --- keepalived-2.0.17.tar.gz | 3 --- keepalived-2.0.19.tar.gz | 3 +++ keepalived.changes | 23 +++++++++++++++++++++++ keepalived.spec | 13 +++++++------ 4 files changed, 33 insertions(+), 9 deletions(-) delete mode 100644 keepalived-2.0.17.tar.gz create mode 100644 keepalived-2.0.19.tar.gz diff --git a/keepalived-2.0.17.tar.gz b/keepalived-2.0.17.tar.gz deleted file mode 100644 index 08907ee..0000000 --- a/keepalived-2.0.17.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8965ffa2ffe243014f9c0245daa65f00a9930cf746edf33525d28a86f97497b4 -size 1003077 diff --git a/keepalived-2.0.19.tar.gz b/keepalived-2.0.19.tar.gz new file mode 100644 index 0000000..5ace4ed --- /dev/null +++ b/keepalived-2.0.19.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e2f8454765bc6a5fa26758bd9cec18aae42882843cdd24848aff0ae65ce4ca7 +size 1025062 diff --git a/keepalived.changes b/keepalived.changes index 9a75558..30aa5b2 100644 --- a/keepalived.changes +++ b/keepalived.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu Nov 7 02:20:31 UTC 2019 - Marcus Rueckert + +- new BR pkgconfig(libnftnl) to fix nftables support + +------------------------------------------------------------------- +Thu Nov 7 02:03:15 UTC 2019 - Marcus Rueckert + +- update to 2.0.19 + Fix minor IPVS features support. Extend BFD to support more than + one BFD instance with a neighnour. Extend nftable support. Script + timeout extension. Properly filter IGMP/MLD packets on VMAC + interface. Refer to ChangeLog for more infos. + + https://keepalived.org/changelog.html +- changes from 2.0.18 + Add support to IPVS new GUE tunnel type. New feature 'weight + reverse' available in all trackers. Resolve all outstanding + coverity issues. Some fixes and performance extensions. Refer to + ChangeLog for more infos. + + https://keepalived.org/changelog.html + ------------------------------------------------------------------- Tue Jul 23 17:30:04 UTC 2019 - chris@computersalat.de diff --git a/keepalived.spec b/keepalived.spec index 933ed6e..0e52b04 100644 --- a/keepalived.spec +++ b/keepalived.spec @@ -43,7 +43,7 @@ %bcond_without json Name: keepalived -Version: 2.0.17 +Version: 2.0.19 Release: 0 Summary: A keepalive facility for Linux License: GPL-2.0-or-later @@ -73,6 +73,7 @@ BuildRequires: pkgconfig(libpcre2-8) BuildRequires: pkgconfig(libnfnetlink) %if %{with keepalived_nftables} BuildRequires: pkgconfig(libnftables) +BuildRequires: pkgconfig(libnftnl) %endif BuildRequires: pkgconfig(popt) BuildRequires: pkgconfig(xtables) @@ -134,16 +135,16 @@ export CFLAGS="%optflags -DOPENSSL_NO_SSL_INTERN" --with-init=systemd \ --with-systemdsystemunitdir="%{_unitdir}" \ %endif - --enable-snmp-checker \ - --enable-snmp-rfc \ - --enable-snmp-rfcv2 \ - --enable-snmp-rfcv3 \ --enable-sha1 \ --enable-routes \ + --enable-iptables \ + --enable-dynamic-linking \ --enable-libiptc \ + --enable-libiptc-dynamic \ --enable-libipset \ - --disable-libipset-dynamic \ + --enable-libipset-dynamic \ --enable-libnl \ + --enable-libnl-dynamic \ --enable-stacktrace \ --enable-json make %{?_smp_mflags}