Update to version 1.0.2
PR: ports/77661 Submitted by: maintainer
This commit is contained in:
parent
cf6c92b4fe
commit
48e68dd875
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129131
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= freeradius
|
||||
PORTVERSION= 1.0.1
|
||||
PORTVERSION= 1.0.2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://ftp.freeradius.org/pub/radius/ \
|
||||
ftp://ftp.Awfulhak.org/pub/radius/
|
||||
@ -115,14 +115,14 @@ DICTS= dictionary.3com dictionary.3gpp dictionary.3gpp2 dictionary.acc \
|
||||
dictionary.cisco.vpn3000 dictionary.cisco.vpn5000 \
|
||||
dictionary.colubris dictionary.columbia_university \
|
||||
dictionary.compat dictionary.erx dictionary.foundry \
|
||||
dictionary.freeradius dictionary.gandalf dictionary.juniper \
|
||||
dictionary.karlnet dictionary.livingston dictionary.merit \
|
||||
dictionary.microsoft dictionary.mikrotik dictionary.navini \
|
||||
dictionary.nomadix dictionary.propel dictionary.quintum \
|
||||
dictionary.redback dictionary.shasta dictionary.shiva \
|
||||
dictionary.sonicwall dictionary.trapeze dictionary.tunnel \
|
||||
dictionary.unix dictionary.usr dictionary.valemount \
|
||||
dictionary.versanet
|
||||
dictionary.freeradius dictionary.gandalf dictionary.garderos \
|
||||
dictionary.juniper dictionary.karlnet dictionary.livingston \
|
||||
dictionary.localweb dictionary.merit dictionary.microsoft \
|
||||
dictionary.mikrotik dictionary.navini dictionary.nomadix \
|
||||
dictionary.propel dictionary.quintum dictionary.redback \
|
||||
dictionary.shasta dictionary.shiva dictionary.sonicwall \
|
||||
dictionary.trapeze dictionary.tunnel dictionary.unix \
|
||||
dictionary.usr dictionary.valemount dictionary.versanet
|
||||
|
||||
post-patch:
|
||||
@${SED} -e "s|%%PREFIX%%|${PREFIX}|g" -e "s|%%RC_SUBR%%|${RC_SUBR}|g" \
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (freeradius-1.0.1.tar.gz) = abc30cb71367f859ceed4de6477cd59f
|
||||
SIZE (freeradius-1.0.1.tar.gz) = 2237745
|
||||
MD5 (freeradius-1.0.2.tar.gz) = f5dfce4efbb03bbc47ceae08270a875e
|
||||
SIZE (freeradius-1.0.2.tar.gz) = 2208884
|
||||
|
@ -1,21 +0,0 @@
|
||||
--- src/modules/rlm_x99_token/x99_rlm.c.orig Wed Aug 18 10:52:56 2004
|
||||
+++ src/modules/rlm_x99_token/x99_rlm.c Wed Aug 18 10:53:43 2004
|
||||
@@ -544,8 +544,6 @@
|
||||
"auth: bad state for [%s]: expired", username);
|
||||
return RLM_MODULE_REJECT;
|
||||
}
|
||||
-good_state:
|
||||
- /* State is good! */
|
||||
|
||||
} else {
|
||||
/* This should only happen if the authorize code didn't run. */
|
||||
@@ -555,6 +553,9 @@
|
||||
return RLM_MODULE_FAIL;
|
||||
}
|
||||
} /* if (!fast_sync) */
|
||||
+
|
||||
+good_state:
|
||||
+ /* State is good! */
|
||||
|
||||
/* Get the time of the last authentication. */
|
||||
if (x99_get_last_auth(inst->syncdir, username, &last_auth) != 0) {
|
@ -395,10 +395,12 @@ sbin/rc.radiusd
|
||||
%%DATADIR%%/dictionary.foundry
|
||||
%%DATADIR%%/dictionary.freeradius
|
||||
%%DATADIR%%/dictionary.gandalf
|
||||
%%DATADIR%%/dictionary.garderos
|
||||
%%DATADIR%%/dictionary.itk
|
||||
%%DATADIR%%/dictionary.juniper
|
||||
%%DATADIR%%/dictionary.karlnet
|
||||
%%DATADIR%%/dictionary.livingston
|
||||
%%DATADIR%%/dictionary.localweb
|
||||
%%DATADIR%%/dictionary.merit
|
||||
%%DATADIR%%/dictionary.microsoft
|
||||
%%DATADIR%%/dictionary.mikrotik
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= freeradius
|
||||
PORTVERSION= 1.0.1
|
||||
PORTVERSION= 1.0.2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://ftp.freeradius.org/pub/radius/ \
|
||||
ftp://ftp.Awfulhak.org/pub/radius/
|
||||
@ -115,14 +115,14 @@ DICTS= dictionary.3com dictionary.3gpp dictionary.3gpp2 dictionary.acc \
|
||||
dictionary.cisco.vpn3000 dictionary.cisco.vpn5000 \
|
||||
dictionary.colubris dictionary.columbia_university \
|
||||
dictionary.compat dictionary.erx dictionary.foundry \
|
||||
dictionary.freeradius dictionary.gandalf dictionary.juniper \
|
||||
dictionary.karlnet dictionary.livingston dictionary.merit \
|
||||
dictionary.microsoft dictionary.mikrotik dictionary.navini \
|
||||
dictionary.nomadix dictionary.propel dictionary.quintum \
|
||||
dictionary.redback dictionary.shasta dictionary.shiva \
|
||||
dictionary.sonicwall dictionary.trapeze dictionary.tunnel \
|
||||
dictionary.unix dictionary.usr dictionary.valemount \
|
||||
dictionary.versanet
|
||||
dictionary.freeradius dictionary.gandalf dictionary.garderos \
|
||||
dictionary.juniper dictionary.karlnet dictionary.livingston \
|
||||
dictionary.localweb dictionary.merit dictionary.microsoft \
|
||||
dictionary.mikrotik dictionary.navini dictionary.nomadix \
|
||||
dictionary.propel dictionary.quintum dictionary.redback \
|
||||
dictionary.shasta dictionary.shiva dictionary.sonicwall \
|
||||
dictionary.trapeze dictionary.tunnel dictionary.unix \
|
||||
dictionary.usr dictionary.valemount dictionary.versanet
|
||||
|
||||
post-patch:
|
||||
@${SED} -e "s|%%PREFIX%%|${PREFIX}|g" -e "s|%%RC_SUBR%%|${RC_SUBR}|g" \
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (freeradius-1.0.1.tar.gz) = abc30cb71367f859ceed4de6477cd59f
|
||||
SIZE (freeradius-1.0.1.tar.gz) = 2237745
|
||||
MD5 (freeradius-1.0.2.tar.gz) = f5dfce4efbb03bbc47ceae08270a875e
|
||||
SIZE (freeradius-1.0.2.tar.gz) = 2208884
|
||||
|
@ -1,21 +0,0 @@
|
||||
--- src/modules/rlm_x99_token/x99_rlm.c.orig Wed Aug 18 10:52:56 2004
|
||||
+++ src/modules/rlm_x99_token/x99_rlm.c Wed Aug 18 10:53:43 2004
|
||||
@@ -544,8 +544,6 @@
|
||||
"auth: bad state for [%s]: expired", username);
|
||||
return RLM_MODULE_REJECT;
|
||||
}
|
||||
-good_state:
|
||||
- /* State is good! */
|
||||
|
||||
} else {
|
||||
/* This should only happen if the authorize code didn't run. */
|
||||
@@ -555,6 +553,9 @@
|
||||
return RLM_MODULE_FAIL;
|
||||
}
|
||||
} /* if (!fast_sync) */
|
||||
+
|
||||
+good_state:
|
||||
+ /* State is good! */
|
||||
|
||||
/* Get the time of the last authentication. */
|
||||
if (x99_get_last_auth(inst->syncdir, username, &last_auth) != 0) {
|
@ -395,10 +395,12 @@ sbin/rc.radiusd
|
||||
%%DATADIR%%/dictionary.foundry
|
||||
%%DATADIR%%/dictionary.freeradius
|
||||
%%DATADIR%%/dictionary.gandalf
|
||||
%%DATADIR%%/dictionary.garderos
|
||||
%%DATADIR%%/dictionary.itk
|
||||
%%DATADIR%%/dictionary.juniper
|
||||
%%DATADIR%%/dictionary.karlnet
|
||||
%%DATADIR%%/dictionary.livingston
|
||||
%%DATADIR%%/dictionary.localweb
|
||||
%%DATADIR%%/dictionary.merit
|
||||
%%DATADIR%%/dictionary.microsoft
|
||||
%%DATADIR%%/dictionary.mikrotik
|
||||
|
Loading…
Reference in New Issue
Block a user