Skip to content

Commit 3387a0c

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 eb59511 commit 3387a0c

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 '4709e55f59dfa2acdbf1d3c06f1113f8dda2b6012e4f30c2814a4d66c4e92bd2'
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)