Merge pull request #26509 from MP2E/musl_update

musl: 1.1.15 -> 1.1.16

authored by Jörg Thalheim and committed by GitHub fe208a1c 425bc07d

+3 -9
+3 -9
pkgs/os-specific/linux/musl/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 name = "musl-${version}"; 5 - version = "1.1.15"; 6 7 src = fetchurl { 8 url = "http://www.musl-libc.org/releases/${name}.tar.gz"; 9 - sha256 = "1ymhxkskivzph0q34zadwfglc5gyahqajm7chqqn2zraxv3lgr4p"; 10 }; 11 12 enableParallelBuilding = true; ··· 24 "--enable-static" 25 ]; 26 27 - patches = [ 28 - # CVE-2016-8859: http://www.openwall.com/lists/oss-security/2016/10/19/1 29 - (fetchpatch { 30 - url = "https://git.musl-libc.org/cgit/musl/patch/?id=c3edc06d1e1360f3570db9155d6b318ae0d0f0f7"; 31 - sha256 = "15ih0aj27lz4sgq8r5jndc3qy5gz3ciraavrqpp0vw8h5wjcsb9v"; 32 - }) 33 - ]; 34 35 dontDisableStatic = true; 36
··· 2 3 stdenv.mkDerivation rec { 4 name = "musl-${version}"; 5 + version = "1.1.16"; 6 7 src = fetchurl { 8 url = "http://www.musl-libc.org/releases/${name}.tar.gz"; 9 + sha256 = "048h0w4yjyza4h05bkc6dpwg3hq6l03na46g0q1ha8fpwnjqawck"; 10 }; 11 12 enableParallelBuilding = true; ··· 24 "--enable-static" 25 ]; 26 27 + patches = []; 28 29 dontDisableStatic = true; 30