1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #64595 from 0x4A6F/master-tacacs+

tacacs+: init 4.0.4.28
This commit is contained in:
adisbladis 2019-09-01 20:11:47 +01:00 committed by GitHub
commit 8c76f185bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,22 @@
{ stdenv, fetchurl, tcp_wrappers, flex, bison, perl }:
stdenv.mkDerivation rec {
pname = "tacacs+";
version = "4.0.4.28";
src = fetchurl {
url = "ftp://ftp.shrubbery.net/pub/tac_plus/tacacs-F${version}.tar.gz";
sha256 = "17i18z3s58c8yy8jxp01q3hzz5nirs4cjxms18zzkli6ip4jszql";
};
nativeBuildInputs = [ flex bison ];
buildInputs = [ tcp_wrappers perl ];
meta = with stdenv.lib; {
description = "A protocol for authentication, authorization and accounting (AAA) services for routers and network devices";
homepage = "http://www.shrubbery.net/tac_plus/";
license = licenses.free;
maintainers = [ maintainers."0x4A6F" ];
platforms = with platforms; linux;
};
}

View file

@ -7825,6 +7825,8 @@ in
psc-package = haskell.lib.justStaticExecutables
(haskellPackages.callPackage ../development/compilers/purescript/psc-package { });
"tacacs+" = callPackage ../servers/tacacs+ { };
tamarin-prover =
(haskellPackages.callPackage ../applications/science/logic/tamarin-prover {
# NOTE: do not use the haskell packages 'graphviz' and 'maude'