import kronosnet-1.10-4.el8

This commit is contained in:
CentOS Sources 2020-04-28 05:32:03 -04:00 committed by Andrew Lukoshko
parent 71bced9760
commit c5d368f57a
4 changed files with 17 additions and 14 deletions

View File

@ -83,15 +83,15 @@
Name: kronosnet Name: kronosnet
Summary: Multipoint-to-Multipoint VPN daemon Summary: Multipoint-to-Multipoint VPN daemon
Version: 1.10 Version: 1.10
Release: 1%{?dist}.2 Release: 4%{?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: bz1688880-covscan-fixes.patch #Patch0: bz1688880-covscan-fixes.patch
Patch1: bz1754442-link-mem-corruption.patch Patch1: bz1753517-link-mem-corruption.patch
Patch2: bz1763715-fix-mtu-calculation.patch Patch2: bz1736872-fix-mtu-calculation.patch
Patch3: bz1763714-fix-data-deliver-corruption-from-fragmented-packets.patch Patch3: bz1761711-fix-data-deliver-corruption-from-fragmented-packets.patch
# Build dependencies # Build dependencies
BuildRequires: gcc BuildRequires: gcc
@ -141,9 +141,9 @@ BuildRequires: autoconf
%prep %prep
%setup -q -n %{name}-%{version} %setup -q -n %{name}-%{version}
#%patch0 -p1 -b .bz1688880-covscan-fixes #%patch0 -p1 -b .bz1688880-covscan-fixes
%patch1 -p1 -b .bz1754442-link-mem-corruption %patch1 -p1 -b .bz1753517-link-mem-corruption
%patch2 -p1 -b .bz1763715-fix-mtu-calculation %patch2 -p1 -b .bz1736872-fix-mtu-calculation
%patch3 -p1 -b .bz1763714-fix-data-deliver-corruption-from-fragmented-packets %patch3 -p1 -b .bz1761711-fix-data-deliver-corruption-from-fragmented-packets
%build %build
%if %{defined buildautogen} %if %{defined buildautogen}
@ -534,17 +534,20 @@ Requires: libnozzle1%{_isa} = %{version}-%{release}
%endif %endif
%changelog %changelog
* Tue Oct 22 2019 Fabio M. Di Nitto <fdinitto@redhat.com> - 1.10-1.2 * Thu Oct 17 2019 Fabio M. Di Nitto <fdinitto@redhat.com> - 1.10-4
Disable fun_pmtud_crypto_test as it can take several hours to run
Resolves: rhbz#1736872
* Wed Oct 16 2019 Fabio M. Di Nitto <fdinitto@redhat.com> - 1.10-3
PMTUd: Fix MTU calculation when using crypto
Resolves: rhbz#1736872
host: Fix defrag buffer reclaim logic that could cause delivery host: Fix defrag buffer reclaim logic that could cause delivery
of corrupted data of corrupted data
Resolves: rhbz#1763714 ResolveS: rhbz#1761711
PMTUd: Fix MTU calculation when using crypto
Disable fun_pmtud_crypto_test as it can take several hours to run
Resolves: rhbz#1763715
* Mon Sep 23 2019 Fabio M. Di Nitto <fdinitto@redhat.com> - 1.10-1.1 * Wed Oct 16 2019 Fabio M. Di Nitto <fdinitto@redhat.com> - 1.10-2
link: Fix memory corruption when too many up/down events are recorded link: Fix memory corruption when too many up/down events are recorded
Resolves: rhbz#1754442 Resolves: rhbz#1753517
* Wed Jun 12 2019 Christine Caulfield <ccaulfie@redhat.com> - 1.10-1 * Wed Jun 12 2019 Christine Caulfield <ccaulfie@redhat.com> - 1.10-1
Rebase to 1.10 for ACL support Rebase to 1.10 for ACL support