Your message dated Thu, 20 Apr 2006 22:32:09 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#325503: fixed in libapache-mod-trigger 1.1-6
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: libapache-mod-trigger
Version: 1.1-4.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_lookup_uri' implicitly converted to pointer at 
mod_trigger.c:75 
Function `ap_create_environment' implicitly converted to pointer at 
mod_trigger.c:96
Function `ap_get_remote_logname' implicitly converted to pointer at 
mod_trigger.c:272

diff -urN libapache-mod-trigger-1.1.orig/mod_trigger.c 
libapache-mod-trigger-1.1/mod_trigger.c
--- libapache-mod-trigger-1.1.orig/mod_trigger.c        2002-06-07 
13:44:07.000000000 -0600
+++ libapache-mod-trigger-1.1/mod_trigger.c     2005-08-28 21:13:58.000000000 
-0600
@@ -5,10 +5,13 @@
 
 #include "httpd.h"
 #include "http_config.h"
+#include "http_core.h"
 #include "http_protocol.h"
+#include "http_request.h"
 #include "ap_config.h"
 #include "fnmatch.h"
 #include "http_log.h"
+#include "util_script.h"
 
 /* Strings for help */
 #define TriggerEngine "On or Off (Off by default). This enables the trigger 
engine."
@@ -269,7 +272,7 @@
        if(cfg->user)
                table_execute(r, cfg->user, r->connection->user, cfg->log);
        if(cfg->ident)
-               table_execute(r, cfg->ident, (char *)ap_get_remote_logname(r, 
r), cfg->log);
+               table_execute(r, cfg->ident, (char *)ap_get_remote_logname(r), 
cfg->log);
        if(cfg->pathinfo)
                table_execute(r, cfg->pathinfo, r->path_info, cfg->log);
        if(cfg->accept)

-- 
dann frazier <[EMAIL PROTECTED]>



--- End Message ---
--- Begin Message ---
Source: libapache-mod-trigger
Source-Version: 1.1-6

We believe that the bug you reported is fixed in the latest version of
libapache-mod-trigger, which is due to be installed in the Debian FTP archive:

libapache-mod-trigger_1.1-6.diff.gz
  to pool/main/liba/libapache-mod-trigger/libapache-mod-trigger_1.1-6.diff.gz
libapache-mod-trigger_1.1-6.dsc
  to pool/main/liba/libapache-mod-trigger/libapache-mod-trigger_1.1-6.dsc
libapache-mod-trigger_1.1-6_i386.deb
  to pool/main/liba/libapache-mod-trigger/libapache-mod-trigger_1.1-6_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Paweł Więcek <[EMAIL PROTECTED]> (supplier of updated libapache-mod-trigger 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 21 Apr 2006 07:11:29 +0200
Source: libapache-mod-trigger
Binary: libapache-mod-trigger
Architecture: source i386
Version: 1.1-6
Distribution: unstable
Urgency: low
Maintainer: Paweł Więcek <[EMAIL PROTECTED]>
Changed-By: Paweł Więcek <[EMAIL PROTECTED]>
Description: 
 libapache-mod-trigger - Creates hooks in Apache
Closes: 325503
Changes: 
 libapache-mod-trigger (1.1-6) unstable; urgency=low
 .
   * Added one more include that got lost in previous update (closes: #325503)
Files: 
 2cb9204860275c877c89a7e5336c38e0 634 web optional 
libapache-mod-trigger_1.1-6.dsc
 16af04849f2164268e1ca736a812fc4f 5679 web optional 
libapache-mod-trigger_1.1-6.diff.gz
 82b6de3255be3e6094910736a46faa00 11198 web optional 
libapache-mod-trigger_1.1-6_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFESGnCBOdjEO/Bh3ARAtuaAJ0f9kMy8AKBufUXw99yi29xULv0RACdHbK6
IQ65TlwQppQnob8e5I/wQ6w=
=dzRt
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to