FreeBSD Bugzilla – Attachment 72223 Details for
Bug 105025
[maintainer-update] Remove unnecessary patch files/patch-ab from net/freeradius
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.25 KB, created by
David Wood
on 2006-11-01 16:20:11 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
David Wood
Created:
2006-11-01 16:20:11 UTC
Size:
1.25 KB
patch
obsolete
>diff -ruN /usr/ports/net/freeradius/Makefile /usr/ports_updated/net/freeradius/Makefile >--- /usr/ports/net/freeradius/Makefile Wed Nov 1 10:21:17 2006 >+++ /usr/ports_updated/net/freeradius/Makefile Wed Nov 1 12:48:00 2006 >@@ -7,6 +7,7 @@ > > PORTNAME= freeradius > PORTVERSION= 1.1.3 >+PORTREVISION= 1 > CATEGORIES= net > MASTER_SITES= ftp://ftp.freeradius.org/pub/radius/ \ > ftp://ftp.ntua.gr/pub/net/radius/freeradius/ \ >diff -ruN /usr/ports/net/freeradius/files/patch-ab /usr/ports_updated/net/freeradius/files/patch-ab >--- /usr/ports/net/freeradius/files/patch-ab Sun Aug 29 03:18:42 2004 >+++ /usr/ports_updated/net/freeradius/files/patch-ab Thu Jan 1 01:00:00 1970 >@@ -1,19 +0,0 @@ >---- 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, '\\'); >-+ name = name == NULL ? user_name : name + 1; >-+ >- SHA1Init(&Context); >- SHA1Update(&Context, peer_challenge, 16); >- SHA1Update(&Context, auth_challenge, 16); >-- SHA1Update(&Context, user_name, strlen(user_name)); >-+ SHA1Update(&Context, name, strlen(name)); >- SHA1Final(hash, &Context); >- memcpy(challenge, hash, 8); >- }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 105025
: 72223