Your message dated Fri, 23 Dec 2005 14:17:06 -0800
with message-id <[EMAIL PROTECTED]>
and subject line This was fixed in 1.3+cvs20030317-4
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; 10 Mar 2004 02:06:08 +0000
>From [EMAIL PROTECTED] Tue Mar 09 18:06:08 2004
Return-path: <[EMAIL PROTECTED]>
Received: from dilbert.solnet.co.nz (wlcv0) [203.97.83.99] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1B0t6j-0000wK-00; Tue, 09 Mar 2004 18:06:05 -0800
Received: from andrewl by wlcv0 with local (Exim 3.35 #1 (Debian))
        id 1B0t69-0005f0-00; Wed, 10 Mar 2004 15:05:29 +1300
From: Andy Lynch <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: bonsai: dolog.pl has  a syntax error at line 974 (an extra semicolon).
X-Mailer: reportbug 1.50
Date: Wed, 10 Mar 2004 15:05:29 +1300
Message-Id: <[EMAIL PROTECTED]>
Sender: Andy Lynch <[EMAIL PROTECTED]>
X-BadReturnPath: [EMAIL PROTECTED] rewritten as [EMAIL PROTECTED]
  using "From" header
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_08 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0 tests=HAS_PACKAGE autolearn=no 
        version=2.60-bugs.debian.org_2004_03_08
X-Spam-Level: 

Package: bonsai
Version: 1.3+cvs20020224-1woody1
Severity: grave
Tags: patch patch
Justification: renders package unusable



-- System Information
Debian Release: 3.0
Architecture: sparc
Kernel: Linux wlcv0 2.4.24 #1 Thu Feb 5 11:12:18 NZDT 2004 sparc64
Locale: LANG=C, LC_CTYPE=C

Versions of packages bonsai depends on:
ii  cvs                     1.11.1p1debian-9 Concurrent Versions System
ii  cvsgraph                1.1.2-4          Create a tree of revisions/branche
ii  debconf                 1.0.32           Debian configuration management sy
ii  exim                    3.35-1woody2     An MTA (Mail Transport Agent)
ii  exim [mail-transport-ag 3.35-1woody2     An MTA (Mail Transport Agent)
ii  libc6                   2.2.5-11.5       GNU C Library: Shared libraries an
ii  libdbd-mysql-perl       1.2216-2         mySQL database interface for Perl
ii  libmailtools-perl       1.44-1woody2     Manipulate email in perl programs
ii  libtimedate-perl        1.11-1           Time and date functions for perl.
ii  lxr                     0.3-3            Linux Cross-Reference
ii  rcs                     5.7-13           The GNU Revision Control System

diff -c ~/tmp/globals.pl  /usr/share/bonsai/lib/globals.pl
*** /home/andrewl/tmp/globals.pl        Wed Mar 10 14:55:53 2004
--- /usr/share/bonsai/lib/globals.pl    Wed Mar 10 14:57:11 2004
***************
*** 970,976 ****
       my ($password, $encoded) = @_;
   
       my $correct = trim(`cat $var_dir/data/passwd`);
!      $encoded = crypt($::FORM{'newpassword'}, "aa");
            unless ($encoded);
   
       unless ($correct eq $encoded) {
--- 970,976 ----
       my ($password, $encoded) = @_;
   
       my $correct = trim(`cat $var_dir/data/passwd`);
!      $encoded = crypt($::FORM{'newpassword'}, "aa")
            unless ($encoded);
   
       unless ($correct eq $encoded) {



---------------------------------------
Received: (at 237156-done) by bugs.debian.org; 23 Dec 2005 22:17:10 +0000
>From [EMAIL PROTECTED] Fri Dec 23 14:17:10 2005
Return-path: <[EMAIL PROTECTED]>
Received: from rzlab.ucr.edu ([138.23.92.77] helo=epsilon.donarmstrong.com)
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1EpvDq-0007ZM-5n
        for [EMAIL PROTECTED]; Fri, 23 Dec 2005 14:17:10 -0800
Received: from epsilon.donarmstrong.com (localhost [127.0.0.1])
        by epsilon.donarmstrong.com (8.13.4/8.13.4/Debian-3) with ESMTP id 
jBNMH9s9002069
        for <[EMAIL PROTECTED]>; Fri, 23 Dec 2005 14:17:09 -0800
Received: (from [EMAIL PROTECTED])
        by epsilon.donarmstrong.com (8.13.4/8.13.4/Submit) id jBNMH9C8002068
        for [EMAIL PROTECTED]; Fri, 23 Dec 2005 14:17:09 -0800
Received: (nullmailer pid 28005 invoked by uid 1000);
        Fri, 23 Dec 2005 22:17:06 -0000
Date: Fri, 23 Dec 2005 14:17:06 -0800
From: Don Armstrong <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: This was fixed in 1.3+cvs20030317-4
Message-ID: <[EMAIL PROTECTED]>
Mail-Followup-To: [EMAIL PROTECTED]
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
User-Agent: Mutt/1.5.11
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-Level: 
X-Spam-Status: No, hits=-1.5 required=4.0 tests=BAYES_00,HTML_MESSAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Version: 1.3+cvs20030317-4

bonsai (1.3+cvs20030317-4) unstable; urgency=3Dmedium

  * Fix an ugly typo in global.pl
  * Re-add cvslog.cgi that had mysteriously disappeared
  * Remove config.log

 -- R=E9mi Perrot <[EMAIL PROTECTED]>  Thu, 10 Apr 2003 23:37:18 +0200


    972      my $encoded =3D crypt($password, $correct);
    973=20
    974      unless ($correct eq $encoded) {
    975           print "<TITLE>Bzzzzt!</TITLE>
    976=20


Don Armstrong

--=20
"There are two major products that come out of Berkeley: LSD and UNIX.
We don't believe this to be a coincidence."
 -- Jeremy S. Anderson

http://www.donarmstrong.com              http://rzlab.ucr.edu


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to