From 8a8132feb035075a73e269d00315e7536c886ad3 Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 11 Oct 2005 03:53:12 +0000 Subject: Update to F4.0.4.8. * if -B is used, add the bind address in the PID filename - from Ian Dickinson * "acl" is an AV pair for service exec. Within service attribute parsing, do not parse "acl" as the acl (or connection ACL) keyword. This is a hack; the parser is rather lame - noted by Bryce Kahle * fix md4 for LP64 * do not accept skey keywords unless compiled with skey support * fix skey enable password type - bit from Ed Ravin * skey prompt ("challenge") is "S/Key challenge", not "Password" * make "daemon" the default syslog facility and add a syslog config statement * add support for user authentication via PAM --- net/tac_plus4/Makefile | 4 ++-- net/tac_plus4/distinfo | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'net') diff --git a/net/tac_plus4/Makefile b/net/tac_plus4/Makefile index 352bac6b6bae..392d45001260 100644 --- a/net/tac_plus4/Makefile +++ b/net/tac_plus4/Makefile @@ -6,10 +6,10 @@ # PORTNAME= tac_plus -PORTVERSION= F4.0.4.7 +PORTVERSION= F4.0.4.8 CATEGORIES= net security MASTER_SITES= ftp://ftp.shrubbery.net/pub/tac_plus/ -DISTNAME= tacacs+-F4.0.4.7 +DISTNAME= tacacs+-F4.0.4.8 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 110974f6aafd..a5ca2c8e4e29 100644 --- a/net/tac_plus4/distinfo +++ b/net/tac_plus4/distinfo @@ -1,2 +1,2 @@ -MD5 (tacacs+-F4.0.4.7.tar.gz) = dd75745b50540b26ae259a706e457860 -SIZE (tacacs+-F4.0.4.7.tar.gz) = 236651 +MD5 (tacacs+-F4.0.4.8.tar.gz) = f794515f33b8fb6644b8942b9b296e5f +SIZE (tacacs+-F4.0.4.8.tar.gz) = 243651 -- cgit