From a24d9f83b39674d2ccb75cd204c152d5b8ed3070 Mon Sep 17 00:00:00 2001 From: theraw Date: Tue, 21 Jul 2026 15:49:07 +0000 Subject: [PATCH] 1.31.3 --- README.md | 2 +- ...tls-records.patch => nginx-1.31.3-dynamic-tls-records.patch} | 0 ...2-systemd-notify.patch => nginx-1.31.3-systemd-notify.patch} | 0 ...nant-isolation.patch => nginx-1.31.3-tenant-isolation.patch} | 0 version | 2 +- 5 files changed, 2 insertions(+), 2 deletions(-) rename build/patches/{nginx-1.31.2-dynamic-tls-records.patch => nginx-1.31.3-dynamic-tls-records.patch} (100%) rename build/patches/{nginx-1.31.2-systemd-notify.patch => nginx-1.31.3-systemd-notify.patch} (100%) rename build/patches/{nginx-1.31.2-tenant-isolation.patch => nginx-1.31.3-tenant-isolation.patch} (100%) diff --git a/README.md b/README.md index f96f640..e34d676 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![Simple](https://c.tenor.com/uYqsM9uIyuYAAAAC/simple-easy.gif) - [x] Debian 13 (trixie) and Ubuntu 26.04 LTS (raccoon) supported -- [x] nginx 1.31.2 +- [x] nginx 1.31.3 - [x] HTTP/3 (QUIC) via AWS-LC - [x] ModSecurity v3 (libmodsecurity) - [x] Naxsi diff --git a/build/patches/nginx-1.31.2-dynamic-tls-records.patch b/build/patches/nginx-1.31.3-dynamic-tls-records.patch similarity index 100% rename from build/patches/nginx-1.31.2-dynamic-tls-records.patch rename to build/patches/nginx-1.31.3-dynamic-tls-records.patch diff --git a/build/patches/nginx-1.31.2-systemd-notify.patch b/build/patches/nginx-1.31.3-systemd-notify.patch similarity index 100% rename from build/patches/nginx-1.31.2-systemd-notify.patch rename to build/patches/nginx-1.31.3-systemd-notify.patch diff --git a/build/patches/nginx-1.31.2-tenant-isolation.patch b/build/patches/nginx-1.31.3-tenant-isolation.patch similarity index 100% rename from build/patches/nginx-1.31.2-tenant-isolation.patch rename to build/patches/nginx-1.31.3-tenant-isolation.patch diff --git a/version b/version index 6ae4185..9a1c5cc 100644 --- a/version +++ b/version @@ -1,4 +1,4 @@ -export NGINX="1.31.2" +export NGINX="1.31.3" # Lua Path export LUA_SCRIPTS="/usr/nginx_lua"