Skip to content

Commit

Permalink
Updating for a cve in libxml2
Browse files Browse the repository at this point in the history
Signed-off-by: John McCrae <[email protected]>
  • Loading branch information
johnmccrae committed Dec 19, 2024
1 parent d428b85 commit 6258a84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/software/libxslt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
dependency "config_guess"

# versions_list: url=https://download.gnome.org/sources/libxslt/1.1/ filter=*.tar.xz
version("1.1.42") { source sha256: "85ca62cac0d41fc77d3f6033da9df6fd73d20ea2fc18b0a3609ffb4110e1baeb" }
version("1.1.39") { source sha256: "2a20ad621148339b0759c4d4e96719362dee64c9a096dbba625ba053846349f0" }
version("1.1.37") { source sha256: "3a4b27dc8027ccd6146725950336f1ec520928f320f144eb5fa7990ae6123ab4" }
version("1.1.36") { source sha256: "12848f0a4408f65b530d3962cd9ff670b6ae796191cfeff37522b5772de8dc8e" }
Expand Down Expand Up @@ -64,6 +65,7 @@
"--without-crypto",
"--without-profiler",
"--without-debugger",
"--without-deprecated-declarations",
]

configure(*configure_commands, env: env)
Expand Down
2 changes: 2 additions & 0 deletions scripts/internal_sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ software:

- name: libxslt
sources:
- url: https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.42.tar.xz
sha256: 85ca62cac0d41fc77d3f6033da9df6fd73d20ea2fc18b0a3609ffb4110e1baeb
- url: https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.36.tar.xz
sha256: 12848f0a4408f65b530d3962cd9ff670b6ae796191cfeff37522b5772de8dc8e
- url: https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.35.tar.xz
Expand Down

0 comments on commit 6258a84

Please sign in to comment.