Skip to content

Commit e831c59

Browse files
committed
Update dynamic TLS records patch to freenginx 1.29.7+
Replace nginx__dynamic_tls_records_* patch URLs with freenginx__dynamic_tls_records_1.29.7%2B.patch across all mainline and stable Dockerfiles (including loongarch64 and mips64le). This aligns the TLS dynamic record patch with newer freenginx versions.
1 parent 6cf3251 commit e831c59

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

mainline/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ RUN set -eux \
157157
# -- Patch -----------------------------------------------------------------
158158
&& cd /usr/src/freenginx-${NGINX_VERSION} \
159159
&& curl -fsSL \
160-
"https://raw.githubusercontent.com/nginx-modules/ngx_http_tls_dyn_size/refs/heads/master/nginx__dynamic_tls_records_1.29.2%2B.patch" \
160+
"https://raw.githubusercontent.com/nginx-modules/ngx_http_tls_dyn_size/refs/heads/master/freenginx__dynamic_tls_records_1.29.7%2B.patch" \
161161
-o dynamic_tls_records.patch \
162162
&& patch -p1 < dynamic_tls_records.patch \
163163
&& rm dynamic_tls_records.patch \

mainline/Dockerfile.loongarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ RUN set -eux \
157157
# -- Patch -----------------------------------------------------------------
158158
&& cd /usr/src/freenginx-${NGINX_VERSION} \
159159
&& curl -fsSL \
160-
"https://raw.githubusercontent.com/nginx-modules/ngx_http_tls_dyn_size/refs/heads/master/nginx__dynamic_tls_records_1.29.2%2B.patch" \
160+
"https://raw.githubusercontent.com/nginx-modules/ngx_http_tls_dyn_size/refs/heads/master/freenginx__dynamic_tls_records_1.29.7%2B.patch" \
161161
-o dynamic_tls_records.patch \
162162
&& patch -p1 < dynamic_tls_records.patch \
163163
&& rm dynamic_tls_records.patch \

mainline/Dockerfile.mips64le

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ RUN set -eux \
157157
# -- Patch -----------------------------------------------------------------
158158
&& cd /usr/src/freenginx-${NGINX_VERSION} \
159159
&& curl -fsSL \
160-
"https://raw.githubusercontent.com/nginx-modules/ngx_http_tls_dyn_size/refs/heads/master/nginx__dynamic_tls_records_1.29.2%2B.patch" \
160+
"https://raw.githubusercontent.com/nginx-modules/ngx_http_tls_dyn_size/refs/heads/master/freenginx__dynamic_tls_records_1.29.7%2B.patch" \
161161
-o dynamic_tls_records.patch \
162162
&& patch -p1 < dynamic_tls_records.patch \
163163
&& rm dynamic_tls_records.patch \

stable/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ RUN set -eux \
157157
# -- Patch -----------------------------------------------------------------
158158
&& cd /usr/src/freenginx-${NGINX_VERSION} \
159159
&& curl -fsSL \
160-
"https://raw.githubusercontent.com/nginx-modules/ngx_http_tls_dyn_size/refs/heads/master/nginx__dynamic_tls_records_1.27.5%2B.patch" \
160+
"https://raw.githubusercontent.com/nginx-modules/ngx_http_tls_dyn_size/refs/heads/master/freenginx__dynamic_tls_records_1.29.7%2B.patch" \
161161
-o dynamic_tls_records.patch \
162162
&& patch -p1 < dynamic_tls_records.patch \
163163
&& rm dynamic_tls_records.patch \

stable/Dockerfile.loongarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ RUN set -eux \
157157
# -- Patch -----------------------------------------------------------------
158158
&& cd /usr/src/freenginx-${NGINX_VERSION} \
159159
&& curl -fsSL \
160-
"https://raw.githubusercontent.com/nginx-modules/ngx_http_tls_dyn_size/refs/heads/master/nginx__dynamic_tls_records_1.27.5%2B.patch" \
160+
"https://raw.githubusercontent.com/nginx-modules/ngx_http_tls_dyn_size/refs/heads/master/freenginx__dynamic_tls_records_1.29.7%2B.patch" \
161161
-o dynamic_tls_records.patch \
162162
&& patch -p1 < dynamic_tls_records.patch \
163163
&& rm dynamic_tls_records.patch \

stable/Dockerfile.mips64le

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ RUN set -eux \
157157
# -- Patch -----------------------------------------------------------------
158158
&& cd /usr/src/freenginx-${NGINX_VERSION} \
159159
&& curl -fsSL \
160-
"https://raw.githubusercontent.com/nginx-modules/ngx_http_tls_dyn_size/refs/heads/master/nginx__dynamic_tls_records_1.27.5%2B.patch" \
160+
"https://raw.githubusercontent.com/nginx-modules/ngx_http_tls_dyn_size/refs/heads/master/freenginx__dynamic_tls_records_1.29.7%2B.patch" \
161161
-o dynamic_tls_records.patch \
162162
&& patch -p1 < dynamic_tls_records.patch \
163163
&& rm dynamic_tls_records.patch \

0 commit comments

Comments
 (0)