Your message dated Tue, 07 Aug 2007 21:32:11 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#406641: fixed in lighttpd 1.4.16-2 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: lighttpd-mod-webdav Version: 1.4.13-9 Severity: normal Tags: patch Hi! IMO a few setup items are missing for the webdav module. Most lighttpd modules ship with a config that can be enabled/disabled using lighty-{enable,disable}-mod, however this does not hold for this package. I have attached a config file that could be used as /etc/lighttpd/conf-available/webdav. Also would it be nice to have a /var/run/lighttpd owned by www-data:www-data so that for example this module can store some runtime information such as locks. I can imagine this dir can be useful for other modules as wel... Kind regards, Paul -- System Information: Debian Release: 4.0 APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (102, 'experimental') Architecture: powerpc (ppc) Shell: /bin/sh linked to /bin/dash Kernel: Linux 2.6.18-3-powerpc Locale: LANG=C, LC_CTYPE=nl_NL.UTF8 (charmap=UTF-8) Versions of packages lighttpd-mod-webdav depends on: ii libc6 2.3.6.ds1-10 GNU C Library: Shared libraries ii libsqlit 3.3.8-1 SQLite 3 shared library ii libuuid1 1.39+1.40-WIP-2006.11.14+dfsg-1 universally unique id library ii libxml2 2.6.27.dfsg-1 GNOME XML library ii lighttpd 1.4.13-9 A fast webserver with minimal memo lighttpd-mod-webdav recommends no packages. -- no debconf information## WebDAV stands for Web-based Distributed Authoring and Versioning. ## The term also refers to the set of extensions to the HTTP protocol that ## the group defined which allows users to collaboratively edit and manage ## files on remote web servers. ## ## Documentation: /usr/share/doc/lighttpd-doc/webdav.txt ## http://trac.lighttpd.net/trac/wiki/Docs%3AModWebDAV server.modules += ( "mod_webdav" ) ## The full path to the file you would like to use as your db file. This ## is required for webdav props and locks. webdav.sqlite-db-name = "/var/run/lighttpd/lighttpd.webdav_lock.db"
--- End Message ---
--- Begin Message ---Source: lighttpd Source-Version: 1.4.16-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: lighttpd-doc_1.4.16-2_all.deb to pool/main/l/lighttpd/lighttpd-doc_1.4.16-2_all.deb lighttpd-mod-cml_1.4.16-2_amd64.deb to pool/main/l/lighttpd/lighttpd-mod-cml_1.4.16-2_amd64.deb lighttpd-mod-magnet_1.4.16-2_amd64.deb to pool/main/l/lighttpd/lighttpd-mod-magnet_1.4.16-2_amd64.deb lighttpd-mod-mysql-vhost_1.4.16-2_amd64.deb to pool/main/l/lighttpd/lighttpd-mod-mysql-vhost_1.4.16-2_amd64.deb lighttpd-mod-trigger-b4-dl_1.4.16-2_amd64.deb to pool/main/l/lighttpd/lighttpd-mod-trigger-b4-dl_1.4.16-2_amd64.deb lighttpd-mod-webdav_1.4.16-2_amd64.deb to pool/main/l/lighttpd/lighttpd-mod-webdav_1.4.16-2_amd64.deb lighttpd_1.4.16-2.dsc to pool/main/l/lighttpd/lighttpd_1.4.16-2.dsc lighttpd_1.4.16-2.tar.gz to pool/main/l/lighttpd/lighttpd_1.4.16-2.tar.gz lighttpd_1.4.16-2_amd64.deb to pool/main/l/lighttpd/lighttpd_1.4.16-2_amd64.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. Pierre Habouzit <[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.7 Date: Fri, 03 Aug 2007 10:06:15 +0200 Source: lighttpd Binary: lighttpd-mod-mysql-vhost lighttpd-mod-cml lighttpd-doc lighttpd-mod-trigger-b4-dl lighttpd lighttpd-mod-webdav lighttpd-mod-magnet Architecture: source amd64 all Version: 1.4.16-2 Distribution: unstable Urgency: low Maintainer: Debian lighttpd maintainers <[EMAIL PROTECTED]> Changed-By: Pierre Habouzit <[EMAIL PROTECTED]> Description: lighttpd - A 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: 401575 406641 407820 419661 419992 435077 435587 Changes: lighttpd (1.4.16-2) unstable; urgency=low . * patches/04_ldap_build_filter_fix.dpatch: add patch from Peter Colberg to fix first LDAP search that fails because of the filter being uninitialized. (closes: #419661) * Enable fam support (closes: #407820): + debian/rules: add --enable-fam configure flag. + debian/control: add libfam-dev to Build-Depends, and also wrap build-dependencies to make diff more understandable. * Enable support for kerberos (with openssl): + debian/rules; add --enable-kerberos5 configure flag. + debian/control: add libkrb5-dev to the Build-Depends. * lighttpd.logrotate: redirect stderr to /dev/null as well to prevent defunct processes (presumably due to full unread pipes/buffers) (closes: #419992). * debian/control: replace lighttpd dependency on perl with libterm-readline-perl-perl as Readline.pm is needed for lighty-enable-mod (closes: #435077). * debian/control: + Add myself to uploaders (closes: #401575). + Drop Recommands on php5-cgi, there is absolutely no reason to have it, or we would have to recommend ruby, python, lua, perl, .... and every $language on earth to be fair. (closes: #435587). * debian/conf-available/10-webdav.conf: add default configuration for webdav. (closes: #406641). * debian/conf-enabled: remove directory, it is already installed through lighttpd.dirs. * lighttpd.postinst, lighttpd.postrm, init.d: be sure there is a /var/run/lighttpd owned by www-data:www-data, helpful to store locks and things like that. Files: e47e8856b9525cadc89290c74f174198 1185 web optional lighttpd_1.4.16-2.dsc 53a99c1ceff2f7176c80fa09d8cdcff7 829602 web optional lighttpd_1.4.16-2.tar.gz 5e4739c4bad151a633c7b6449d777c4b 104252 doc optional lighttpd-doc_1.4.16-2_all.deb b1bd6ce27f49b6163872787d5f0fd3e7 307004 web optional lighttpd_1.4.16-2_amd64.deb 58b2409d75e5e220cc363fe1e999b782 61584 web optional lighttpd-mod-mysql-vhost_1.4.16-2_amd64.deb c741b54a428720ee179010c9d83e4bd1 63206 web optional lighttpd-mod-trigger-b4-dl_1.4.16-2_amd64.deb ffd0edded369efaf9d8573dc80b9e538 66720 web optional lighttpd-mod-cml_1.4.16-2_amd64.deb a4cfdc92acb4110b7e99fc081a9a0d3a 66376 web optional lighttpd-mod-magnet_1.4.16-2_amd64.deb 42775189226248f15966e0cc4a7620e4 73282 web optional lighttpd-mod-webdav_1.4.16-2_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGuN1NvGr7W6HudhwRAoRgAKCK2qDpL9OHY13f65jxqw/2Q0cZVwCfS7c6 KOyNffPoTnbZYLjqbNLTmkg= =jXYU -----END PGP SIGNATURE-----
--- End Message ---

