Update to 1.6.4
This commit is contained in:
parent
ef77816e02
commit
d83930aac9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37092
@ -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
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (radiusd-cistron-1.6.3-stable.tar.gz) = 3f9231bc4bd1c63878947b5f72aaee30
|
||||
MD5 (radiusd-cistron-1.6.4.tar.gz) = a76babebdd64bc289d5d814dbc2f2c10
|
||||
|
@ -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)),
|
||||
|
Loading…
Reference in New Issue
Block a user