Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pam_radius for openSUSE:Factory checked in at 2026-04-13 23:19:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pam_radius (Old) and /work/SRC/openSUSE:Factory/.pam_radius.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pam_radius" Mon Apr 13 23:19:49 2026 rev:23 rq:1346489 version:3.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/pam_radius/pam_radius.changes 2023-08-17 19:44:23.742884787 +0200 +++ /work/SRC/openSUSE:Factory/.pam_radius.new.21863/pam_radius.changes 2026-04-13 23:22:15.976492127 +0200 @@ -1,0 +2,10 @@ +Wed Mar 25 23:34:51 UTC 2026 - Perry Werneck <[email protected]> + +- Update to new upstream release 3.0.0: + * Configuration is now in /etc/pam_radius_auth.conf + * BlastRADIUS attack mitigations (add Message-Authenticator to Access-Request packets, new require_message_authenticator config flag) + * All known and reported bugs have been fixed. + * Ignore packets from unknown sources. Based on patches from Alex Malowany. + * Remove obsolete functionality (Old-Password support, workarounds for Livingston RADIUS server, password change support, etc) + +------------------------------------------------------------------- Old: ---- pam_radius-release_2_0_0.tar.gz New: ---- pam_radius-3.0.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pam_radius.spec ++++++ --- /var/tmp/diff_new_pack.P7gonN/_old 2026-04-13 23:22:16.464512262 +0200 +++ /var/tmp/diff_new_pack.P7gonN/_new 2026-04-13 23:22:16.468512426 +0200 @@ -1,7 +1,7 @@ # # spec file for package pam_radius # -# Copyright (c) 2023 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 @@ -17,13 +17,13 @@ Name: pam_radius -Version: 2.0.0 +Version: 3.0.0 Release: 0 Summary: A PAM Module for User Authentication using a Radius Server License: GPL-2.0-or-later Group: Productivity/Security URL: http://freeradius.org/pam_radius_auth/ -Source0: https://github.com/FreeRADIUS/pam_radius/archive/release_2_0_0.tar.gz#/%{name}-release_2_0_0.tar.gz +Source: pam_radius-3.0.0.tar.bz2 Source1: baselibs.conf BuildRequires: pam-devel Requires: pam @@ -35,23 +35,24 @@ authentication. %prep -%setup -q -n %{name}-release_2_0_0 +%setup -q -n %{name}-%{version} %build export CFLAGS="%{optflags} -fPIC" -%configure +%configure --disable-developer %make_build %install install -d -m 755 %{buildroot}%{_pam_moduledir} install -m 755 pam_radius_auth.so %{buildroot}%{_pam_moduledir} -install -d -m 750 %{buildroot}%{_sysconfdir}/raddb/ -install -m 600 pam_radius_auth.conf %{buildroot}%{_sysconfdir}/raddb/server + +install -d -m 755 %{buildroot}%{_sysconfdir} +install -m 600 pam_radius_auth.conf %{buildroot}%{_sysconfdir}/pam_radius_auth.conf %files +%defattr(-,root,root) %license LICENSE -%doc Changelog README.rst TODO USAGE index.html pam_radius_auth.conf -%attr(750,root,radiusd) %dir %{_sysconfdir}/raddb/ -%config(noreplace) %{_sysconfdir}/raddb/server +%doc Changelog README.md TODO USAGE index.html pam_radius_auth.conf +%config(noreplace) %{_sysconfdir}/pam_radius_auth.conf %{_pam_moduledir}/pam_radius_auth.so
