diff options
author | pettai <pettai> | 2012-11-10 18:53:59 +0000 |
---|---|---|
committer | pettai <pettai> | 2012-11-10 18:53:59 +0000 |
commit | 8943942be2825495eba68e964882307f0808b21c (patch) | |
tree | 8527c98e2227a60c907005969978c638b7f55d5f /net | |
parent | 79997398f4de1f7a0b435a2ac578138b8f98cf30 (diff) | |
download | pkgsrc-8943942be2825495eba68e964882307f0808b21c.tar.gz |
F4.0.4.26
- add optional securid support via aceclient library
- use localtime instead of gmtime for log messages so that the timezone
is inheritted
- allow file authentication for PAP authorization
Diffstat (limited to 'net')
-rw-r--r-- | net/tacacs-shrubbery/Makefile | 5 | ||||
-rw-r--r-- | net/tacacs-shrubbery/distinfo | 9 | ||||
-rw-r--r-- | net/tacacs-shrubbery/patches/patch-al | 16 |
3 files changed, 6 insertions, 24 deletions
diff --git a/net/tacacs-shrubbery/Makefile b/net/tacacs-shrubbery/Makefile index e780ae3ee9b..ea70c1efd43 100644 --- a/net/tacacs-shrubbery/Makefile +++ b/net/tacacs-shrubbery/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2012/10/23 17:19:11 asau Exp $ +# $NetBSD: Makefile,v 1.7 2012/11/10 18:53:59 pettai Exp $ # -DISTNAME= tacacs+-F4.0.4.25 +DISTNAME= tacacs+-F4.0.4.26 PKGNAME= ${DISTNAME:S,-F,-,} -PKGREVISION= 1 CATEGORIES= net security MASTER_SITES= ftp://ftp.shrubbery.net/pub/tac_plus/ diff --git a/net/tacacs-shrubbery/distinfo b/net/tacacs-shrubbery/distinfo index 997de82440f..1eb5038e0c2 100644 --- a/net/tacacs-shrubbery/distinfo +++ b/net/tacacs-shrubbery/distinfo @@ -1,10 +1,9 @@ -$NetBSD: distinfo,v 1.3 2012/05/10 19:01:08 schwarz Exp $ +$NetBSD: distinfo,v 1.4 2012/11/10 18:53:59 pettai Exp $ -SHA1 (tacacs+-F4.0.4.25.tar.gz) = 5cd564dfa162054109c49693fb5703b125582e6d -RMD160 (tacacs+-F4.0.4.25.tar.gz) = 48851123866cdb2880e60d92957c66a1675ccde7 -Size (tacacs+-F4.0.4.25.tar.gz) = 501998 bytes +SHA1 (tacacs+-F4.0.4.26.tar.gz) = f10630b9d7af06c858eca4371d2623bbba389a38 +RMD160 (tacacs+-F4.0.4.26.tar.gz) = c9636a4265cab40e55f9fe38b126c2f9bbb643e4 +Size (tacacs+-F4.0.4.26.tar.gz) = 519796 bytes SHA1 (patch-ag) = 3ddc4916cfd85b0d501be8957c1e6dcc42cf523a SHA1 (patch-ah) = 43698e384eba7fe091a155fc005c21a077aa0cf3 SHA1 (patch-aj) = 9da6c0e2bb520d776accb16acf9674e259a743ed SHA1 (patch-ak) = dae79bec642dc1b3b14a6d61d64cb424dc3b84dd -SHA1 (patch-al) = 34bb3e4f733763ad5fd9d30db32ba172befa8d7c diff --git a/net/tacacs-shrubbery/patches/patch-al b/net/tacacs-shrubbery/patches/patch-al deleted file mode 100644 index 3e8c892db67..00000000000 --- a/net/tacacs-shrubbery/patches/patch-al +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-al,v 1.2 2012/05/10 19:01:09 schwarz Exp $ - -Also compile on systems that do not have PAM - ---- config.c.orig 2012-05-06 23:38:46.000000000 +0200 -+++ config.c 2012-05-06 23:38:51.000000000 +0200 -@@ -72,7 +72,9 @@ - skey | - cleartext <password> | - des <password> | -+#ifdef HAVE_PAM - PAM | -+#endif - nopassword - - <user_attr> := name = <string> | |