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 2021-05-06 22:52:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pam_radius (Old) and /work/SRC/openSUSE:Factory/.pam_radius.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pam_radius" Thu May 6 22:52:54 2021 rev:21 rq:891009 version:2.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/pam_radius/pam_radius.changes 2015-05-30 12:34:00.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.pam_radius.new.2988/pam_radius.changes 2021-05-06 22:53:32.586522881 +0200 @@ -1,0 +2,17 @@ +Tue Apr 27 23:22:07 UTC 2021 - Ferdinand Thiessen <[email protected]> + +- Update to version 2.0.0 + * Add IPv6 support + * environment variable attribute Framed-IP-Address when present + * add Management-Privilege-Level attribute support + * Honor radius prompt attribute during challenge response + * Add support for Linux VRF (SO_BINDTODEVICE), use per-server + sockets if src_ip or vrf are requested + * Use per-server socket if src_ip is set in config file + * Fix memory leak in add_nas_ip_address + * Add Calling-Station-Id to accounting requests. + * Thread safety fixes + * many other fixes including a fix for boo#1163933 known as + CVE-2015-9542 + +------------------------------------------------------------------- Old: ---- pam_radius-1.4.0.tar.gz New: ---- pam_radius-release_2_0_0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pam_radius.spec ++++++ --- /var/tmp/diff_new_pack.Fvj1jB/_old 2021-05-06 22:53:32.986521230 +0200 +++ /var/tmp/diff_new_pack.Fvj1jB/_new 2021-05-06 22:53:32.990521214 +0200 @@ -1,7 +1,7 @@ # # spec file for package pam_radius # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,20 +12,19 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: pam_radius -Version: 1.4.0 +Version: 2.0.0 Release: 0 Summary: A PAM Module for User Authentication using a Radius Server License: GPL-2.0+ Group: Productivity/Security -Url: http://freeradius.org/pam_radius_auth/ -Source: ftp://ftp.freeradius.org/pub/radius/%{name}-%{version}.tar.gz -Source2: baselibs.conf -BuildRoot: %{_tmppath}/%{name}-%{version}-build +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 +Source1: baselibs.conf BuildRequires: pam-devel Requires: pam @@ -36,13 +35,12 @@ authentication. %prep -%setup -q +%setup -q -n %{name}-release_2_0_0 %build -%configure - export CFLAGS="%{optflags} -fPIC" -make %{?_smp_mflags} +%configure +%make_build %install install -d -m 755 %{buildroot}/%{_lib}/security/ @@ -51,8 +49,8 @@ install -m 600 pam_radius_auth.conf %{buildroot}%{_sysconfdir}/raddb/server %files -%defattr(-,root,root) -%doc Changelog LICENSE README.rst TODO USAGE index.html pam_radius_auth.conf +%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 /%{_lib}/security/pam_radius_auth.so
