We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f170c23 commit 4330382Copy full SHA for 4330382
pkgs/by-name/mu/musl/package.nix
@@ -78,6 +78,16 @@ stdenv.mkDerivation rec {
78
url = "https://raw.githubusercontent.com/openwrt/openwrt/87606e25afac6776d1bbc67ed284434ec5a832b4/toolchain/musl/patches/300-relative.patch";
79
sha256 = "0hfadrycb60sm6hb6by4ycgaqc9sgrhh42k39v8xpmcvdzxrsq2n";
80
})
81
+ (fetchurl {
82
+ name = "CVE-2025-26519_0.patch";
83
+ url = "https://www.openwall.com/lists/musl/2025/02/13/1/1";
84
+ hash = "sha256-CJb821El2dByP04WXxPCCYMOcEWnXLpOhYBgg3y3KS4=";
85
+ })
86
87
+ name = "CVE-2025-26519_1.patch";
88
+ url = "https://www.openwall.com/lists/musl/2025/02/13/1/2";
89
+ hash = "sha256-BiD87k6KTlLr4ep14rUdIZfr2iQkicBYaSTq+p6WBqE=";
90
91
];
92
CFLAGS = [
93
"-fstack-protector-strong"
0 commit comments