diff options
author | marcus <marcus@FreeBSD.org> | 2005-10-11 11:53:12 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-10-11 11:53:12 +0800 |
commit | 8a8132feb035075a73e269d00315e7536c886ad3 (patch) | |
tree | b5dc61dc150e22c26a367fec1b7308962e3e7281 /net | |
parent | e54d7b249dd7060a82dfdaf455ad522dd6690f9b (diff) | |
download | freebsd-ports-gnome-8a8132feb035075a73e269d00315e7536c886ad3.tar.gz freebsd-ports-gnome-8a8132feb035075a73e269d00315e7536c886ad3.tar.zst freebsd-ports-gnome-8a8132feb035075a73e269d00315e7536c886ad3.zip |
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
Diffstat (limited to 'net')
-rw-r--r-- | net/tac_plus4/Makefile | 4 | ||||
-rw-r--r-- | net/tac_plus4/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
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 |