import kronosnet-1.18-2.el8_4
This commit is contained in:
parent
b709d5251b
commit
40c09d1150
11
SOURCES/bz2008195-calculate-defrag-buffers-correctly.patch
Normal file
11
SOURCES/bz2008195-calculate-defrag-buffers-correctly.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- a/libknet/host.c.orig 2021-09-29 15:55:33.377260315 +0100
|
||||||
|
+++ b/libknet/host.c 2021-09-29 15:55:38.642291193 +0100
|
||||||
|
@@ -608,7 +608,7 @@ int _seq_num_lookup(struct knet_host *ho
|
||||||
|
_clear_cbuffers(host, seq_num);
|
||||||
|
}
|
||||||
|
|
||||||
|
- _reclaim_old_defrag_bufs(host, seq_num);
|
||||||
|
+ _reclaim_old_defrag_bufs(host, *dst_seq_num);
|
||||||
|
|
||||||
|
if (seq_num < *dst_seq_num) {
|
||||||
|
seq_dist = (SEQ_MAX - seq_num) + *dst_seq_num;
|
@ -83,10 +83,11 @@
|
|||||||
Name: kronosnet
|
Name: kronosnet
|
||||||
Summary: Multipoint-to-Multipoint VPN daemon
|
Summary: Multipoint-to-Multipoint VPN daemon
|
||||||
Version: 1.18
|
Version: 1.18
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
URL: http://www.kronosnet.org
|
URL: http://www.kronosnet.org
|
||||||
Source0: http://www.kronosnet.org/releases/kronosnet-%{version}.tar.gz
|
Source0: http://www.kronosnet.org/releases/kronosnet-%{version}.tar.gz
|
||||||
|
Patch0: bz2008195-calculate-defrag-buffers-correctly.patch
|
||||||
|
|
||||||
# Build dependencies
|
# Build dependencies
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
@ -135,6 +136,7 @@ BuildRequires: autoconf
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
|
%patch0 -p1 -b .bz2008195-calculate-defrag-buffers-correctly
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if %{defined buildautogen}
|
%if %{defined buildautogen}
|
||||||
@ -525,6 +527,10 @@ Requires: libnozzle1%{_isa} = %{version}-%{release}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 29 2021 Christine Caulfield <ccaulfie@redhat.com> - 1.18-2
|
||||||
|
Calculate the defrag buffers correctly
|
||||||
|
Resolves: rhbz#2008195
|
||||||
|
|
||||||
* Wed Sep 23 2020 Christine Caulfield <ccaulfie@redhat.com> - 1.18-1
|
* Wed Sep 23 2020 Christine Caulfield <ccaulfie@redhat.com> - 1.18-1
|
||||||
Rebase to 1.18
|
Rebase to 1.18
|
||||||
Resolves: rhbz#1855301
|
Resolves: rhbz#1855301
|
||||||
|
Loading…
Reference in New Issue
Block a user