Skip to content

Commit

Permalink
Shellinabox 2.19 -> 2.20
Browse files Browse the repository at this point in the history
should fix shellinabox vulnarabilities from NixOS#21457
  • Loading branch information
Dhananjay Balan committed Dec 29, 2016
1 parent bef1d42 commit 59cf49b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/shellinabox/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, autoreconfHook, pam, openssl, openssh, shadow, makeWrapper }:

stdenv.mkDerivation rec {
version = "2.19";
version = "2.20";
name = "shellinabox-${version}";

src = fetchFromGitHub {
owner = "shellinabox";
repo = "shellinabox";
rev = "1a8010f2c94a62e7398c4fa130dfe9e099dc55cd";
sha256 = "16cr7gbnh6vzsxlhg9j9avqrxbhbkqhsbvh197b0ccdwbb04ysan";
rev = "v${version}";
sha256 = "1hmfayh21cks2lyj572944ll0mmgsxbnj981b3hq3nhdg8ywzjfr";
};

patches = [ ./shellinabox-minus.patch ];
Expand Down

0 comments on commit 59cf49b

Please sign in to comment.