diff -Nru suricata-6.0.5/debian/changelog suricata-6.0.5/debian/changelog --- suricata-6.0.5/debian/changelog 2022-06-01 09:33:06.000000000 +0000 +++ suricata-6.0.5/debian/changelog 2022-06-13 05:59:30.000000000 +0000 @@ -1,3 +1,10 @@ +suricata (1:6.0.5-3+rpi1) bookworm-staging; urgency=medium + + [changes brought forward from 1:6.0.1-2+rpi1 by Peter Michael Green at Sat, 08 May 2021 12:21:01 +0000] + * Link with libatomic on armhf too. + + -- Raspbian forward porter Mon, 13 Jun 2022 05:59:30 +0000 + suricata (1:6.0.5-3) unstable; urgency=medium * Add patch to handle undefined LEVEL1_DCACHE_LINESIZE. diff -Nru suricata-6.0.5/debian/rules suricata-6.0.5/debian/rules --- suricata-6.0.5/debian/rules 2022-05-05 07:07:24.000000000 +0000 +++ suricata-6.0.5/debian/rules 2022-06-13 05:59:30.000000000 +0000 @@ -11,7 +11,7 @@ # workaround for linking issue on some archs export DEB_LDFLAGS_MAINT_APPEND = -Wl,--allow-multiple-definition -EXTRA_ATOMIC_ARCHS = armel mipsel powerpc +EXTRA_ATOMIC_ARCHS = armel armhf mipsel powerpc ifneq (,$(findstring $(DEB_HOST_ARCH),$(EXTRA_ATOMIC_ARCHS))) DEB_LDFLAGS_MAINT_APPEND += -latomic export DEB_LDFLAGS_MAINT_APPEND