File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 81
81
82
82
# libxml & libxslt for lxml
83
83
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 " \
87
87
RELATIVE_PATH="libxml2-{{version}}" \
88
88
bash install-from-source.sh \
89
89
--without-iconv \
99
99
100
100
RUN \
101
101
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 " \
104
104
RELATIVE_PATH="libxslt-{{version}}" \
105
105
bash install-from-source.sh \
106
106
--without-python \
Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ RELATIVE_PATH="zlib-{{version}}" \
45
45
install-from-source
46
46
47
47
# 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 " \
51
51
RELATIVE_PATH=" libxml2-{{version}}" \
52
52
install-from-source \
53
53
--without-iconv \
@@ -62,8 +62,8 @@ RELATIVE_PATH="libxml2-{{version}}" \
62
62
--disable-static
63
63
64
64
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 " \
67
67
RELATIVE_PATH=" libxslt-{{version}}" \
68
68
install-from-source \
69
69
--with-libxml-prefix=" ${DD_PREFIX_PATH} " \
You can’t perform that action at this time.
0 commit comments