pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net freeradius: updated to 3.0.21



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9509a9cdb78b
branches:  trunk
changeset: 426906:9509a9cdb78b
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Apr 08 09:42:05 2020 +0000

description:
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:

 net/freeradius-freetds/Makefile |   3 +--
 net/freeradius-ldap/Makefile    |   3 +--
 net/freeradius-rest/Makefile    |   3 +--
 net/freeradius/Makefile         |   4 +---
 net/freeradius/Makefile.common  |   4 ++--
 net/freeradius/PLIST            |   3 +--
 net/freeradius/distinfo         |  10 +++++-----
 7 files changed, 12 insertions(+), 18 deletions(-)

diffs (100 lines):

diff -r bd6c85c4f5e1 -r 9509a9cdb78b net/freeradius-freetds/Makefile
--- a/net/freeradius-freetds/Makefile   Wed Apr 08 09:41:48 2020 +0000
+++ b/net/freeradius-freetds/Makefile   Wed Apr 08 09:42:05 2020 +0000
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.11 2020/03/08 16:50:50 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2020/04/08 09:42:05 adam Exp $
 
-PKGREVISION= 2
 .include "../../net/freeradius/Makefile.module"
 
 PKGNAME=       ${DISTNAME:S/-server/-freetds/}
diff -r bd6c85c4f5e1 -r 9509a9cdb78b net/freeradius-ldap/Makefile
--- a/net/freeradius-ldap/Makefile      Wed Apr 08 09:41:48 2020 +0000
+++ b/net/freeradius-ldap/Makefile      Wed Apr 08 09:42:05 2020 +0000
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.3 2020/01/18 21:50:13 jperkin Exp $
+# $NetBSD: Makefile,v 1.4 2020/04/08 09:42:05 adam Exp $
 
-PKGREVISION= 1
 .include "../../net/freeradius/Makefile.module"
 
 PKGNAME=       ${DISTNAME:S/-server/-ldap/}
diff -r bd6c85c4f5e1 -r 9509a9cdb78b net/freeradius-rest/Makefile
--- a/net/freeradius-rest/Makefile      Wed Apr 08 09:41:48 2020 +0000
+++ b/net/freeradius-rest/Makefile      Wed Apr 08 09:42:05 2020 +0000
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.15 2020/03/08 16:50:50 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2020/04/08 09:42:06 adam Exp $
 
-PKGREVISION= 3
 .include "../../net/freeradius/Makefile.module"
 
 PKGNAME=       ${DISTNAME:S/-server/-rest/}
diff -r bd6c85c4f5e1 -r 9509a9cdb78b net/freeradius/Makefile
--- a/net/freeradius/Makefile   Wed Apr 08 09:41:48 2020 +0000
+++ b/net/freeradius/Makefile   Wed Apr 08 09:42:05 2020 +0000
@@ -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 @@
                        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 -r bd6c85c4f5e1 -r 9509a9cdb78b net/freeradius/Makefile.common
--- a/net/freeradius/Makefile.common    Wed Apr 08 09:41:48 2020 +0000
+++ b/net/freeradius/Makefile.common    Wed Apr 08 09:42:05 2020 +0000
@@ -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 -r bd6c85c4f5e1 -r 9509a9cdb78b net/freeradius/PLIST
--- a/net/freeradius/PLIST      Wed Apr 08 09:41:48 2020 +0000
+++ b/net/freeradius/PLIST      Wed Apr 08 09:42:05 2020 +0000
@@ -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/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 -r bd6c85c4f5e1 -r 9509a9cdb78b net/freeradius/distinfo
--- a/net/freeradius/distinfo   Wed Apr 08 09:41:48 2020 +0000
+++ b/net/freeradius/distinfo   Wed Apr 08 09:42:05 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index