From 6e2bb7ebeb4a0f717e5fc31cf2812123a357503a Mon Sep 17 00:00:00 2001 From: Charlie Sharpsteen Date: Thu, 7 May 2026 19:29:56 -0500 Subject: [PATCH] libxml2: Update 2.15.2->2.15.3 This patch release contains security fixes for: CVE-2026-6732: https://nvd.nist.gov/vuln/detail/CVE-2026-6732 Signed-off-by: Charlie Sharpsteen --- configs/components/libxml2.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/components/libxml2.rb b/configs/components/libxml2.rb index 38aad2ae..911bf623 100644 --- a/configs/components/libxml2.rb +++ b/configs/components/libxml2.rb @@ -4,8 +4,8 @@ # https://github.com/GNOME/libxml2/tags ##### component 'libxml2' do |pkg, settings, platform| - pkg.version '2.15.2' - pkg.sha256sum 'c8b9bc81f8b590c33af8cc6c336dbff2f53409973588a351c95f1c621b13d09d' + pkg.version '2.15.3' + pkg.sha256sum '78262a6e7ac170d6528ebfe2efccdf220191a5af6a6cd61ea4a9a9a5042c7a07' libxml2_version_y = pkg.get_version.gsub(/(\d+)\.(\d+)(\.\d+)?/, '\1.\2') pkg.url "https://download.gnome.org/sources/libxml2/#{libxml2_version_y}/libxml2-#{pkg.get_version}.tar.xz"