libheimdal: 2015-09-13 -> 7.4.0 for CVE-2017-11103
The git snapshot was based on 7.0 which is vulnerable.
This commit is contained in:
parent
88526f279d
commit
a957761abd
@ -11,13 +11,14 @@ let
|
|||||||
in
|
in
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "${type}heimdal-2015-09-13";
|
name = "${type}heimdal-${version}";
|
||||||
|
version = "7.4.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "heimdal";
|
owner = "heimdal";
|
||||||
repo = "heimdal";
|
repo = "heimdal";
|
||||||
rev = "c81572ab5dcee3062e715b9e25ca7a20f6ec456b";
|
rev = "heimdal-${version}";
|
||||||
sha256 = "1r60i4v6y5lpll0l2qpn0ycp6q6f1xjg7k1csi547zls8k96yk9s";
|
sha256 = "01ch6kqjrxi9fki54yjj2fhxhdkxijz161w2inh5k8mcixlf67vp";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook pkgconfig python2 perl yacc flex ]
|
nativeBuildInputs = [ autoreconfHook pkgconfig python2 perl yacc flex ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user