user [EMAIL PROTECTED]
usertag 325503 + nmu-in-delayed-queue
stop

I've uploaded an NMU for this bug to the delayed queue; patch below.

diff -u libapache-mod-trigger-1.1/debian/changelog 
libapache-mod-trigger-1.1/debian/changelog
--- libapache-mod-trigger-1.1/debian/changelog
+++ libapache-mod-trigger-1.1/debian/changelog
@@ -1,3 +1,11 @@
+libapache-mod-trigger (1.1-4.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Include patch from David Mosberger to fix implicitly converted
+    pointers (Closes: #325503)
+
+ -- dann frazier <[EMAIL PROTECTED]>  Tue, 18 Apr 2006 13:22:40 -0600
+
 libapache-mod-trigger (1.1-4.2) unstable; urgency=low
 
   * NMU
only in patch2:
unchanged:
--- libapache-mod-trigger-1.1.orig/mod_trigger.c
+++ libapache-mod-trigger-1.1/mod_trigger.c
@@ -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 | HP Open Source and Linux Organization


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to