Skip to content

Commit

Permalink
Bump libxml2 from 2.10.3 to 2.12.6
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mhashizume committed Apr 17, 2024
1 parent 1361046 commit d4fccf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/components/libxml2.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
component "libxml2" do |pkg, settings, platform|
pkg.version '2.10.3'
pkg.sha256sum '5d2cc3d78bec3dbe212a9d7fa629ada25a7da928af432c93060ff5c17ee28a9c'
pkg.version '2.12.6'
pkg.sha256sum '889c593a881a3db5fdd96cc9318c87df34eb648edfc458272ad46fd607353fbb'

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"
Expand Down

0 comments on commit d4fccf9

Please sign in to comment.