forked from pool/freeradius-server
- update to 3.0.21
Feature Improvements * New stored procedure for allocating IPs with PostgreSQL Rates of 1500 IPs per second are now possible See raddb/mods-config/sql/ippool/postgresql/procedure.sql * Add SQL IP pool support for Microsoft SQL Server See raddb/mods-config/sql/ippool/mssql/ * Added RCNTEC dictionary. Closes #3168. * Added Pica8 dictionary. Closes #3179. * Add TLS-Client-Cert-Valid-Since attribute holding not Before date Patch from Boris Lytochkin. Fixes #3157. * Generate attributes containing unknown OIDs See raddb/sites-available/tls * Update the WiMAX dictionary. * Added ability to rlm_python(Python2) show a stacktrace from errors. #2979. * Add WiFi Alliance Policy OIDs. See raddb/certs/xpextensions * radmin now shows coa stats, too. * Sample schema extensions for summarizing data in SQL See mods-config/sql/main/*/process-radacct.sql * Update dictionary.aerohive, dictionary.fortinet, dictionary.arista and dictionary.erx. * Added VAS Experts dictionary. * Many updates to RPM and jenkins builds from Matthew Newton. * Added %C (time now in seconds) and %c (microsecond component of now) back-ported from the "master" branch. * Add reload capability to systemd unit file in Debian and RedHat. * Increase timestamp precision in postauth to maximum supported by each database and simplify (and make more consistent between drivers) the timestamps in SQL queries by using expansions. OBS-URL: https://build.opensuse.org/package/show/network/freeradius-server?expand=0&rev=135
This commit is contained in:
parent
415f44c27c
commit
65823d05b2
File diff suppressed because it is too large
Load Diff
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e25247870aeb154d2f75efde22573095c0f105d85740ef95a2ad186c5e5ec815
|
||||
size 3161984
|
Binary file not shown.
3
freeradius-server-3.0.21.tar.bz2
Normal file
3
freeradius-server-3.0.21.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c22dad43954b0cbc957564d3f8cbb942ff09853852d2c2155d54e6bd641a4e7d
|
||||
size 3184588
|
BIN
freeradius-server-3.0.21.tar.bz2.sig
Normal file
BIN
freeradius-server-3.0.21.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +1,68 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 24 15:31:22 UTC 2020 - Adam Majer <adam.majer@suse.de>
|
||||
|
||||
- update to 3.0.21
|
||||
|
||||
|
||||
Feature Improvements
|
||||
|
||||
* New stored procedure for allocating IPs with PostgreSQL
|
||||
Rates of 1500 IPs per second are now possible
|
||||
See raddb/mods-config/sql/ippool/postgresql/procedure.sql
|
||||
* Add SQL IP pool support for Microsoft SQL Server
|
||||
See raddb/mods-config/sql/ippool/mssql/
|
||||
* Added RCNTEC dictionary. Closes #3168.
|
||||
* Added Pica8 dictionary. Closes #3179.
|
||||
* Add TLS-Client-Cert-Valid-Since attribute holding not
|
||||
Before date Patch from Boris Lytochkin. Fixes #3157.
|
||||
* Generate attributes containing unknown OIDs See raddb/sites-available/tls
|
||||
* Update the WiMAX dictionary.
|
||||
* Added ability to rlm_python(Python2) show a stacktrace
|
||||
from errors. #2979.
|
||||
* Add WiFi Alliance Policy OIDs.
|
||||
See raddb/certs/xpextensions
|
||||
* radmin now shows coa stats, too.
|
||||
* Sample schema extensions for summarizing data in SQL
|
||||
See mods-config/sql/main/*/process-radacct.sql
|
||||
* Update dictionary.aerohive, dictionary.fortinet,
|
||||
dictionary.arista and dictionary.erx.
|
||||
* Added VAS Experts dictionary.
|
||||
* Many updates to RPM and jenkins builds from Matthew Newton.
|
||||
* Added %C (time now in seconds) and %c (microsecond component of now)
|
||||
back-ported from the "master" branch.
|
||||
* Add reload capability to systemd unit file in Debian and RedHat.
|
||||
* Increase timestamp precision in postauth to maximum supported by each
|
||||
database and simplify (and make more consistent between drivers)
|
||||
the timestamps in SQL queries by using expansions.
|
||||
* Option to set dictionary path in raduat script.
|
||||
|
||||
Bug Fixes
|
||||
|
||||
* Various fixes found by PVS-Studio.
|
||||
* Set permissions of certificates in bootstrap shell script Fixes #3132.
|
||||
* Increase the 'nasportid' SQL field for 'varchar(32)'. #3141.
|
||||
* Skip processing proxy reply if there are no home servers available.
|
||||
* Update SQLite IPPool queries. Fixes #3177
|
||||
* rlm_sql_unixodbc fixes. Fixes #2822.
|
||||
* Fixes when building with LibreSSL.
|
||||
* Fix the rlm_python3 build. Note that this module is experimental. #3183.
|
||||
* The rlm_python should append the 'python_path' paths in 'sys.path'.
|
||||
It fixes the expected behavior to use the existing Python modules
|
||||
Fixes #3180.
|
||||
* Fix rlm_python to print the script errors properly.
|
||||
* Bound total query time for PostgreSQL. Fixes #3253.
|
||||
* Many fixes to Oracle sqlippool. It now does 500 IPs per second
|
||||
without any tuning. Fixes #3270.
|
||||
* Reference sqlippool by it's correct name. Fixes #3272.
|
||||
* Revert 3.0.20 patch which caused crashes on duplicate clients.
|
||||
* Update WiMAX-MSK attribute. Fixes #3280.
|
||||
* Fix crash when trying to access non-existant regex capture group.
|
||||
* Use timestamps (request or server) rather than SQL NOW()
|
||||
in accounting queries so that these are stable when replayed
|
||||
from a file buffer.
|
||||
|
||||
- freeradius-python3_patches.patch: upstreamed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 17 13:42:37 UTC 2020 - Adam Majer <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.20
|
||||
Version: 3.0.21
|
||||
Release: 0
|
||||
|
||||
%if 0%{?suse_version} >= 1500
|
||||
@ -65,7 +65,6 @@ Source2: freeradius-tmpfiles.conf
|
||||
Patch1: freeradius-server-tmpfiles.patch
|
||||
Patch2: freeradius-server-radiusd-logrotate.patch
|
||||
Patch3: freeradius-server-rcradiusd.patch
|
||||
Patch4: freeradius-python3_patches.patch
|
||||
Patch5: freeradius-server-rlm_sql_unixodbc-configure.patch
|
||||
Patch6: freeradius-server-radclient-init-error-buffer.patch
|
||||
Patch7: freeradius-server-opensslversion.patch
|
||||
@ -346,6 +345,7 @@ rm -r %{buildroot}%{_libdir}/freeradius/*.*a
|
||||
# rm %{buildroot}%{_defaultdocdir}/%{name}/Makefile
|
||||
# rm %{buildroot}%{_defaultdocdir}/%{name}/examples/Makefile
|
||||
rm -r %{buildroot}%{_sysconfdir}/raddb/mods-config/sql/main/mssql
|
||||
rm -r %{buildroot}%{_sysconfdir}/raddb/mods-config/sql/ippool/mssql
|
||||
rm -r %{buildroot}%{_sysconfdir}/raddb/mods-config/sql/ippool/oracle
|
||||
rm -r %{buildroot}%{_sysconfdir}/raddb/mods-config/sql/ippool-dhcp/oracle
|
||||
rm -r %{buildroot}%{_sysconfdir}/raddb/mods-config/sql/main/oracle
|
||||
@ -477,6 +477,7 @@ systemd-tmpfiles --create %{_tmpfilesdir}/%{unitname}.conf
|
||||
#%attr(640,root,radiusd) %{_sysconfdir}/raddb/mods-config/sql/ippool-dhcp/oracle/queries.conf
|
||||
#%attr(640,root,radiusd) %{_sysconfdir}/raddb/mods-config/sql/ippool-dhcp/oracle/schema.sql
|
||||
%attr(640,root,radiusd) %{_sysconfdir}/raddb/mods-config/sql/ippool-dhcp/sqlite/schema.sql
|
||||
|
||||
%dir %attr(750,root,radiusd) %{_sysconfdir}/raddb/mods-config/unbound
|
||||
%attr(640,root,radiusd) %{_sysconfdir}/raddb/mods-config/unbound/default.conf
|
||||
|
||||
@ -789,6 +790,7 @@ systemd-tmpfiles --create %{_tmpfilesdir}/%{unitname}.conf
|
||||
%attr(640,root,radiusd) %config(noreplace) %{_sysconfdir}/raddb/mods-config/sql/ippool-dhcp/mysql/queries.conf
|
||||
|
||||
%dir %attr(750,root,radiusd) %{_sysconfdir}/raddb/mods-config/sql/main/mysql
|
||||
%attr(640,root,radiusd) %config(noreplace) %{_sysconfdir}/raddb/mods-config/sql/main/mysql/process-radacct.sql
|
||||
%attr(640,root,radiusd) %config(noreplace) %{_sysconfdir}/raddb/mods-config/sql/main/mysql/setup.sql
|
||||
%attr(640,root,radiusd) %config(noreplace) %{_sysconfdir}/raddb/mods-config/sql/main/mysql/queries.conf
|
||||
%attr(640,root,radiusd) %config(noreplace) %{_sysconfdir}/raddb/mods-config/sql/main/mysql/schema.sql
|
||||
@ -822,6 +824,7 @@ systemd-tmpfiles --create %{_tmpfilesdir}/%{unitname}.conf
|
||||
%attr(640,root,radiusd) %config(noreplace) %{_sysconfdir}/raddb/mods-config/sql/ippool/postgresql/schema.sql
|
||||
|
||||
%dir %attr(750,root,radiusd) %{_sysconfdir}/raddb/mods-config/sql/main/postgresql
|
||||
%attr(640,root,radiusd) %config(noreplace) %{_sysconfdir}/raddb/mods-config/sql/main/postgresql/process-radacct.sql
|
||||
%attr(640,root,radiusd) %config(noreplace) %{_sysconfdir}/raddb/mods-config/sql/main/postgresql/setup.sql
|
||||
%attr(640,root,radiusd) %config(noreplace) %{_sysconfdir}/raddb/mods-config/sql/main/postgresql/queries.conf
|
||||
%attr(640,root,radiusd) %config(noreplace) %{_sysconfdir}/raddb/mods-config/sql/main/postgresql/schema.sql
|
||||
@ -852,6 +855,8 @@ systemd-tmpfiles --create %{_tmpfilesdir}/%{unitname}.conf
|
||||
%attr(640,root,radiusd) %config(noreplace) %{_sysconfdir}/raddb/mods-config/sql/ippool-dhcp/sqlite/queries.conf
|
||||
|
||||
%dir %attr(750,root,radiusd) %{_sysconfdir}/raddb/mods-config/sql/main/sqlite
|
||||
%attr(640,root,radiusd) %config(noreplace) %{_sysconfdir}/raddb/mods-config/sql/main/sqlite/process-radacct-refresh.sh
|
||||
%attr(640,root,radiusd) %config(noreplace) %{_sysconfdir}/raddb/mods-config/sql/main/sqlite/process-radacct-schema.sql
|
||||
%attr(640,root,radiusd) %config(noreplace) %{_sysconfdir}/raddb/mods-config/sql/main/sqlite/queries.conf
|
||||
%attr(640,root,radiusd) %config(noreplace) %{_sysconfdir}/raddb/mods-config/sql/main/sqlite/schema.sql
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user