diff -Nru bash-4.3/debian/changelog bash-4.3/debian/changelog --- bash-4.3/debian/changelog 2015-08-31 16:17:26.000000000 -0700 +++ bash-4.3/debian/changelog 2016-03-11 15:04:08.000000000 -0800 @@ -1,3 +1,10 @@ +bash (4.3-14ubuntu2) xenial; urgency=medium + + * Disable building with pie to prevent issues on kernels with buggy + ASLR implementations (LP: #1518483) + + -- Steve Beattie Fri, 11 Mar 2016 14:58:58 -0800 + bash (4.3-14ubuntu1) wily; urgency=medium * Merge with Debian; remaining changes: diff -Nru bash-4.3/debian/rules bash-4.3/debian/rules --- bash-4.3/debian/rules 2015-08-18 05:05:06.000000000 -0700 +++ bash-4.3/debian/rules 2016-03-11 14:58:55.000000000 -0800 @@ -39,7 +39,7 @@ endif -dpkg_buildflags = DEB_CFLAGS_MAINT_APPEND=-Wall dpkg-buildflags +dpkg_buildflags = DEB_CFLAGS_MAINT_APPEND="-Wall -no-pie" dpkg-buildflags CFLAGS := $(shell $(dpkg_buildflags) --get CFLAGS) CPPFLAGS := $(shell $(dpkg_buildflags) --get CPPFLAGS) LDFLAGS := $(shell $(dpkg_buildflags) --get LDFLAGS)