Your message dated Mon, 29 Jun 2009 19:03:21 +0000
with message-id <[email protected]>
and subject line Bug#534253: fixed in websvn 2.2.1-2
has caused the Debian Bug report #534253,
regarding websvn: setEnscriptPath logs to apache (patch)
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.)
--
534253: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=534253
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: websvn
Version: 2.2.1-1
setEnscriptPath needs a slight change as it removes the "-q" option
set by default.
The Debian install uses this by default and so you get this problem
out of the box.
You then end up with "output left in -" printed to apache error log as
a result.
Patch attached.
Adrian
--
Email: [email protected] -*- GPG key available on public key servers
Debian GNU/Linux - the maintainable distribution -*- www.debian.org
# diff -u include/configclass.php.orig include/configclass.php
--- include/configclass.php.orig 2009-06-22 15:51:36.000000000
+0100
+++ include/configclass.php 2009-06-22 15:51:13.000000000 +0100
@@ -1096,7 +1096,7 @@
// Define the location of the enscript command
function setEnscriptPath($path) {
- $this->setPath($this->enscript, $path, "enscript");
+ $this->setPath($this->enscript, $path, "enscript", "-q");
}
function getEnscriptCommand() {
--- End Message ---
--- Begin Message ---
Source: websvn
Source-Version: 2.2.1-2
We believe that the bug you reported is fixed in the latest version of
websvn, which is due to be installed in the Debian FTP archive:
websvn_2.2.1-2.diff.gz
to pool/main/w/websvn/websvn_2.2.1-2.diff.gz
websvn_2.2.1-2.dsc
to pool/main/w/websvn/websvn_2.2.1-2.dsc
websvn_2.2.1-2_all.deb
to pool/main/w/websvn/websvn_2.2.1-2_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.
Pierre Chifflier <[email protected]> (supplier of updated websvn 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: Mon, 29 Jun 2009 20:53:45 +0200
Source: websvn
Binary: websvn
Architecture: source all
Version: 2.2.1-2
Distribution: unstable
Urgency: low
Maintainer: Pierre Chifflier <[email protected]>
Changed-By: Pierre Chifflier <[email protected]>
Description:
websvn - interface for Subversion repositories written in PHP
Closes: 534253
Changes:
websvn (2.2.1-2) unstable; urgency=low
.
* 23_make_enscript_quiet.patch:
Add -q option to enscript to make sure no log goes to apache
Thanks to Adrian Bridgett (Closes: #534253)
* Bump standards version to 3.8.2
Checksums-Sha1:
3201bb1e3d1dce6a70ef9493a9f8001547f1ef5d 1013 websvn_2.2.1-2.dsc
65b1154f233d136219dffef39334dc7f5ee39891 22833 websvn_2.2.1-2.diff.gz
51377c1114f63d8d02d83e91056443b25a45121c 208622 websvn_2.2.1-2_all.deb
Checksums-Sha256:
861e10e5309aef2fae851da9da2b5071ae177c49ab0e86f2a77a679877e5ba9e 1013
websvn_2.2.1-2.dsc
53d086c4c86e8225b98034a2be0232e421ef755a78ea62ce8b673cef698fa881 22833
websvn_2.2.1-2.diff.gz
98034351f25bde136a02a23c49db14daa2595cbd2c4ba6ec1a02bbd04e156280 208622
websvn_2.2.1-2_all.deb
Files:
d5f3f4fa934cf7fc7a930a5e9f9b03af 1013 devel optional websvn_2.2.1-2.dsc
ded314d917de85aba95dead3b308b386 22833 devel optional websvn_2.2.1-2.diff.gz
9814550ff1cee709c55ccc75282d48d6 208622 devel optional websvn_2.2.1-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iD8DBQFKSQ4+twVrWo1fQMsRAo0ZAJ49IypCL2z4zm7CQQ4azLQJ4vGqaQCg4D8R
NUVfI20whkoQpHeetw0a9Sc=
=eEqL
-----END PGP SIGNATURE-----
--- End Message ---