Version in base suite: 4.1.4-6 Base version: samhain_4.1.4-6 Target version: samhain_4.1.4-6+deb13u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/s/samhain/samhain_4.1.4-6.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/s/samhain/samhain_4.1.4-6+deb13u1.dsc changelog | 7 +++++++ rules | 9 +++++++++ 2 files changed, 16 insertions(+) diff -Nru samhain-4.1.4/debian/changelog samhain-4.1.4/debian/changelog --- samhain-4.1.4/debian/changelog 2025-03-26 18:48:21.000000000 +0000 +++ samhain-4.1.4/debian/changelog 2025-09-14 15:43:34.000000000 +0000 @@ -1,3 +1,10 @@ +samhain (4.1.4-6+deb13u1) trixie; urgency=medium + + * d/rules: + - Quick fix preventing potential segfaults (Closes: #1111631) + + -- Aurelien Jarno Sun, 14 Sep 2025 17:43:34 +0200 + samhain (4.1.4-6) unstable; urgency=medium * Team upload. diff -Nru samhain-4.1.4/debian/rules samhain-4.1.4/debian/rules --- samhain-4.1.4/debian/rules 2025-03-26 18:48:21.000000000 +0000 +++ samhain-4.1.4/debian/rules 2025-09-14 15:43:34.000000000 +0000 @@ -37,6 +37,15 @@ endif +# This is a quick fix regarding bug #1111631 following a patch provided by +# Aurelien Jarno , see https://bugs.debian.org/1111631 +# for further details. I suggest to report the problem upstream so that they +# can rework the dnmalloc code. +# +# Disable dnmalloc for all architectures at it is unmaintained and has issues +# with GCC >= 11 (see #1111631) +DNMALLOC = --disable-dnmalloc + %: dh $@