Skip to content

Commit

Permalink
pam_ssh_agent_auth: 0.9.5 -> 0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Feb 16, 2017
1 parent 96b4d69 commit 6437033
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 346 deletions.
10 changes: 2 additions & 8 deletions pkgs/os-specific/linux/pam_ssh_agent_auth/default.nix
@@ -1,19 +1,13 @@
{ stdenv, fetchurl, pam, openssl, perl }:

stdenv.mkDerivation rec {
name = "pam_ssh_agent_auth-0.9.5";
name = "pam_ssh_agent_auth-0.10.3";

src = fetchurl {
url = "mirror://sourceforge/pamsshagentauth/${name}.tar.bz2";
sha256 = "1aihfyj17nvqhf0d5i0dg2lsly3r24xjyx0sfqpf60s0libkp4y0";
sha256 = "0qx78x7nvqdscyp04hfijl4rgyf64xy03prr28hipvgasrcd6lrw";
};

patches =
[ # Allow multiple colon-separated authorized keys files to be
# specified in the file= option.
./multiple-key-files.patch
];

buildInputs = [ pam openssl perl ];

enableParallelBuilding = true;
Expand Down
338 changes: 0 additions & 338 deletions pkgs/os-specific/linux/pam_ssh_agent_auth/multiple-key-files.patch

This file was deleted.

0 comments on commit 6437033

Please sign in to comment.