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
This commit is contained in:
parent
eea61f64b2
commit
be3f6f30a5
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/kronosnet-1.22.tar.xz
|
||||
/kronosnet-1.24.tar.xz
|
||||
/kronosnet-1.25.tar.xz
|
||||
/kronosnet-1.28.tar.xz
|
||||
|
@ -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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (kronosnet-1.25.tar.xz) = 9d9816cd9e441904b3b9b1e8bc72e8f19f1010af87afb99b8ed70224121b16bce10f3df564f69fe16d4a5106a3dcffd03777ccfc7f550a8b090e9fb7c43d28a2
|
||||
SHA512 (kronosnet-1.28.tar.xz) = 2eabdb5f7c74e4d51cb0601a00e34c5af8715f76231fe752499a393f41c0aa5c562cc7a0984afaf6101ad90627e8450a8b6760863b9ce0d5cc7b941483ee15ca
|
||||
|
Loading…
Reference in New Issue
Block a user