musl: 1.1.15 -> 1.1.16
This commit is contained in:
parent
1ff5f6c4aa
commit
6bdebf252c
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "musl-${version}";
|
name = "musl-${version}";
|
||||||
version = "1.1.15";
|
version = "1.1.16";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.musl-libc.org/releases/${name}.tar.gz";
|
url = "http://www.musl-libc.org/releases/${name}.tar.gz";
|
||||||
sha256 = "1ymhxkskivzph0q34zadwfglc5gyahqajm7chqqn2zraxv3lgr4p";
|
sha256 = "048h0w4yjyza4h05bkc6dpwg3hq6l03na46g0q1ha8fpwnjqawck";
|
||||||
};
|
};
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
@ -24,13 +24,7 @@ stdenv.mkDerivation rec {
|
|||||||
"--enable-static"
|
"--enable-static"
|
||||||
];
|
];
|
||||||
|
|
||||||
patches = [
|
patches = [];
|
||||||
# CVE-2016-8859: http://www.openwall.com/lists/oss-security/2016/10/19/1
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://git.musl-libc.org/cgit/musl/patch/?id=c3edc06d1e1360f3570db9155d6b318ae0d0f0f7";
|
|
||||||
sha256 = "15ih0aj27lz4sgq8r5jndc3qy5gz3ciraavrqpp0vw8h5wjcsb9v";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
dontDisableStatic = true;
|
dontDisableStatic = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user