Skip to content

Commit 70036f0

Browse files
Upgrade OpenSSL and nghttp patch releases
1 parent 612827a commit 70036f0

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

php-80/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ RUN cmake --build . --target install
206206
# - libxml2
207207
# Needed by:
208208
# - curl
209-
ENV VERSION_NGHTTP2=1.67.0
209+
ENV VERSION_NGHTTP2=1.67.1
210210
ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2
211211
RUN set -xe; \
212212
mkdir -p ${NGHTTP2_BUILD_DIR}; \

php-81/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ RUN set -xe; \
104104
# - curl
105105
# - php
106106
RUN yum install -y perl-IPC-Cmd
107-
ENV VERSION_OPENSSL=3.5.2
107+
ENV VERSION_OPENSSL=3.5.3
108108
ENV OPENSSL_BUILD_DIR=${BUILD_DIR}/openssl
109109
ENV CA_BUNDLE_SOURCE="https://curl.se/ca/cacert.pem"
110110
ENV CA_BUNDLE="${INSTALL_DIR}/bref/ssl/cert.pem"
@@ -207,7 +207,7 @@ RUN cmake --build . --target install
207207
# - libxml2
208208
# Needed by:
209209
# - curl
210-
ENV VERSION_NGHTTP2=1.67.0
210+
ENV VERSION_NGHTTP2=1.67.1
211211
ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2
212212
RUN set -xe; \
213213
mkdir -p ${NGHTTP2_BUILD_DIR}; \

php-82/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ RUN set -xe; \
104104
# - curl
105105
# - php
106106
RUN yum install -y perl-IPC-Cmd
107-
ENV VERSION_OPENSSL=3.5.2
107+
ENV VERSION_OPENSSL=3.5.3
108108
ENV OPENSSL_BUILD_DIR=${BUILD_DIR}/openssl
109109
ENV CA_BUNDLE_SOURCE="https://curl.se/ca/cacert.pem"
110110
ENV CA_BUNDLE="${INSTALL_DIR}/bref/ssl/cert.pem"
@@ -207,7 +207,7 @@ RUN cmake --build . --target install
207207
# - libxml2
208208
# Needed by:
209209
# - curl
210-
ENV VERSION_NGHTTP2=1.67.0
210+
ENV VERSION_NGHTTP2=1.67.1
211211
ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2
212212
RUN set -xe; \
213213
mkdir -p ${NGHTTP2_BUILD_DIR}; \

php-83/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ RUN set -xe; \
104104
# - curl
105105
# - php
106106
RUN yum install -y perl-IPC-Cmd
107-
ENV VERSION_OPENSSL=3.5.2
107+
ENV VERSION_OPENSSL=3.5.3
108108
ENV OPENSSL_BUILD_DIR=${BUILD_DIR}/openssl
109109
ENV CA_BUNDLE_SOURCE="https://curl.se/ca/cacert.pem"
110110
ENV CA_BUNDLE="${INSTALL_DIR}/bref/ssl/cert.pem"
@@ -207,7 +207,7 @@ RUN cmake --build . --target install
207207
# - libxml2
208208
# Needed by:
209209
# - curl
210-
ENV VERSION_NGHTTP2=1.67.0
210+
ENV VERSION_NGHTTP2=1.67.1
211211
ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2
212212
RUN set -xe; \
213213
mkdir -p ${NGHTTP2_BUILD_DIR}; \

php-84/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ RUN set -xe; \
104104
# - curl
105105
# - php
106106
RUN yum install -y perl-IPC-Cmd
107-
ENV VERSION_OPENSSL=3.5.2
107+
ENV VERSION_OPENSSL=3.5.3
108108
ENV OPENSSL_BUILD_DIR=${BUILD_DIR}/openssl
109109
ENV CA_BUNDLE_SOURCE="https://curl.se/ca/cacert.pem"
110110
ENV CA_BUNDLE="${INSTALL_DIR}/bref/ssl/cert.pem"
@@ -207,7 +207,7 @@ RUN cmake --build . --target install
207207
# - libxml2
208208
# Needed by:
209209
# - curl
210-
ENV VERSION_NGHTTP2=1.67.0
210+
ENV VERSION_NGHTTP2=1.67.1
211211
ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2
212212
RUN set -xe; \
213213
mkdir -p ${NGHTTP2_BUILD_DIR}; \

0 commit comments

Comments
 (0)