summaryrefslogtreecommitdiff
path: root/net/freeradius
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2020-04-08 09:42:05 +0000
committeradam <adam@pkgsrc.org>2020-04-08 09:42:05 +0000
commit67d6a555192c6d529769dc6ad9450401a687edcf (patch)
tree28390f11062ac523511aff038f853115a41b1b70 /net/freeradius
parent4b584ea2847ad10d49512bcb0a41bc4e4c8fdb18 (diff)
downloadpkgsrc-67d6a555192c6d529769dc6ad9450401a687edcf.tar.gz
freeradius: updated to 3.0.21
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. Added Pica8 dictionary. Add TLS-Client-Cert-Valid-Since attribute holding notBefore date. 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. 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 Many patches from Terry Burton. 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. Increase the nasportid SQL field for varchar(32). Skip processing proxy reply if there are no home servers available. Update SQLite IPPool queries. rlm_sql_unixodbc fixes. Fixes when building with LibreSSL. Fix the rlm_python3 build. Note that this module is experimental. The rlm_python should append the python_path paths in sys.path, It fixes the expected behaviour to use the existing Python modules. Fix rlm_python to print the script errors properly. Bound total query time for PostgreSQL. Many fixes to Oracle sqlippool. It now does 500 IPs per second without any tuning. Reference sqlippool by it's correct name. Revert 3.0.20 patch which caused crashes on duplicate clients. Update WiMAX-MSK attribute. 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.
Diffstat (limited to 'net/freeradius')
-rw-r--r--net/freeradius/Makefile4
-rw-r--r--net/freeradius/Makefile.common4
-rw-r--r--net/freeradius/PLIST3
-rw-r--r--net/freeradius/distinfo10
4 files changed, 9 insertions, 12 deletions
diff --git a/net/freeradius/Makefile b/net/freeradius/Makefile
index 09402572e54..3cfee077c5e 100644
--- a/net/freeradius/Makefile
+++ b/net/freeradius/Makefile
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.105 2020/03/15 22:45:36 tnn Exp $
+# $NetBSD: Makefile,v 1.106 2020/04/08 09:42:05 adam Exp $
-PKGREVISION= 1
.include "Makefile.common"
PKGNAME= ${DISTNAME:S/-server//}
@@ -116,7 +115,6 @@ EGFILES= certs/ca.cnf certs/client.cnf certs/inner-server.cnf \
mods-config/sql/cui/sqlite/schema.sql \
mods-config/sql/ippool/mysql/queries.conf \
mods-config/sql/ippool/mysql/schema.sql \
- mods-config/sql/ippool/oracle/procedures.sql \
mods-config/sql/ippool/oracle/queries.conf \
mods-config/sql/ippool/oracle/schema.sql \
mods-config/sql/ippool/postgresql/queries.conf \
diff --git a/net/freeradius/Makefile.common b/net/freeradius/Makefile.common
index 9836e172ae9..c186781538d 100644
--- a/net/freeradius/Makefile.common
+++ b/net/freeradius/Makefile.common
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.6 2019/12/30 18:17:22 adam Exp $
+# $NetBSD: Makefile.common,v 1.7 2020/04/08 09:42:05 adam Exp $
# used by net/freeradius/Makefile.module
-DISTNAME= freeradius-server-3.0.20
+DISTNAME= freeradius-server-3.0.21
CATEGORIES= net
MASTER_SITES= ftp://ftp.freeradius.org/pub/freeradius/
EXTRACT_SUFX= .tar.bz2
diff --git a/net/freeradius/PLIST b/net/freeradius/PLIST
index c2e9ae0cdd5..e63c402ed5f 100644
--- a/net/freeradius/PLIST
+++ b/net/freeradius/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.32 2019/12/30 18:17:22 adam Exp $
+@comment $NetBSD: PLIST,v 1.33 2020/04/08 09:42:05 adam Exp $
bin/dhcpclient
bin/map_unit
bin/rad_counter
@@ -445,7 +445,6 @@ share/examples/freeradius/mods-config/sql/ippool/mongo/queries.conf
share/examples/freeradius/mods-config/sql/ippool/mysql/procedure.sql
share/examples/freeradius/mods-config/sql/ippool/mysql/queries.conf
share/examples/freeradius/mods-config/sql/ippool/mysql/schema.sql
-share/examples/freeradius/mods-config/sql/ippool/oracle/procedures.sql
share/examples/freeradius/mods-config/sql/ippool/oracle/queries.conf
share/examples/freeradius/mods-config/sql/ippool/oracle/schema.sql
share/examples/freeradius/mods-config/sql/ippool/postgresql/procedure.sql
diff --git a/net/freeradius/distinfo b/net/freeradius/distinfo
index 6a49932fa63..20f89963e0b 100644
--- a/net/freeradius/distinfo
+++ b/net/freeradius/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.39 2019/12/30 18:17:22 adam Exp $
+$NetBSD: distinfo,v 1.40 2020/04/08 09:42:05 adam Exp $
-SHA1 (freeradius-server-3.0.20.tar.bz2) = 3dd0e18fa04aff410876309e4322313b700db2b7
-RMD160 (freeradius-server-3.0.20.tar.bz2) = eb38b754b745051bc2e16ba342f356df73a6d3e3
-SHA512 (freeradius-server-3.0.20.tar.bz2) = d5e0732a75268480092b46822a0e0fffb683adb93be13932eb170d2dc783a46d0daff4cadd0de69fd5ce4578083c9f69a9cccc485ea9c0c2eecf82c772f54b8e
-Size (freeradius-server-3.0.20.tar.bz2) = 3161984 bytes
+SHA1 (freeradius-server-3.0.21.tar.bz2) = 3d90d63bf1452794cf9d0b04147745a254872c3f
+RMD160 (freeradius-server-3.0.21.tar.bz2) = 04a038b701f19d9c598e826a795a0cdaacd3768b
+SHA512 (freeradius-server-3.0.21.tar.bz2) = 18cc142caad2143e30bc54242e3824b5f659f2f6e8f3401c71ce3b9063de0bd8d206d84822c4ad1d99457dfd7121333d4accd0c8340fcfc6b33b8fbe24a31729
+Size (freeradius-server-3.0.21.tar.bz2) = 3184588 bytes
SHA1 (patch-ai) = e32ffd24b93e2cef2e72ef9a8ea59d49e1571dc0
SHA1 (patch-configure.ac) = ffec1f851d23f560797c12eba5092f2940e4d662
SHA1 (patch-main_command.c) = 1c79b29eb13df341906c710c8dd41860a27473dd