Skip to content

Commit 245f94c

Browse files
authored
Merge pull request #175 from GrahamCampbell/patch-libxml
Patch libxml2
2 parents a433d23 + d0c57a0 commit 245f94c

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

php-80/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,13 +134,13 @@ RUN mkdir -p ${INSTALL_DIR}/bref/ssl && curl -Lk -o ${CA_BUNDLE} ${CA_BUNDLE_SOU
134134

135135
###############################################################################
136136
# LIBXML2
137-
# https://github.com/GNOME/libxml2/releases
137+
# https://gitlab.gnome.org/GNOME/libxml2/-/releases
138138
# Uses:
139139
# - zlib
140140
# Needed by:
141141
# - php
142142
# - libnghttp2
143-
ENV VERSION_XML2=2.11.7
143+
ENV VERSION_XML2=2.11.8
144144
ENV XML2_BUILD_DIR=${BUILD_DIR}/xml2
145145
RUN set -xe; \
146146
mkdir -p ${XML2_BUILD_DIR}; \

php-81/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,13 +135,13 @@ RUN mkdir -p ${INSTALL_DIR}/bref/ssl && curl -Lk -o ${CA_BUNDLE} ${CA_BUNDLE_SOU
135135

136136
###############################################################################
137137
# LIBXML2
138-
# https://github.com/GNOME/libxml2/releases
138+
# https://gitlab.gnome.org/GNOME/libxml2/-/releases
139139
# Uses:
140140
# - zlib
141141
# Needed by:
142142
# - php
143143
# - libnghttp2
144-
ENV VERSION_XML2=2.12.6
144+
ENV VERSION_XML2=2.12.7
145145
ENV XML2_BUILD_DIR=${BUILD_DIR}/xml2
146146
RUN set -xe; \
147147
mkdir -p ${XML2_BUILD_DIR}; \

php-82/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,13 +135,13 @@ RUN mkdir -p ${INSTALL_DIR}/bref/ssl && curl -Lk -o ${CA_BUNDLE} ${CA_BUNDLE_SOU
135135

136136
###############################################################################
137137
# LIBXML2
138-
# https://github.com/GNOME/libxml2/releases
138+
# https://gitlab.gnome.org/GNOME/libxml2/-/releases
139139
# Uses:
140140
# - zlib
141141
# Needed by:
142142
# - php
143143
# - libnghttp2
144-
ENV VERSION_XML2=2.12.6
144+
ENV VERSION_XML2=2.12.7
145145
ENV XML2_BUILD_DIR=${BUILD_DIR}/xml2
146146
RUN set -xe; \
147147
mkdir -p ${XML2_BUILD_DIR}; \

php-83/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,13 +135,13 @@ RUN mkdir -p ${INSTALL_DIR}/bref/ssl && curl -Lk -o ${CA_BUNDLE} ${CA_BUNDLE_SOU
135135

136136
###############################################################################
137137
# LIBXML2
138-
# https://github.com/GNOME/libxml2/releases
138+
# https://gitlab.gnome.org/GNOME/libxml2/-/releases
139139
# Uses:
140140
# - zlib
141141
# Needed by:
142142
# - php
143143
# - libnghttp2
144-
ENV VERSION_XML2=2.12.6
144+
ENV VERSION_XML2=2.12.7
145145
ENV XML2_BUILD_DIR=${BUILD_DIR}/xml2
146146
RUN set -xe; \
147147
mkdir -p ${XML2_BUILD_DIR}; \

0 commit comments

Comments
 (0)