Your message dated Wed, 21 Nov 2012 14:48:38 +0000
with message-id <[email protected]>
and subject line Bug#676641: fixed in lighttpd 1.4.31-3
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-3
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: Wed, 21 Nov 2012 14:42:32 +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-3
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-3) 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:
822dab12b40bcdb5067f6bfc1638a7f3dab9fa29 2658 lighttpd_1.4.31-3.dsc
a8a501234c1b986382ded51270adda176673dab2 27899 lighttpd_1.4.31-3.debian.tar.gz
8e1c7f518db264ce403d19187eaf8de597a80a35 301852 lighttpd_1.4.31-3_amd64.deb
82a2b295284c0df40d5f17164426ee4b6e052f13 63514 lighttpd-doc_1.4.31-3_all.deb
134b3cd6719fb97f2c7c3e3a64aa30bfce97db47 19608
lighttpd-mod-mysql-vhost_1.4.31-3_amd64.deb
7717be6123e3a293dfe2ff47815572c030114774 21052
lighttpd-mod-trigger-b4-dl_1.4.31-3_amd64.deb
bed44af1d49995fdc275edc61046487c62a91ce7 24422
lighttpd-mod-cml_1.4.31-3_amd64.deb
5327c0386bae259313919435c79616c738ffb1b5 25582
lighttpd-mod-magnet_1.4.31-3_amd64.deb
88ec5473ffcd22b099e2a7cfb790b69961970162 31840
lighttpd-mod-webdav_1.4.31-3_amd64.deb
Checksums-Sha256:
a831a047932adaf381cd374ad2e8690855cf266c7f6308849d374e16e6887d6b 2658
lighttpd_1.4.31-3.dsc
14dbcc4ebf904b116dbf04b19962da99b2996f91ea87463631df19df5a5e61ce 27899
lighttpd_1.4.31-3.debian.tar.gz
c46fc18ee8656ece18b33d15658144fe494412505887eac084b61bdca23b51ac 301852
lighttpd_1.4.31-3_amd64.deb
35b1aacebbdbfd2bc22d20d8cee8a0320d833f6d11874eab6cd0cfabe26143b9 63514
lighttpd-doc_1.4.31-3_all.deb
b4f1e82430e06896c4ad3a2673dc37252b436c0532179e9e933160dfe7e5256d 19608
lighttpd-mod-mysql-vhost_1.4.31-3_amd64.deb
4b341df4f6fedec83f70595edbf1f7d927f6cdd62214bfa4affc7544b80e24f3 21052
lighttpd-mod-trigger-b4-dl_1.4.31-3_amd64.deb
a35bd81b329fa8c935bf96c3849842dea2c07f55f43e98f5ff2539996f464afd 24422
lighttpd-mod-cml_1.4.31-3_amd64.deb
5553aeb9adf55180f0c20ed118195c932d586752ee5f1291b3bdaf24c29cf211 25582
lighttpd-mod-magnet_1.4.31-3_amd64.deb
1babf665a754a6f07cb2ea46a7294455a8d7e349ca25e22776f2687afa580b56 31840
lighttpd-mod-webdav_1.4.31-3_amd64.deb
Files:
3c75d252f8038e475947f4e6e2afc1b5 2658 httpd optional lighttpd_1.4.31-3.dsc
10613f82437cbe87ef60286c1df1b48c 27899 httpd optional
lighttpd_1.4.31-3.debian.tar.gz
75103c66f973ea9e5666bd9db11827cb 301852 httpd optional
lighttpd_1.4.31-3_amd64.deb
b11c62b45da95313f517ec47d9bd8bbe 63514 doc optional
lighttpd-doc_1.4.31-3_all.deb
92ff361470a699ca9bda1486d6e23da6 19608 httpd optional
lighttpd-mod-mysql-vhost_1.4.31-3_amd64.deb
7de627b34033ed9bb66474f1bdd851ef 21052 httpd optional
lighttpd-mod-trigger-b4-dl_1.4.31-3_amd64.deb
2fbe6fe8da504405cb14279700e2b185 24422 httpd optional
lighttpd-mod-cml_1.4.31-3_amd64.deb
36e326c1354d70818a7d61db4f8c9bd4 25582 httpd optional
lighttpd-mod-magnet_1.4.31-3_amd64.deb
5554f5edb320a9ca1077819e2e6946f7 31840 httpd optional
lighttpd-mod-webdav_1.4.31-3_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBAgAGBQJQrN7GAAoJEMcrUe6dgPNtT2sP/2u++TG2TlkoansuX1cVyeQM
uCWOQuiJSHI6I+7i0odYlWD9jTdshN9lj+boBco6Er+Fkex09aSrmtuJBKt6IHn6
HRSxD7OxbCvZlK7w34ZGhxQmqsEq+26wUE0v2bJkYfDE3pKnNnh5IPe8lJW8e1Ix
Tpv1cblA0G+wvEWjQcbqmUEZylLnMsZ6wwsHMk8hV3x2trOxteQim226boRhQXYA
gJ5RRSUJGPw+x8Dlek6eSbtXb9ZigcDm5IMGNfHhBRgGvD7j3q92FeV2xpsobEk9
ckYKsv1qC9DC4fefQeMyd64lxdB++IiyOPimoltmx9aTNWOI+oVGSL/3rJiPZu+q
gEWOd2ji4KCTMKITMgNWWxH+tYs7CjSc0WrHbwOjg1UV6vAFJszjke26FZrgRZwW
smnAOsg0TCazSF5oWCPtoXh2zfpl8IrfhIQWJkPrC9n2S0GGM+1s2WL847beY6Vb
DRMly8g72Wn6wgn+GS6/Er3291og0d060EqbyzHXksw2InGECDHNLGOmmdwp6d4q
de8ODgoNeRe8RGln+V8PIJB12Sz5nGPkL+PJLy3nTCiF5Ek/kPi3LU6a6RDnHaQq
XxGtznTPkt5pE2m9sko7Dg6czf6vPgbMT032oIqcGeQiBo/Y8sl5wO+Iwxgh4cIK
Nh5eHYZEErYkCzLJpib7
=9+nW
-----END PGP SIGNATURE-----
--- End Message ---