From 0aa20e60342a306bf1eb1449a1ae247a0cdfa91a Mon Sep 17 00:00:00 2001 From: Konstantin Pavlov <thresh@nginx.com> Date: Fri, 21 Mar 2025 15:12:19 -0700 Subject: [PATCH] modules/README.md: updated the current list of modules. --- modules/README.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/modules/README.md b/modules/README.md index 0704a05..93620e4 100644 --- a/modules/README.md +++ b/modules/README.md @@ -43,25 +43,24 @@ are available from `pkg-oss` repository: ``` /pkg-oss $ LC_ALL=C make -C debian list-all-modules -auth-spnego 1.1.1-1 +auth-spnego 1.1.2-1 brotli 1.0.0-1 encrypted-session 0.09-1 fips-check 0.1-1 -geoip 1.25.5-1 +geoip 1.27.4-1 geoip2 3.4-1 -headers-more 0.35-1 -image-filter 1.25.5-1 -lua 0.10.26-1 +headers-more 0.37-1 +image-filter 1.27.4-1 +lua 0.10.28-1 ndk 0.3.3-1 -njs 0.8.4-2 -opentracing 0.33.0-1 -otel 0.1.0-1 -passenger 6.0.19-1 -perl 1.25.5-1 +njs 0.8.9-1 +otel 0.1.1-1 +passenger 6.0.26-1 +perl 1.27.4-1 rtmp 1.2.2-1 set-misc 0.33-1 subs-filter 0.6.4-1 -xslt 1.25.5-1 +xslt 1.27.4-1 ``` If you still want to provide your own instructions for a specific module, -- GitLab