Your message dated Tue, 26 Apr 2011 00:13:57 +0200
with message-id <[email protected]>
and subject line Closed in earlier versions
has caused the Debian Bug report #502820,
regarding samhain: diff for NMU version 2.2.3-6.1
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
502820: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=502820
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: samhain
Version: 2.2.3-6
Severity: normal
Tags: patch
Attached is the diff for my samhain 2.2.3-6.1 NMU.
--
bye,
pabs
http://wiki.debian.org/PaulWise
diff -u samhain-2.2.3/debian/changelog samhain-2.2.3/debian/changelog
--- samhain-2.2.3/debian/changelog
+++ samhain-2.2.3/debian/changelog
@@ -1,3 +1,11 @@
+samhain (2.2.3-6.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Fix armel alignment issues by aligning a buffer in the Tiger implementation
+ in src/sh_tiger0.c on a 32-bit boundary (Closes: #501231)
+
+ -- Paul Wise <[email protected]> Mon, 20 Oct 2008 11:52:16 +0800
+
samhain (2.2.3-6) unstable; urgency=low
* Take over maintainership. Previous upload was not a proper NMU.
only in patch2:
unchanged:
--- samhain-2.2.3.orig/src/sh_tiger0.c
+++ samhain-2.2.3/src/sh_tiger0.c
@@ -98,7 +98,7 @@
*/
SL_TICKET tiger_fd = (-1);
-static sh_byte buffer[PRIV_MAX + 72];
+static sh_byte buffer[PRIV_MAX + 72] __attribute__((aligned(4)));
#if defined(TIGER_64_BIT)
static
signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
Version: 2.6.2-2
This bug was "fixed" in a version of Samhain already present in the archive:
samhain (2.6.2-2) unstable; urgency=low
(...)
* Restore the NMU of version 2.2.3-6.1 in the debian/changelog history
and source (although the rmel alignment bug is currently commented
out) (Closes: #502820)
Thanks
Javier
signature.asc
Description: Digital signature
--- End Message ---