krb5: Update to 12.2.2.
Fixes security vulnerabilities CVE-2014-4341, CVE-2014-4342, CVE-2014-4343, CVE-2014-4344 and CVE-2014-4345.
This commit is contained in:
parent
b079eef310
commit
1aba100546
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
let
|
||||
pname = "krb5";
|
||||
version = "1.11.3";
|
||||
version = "1.12.2";
|
||||
name = "${pname}-${version}";
|
||||
webpage = http://web.mit.edu/kerberos/;
|
||||
in
|
||||
|
@ -11,8 +11,8 @@ stdenv.mkDerivation (rec {
|
|||
inherit name;
|
||||
|
||||
src = fetchurl {
|
||||
url = "${webpage}/dist/krb5/1.11/${name}-signed.tar";
|
||||
sha256 = "1daiaxgkxcryqs37w28v4x1vajqmay4l144d1zd9c2d7jjxr9gcs";
|
||||
url = "${webpage}dist/krb5/1.12/${name}-signed.tar";
|
||||
sha256 = "0i1p9xx5s9q0sqnnz7f3rba07882zciw0mwc6yvv7hmm0w0iig89";
|
||||
};
|
||||
|
||||
buildInputs = [ perl ncurses yacc ];
|
||||
|
|
Loading…
Reference in a new issue