From 9a56e84534eaf5d1b9587cea2f9b9b6a416017f0 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Mon, 28 Apr 2025 11:36:38 +0100 Subject: [PATCH 1/2] Upgrade to libxml2 2.14.2 --- php-82/Dockerfile | 2 +- php-83/Dockerfile | 2 +- php-84/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/php-82/Dockerfile b/php-82/Dockerfile index 4e72e618..0c89d2fd 100644 --- a/php-82/Dockerfile +++ b/php-82/Dockerfile @@ -141,7 +141,7 @@ RUN mkdir -p ${INSTALL_DIR}/bref/ssl && curl -Lk -o ${CA_BUNDLE} ${CA_BUNDLE_SOU # Needed by: # - php # - libnghttp2 -ENV VERSION_XML2=2.13.7 +ENV VERSION_XML2=2.14.2 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 83d465a0..9c40bbb2 100644 --- a/php-83/Dockerfile +++ b/php-83/Dockerfile @@ -141,7 +141,7 @@ RUN mkdir -p ${INSTALL_DIR}/bref/ssl && curl -Lk -o ${CA_BUNDLE} ${CA_BUNDLE_SOU # Needed by: # - php # - libnghttp2 -ENV VERSION_XML2=2.13.7 +ENV VERSION_XML2=2.14.2 ENV XML2_BUILD_DIR=${BUILD_DIR}/xml2 RUN set -xe; \ mkdir -p ${XML2_BUILD_DIR}; \ diff --git a/php-84/Dockerfile b/php-84/Dockerfile index 480f84b3..70630bc1 100644 --- a/php-84/Dockerfile +++ b/php-84/Dockerfile @@ -141,7 +141,7 @@ RUN mkdir -p ${INSTALL_DIR}/bref/ssl && curl -Lk -o ${CA_BUNDLE} ${CA_BUNDLE_SOU # Needed by: # - php # - libnghttp2 -ENV VERSION_XML2=2.13.7 +ENV VERSION_XML2=2.14.2 ENV XML2_BUILD_DIR=${BUILD_DIR}/xml2 RUN set -xe; \ mkdir -p ${XML2_BUILD_DIR}; \ From 60bfb922838fa2eeb3ef1193f7e18db5290bab0f Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Mon, 28 Apr 2025 11:45:08 +0100 Subject: [PATCH 2/2] Go with 2.13.8 --- php-82/Dockerfile | 2 +- php-83/Dockerfile | 2 +- php-84/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/php-82/Dockerfile b/php-82/Dockerfile index 0c89d2fd..d6d660fb 100644 --- a/php-82/Dockerfile +++ b/php-82/Dockerfile @@ -141,7 +141,7 @@ RUN mkdir -p ${INSTALL_DIR}/bref/ssl && curl -Lk -o ${CA_BUNDLE} ${CA_BUNDLE_SOU # Needed by: # - php # - libnghttp2 -ENV VERSION_XML2=2.14.2 +ENV VERSION_XML2=2.13.8 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 9c40bbb2..4c14d957 100644 --- a/php-83/Dockerfile +++ b/php-83/Dockerfile @@ -141,7 +141,7 @@ RUN mkdir -p ${INSTALL_DIR}/bref/ssl && curl -Lk -o ${CA_BUNDLE} ${CA_BUNDLE_SOU # Needed by: # - php # - libnghttp2 -ENV VERSION_XML2=2.14.2 +ENV VERSION_XML2=2.13.8 ENV XML2_BUILD_DIR=${BUILD_DIR}/xml2 RUN set -xe; \ mkdir -p ${XML2_BUILD_DIR}; \ diff --git a/php-84/Dockerfile b/php-84/Dockerfile index 70630bc1..1b3c38d5 100644 --- a/php-84/Dockerfile +++ b/php-84/Dockerfile @@ -141,7 +141,7 @@ RUN mkdir -p ${INSTALL_DIR}/bref/ssl && curl -Lk -o ${CA_BUNDLE} ${CA_BUNDLE_SOU # Needed by: # - php # - libnghttp2 -ENV VERSION_XML2=2.14.2 +ENV VERSION_XML2=2.13.8 ENV XML2_BUILD_DIR=${BUILD_DIR}/xml2 RUN set -xe; \ mkdir -p ${XML2_BUILD_DIR}; \