Changelog for
keepalived-2.3.1+git86.59c39afe-1.2.x86_64.rpm :
* Mon Oct 14 2024 varkolyAATTsuse.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 2024 Marcus Rueckert
- Update service file to use manual mode as disabled is deprecated- switch to TAG_OFFSET for a more readable version
* Wed Sep 11 2024 mrueckertAATTsuse.de- Update to version 2.3.1+git59.b6681f98:
* all: update how pidfile handled after reload with new configuration
* Revert \"all: ensure pidfile is created if a reload causes child to start\"
* Revert \"all: update how pidfile handled after reload with new configuration\"
* all: update how pidfile handled after reload with new configuration
* all: ensure pidfile is created if a reload causes child to start
* Wed Aug 14 2024 varkolyAATTsuse.com- Update to version 2.3.1+git.1723301895.df93f341:
* all: Ensure pid file exists when respawning child process
* vrrp: check ifindex != 0 before using the interface
* vrrp: Duplicate/drop MLDv1 listener reports on VMACs
* core: ensure only one instance of keepalived can run per config_id
* configure: add --enable-(cflags,cppflags,ldflags) options
* configure: add --enable-sanitize-(undefined,leak,memory,scudo,hwaddress) options
* vrrp: change vrrp_in_chk_vips to return bool rather than int
* core: cosmetic code layout change
* core: remove some duplicate include files
* vrrp: stop memory leak when error in configuring vrrp_iptables (bsc#1228123) VUL-0: CVE-2024-41184: keepalived: integer overflow in vrrp_ipsets_handler
* Fri Jul 19 2024 Marcus Rueckert - Update to 2.3.1 https://www.keepalived.org/release-notes/Release-2.3.0.html https://www.keepalived.org/release-notes/Release-2.3.1.html
* Thu Feb 22 2024 Dominique Leuenberger - Use %autosetup macro. Allows to eliminate the usage of deprecated %patchN
* Mon Feb 05 2024 Marcus Meissner - provide user(keepalived) and group(keepalived)
* Wed May 31 2023 Marcus Rueckert - Update to 2.2.8 https://www.keepalived.org/release-notes/Release-2.2.8.html
* Tue Apr 12 2022 Marcus Rueckert - Own /etc/keepalived/keepalived.conf as %ghost entry otherwise upgrading the package will always move the /etc/keepalived/keepalived.conf to /etc/keepalived/keepalived.conf.rpmsave- make permissions of config files more secure
* Thu Feb 24 2022 Ferdinand Thiessen - Update to 2.2.7
* Fix CVE-2021-44225: The D-Bus policy does not sufficiently restrict the message destination, allowing any user to inspect and manipulate any property.
* New features:
* global: Don’t assume running as user root.
* ipvs: Add support to twos scheduler.
* vrrp: New features:
* Add vrf option for unicast without specifying an interface.
* Add option unicast_fault_no_peer.
* Allow specification of multicast address to be used.
* Add vrf option to static and vrrp routes.
* Add option to resend vrrp states on fifos after reload.
* Allow duplication of VRIDs on an interface with unicast peers.
* systemd: Add keepalived-non-root.service systemd service file.
* make BFD work when IPv6 disabled on system.
* Fix calculating CLOCK_REALTIME and CLOCK_MONOTONIC offsets.
* bfd: Handle interface down/address missing when keepalived starts. This resolves a segfault, and also makes bfd retry once per minute to create send socket if it cannot do so due to no address to bind to on an interface.
* vrrp:
* Fix configured IPv6 multicast addresses with VMACs.
* Don’t segfault if duplicate VMAC name, but ignore second name.
* Don’t delete and recreate VMAC on reload if only VRID has changed.
* Don’t segfault if don’t have permission for ARP/NDISC socket.
* Fix IPv6 with vmac_xmit_base.
* Fix disabling vmac-xmit-base with VRRPv3 IPv6 use_vmac.
* Fix specifying user/group for vrrp_scripts.
* Various other fixes and improvements