Version in base suite: 1.6.0-1 Base version: bgpdump_1.6.0-1 Target version: bgpdump_1.6.0-1+deb10u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/b/bgpdump/bgpdump_1.6.0-1.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/b/bgpdump/bgpdump_1.6.0-1+deb10u1.dsc changelog | 7 +++++++ patches/use-ldflags-for-linking.patch | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff -Nru bgpdump-1.6.0/debian/changelog bgpdump-1.6.0/debian/changelog --- bgpdump-1.6.0/debian/changelog 2019-01-27 14:33:01.000000000 +0000 +++ bgpdump-1.6.0/debian/changelog 2019-12-01 17:14:20.000000000 +0000 @@ -1,3 +1,10 @@ +bgpdump (1.6.0-1+deb10u1) buster; urgency=medium + + * Don't pass the full LDFLAGS set to bgpdump creation. + Closes: #945881 + + -- Christoph Biedl Sun, 01 Dec 2019 18:14:20 +0100 + bgpdump (1.6.0-1) unstable; urgency=medium * New upstream version 1.6.0 diff -Nru bgpdump-1.6.0/debian/patches/use-ldflags-for-linking.patch bgpdump-1.6.0/debian/patches/use-ldflags-for-linking.patch --- bgpdump-1.6.0/debian/patches/use-ldflags-for-linking.patch 2019-01-27 14:32:27.000000000 +0000 +++ bgpdump-1.6.0/debian/patches/use-ldflags-for-linking.patch 2019-12-01 17:13:45.000000000 +0000 @@ -10,7 +10,7 @@ bgpdump: bgpdump.c libbgpdump.a - $(COMPILE) -o bgpdump bgpdump.c libbgpdump.a $(SYS_LIBS) -+ $(COMPILE) $(LDFLAGS) -o bgpdump bgpdump.c libbgpdump.a $(SYS_LIBS) ++ $(COMPILE) -Wl,-z,relro -Wl,-z,now -o bgpdump bgpdump.c libbgpdump.a $(SYS_LIBS) check-clean: rm -f test_out/*.bgp.gz