lp:debian/stretch/nginx

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:debian/stretch/nginx
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

87. By ctrochalakis

[ Christos Trochalakis]
* New upstream release.
* debian/copyright:
  + Fix licence order.

86. By ctrochalakis

[ Christos Trochalakis]
* New upstream Release. (Closes: #789924)
* debian/control:
  + Remove XS-Testsuite header, it is now automatically added when
    `debian/tests/control` is present.
* debian/modules/nginx-lua:
  + Update nginx-lua to v0.9.16 and drop our backported patches.
* debian/conf/*:
  + Add REQUEST_SCHEME to fcgi, wsgi and scgi configs (sync with upstream).

85. By ctrochalakis

[ Michael Lustfield ]
* debian/nginx-common.nginx.init:
  + Init script now returns the proper exit status. (Closes: #788573)
  + Cleaned up the init script to have consistent naming/structure.

[ Christos Trochalakis ]
* New upstream Release.
* debian/rules:
  + Add stream module to nginx-full & nginx-extras.
  + Add thread pool support to nginx-full & nginx-extras.
* debian/modules/nginx-lua:
  + Backport upstream's 9531e5e7 fixing build failure when thread pool
    support is enabled.

84. By ctrochalakis

[ Michael Lustfield ]
* debian/conf/nginx.conf:
  + Switch worker_processes to auto. (Closes: #781711)
* debian/conf/sites-available/default:
  + Add comment about disabling gzip in HTTPS. (Closes: #773332)
  + Add comment about checking ssl_ciphers. (Closes: #765782)
* debian/modules/*:
  + Updated nginx-auth-pam 1.3 -> 1.4. (Closes: #777120)
  + Updated nginx-echo v0.56 -> v0.57.
  + Updated nginx-lua v0.9.13 -> v0.9.15.
  + Updated nginx-cache-purge 2.1 -> 2.3.
  + Updated ngx-fancyindex v0.3.4 -> v0.3.5.
* debian/nginx-common.NEWS:
  + Document potential issues with newer versions on i386.
* debian/nginx-common.{dirs,install}, debian/vim/*:
  + Installing vim syntax highlighting from package. (Closes: #771609)
    Thanks Emmanuel Bouthenot for building this patch.
* debian/nginx-common.nginx.upstart:
  + Created file to support upstart jobs. (Closes: #745483)
    Thanks Cameron Norman for building this file.
* debian/rules:
  + Add hardening flags with dpkg-buildflags. (Closes: #747025, #781703)
    Thanks Thomas Ward.
  + Supply custom DEB_BUILD_MAINT_OPTIONS for debian_ldflags generation.
    Thanks Thomas Ward.
  + Added back missing module gunzip. (Closes: #782065)
    Thanks Peter Wu for the initial patch.
* debian/modules/nginx-lua/*:
  + Updated module version. (Closes: #762494)
* debian/ngx-conf/*
  + Added configuration utility, not shipped yet. (Closes: #652108)
* debian/nginx-common.manpages:
  + Replaced man page with upstream maintained version. (Closes: #781345)
* debian/nginx-common.install:
  + Changed debian/index.html -> html/index.html. This installs the package
    maintained version of this file as opposed to our out of date version.

[ Christos Trochalakis ]
* New upstream release. Switching to mainline version. (Closes: #777677)
* debian/nginx-common.manpages:
  + Build & ship manpages with binary packages.
* debian/rules:
  + Adjust configure flags for limit_zone module (renamed to limit_conn).
* debian/modules/nginx-lua:
  + Backport upstream's f4e1311 fixing build failure with mainline nginx.
* debian/control:
  + Depend on libgd-dev now that jessie is released.

83. By ctrochalakis

[ Christos Trochalakis ]
* debian/conf/nginx.conf:
  + Drop SSLv3 protocol (POODLE), and prefer server ciphers
    by default. (Closes: #767456)
* debian/copyright:
  + Add copyright for ngx_http_substitutions_filter_module.
* debian/nginx-common.{preinst,postinst,postrm}:
  + Remove /etc/nginx/naxsi-ui.conf conffile. (Closes: #768233)
* debian/README.Debian:
  + Add a list of important changes since wheezy.

82. By ctrochalakis

[ Christos Trochalakis ]
* debian/modules/nginx-development-kit:
  + Upgrade v0.2.17-7-g24202b4 -> v0.2.19
* debian/modules/nginx-echo:
  + Upgrade v0.51 -> v0.56
* debian/modules/nginx-upload-progress:
  + Upgrade v0.9.0-0-ga788dea -> 0.9.1
* debian/modules/ngx-fancy-index:
  + Upgrade v0.3.3 -> v0.3.4
* debian/copyright:
  + Rewrite copyright file fixing various issues.
* debian/nginx-common.nginx.logrotate:
  + Switch postrotate to the initscript's rotate command.

81. By ctrochalakis

[ Christos Trochalakis ]
* Change the default document root to /var/www/html according to debian
  policy 3.9.6.0. (Closes: #730382)
* Provide a new, debian specific, default landing page.
* debian/nginx-common.nginx.service:
  + Graceful stopping of nginx was not handled correctly with systemd.
* debian/nginx-common.nginx.init:
  + Gracefully stop nginx by default, we are switcing to a configurable
    STOP/5/TERM/5/KILL/5 schedule. We are now in sync with the systemd
    service file. (Closes: #762708)
* debian/conf:
  + Introduce a `snippets/fastcgi-php.conf` snippet with a basic
    php configuration that can be included when needed. (Closes: #762491)
  + Introduce a `snippets/snakeoil.conf` snippet that enabled https
    using the certs installed by the ssl-cert package.
  + Suggest disabling SSLv3 in default site with a ref to POODLE.
* debian/control:
  + nginx-common now suggests ssl-cert.

80. By ctrochalakis

[ Christos Trochalakis ]
* Drop nginx-naxsi, nginx-naxsi-dbg, nginx-naxsi-ui packages.
  (Closes: #746199, #737146, #712445)
* debian/conf/nginx.conf:
  + Remove relic passenger stanga.

79. By ctrochalakis

[ Christos Trochalakis ]
New upstream release.
CVE-2014-3616: "it was possible to reuse SSL sessions in unrelated
contexts if a shared SSL session cache or the same TLS session ticket
key was used for multiple "server" blocks".
(Closes: #761940)

78. By ctrochalakis

[ Christos Trochalakis ]
* debian/control:
  + Build nginx-extras against luajit (Closes: #755875)
* debian/modules/nginx-lua:
  + Update nginx-lua to v0.9.12
* debian/nginx-common.nginx.init:
  + Better pidfile extraction from nginx.conf (Closes: #747329)
* debian/conf/mime.types:
  + Upgrade to the latest upstream mime types.
    As a consequence, nginx now uses "application/javascript" for
    javascript files.
* debian/conf/nginx.conf:
  + Add application/javascript to the gzip_types list. (Closes: #737176)
* debian/rules:
  + Make naxsi module first in configure parameters.
    Fixes erratic naxsi behaviour. (Closes: #758642)
* debian/conf/{koi-utf,koi-win,scgi_params,uwsgi_params}:
  + Sync with upstream config files.
* debian/conf/fastcgi_params:
  + Sync with upstream and remove `SCRIPT_FILENAME` parameter.
    This change might break fastcgi sites. (Closes: #718639)
+ debian/conf/fastcgi.conf:
  + Ship upstream file.
* debian/nginx-common.NEWS:
  + Document syncing conf files with upstream.
* debian/tests/control:
  + Include some simple autopkgtests.
    Thanks to Robie Basak for the initial patch. (Closes: #756391)
* debian/modules/nginx-http-push:
  + Update to v0.73.
    Fixes fd leak on reload. (Closes: #745921)

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:debian/nginx
This branch contains Public information 
Everyone can see this information.

Subscribers