Import from AlmaLinux stable repository
This commit is contained in:
parent
43e7d44469
commit
fd6edc4956
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/kronosnet-1.25.tar.xz
|
SOURCES/kronosnet-1.28.tar.xz
|
||||||
|
@ -1 +1 @@
|
|||||||
69bbd8549a0a4d69971b30945daed0dbfd147c20 SOURCES/kronosnet-1.25.tar.xz
|
2d8bac472188907dc04c0f1f9457bf4ae8d9f8d8 SOURCES/kronosnet-1.28.tar.xz
|
||||||
|
@ -36,8 +36,8 @@
|
|||||||
|
|
||||||
Name: kronosnet
|
Name: kronosnet
|
||||||
Summary: Multipoint-to-Multipoint VPN daemon
|
Summary: Multipoint-to-Multipoint VPN daemon
|
||||||
Version: 1.25
|
Version: 1.28
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
URL: https://kronosnet.org
|
URL: https://kronosnet.org
|
||||||
Source0: https://kronosnet.org/releases/%{name}-%{version}.tar.xz
|
Source0: https://kronosnet.org/releases/%{name}-%{version}.tar.xz
|
||||||
@ -252,7 +252,7 @@ Requires: pkgconfig
|
|||||||
%description -n libknet1-devel
|
%description -n libknet1-devel
|
||||||
The whole kronosnet core is implemented in this library.
|
The whole kronosnet core is implemented in this library.
|
||||||
Please refer to the not-yet-existing documentation for further
|
Please refer to the not-yet-existing documentation for further
|
||||||
information.
|
information.
|
||||||
|
|
||||||
%files -n libknet1-devel
|
%files -n libknet1-devel
|
||||||
%license COPYING.* COPYRIGHT
|
%license COPYING.* COPYRIGHT
|
||||||
@ -442,6 +442,16 @@ Requires: libnozzle1%{_isa} = %{version}-%{release}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jan 18 2023 Christine Caulfield <ccaulfie@redhat.com> - 1.25-1
|
||||||
Rebase to 1.25 for PMTUd fixes
|
Rebase to 1.25 for PMTUd fixes
|
||||||
Resolves: rhbz#2161168
|
Resolves: rhbz#2161168
|
||||||
|
Loading…
Reference in New Issue
Block a user