forked from pool/keepalived
Accepting request 746145 from network
OBS-URL: https://build.opensuse.org/request/show/746145 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/keepalived?expand=0&rev=29
This commit is contained in:
commit
1fffe38a70
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8965ffa2ffe243014f9c0245daa65f00a9930cf746edf33525d28a86f97497b4
|
|
||||||
size 1003077
|
|
3
keepalived-2.0.19.tar.gz
Normal file
3
keepalived-2.0.19.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0e2f8454765bc6a5fa26758bd9cec18aae42882843cdd24848aff0ae65ce4ca7
|
||||||
|
size 1025062
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 7 02:20:31 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
- new BR pkgconfig(libnftnl) to fix nftables support
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 7 02:03:15 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
- 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
|
Tue Jul 23 17:30:04 UTC 2019 - chris@computersalat.de
|
||||||
|
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
%bcond_without json
|
%bcond_without json
|
||||||
|
|
||||||
Name: keepalived
|
Name: keepalived
|
||||||
Version: 2.0.17
|
Version: 2.0.19
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A keepalive facility for Linux
|
Summary: A keepalive facility for Linux
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -73,6 +73,7 @@ BuildRequires: pkgconfig(libpcre2-8)
|
|||||||
BuildRequires: pkgconfig(libnfnetlink)
|
BuildRequires: pkgconfig(libnfnetlink)
|
||||||
%if %{with keepalived_nftables}
|
%if %{with keepalived_nftables}
|
||||||
BuildRequires: pkgconfig(libnftables)
|
BuildRequires: pkgconfig(libnftables)
|
||||||
|
BuildRequires: pkgconfig(libnftnl)
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: pkgconfig(popt)
|
BuildRequires: pkgconfig(popt)
|
||||||
BuildRequires: pkgconfig(xtables)
|
BuildRequires: pkgconfig(xtables)
|
||||||
@ -134,16 +135,16 @@ export CFLAGS="%optflags -DOPENSSL_NO_SSL_INTERN"
|
|||||||
--with-init=systemd \
|
--with-init=systemd \
|
||||||
--with-systemdsystemunitdir="%{_unitdir}" \
|
--with-systemdsystemunitdir="%{_unitdir}" \
|
||||||
%endif
|
%endif
|
||||||
--enable-snmp-checker \
|
|
||||||
--enable-snmp-rfc \
|
|
||||||
--enable-snmp-rfcv2 \
|
|
||||||
--enable-snmp-rfcv3 \
|
|
||||||
--enable-sha1 \
|
--enable-sha1 \
|
||||||
--enable-routes \
|
--enable-routes \
|
||||||
|
--enable-iptables \
|
||||||
|
--enable-dynamic-linking \
|
||||||
--enable-libiptc \
|
--enable-libiptc \
|
||||||
|
--enable-libiptc-dynamic \
|
||||||
--enable-libipset \
|
--enable-libipset \
|
||||||
--disable-libipset-dynamic \
|
--enable-libipset-dynamic \
|
||||||
--enable-libnl \
|
--enable-libnl \
|
||||||
|
--enable-libnl-dynamic \
|
||||||
--enable-stacktrace \
|
--enable-stacktrace \
|
||||||
--enable-json
|
--enable-json
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user