diff --git a/debian/changelog b/debian/changelog index 6fb9f11..cc131dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -nginx (1.6.2-9) UNRELEASED; urgency=medium +nginx (1.6.3-2) UNRELEASED; urgency=medium [ Michael Lustfield ] * debian/conf/nginx.conf: @@ -12,6 +12,8 @@ nginx (1.6.2-9) UNRELEASED; urgency=medium + 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. @@ -32,7 +34,7 @@ nginx (1.6.2-9) UNRELEASED; urgency=medium * debian/nginx-common.manpages: + Replaced man page with upstream maintained version. (Closes: #781345) - -- Michael Lustfield Tue, 07 Apr 2015 09:39:52 -0500 + -- Michael Lustfield Tue, 07 Apr 2015 18:57:45 -0500 nginx (1.6.2-5) unstable; urgency=medium diff --git a/debian/nginx-common.NEWS b/debian/nginx-common.NEWS index 8b44b63..3e4acc3 100644 --- a/debian/nginx-common.NEWS +++ b/debian/nginx-common.NEWS @@ -1,3 +1,14 @@ +nginx-common (1.6.3-1) unstable; urgency=medium + + Starting with this release, we have enabled PIE build features which allows + Address Space Layout Randomazation. This is a hardening feature that + prevents some potential security issues. + + While this will significantly help increase security, it can potentially cause + significant performance issues on i386 systems. + + -- Michael Lustfield Tue, 07 Apr 2015 18:57:45 -0500 + nginx-common (1.6.2-5) unstable; urgency=medium We have disabled SSLv3 in nginx.conf for security reasons (ref: POODLE),