Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 125920a7a1 | |||
|
|
5d2753b921 |
BIN
kronosnet-1.30.tar.xz
LFS
BIN
kronosnet-1.30.tar.xz
LFS
Binary file not shown.
3
kronosnet-1.32.tar.xz
Normal file
3
kronosnet-1.32.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:088b237a7539554efac760321bf616f39e0e6651879a0000e4d3e2294e8bfe87
|
||||
size 497012
|
||||
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
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) 2025 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.32
|
||||
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