Update to version 1.0.2

PR:		ports/77661
Submitted by:	maintainer
This commit is contained in:
Kirill Ponomarev 2005-02-18 08:44:19 +00:00
parent cf6c92b4fe
commit 48e68dd875
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129131
8 changed files with 26 additions and 64 deletions

View File

@ -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" \

View File

@ -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

View File

@ -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) {

View File

@ -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

View File

@ -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" \

View File

@ -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

View File

@ -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) {

View File

@ -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