Your message dated Sun, 03 Apr 2005 13:17:15 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#298486: fixed in websvn 1.61-13
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)
--------------------------------------
Received: (at submit) by bugs.debian.org; 7 Mar 2005 20:24:51 +0000
>From [EMAIL PROTECTED] Mon Mar 07 12:24:51 2005
Return-path: <[EMAIL PROTECTED]>
Received: from openbsd.xs4all.nl (router.cacholong.nl) [80.126.240.96]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1D8OmY-0003em-00; Mon, 07 Mar 2005 12:24:51 -0800
Received: from localhost (localhost [127.0.0.1])
by router.cacholong.nl (Postfix) with ESMTP id 42BA8B6A4
for <[EMAIL PROTECTED]>; Mon, 7 Mar 2005 21:24:48 +0100 (CET)
Received: from router.cacholong.nl ([127.0.0.1])
by localhost (jgc.homeip.net [127.0.0.1]) (amavisd-new, port 10024)
with LMTP id 16380-12; Mon, 7 Mar 2005 21:24:41 +0100 (CET)
Received: from monster.cacholong.nl (unknown [192.168.20.6])
by router.cacholong.nl (Postfix) with ESMTP id 1C32CB63C;
Mon, 7 Mar 2005 21:24:40 +0100 (CET)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Matthijs Mohlmann <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: websvn: fix notice warning
X-Mailer: reportbug 3.8
Date: Mon, 07 Mar 2005 21:24:40 +0100
Message-Id: <[EMAIL PROTECTED]>
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at jgc.homeip.net
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-4.8 required=4.0 tests=BAYES_00,HAS_PACKAGE,
HTML_30_40,HTML_MESSAGE autolearn=no
version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Package: websvn
Severity: normal
Tags: patch
Hi,
I've found this bug in websvn while browsing through it:
Notice: Undefined offset: 1 in /usr/share/websvn/listing.php on line 295
Notice: Undefined offset: 1 in /usr/share/websvn/listing.php on line 295
Here is patch that fixes the issue:
--- listing.php.orig 2005-03-07 21:19:10.000000000 +0100
+++ listing.php 2005-03-07 21:17:04.000000000 +0100
@@ -292,10 +292,10 @@
createDirLinks($rep, $ppath, $passrev, $showchanged);
$vars["curdirloglink"] = "<a
href=\"${logurl}rev=$passrev&sc=$showchanged&isdir=1\">${lang["VIEWLOG"]}</a>";
-$vars["curdircomplink"] = "<a
href=\"${compurl}compare%5B%5D=".urlencode($history[1]["path"])."@".$history[1]["rev"]."&compare%5B%5D=".urlencode($history[0]["path"])."@".$history[0]["rev"]."\">${lang["DIFFPREV"]}</a>";
-if (isset($history[1]))
+if (isset($history[1])) {
+ $vars["curdircomplink"] = "<a
href=\"${compurl}compare%5B%5D=".urlencode($history[1]["path"])."@".$history[1]["rev"]."&compare%5B%5D=".urlencode($history[0]["path"])."@".$history[0]["rev"]."\">${lang["DIFFPREV"]}</a>";
$vars["curdircomplink"] = "<a
href=\"${compurl}compare%5B%5D=".urlencode($history[1]["path"])."@".$history[1]["rev"]."&compare%5B%5D=".urlencode($history[0]["path"])."@".$history[0]["rev"]."\">${lang["DIFFPREV"]}</a>";
-else
+} else
$vars["curdircomplink"] = "";
if ($rep->getHideRss())
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
---------------------------------------
Received: (at 298486-close) by bugs.debian.org; 3 Apr 2005 17:24:15 +0000
>From [EMAIL PROTECTED] Sun Apr 03 10:24:15 2005
Return-path: <[EMAIL PROTECTED]>
Received: from gluck.debian.org [192.25.206.10]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DI8pa-00009s-00; Sun, 03 Apr 2005 10:24:15 -0700
Received: from newraff.debian.org [208.185.25.31] (mail)
by gluck.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DI8pa-0003Qs-00; Sun, 03 Apr 2005 11:24:14 -0600
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DI8ip-00026Y-00; Sun, 03 Apr 2005 13:17:15 -0400
From: Pierre Chifflier <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#298486: fixed in websvn 1.61-13
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 03 Apr 2005 13:17:15 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Source: websvn
Source-Version: 1.61-13
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_1.61-13.diff.gz
to pool/main/w/websvn/websvn_1.61-13.diff.gz
websvn_1.61-13.dsc
to pool/main/w/websvn/websvn_1.61-13.dsc
websvn_1.61-13_all.deb
to pool/main/w/websvn/websvn_1.61-13_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.7
Date: Sun, 3 Apr 2005 17:04:10 +0200
Source: websvn
Binary: websvn
Architecture: source all
Version: 1.61-13
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: 298486 298885 302018 302426
Changes:
websvn (1.61-13) unstable; urgency=low
.
* Corrected grammar error in template (Closes: #302426)
* Applied patch to fix tarballs with spaces (Closes: #302018)
* Applied patch to urlencode repository name (Closes: #298885)
* Applied patch to fix notice warning (Closes: #298486)
Files:
24439f4fb819b7c6e38ed5a0cd56f95e 579 devel optional websvn_1.61-13.dsc
7fa878a535a9fe8f6efe204549a60464 13697 devel optional websvn_1.61-13.diff.gz
9d9b5cf0b5deaa70ccb3f8556c81ffb3 98086 devel optional websvn_1.61-13_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCUCKyw3ao2vG823MRApczAJwMiLApnMeXHe3VV4fkfQUv5LEBvwCeP/IY
Agzze0etr3Z71bPpw1Cfk6Y=
=EscN
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]