From 49b31a04013620fb504b76fcca900c80d8902619 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sat, 30 Jun 2007 06:14:12 +0000 Subject: Update to F4.0.4.14. * Add notes about PAM to the user guide and tac_plus.conf(5) * Log login failures with the username, NAS address and NAS tty * ACLs were not applied through the default authentication (ie: user=DEFAULT) path --- net/tac_plus4/Makefile | 4 ++-- net/tac_plus4/distinfo | 6 +++--- net/tac_plus4/files/patch-ab | 14 +++++++------- 3 files changed, 12 insertions(+), 12 deletions(-) (limited to 'net/tac_plus4') diff --git a/net/tac_plus4/Makefile b/net/tac_plus4/Makefile index ab8590a109a3..50ad95b84672 100644 --- a/net/tac_plus4/Makefile +++ b/net/tac_plus4/Makefile @@ -6,10 +6,10 @@ # PORTNAME= tac_plus -PORTVERSION= F4.0.4.13 +PORTVERSION= F4.0.4.14 CATEGORIES= net security MASTER_SITES= ftp://ftp.shrubbery.net/pub/tac_plus/ -DISTNAME= tacacs+-F4.0.4.13 +DISTNAME= tacacs+-F4.0.4.14 MAINTAINER= marcus@FreeBSD.org COMMENT= The Cisco remote authentication/authorization/accounting server diff --git a/net/tac_plus4/distinfo b/net/tac_plus4/distinfo index 45836e73d617..f7b44b0812e5 100644 --- a/net/tac_plus4/distinfo +++ b/net/tac_plus4/distinfo @@ -1,3 +1,3 @@ -MD5 (tacacs+-F4.0.4.13.tar.gz) = 023de9ccc17a9255a41a9a2332471ae9 -SHA256 (tacacs+-F4.0.4.13.tar.gz) = b4052b007d416882c6067816bfd84adc6b0a0280aef8a48411c1fe5ea796c274 -SIZE (tacacs+-F4.0.4.13.tar.gz) = 249108 +MD5 (tacacs+-F4.0.4.14.tar.gz) = 01fbd4aba64586bc577d4d2f965ace31 +SHA256 (tacacs+-F4.0.4.14.tar.gz) = 771c0fd72b188949cffd38df3afcfade81a98bc0a72101d000b4093a2fad474a +SIZE (tacacs+-F4.0.4.14.tar.gz) = 248779 diff --git a/net/tac_plus4/files/patch-ab b/net/tac_plus4/files/patch-ab index bfbca79de758..addc15b045a9 100644 --- a/net/tac_plus4/files/patch-ab +++ b/net/tac_plus4/files/patch-ab @@ -1,10 +1,10 @@ ---- tac_plus.h.orig Tue Aug 15 20:09:36 2006 -+++ tac_plus.h Sun Oct 29 02:51:10 2006 -@@ -731,6 +731,7 @@ extern int sendpass_fn(); - extern int enable_fn(); - extern int default_v0_fn(); - extern int skey_fn(); -+extern int opie_fn(); +--- tac_plus.h.orig Tue Dec 12 19:43:08 2006 ++++ tac_plus.h Sat Jun 30 02:07:03 2007 +@@ -731,6 +731,7 @@ int sendpass_fn(struct authen_data *data + int enable_fn(struct authen_data *data); + int default_v0_fn(struct authen_data *data); + int skey_fn(struct authen_data *data); ++int opie_fn(struct authen_data *data); #ifdef MAXSESS extern void loguser(struct acct_rec *); -- cgit v1.2.3