diff --git a/SOURCES/bz1763715-fix-mtu-calculation.patch b/SOURCES/bz1736872-fix-mtu-calculation.patch similarity index 100% rename from SOURCES/bz1763715-fix-mtu-calculation.patch rename to SOURCES/bz1736872-fix-mtu-calculation.patch diff --git a/SOURCES/bz1754442-link-mem-corruption.patch b/SOURCES/bz1753517-link-mem-corruption.patch similarity index 100% rename from SOURCES/bz1754442-link-mem-corruption.patch rename to SOURCES/bz1753517-link-mem-corruption.patch diff --git a/SOURCES/bz1763714-fix-data-deliver-corruption-from-fragmented-packets.patch b/SOURCES/bz1761711-fix-data-deliver-corruption-from-fragmented-packets.patch similarity index 100% rename from SOURCES/bz1763714-fix-data-deliver-corruption-from-fragmented-packets.patch rename to SOURCES/bz1761711-fix-data-deliver-corruption-from-fragmented-packets.patch diff --git a/SPECS/kronosnet.spec b/SPECS/kronosnet.spec index 48eef4b..79cd799 100644 --- a/SPECS/kronosnet.spec +++ b/SPECS/kronosnet.spec @@ -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 - 1.10-1.2 +* Thu Oct 17 2019 Fabio M. Di Nitto - 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 - 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 - 1.10-1.1 +* Wed Oct 16 2019 Fabio M. Di Nitto - 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 - 1.10-1 Rebase to 1.10 for ACL support