From 38e6614831fcfac474f5cac228f39d51ad87178a Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 20 Jan 2026 12:59:16 +0100 Subject: [PATCH] www/nginx: new version --- www/nginx/Makefile | 3 +-- www/nginx/pkg-descr | 4 ++++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/www/nginx/Makefile b/www/nginx/Makefile index ee39050d5..1d8bbd8b7 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= nginx -PLUGIN_VERSION= 1.35 -PLUGIN_REVISION= 4 +PLUGIN_VERSION= 1.36 PLUGIN_COMMENT= Nginx HTTP server and reverse proxy PLUGIN_DEPENDS= nginx PLUGIN_MAINTAINER= franz.fabian.94@gmail.com diff --git a/www/nginx/pkg-descr b/www/nginx/pkg-descr index c12a09328..0ff2ddd42 100644 --- a/www/nginx/pkg-descr +++ b/www/nginx/pkg-descr @@ -8,6 +8,10 @@ reuse, SSL offload and HTTP media streaming. Plugin Changelog ================ +1.36 + +* Add optional HTTP/3 support with dynamic Alt-Svc (contributed by Jan Chlouba) + 1.35 * Global options sendfile directive typo fix