mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
liblouis: apply patch for CVE-2022-26981
Fixes: CVE-2022-26981 Refs: https://github.com/liblouis/liblouis/pull/1185 https://github.com/advisories/GHSA-xrp8-mw8v-p6mq https://nvd.nist.gov/vuln/detail/CVE-2022-26981
This commit is contained in:
@@ -29,6 +29,11 @@ stdenv.mkDerivation rec {
|
||||
url = "https://github.com/liblouis/liblouis/commit/528f38938e9f539a251d9de92ad1c1b90401c4d0.patch";
|
||||
sha256 = "0hlhqsvd5wflg70bd7bmssnchk8znzbr93in0zpspzbyap6xz112";
|
||||
})
|
||||
(fetchpatch {
|
||||
name = "CVE-2022-26981.patch";
|
||||
url = "https://github.com/liblouis/liblouis/commit/73751be7a5617bfff4a735ae095203a2d3ec50ef.patch";
|
||||
sha256 = "sha256-PvGG62QHVslrClZP903AYCBof6jDzNe4L8eFU8X0vF4=";
|
||||
})
|
||||
];
|
||||
|
||||
outputs = [ "out" "dev" "man" "info" "doc" ];
|
||||
|
||||
Reference in New Issue
Block a user