public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/kronosnet] f43: New upstream release
@ 2026-06-30 5:26 Fabio M. Di Nitto
0 siblings, 0 replies; 2+ messages in thread
From: Fabio M. Di Nitto @ 2026-06-30 5:26 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/kronosnet
Branch : f43
Commit : 2967d10b8859c9b0e37774875f3d1220d781f01f
Author : Fabio M. Di Nitto <fdinitto@redhat.com>
Date : 2026-06-30T07:25:25+02:00
Stats : +20/-5 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/kronosnet/c/2967d10b8859c9b0e37774875f3d1220d781f01f?branch=f43
Log:
New upstream release
- IMPORTANT: sctp support is now officially deprecated. It is disabled by default and it will be removed in knet 2.x.
- Fix potential thread race condition in libnozzle close.
- Fix wrong pointer in libknet RX thread, only triggered by old gcc (< 11).
- Libnozzle: different fixes for BSD to deal with new tap driver changes and don´t leak interfaces.
- New API call in libknet to allow configuring a dscp value for KNET_LINK_FLAG_TRAFFICHIPRIO.
- Bump soname to reflect new API call.
- Improve OpenSSL error handling.
- Add support for OpenIndiana.
- Documentation updates.
- Fix several tests to better deal with execution timing.
- Handle some new coverity errors.
- Create and refine STYLE_GUIDE.md for project contributions.
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
---
diff --git a/.gitignore b/.gitignore
index 51c004a..75f7351 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/kronosnet-1.31.tar.xz
+/kronosnet-1.32.tar.xz
diff --git a/kronosnet.spec b/kronosnet.spec
index 7d29cb4..8a4b7bf 100644
--- a/kronosnet.spec
+++ b/kronosnet.spec
@@ -1,7 +1,7 @@
###############################################################################
###############################################################################
##
-## Copyright (C) 2012-2022 Red Hat, Inc. All rights reserved.
+## Copyright (C) 2012-2025 Red Hat, Inc. All rights reserved.
##
## This copyrighted material is made available to anyone wishing to use,
## modify, copy, or redistribute it subject to the terms and conditions
@@ -36,8 +36,8 @@
Name: kronosnet
Summary: Multipoint-to-Multipoint VPN daemon
-Version: 1.31
-Release: 2%{?dist}
+Version: 1.32
+Release: 1%{?dist}
License: GPL-2.0-or-later AND LGPL-2.1-or-later
URL: https://kronosnet.org
Source0: https://kronosnet.org/releases/%{name}-%{version}.tar.xz
@@ -436,6 +436,21 @@ Requires: libnozzle1%{_isa} = %{version}-%{release}
%endif
%changelog
+* Thu Sep 25 2025 Fabio M. Di Nitto <fdinitto@redhat.com> - 1.32-1
+- New upstream release
+- IMPORTANT: sctp support is now officially deprecated. It is disabled by default and it will be removed in knet 2.x.
+- Fix potential thread race condition in libnozzle close.
+- Fix wrong pointer in libknet RX thread, only triggered by old gcc (< 11).
+- Libnozzle: different fixes for BSD to deal with new tap driver changes and don´t leak interfaces.
+- New API call in libknet to allow configuring a dscp value for KNET_LINK_FLAG_TRAFFICHIPRIO.
+- Bump soname to reflect new API call.
+- Improve OpenSSL error handling.
+- Add support for OpenIndiana.
+- Documentation updates.
+- Fix several tests to better deal with execution timing.
+- Handle some new coverity errors.
+- Create and refine STYLE_GUIDE.md for project contributions.
+
* Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.31-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
diff --git a/sources b/sources
index e5a16ee..47c0f87 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (kronosnet-1.31.tar.xz) = 399a6948ea070ecb9dcc08109947106e0bbbd92099732037b5a12f96ac968aeda01a0247e81216c980ef57f7db15b38f82b4ce3202a937224e30d278c00f6650
+SHA512 (kronosnet-1.32.tar.xz) = d516473ad493483d8500b693a7bca22017b40817acb9734e223a90fbce702aef96a0705d4b87705debf71f4b761a1a1dfa1e976756b0ab3a561677b3c6d9c1ab
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [rpms/kronosnet] f43: New upstream release
@ 2026-06-30 5:26 Fabio M. Di Nitto
0 siblings, 0 replies; 2+ messages in thread
From: Fabio M. Di Nitto @ 2026-06-30 5:26 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/kronosnet
Branch : f43
Commit : 55030e5426f2e5854d60bd9587fa122be63e2d06
Author : Fabio M. Di Nitto <fdinitto@redhat.com>
Date : 2026-06-30T07:25:34+02:00
Stats : +11/-4 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/kronosnet/c/55030e5426f2e5854d60bd9587fa122be63e2d06?branch=f43
Log:
New upstream release
Build fixes for gcc-15
Build fixes for rust coreutils
Coverity tests cleanup
Release: ship all files for completeness
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
---
diff --git a/.gitignore b/.gitignore
index 75f7351..14d1ae2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/kronosnet-1.32.tar.xz
+/kronosnet-1.33.tar.xz
diff --git a/kronosnet.spec b/kronosnet.spec
index 8a4b7bf..b4c9b42 100644
--- a/kronosnet.spec
+++ b/kronosnet.spec
@@ -1,7 +1,7 @@
###############################################################################
###############################################################################
##
-## Copyright (C) 2012-2025 Red Hat, Inc. All rights reserved.
+## Copyright (C) 2012-2026 Red Hat, Inc. All rights reserved.
##
## This copyrighted material is made available to anyone wishing to use,
## modify, copy, or redistribute it subject to the terms and conditions
@@ -36,7 +36,7 @@
Name: kronosnet
Summary: Multipoint-to-Multipoint VPN daemon
-Version: 1.32
+Version: 1.33
Release: 1%{?dist}
License: GPL-2.0-or-later AND LGPL-2.1-or-later
URL: https://kronosnet.org
@@ -436,6 +436,13 @@ Requires: libnozzle1%{_isa} = %{version}-%{release}
%endif
%changelog
+* Wed Jan 14 2026 Fabio M. Di Nitto <fdinitto@redhat.com> - 1.33-1
+- New upstream release
+- Build fixes for gcc-15
+- Build fixes for rust coreutils
+- Coverity tests cleanup
+- Release: ship all files for completeness
+
* Thu Sep 25 2025 Fabio M. Di Nitto <fdinitto@redhat.com> - 1.32-1
- New upstream release
- IMPORTANT: sctp support is now officially deprecated. It is disabled by default and it will be removed in knet 2.x.
diff --git a/sources b/sources
index 47c0f87..fc4d5cf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (kronosnet-1.32.tar.xz) = d516473ad493483d8500b693a7bca22017b40817acb9734e223a90fbce702aef96a0705d4b87705debf71f4b761a1a1dfa1e976756b0ab3a561677b3c6d9c1ab
+SHA512 (kronosnet-1.33.tar.xz) = d69fdd0109ee8a01cb2b9a75ae90a7e5b613eef22f24f169e5862da367396623c121b01258ab8697c164c07c75c8de2719bd84358407ebc7a60a50275aaf0ab6
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-06-30 5:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-30 5:26 [rpms/kronosnet] f43: New upstream release Fabio M. Di Nitto
2026-06-30 5:26 Fabio M. Di Nitto
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox