diff options
Diffstat (limited to 'net/radiusd-cistron')
-rw-r--r-- | net/radiusd-cistron/Makefile | 3 | ||||
-rw-r--r-- | net/radiusd-cistron/distinfo | 2 | ||||
-rw-r--r-- | net/radiusd-cistron/files/patch-af | 20 |
3 files changed, 12 insertions, 13 deletions
diff --git a/net/radiusd-cistron/Makefile b/net/radiusd-cistron/Makefile index 5a984cc1ba8e..7e396cf22194 100644 --- a/net/radiusd-cistron/Makefile +++ b/net/radiusd-cistron/Makefile @@ -6,11 +6,10 @@ # PORTNAME= radiusd-cistron -PORTVERSION= 1.6.3 +PORTVERSION= 1.6.4 CATEGORIES= net MASTER_SITES= ftp://ftp.cistron.nl/pub/people/miquels/radius/ \ ftp://ftp.freeradius.org/pub/radius/ -DISTNAME= radiusd-cistron-1.6.3-stable MAINTAINER= john@nlc.net.au diff --git a/net/radiusd-cistron/distinfo b/net/radiusd-cistron/distinfo index f81c7bfda4ba..b590f8696fe4 100644 --- a/net/radiusd-cistron/distinfo +++ b/net/radiusd-cistron/distinfo @@ -1 +1 @@ -MD5 (radiusd-cistron-1.6.3-stable.tar.gz) = 3f9231bc4bd1c63878947b5f72aaee30 +MD5 (radiusd-cistron-1.6.4.tar.gz) = a76babebdd64bc289d5d814dbc2f2c10 diff --git a/net/radiusd-cistron/files/patch-af b/net/radiusd-cistron/files/patch-af index 226c7f855507..02ec8e6cc0cf 100644 --- a/net/radiusd-cistron/files/patch-af +++ b/net/radiusd-cistron/files/patch-af @@ -1,5 +1,5 @@ ---- src/radwho.c.orig Fri Feb 25 05:47:53 2000 -+++ src/radwho.c Wed May 3 18:43:24 2000 +--- src/radwho.c.orig Wed Jul 5 12:53:20 2000 ++++ src/radwho.c Wed Jan 10 23:55:49 2001 @@ -16,6 +16,7 @@ #include <errno.h> #include <sys/stat.h> @@ -64,10 +64,10 @@ + extra_width = ws.ws_col - 80; + } + - while((c = getopt(argc, argv, "flhnsipcr")) != EOF) switch(c) { - case 'f': - fingerd++; -@@ -465,14 +477,17 @@ + while((c = getopt(argc, argv, "Dflhnsipcr")) != EOF) switch(c) { + case 'D': + use_dns = 0; +@@ -469,14 +481,17 @@ while(fread(&ut, sizeof(ut), 1, fp) == 1) { #ifdef USER_PROCESS if (ut.ut_user[0] && ut.ut_line[0] && @@ -90,7 +90,7 @@ "shell", ttyshort(ut.ut_line), #ifdef __svr4__ -@@ -481,10 +496,11 @@ +@@ -485,10 +500,11 @@ dotime(ut.ut_time), #endif ut.ut_host, @@ -103,7 +103,7 @@ ttyshort(ut.ut_line), "shell", #ifdef __svr4__ -@@ -493,6 +509,7 @@ +@@ -497,6 +513,7 @@ dotime(ut.ut_time), #endif ut.ut_host, @@ -111,7 +111,7 @@ myname, eol); } } -@@ -537,6 +554,7 @@ +@@ -541,6 +558,7 @@ portind, portno, dotime(rt.time), nasname(ntohl(rt.nas_address)), @@ -119,7 +119,7 @@ hostname(rt.framed_address), eol); else printf((rawoutput == 0? rfmt2: rfmt2r), -@@ -545,6 +563,7 @@ +@@ -549,6 +567,7 @@ proto(rt.proto, rt.porttype), dotime(rt.time), nasname(ntohl(rt.nas_address)), |