mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
dropbear: update from 2013.58 to 2013.60, potentially fixes CVE-2013-4421, CVE-2013-4434
This commit is contained in:
parent
99bf1945d1
commit
92de25cb55
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
sftpPath ? "/var/run/current-system/sw/libexec/sftp-server" }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "dropbear-2013.58";
|
||||
name = "dropbear-2013.60";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://matt.ucc.asn.au/dropbear/releases/${name}.tar.bz2";
|
||||
sha256 = "0m9fhabs78v35fhqmji5gkm66ahkyqbbdzmlmr9m7q8l3ndihrnq";
|
||||
sha256 = "1fw1hrcavfqjmsn34dhkrzh8w06yfqvfss2rkvvnxnad7d2m432c";
|
||||
};
|
||||
|
||||
dontDisableStatic = enableStatic;
|
||||
|
|
Loading…
Reference in a new issue