Skip to content

Commit d4fccf9

Browse files
committed
Bump libxml2 from 2.10.3 to 2.12.6
This commit updates the libxml2 component from 2.10.3 to 2.12.6. In addition to various bug fixes, this also addresses the following security vulnerabilities: - CVE-2023-28484 - CVE-2023-29469 - CVE-2024-25062
1 parent 1361046 commit d4fccf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configs/components/libxml2.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
component "libxml2" do |pkg, settings, platform|
2-
pkg.version '2.10.3'
3-
pkg.sha256sum '5d2cc3d78bec3dbe212a9d7fa629ada25a7da928af432c93060ff5c17ee28a9c'
2+
pkg.version '2.12.6'
3+
pkg.sha256sum '889c593a881a3db5fdd96cc9318c87df34eb648edfc458272ad46fd607353fbb'
44

55
libxml2_version_y = pkg.get_version.gsub(/(\d+)\.(\d+)\.(\d+)/, '\1.\2')
66
pkg.url "https://download.gnome.org/sources/libxml2/#{libxml2_version_y}/libxml2-#{pkg.get_version}.tar.xz"

0 commit comments

Comments
 (0)