Package: libapache-mod-repository Version: 0.3-8.1 Severity: important Tags: patch
Our automated buildd log filter[1] detected a problem[2] that will cause your package to segfault on architectures where the size of a pointer is greater than the size of an integer, such as ia64. [1]http://people.debian.org/~dannf/check-implicit-pointer-functions [2] Function `ap_sub_req_method_uri' implicitly converted to pointer at mod_repository.c:40 Function `ap_md5_binary' implicitly converted to pointer at mod_repository.c:174 Function `ap_sub_req_lookup_file' implicitly converted to pointer at mod_repository.c:182 diff -urN libapache-mod-repository-0.3.orig/mod_repository.c libapache-mod-repository-0.3/mod_repository.c --- libapache-mod-repository-0.3.orig/mod_repository.c 2000-03-14 12:37:00.000000000 -0700 +++ libapache-mod-repository-0.3/mod_repository.c 2005-08-28 21:07:11.000000000 -0600 @@ -5,8 +5,10 @@ #include "httpd.h" #include "http_config.h" #include "http_protocol.h" +#include "http_request.h" #include "ap_config.h" #include "http_log.h" +#include "util_md5.h" module MODULE_VAR_EXPORT repository_module; -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

