aboutsummaryrefslogtreecommitdiff
path: root/net/radiusd-cistron
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>2001-01-11 07:59:56 +0000
committerBill Fumerola <billf@FreeBSD.org>2001-01-11 07:59:56 +0000
commitd83930aac9e733b155103154b7958750be861051 (patch)
tree0adddd6274ab5eb59cb93ddc9ab7c2be7e86baa6 /net/radiusd-cistron
parentef77816e022ee1f248f01967245b4660b00cbf8f (diff)
downloadports-d83930aac9e733b155103154b7958750be861051.tar.gz
ports-d83930aac9e733b155103154b7958750be861051.zip
Update to 1.6.4
Notes
Notes: svn path=/head/; revision=37092
Diffstat (limited to 'net/radiusd-cistron')
-rw-r--r--net/radiusd-cistron/Makefile3
-rw-r--r--net/radiusd-cistron/distinfo2
-rw-r--r--net/radiusd-cistron/files/patch-af20
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)),