Your message dated Mon, 16 Aug 2010 02:47:14 +0000
with message-id <[email protected]>
and subject line Bug#592653: fixed in dokuwiki 0.0.20091225c-8
has caused the Debian Bug report #592653,
regarding dokuwiki: plugins directory not writeable by the web server,
regardless of the debconf choice
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.)
--
592653: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=592653
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dokuwiki
Version: 0.0.20091225c-7
Severity: normal
Tags: patch
Hello myself,
Due to a mistake in the postinst, the plugins directory stays root:root even if
the user chose to allow write access from the web server in order to install
plugins from the web interface.
It is on a dpkg-statoverride invokation. As in the attached patch:
if ! dpkg-statoverride --list /var/lib/dokuwiki/plugins >/dev/null 2>&1;
then
dpkg-statoverride --update --add root www-data 0775
/var/lib/dokuwiki/plugins
should be replaced by:
if ! dpkg-statoverride --list /var/lib/dokuwiki/lib/plugins >/dev/null
2>&1; then
dpkg-statoverride --update --add root www-data 0775
/var/lib/dokuwiki/lib/plugins
Regards,
--
Tanguy
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'stable'), (50, 'unstable'), (1,
'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-trunk-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages dokuwiki depends on:
ii debconf [debconf-2.0] 1.5.33 Debian configuration management sy
ii libphp-simplepie 1.2-1 RSS and Atom feed parsing in PHP
ii php-geshi 1.0.8.4-1 Generic Syntax Highlighter
ii php5 5.3.2-1 server-side, HTML-embedded scripti
ii ucf 3.0025 Update Configuration File: preserv
Versions of packages dokuwiki recommends:
ii imagemagick 8:6.6.0.4-2.1 image manipulation programs
ii php5-cli 5.3.2-1 command-line interpreter for the p
ii php5-gd 5.3.2-1 GD module for php5
dokuwiki suggests no packages.
-- debconf information:
* dokuwiki/system/configure-webserver: apache2
* dokuwiki/system/restart-webserver: true
* dokuwiki/wiki/policy: public
* dokuwiki/system/writeplugins: true
* dokuwiki/wiki/fullname: DokuWiki Administrator
* dokuwiki/system/documentroot: /dokuwiki
* dokuwiki/system/accessible: localhost only
* dokuwiki/wiki/title: Debian DokuWiki
dokuwiki/system/localnet: 10.0.0.0/24
* dokuwiki/wiki/superuser: admin
* dokuwiki/wiki/email: webmas...@localhost
dokuwiki/wiki/failpass:
* dokuwiki/wiki/acl: true
* dokuwiki/system/writeconf: true
* dokuwiki/system/purgepages: true
--
Tanguy Ortolo
--- postinst.old 2010-08-11 21:23:04.942155020 +0200
+++ postinst 2010-08-11 21:23:52.402147957 +0200
@@ -137,8 +137,8 @@
fi
db_get dokuwiki/system/writeplugins
if [ "$RET" = "true" ]; then
- if ! dpkg-statoverride --list /var/lib/dokuwiki/plugins >/dev/null 2>&1; then
- dpkg-statoverride --update --add root www-data 0775 /var/lib/dokuwiki/plugins
+ if ! dpkg-statoverride --list /var/lib/dokuwiki/lib/plugins >/dev/null 2>&1; then
+ dpkg-statoverride --update --add root www-data 0775 /var/lib/dokuwiki/lib/plugins
fi
fi
}
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: dokuwiki
Source-Version: 0.0.20091225c-8
We believe that the bug you reported is fixed in the latest version of
dokuwiki, which is due to be installed in the Debian FTP archive:
dokuwiki_0.0.20091225c-8.debian.tar.gz
to main/d/dokuwiki/dokuwiki_0.0.20091225c-8.debian.tar.gz
dokuwiki_0.0.20091225c-8.dsc
to main/d/dokuwiki/dokuwiki_0.0.20091225c-8.dsc
dokuwiki_0.0.20091225c-8_all.deb
to main/d/dokuwiki/dokuwiki_0.0.20091225c-8_all.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.
[email protected] (supplier of updated dokuwiki 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: SHA256
Format: 1.8
Date: Fri, 13 Aug 2010 22:28:17 +0200
Source: dokuwiki
Binary: dokuwiki
Architecture: source all
Version: 0.0.20091225c-8
Distribution: unstable
Urgency: low
Maintainer: Tanguy Ortolo <[email protected]>
Changed-By: [email protected]
Description:
dokuwiki - standards compliant simple to use wiki
Closes: 592593 592651 592653 592656
Changes:
dokuwiki (0.0.20091225c-8) unstable; urgency=low
.
* debian/rules: remove lib/exe/multipleUpload.swf from binary package, as it
cannot be built from source, violating the Policy. (Closes: #592593)
* debian/NEWS: document that removal and how to get
lib/exe/multipleUpload.swf from the upstream distribution.
* debian/postinst: correct wrong plugin path
+ in the dpkg-statoverride. (Closes: #592653)
+ in the symlink creation. (Closes: #592656)
* debian/po/de.po: debconf template translation update
+ German, thanks to Holger Wansing. (Closes: #592651)
* debian/copyright: explicited the license of lib/_fla/* (the Flash-base
multiple upload applet).
Checksums-Sha1:
bf45849dcc86e9807394b5f62154028ac5092f05 1914 dokuwiki_0.0.20091225c-8.dsc
b5c558601a2c8ecb65206b72cdd096772aa1561f 66867
dokuwiki_0.0.20091225c-8.debian.tar.gz
60667d4426f4b7ef7ccbdb978fc4accf4c3c42ef 1527394
dokuwiki_0.0.20091225c-8_all.deb
Checksums-Sha256:
8128082a189d6695fe43ff1a2cda5619c499e94c733a620c73e18c567d8e0c70 1914
dokuwiki_0.0.20091225c-8.dsc
b43c06319cb8e6485746b794bb7e2329b97bb54bdfe7d150927501c4a1f0a11c 66867
dokuwiki_0.0.20091225c-8.debian.tar.gz
4ecbfd2587bd8d9e5caf84984b5481298f37a5ae4847189c955576627d898753 1527394
dokuwiki_0.0.20091225c-8_all.deb
Files:
f35ceb1d1f33d2a091cd7183b9e62829 1914 web optional dokuwiki_0.0.20091225c-8.dsc
554478bb32d3fcb7518dd05d39b0f0ce 66867 web optional
dokuwiki_0.0.20091225c-8.debian.tar.gz
bb2bd9499af88616828e664160937ca8 1527394 web optional
dokuwiki_0.0.20091225c-8_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQIcBAEBCAAGBQJMaKR+AAoJEAsA+2zr4tACK6cQAL85JnaynCkCUXCnWP6IWbSX
rXLdNvv8/ARA5u4mRLU8lYPeJFQKrVG5pcn7E31107/m8b4KVO/VKXo8zYk/6Rwb
I8h558iwddptUOlB0PU2OF1OBKtk/RE95w+hz0EN3wkqZHWRzJn99X83V4HPkn6a
hm+4U2QW1EwEO7RM4nPRLmk6UIs8xBbuXnuNvspCs4QDyTOD1k+KMtZR6faeyEur
kfwtYk9Dt2RLATCU6JLbsvAIdjFRhS25s3rktOoeA3heSY/sPNDlaepKJIjLrebA
US3QbQE6LVyaJDa1rlaB+eVF7iVKbNdJkJcZH/1Ii+FjjNTyN4mRtUXG3dkzBvvh
PGsNqgfApQGQlPT/bQKJcBmq4wl8As+l3lfbRjCeLFNk4eODJm0PUhFz/HKqExuZ
3mohO8Q5UjpbuiJTufJdTw9GGaUAO9Yp4jT2kNbTCVorTIhk5BFaEDyB8j95DOQX
WkvUfafWxdZKp0M+DVtmdn6SP/9OVPk5rDuzEhSDiNIP+jk4YjowSOvsPDsKkjT9
GoPVySNCHMu1ZUdE232HtVht6I+j9WdCHwzRu9IJvvf4IyJboDbUieRJLkQD1xWw
/JmN+P5pAXBTXEwiI5+hNF7TQ9FRFPdAgLCwfMxS3gTzuip1nsKaKVx06mfqJQbW
nkjS4qin4RN3aVU7vUxe
=2ml6
-----END PGP SIGNATURE-----
--- End Message ---