Your message dated Fri, 08 Apr 2005 03:17:07 -0400 with message-id <[EMAIL PROTECTED]> and subject line Bug#297983: fixed in libapache-mod-security 1.8.4-2 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) -------------------------------------- Received: (at submit) by bugs.debian.org; 3 Mar 2005 19:55:11 +0000 >From [EMAIL PROTECTED] Thu Mar 03 11:55:11 2005 Return-path: <[EMAIL PROTECTED]> Received: from c223012.adsl.hansenet.de (localhost.localdomain) [213.39.223.12] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1D6wPe-0003as-00; Thu, 03 Mar 2005 11:55:11 -0800 Received: from aj by localhost.localdomain with local (Exim 4.44) id 1D6xLz-0005KK-11; Thu, 03 Mar 2005 21:55:27 +0100 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: libapache-mod-security: FTBFS: syntax error before 'regex_t' Message-Id: <[EMAIL PROTECTED]> Date: Thu, 03 Mar 2005 21:55:27 +0100 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: Package: libapache-mod-security Severity: serious Tags: patch When trying to build 'libapache-mod-security', I get the following error: /usr/bin/libtool --silent --mode=compile gcc -prefer-pic -pipe -I/usr/include/xmltok -I/usr/include/openssl -Wall -O2 -DAP_HAVE_DESIGNATED_INITIALIZER -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -pipe -I/usr/include/xmltok -I/usr/include/openssl -Wall -O2 -pthread -I/usr/include/apache2 -I/usr/include/apr-0 -I/usr/include/apr-0 -I/usr/include -c -o mod_security.lo mod_security.c && touch mod_security.slo mod_security.c:280: error: syntax error before 'regex_t' With the attached patch 'libapache-mod-security' can be compiled. Regards Andreas Jochens diff -urN ../tmp-orig/libapache-mod-security-1.8.4/apache2/mod_security.c ./apache2/mod_security.c --- ../tmp-orig/libapache-mod-security-1.8.4/apache2/mod_security.c 2004-07-29 13:25:34.000000000 +0200 +++ ./apache2/mod_security.c 2005-03-03 21:49:41.610284810 +0100 @@ -24,6 +24,7 @@ #include <stdlib.h> #include <string.h> #include <sys/stat.h> +#include <regex.h> #ifdef WIN32 #include <direct.h> --------------------------------------- Received: (at 297983-close) by bugs.debian.org; 8 Apr 2005 07:23:05 +0000 >From [EMAIL PROTECTED] Fri Apr 08 00:23:05 2005 Return-path: <[EMAIL PROTECTED]> Received: from newraff.debian.org [208.185.25.31] (mail) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1DJnpZ-0000Aq-00; Fri, 08 Apr 2005 00:23:05 -0700 Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1DJnjn-0001Ww-00; Fri, 08 Apr 2005 03:17:07 -0400 From: Alberto Gonzalez Iniesta <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.55 $ Subject: Bug#297983: fixed in libapache-mod-security 1.8.4-2 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Fri, 08 Apr 2005 03:17:07 -0400 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: Source: libapache-mod-security Source-Version: 1.8.4-2 We believe that the bug you reported is fixed in the latest version of libapache-mod-security, which is due to be installed in the Debian FTP archive: libapache-mod-security_1.8.4-2.diff.gz to pool/main/liba/libapache-mod-security/libapache-mod-security_1.8.4-2.diff.gz libapache-mod-security_1.8.4-2.dsc to pool/main/liba/libapache-mod-security/libapache-mod-security_1.8.4-2.dsc libapache-mod-security_1.8.4-2_i386.deb to pool/main/liba/libapache-mod-security/libapache-mod-security_1.8.4-2_i386.deb libapache2-mod-security_1.8.4-2_i386.deb to pool/main/liba/libapache-mod-security/libapache2-mod-security_1.8.4-2_i386.deb mod-security-common_1.8.4-2_all.deb to pool/main/liba/libapache-mod-security/mod-security-common_1.8.4-2_all.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. Alberto Gonzalez Iniesta <[EMAIL PROTECTED]> (supplier of updated libapache-mod-security 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, 8 Apr 2005 08:48:11 +0200 Source: libapache-mod-security Binary: libapache-mod-security libapache2-mod-security mod-security-common Architecture: source i386 all Version: 1.8.4-2 Distribution: unstable Urgency: medium Maintainer: Alberto Gonzalez Iniesta <[EMAIL PROTECTED]> Changed-By: Alberto Gonzalez Iniesta <[EMAIL PROTECTED]> Description: libapache-mod-security - Tighten the Web application security for Apache 1.x libapache2-mod-security - Tighten the Web application security for Apache 2.x mod-security-common - Tighten the Web application security - common files Closes: 267353 297983 303613 Changes: libapache-mod-security (1.8.4-2) unstable; urgency=medium . * New maintainer (Closes: #303613) * Thanks Adam Conrad for helping with the apache2 LFS transition. (Closes: #267353) * Patched apache2/mod_security.c to include regex.h and build correctly. (Closes: #297983). Thanks Andreas Jochens. This was RC, thus the urgency. Files: dd64bbdea8b5ec344f5ed324432b2440 737 web optional libapache-mod-security_1.8.4-2.dsc 0cd6c87e96bc4984ad585d6c75918b08 7100 web optional libapache-mod-security_1.8.4-2.diff.gz 6d4586b2f7c459fa2fb8cc1869317474 278316 web optional mod-security-common_1.8.4-2_all.deb e4e6872c111fe4e1f6a135c44f00766e 26902 web optional libapache-mod-security_1.8.4-2_i386.deb 24141387c68a242215a846dce3c74e87 32880 web optional libapache2-mod-security_1.8.4-2_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCVi29xRSvjkukAcMRApmRAKCXFSUromTBz7mnd+aqBDZAuap3jwCgifAL BPGxrzE73mRXDcdmIZlu8Nc= =s/P1 -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]