From fc45a6a844a5ea3a46e20f66c2592ad3bbd5998c Mon Sep 17 00:00:00 2001 From: Christos Trochalakis Date: Mon, 27 Jul 2015 17:49:49 +0300 Subject: [PATCH 1/2] Disable PIE hardening flag A quick fix for solving wheezy linking problem in perl's shared library. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 34223d8..1fd85db 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f export DH_VERBOSE=1 -export DEB_BUILD_MAINT_OPTIONS=hardening=+all +export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie debian_cflags:=$(shell dpkg-buildflags --get CFLAGS) $(shell dpkg-buildflags --get CPPFLAGS) debian_ldflags:=$(shell dpkg-buildflags --get LDFLAGS) From 64a08ca81c7e01ed606486be2b464ab8991cabd4 Mon Sep 17 00:00:00 2001 From: Christos Trochalakis Date: Mon, 27 Jul 2015 17:15:57 +0300 Subject: [PATCH 2/2] Release 1.9.3-1~bpo7+1 --- debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 8e64506..90f38ff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +nginx (1.9.3-1~bpo7+1) wheezy-backports-sloppy; urgency=medium + + * Rebuild for jessie-backports-sloppy. + * Drop PIE from hardening flags. Solves linking issue in wheezy. + + -- Christos Trochalakis Mon, 27 Jul 2015 17:15:27 +0300 + nginx (1.9.3-1) unstable; urgency=medium [ Christos Trochalakis]