-
ac5d2e6...
by
Matthias Klose
on 2017-07-26
-
Import patches-unapplied version 1.12.1-0ubuntu2 to ubuntu/artful-proposed
Imported using git-ubuntu import.
Changelog parent: 02409ba71cfe8f9a2a6d4197f2907df51e148703
New changelog entries:
* No-change rebuild for perl 5.26.0.
-
02409ba...
by
Thomas Ward
on 2017-07-15
-
Import patches-unapplied version 1.12.1-0ubuntu1 to ubuntu/artful-proposed
Imported using git-ubuntu import.
Changelog parent: 0f298eb317367e8475e261d8440d0f811c74af0c
New changelog entries:
* New upstream release (1.12.1) - full changelog available at upstream
website - http://nginx.org/en/CHANGES-1.12
* This release is a security patch micro-release from Upstream.
* This package contains security content to fix the following CVEs:
* CVE-2017-7529: A security issue was identified in nginx range filter.
A specially crafted request might result in an integer overflow and
incorrect processing of ranges, potentially resulting in sensitive
information leak. (Closes LP: #1704151)
* Additional changes:
* d/patches/ubuntu-branding.patch: Refreshed Ubuntu Branding patch.
-
0f298eb...
by
Thomas Ward
on 2017-07-12
-
Import patches-unapplied version 1.12.0-1ubuntu1 to ubuntu/artful-proposed
Imported using git-ubuntu import.
Changelog parent: 0d23d710d0ed39b64412181d0b09aba1bd9f3553
New changelog entries:
* Merge from Debian Experimental (1.12.0-1, via snapshots.debian.org)
* All Ubuntu-specific changes from Ubuntu 1.12.0-0ubuntu1 were retained.
* Remaining changes:
* d/tests/control: Specify nginx-core flavor tests.
* This merge closes the merge request on Launchpad. (LP: #1704020)
-
0d23d71...
by
ctrochalakis
on 2017-05-05
-
Import patches-unapplied version 1.12.0-1 to debian/experimental
Imported using git-ubuntu import.
Changelog parent: 1677af1a6ee13cb40338202ec07e99718a802e7c
New changelog entries:
[ Michael Lustfield ]
* debian/rules:
- Configure build flags to work with other arches and downstreams.
Thanks to Thomas Ward.
[ Christos Trochalakis ]
* New upstream release.
* Patch nginx-upstream-fair to build against nginx 1.11.6.
* Patch nginx-lua to build against nginx 1.11.11.
* Patch nginx-echo to build against nginx 1.11.11.
* Drop curve list patch, it's included upstream.
* Drop perl build flags patch, it is now handled upstream.
* Enable SSL Preread builtin module on nginx-full & nginx-extras.
(Closes: #854214)
* Switch to debhelper 10, no changes needed.
-
1677af1...
by
ctrochalakis
on 2017-02-15
-
Import patches-unapplied version 1.10.3-1 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 9d8c88d38effa1f763c59cc6ff54f6755114c760
New changelog entries:
* New upstream release. (Closes: #855113)
* Update Vcs fields to the new location.
The repo is now moved under the pkg-nginx namespace.
-
9d8c88d...
by
ctrochalakis
on 2017-01-22
-
Import patches-unapplied version 1.10.2-4 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 03bcee48540c67c4123f999e2b86bb61b0c107bd
New changelog entries:
* Switch module reloading logic to dpkg triggers.
* Enable modules after a remove -> install cycle.
* Move module patches to debian/modules/patches.
* Backport curve list support from 1.11.x. (Closes: #846085)
* Add a NEWS entry regarding dynamic modules.
* Merge de,fr,nl,pt_BR,da translations.
Thanks to Chris Leick. (Closes: #843770)
Thanks to Julien Patriarca. (Closes: #844712)
Thanks to Frans Spiesschaert. (Closes: #845693)
Thanks to Adriano Rafael Gomes. (Closes: #846522)
Thanks to Joe Dalton. (Closes: #850857)
-
03bcee4...
by
ctrochalakis
on 2016-12-24
-
Import patches-unapplied version 1.10.2-3 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 442797d73fcab773d96ad37f0b3623ddc2e751b2
New changelog entries:
[ Michael Lustfield ]
* debian/conf/sites-enabled/default:
+ Correcting location of default php-fpm socket. (Closes: #846145)
[ Christos Trochalakis ]
* debian/rules: Correctly clean patched modules.
Thanks to Sven-Haegar Koch for the initial patch. (Closes: #844506)
* mod: Upgrade nchan to 1.0.8. (Closes: #844473)
* mod: Upgrade nginx-lua to 0.10.7.
* Update nginx-lua OpenSSL 1.1.0 patch.
* Reactivate PIE.
Thanks to Markus Waldeck for the suggestion.
* mod: Check if nginx binary exists before reloading.
* mod: Upgrade headers-mode to 0.32.
* mod: Upgrade development kit to 0.3.0.
-
442797d...
by
ctrochalakis
on 2016-11-12
-
Import patches-unapplied version 1.10.2-2 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 634f6dcad934f386e09eeed361ec204b9d231575
New changelog entries:
* Build against OpenSSL 1.1.0. (Closes: #828453)
+ Patch for nginx-lua by Alessandro Ghedini.
+ Patch for nginx-upstream-fair by Kurt Roeckx.
* debian/modules:
+ Rethink module patching logic.
+ Convert dav-ext to a dynamic module package:
o libnginx-mod-http-dav-ext
-
634f6dc...
by
ctrochalakis
on 2016-10-29
-
Import patches-unapplied version 1.10.2-1 to debian/sid
Imported using git-ubuntu import.
Changelog parent: df622147d5b0c8ae25b261d94a0aa29678ba7bca
New changelog entries:
[ Christos Trochalakis ]
* New upstream release.
* debian/nginx-common.postinst:
+ CVE-2016-1247: Secure log file handling (owner & permissions)
against privilege escalation attacks. /var/log/nginx is now owned
by root:adm. Thanks ro Dawid Golunski for the report.
Changing /var/log/nginx permissions effectively reopens #701112,
since log files can be world-readable. This is a trade-off until
a better log opening solution is implemented upstream (trac:376).
(Closes: #842295)
* debian/control:
+ Version depend on lsb-base (>= 3.0-6).
Fixes lintian init.d-script-needs-depends-on-lsb-base.
* debian/nginx-*.lintian-overrides:
+ Drop unused spelling-error-in-binary override.
[ Michael Lustfield ]
* debian/conf/sites-available/default:
+ Updated PHP sample configuration block. (Closes: #841230)
-
df62214...
by
ctrochalakis
on 2016-09-15
-
Import patches-unapplied version 1.10.1-3 to debian/sid
Imported using git-ubuntu import.
Changelog parent: b992ed8247e14e52344610e7f0d12133eb89dc1e
New changelog entries:
* debian/control:
+ Drop nginx-*-dbg packages in favor of autogenerated -dbgsym packages.
+ Remove relic Breaks/Replaces from nginx-common.
+ Fix lsb-base dependencies.
+ Switch Maintainer to the Nginx Packaging Team and keep active maintainers
as uploaders. Jose, Fabio, Dmitry & Cyril, thanks a lot for all your
contributions!