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
Summary: Multipoint-to-Multipoint VPN daemon
Version: 1.10
Release: 1%{?dist}.2
Release: 4%{?dist}
License: GPLv2+ and LGPLv2+
URL: http://www.kronosnet.org
Source0: http://www.kronosnet.org/releases/kronosnet-%{version}.tar.gz
#Patch0: bz1688880-covscan-fixes.patch
Patch1: bz1754442-link-mem-corruption.patch
Patch2: bz1763715-fix-mtu-calculation.patch
Patch3: bz1763714-fix-data-deliver-corruption-from-fragmented-packets.patch
Patch1: bz1753517-link-mem-corruption.patch
Patch2: bz1736872-fix-mtu-calculation.patch
Patch3: bz1761711-fix-data-deliver-corruption-from-fragmented-packets.patch
# Build dependencies
BuildRequires: gcc
@ -141,9 +141,9 @@ BuildRequires: autoconf
%prep
%setup -q -n %{name}-%{version}
#%patch0 -p1 -b .bz1688880-covscan-fixes
%patch1 -p1 -b .bz1754442-link-mem-corruption
%patch2 -p1 -b .bz1763715-fix-mtu-calculation
%patch3 -p1 -b .bz1763714-fix-data-deliver-corruption-from-fragmented-packets
%patch1 -p1 -b .bz1753517-link-mem-corruption
%patch2 -p1 -b .bz1736872-fix-mtu-calculation
%patch3 -p1 -b .bz1761711-fix-data-deliver-corruption-from-fragmented-packets
%build
%if %{defined buildautogen}
@ -534,17 +534,20 @@ Requires: libnozzle1%{_isa} = %{version}-%{release}
%endif
%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
of corrupted data
Resolves: rhbz#1763714
PMTUd: Fix MTU calculation when using crypto
Disable fun_pmtud_crypto_test as it can take several hours to run
Resolves: rhbz#1763715
ResolveS: rhbz#1761711
* 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
Resolves: rhbz#1754442
Resolves: rhbz#1753517
* Wed Jun 12 2019 Christine Caulfield <ccaulfie@redhat.com> - 1.10-1
Rebase to 1.10 for ACL support