From 8b1c8c403846d3858990a23f4a3224d0981c1a8e Mon Sep 17 00:00:00 2001 From: Grimmauld Date: Fri, 19 Sep 2025 17:58:47 +0200 Subject: [PATCH] libxml2: 2.14.5 -> 2.14.6 Rel notes: https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.14.6 Security: - regexp: Avoid integer overflow and OOB array access - tree: Guard against atype corruption This is deliberately only 2.14.6 and not 2.15.0. The 2.15.x update will need some extra care to not break things. --- pkgs/development/libraries/libxml2/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/libxml2/default.nix b/pkgs/development/libraries/libxml2/default.nix index 52889102febc..08c1cbe5fd03 100644 --- a/pkgs/development/libraries/libxml2/default.nix +++ b/pkgs/development/libraries/libxml2/default.nix @@ -43,13 +43,13 @@ let }; }; libxml2 = callPackage ./common.nix { - version = "2.14.5"; + version = "2.14.6"; src = fetchFromGitLab { domain = "gitlab.gnome.org"; owner = "GNOME"; repo = "libxml2"; tag = "v${packages.libxml2.version}"; - hash = "sha256-vxKlw8Kz+fgUP6bhWG2+4346WJVzqG0QvPG/BT7RftQ="; + hash = "sha256-EIcNL5B/o74hyc1N+ShrlKsPL5tHhiGgkCR1D7FcDjw="; }; extraMeta = { maintainers = with lib.maintainers; [