mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
texlive.bin.core: patch ttfdump buffer overflow, CVE 2024-25262 (#298721)
This commit is contained in:
parent
2e4d042d91
commit
83a2696de8
@ -123,6 +123,15 @@ core = stdenv.mkDerivation rec {
|
||||
|
||||
inherit (common) binToOutput src prePatch;
|
||||
|
||||
patches = [
|
||||
(fetchpatch {
|
||||
name = "ttfdump-CVE-2024-25262.patch";
|
||||
url = "https://tug.org/svn/texlive/trunk/Build/source/texk/ttfdump/libttf/hdmx.c?r1=57915&r2=69520&view=patch";
|
||||
stripLen = 2;
|
||||
hash = "sha256-WH2kioqFAs3jaFmu4DdEUdrTf6eiymtiWTZi3vWwU7k=";
|
||||
})
|
||||
];
|
||||
|
||||
outputs = [ "out" "dev" "man" "info" ]
|
||||
++ (builtins.map (builtins.replaceStrings [ "-" ] [ "_" ]) corePackages);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user