nginx 1.22.1-7ubuntu1 source package in Ubuntu
Changelog
nginx (1.22.1-7ubuntu1) mantic; urgency=medium * Merge with Debian unstable (LP: #1993421). Remaining changes: - Branding for Ubuntu + d/p/ubuntu-branding.patch: add Ubuntu branding + d/t/branding: Add autopkgtest to validate branding presence - d/control: Drop the Lua module (libnginx-mod-http-lua) as a dependency for NGINX (Server Team Decision) - future support for Lua module now requires resty-core from OpenResty, meaning that if we want to continue to support the Lua module, we have to start becoming OpenResty - users should just use OpenResty at this point for Lua. * Dropped: - d/apport/source_nginx.py: Add apport hooks for additional bug information gathering. [Accepted by Debian 1.22.0-2. Deb #963668] - d/nginx-common.install: Add install rule for apport hooks. [Accepted by Debian in 1.22.0-2. Deb #963668] - d/p/nginx-fix-pidfile.patch: Fix NGINX PIDfile handling to avoid SystemD race condition - thanks to Tj for the patch. (LP #1581864) [Accepted by Debian 1.22.0-2. Deb #876365] - d/control: make nginx and nginx-full arch any, so that nginx-full is no longer pulled into main because of i386 (LP #1893267) [No longer required due to Debian packaging split] - Remove the Lua modules from NGINX (Server Team Decision) - future support for Lua module now requires resty-core from OpenResty, meaning that if we want to continue to support the Lua module, we have to start becoming OpenResty - users should just use OpenResty at this point for Lua. Changes made for this removal: + d/control: + Remove lua module from dependencies, and binary build item. + Add "Breaks" line for nginx-lua for older versions of NGINX. This is added to the nginx metapackage and nginx-extras. + d/rules: Remove Lua module from the build flags for -extras. + d/http-lua, d/modules/{,patches/,watch/}nginx-lua: Remove Lua modules, watch file, module patches. + d/modules/control: Remove Lua module from definitions + d/copyright: Remove lua module. + d/tests/{control,lua/}: Remove Lua test entirely, remove dependencies on any test which request libnginx-mod-http-lua as it's gone. [No longer required due to Debian packaging split] - d/control: drop GeoIP from nginx-core due to demotion of libgeoip (LP #1861101, LP #1867150): + remove libnginx-mod-http-geoip from nginx-core dependency + have nginx-core depend on libnginx-mod-stream-geoip2 instead of libnginx-mod-stream-geoip + adjust package descriptions accordingly [No longer required due to Debian packaging split] - d/control: (GeoIP2 related changes) + Update dependencies for http-geoip2 package to include libmaxminddb0. + Update nginx-core to include http-geoip2 module due to approved bin-MIR (LP #1867198) + Move geoip2 module build flags to the common flags so all package flavors have it. + Update dependencies for nginx-light, etc. to include libnginx-mod-http-geoip2 as it's in the 'common build flags' for all flavors of the builds. + Update package description for nginx-core to indicate geoip2 is included, and to list third party HTTP modules. GeoIP2 is not included for Stream by default, so we have to adjust this because the Stream part isn't MIR'd. [No longer required due to Debian packaging split] - d/m/p/http-subs-filter/pcre2.patch: Patch from debian 0d813834 to fix FTBFS [Debian switched to libpcre2 in 1.22.1-7] - d/p/CVE-2022-41741_41742.patch: disabled duplicate atoms in Mp4 (CVE-2022-41741, CVE-2022-41742) [Included in upstream 1.22.1 release] -- Bryce Harrington <email address hidden> Thu, 23 Feb 2023 01:22:32 -0800
Upload details
- Uploaded by:
- Bryce Harrington
- Uploaded to:
- Mantic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- web
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
nginx_1.22.1.orig.tar.gz | 1.0 MiB | 9ebb333a9e82b952acd3e2b4aeb1d4ff6406f72491bab6cd9fe69f0dea737f31 |
nginx_1.22.1-7ubuntu1.debian.tar.xz | 78.7 KiB | 2689693e5ad225a139e6fa9d7398cca0d8d089ef3d8e3f9c1e62f58c3b2c5a1c |
nginx_1.22.1-7ubuntu1.dsc | 3.5 KiB | da13eeb7be18ece821e34e8d1ec942a5433ebfb4c3f7052d0aac95d33eefb602 |
Available diffs
- diff from 1.22.0-1ubuntu3 to 1.22.1-7ubuntu1 (887.7 KiB)
Binary packages built by this source
- libnginx-mod-http-geoip: GeoIP HTTP module for Nginx
The ngx_http_geoip module creates variables with values depending on the
client IP address, using the precompiled MaxMind databases.
.
Those variables include country, region, city, latitude, longitude, postal
code, etc.
- libnginx-mod-http-geoip-dbgsym: debug symbols for libnginx-mod-http-geoip
- libnginx-mod-http-image-filter: HTTP image filter module for Nginx
The ngx_http_
image_filter module is a filter that transforms images in JPEG,
GIF, and PNG formats.
.
The module supports filters such as rotate, resize, crop, quality, sharpening,
interlacing and more.
- libnginx-mod-http-image-filter-dbgsym: debug symbols for libnginx-mod-http-image-filter
- libnginx-mod-http-perl: Perl module for Nginx
Embed Perl runtime into nginx.
.
The ngx_http_perl module is used to implement location and variable handlers
in Perl and insert Perl calls into SSI.
.
Note that this module is marked experimental.
- libnginx-mod-http-perl-dbgsym: debug symbols for libnginx-mod-http-perl
- libnginx-mod-http-xslt-filter: XSLT Transformation module for Nginx
The ngx_http_
xslt_filter module is a filter that transforms XML responses
using one or more XSLT stylesheets.
.
The transformation can be adjusted by setting the relevant configuration
parameters.
- libnginx-mod-http-xslt-filter-dbgsym: debug symbols for libnginx-mod-http-xslt-filter
- libnginx-mod-mail: Mail module for Nginx
The nginx_mail module adds mail proxy support to nginx.
.
The module supports proxying all the standard mail protocols such as IMAP,
POP3 & SMTP.
- libnginx-mod-mail-dbgsym: debug symbols for libnginx-mod-mail
- libnginx-mod-stream: Stream module for Nginx
The nginx_stream module adds stream proxy support to nginx.
.
Stream module supports loadbalancing & proxying to TCP servers. The module
also supports ACLs/connection limiting and configuring multiple operational
parameters.
- libnginx-mod-stream-dbgsym: debug symbols for libnginx-mod-stream
- libnginx-mod-stream-geoip: GeoIP Stream module for Nginx
The ngx_stream_geoip module creates variables with values depending on the
client IP address, using the precompiled MaxMind databases.
.
Those variables include country, region, city, latitude, longitude, postal
code, etc.
- libnginx-mod-stream-geoip-dbgsym: debug symbols for libnginx-mod-stream-geoip
- nginx: small, powerful, scalable web/proxy server
Nginx ("engine X") is a high-performance web and reverse proxy server
created by Igor Sysoev. It can be used both as a standalone web server
and as a proxy to reduce the load on back-end HTTP or mail servers.
- nginx-common: small, powerful, scalable web/proxy server - common files
Nginx ("engine X") is a high-performance web and reverse proxy server
created by Igor Sysoev. It can be used both as a standalone web server
and as a proxy to reduce the load on back-end HTTP or mail servers.
.
This package contains base configuration files used by all versions of
nginx.
- nginx-core: nginx web/proxy server (standard version)
Nginx ("engine X") is a high-performance web and reverse proxy server
created by Igor Sysoev. It can be used both as a standalone web server
and as a proxy to reduce the load on back-end HTTP or mail servers.
.
This metapackage provides a version of nginx identical to that of nginx-full,
but without any third-party modules, and only modules in the original
nginx code base.
.
STANDARD HTTP MODULES: Core, Access, Auth Basic, Auto Index, Browser, Empty
GIF, FastCGI, Geo, Limit Connections, Limit Requests, Map, Memcached, Proxy,
Referer, Rewrite, SCGI, Split Clients, UWSGI.
.
OPTIONAL HTTP MODULES: Addition, Auth Request, Charset, WebDAV, GeoIP, Gunzip,
Gzip, Gzip Precompression, Headers, HTTP/2, Image Filter, Index, Log, Real IP,
Slice, SSI, SSL, SSL Preread, Stub Status, Substitution, Thread Pool,
Upstream, User ID, XSLT.
.
OPTIONAL MAIL MODULES: Mail Core, Auth HTTP, Proxy, SSL, IMAP, POP3, SMTP.
.
OPTIONAL STREAM MODULES: Stream Core, GeoIP
- nginx-dbgsym: debug symbols for nginx
- nginx-dev: nginx web/proxy server - development headers
Nginx ("engine X") is a high-performance web and reverse proxy server
created by Igor Sysoev. It can be used both as a standalone web server
and as a proxy to reduce the load on back-end HTTP or mail servers.
.
This package provides development headers and necessary config scripts
for the nginx web/proxy server, useful to develop and link third party
additions to the Debian nginx web/proxy server packages.
- nginx-doc: small, powerful, scalable web/proxy server - documentation
Nginx ("engine X") is a high-performance web and reverse proxy server
created by Igor Sysoev. It can be used both as a standalone web server
and as a proxy to reduce the load on back-end HTTP or mail servers.
.
This package provides extra documentation to help unleash the power of Nginx.
- nginx-extras: nginx web/proxy server (extended version)
Nginx ("engine X") is a high-performance web and reverse proxy server
created by Igor Sysoev. It can be used both as a standalone web server
and as a proxy to reduce the load on back-end HTTP or mail servers.
.
This metapackage provides a version of nginx with the standard modules, plus
extra features and modules such as the Perl module, which allows the
addition of Perl in configuration files.
.
STANDARD HTTP MODULES: Core, Access, Auth Basic, Auto Index, Browser, Empty
GIF, FastCGI, Geo, Limit Connections, Limit Requests, Map, Memcached, Proxy,
Referer, Rewrite, SCGI, Split Clients, UWSGI.
.
OPTIONAL HTTP MODULES: Addition, Auth Request, Charset, WebDAV, FLV, GeoIP,
Gunzip, Gzip, Gzip Precompression, Headers, HTTP/2, Image Filter, Index, Log,
MP4, Embedded Perl, Random Index, Real IP, Slice, Secure Link, SSI, SSL,
SSL Preread, Stub Status, Substitution, Thread Pool, Upstream, User ID, XSLT.
.
OPTIONAL MAIL MODULES: Mail Core, Auth HTTP, Proxy, SSL, IMAP, POP3, SMTP.
.
OPTIONAL STREAM MODULES: Stream, GeoIP, GeoIP2
.
THIRD PARTY MODULES: Auth PAM, Cache Purge, DAV Ext, Echo, Fancy Index,
GeoIP2, Headers More, Embedded Lua, HTTP Substitutions, Nchan, Upload Progress,
Upstream Fair Queue.
- nginx-full: nginx web/proxy server (standard version with 3rd parties)
Nginx ("engine X") is a high-performance web and reverse proxy server
created by Igor Sysoev. It can be used both as a standalone web server
and as a proxy to reduce the load on back-end HTTP or mail servers.
.
This metapackage provides a version of nginx with the complete set of
standard modules included (but omitting some of those included in
nginx-extras).
.
STANDARD HTTP MODULES: Core, Access, Auth Basic, Auto Index, Browser, Empty
GIF, FastCGI, Geo, Limit Connections, Limit Requests, Map, Memcached, Proxy,
Referer, Rewrite, SCGI, Split Clients, UWSGI.
.
OPTIONAL HTTP MODULES: Addition, Auth Request, Charset, WebDAV, GeoIP, Gunzip,
Gzip, Gzip Precompression, Headers, HTTP/2, Image Filter, Index, Log, Real IP,
Slice, SSI, SSL, Stream, SSL Preread, Stub Status, Substitution, Thread Pool,
Upstream, User ID, XSLT.
.
OPTIONAL MAIL MODULES: Mail Core, Auth HTTP, Proxy, SSL, IMAP, POP3, SMTP.
.
OPTIONAL STREAM MODULES: Stream Core, GeoIP, GeoIP2
.
THIRD PARTY MODULES: Auth PAM, DAV Ext, Echo, GeoIP2, HTTP Substitutions
Upstream Fair Queue.
- nginx-light: nginx web/proxy server (basic version)
Nginx ("engine X") is a high-performance web and reverse proxy server
created by Igor Sysoev. It can be used both as a standalone web server
and as a proxy to reduce the load on back-end HTTP or mail servers.
.
This metapackage provides a very light version of nginx with only the
minimal set of features and modules.
.
STANDARD HTTP MODULES: Core, Access, Auth Basic, Auto Index, Empty GIF,
FastCGI, Map, Proxy, Rewrite, SCGI, uWSGI.
.
OPTIONAL HTTP MODULES: Auth Request, Charset, Gzip, Gzip Precompression,
Headers, HTTP/2, Index, Log, Real IP, Slice, SSI, SSL, Stub Status, Thread
Pool, WebDAV, Upstream.
.
THIRD PARTY MODULES: Echo.