From d0c57a0889428540ab4cc6b2bb980784237be32b Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Thu, 23 May 2024 10:32:18 +0100 Subject: [PATCH] Patch libxml2 --- php-80/Dockerfile | 4 ++-- php-81/Dockerfile | 4 ++-- php-82/Dockerfile | 4 ++-- php-83/Dockerfile | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/php-80/Dockerfile b/php-80/Dockerfile index a4a66d53..ff65b08c 100644 --- a/php-80/Dockerfile +++ b/php-80/Dockerfile @@ -134,13 +134,13 @@ RUN mkdir -p ${INSTALL_DIR}/bref/ssl && curl -Lk -o ${CA_BUNDLE} ${CA_BUNDLE_SOU ############################################################################### # LIBXML2 -# https://github.com/GNOME/libxml2/releases +# https://gitlab.gnome.org/GNOME/libxml2/-/releases # Uses: # - zlib # Needed by: # - php # - libnghttp2 -ENV VERSION_XML2=2.11.7 +ENV VERSION_XML2=2.11.8 ENV XML2_BUILD_DIR=${BUILD_DIR}/xml2 RUN set -xe; \ mkdir -p ${XML2_BUILD_DIR}; \ diff --git a/php-81/Dockerfile b/php-81/Dockerfile index f862876c..b184561d 100644 --- a/php-81/Dockerfile +++ b/php-81/Dockerfile @@ -135,13 +135,13 @@ RUN mkdir -p ${INSTALL_DIR}/bref/ssl && curl -Lk -o ${CA_BUNDLE} ${CA_BUNDLE_SOU ############################################################################### # LIBXML2 -# https://github.com/GNOME/libxml2/releases +# https://gitlab.gnome.org/GNOME/libxml2/-/releases # Uses: # - zlib # Needed by: # - php # - libnghttp2 -ENV VERSION_XML2=2.12.6 +ENV VERSION_XML2=2.12.7 ENV XML2_BUILD_DIR=${BUILD_DIR}/xml2 RUN set -xe; \ mkdir -p ${XML2_BUILD_DIR}; \ diff --git a/php-82/Dockerfile b/php-82/Dockerfile index 63729f4d..a136e8b8 100644 --- a/php-82/Dockerfile +++ b/php-82/Dockerfile @@ -135,13 +135,13 @@ RUN mkdir -p ${INSTALL_DIR}/bref/ssl && curl -Lk -o ${CA_BUNDLE} ${CA_BUNDLE_SOU ############################################################################### # LIBXML2 -# https://github.com/GNOME/libxml2/releases +# https://gitlab.gnome.org/GNOME/libxml2/-/releases # Uses: # - zlib # Needed by: # - php # - libnghttp2 -ENV VERSION_XML2=2.12.6 +ENV VERSION_XML2=2.12.7 ENV XML2_BUILD_DIR=${BUILD_DIR}/xml2 RUN set -xe; \ mkdir -p ${XML2_BUILD_DIR}; \ diff --git a/php-83/Dockerfile b/php-83/Dockerfile index 76cf0e8f..67cf15cd 100644 --- a/php-83/Dockerfile +++ b/php-83/Dockerfile @@ -135,13 +135,13 @@ RUN mkdir -p ${INSTALL_DIR}/bref/ssl && curl -Lk -o ${CA_BUNDLE} ${CA_BUNDLE_SOU ############################################################################### # LIBXML2 -# https://github.com/GNOME/libxml2/releases +# https://gitlab.gnome.org/GNOME/libxml2/-/releases # Uses: # - zlib # Needed by: # - php # - libnghttp2 -ENV VERSION_XML2=2.12.6 +ENV VERSION_XML2=2.12.7 ENV XML2_BUILD_DIR=${BUILD_DIR}/xml2 RUN set -xe; \ mkdir -p ${XML2_BUILD_DIR}; \