Your message dated Tue, 08 Feb 2005 20:02:08 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#288430: fixed in cvsweb 3:3.0.5-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; 3 Jan 2005 18:42:06 +0000
>From [EMAIL PROTECTED] Mon Jan 03 10:42:05 2005
Return-path: <[EMAIL PROTECTED]>
Received: from io.link-m.de [195.30.85.225] (daemon)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1ClX9Z-0003q6-00; Mon, 03 Jan 2005 10:42:05 -0800
Received: from localhost (localhost [127.0.0.1])
  (uid 1004)
  by io.link-m.de with local; Mon, 03 Jan 2005 19:42:04 +0100
  id 0000BB81.41D991FC.00005C84
Content-Type: multipart/mixed; boundary="===============0180077883=="
MIME-Version: 1.0
From: Julian Mehnle <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: cvsweb: Default location of "mime.types" file is invalid
X-Mailer: reportbug 3.2
Date: Mon, 03 Jan 2005 19:42:03 +0100
Message-ID: <[EMAIL PROTECTED]>
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: 

This is a multi-part MIME message sent by reportbug.

--===============0180077883==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: cvsweb
Version: 3:3.0.4-1
Severity: normal
Tags: patch

The default location of the "mime.types" file is specified as
"/etc/apache/mime.types" in cvsweb.conf.  No such file exists in any of
the packages in the current Debian distribution, not even in the Apache
packages.

The global "/etc/mime.types" file (installed by the mime-support
package) should be used instead.  The attached patch takes care of that.

--===============0180077883==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
        filename="cvsweb-3.0.4-conf-mime.types-location.patch"

diff -ruN cvsweb-3.0.4.old/cvsweb.conf cvsweb-3.0.4/cvsweb.conf
--- cvsweb-3.0.4.old/cvsweb.conf        2005-01-03 19:09:36.000000000 +0100
+++ cvsweb-3.0.4/cvsweb.conf    2005-01-03 19:32:32.000000000 +0100
@@ -352,7 +352,7 @@
 # The traditional mime.types file, eg. the one from Apache is fine.
 # See above where this gets used.
 #
-$mime_types = '/etc/apache/mime.types';
+$mime_types = '/etc/mime.types';
 
 # Charset appended to the Content-Type HTTP header for text/* MIME types.
 # Note that the web server may default to some charset which may take effect

--===============0180077883==--

---------------------------------------
Received: (at 288430-close) by bugs.debian.org; 9 Feb 2005 01:09:25 +0000
>From [EMAIL PROTECTED] Tue Feb 08 17:09:25 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 1CygM8-00044F-00; Tue, 08 Feb 2005 17:09:25 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1CygF6-0003NH-00; Tue, 08 Feb 2005 20:02:08 -0500
From: James Bromberger <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#288430: fixed in cvsweb 3:3.0.5-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 08 Feb 2005 20:02:08 -0500
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: 
X-CrossAssassin-Score: 5

Source: cvsweb
Source-Version: 3:3.0.5-1

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

cvsweb_3.0.5-1.diff.gz
  to pool/main/c/cvsweb/cvsweb_3.0.5-1.diff.gz
cvsweb_3.0.5-1.dsc
  to pool/main/c/cvsweb/cvsweb_3.0.5-1.dsc
cvsweb_3.0.5-1_all.deb
  to pool/main/c/cvsweb/cvsweb_3.0.5-1_all.deb
cvsweb_3.0.5.orig.tar.gz
  to pool/main/c/cvsweb/cvsweb_3.0.5.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.
James Bromberger <[EMAIL PROTECTED]> (supplier of updated cvsweb 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: Wed,  9 Feb 2005 00:37:05 +0000
Source: cvsweb
Binary: cvsweb
Architecture: source all
Version: 3:3.0.5-1
Distribution: unstable
Urgency: low
Maintainer: James Bromberger <[EMAIL PROTECTED]>
Changed-By: James Bromberger <[EMAIL PROTECTED]>
Description: 
 cvsweb     - a CGI interface to your CVS repository
Closes: 270624 281826 288426 288428 288430
Changes: 
 cvsweb (3:3.0.5-1) unstable; urgency=low
 .
   * New upstream release. Closes: #288428, #281826.
   * Correct the location of mime.types. Closes: #288430.
   * Tried to UTF-8 encode the README, config file, and cgi script.
     Closes: #288426.
   * Verify we do suggest enscript and friends. Closes: #270624.
Files: 
 6994e8f5c89a843341f96b50e2314284 591 devel optional cvsweb_3.0.5-1.dsc
 572dbb2d66ad6487c0a3536f93023086 72199 devel optional cvsweb_3.0.5.orig.tar.gz
 1b004151a0acd60f3e2fc17335e30233 13244 devel optional cvsweb_3.0.5-1.diff.gz
 4b5f3a0fa423e66c3e16dc864547bfbf 76788 devel optional cvsweb_3.0.5-1_all.deb

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

iD4DBQFCCVu3pfJwKAkXqeQRAjRoAJi2nSjaMALQMWALzjLjJG5olijjAKC7Orc4
VJbwfkkG6Rfrkw0P16WjKg==
=Udro
-----END PGP SIGNATURE-----


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

Reply via email to