Your message dated Wed, 21 Nov 2012 13:48:41 +0000
with message-id <[email protected]>
and subject line Bug#676641: fixed in lighttpd 1.4.31-2
has caused the Debian Bug report #676641,
regarding lighttpd: configuration files refer to wrong path for documentation
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
676641: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676641
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: lighttpd
Version: 1.4.30-1
Severity: minor
Tags: patch

Hi,

The documentation appears to be under the lighttpd directory in
/usr/share/doc, not lighttpd-doc as currently stated in configuration
files. The attached patch corrects the problem.

Thanks,
Denis

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing'), (200, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_CA.UTF-8, LC_CTYPE=fr_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages lighttpd depends on:
ii  libattr1                    1:2.4.46-7
ii  libbz2-1.0                  1.0.6-1
ii  libc6                       2.13-32
ii  libfam0                     2.7.0-17
ii  libldap-2.4-2               2.4.28-1.1
ii  libpcre3                    1:8.30-5
ii  libssl1.0.0                 1.0.1c-1
ii  libterm-readline-perl-perl  1.0303-1
ii  lsb-base                    4.1+Debian4
ii  mime-support                3.52-1
ii  perl                        5.14.2-11
ii  zlib1g                      1:1.2.7.dfsg-11

Versions of packages lighttpd recommends:
ii  spawn-fcgi  1.6.3-1

Versions of packages lighttpd suggests:
pn  apache2-utils  <none>
pn  openssl        1.0.1c-1
pn  rrdtool        <none>

-- no debconf information
>From 79ed71b9cb53be2e6f088f6b6433e80a0df814c4 Mon Sep 17 00:00:00 2001
From: Denis Laxalde <[email protected]>
Date: Fri, 8 Jun 2012 08:57:00 -0400
Subject: [PATCH] fix path to documentation in configuration files

---
 conf-available/05-auth.conf           |    2 +-
 conf-available/10-cgi.conf            |    2 +-
 conf-available/10-fastcgi.conf        |    2 +-
 conf-available/10-proxy.conf          |    2 +-
 conf-available/10-rrdtool.conf        |    2 +-
 conf-available/10-simple-vhost.conf   |    2 +-
 conf-available/10-ssi.conf            |    2 +-
 conf-available/10-ssl.conf            |    2 +-
 conf-available/10-status.conf         |    2 +-
 conf-available/10-userdir.conf        |    2 +-
 conf-available/15-fastcgi-php.conf    |    2 +-
 conf-available2/10-cml.conf           |    2 +-
 conf-available2/10-magnet.conf        |    2 +-
 conf-available2/10-trigger-b4-dl.conf |    2 +-
 conf-available2/10-webdav.conf        |    2 +-
 15 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/conf-available/05-auth.conf b/conf-available/05-auth.conf
index 5d896e3..6c14e47 100644
--- a/conf-available/05-auth.conf
+++ b/conf-available/05-auth.conf
@@ -1,4 +1,4 @@
-# /usr/share/doc/lighttpd-doc/authentication.txt.gz
+# /usr/share/doc/lighttpd/authentication.txt.gz
 
 server.modules                += ( "mod_auth" )
 
diff --git a/conf-available/10-cgi.conf b/conf-available/10-cgi.conf
index 8045b0d..1e93a11 100644
--- a/conf-available/10-cgi.conf
+++ b/conf-available/10-cgi.conf
@@ -1,4 +1,4 @@
-# /usr/share/doc/lighttpd-doc/cgi.txt
+# /usr/share/doc/lighttpd/cgi.txt
 
 server.modules += ( "mod_cgi" )
 
diff --git a/conf-available/10-fastcgi.conf b/conf-available/10-fastcgi.conf
index 8171355..7862ed9 100644
--- a/conf-available/10-fastcgi.conf
+++ b/conf-available/10-fastcgi.conf
@@ -1,4 +1,4 @@
-# /usr/share/doc/lighttpd-doc/fastcgi.txt.gz
+# /usr/share/doc/lighttpd/fastcgi.txt.gz
 # http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ConfigurationOptions#mod_fastcgi-fastcgi
 
 server.modules += ( "mod_fastcgi" )
diff --git a/conf-available/10-proxy.conf b/conf-available/10-proxy.conf
index b545a4f..1e95945 100644
--- a/conf-available/10-proxy.conf
+++ b/conf-available/10-proxy.conf
@@ -1,4 +1,4 @@
-# /usr/share/doc/lighttpd-doc/proxy.txt
+# /usr/share/doc/lighttpd/proxy.txt
 
 server.modules   += ( "mod_proxy" )
 
diff --git a/conf-available/10-rrdtool.conf b/conf-available/10-rrdtool.conf
index f8befc1..0a49c98 100644
--- a/conf-available/10-rrdtool.conf
+++ b/conf-available/10-rrdtool.conf
@@ -1,4 +1,4 @@
-# /usr/share/doc/lighttpd-doc/rrdtool.txt
+# /usr/share/doc/lighttpd/rrdtool.txt
 
 server.modules += ( "mod_rrdtool" )
 
diff --git a/conf-available/10-simple-vhost.conf b/conf-available/10-simple-vhost.conf
index e35eca4..7dfa1ca 100644
--- a/conf-available/10-simple-vhost.conf
+++ b/conf-available/10-simple-vhost.conf
@@ -1,4 +1,4 @@
-# /usr/share/doc/lighttpd-doc/simple-vhost.txt
+# /usr/share/doc/lighttpd/simple-vhost.txt
 
 server.modules += ( "mod_simple_vhost" )
 
diff --git a/conf-available/10-ssi.conf b/conf-available/10-ssi.conf
index 5532319..55d2aba 100644
--- a/conf-available/10-ssi.conf
+++ b/conf-available/10-ssi.conf
@@ -1,4 +1,4 @@
-# /usr/share/doc/lighttpd-doc/ssi.txt
+# /usr/share/doc/lighttpd/ssi.txt
 
 server.modules += ( "mod_ssi" )
 
diff --git a/conf-available/10-ssl.conf b/conf-available/10-ssl.conf
index 34f3912..6bb602a 100644
--- a/conf-available/10-ssl.conf
+++ b/conf-available/10-ssl.conf
@@ -1,4 +1,4 @@
-# /usr/share/doc/lighttpd-doc/ssl.txt
+# /usr/share/doc/lighttpd/ssl.txt
 
 $SERVER["socket"] == "0.0.0.0:443" {
 	ssl.engine  = "enable"
diff --git a/conf-available/10-status.conf b/conf-available/10-status.conf
index f8b698f..2859372 100644
--- a/conf-available/10-status.conf
+++ b/conf-available/10-status.conf
@@ -1,4 +1,4 @@
-# /usr/share/doc/lighttpd-doc/status.txt
+# /usr/share/doc/lighttpd/status.txt
 # http://trac.lighttpd.net/trac/wiki/Docs%3AModStatus
 
 server.modules += ( "mod_status" )
diff --git a/conf-available/10-userdir.conf b/conf-available/10-userdir.conf
index 459bbe7..3507eaf 100644
--- a/conf-available/10-userdir.conf
+++ b/conf-available/10-userdir.conf
@@ -1,7 +1,7 @@
 ## The userdir module provides a simple way to link user-based directories into
 ## the global namespace of the webserver.
 ##
-# /usr/share/doc/lighttpd-doc/userdir.txt
+# /usr/share/doc/lighttpd/userdir.txt
 
 server.modules      += ( "mod_userdir" )
 
diff --git a/conf-available/15-fastcgi-php.conf b/conf-available/15-fastcgi-php.conf
index 9f9f04e..60822a9 100644
--- a/conf-available/15-fastcgi-php.conf
+++ b/conf-available/15-fastcgi-php.conf
@@ -1,5 +1,5 @@
 # -*- depends: fastcgi -*-
-# /usr/share/doc/lighttpd-doc/fastcgi.txt.gz
+# /usr/share/doc/lighttpd/fastcgi.txt.gz
 # http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ConfigurationOptions#mod_fastcgi-fastcgi
 
 ## Start an FastCGI server for php (needs the php5-cgi package)
diff --git a/conf-available2/10-cml.conf b/conf-available2/10-cml.conf
index e9a7735..9ff3903 100644
--- a/conf-available2/10-cml.conf
+++ b/conf-available2/10-cml.conf
@@ -2,7 +2,7 @@
 ## at one side and building a page from its fragments on the 
 ## other side using LUA.
 ##
-## /usr/share/doc/lighttpd-doc/cml.txt
+## /usr/share/doc/lighttpd/cml.txt
 
 server.modules += ( "mod_cml" )
 
diff --git a/conf-available2/10-magnet.conf b/conf-available2/10-magnet.conf
index 32993f7..9f166c6 100644
--- a/conf-available2/10-magnet.conf
+++ b/conf-available2/10-magnet.conf
@@ -1,4 +1,4 @@
-# /usr/share/doc/lighttpd-doc/magnet.txt.gz
+# /usr/share/doc/lighttpd/magnet.txt.gz
 # http://trac.lighttpd.net/trac/wiki/Docs%3AModMagnet
 
 server.modules += ( "mod_magnet" )
diff --git a/conf-available2/10-trigger-b4-dl.conf b/conf-available2/10-trigger-b4-dl.conf
index 02ff589..f145ff2 100644
--- a/conf-available2/10-trigger-b4-dl.conf
+++ b/conf-available2/10-trigger-b4-dl.conf
@@ -1,6 +1,6 @@
 ## A module to prevent deep-linking from other sites.
 ## 
-# /usr/share/doc/lighttpd-doc/trigger-b4-dl.html
+# /usr/share/doc/lighttpd/trigger-b4-dl.html
 
 server.modules += ( "mod_trigger_b4_dl" )
 
diff --git a/conf-available2/10-webdav.conf b/conf-available2/10-webdav.conf
index 167170d..7d4897f 100644
--- a/conf-available2/10-webdav.conf
+++ b/conf-available2/10-webdav.conf
@@ -3,7 +3,7 @@
 ## the group defined which allows users to collaboratively edit and manage
 ## files on remote web servers.
 ##
-# /usr/share/doc/lighttpd-doc/webdav.txt
+# /usr/share/doc/lighttpd/webdav.txt
 # http://trac.lighttpd.net/trac/wiki/Docs%3AModWebDAV
 
 server.modules += ( "mod_webdav" )
-- 
1.7.10


--- End Message ---
--- Begin Message ---
Source: lighttpd
Source-Version: 1.4.31-2

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

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.
Arno Töll <[email protected]> (supplier of updated lighttpd 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.8
Date: Sun, 18 Nov 2012 14:02:36 +0100
Source: lighttpd
Binary: lighttpd lighttpd-doc lighttpd-mod-mysql-vhost 
lighttpd-mod-trigger-b4-dl lighttpd-mod-cml lighttpd-mod-magnet 
lighttpd-mod-webdav
Architecture: source amd64 all
Version: 1.4.31-2
Distribution: unstable
Urgency: high
Maintainer: Debian lighttpd maintainers 
<[email protected]>
Changed-By: Arno Töll <[email protected]>
Description: 
 lighttpd   - fast webserver with minimal memory footprint
 lighttpd-doc - documentation for lighttpd
 lighttpd-mod-cml - cache meta language module for lighttpd
 lighttpd-mod-magnet - control the request handling module for lighttpd
 lighttpd-mod-mysql-vhost - MySQL-based virtual host configuration for lighttpd
 lighttpd-mod-trigger-b4-dl - anti-deep-linking module for lighttpd
 lighttpd-mod-webdav - WebDAV module for lighttpd
Closes: 676641
Changes: 
 lighttpd (1.4.31-2) unstable; urgency=high
 .
   * Fix "configuration files refer to wrong path for documentation"
     by merging a patch supplied by  Denis Laxalde <[email protected]>
     (Closes: #676641)
   * CVE-2012-5533: Fix Denial Of Service attacks against Lighttpd by sending 
faulty
     Connection headers
Checksums-Sha1: 
 27a3c5c330cd47e7252ebdcbcc10eef31fc50e1f 2635 lighttpd_1.4.31-2.dsc
 df52e9757fb77009b1a5e93650eee805132fab8c 27875 lighttpd_1.4.31-2.debian.tar.gz
 6eb71132c1fceccc64bed242bf0f45375ecf5119 299748 lighttpd_1.4.31-2_amd64.deb
 621ccef046ed810335190eaf253b599f18623289 63506 lighttpd-doc_1.4.31-2_all.deb
 2b85fba3b78b9b6c91a36b0003742fcf443c75ab 19566 
lighttpd-mod-mysql-vhost_1.4.31-2_amd64.deb
 8fd69da764376b3afb7cacd84156adb9fb90f051 21014 
lighttpd-mod-trigger-b4-dl_1.4.31-2_amd64.deb
 5513768a5f69f206f8ee8098847d7f2da7e53a69 24308 
lighttpd-mod-cml_1.4.31-2_amd64.deb
 108a09b4080d0c0b71baac822805ca08ac8f7f77 25554 
lighttpd-mod-magnet_1.4.31-2_amd64.deb
 4e249155ef012b92d7259cdf3537ed72b6dea515 31708 
lighttpd-mod-webdav_1.4.31-2_amd64.deb
Checksums-Sha256: 
 2b629007afee822a56c3d588412b784ca6801bd9dc3d06566a49d2ced7ef062c 2635 
lighttpd_1.4.31-2.dsc
 9fa92e1863d21cbcc7cefff0338ed88d86d078a7816367e8fab503f4566984d9 27875 
lighttpd_1.4.31-2.debian.tar.gz
 3b029095487a5d92c900465eff2a772d165f8ea754b7a40e8bc5fd51c0ce1219 299748 
lighttpd_1.4.31-2_amd64.deb
 b825909efa9d8f489288c7f2f4ddd12a67dac3ebe16d8a80e798a9b982ea5a8a 63506 
lighttpd-doc_1.4.31-2_all.deb
 0fc2ec0ac1f07a7345e8d099b7e238d1e0b51329f58bc4c43f3628c1aa83e3fb 19566 
lighttpd-mod-mysql-vhost_1.4.31-2_amd64.deb
 82028689d19391a144c9c46ccd8da120611adc3670967028974695446e4d9306 21014 
lighttpd-mod-trigger-b4-dl_1.4.31-2_amd64.deb
 eb38ce35c8d407398bf65b97ed94ed47ae3bd457cb25daa39a63208d65846f51 24308 
lighttpd-mod-cml_1.4.31-2_amd64.deb
 c48c29c9e6928f652370faf31fdb069d919afea2eecccc21fbc162deddacb1d5 25554 
lighttpd-mod-magnet_1.4.31-2_amd64.deb
 21b5a8c7a2c029d5f02e7568a002ec92af8a4266e99fd26bcb4b7f7195a5a928 31708 
lighttpd-mod-webdav_1.4.31-2_amd64.deb
Files: 
 9c4bed58f2498c7bdea29c7bf1d81e9d 2635 httpd optional lighttpd_1.4.31-2.dsc
 4ad2fd8922d970bf0dd9c01b0f9ecf21 27875 httpd optional 
lighttpd_1.4.31-2.debian.tar.gz
 b84a371a857d7be5b76af354e2b440eb 299748 httpd optional 
lighttpd_1.4.31-2_amd64.deb
 04fc216fe1b938d58cdba6570c8ee124 63506 doc optional 
lighttpd-doc_1.4.31-2_all.deb
 46cf33386e64b26a22d6cdbe3edb3677 19566 httpd optional 
lighttpd-mod-mysql-vhost_1.4.31-2_amd64.deb
 341ef22532345a71385045b90b044280 21014 httpd optional 
lighttpd-mod-trigger-b4-dl_1.4.31-2_amd64.deb
 02de4f932376bc300bfba7b296fc734e 24308 httpd optional 
lighttpd-mod-cml_1.4.31-2_amd64.deb
 d3218b0e2e5486167bc17fd15fd7012d 25554 httpd optional 
lighttpd-mod-magnet_1.4.31-2_amd64.deb
 d71c035fed1e9f021a4d1edfb5534556 31708 httpd optional 
lighttpd-mod-webdav_1.4.31-2_amd64.deb

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

iQIcBAEBAgAGBQJQrNfPAAoJEMcrUe6dgPNtYnQQAMvPFytaU0g5RO+gNGv/htbp
UOk3p1KW21IcKpy40DmkxAtVOKNuNwYXG6cJN6be3CbW8o/sI0isFRS7wvJct4pr
1aajh44VmZXHX+P2VagQxkAcKYiR2EQcXXMuNGBFhPgJX578Ze0zfCJkqx28rT7Z
mil+H2uYtfO0KZDPKXifpl4TTh9KFKcixksJlui3hJMxYP1PBykVTIOIkmL0OdqK
Gw5VjZ4yJf6DZttuvwI/nviZ3CbBOKssyPbz3oljiL4vtIIO/kCPxmTkUH39Vw5N
aCtpGRTREB+3E4S7lSPA7OzErxwDU7qUAjmHPKCXOwgLPJBG2hV2G4RurQ2t+6jc
jYWRU7JvEsqKKuwBe4shLUjKVDyNnPw8GYkvue9dqWj6IIxPd6igMl39Eo/U5d5L
BuHYBlx58Qv45dGRM0jp+IXEgLYA+kEueKPe5t//jUoVVQEMumdMvpH78rkRyykB
GknxOIJxLhjn3LclB33ko+lkRavo1oeyRxW3rQ6lOvIdCvO0fj1W6oSDVG0IqtyC
qufL7vfe4b19yk+0UYXY2EgHnd1n551D2OEuEWmg+hDcVMLRG6B9Ya2R574rysam
j6EcQrSBT89ylkqH2M4cBNkgen1R01QADJg4hRcRDsrZidCgNZhDH5sWFgDVXfR6
/2MUVsXCQp+HeXbBsWcr
=pNPd
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to