aboutsummaryrefslogtreecommitdiff
path: root/net/radiusd-cistron
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2006-12-25 20:09:49 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2006-12-25 20:09:49 +0000
commit2e9a117b8752c1dd14710c01826aa451493ed3fb (patch)
tree926eaf1b703634d7d78fdb396544eebf83f79dfe /net/radiusd-cistron
parent7a1cf5082f7c0ae81644d62fdd826b05d916167a (diff)
downloadports-2e9a117b8752c1dd14710c01826aa451493ed3fb.tar.gz
ports-2e9a117b8752c1dd14710c01826aa451493ed3fb.zip
- update to 1.6.8
Notes
Notes: svn path=/head/; revision=180743
Diffstat (limited to 'net/radiusd-cistron')
-rw-r--r--net/radiusd-cistron/Makefile3
-rw-r--r--net/radiusd-cistron/distinfo6
-rw-r--r--net/radiusd-cistron/files/patch-radiusd.c16
3 files changed, 8 insertions, 17 deletions
diff --git a/net/radiusd-cistron/Makefile b/net/radiusd-cistron/Makefile
index 7dc2e2ba3263..bae157ee24f8 100644
--- a/net/radiusd-cistron/Makefile
+++ b/net/radiusd-cistron/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= radiusd-cistron
-PORTVERSION= 1.6.7
-PORTREVISION= 4
+PORTVERSION= 1.6.8
CATEGORIES= net
MASTER_SITES= ftp://ftp.cistron.nl/pub/people/miquels/radius/
diff --git a/net/radiusd-cistron/distinfo b/net/radiusd-cistron/distinfo
index def63568647d..59d52116958c 100644
--- a/net/radiusd-cistron/distinfo
+++ b/net/radiusd-cistron/distinfo
@@ -1,3 +1,3 @@
-MD5 (radiusd-cistron-1.6.7.tar.gz) = 5ae30dd55bbbf20584f1dfe7fa8f6b06
-SHA256 (radiusd-cistron-1.6.7.tar.gz) = 4dde39f208f579cf023a32324dda18c11d7b68dcbbc4e52dd5b52d57f606ca9b
-SIZE (radiusd-cistron-1.6.7.tar.gz) = 198927
+MD5 (radiusd-cistron-1.6.8.tar.gz) = 66709d6db81f5f77db82de27fe42c700
+SHA256 (radiusd-cistron-1.6.8.tar.gz) = ed08ff8fb3f49ac5a921c2e23b639e9b87db85e3e6105953c5a921b9a2cc6150
+SIZE (radiusd-cistron-1.6.8.tar.gz) = 199459
diff --git a/net/radiusd-cistron/files/patch-radiusd.c b/net/radiusd-cistron/files/patch-radiusd.c
index 28cd4c6ecf1b..994559596b0c 100644
--- a/net/radiusd-cistron/files/patch-radiusd.c
+++ b/net/radiusd-cistron/files/patch-radiusd.c
@@ -1,6 +1,6 @@
---- src/radiusd.c.orig Wed Jul 2 11:39:03 2003
-+++ src/radiusd.c Sat Oct 7 20:51:28 2006
-@@ -46,6 +46,7 @@
+--- src/radiusd.c.orig Thu Mar 31 23:06:51 2005
++++ src/radiusd.c Mon Dec 25 20:40:17 2006
+@@ -48,6 +48,7 @@
char *radacct_dir;
int log_stripped_names;
int cache_passwd = 0;
@@ -8,7 +8,7 @@
int use_dbm = 0;
int use_wtmp = 1;
int use_utmp = 1;
-@@ -72,7 +73,6 @@
+@@ -74,7 +75,6 @@
static int acctfd;
static int spawn_flag;
static int acct_pid;
@@ -16,11 +16,3 @@
static int need_reload = 0;
static time_t start_time;
static AUTH_REQ *first_request;
-@@ -612,6 +612,7 @@
- if ((cl = client_find(authreq->ipaddr)) == NULL) {
- log(L_ERR, "packet from unknown client/host: %s",
- client_name(authreq->ipaddr));
-+ authfree(authreq);
- return -1;
- }
- strNcpy(authreq->secret, cl->secret, sizeof(authreq->secret));