Mon Jan 16 2023 Christine Caulfield <ccaulfie@redhat.com> - 1.25-1
Rebase to 1.25 for PMTUd fixes Resolves: rhbz#2161168
This commit is contained in:
parent
67bb6c62c6
commit
518c93450a
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/kronosnet-1.22.tar.gz
|
/kronosnet-1.22.tar.gz
|
||||||
/kronosnet-1.22.tar.xz
|
/kronosnet-1.22.tar.xz
|
||||||
/kronosnet-1.24.tar.xz
|
/kronosnet-1.24.tar.xz
|
||||||
|
/kronosnet-1.25.tar.xz
|
||||||
|
@ -1,13 +0,0 @@
|
|||||||
diff --git a/libknet/tests/api_knet_handle_new.c b/libknet/tests/api_knet_handle_new.c
|
|
||||||
index a6ccb3a..60e5c4f 100644
|
|
||||||
--- a/libknet/tests/api_knet_handle_new.c
|
|
||||||
+++ b/libknet/tests/api_knet_handle_new.c
|
|
||||||
@@ -112,7 +112,7 @@ static void test(void)
|
|
||||||
|
|
||||||
printf("Test knet_handle_new hostid 1, proper log_fd, proper log level (DEBUG)\n");
|
|
||||||
|
|
||||||
- knet_h1 = knet_handle_start(logfds, KNET_LOG_DEBUG, knet_h);
|
|
||||||
+ (void)knet_handle_start(logfds, KNET_LOG_DEBUG, knet_h);
|
|
||||||
CLEAN_EXIT(CONTINUE);
|
|
||||||
}
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
###############################################################################
|
###############################################################################
|
||||||
##
|
##
|
||||||
## Copyright (C) 2012-2019 Red Hat, Inc. All rights reserved.
|
## Copyright (C) 2012-2023 Red Hat, Inc. All rights reserved.
|
||||||
##
|
##
|
||||||
## This copyrighted material is made available to anyone wishing to use,
|
## This copyrighted material is made available to anyone wishing to use,
|
||||||
## modify, copy, or redistribute it subject to the terms and conditions
|
## modify, copy, or redistribute it subject to the terms and conditions
|
||||||
@ -36,13 +36,13 @@
|
|||||||
|
|
||||||
Name: kronosnet
|
Name: kronosnet
|
||||||
Summary: Multipoint-to-Multipoint VPN daemon
|
Summary: Multipoint-to-Multipoint VPN daemon
|
||||||
Version: 1.24
|
Version: 1.25
|
||||||
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
|
||||||
|
|
||||||
Patch0: 1_24.testfix.patch
|
#Patch0: 1_24.testfix.patch
|
||||||
|
|
||||||
# Build dependencies
|
# Build dependencies
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
@ -87,7 +87,7 @@ BuildRequires: autoconf automake libtool
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
%patch0 -p1 -b .1_24.testfix
|
#%patch0 -p1 -b .1_24.testfix
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if %{with runautogen}
|
%if %{with runautogen}
|
||||||
@ -439,6 +439,10 @@ Requires: libknet1%{_isa} = %{version}-%{release}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 18 2023 Christine Caulfield <ccaulfie@redhat.com> - 1.25-1
|
||||||
|
Rebase to 1.25 for PMTUd fixes
|
||||||
|
Resolves: rhbz#2161168
|
||||||
|
|
||||||
* Fri Jul 15 2022 Christine Caulfield <ccaulfie@redhat.com> - 1.24-2
|
* Fri Jul 15 2022 Christine Caulfield <ccaulfie@redhat.com> - 1.24-2
|
||||||
- Fix libnozzle tests failing & covscan warning on api_knet_handle_new test
|
- Fix libnozzle tests failing & covscan warning on api_knet_handle_new test
|
||||||
Resolves: rhbz#2024090
|
Resolves: rhbz#2024090
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (kronosnet-1.24.tar.xz) = 9ea2093e439d8b7e1a4b36a3239fc97a13ee27a4f313dcd53e15a8e44fb3db75298a67bd7dff05280a60a2d0d6552877676e62542250fa2b3fbc4e8104fe9344
|
SHA512 (kronosnet-1.25.tar.xz) = 9d9816cd9e441904b3b9b1e8bc72e8f19f1010af87afb99b8ed70224121b16bce10f3df564f69fe16d4a5106a3dcffd03777ccfc7f550a8b090e9fb7c43d28a2
|
||||||
|
Loading…
Reference in New Issue
Block a user