Your message dated Wed, 7 Sep 2022 17:32:12 -0400
with message-id <[email protected]>
and subject line Re: [Pkg-nginx-maintainers] Bug#1017963: Please Consider
Building the ngx_http_gzip_static_module
has caused the Debian Bug report #1017963,
regarding Please Consider Building the ngx_http_gzip_static_module
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1017963: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1017963
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:nginx
Version: 1.18.0-6.1+deb11u2
The ngx_http_gzip_static_module is not built by default per
https://nginx.org/en/docs/http/ngx_http_gzip_static_module.html but is otherwise very useful. Please
consider building it as an optional package as with other nginx modules.
THanks
--- End Message ---
--- Begin Message ---
We already do build with gzip_static.
---
See Unstable and `nginx -V` output, you'll see we have
`--with-http_gzip_static_module` in the output:
root@debian-unstable:~# nginx -V | grep gzip_static --color
nginx version: nginx/1.22.0
built with OpenSSL 3.0.5 5 Jul 2022
TLS SNI support enabled
configure arguments: --with-cc-opt='-g -O2
-ffile-prefix-map=/build/nginx-MZfr2V/nginx-1.22.0=.
-fstack-protector-strong -Wformat -Werror=format-security -fPIC
-Wdate-time -D_FORTIFY_SOURCE=2' --with-ld-opt='-Wl,-z,relro -Wl,-z,now
-fPIC' --prefix=/usr/share/nginx --conf-path=/etc/nginx/nginx.conf
--http-log-path=/var/log/nginx/access.log
--error-log-path=/var/log/nginx/error.log
--lock-path=/var/lock/nginx.lock --pid-path=/run/nginx.pid
--modules-path=/usr/lib/nginx/modules
--http-client-body-temp-path=/var/lib/nginx/body
--http-fastcgi-temp-path=/var/lib/nginx/fastcgi
--http-proxy-temp-path=/var/lib/nginx/proxy
--http-scgi-temp-path=/var/lib/nginx/scgi
--http-uwsgi-temp-path=/var/lib/nginx/uwsgi --with-compat --with-debug
--with-pcre-jit --with-http_ssl_module --with-http_stub_status_module
--with-http_realip_module --with-http_auth_request_module
--with-http_v2_module --with-http_dav_module --with-http_slice_module
--with-threads --with-http_addition_module --with-http_gunzip_module
--with-http_gzip_static_module --with-http_sub_module
---
And we also build this already in Bullseye, see that output as well
while we're at it:
root@debian-stable:~# nginx -V | grep gzip_static
nginx version: nginx/1.18.0
built with OpenSSL 1.1.1n 15 Mar 2022
TLS SNI support enabled
configure arguments: --with-cc-opt='-g -O2
-ffile-prefix-map=/build/nginx-QeqwpL/nginx-1.18.0=.
-fstack-protector-strong -Wformat -Werror=format-security -fPIC
-Wdate-time -D_FORTIFY_SOURCE=2' --with-ld-opt='-Wl,-z,relro -Wl,-z,now
-fPIC' --prefix=/usr/share/nginx --conf-path=/etc/nginx/nginx.conf
--http-log-path=/var/log/nginx/access.log
--error-log-path=/var/log/nginx/error.log
--lock-path=/var/lock/nginx.lock --pid-path=/run/nginx.pid
--modules-path=/usr/lib/nginx/modules
--http-client-body-temp-path=/var/lib/nginx/body
--http-fastcgi-temp-path=/var/lib/nginx/fastcgi
--http-proxy-temp-path=/var/lib/nginx/proxy
--http-scgi-temp-path=/var/lib/nginx/scgi
--http-uwsgi-temp-path=/var/lib/nginx/uwsgi --with-compat --with-debug
--with-pcre-jit --with-http_ssl_module --with-http_stub_status_module
--with-http_realip_module --with-http_auth_request_module
--with-http_v2_module --with-http_dav_module --with-http_slice_module
--with-threads --with-http_addition_module --with-http_gunzip_module
--with-http_gzip_static_module --with-http_sub_module
As for the request of an optional separate module, unfortunately that
only applies for dynamic modules and things we can properly build as
dynamic that don't need to be statically compiled. gzip_static cannot be
built outside of the NGINX binary, so it can't be a 'separate package.
Thomas
On 8/22/22 20:42, Matt Corallo wrote:
Package: src:nginx
Version: 1.18.0-6.1+deb11u2
The ngx_http_gzip_static_module is not built by default per
https://nginx.org/en/docs/http/ngx_http_gzip_static_module.html but is
otherwise very useful. Please consider building it as an optional
package as with other nginx modules.
THanks
_______________________________________________
Pkg-nginx-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-nginx-maintainers
--- End Message ---