mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
libredwg: 0.13.4 -> 0.13.4.8200
Update to latest pre-release to fix multiple security vulnerabilities: - CVE-2026-9500: heap-buffer-overflow in decode.c (decompress_R2004_section) - CVE-2026-9501: heap-buffer-overflow in decode.c (read_2004_compressed_section) - CVE-2026-9502: heap-buffer-overflow in decode.c (decompress_R2004_section) - CVE-2026-9503: heap-buffer-overflow in decode.c (decompress_R2004_section) - CVE-2026-9504: null pointer dereference in dwggrep.c (main) - CVE-2026-9529: heap-buffer-overflow in decode.c (decompress_R2004_section) - CVE-2026-9530: heap-buffer-overflow in decode.c (decompress_R2004_section) - CVE-2026-9605: heap-buffer-overflow in decode.c (decompress_R2004_section) Individual backports were not feasible as the decompressor was significantly refactored on upstream's main branch between 0.13.4 and the fixes.
This commit is contained in:
@@ -18,13 +18,13 @@ let
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "libredwg";
|
||||
version = "0.13.4";
|
||||
version = "0.13.4.8200";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "LibreDWG";
|
||||
repo = "libredwg";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-FeDQCByFGKfHJDOPQA92GslXZ33nhGfB6/63t2TeugE=";
|
||||
hash = "sha256-HaQvJyuEeaTfuUJbmlV4qcfXiLdHJ2vO4EGInwAKJYk=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user