Package: snownews Version: 1.5.6.1-2 Severity: normal Tags: patch
The snownews in amd64 segfaults when reloading feeds. The problem seems to be related to the file md5.h, which defines "uint32" as "unsigned long" in all architectures except alpha. Applying the following patch to md5.h seems to solve the problem. 31,32d30 < #include <stdint.h> < 39c37 < typedef uint32_t uint32; --- > typedef unsigned long uint32; Anders -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (990, 'testing') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.13.2 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages snownews depends on: ii libc6 2.3.5-6 GNU C Library: Shared libraries an ii libncursesw5 5.4-9 Shared libraries for terminal hand ii libxml2 2.6.22-1 GNOME XML library ii zlib1g 1:1.2.3-4 compression library - runtime Versions of packages snownews recommends: pn libxml-libxml-perl <none> (no description available) pn libxml-libxslt-perl <none> (no description available) -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

