nginx 1.18.0-6ubuntu14 source package in Ubuntu

Changelog

nginx (1.18.0-6ubuntu14) jammy; urgency=medium

  * No-change rebuild to update maintainer scripts, see LP: 1959054

 -- Dave Jones <email address hidden>  Wed, 16 Feb 2022 17:10:20 +0000

Upload details

Uploaded by:
Dave Jones
Sponsored by:
Graham Inggs
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release main web

Downloads

File Size SHA-256 Checksum
nginx_1.18.0.orig.tar.gz 1015.2 KiB 4c373e7ab5bf91d34a4f11a0c9496561061ba5eee6020db272a17a7228d35f99
nginx_1.18.0-6ubuntu14.debian.tar.xz 669.9 KiB 9751691b460198b908b898942f9cedf86ad524b6a75d4f0c2170c464bd32e5af
nginx_1.18.0-6ubuntu14.dsc 4.3 KiB 7b61d96540120146043b50f53234055df336b76ce1a655704af63481b2ec5582

View changes file

Binary packages built by this source

libnginx-mod-http-auth-pam: PAM authentication module for Nginx

 The nginx_http_auth_pam module enables authentication using PAM.
 .
 The module uses PAM as a backend for simple http authentication. It
 also allows setting the pam service name to allow more fine grained control.

libnginx-mod-http-auth-pam-dbgsym: No summary available for libnginx-mod-http-auth-pam-dbgsym in ubuntu kinetic.

No description available for libnginx-mod-http-auth-pam-dbgsym in ubuntu kinetic.

libnginx-mod-http-cache-purge: Purge content from Nginx caches

 Cache Purge module adds purging capabilities to Nginx. It allows purging
 content from caches used by all of Nginx proxy modules, like FastCGI, Proxy,
 SCGI and uWSGI.

libnginx-mod-http-cache-purge-dbgsym: debug symbols for libnginx-mod-http-cache-purge
libnginx-mod-http-dav-ext: WebDAV missing commands support for Nginx

 WebDAV Ext module complements the Nginx WebDAV module to provide a full
 WebDAV support.
 .
 WebDAV Ext provides the missing PROPFIND & OPTIONS methods.

libnginx-mod-http-dav-ext-dbgsym: debug symbols for libnginx-mod-http-dav-ext
libnginx-mod-http-echo: No summary available for libnginx-mod-http-echo in ubuntu kinetic.

No description available for libnginx-mod-http-echo in ubuntu kinetic.

libnginx-mod-http-echo-dbgsym: debug symbols for libnginx-mod-http-echo
libnginx-mod-http-fancyindex: Fancy indexes module for the Nginx

 The Fancy Index module makes possible the generation of file listings, like
 the built-in autoindex module does, but adding a touch of style by introducing
 ways to customize the result.

libnginx-mod-http-fancyindex-dbgsym: debug symbols for libnginx-mod-http-fancyindex
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-geoip2: No summary available for libnginx-mod-http-geoip2 in ubuntu kinetic.

No description available for libnginx-mod-http-geoip2 in ubuntu kinetic.

libnginx-mod-http-geoip2-dbgsym: No summary available for libnginx-mod-http-geoip2-dbgsym in ubuntu kinetic.

No description available for libnginx-mod-http-geoip2-dbgsym in ubuntu kinetic.

libnginx-mod-http-headers-more-filter: Set and clear input and output headers for Nginx

 The Headers More module allows you to add, set, or clear any output or input
 header that you specify.
 .
 This is an enhanced version of the standard headers module because it provides
 more utilities like resetting or clearing "builtin headers" like Content-Type,
 Content-Length, and Server.

libnginx-mod-http-headers-more-filter-dbgsym: debug symbols for libnginx-mod-http-headers-more-filter
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-ndk: Nginx Development Kit module

 The NDK is an Nginx module that is designed to extend the core functionality of
 the excellent Nginx webserver in a way that can be used as a basis of other
 Nginx modules.
 .
 It has functions and macros to deal with generic tasks that don't currently
 have generic code as part of the core distribution. The NDK itself adds few
 features that are seen from a user's point of view - it's just designed to help
 reduce the code that Nginx module developers need to write.

libnginx-mod-http-ndk-dbgsym: No summary available for libnginx-mod-http-ndk-dbgsym in ubuntu kinetic.

No description available for libnginx-mod-http-ndk-dbgsym in ubuntu kinetic.

libnginx-mod-http-perl: No summary available for libnginx-mod-http-perl in ubuntu kinetic.

No description available for libnginx-mod-http-perl in ubuntu kinetic.

libnginx-mod-http-perl-dbgsym: debug symbols for libnginx-mod-http-perl
libnginx-mod-http-subs-filter: Substitution filter module for Nginx

 Subsitution Nginx module can do both regular expression and fixed string
 substitutions on response bodies. The module is quite different from Nginx's
 native Substitution module. It scans the output chains buffer and
 matches string line by line, just like Apache's mod_substitute.

libnginx-mod-http-subs-filter-dbgsym: No summary available for libnginx-mod-http-subs-filter-dbgsym in ubuntu kinetic.

No description available for libnginx-mod-http-subs-filter-dbgsym in ubuntu kinetic.

libnginx-mod-http-uploadprogress: No summary available for libnginx-mod-http-uploadprogress in ubuntu kinetic.

No description available for libnginx-mod-http-uploadprogress in ubuntu kinetic.

libnginx-mod-http-uploadprogress-dbgsym: debug symbols for libnginx-mod-http-uploadprogress
libnginx-mod-http-upstream-fair: Nginx Upstream Fair Proxy Load Balancer

 The Nginx fair proxy balancer enhances the standard round-robin load balancer
 provided with Nginx so that it tracks busy backend servers and adjusts
 balancing accordingly.

libnginx-mod-http-upstream-fair-dbgsym: debug symbols for libnginx-mod-http-upstream-fair
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: No summary available for libnginx-mod-mail-dbgsym in ubuntu kinetic.

No description available for libnginx-mod-mail-dbgsym in ubuntu kinetic.

libnginx-mod-nchan: Fast, flexible pub/sub server for Nginx

 Nchan is a scalable, flexible pub/sub server for the modern web, It can be
 configured as a standalone server, or as a shim between your application and
 tens, thousands, or millions of live subscribers. It can buffer messages in
 memory, on-disk, or via Redis. All connections are handled asynchronously and
 distributed among any number of worker processes. It can also scale to many
 nginx server instances with Redis.
 .
 Full documentation available at https://nchan.slact.net

libnginx-mod-nchan-dbgsym: debug symbols for libnginx-mod-nchan
libnginx-mod-rtmp: RTMP support for Nginx

 The nginx RTMP module is a fully-featured streaming solution implemented in
 nginx.
 .
 It provides the following features:
  - Live streaming with RTMP, HLS and MPEG-DASH;
  - RTMP Video on Demand from local or HTTP sources;
  - Stream relay support via a push or pull model;
  - Integrated stream recording;
  - and more.

libnginx-mod-rtmp-dbgsym: debug symbols for libnginx-mod-rtmp
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
libnginx-mod-stream-geoip2: No summary available for libnginx-mod-stream-geoip2 in ubuntu kinetic.

No description available for libnginx-mod-stream-geoip2 in ubuntu kinetic.

libnginx-mod-stream-geoip2-dbgsym: debug symbols for libnginx-mod-stream-geoip2
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.
 .
 This is a dependency package to install either nginx-core (by default),
 nginx-full, nginx-light or nginx-extras.

nginx-common: No summary available for nginx-common in ubuntu kinetic.

No description available for nginx-common in ubuntu kinetic.

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 package 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, 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.
 .
 THIRD PARTY HTTP MODULES: GeoIP2
 .
 OPTIONAL MAIL MODULES: Mail Core, Auth HTTP, Proxy, SSL, IMAP, POP3, SMTP.
 .
 OPTIONAL STREAM MODULES: Stream Core

nginx-core-dbgsym: No summary available for nginx-core-dbgsym in ubuntu kinetic.

No description available for nginx-core-dbgsym in ubuntu kinetic.

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: No summary available for nginx-extras in ubuntu kinetic.

No description available for nginx-extras in ubuntu kinetic.

nginx-extras-dbgsym: debug symbols for nginx-extras
nginx-full: No summary available for nginx-full in ubuntu kinetic.

No description available for nginx-full in ubuntu kinetic.

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 package 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, GeoIP2

nginx-light-dbgsym: debug symbols for nginx-light