[packages/kronosnet] - updated to 1.33
qboosh
qboosh at pld-linux.org
Mon May 18 22:28:02 CEST 2026
commit 2ea56a7dc26ba9d51052869c781bdd9fe8ac2eb6
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Mon May 18 22:28:02 2026 +0200
- updated to 1.33
kronosnet.spec | 38 ++++++++++++++++++--------------------
x32.patch | 26 --------------------------
2 files changed, 18 insertions(+), 46 deletions(-)
---
diff --git a/kronosnet.spec b/kronosnet.spec
index ec76f34..baa86ef 100644
--- a/kronosnet.spec
+++ b/kronosnet.spec
@@ -6,13 +6,12 @@
Summary: Multipoint-to-Multipoint VPN library
Summary(pl.UTF-8): Biblioteka VPN wiele-do-wielu
Name: kronosnet
-Version: 1.29
-Release: 2
+Version: 1.33
+Release: 1
License: LGPL v2.1+ (libraries), GPL v2+ (applications)
Group: Libraries
Source0: https://kronosnet.org/releases/%{name}-%{version}.tar.xz
-# Source0-md5: d95a5870ce35ddd12e6cd7a783c0b202
-Patch0: x32.patch
+# Source0-md5: 8b6fbecfc0704cca07020c7eca60a680
URL: https://kronosnet.org/
BuildRequires: bzip2-devel
BuildRequires: doxygen
@@ -103,7 +102,6 @@ UWAGA: to oprogramowanie jest eksperymentalne i nie dokończone.
%prep
%setup -q
-%patch -P0 -p1
%build
%configure \
@@ -161,25 +159,25 @@ fi
%files
%defattr(644,root,root,755)
%doc COPYRIGHT ChangeLog README README.licence
-%attr(755,root,root) %{_libdir}/libknet.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libknet.so.1
-%attr(755,root,root) %{_libdir}/libnozzle.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libnozzle.so.1
+%{_libdir}/libknet.so.*.*.*
+%ghost %{_libdir}/libknet.so.1
+%{_libdir}/libnozzle.so.*.*.*
+%ghost %{_libdir}/libnozzle.so.1
%dir %{_libdir}/kronosnet
-%attr(755,root,root) %{_libdir}/kronosnet/compress_bzip2.so
-%attr(755,root,root) %{_libdir}/kronosnet/compress_lz4.so
-%attr(755,root,root) %{_libdir}/kronosnet/compress_lz4hc.so
-%attr(755,root,root) %{_libdir}/kronosnet/compress_lzma.so
-%attr(755,root,root) %{_libdir}/kronosnet/compress_lzo2.so
-%attr(755,root,root) %{_libdir}/kronosnet/compress_zlib.so
-%attr(755,root,root) %{_libdir}/kronosnet/compress_zstd.so
-%attr(755,root,root) %{_libdir}/kronosnet/crypto_nss.so
-%attr(755,root,root) %{_libdir}/kronosnet/crypto_openssl.so
+%{_libdir}/kronosnet/compress_bzip2.so
+%{_libdir}/kronosnet/compress_lz4.so
+%{_libdir}/kronosnet/compress_lz4hc.so
+%{_libdir}/kronosnet/compress_lzma.so
+%{_libdir}/kronosnet/compress_lzo2.so
+%{_libdir}/kronosnet/compress_zlib.so
+%{_libdir}/kronosnet/compress_zstd.so
+%{_libdir}/kronosnet/crypto_nss.so
+%{_libdir}/kronosnet/crypto_openssl.so
%files devel
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libknet.so
-%attr(755,root,root) %{_libdir}/libnozzle.so
+%{_libdir}/libknet.so
+%{_libdir}/libnozzle.so
%{_includedir}/libknet.h
%{_includedir}/libnozzle.h
%{_pkgconfigdir}/libknet.pc
diff --git a/x32.patch b/x32.patch
deleted file mode 100644
index 68ff57c..0000000
--- a/x32.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- kronosnet-1.29/libknet/links.c.orig 2024-06-06 07:41:34.000000000 +0200
-+++ kronosnet-1.29/libknet/links.c 2024-06-30 10:28:25.913871391 +0200
-@@ -896,7 +896,11 @@
-
- if ((useconds_t)(interval * 1000) < KNET_THREADS_TIMERES) {
- log_warn(knet_h, KNET_SUB_LINK,
-+#if defined(__x86_64__) && defined(__ILP32__)
-+ "host: %u link: %u interval: %llu too small (%s). interval lower than thread_timer_res (%u ms) has no effect",
-+#else
- "host: %u link: %u interval: %lu too small (%s). interval lower than thread_timer_res (%u ms) has no effect",
-+#endif
- host_id, link_id, interval, strerror(savederrno), (KNET_THREADS_TIMERES / 1000));
- }
-
-@@ -904,7 +908,11 @@
- err = -1;
- savederrno = EINVAL;
- log_err(knet_h, KNET_SUB_LINK,
-+#if defined(__x86_64__) && defined(__ILP32__)
-+ "host: %u link: %u pong timeout: %llu too small (%s). timeout cannot be less than thread_timer_res (%u ms)",
-+#else
- "host: %u link: %u pong timeout: %lu too small (%s). timeout cannot be less than thread_timer_res (%u ms)",
-+#endif
- host_id, link_id, timeout, strerror(savederrno), (KNET_THREADS_TIMERES / 1000));
- goto exit_unlock;
- }
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kronosnet.git/commitdiff/2ea56a7dc26ba9d51052869c781bdd9fe8ac2eb6
More information about the pld-cvs-commit
mailing list