-
2e65540...
by
Marc Deslauriers
on 2018-11-06
-
Import patches-unapplied version 1.15.5-0ubuntu2.1 to ubuntu/cosmic-security
Imported using git-ubuntu import.
Changelog parent: fc67f8396fcf3779ced98047ffe73657658b5a91
New changelog entries:
* SECURITY UPDATE: excessive memory consumption in HTTP/2 implementation
- debian/patches/CVE-2018-16843.patch: add flood detection in
src/http/v2/ngx_http_v2.c, src/http/v2/ngx_http_v2.h.
- CVE-2018-16843
* SECURITY UPDATE: excessive CPU usage in HTTP/2 implementation
- debian/patches/CVE-2018-16844.patch: limit the number of idle state
switches in src/http/v2/ngx_http_v2.c, src/http/v2/ngx_http_v2.h.
- CVE-2018-16844
* SECURITY UPDATE: infinite loop in ngx_http_mp4_module
- debian/patches/CVE-2018-16845.patch: fixed reading 64-bit atoms in
src/http/modules/ngx_http_mp4_module.c.
- CVE-2018-16845
-
fc67f83...
by
Thomas Ward
on 2018-10-26
-
Import patches-unapplied version 1.15.5-0ubuntu2 to ubuntu/cosmic-proposed
Imported using git-ubuntu import.
Changelog parent: aa978fc9a7333737c7827b11d1952bc940b375d7
New changelog entries:
* d/conf/nginx.conf: Enable TLSv1.3 by default by adding TLSv1.3 to
the ssl_protocols line. (SRU, LP: #1800214)
-
aa978fc...
by
Thomas Ward
on 2018-10-02
-
Import patches-unapplied version 1.15.5-0ubuntu1 to ubuntu/cosmic-proposed
Imported using git-ubuntu import.
Changelog parent: a5333787b185c9a200d907b09871bafd1208d323
New changelog entries:
* This is a bugfixes-only upstream micro release, and thus is a bugfixes-
only version change. (LP: #1795690)
* New upstream release (1.15.5) - 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.
-
a533378...
by
Thomas Ward
on 2018-09-25
-
Import patches-unapplied version 1.15.4-0ubuntu1 to ubuntu/cosmic-proposed
Imported using git-ubuntu import.
Changelog parent: 84787241ae2ec577793cff1da696945ace2a758b
New changelog entries:
* New upstream release (1.15.4) - full changelog available from
http://nginx.org/en/CHANGES (LP: #1794321)
* 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.
-
8478724...
by
Thomas Ward
on 2018-08-31
-
Import patches-unapplied version 1.15.3-0ubuntu1 to ubuntu/cosmic-proposed
Imported using git-ubuntu import.
Changelog parent: cf247fc8ff2c6fab20b1e92c75174de1ef267f17
New changelog entries:
* New upstream release (1.15.3) - full changelog available from
http://nginx.org/en/CHANGES (LP: #1790149)
* 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.
-
cf247fc...
by
Thomas Ward
on 2018-08-21
-
Import patches-unapplied version 1.15.2-0ubuntu2 to ubuntu/cosmic-proposed
Imported using git-ubuntu import.
Changelog parent: bc51e6a236e4496caee4ac78e7f42e06222524cf
New changelog entries:
* d/control: Add `iproute2` dependencies for the binary
nginx-{core,light,full,extras} packages, they got missed in the
application of the diff in 1.15.2-0ubuntu1. (LP: #1782226)
-
bc51e6a...
by
Thomas Ward
on 2018-08-19
-
Import patches-unapplied version 1.15.2-0ubuntu1 to ubuntu/cosmic-proposed
Imported using git-ubuntu import.
Changelog parent: 0a9fd2d66de03c1a3e030e2b569743e326f859c9
New changelog entries:
* Switch to track NGINX Mainline for 18.10 (and 19.04) releases after
discussion with Server team members. Mainline version is 1.15.2
* Upstream changelogs for 1.15.2 are available at
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.
* Additional Ubuntu only changes (LP: #1782226):
- 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.
-
0a9fd2d...
by
Thomas Ward
on 2018-05-15
-
Import patches-unapplied version 1.14.0-0ubuntu2 to ubuntu/cosmic-proposed
Imported using git-ubuntu import.
Changelog parent: 2b287f4c2b15b0cb8eaf3e7d0d02d47d152073bd
New changelog entries:
* debian/nginx-core.postinst: Make nginx-*.postinst use invoke-rc.d.
(LP: #1578344)
-
2b287f4...
by
Thomas Ward
on 2018-04-17
-
Import patches-unapplied version 1.14.0-0ubuntu1 to ubuntu/bionic-proposed
Imported using git-ubuntu import.
Changelog parent: aeda8df039bdee2c510a25c20beacfd8e9862cdf
New changelog entries:
* New upstream stable release (1.14.0)
* Upstream changelogs can be found at http://nginx.org/en/CHANGES-1.14
* There are no functional changes or new features in this release,
and the only change is a version number change.
* 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.
-
aeda8df...
by
Thomas Ward
on 2018-04-16
-
Import patches-unapplied version 1.13.12-0ubuntu1 to ubuntu/bionic-proposed
Imported using git-ubuntu import.
Changelog parent: 6b27debd35f6e771ea3ec31558a8797c46cc0be5
New changelog entries:
* New upstream releases (1.13.11, 1.13.12)
* Upstream changelogs can be found at https://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.