shellinabox: 2.19 -> 2.20

should fix shellinabox vulnarabilities from https://github.com/NixOS/nixpkgs/issues/21457
This commit is contained in:
Dhananjay Balan 2016-12-28 16:41:29 +01:00 committed by Graham Christensen
parent bc63738c6f
commit d6254e0bbd
No known key found for this signature in database
GPG key ID: 06121D366FE9435C

View file

@ -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 ];