net/radiator: update 4.14 -> 4.17
PR: 216374 Changes: http://www.open.com.au/radiator/history.html Approved by: lyngbol@wheel.dk (maintainer)
This commit is contained in:
parent
a6ffae73ce
commit
3a25a18aba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432198
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Radiator
|
||||
PORTVERSION= 4.14
|
||||
PORTVERSION= 4.17
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= # fetch manually
|
||||
DIST_SUBDIR= ${PORTNAME}
|
||||
@ -10,6 +10,11 @@ DIST_SUBDIR= ${PORTNAME}
|
||||
MAINTAINER= lyngbol@wheel.dk
|
||||
COMMENT= Radiator Radius Server by Open System Consultants
|
||||
|
||||
LICENSE= radiator
|
||||
LICENSE_NAME= Radiator
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
LICENSE_PERMS= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell
|
||||
|
||||
OPTIONS_DEFINE= MYSQL
|
||||
MYSQL_DESC= MySQL support
|
||||
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (Radiator/Radiator-4.14.tgz) = 373b7c33d562797a10013762c0236736d5e1c177d30c172b5637f35fa4ab7c02
|
||||
SIZE (Radiator/Radiator-4.14.tgz) = 16076068
|
||||
TIMESTAMP = 1485100420
|
||||
SHA256 (Radiator/Radiator-4.17.tgz) = 5ba0e00724709f15e8bb7972b4b42972ea211908ef1052a88cb95d0e1100a8cb
|
||||
SIZE (Radiator/Radiator-4.17.tgz) = 5437404
|
||||
|
@ -8,8 +8,15 @@ etc/radiator/dictionary.cisco-vpn
|
||||
etc/radiator/dictionary.sip
|
||||
@sample etc/radiator/radius.cfg.sample
|
||||
%%SITE_PERL%%/Radius/AES.pm
|
||||
%%SITE_PERL%%/Radius/AES_GCM.pm
|
||||
%%SITE_PERL%%/Radius/ASN1.pm
|
||||
%%SITE_PERL%%/Radius/AcctLogEVENTLOG.pm
|
||||
%%SITE_PERL%%/Radius/AcctLogFILE.pm
|
||||
%%SITE_PERL%%/Radius/AcctLogGeneric.pm
|
||||
%%SITE_PERL%%/Radius/AcctLogSQL.pm
|
||||
%%SITE_PERL%%/Radius/AcctLogSYSLOG.pm
|
||||
%%SITE_PERL%%/Radius/AddressAllocatorDHCP.pm
|
||||
%%SITE_PERL%%/Radius/AddressAllocatorDHCPv6.pm
|
||||
%%SITE_PERL%%/Radius/AddressAllocatorGeneric.pm
|
||||
%%SITE_PERL%%/Radius/AddressAllocatorSQL.pm
|
||||
%%SITE_PERL%%/Radius/ApplePasswordServer.pm
|
||||
@ -25,6 +32,7 @@ etc/radiator/dictionary.sip
|
||||
%%SITE_PERL%%/Radius/AuthDNSROAM.pm
|
||||
%%SITE_PERL%%/Radius/AuthDUO.pm
|
||||
%%SITE_PERL%%/Radius/AuthDYNADDRESS.pm
|
||||
%%SITE_PERL%%/Radius/AuthDYNAUTH.pm
|
||||
%%SITE_PERL%%/Radius/AuthEAPBALANCE.pm
|
||||
%%SITE_PERL%%/Radius/AuthEMERALD.pm
|
||||
%%SITE_PERL%%/Radius/AuthEMERALD4.pm
|
||||
@ -33,6 +41,7 @@ etc/radiator/dictionary.sip
|
||||
%%SITE_PERL%%/Radius/AuthFIDELIOHOTSPOT.pm
|
||||
%%SITE_PERL%%/Radius/AuthFILE.pm
|
||||
%%SITE_PERL%%/Radius/AuthFREERADIUSSQL.pm
|
||||
%%SITE_PERL%%/Radius/AuthGOSSIP.pm
|
||||
%%SITE_PERL%%/Radius/AuthGROUP.pm
|
||||
%%SITE_PERL%%/Radius/AuthGeneric.pm
|
||||
%%SITE_PERL%%/Radius/AuthHANDLER.pm
|
||||
@ -51,6 +60,7 @@ etc/radiator/dictionary.sip
|
||||
%%SITE_PERL%%/Radius/AuthLDAP_APS.pm
|
||||
%%SITE_PERL%%/Radius/AuthLOADBALANCE.pm
|
||||
%%SITE_PERL%%/Radius/AuthLSA.pm
|
||||
%%SITE_PERL%%/Radius/AuthLogEVENTLOG.pm
|
||||
%%SITE_PERL%%/Radius/AuthLogFILE.pm
|
||||
%%SITE_PERL%%/Radius/AuthLogGeneric.pm
|
||||
%%SITE_PERL%%/Radius/AuthLogSQL.pm
|
||||
@ -67,7 +77,9 @@ etc/radiator/dictionary.sip
|
||||
%%SITE_PERL%%/Radius/AuthPOP3.pm
|
||||
%%SITE_PERL%%/Radius/AuthPORTLIMITCHECK.pm
|
||||
%%SITE_PERL%%/Radius/AuthPRESENCESQL.pm
|
||||
%%SITE_PERL%%/Radius/AuthRADIATORLB.pm
|
||||
%%SITE_PERL%%/Radius/AuthRADIUS.pm
|
||||
%%SITE_PERL%%/Radius/AuthRADIUSBYATTR.pm
|
||||
%%SITE_PERL%%/Radius/AuthRADKEY.pm
|
||||
%%SITE_PERL%%/Radius/AuthRADMIN.pm
|
||||
%%SITE_PERL%%/Radius/AuthRADSEC.pm
|
||||
@ -107,12 +119,18 @@ etc/radiator/dictionary.sip
|
||||
%%SITE_PERL%%/Radius/Context.pm
|
||||
%%SITE_PERL%%/Radius/DES.pm
|
||||
%%SITE_PERL%%/Radius/DHCP.pm
|
||||
%%SITE_PERL%%/Radius/DHCPv6.pm
|
||||
%%SITE_PERL%%/Radius/DHCPv6Client.pm
|
||||
%%SITE_PERL%%/Radius/DiaAttrList.pm
|
||||
%%SITE_PERL%%/Radius/DiaClient.pm
|
||||
%%SITE_PERL%%/Radius/DiaDict.pm
|
||||
%%SITE_PERL%%/Radius/DiaDict_4.pm
|
||||
%%SITE_PERL%%/Radius/DiaMsg.pm
|
||||
%%SITE_PERL%%/Radius/DiaPeer.pm
|
||||
%%SITE_PERL%%/Radius/DiaStatsLogFILE.pm
|
||||
%%SITE_PERL%%/Radius/DiaStatsLogGeneric.pm
|
||||
%%SITE_PERL%%/Radius/DiaStatsLogREDIS.pm
|
||||
%%SITE_PERL%%/Radius/DiaStatsLogSQL.pm
|
||||
%%SITE_PERL%%/Radius/DiaUtil.pm
|
||||
%%SITE_PERL%%/Radius/Diameter.pm
|
||||
%%SITE_PERL%%/Radius/Dictionary.pm
|
||||
@ -133,6 +151,9 @@ etc/radiator/dictionary.sip
|
||||
%%SITE_PERL%%/Radius/EAP_52.pm
|
||||
%%SITE_PERL%%/Radius/EAP_6.pm
|
||||
%%SITE_PERL%%/Radius/Fidelio.pm
|
||||
%%SITE_PERL%%/Radius/Gossip.pm
|
||||
%%SITE_PERL%%/Radius/GossipRedis.pm
|
||||
%%SITE_PERL%%/Radius/GossipUDP.pm
|
||||
%%SITE_PERL%%/Radius/HOTP.pm
|
||||
%%SITE_PERL%%/Radius/HTTPRequest.pm
|
||||
%%SITE_PERL%%/Radius/Handler.pm
|
||||
@ -140,12 +161,16 @@ etc/radiator/dictionary.sip
|
||||
%%SITE_PERL%%/Radius/Ldap.pm
|
||||
%%SITE_PERL%%/Radius/Log.pm
|
||||
%%SITE_PERL%%/Radius/LogEMERALD.pm
|
||||
%%SITE_PERL%%/Radius/LogEVENTLOG.pm
|
||||
%%SITE_PERL%%/Radius/LogFILE.pm
|
||||
%%SITE_PERL%%/Radius/LogFormat.pm
|
||||
%%SITE_PERL%%/Radius/LogGeneric.pm
|
||||
%%SITE_PERL%%/Radius/LogSQL.pm
|
||||
%%SITE_PERL%%/Radius/LogSYSLOG.pm
|
||||
%%SITE_PERL%%/Radius/Logger.pm
|
||||
%%SITE_PERL%%/Radius/MSCHAP.pm
|
||||
%%SITE_PERL%%/Radius/MessageLogFILE.pm
|
||||
%%SITE_PERL%%/Radius/MessageLogGeneric.pm
|
||||
%%SITE_PERL%%/Radius/Mib.pm
|
||||
%%SITE_PERL%%/Radius/Monitor.pm
|
||||
%%SITE_PERL%%/Radius/Nas.pm
|
||||
@ -156,6 +181,7 @@ etc/radiator/dictionary.sip
|
||||
%%SITE_PERL%%/Radius/Nas/Bay5399SNMP.pm
|
||||
%%SITE_PERL%%/Radius/Nas/Bay8000SNMP.pm
|
||||
%%SITE_PERL%%/Radius/Nas/BayFinger.pm
|
||||
%%SITE_PERL%%/Radius/Nas/Brocade.pm
|
||||
%%SITE_PERL%%/Radius/Nas/Cisco.pm
|
||||
%%SITE_PERL%%/Radius/Nas/CiscoSessionMIB.pm
|
||||
%%SITE_PERL%%/Radius/Nas/CiscoVPDN.pm
|
||||
@ -163,7 +189,10 @@ etc/radiator/dictionary.sip
|
||||
%%SITE_PERL%%/Radius/Nas/Computone.pm
|
||||
%%SITE_PERL%%/Radius/Nas/Cyclades.pm
|
||||
%%SITE_PERL%%/Radius/Nas/Hiper.pm
|
||||
%%SITE_PERL%%/Radius/Nas/Juniper.pm
|
||||
%%SITE_PERL%%/Radius/Nas/Livingston.pm
|
||||
%%SITE_PERL%%/Radius/Nas/MikroTik.pm
|
||||
%%SITE_PERL%%/Radius/Nas/NasGeneric.pm
|
||||
%%SITE_PERL%%/Radius/Nas/NomadixSNMP.pm
|
||||
%%SITE_PERL%%/Radius/Nas/NortelCVX1800.pm
|
||||
%%SITE_PERL%%/Radius/Nas/Patton.pm
|
||||
@ -180,7 +209,9 @@ etc/radiator/dictionary.sip
|
||||
%%SITE_PERL%%/Radius/Nas/TigrisOld.pm
|
||||
%%SITE_PERL%%/Radius/Nas/TotalControl.pm
|
||||
%%SITE_PERL%%/Radius/Nas/TotalControlSNMP.pm
|
||||
%%SITE_PERL%%/Radius/Nas/Vyatta.pm
|
||||
%%SITE_PERL%%/Radius/Nas/Xyplex.pm
|
||||
%%SITE_PERL%%/Radius/Nas/ZTE.pm
|
||||
%%SITE_PERL%%/Radius/Nas/ignore.pm
|
||||
%%SITE_PERL%%/Radius/Nas/unknown.pm
|
||||
%%SITE_PERL%%/Radius/OSC_IMV.pm
|
||||
@ -211,12 +242,14 @@ etc/radiator/dictionary.sip
|
||||
%%SITE_PERL%%/Radius/SessGeneric.pm
|
||||
%%SITE_PERL%%/Radius/SessINTERNAL.pm
|
||||
%%SITE_PERL%%/Radius/SessNULL.pm
|
||||
%%SITE_PERL%%/Radius/SessREDIS.pm
|
||||
%%SITE_PERL%%/Radius/SessSQL.pm
|
||||
%%SITE_PERL%%/Radius/SimpleClient.pm
|
||||
%%SITE_PERL%%/Radius/SqlDb.pm
|
||||
%%SITE_PERL%%/Radius/StateMachine.pm
|
||||
%%SITE_PERL%%/Radius/StatsLogFILE.pm
|
||||
%%SITE_PERL%%/Radius/StatsLogGeneric.pm
|
||||
%%SITE_PERL%%/Radius/StatsLogREDIS.pm
|
||||
%%SITE_PERL%%/Radius/StatsLogSQL.pm
|
||||
%%SITE_PERL%%/Radius/Stream.pm
|
||||
%%SITE_PERL%%/Radius/StreamServer.pm
|
||||
|
Loading…
Reference in New Issue
Block a user