From c2aa21b8c58779a82c9a4788b7ce149f46b71318 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 17 Jul 2023 10:08:47 +0200 Subject: [PATCH] www/nginx: wrap up version change --- www/nginx/Makefile | 2 +- www/nginx/pkg-descr | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 6acc5bc26..eb1abd76d 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= nginx PLUGIN_VERSION= 1.32.1 -PLUGIN_REVISION= 2 +PLUGIN_REVISION= 3 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 f6cb169d0..e004fd20a 100644 --- a/www/nginx/pkg-descr +++ b/www/nginx/pkg-descr @@ -13,6 +13,7 @@ Plugin Changelog 1.32.1 * add "Host header port" and "use original Host header" options +* Fix width of commands column (contributed by krbrs) 1.32