Skip to content

Commit

Permalink
added libxml2 version 2.11.7 to version list and updated the default …
Browse files Browse the repository at this point in the history
…version to 2.11.7

Signed-off-by: muthuja <muthujabavaji.vempalli@progress.com>

added libxml2 version 2.11.7 as default

Signed-off-by: muthuja <muthujabavaji.vempalli@progress.com>

add libxml2 and openssl sha ids in internal source.yml file

Signed-off-by: muthuja <muthujabavaji.vempalli@progress.com>
  • Loading branch information
muthuja committed Apr 15, 2024
1 parent 68456d2 commit d1d48c7
Show file tree
Hide file tree
Showing 2 changed files with 12 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.10.4"
default_version "2.11.7"

license "MIT"
license_file "COPYING"
Expand All @@ -27,6 +27,7 @@

# version_list: url=https://download.gnome.org/sources/libxml2/ filter=*.tar.xz
version("2.12.5") { source sha256: "a972796696afd38073e0f59c283c3a2f5a560b5268b4babc391b286166526b21" }
version("2.11.7") { source sha256: "fb27720e25eaf457f94fd3d7189bcf2626c6dccf4201553bc8874d50e3560162" }
version("2.10.4") { source sha256: "ed0c91c5845008f1936739e4eee2035531c1c94742c6541f44ee66d885948d45" }
version("2.9.14") { source sha256: "60d74a257d1ccec0475e749cba2f21559e48139efba6ff28224357c7c798dfee" }
version("2.9.13") { source sha256: "276130602d12fe484ecc03447ee5e759d0465558fbc9d6bd144e3745306ebf0e" }
Expand Down
10 changes: 10 additions & 0 deletions scripts/internal_sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ software:

- name: libxml2
sources:
- url: https://download.gnome.org/sources/libxml2/2.12/libxml2-2.12.5.tar.xz
sha256: a972796696afd38073e0f59c283c3a2f5a560b5268b4babc391b286166526b21
- url: https://download.gnome.org/sources/libxml2/2.11/libxml2-2.11.7.tar.xz
sha256: fb27720e25eaf457f94fd3d7189bcf2626c6dccf4201553bc8874d50e3560162
- url: https://download.gnome.org/sources/libxml2/2.10/libxml2-2.10.4.tar.xz
sha256: ed0c91c5845008f1936739e4eee2035531c1c94742c6541f44ee66d885948d45
- url: https://download.gnome.org/sources/libxml2/2.9/libxml2-2.9.14.tar.xz
sha256: 60d74a257d1ccec0475e749cba2f21559e48139efba6ff28224357c7c798dfee
- url: https://download.gnome.org/sources/libxml2/2.9/libxml2-2.9.13.tar.xz
Expand Down Expand Up @@ -118,6 +124,10 @@ software:

- name: openssl
sources:
- url: https://openssl.org/source/openssl-3.0.11.tar.gz
sha256: b3425d3bb4a2218d0697eb41f7fc0cdede016ed19ca49d168b78e8d947887f55
- url: https://openssl.org/source/openssl-3.0.9.tar.gz
sha256: eb1ab04781474360f77c318ab89d8c5a03abc38e63d65a603cabbf1b00a1dc90
- url: https://openssl.org/source/openssl-3.0.5.tar.gz
sha256: aa7d8d9bef71ad6525c55ba11e5f4397889ce49c2c9349dcea6d3e4f0b024a7a
- url: https://openssl.org/source/openssl-3.0.4.tar.gz
Expand Down

0 comments on commit d1d48c7

Please sign in to comment.