File project.diff of Package radcli
--- radcli.changes.orig
+++ radcli.changes
@@ -1,4 +1,23 @@
-------------------------------------------------------------------
+Mon Apr 6 09:26:41 UTC 2026 - Martin Hauke <mardnh@gmx.de>
+
+- Update to version 1.5.0
+ * Send Message-Authenticator message unconditionally.
+ * Validate the Message-Authenticator attribute in received
+ responses. Per draft-ietf-radext-deprecating-radius
+ (CVE-2024-3596 / BLAST RADIUS), servers MUST include
+ Message-Authenticator in all Access-Request responses and
+ clients MUST discard responses that lack or fail it.
+ Responses missing the attribute are therefore rejected by
+ default. Set 'require-message-authenticator = no' in the
+ client config to allow responses from legacy servers that do
+ not include this attribute.
+ * Fix reconnection to a server that has closed the TLS
+ connection.
+ * Allow large attribute names in dictionaries.
+- Use %ldconfig_scriptlets
+
+-------------------------------------------------------------------
Sat Jun 15 12:11:58 UTC 2024 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.4.0
--- radcli.spec.orig
+++ radcli.spec
@@ -1,8 +1,8 @@
#
# spec file for package radcli
#
-# Copyright (c) 2024 SUSE LLC
-# Copyright (c) 2019-2024, Martin Hauke <mardnh@gmx.de>
+# Copyright (c) 2026 SUSE LLC and contributors
+# Copyright (c) 2019-2026, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,9 +17,9 @@
#
-%define sover 6
+%define sover 10
Name: radcli
-Version: 1.4.0
+Version: 1.5.0
Release: 0
Summary: A RADIUS client library
License: BSD-2-Clause AND MIT
@@ -89,10 +89,10 @@ autoreconf -fiv
find %{buildroot} -type f -name "*.la" -delete -print
%check
-%make_build check
+export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:%{buildroot}/%{_libdir}
+%make_build check || (find . -name test-suite.log -exec cat {} +)
-%post -n libradcli%{sover} -p /sbin/ldconfig
-%postun -n libradcli%{sover} -p /sbin/ldconfig
+%ldconfig_scriptlets -n libradcli%{sover}
%files
%license COPYRIGHT