Your message dated Sun, 09 Dec 2001 15:08:12 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#122513: fixed in libapache-mod-auth-useragent 1.0-1 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; 5 Dec 2001 11:40:24 +0000 >From [EMAIL PROTECTED] Wed Dec 05 05:40:24 2001 Return-path: <[EMAIL PROTECTED]> Received: from hekate.id.pl (hekate.rlyeh.org) [213.25.114.6] (qmailr) by master.debian.org with smtp (Exim 3.12 1 (Debian)) id 16BaPW-0007xQ-00; Wed, 05 Dec 2001 05:40:22 -0600 Received: (qmail 24067 invoked by uid 1000); 5 Dec 2001 11:39:59 -0000 Date: 5 Dec 2001 11:39:59 -0000 Message-ID: <[EMAIL PROTECTED]> From: "Pawel Wiecek" <[EMAIL PROTECTED]> X-Cthulhu: Ph'nglui mglw'nafh Cthulhu R'lyeh Wgah'nagl fhtan X-GPG-key: http://www.coven.vmh.net/personal/pgp.html X-GPG-fingerprint: DB0D F889 C815 96F2 03DF 0C51 04E7 6310 EFC1 8770 X-PGP-key: http://www.coven.vmh.net/personal/pgp.html X-PGP-fingerprint: DA B7 FE 98 AB 30 F0 98 72 3F 41 9F DA 18 2B 3B X-Coven: Rulez X-Mailer: Mail User's Shell (7.2.6unoff3 (Debian) [prerelease] 8/31/96) To: [EMAIL PROTECTED] Subject: ITP: libapache-mod-auth-useragent -- block access to parts of service based on user agent Delivered-To: [EMAIL PROTECTED] Package: wnpp Severity: wishlist Mod_auth_useragent adds the ability to block some parts of the web service to clients using specific user agents, eg: <VirtualHost *> ServerAdmin [EMAIL PROTECTED] ErrorLog logs/dummy-host.example.com-error_log CustomLog logs/dummy-host.example.com-access_log common AuthUserAgentDeny *Mozilla* <Location /test> AuthUserAgentAllow *Mozilla* </location> </VirtualHost> Probably most popular use is to make it harder to dump the whole site with wget or similar programs. Author: Brian Aker <[EMAIL PROTECTED]> Download URL: ftp://www.tangent.org/pub/apache/, http://software.tangent.org/download/ Licence: /* ==================================================================== * Copyright (c) 1999-2001 Brian Aker. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in * the documentation and/or other materials provided with the * distribution. * * 3. The name of the author may not be used to endorse or promote products * derived from this software without specific prior written permission. * * 4. The name "mod_useragent" must not be used to * endorse or promote products derived from this software without * prior written permission. For written permission, please contact * [EMAIL PROTECTED] * * 5. Products derived from this software may not be called "mod_useragent". * * THIS SOFTWARE IS PROVIDED BY BRIAN AKER ``AS IS'' AND ANY * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BRIAN AKER OR * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED * OF THE POSSIBILITY OF SUCH DAMAGE. * ==================================================================== */ -- (___) | Pawel Wiecek ------------------- <[EMAIL PROTECTED]> <+48603240006> | < o o > | WWW: http://www.coven.vmh.net/ [ Debian GNU/Linux developer ] | \ ^ / | GPG/PGP key: http://www.coven.vmh.net/personal/pgpkey.html | (") | * Knowledge is power -- knowledge shared is power lost. * | --------------------------------------- Received: (at 122513-close) by bugs.debian.org; 9 Dec 2001 20:09:29 +0000 >From [EMAIL PROTECTED] Sun Dec 09 14:09:29 2001 Return-path: <[EMAIL PROTECTED]> Received: from auric.debian.org [206.246.226.45] (mail) by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 16DAGP-0002sL-00; Sun, 09 Dec 2001 14:09:29 -0600 Received: from troup by auric.debian.org with local (Exim 3.12 1 (Debian)) id 16DAFA-00051Q-00; Sun, 09 Dec 2001 15:08:12 -0500 From: Pawel Wiecek <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.66 $ Subject: Bug#122513: fixed in libapache-mod-auth-useragent 1.0-1 Message-Id: <[EMAIL PROTECTED]> Sender: James Troup <[EMAIL PROTECTED]> Date: Sun, 09 Dec 2001 15:08:12 -0500 Delivered-To: [EMAIL PROTECTED] We believe that the bug you reported is fixed in the latest version of libapache-mod-auth-useragent, which has been installed in the Debian FTP archive: libapache-mod-auth-useragent_1.0-1.diff.gz to pool/main/liba/libapache-mod-auth-useragent/libapache-mod-auth-useragent_1.0-1.diff.gz libapache-mod-auth-useragent_1.0-1.dsc to pool/main/liba/libapache-mod-auth-useragent/libapache-mod-auth-useragent_1.0-1.dsc libapache-mod-auth-useragent_1.0-1_i386.deb to pool/main/liba/libapache-mod-auth-useragent/libapache-mod-auth-useragent_1.0-1_i386.deb libapache-mod-auth-useragent_1.0.orig.tar.gz to pool/main/liba/libapache-mod-auth-useragent/libapache-mod-auth-useragent_1.0.orig.tar.gz 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. Pawel Wiecek <[EMAIL PROTECTED]> (supplier of updated libapache-mod-auth-useragent 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: Thu, 6 Dec 2001 16:04:19 +0100 Source: libapache-mod-auth-useragent Binary: libapache-mod-auth-useragent Architecture: source i386 Version: 1.0-1 Distribution: unstable Urgency: low Maintainer: Pawel Wiecek <[EMAIL PROTECTED]> Changed-By: Pawel Wiecek <[EMAIL PROTECTED]> Description: libapache-mod-auth-useragent - blocks parts of service for certain user agents Closes: 122513 Changes: libapache-mod-auth-useragent (1.0-1) unstable; urgency=low . * Initial Release (closes: #122513). Files: 1b6e5fec5d11024bb3fec38be5242118 724 web optional libapache-mod-auth-useragent_1.0-1.dsc 4a09be7195819ce9f9c7bc64be4173c7 5571 web optional libapache-mod-auth-useragent_1.0.orig.tar.gz f111705ba259cca00d0c6bf564338916 3824 web optional libapache-mod-auth-useragent_1.0-1.diff.gz 5b76cd9a65b408e82ba37805fd627d63 7962 web optional libapache-mod-auth-useragent_1.0-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE8D48QBOdjEO/Bh3ARArRHAJ0fHL+zTljGOeudQV4Gi8BRp5niCACffnZd rNNmNC/9NXs0N1G73vqn7t8= =rgyV -----END PGP SIGNATURE-----