Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| c8a44415b4 | |||
|
|
ef38d0d3f6 | ||
| 125920a7a1 | |||
|
|
5d2753b921 |
BIN
kronosnet-1.30.tar.xz
LFS
BIN
kronosnet-1.30.tar.xz
LFS
Binary file not shown.
BIN
kronosnet-1.33.tar.xz
LFS
Normal file
BIN
kronosnet-1.33.tar.xz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 05:58:53 UTC 2026 - Nicholas Yang <nicholas.yang@suse.com>
|
||||
|
||||
- kronosnet-1.33
|
||||
* Build fixes for gcc-15 (bsc#1257258)
|
||||
* Build fixes for rust coreutils
|
||||
* Coverity tests cleanup
|
||||
* Release: ship all files for completeness
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 12 08:49:36 UTC 2025 - Nicholas Yang <nicholas.yang@suse.com>
|
||||
|
||||
- kronosnet-1.32
|
||||
* 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.
|
||||
- kronosnet-1.31
|
||||
* Fixed incorrect lzo1x_decompress call to use the safe version
|
||||
* Udp: lower log levels for messages triggered by every single packets to trace level.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 4 07:44:28 UTC 2024 - Nicholas Yang <nicholas.yang@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kronosnet
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -104,7 +104,7 @@ BuildRequires: libxml2-devel
|
||||
# main (empty) package
|
||||
# http://www.rpm.org/max-rpm/s1-rpm-subpack-spec-file-changes.html
|
||||
Name: kronosnet
|
||||
Version: 1.30
|
||||
Version: 1.33
|
||||
Release: 0
|
||||
Summary: Multipoint-to-Multipoint VPN daemon
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
|
||||
Reference in New Issue
Block a user