Skip to content

Commit 1a921cf

Browse files
authored
Update libxml2 and libxslt for building dependencies (#17432)
1 parent 9722116 commit 1a921cf

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.builders/images/linux-aarch64/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ RUN \
8181

8282
# libxml & libxslt for lxml
8383
RUN \
84-
DOWNLOAD_URL="https://download.gnome.org/sources/libxml2/2.10/libxml2-{{version}}.tar.xz" \
85-
VERSION="2.10.3" \
86-
SHA256="5d2cc3d78bec3dbe212a9d7fa629ada25a7da928af432c93060ff5c17ee28a9c" \
84+
DOWNLOAD_URL="https://download.gnome.org/sources/libxml2/2.12/libxml2-{{version}}.tar.xz" \
85+
VERSION="2.12.6" \
86+
SHA256="889c593a881a3db5fdd96cc9318c87df34eb648edfc458272ad46fd607353fbb" \
8787
RELATIVE_PATH="libxml2-{{version}}" \
8888
bash install-from-source.sh \
8989
--without-iconv \
@@ -99,8 +99,8 @@ RUN \
9999

100100
RUN \
101101
DOWNLOAD_URL="https://download.gnome.org/sources/libxslt/1.1/libxslt-{{version}}.tar.xz" \
102-
VERSION="1.1.37" \
103-
SHA256="3a4b27dc8027ccd6146725950336f1ec520928f320f144eb5fa7990ae6123ab4" \
102+
VERSION="1.1.39" \
103+
SHA256="2a20ad621148339b0759c4d4e96719362dee64c9a096dbba625ba053846349f0" \
104104
RELATIVE_PATH="libxslt-{{version}}" \
105105
bash install-from-source.sh \
106106
--without-python \

.builders/images/macos-x86_64/builder_setup.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ RELATIVE_PATH="zlib-{{version}}" \
4545
install-from-source
4646

4747
# libxml & libxslt for lxml
48-
DOWNLOAD_URL="https://download.gnome.org/sources/libxml2/2.10/libxml2-{{version}}.tar.xz" \
49-
VERSION="2.10.3" \
50-
SHA256="5d2cc3d78bec3dbe212a9d7fa629ada25a7da928af432c93060ff5c17ee28a9c" \
48+
DOWNLOAD_URL="https://download.gnome.org/sources/libxml2/2.12/libxml2-{{version}}.tar.xz" \
49+
VERSION="2.12.6" \
50+
SHA256="889c593a881a3db5fdd96cc9318c87df34eb648edfc458272ad46fd607353fbb" \
5151
RELATIVE_PATH="libxml2-{{version}}" \
5252
install-from-source \
5353
--without-iconv \
@@ -62,8 +62,8 @@ RELATIVE_PATH="libxml2-{{version}}" \
6262
--disable-static
6363

6464
DOWNLOAD_URL="https://download.gnome.org/sources/libxslt/1.1/libxslt-{{version}}.tar.xz" \
65-
VERSION="1.1.37" \
66-
SHA256="3a4b27dc8027ccd6146725950336f1ec520928f320f144eb5fa7990ae6123ab4" \
65+
VERSION="1.1.39" \
66+
SHA256="2a20ad621148339b0759c4d4e96719362dee64c9a096dbba625ba053846349f0" \
6767
RELATIVE_PATH="libxslt-{{version}}" \
6868
install-from-source \
6969
--with-libxml-prefix="${DD_PREFIX_PATH}" \

0 commit comments

Comments
 (0)