Skip to content

Commit

Permalink
Updating Libxml2 to get past a CVE (#1947)
Browse files Browse the repository at this point in the history
* updating libxml to get past a CVE

Signed-off-by: John McCrae <[email protected]>

* updating libxml to get past a CVE

Signed-off-by: John McCrae <[email protected]>

---------

Signed-off-by: John McCrae <[email protected]>
  • Loading branch information
johnmccrae authored Dec 18, 2024
1 parent b97bb4e commit 5850eac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/software/libxml2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#

name "libxml2"
default_version "2.11.7"
default_version "2.13.5"

license "MIT"
license_file "COPYING"
Expand All @@ -26,6 +26,7 @@
dependency "config_guess"

# version_list: url=https://download.gnome.org/sources/libxml2/ filter=*.tar.xz
version("2.13.5") { source sha256: "74fc163217a3964257d3be39af943e08861263c4231f9ef5b496b6f6d4c7b2b6" }
version("2.12.7") { source sha256: "24ae78ff1363a973e6d8beba941a7945da2ac056e19b53956aeb6927fd6cfb56" }
version("2.12.5") { source sha256: "a972796696afd38073e0f59c283c3a2f5a560b5268b4babc391b286166526b21" }
version("2.11.7") { source sha256: "fb27720e25eaf457f94fd3d7189bcf2626c6dccf4201553bc8874d50e3560162" }
Expand Down
2 changes: 2 additions & 0 deletions scripts/internal_sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ software:

- name: libxml2
sources:
- url: https://download.gnome.org/sources/libxml2/2.12/libxml2-2.13.5.tar.xz
sha256: 74fc163217a3964257d3be39af943e08861263c4231f9ef5b496b6f6d4c7b2b6
- url: https://download.gnome.org/sources/libxml2/2.12/libxml2-2.12.7.tar.xz
sha256: 24ae78ff1363a973e6d8beba941a7945da2ac056e19b53956aeb6927fd6cfb56
- url: https://download.gnome.org/sources/libxml2/2.12/libxml2-2.12.5.tar.xz
Expand Down

0 comments on commit 5850eac

Please sign in to comment.