nginx 1.17.10-0ubuntu1 source package in Ubuntu

Changelog

nginx (1.17.10-0ubuntu1) focal; urgency=medium

  * New upstream release (1.17.9) - full changelog available from
    http://nginx.org/en/CHANGES
  * Remaining Ubuntu-specific changes:
    - debian/patches/ubuntu-branding.patch: add Ubuntu branding (refreshed)
    - d/{control,rules,nginx-core.*}: add new binary package for main,
      nginx-core, which contains only source-tarball-included modules
      and no third-party modules.
    - debian/tests/control: add nginx-core test.
    - debian/apport/source_nginx.py: Add apport hooks for additional bug
      information gathering.
    - debian/nginx-common.install: Add install rule for apport hooks.
    - d/nginx-{core,light,full,extras}.postinst: Add checks for whether
      port 80 is in use or not to determine whether or not to attempt
      starting of the NGINX service during install/upgrade
    - d/control: Add dependencies to nginx-{core,light,full,extras} on
      `iproute2` as the postinst scripts now use `ss` to determine if
      Port 80 is open or not.
    - d/rules: Enable --with-compat build option for all nginx package
      flavors
    - d/{control,rules,copyright,modules/http-geoip2*}: Add GeoIP2 third party
      module to nginx-full and nginx-extras (and use proper DEP5 syntax for
      d/copyright).
    - d/control, d/rules: Drop GeoIP from nginx-core due to demotion of
      libgeoip.

 -- Thomas Ward <email address hidden>  Tue, 14 Apr 2020 12:53:34 -0400

Upload details

Uploaded by:
Thomas Ward
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release main web

Downloads

File Size SHA-256 Checksum
nginx_1.17.10.orig.tar.gz 1015.2 KiB a9aa73f19c352a6b166d78e2a664bb3ef1295bbe6d3cc5aa7404bd4664ab4b83
nginx_1.17.10-0ubuntu1.debian.tar.xz 909.0 KiB 00e3617ab5af09d7bb2696a67d32d59fbe9437a922afd370ab01fabe6221aa86
nginx_1.17.10-0ubuntu1.dsc 4.3 KiB 1e91e4f23f79858d6bf10d466782a0ff12dc5ad979571c6012ab8207223a97e0

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: debug symbols for libnginx-mod-http-auth-pam
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: No summary available for libnginx-mod-http-dav-ext in ubuntu groovy.

No description available for libnginx-mod-http-dav-ext in ubuntu groovy.

libnginx-mod-http-dav-ext-dbgsym: debug symbols for libnginx-mod-http-dav-ext
libnginx-mod-http-echo: Bring echo and more shell style goodies to Nginx

 Echo module wraps lots of Nginx internal APIs for streaming input and output,
 parallel/sequential subrequests, timers and sleeping, as well as various meta
 data accessing.
 .
 Basically it provides various utilities that help testing and debugging of
 other modules by trivially emulating different kinds of faked subrequest
 locations.
 .
 People will also find it useful in real-world applications that need to:
 .
 1. Serve static contents directly from memory.
 2. Wrap the upstream response with custom header and footer (kinda like the
    addition module but with contents read directly from the config file and
    Nginx variables).
 3. Merge contents of various "Nginx locations" (i.e., subrequests) together in
    a single main request (using echo_location and its friends).

libnginx-mod-http-echo-dbgsym: debug symbols for libnginx-mod-http-echo
libnginx-mod-http-fancyindex: No summary available for libnginx-mod-http-fancyindex in ubuntu groovy.

No description available for libnginx-mod-http-fancyindex in ubuntu groovy.

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: No summary available for libnginx-mod-http-geoip-dbgsym in ubuntu groovy.

No description available for libnginx-mod-http-geoip-dbgsym in ubuntu groovy.

libnginx-mod-http-geoip2: GeoIP HTTP module for Nginx

 The ngx_http_geoip2 module is a third-party plugin which creates variables
 with values from the maxmind geoip2 databases based on the client IP
 (default) or from a specific variable (supports both IPv4 and IPv6).

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

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

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: No summary available for libnginx-mod-http-image-filter in ubuntu groovy.

No description available for libnginx-mod-http-image-filter in ubuntu groovy.

libnginx-mod-http-image-filter-dbgsym: debug symbols for libnginx-mod-http-image-filter
libnginx-mod-http-lua: No summary available for libnginx-mod-http-lua in ubuntu groovy.

No description available for libnginx-mod-http-lua in ubuntu groovy.

libnginx-mod-http-lua-dbgsym: debug symbols for libnginx-mod-http-lua
libnginx-mod-http-ndk: No summary available for libnginx-mod-http-ndk in ubuntu groovy.

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

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

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

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: No summary available for libnginx-mod-http-perl-dbgsym in ubuntu groovy.

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

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

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

libnginx-mod-http-subs-filter-dbgsym: debug symbols for libnginx-mod-http-subs-filter
libnginx-mod-http-uploadprogress: Upload progress system for Nginx

 Upload progress module is an implementation of an upload progress system, that
 monitors RFC1867 POST uploads as they are transmitted to upstream servers.
 .
 It works by tracking the uploads proxied by Nginx to upstream servers without
 analysing the uploaded content and offers a web API to report upload progress
 in Javscript, Json or any other format.

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 groovy.

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

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: No summary available for libnginx-mod-nchan-dbgsym in ubuntu groovy.

No description available for libnginx-mod-nchan-dbgsym in ubuntu groovy.

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: No summary available for libnginx-mod-stream-dbgsym in ubuntu groovy.

No description available for libnginx-mod-stream-dbgsym in ubuntu groovy.

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-full (by default),
 nginx-light or nginx-extras.

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 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, Stream, Stub Status, Substitution, Thread Pool, Upstream,
 User ID, XSLT.
 .
 MAIL MODULES: Mail Core, Auth HTTP, Proxy, SSL, IMAP, POP3, SMTP.

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

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

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 groovy.

No description available for nginx-extras in ubuntu groovy.

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

No description available for nginx-full in ubuntu groovy.

nginx-full-dbgsym: No summary available for nginx-full-dbgsym in ubuntu groovy.

No description available for nginx-full-dbgsym in ubuntu groovy.

nginx-light: No summary available for nginx-light in ubuntu groovy.

No description available for nginx-light in ubuntu groovy.

nginx-light-dbgsym: No summary available for nginx-light-dbgsym in ubuntu groovy.

No description available for nginx-light-dbgsym in ubuntu groovy.