libxml2: 2.9.1 -> 2.9.2 (CVE-2014-3660) fixes #4679
This commit is contained in:
parent
c8be814f25
commit
3e81fe92e4
@ -5,7 +5,7 @@ assert pythonSupport -> python != null;
|
|||||||
#TODO: share most stuff between python and non-python builds, perhaps via multiple-output
|
#TODO: share most stuff between python and non-python builds, perhaps via multiple-output
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "2.9.1";
|
version = "2.9.2";
|
||||||
in
|
in
|
||||||
|
|
||||||
stdenv.mkDerivation (rec {
|
stdenv.mkDerivation (rec {
|
||||||
@ -13,7 +13,7 @@ stdenv.mkDerivation (rec {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "ftp://xmlsoft.org/libxml2/${name}.tar.gz";
|
url = "ftp://xmlsoft.org/libxml2/${name}.tar.gz";
|
||||||
sha256 = "1nqgd1qqmg0cg09mch78m2ac9klj9n87blilx4kymi7jcv5n8g7x";
|
sha256 = "1g6mf03xcabmk5ing1lwqmasr803616gb2xhn7pll10x2l5w6y2i";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = stdenv.lib.optional pythonSupport python
|
buildInputs = stdenv.lib.optional pythonSupport python
|
||||||
|
Loading…
x
Reference in New Issue
Block a user