Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Christos Trochalakis
5c9ff14958 Release 1.10.3-1~bpo8+1 2017-02-24 12:44:43 +02:00
Christos Trochalakis
d71a2f28b6 Disable ec-x25519 test 2017-02-24 12:44:42 +02:00
Christos Trochalakis
ee717e1b42 Explicitly disable PIE as it breaks shared libs 2017-02-23 09:10:55 +02:00
Christos Trochalakis
63d3d4b465 Build against openssl 1.0.2 enabling ALPN support for http/2 2017-02-23 09:10:55 +02:00
4 changed files with 12 additions and 7 deletions

9
debian/changelog vendored
View file

@ -1,3 +1,12 @@
nginx (1.10.3-1~bpo8+1) jessie-backports; urgency=medium
* Rebuild for jessie-backports.
* Build against openssl 1.0.2 enabling ALPN support for http/2.
* Explicitly disable PIE as it breaks shared libs.
* Disable ec-x25519 test.
-- Christos Trochalakis <ctrochalakis@debian.org> Thu, 23 Feb 2017 09:09:34 +0200
nginx (1.10.3-1) unstable; urgency=medium
* New upstream release. (Closes: #855113)

2
debian/control vendored
View file

@ -20,7 +20,7 @@ Build-Depends: autotools-dev,
libpam0g-dev,
libpcre3-dev,
libperl-dev,
libssl-dev,
libssl-dev (>= 1.0.2),
libxslt1-dev,
po-debconf,
quilt,

4
debian/rules vendored
View file

@ -1,13 +1,13 @@
#!/usr/bin/make -f
export DH_VERBOSE=1
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow,-pie
debian_cflags:=$(shell dpkg-buildflags --get CFLAGS) $(shell dpkg-buildflags --get CPPFLAGS)
debian_ldflags:=$(shell dpkg-buildflags --get LDFLAGS)
# export necessary perl hardenging flags
# see: src/http/modules/perl/Makefile.PL
DEBIAN_NGINX_PERL_LDFLAGS:= $(shell DEB_BUILD_MAINT_OPTIONS=hardening=+all dpkg-buildflags --get LDFLAGS)
DEBIAN_NGINX_PERL_LDFLAGS:= $(shell DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow,-pie dpkg-buildflags --get LDFLAGS)
export DEBIAN_NGINX_PERL_LDFLAGS
FLAVOURS := full light extras

View file

@ -2,10 +2,6 @@ Tests: light-simple
Restrictions: allow-stderr isolation-container
Depends: nginx-light, curl
Tests: ec-x25519
Restrictions: allow-stderr isolation-container needs-root
Depends: nginx-light, ssl-cert, curl
Tests: full-simple
Restrictions: allow-stderr isolation-container
Depends: nginx-full, curl