diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-08-29 02:18:42 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-08-29 02:18:42 +0000 |
commit | 874e935564f157101eab282b29cbfc3764434b83 (patch) | |
tree | bfc230082d62c9731517e6417eb9ae02affedafe /net/freeradius2/files/patch-ab | |
parent | Update to version 2.0.0, the latest (and newest) stable version. (diff) |
[patch] update net/freeradius to 1.0.0
Update net/freeradius to 1.0.0 from 0.9.3 and take maintainership.
PR: ports/70603
Submitted by: Andrew Thompson <andy@fud.org.nz>
Notes
Notes:
svn path=/head/; revision=117546
Diffstat (limited to 'net/freeradius2/files/patch-ab')
-rw-r--r-- | net/freeradius2/files/patch-ab | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/freeradius2/files/patch-ab b/net/freeradius2/files/patch-ab index f9beec55bde7..67f06dd8a2de 100644 --- a/net/freeradius2/files/patch-ab +++ b/net/freeradius2/files/patch-ab @@ -1,9 +1,9 @@ ---- src/modules/rlm_mschap/rlm_mschap.c.orig Tue Apr 8 11:53:05 2003 -+++ src/modules/rlm_mschap/rlm_mschap.c Tue Apr 8 11:53:32 2003 -@@ -260,10 +260,15 @@ +--- src/modules/rlm_mschap/rlm_mschap.c.orig Thu Aug 19 10:20:28 2004 ++++ src/modules/rlm_mschap/rlm_mschap.c Thu Aug 19 10:21:16 2004 +@@ -220,10 +220,15 @@ SHA1_CTX Context; char hash[20]; - + + const char *name; + + name = strchr(user_name, '\\'); |