aboutsummaryrefslogtreecommitdiff
path: root/net/tac_plus4
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-06-30 06:14:12 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-06-30 06:14:12 +0000
commit49b31a04013620fb504b76fcca900c80d8902619 (patch)
treeb7bacbf83653c2bf7a4d5b90639524caaf27d57b /net/tac_plus4
parentda1e91d6309650a429dd7d4ca8ac8510f746edaa (diff)
downloadports-49b31a04013620fb504b76fcca900c80d8902619.tar.gz
ports-49b31a04013620fb504b76fcca900c80d8902619.zip
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
Notes
Notes: svn path=/head/; revision=194506
Diffstat (limited to 'net/tac_plus4')
-rw-r--r--net/tac_plus4/Makefile4
-rw-r--r--net/tac_plus4/distinfo6
-rw-r--r--net/tac_plus4/files/patch-ab14
3 files changed, 12 insertions, 12 deletions
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 *);