Your message dated Sat, 30 Jan 2010 16:05:19 +0000
with message-id <[email protected]>
and subject line Bug#535179: fixed in websvn 2.3.0-1
has caused the Debian Bug report #535179,
regarding websvn: downoad fails for files [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.)
--
535179: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=535179
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: websvn
Version: 2.2.1-1
dl.php calls setDirectoryTimestamp even on files, this causes an error
which stops the file from downloading.
patch attached
Adrian
--
Email: [email protected] -*- GPG key available on public key servers
Debian GNU/Linux - the maintainable distribution -*- www.debian.org
--- dl.php.orig 2009-06-30 13:51:50.000000000 +0100
+++ dl.php 2009-06-30 13:50:10.000000000 +0100
@@ -126,7 +126,9 @@
// Set datetime of exported directory (and subdirectories) to datetime of revision so that every archive is equal
$date = $logEntry->date;
$ts = mktime(substr($date, 11, 2), substr($date, 14, 2), substr($date, 17, 2), substr($date, 5, 2), substr($date, 8, 2), substr($date, 0, 4));
- setDirectoryTimestamp($tmpname.DIRECTORY_SEPARATOR.$arcname, $ts);
+ if (is_dir($tmpname.DIRECTORY_SEPARATOR.$arcname)) {
+ setDirectoryTimestamp($tmpname.DIRECTORY_SEPARATOR.$arcname, $ts);
+ }
// change to temp directory so that only relative paths are stored in tar
chdir($tmpname);
--- End Message ---
--- Begin Message ---
Source: websvn
Source-Version: 2.3.0-1
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.3.0-1.diff.gz
to main/w/websvn/websvn_2.3.0-1.diff.gz
websvn_2.3.0-1.dsc
to main/w/websvn/websvn_2.3.0-1.dsc
websvn_2.3.0-1_all.deb
to main/w/websvn/websvn_2.3.0-1_all.deb
websvn_2.3.0.orig.tar.gz
to main/w/websvn/websvn_2.3.0.orig.tar.gz
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: Sat, 30 Jan 2010 16:27:14 +0100
Source: websvn
Binary: websvn
Architecture: source all
Version: 2.3.0-1
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: 433946 535179 539463 540020 562864
Changes:
websvn (2.3.0-1) unstable; urgency=low
.
* New upstream release (Closes: #562864)
File type is tested before setting timestamp (Closes: #535179, #540020)
If repository does not exist, index page is returned (Closes: #433946)
* Add Russian debconf translation (Closes: #539463)
* Update quilt patches
* Remove feedcreator, removed upstream
* Bump standards version to 3.8.3
Checksums-Sha1:
cd52e1599e02f5dcef9f2520987cc29175c552f1 1014 websvn_2.3.0-1.dsc
0e768ae57aff039f39edf66b713ea0b9c3835be2 753998 websvn_2.3.0.orig.tar.gz
740665ea966b864b91bd584548e65e014e240131 24264 websvn_2.3.0-1.diff.gz
e34917b4cc1b4d172bcaa640ae63bc9c1ee5e1bf 249906 websvn_2.3.0-1_all.deb
Checksums-Sha256:
90358438b664b69e463dbf9c3d2533412f752bb78fd40c9343367bc39b7f1322 1014
websvn_2.3.0-1.dsc
d9813c80868f7fb468b4a1226fd74cdad1c5a595723d2714de6c9d8108d73d5a 753998
websvn_2.3.0.orig.tar.gz
af11b75e8789544118416a7ef0751db8d1d7753322e891ba594d31ce2aae577d 24264
websvn_2.3.0-1.diff.gz
f48861ac4afefdc40ef0add08a085b7fdefb8f01509a4c22eede918ac8e01068 249906
websvn_2.3.0-1_all.deb
Files:
2f4184d5371998cc8b207bf10594811d 1014 devel optional websvn_2.3.0-1.dsc
189176efa18a245751b3b4404e3d8ca6 753998 devel optional websvn_2.3.0.orig.tar.gz
8cae8bd52b6a1520f2ef3139d2b89828 24264 devel optional websvn_2.3.0-1.diff.gz
78b9ddfbc914b0d34227b55934f0cdf5 249906 devel optional websvn_2.3.0-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iD8DBQFLZFBftwVrWo1fQMsRApz0AKDOUw5J3Roz4PlGH2Jn4ra4m/CvRgCfbThX
Aml5yDS7QAmpnXhsS64uBfM=
=8Eut
-----END PGP SIGNATURE-----
--- End Message ---