[ubuntu/wily-proposed] nginx 1.9.3-1ubuntu1 (Accepted)
Thomas Ward
teward at ubuntu.com
Wed Jul 22 15:52:19 UTC 2015
nginx (1.9.3-1ubuntu1) wily; urgency=medium
* Merge from Debian. Remaining changes: (LP: #1476811)
- 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/control: drop luajit from Build-Depends as it is in universe.
- debian/apport/source_nginx.py: Add apport hooks for additional bug
information gathering.
- debian/nginx-common.install: Add install rule for apport hooks.
nginx (1.9.3-1) unstable; urgency=medium
[ 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).
nginx (1.9.2-1) unstable; urgency=medium
[ 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.
nginx (1.9.1-1) unstable; urgency=medium
[ 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.
Date: Wed, 22 Jul 2015 11:39:44 -0400
Changed-By: Thomas Ward <teward at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/nginx/1.9.3-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Wed, 22 Jul 2015 11:39:44 -0400
Source: nginx
Binary: nginx nginx-doc nginx-common nginx-core nginx-core-dbg nginx-full nginx-full-dbg nginx-light nginx-light-dbg nginx-extras nginx-extras-dbg
Architecture: source
Version: 1.9.3-1ubuntu1
Distribution: wily
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Thomas Ward <teward at ubuntu.com>
Description:
nginx - small, powerful, scalable web/proxy server
nginx-common - small, powerful, scalable web/proxy server - common files
nginx-core - nginx web/proxy server (core version)
nginx-core-dbg - nginx web/proxy server (core version) - debugging symbols
nginx-doc - small, powerful, scalable web/proxy server - documentation
nginx-extras - nginx web/proxy server (extended version)
nginx-extras-dbg - nginx web/proxy server (extended version) - debugging symbols
nginx-full - nginx web/proxy server (standard version)
nginx-full-dbg - nginx web/proxy server (standard version) - debugging symbols
nginx-light - nginx web/proxy server (basic version)
nginx-light-dbg - nginx web/proxy server (basic version) - debugging symbols
Closes: 652108 745483 747025 762494 765782 771609 773332 777120 777677 781345 781703 781711 782065 788573 789924
Launchpad-Bugs-Fixed: 1476811
Changes:
nginx (1.9.3-1ubuntu1) wily; urgency=medium
.
* Merge from Debian. Remaining changes: (LP: #1476811)
- 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/control: drop luajit from Build-Depends as it is in universe.
- debian/apport/source_nginx.py: Add apport hooks for additional bug
information gathering.
- debian/nginx-common.install: Add install rule for apport hooks.
.
nginx (1.9.3-1) unstable; urgency=medium
.
[ 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).
.
nginx (1.9.2-1) unstable; urgency=medium
.
[ 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.
.
nginx (1.9.1-1) unstable; urgency=medium
.
[ 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.
Checksums-Sha1:
83ef933971aa37a96939fc562d24dd70babd74fb 2831 nginx_1.9.3-1ubuntu1.dsc
7f91765af249ad14a5f5159b587113e4345b74a5 864430 nginx_1.9.3.orig.tar.gz
0ac4c75ccd6e51002148d0d5e984f1fdda000e8f 956472 nginx_1.9.3-1ubuntu1.debian.tar.gz
Checksums-Sha256:
876c2214d1dfb6fc2901cf67c4e95f12ec9866faaaaa6b32ff24b3e2a9eb83db 2831 nginx_1.9.3-1ubuntu1.dsc
4298c5341b2a262fdb8dbc0a1389756181af8f098c7720abfb30bd3060f673eb 864430 nginx_1.9.3.orig.tar.gz
60e3de834ff2ff953a6c3a56075a9bb655dcc24c6309ca3edd4a87aa0009c8a4 956472 nginx_1.9.3-1ubuntu1.debian.tar.gz
Files:
8008c217631ba2ac6a73817213d05e49 2831 httpd optional nginx_1.9.3-1ubuntu1.dsc
125282e2a7321265e7dfd7d05e4e2a3d 864430 httpd optional nginx_1.9.3.orig.tar.gz
fc7450133a1e26e15febaa279bb8e30d 956472 httpd optional nginx_1.9.3-1ubuntu1.debian.tar.gz
Original-Maintainer: Kartik Mistry <kartik at debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBAgAGBQJVr7nRAAoJEGbkJ7T1ae9VcMoP/ixjsO/947ghq2ov5Ij72uTq
vKHgzwWVl6N3EC1/s8gHyxpRgJoL+/qMG93FHfjUEHxs0yNyxWVz6PoYnmDBUYPz
ZqAI0dBNgRKg80b/XhGdGaV6vcpZRrnCQaUyrHHNlu3623ml2nz/pUEfDWVEncgV
uI//n6P09H81+qMYE8e+EouE3mNRCycS/TxF69Ul0qBG1Oe8IyjOpOIKm21abL8O
Z/2wj+Ge3DXKdEQ1d8FDl0LwiKhKS8S58EN2ckEQORGydLN+gnd55/cTnMITaYbx
utG54Fh/9LosHgIeUF0shZ6ucF2Dh4TDvKl8qLRk9Vp/6liPP2rs5nOukuuGxjd7
HfJu2sg37A2Sp8r+bcKbLEyYuFqoZ8CH30YDYiESKf76TQTVq8PeEVNDiGPBhyFK
DDqViL/KPz01rQnIAiYsQ4JSf15e32d35MACx1/rktCb7IRpHc7d9kJ5orOLKxPC
433QxYl42OdlfLmwyyhjGRJq10loy1QPB3yL/oZESc6exRkrvD6wRroExeHqmTW3
G/A/Egu9ewPg9qr7j0iYxnLXoHZO2q5ZmpIDS9NMKV4bF4qTagwZWeTHdiZerQG2
pzBg77ptToxwD/mWnYGhD2Vj0A1kzF4pG11lnI3rRK9UdYn7dxpVTF6bQEB95jGx
22Qd+6ad+mqp6lEDacaa
=eW18
-----END PGP SIGNATURE-----
More information about the Wily-changes
mailing list