Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package radcli for openSUSE:Factory checked in at 2026-04-10 17:53:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/radcli (Old) and /work/SRC/openSUSE:Factory/.radcli.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "radcli" Fri Apr 10 17:53:21 2026 rev:6 rq:1345708 version:1.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/radcli/radcli.changes 2024-06-24 20:57:48.942200571 +0200 +++ /work/SRC/openSUSE:Factory/.radcli.new.21863/radcli.changes 2026-04-10 18:02:42.961874866 +0200 @@ -1,0 +2,19 @@ +Mon Apr 6 09:26:41 UTC 2026 - Martin Hauke <[email protected]> + +- 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 + +------------------------------------------------------------------- Old: ---- radcli-1.4.0.tar.gz New: ---- radcli-1.5.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ radcli.spec ++++++ --- /var/tmp/diff_new_pack.rc26Sh/_old 2026-04-10 18:02:43.425894005 +0200 +++ /var/tmp/diff_new_pack.rc26Sh/_new 2026-04-10 18:02:43.425894005 +0200 @@ -1,8 +1,8 @@ # # spec file for package radcli # -# Copyright (c) 2024 SUSE LLC -# Copyright (c) 2019-2024, Martin Hauke <[email protected]> +# Copyright (c) 2026 SUSE LLC and contributors +# Copyright (c) 2019-2026, Martin Hauke <[email protected]> # # 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 @@ 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 ++++++ radcli-1.4.0.tar.gz -> radcli-1.5.0.tar.gz ++++++ ++++ 19798 lines of diff (skipped)
