FreeBSD Bugzilla – Attachment 97647 Details for
Bug 136434
Fix broken net/openradius port and request maintainership
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
openradius_fix.patch
openradius_fix.patch (text/plain), 1.96 KB, created by
Chris Rees
on 2009-07-07 18:50:00 UTC
(
hide
)
Description:
openradius_fix.patch
Filename:
MIME Type:
Creator:
Chris Rees
Created:
2009-07-07 18:50:00 UTC
Size:
1.96 KB
patch
obsolete
>diff -ruN openradius.old/Makefile openradius/Makefile >--- openradius.old/Makefile 2009-03-09 19:29:06.000000000 +0000 >+++ openradius/Makefile 2009-07-07 18:33:40.000000000 +0100 >@@ -12,7 +12,7 @@ > MASTER_SITES= http://www.xs4all.nl/~evbergen/openradius/download/ \ > http://www.mirrors.wiretapped.net/security/authentication/radius/openradius/ > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= utisoft@gmail.com > COMMENT= A RADIUS server with some actual documentation > > LOGFILE?= /var/log/openradius.log >@@ -38,10 +38,6 @@ > PLIST_SUB+= LDAP="@comment " > .endif > >-.if ${OSVERSION} >= 800034 || (${OSVERSION} >= 700109 && ${OSVERSION} < 800000) || (${OSVERSION} >= 603103 && ${OSVERSION} < 700000) >-BROKEN= does not compile >-.endif >- > post-install: > .if !defined(NOPORTDOCS) > ${MKDIR} ${DOCSDIR} >diff -ruN openradius.old/files/patch-common-misc.c openradius/files/patch-common-misc.c >--- openradius.old/files/patch-common-misc.c 1970-01-01 01:00:00.000000000 +0100 >+++ openradius/files/patch-common-misc.c 2009-07-07 18:21:03.000000000 +0100 >@@ -0,0 +1,11 @@ >+--- common/misc.c.orig 2009-07-07 18:15:41.000000000 +0100 >++++ common/misc.c 2009-07-07 18:17:20.000000000 +0100 >+@@ -43,7 +43,7 @@ >+ */ >+ >+ >+-char *memrchr(char *s, int c, ssize_t len) >++char *memrchr9(char *s, int c, ssize_t len) >+ { >+ char *ret; >+ >diff -ruN openradius.old/files/patch-common-misc.h openradius/files/patch-common-misc.h >--- openradius.old/files/patch-common-misc.h 1970-01-01 01:00:00.000000000 +0100 >+++ openradius/files/patch-common-misc.h 2009-07-07 18:20:45.000000000 +0100 >@@ -0,0 +1,11 @@ >+--- common/misc.h.orig 2009-07-07 18:15:47.000000000 +0100 >++++ common/misc.h 2009-07-07 18:17:01.000000000 +0100 >+@@ -90,7 +90,7 @@ >+ * PROTOTYPES >+ */ >+ >+-char *memrchr(char *s, int c, ssize_t len); >++char *memrchr9(char *s, int c, ssize_t len); >+ void hex(char *buf, const char *src, ssize_t len); >+ void hmac_md5(char *out, char *in, META_ORD inl, char *key, META_ORD keyl); >+ void get_random_data(char *p, ssize_t len);
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 136434
: 97647