|
|
|
@ -36,8 +36,8 @@
|
|
|
|
|
|
|
|
|
|
Name: kronosnet
|
|
|
|
|
Summary: Multipoint-to-Multipoint VPN daemon
|
|
|
|
|
Version: 1.25
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 1.28
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
License: GPLv2+ and LGPLv2+
|
|
|
|
|
URL: https://kronosnet.org
|
|
|
|
|
Source0: https://kronosnet.org/releases/%{name}-%{version}.tar.xz
|
|
|
|
@ -252,7 +252,7 @@ Requires: pkgconfig
|
|
|
|
|
%description -n libknet1-devel
|
|
|
|
|
The whole kronosnet core is implemented in this library.
|
|
|
|
|
Please refer to the not-yet-existing documentation for further
|
|
|
|
|
information.
|
|
|
|
|
information.
|
|
|
|
|
|
|
|
|
|
%files -n libknet1-devel
|
|
|
|
|
%license COPYING.* COPYRIGHT
|
|
|
|
@ -442,6 +442,16 @@ Requires: libnozzle1%{_isa} = %{version}-%{release}
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Oct 9 2023 Christine Caulfield <ccaulfie@redhat.com> - 1.28-1
|
|
|
|
|
Rebase to 1.28 for startup and performance fixes
|
|
|
|
|
threads: add config check to match min value with pong timeouts
|
|
|
|
|
rx: allow links to be active faster
|
|
|
|
|
links: fix ping interval and pong timeout value checking
|
|
|
|
|
crypto: Try crypt and decrypt on crypto_init
|
|
|
|
|
tx: Remove expensive memsets
|
|
|
|
|
log: Add a TRACE log level
|
|
|
|
|
Resolves: #RHEL-11787
|
|
|
|
|
|
|
|
|
|
* Wed Jan 18 2023 Christine Caulfield <ccaulfie@redhat.com> - 1.25-1
|
|
|
|
|
Rebase to 1.25 for PMTUd fixes
|
|
|
|
|
Resolves: rhbz#2161168
|
|
|
|
|