Accepting request 1219493 from network
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1219493 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/keepalived?expand=0&rev=46
This commit is contained in:
commit
edfba147f9
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/acassen/keepalived</param>
|
||||
<param name="changesrevision">b6681f98da63d3f1867aeded4c9f125830676296</param></service></servicedata>
|
||||
<param name="changesrevision">6f9ace3c1033d38fe282e6959e78ce58e02135ab</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0be77b3149c3af2015e5ba12b32d7fe6e3978edc0e665dc7b9e918596f022289
|
||||
size 724084
|
3
keepalived-2.3.1+git86.59c39afe.tar.xz
Normal file
3
keepalived-2.3.1+git86.59c39afe.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8dd42c81012311404b271405286014bc6def5003799f860a329183c003b366c1
|
||||
size 726132
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 13:14:53 UTC 2024 - varkoly@suse.com
|
||||
|
||||
- Update to version 2.3.1+git86.59c39afe:
|
||||
* vrrp: allow specifing interval amd timeout to milli-second resolution
|
||||
* vrrp: on reload only configured track_script name was checked
|
||||
* lib: fix corruption of master-child_pid red black tree
|
||||
* lib: add micro-second timers to memory allocation debugging
|
||||
* core: update addattr_l to match current iproute2 code - almost
|
||||
* lib: add file missing from previous commit
|
||||
* all: suppress an increases alignment warning
|
||||
* core: use /* FALLTHROUGH */ rather than __fallthrough;
|
||||
* ipvs: resolve a "cast increases required alignment" warning
|
||||
* build: don't redefine FORTIFY_SOURCE if host environment defines it
|
||||
* vrrp ipvs: remove unused definition of XENFS_SUPER_MAGIC
|
||||
* vrrp ipvs: fix warnings related to signedness of statfs() f_flags
|
||||
* all: use correct format specifier for time fields
|
||||
* bfd: make alloc_bfd() return NULL rather than false on error
|
||||
* all: make min_auto_priority delay variable an unsigned
|
||||
* configure: explicitly set language to C for configure
|
||||
* itest: Warn if close after send not set in tcp_server for http
|
||||
* test: Make tcp_server use of SO_LINGER optional
|
||||
* core: remove diagnostic message accidently added in commit 7cb09b2
|
||||
* vrrp ipvs: Stop setting SO_LINGER on TCP sockets
|
||||
* test: update tcp_server and tcp_client
|
||||
* bfd: use time_t to avoid implicit ptr type casting
|
||||
* VRRP: add thread_timer_expired keyword as a synonym of timer_expired_backup
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 11 07:57:00 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
|
@ -38,7 +38,7 @@
|
||||
%bcond_without systemd
|
||||
|
||||
Name: keepalived
|
||||
Version: 2.3.1+git59.b6681f98
|
||||
Version: 2.3.1+git86.59c39afe
|
||||
Release: 0
|
||||
Summary: A keepalive facility for Linux
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
x
Reference in New Issue
Block a user