forked from pool/freeradius-server
Accepting request 693007 from home:stroeder:branches:network
update to 3.0.19 OBS-URL: https://build.opensuse.org/request/show/693007 OBS-URL: https://build.opensuse.org/package/show/network/freeradius-server?expand=0&rev=115
This commit is contained in:
parent
ff04302a52
commit
2a9164d43c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:695149c9f4dabe7131028b0c4e43d9ae149d0d06da5dfc97f10eed2fbee6c011
|
||||
size 3126164
|
Binary file not shown.
3
freeradius-server-3.0.19.tar.bz2
Normal file
3
freeradius-server-3.0.19.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f457c356e07b6c3cce3e05231c68e23bdfba8452d0db479fe1c85e114e6283c9
|
||||
size 3127564
|
BIN
freeradius-server-3.0.19.tar.bz2.sig
Normal file
BIN
freeradius-server-3.0.19.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 10 17:01:55 UTC 2019 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
- update to 3.0.19
|
||||
|
||||
Feature improvements
|
||||
* Update dictionary.cisco
|
||||
* Update sqlippool to allow for stored procedures with
|
||||
PostgreSQL. This increases performance substantially.
|
||||
Patch from Nathan Ward. Fixes #2540.
|
||||
* Re-added "show client config" command to radmin.
|
||||
* Cleaned up mods-available/sql example so that it is
|
||||
easier to understand.
|
||||
* Added pfSense dictionary. Closes #2581
|
||||
* Update dictionary.h3c Closes #2592
|
||||
* Update elasticsearch/logstash config for v6.7.0.
|
||||
* EAP-PWD security fixes from Mathy Vanhoef. See
|
||||
http://freeradius.org/security/
|
||||
|
||||
Bug fixes
|
||||
* Update dynamic_client module and server core so that
|
||||
the functionality works. This has been broken since
|
||||
at least v2.
|
||||
* Fix crash in sqlippool due to escaping changes.
|
||||
Patch from Nathan Ward. Fixes #2532, #2533.
|
||||
* Fix systemd notify, watchdog and unit files.
|
||||
Fixes #2541, #2499.
|
||||
* Fix erroneous length check in EAP-FAST.
|
||||
* Update documentation to remove old "ignore_null"
|
||||
configuration. Fixes #2578.
|
||||
* Fix default POD port. Should be 3799. Fixes #2591
|
||||
* Correctly encode vendor-specific "encrypted" attributes.
|
||||
Fixes #2600
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 27 11:37:53 UTC 2019 - adam.majer@suse.de
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define apxs2 apxs2-prefork
|
||||
%define apache2_sysconfdir %(%{_sbindir}/%{apxs2} -q SYSCONFDIR)
|
||||
Name: freeradius-server
|
||||
Version: 3.0.18
|
||||
Version: 3.0.19
|
||||
Release: 0
|
||||
|
||||
%if 0%{?suse_version} > 1140
|
||||
@ -334,6 +334,7 @@ rm -rf %{buildroot}%{_sysconfdir}/raddb/mods-config/sql/main/mssql
|
||||
rm -rf %{buildroot}%{_sysconfdir}/raddb/mods-config/sql/ippool/oracle
|
||||
rm -rf %{buildroot}%{_sysconfdir}/raddb/mods-config/sql/ippool-dhcp/oracle
|
||||
rm -rf %{buildroot}%{_sysconfdir}/raddb/mods-config/sql/main/oracle
|
||||
rm -rf %{buildroot}%{_sysconfdir}/raddb/mods-config/sql/postgresql
|
||||
%if ! %{with json}
|
||||
rm %{buildroot}%{_sysconfdir}/raddb/mods-available/rest
|
||||
%endif
|
||||
@ -441,6 +442,8 @@ systemd-tmpfiles --create %{_tmpfilesdir}/%{unitname}.conf
|
||||
%attr(640,root,radiusd) %config(noreplace) %{_sysconfdir}/raddb/mods-config/python/radiusd.py
|
||||
%dir %attr(750,root,radiusd) %{_sysconfdir}/raddb/mods-config/sql/ippool-dhcp/mysql
|
||||
%attr(640,root,radiusd) %config(noreplace) %{_sysconfdir}/raddb/mods-config/sql/ippool-dhcp/mysql/schema.sql
|
||||
%dir %attr(750,root,radiusd) %{_sysconfdir}/raddb/mods-config/sql/ippool/postgresql
|
||||
%attr(640,root,radiusd) %config(noreplace) %{_sysconfdir}/raddb/mods-config/sql/ippool/postgresql/procedure.sql
|
||||
|
||||
%dir %attr(750,root,radiusd) %{_sysconfdir}/raddb/mods-config/sql
|
||||
%dir %attr(750,root,radiusd) %{_sysconfdir}/raddb/mods-config/sql/counter
|
||||
|
Loading…
Reference in New Issue
Block a user