Your message dated Sun, 11 Feb 2007 16:17:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#389579: fixed in libapache-mod-auth-mysql 4.3.9-3
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-auth-mysql
Version: 4.3.9-2.1
Tags: patch
Please update and test this package for use with Apache 2.2, which may
go into sid and etch soon. The following patch may help. It allows
the package to compile, but I did not test runtime functionality.
Apache 2.2 is currently in experimental.
Note that the authz / authn interface in Apache 2.2 has been updated
somewhat, so the fact that an auth module compiles does not mean it
works correctly and optimally.
Peter
Index: mod_auth_mysql.c
--- mod_auth_mysql.c
+++ mod_auth_mysql.c
@@ -48,6 +48,7 @@
#include <http_log.h>
#ifdef APACHE2
#include "http_request.h" /* for ap_hook_(check_user_id | auth_checker)*/
+#include <apr_general.h>
#include <apr_md5.h>
#include <apr_sha1.h>
#else
@@ -70,6 +71,10 @@
#define FALSE 0
#endif
+#ifndef APR_XtOffsetOf
+#define APR_XtOffsetOf APR_OFFSETOF
+#endif
+
/* This are the system-wide config options; the more specific options live in
* a mysql_auth_config_rec structure, one for each MySQL-configured directory.
*/
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: libapache-mod-auth-mysql
Source-Version: 4.3.9-3
We believe that the bug you reported is fixed in the latest version of
libapache-mod-auth-mysql, which is due to be installed in the Debian FTP
archive:
libapache-mod-auth-mysql_4.3.9-3.diff.gz
to
pool/main/liba/libapache-mod-auth-mysql/libapache-mod-auth-mysql_4.3.9-3.diff.gz
libapache-mod-auth-mysql_4.3.9-3.dsc
to
pool/main/liba/libapache-mod-auth-mysql/libapache-mod-auth-mysql_4.3.9-3.dsc
libapache-mod-auth-mysql_4.3.9-3_i386.deb
to
pool/main/liba/libapache-mod-auth-mysql/libapache-mod-auth-mysql_4.3.9-3_i386.deb
libapache2-mod-auth-mysql_4.3.9-3_i386.deb
to
pool/main/liba/libapache-mod-auth-mysql/libapache2-mod-auth-mysql_4.3.9-3_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.
Mario Iseli <[EMAIL PROTECTED]> (supplier of updated libapache-mod-auth-mysql
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: Sun, 11 Feb 2007 14:04:10 +0100
Source: libapache-mod-auth-mysql
Binary: libapache-mod-auth-mysql libapache2-mod-auth-mysql
Architecture: source i386
Version: 4.3.9-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Mario Iseli <[EMAIL PROTECTED]>
Description:
libapache-mod-auth-mysql - Apache module for MySQL authentication
libapache2-mod-auth-mysql - Apache 2 module for MySQL authentication
Closes: 389579
Changes:
libapache-mod-auth-mysql (4.3.9-3) unstable; urgency=medium
.
* QA Upload
* Set maintainer to Debian QA Group <[EMAIL PROTECTED]>.
* apache2 module depends now on apache2.2-common.
* Removed the ,,changes* directories from the diff.gz.
* Use now make distclean instead of make clean in debian/rules.
* Build-depend now on dpatch.
* Build-depend now on debhelper 5 instead of 4.
* Converted the patches to dpatch.
* Applied a patch to fix FTBFS against apache2.2 (Closes: #389579).
Thanks to Julian Calaby for the patch.
Files:
46885decf180bc5728563430d1643a45 741 web optional
libapache-mod-auth-mysql_4.3.9-3.dsc
1c37eec26870642d09cdfb2d3b995772 8708 web optional
libapache-mod-auth-mysql_4.3.9-3.diff.gz
aa1548b2582023cdd5dc06886b6bc775 22052 web optional
libapache-mod-auth-mysql_4.3.9-3_i386.deb
55b39246c46ae18a9ad3baf4a7da144e 22192 web optional
libapache2-mod-auth-mysql_4.3.9-3_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFFzz7n+C5cwEsrK54RArCWAJ9OdLvf7f7duV+PY+XDgdtpYCvVGQCeKxb1
OQbwEEtrdwgLzmuVhm16nOs=
=+JQ7
-----END PGP SIGNATURE-----
--- End Message ---