tags 657693 + patch tags 657693 + pending thanks Dear maintainer,
I've prepared an NMU for vsftpd (versioned as 2.3.5-2.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. -- Hector Oron
diff -Nru vsftpd-2.3.5/debian/changelog vsftpd-2.3.5/debian/changelog --- vsftpd-2.3.5/debian/changelog 2012-01-21 10:56:21.000000000 +0100 +++ vsftpd-2.3.5/debian/changelog 2012-03-03 20:00:54.000000000 +0100 @@ -1,3 +1,9 @@ +vsftpd (2.3.5-2.1) unstable; urgency=low + + * Build object files with -fPIE (Closes: #657693) + + -- Hector Oron <zu...@debian.org> Sat, 03 Mar 2012 18:59:39 +0000 + vsftpd (2.3.5-2) unstable; urgency=low * Updating build target in rules to actually take up the hardening diff -Nru vsftpd-2.3.5/debian/rules vsftpd-2.3.5/debian/rules --- vsftpd-2.3.5/debian/rules 2012-01-21 10:51:06.000000000 +0100 +++ vsftpd-2.3.5/debian/rules 2012-03-03 19:57:41.000000000 +0100 @@ -13,7 +13,7 @@ dh ${@} override_dh_auto_build: - $(MAKE) LIBS="$(LIBS)" LINK="" + $(MAKE) LIBS="$(LIBS)" LINK="" CFLAGS="$(CFLAGS)" override_dh_auto_install: # disabled