diff -Nru haproxy-2.2.9/debian/changelog haproxy-2.2.9/debian/changelog --- haproxy-2.2.9/debian/changelog 2021-08-15 20:42:57.000000000 +0000 +++ haproxy-2.2.9/debian/changelog 2021-08-19 13:24:55.000000000 +0000 @@ -1,3 +1,10 @@ +haproxy (2.2.9-2+rpi1+deb11u1) bullseye-staging; urgency=medium + + [changes brought forward from 1.8.19-1+rpi1 by Peter Michael Green at Thu, 14 Mar 2019 20:25:01 +0000] + * Link with libatomic on armhf too. + + -- Raspbian forward porter Thu, 19 Aug 2021 13:24:55 +0000 + haproxy (2.2.9-2+deb11u1) bullseye-security; urgency=high * Fix HTTP request smuggling via HTTP/2 desync attacks. diff -Nru haproxy-2.2.9/debian/rules haproxy-2.2.9/debian/rules --- haproxy-2.2.9/debian/rules 2021-08-15 20:42:57.000000000 +0000 +++ haproxy-2.2.9/debian/rules 2021-08-19 13:24:55.000000000 +0000 @@ -33,7 +33,7 @@ MAKEARGS+= USE_REGPARM=1 endif -ifneq ($(filter armel mips mipsel m68k powerpc powerpcspe sh4 riscv64,$(DEB_HOST_ARCH)),) +ifneq ($(filter armel armhf mips mipsel m68k powerpc powerpcspe sh4 riscv64,$(DEB_HOST_ARCH)),) MAKEARGS+= ADDLIB="-latomic -Wl,--no-as-needed -lgcc_s -Wl,--as-needed" else MAKEARGS+= ADDLIB="-Wl,--no-as-needed -lgcc_s -Wl,--as-needed"