Your message dated Thu, 27 Jan 2005 12:02:12 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#289803: fixed in cvsps 2.0rc1-5
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; 11 Jan 2005 05:48:38 +0000
>From [EMAIL PROTECTED] Mon Jan 10 21:48:38 2005
Return-path: <[EMAIL PROTECTED]>
Received: from pfepa.post.tele.dk [195.41.46.235] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CoEtS-0005Ir-00; Mon, 10 Jan 2005 21:48:38 -0800
Received: from kanon.i9.dk (0x50a169e9.boanxx13.adsl-dhcp.tele.dk 
[80.161.105.233])
        by pfepa.post.tele.dk (Postfix) with ESMTP id 8BCAF47FE81;
        Tue, 11 Jan 2005 06:48:36 +0100 (CET)
Received: from kim by kanon.i9.dk with local (Exim 4.34)
        id 1CoEtP-00013g-1v; Tue, 11 Jan 2005 06:48:35 +0100
Content-Type: multipart/mixed; boundary="===============0492810655=="
MIME-Version: 1.0
From: Kim Hansen <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: cvsps: Uninitialized tm.tm_isdst
X-Mailer: reportbug 3.5
Date: Tue, 11 Jan 2005 06:48:34 +0100
Message-Id: <[EMAIL PROTECTED]>
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

This is a multi-part MIME message sent by reportbug.

--===============0492810655==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: cvsps
Version: 2.0rc1-4
Severity: normal
Tags: patch


The tm_isdst field in convert_date() is not initalized, it causes some
of the times to be calculated with daylight saving time and others
without. This causes patches to be ordered wrong and patchsets to be
broken apart. This bug could be the same as #267910.

I have marked this bug grave as it causes dataloss together with
cvs2darcs because of the wrongly ordered patches.

The initialization "tm.tm_isdst = 0;" should be added at line 188 of
util.c.

Regards, 
Kim Hansen
    
-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (700, 'unstable')
Architecture: i386 (i586)
Kernel: Linux 2.4.21-pre4
Locale: LANG=C, LC_CTYPE=da_DK (charmap=ISO-8859-1)

Versions of packages cvsps depends on:
ii  cvs                         1:1.12.9-9   Concurrent Versions System
ii  libc6                       2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  zlib1g                      1:1.2.2-4    compression library - runtime

-- no debconf information

--===============0492810655==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="tm_isdst.patch"

--- util.c.orig 2005-01-11 06:47:29.000000000 +0100
+++ util.c      2005-01-11 06:47:20.000000000 +0100
@@ -185,6 +185,7 @@
 
        tm.tm_year -= 1900;
        tm.tm_mon--;
+       tm.tm_isdst = 0;
        
        *t = mktime(&tm);
     }

--===============0492810655==--

---------------------------------------
Received: (at 289803-close) by bugs.debian.org; 27 Jan 2005 17:05:41 +0000
>From [EMAIL PROTECTED] Thu Jan 27 09:05:41 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CuD5Q-0006RG-00; Thu, 27 Jan 2005 09:05:40 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1CuD24-0004Fy-00; Thu, 27 Jan 2005 12:02:12 -0500
From: Marcus Crafter <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#289803: fixed in cvsps 2.0rc1-5
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 27 Jan 2005 12:02:12 -0500
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: 
X-CrossAssassin-Score: 2

Source: cvsps
Source-Version: 2.0rc1-5

We believe that the bug you reported is fixed in the latest version of
cvsps, which is due to be installed in the Debian FTP archive:

cvsps_2.0rc1-5.diff.gz
  to pool/main/c/cvsps/cvsps_2.0rc1-5.diff.gz
cvsps_2.0rc1-5.dsc
  to pool/main/c/cvsps/cvsps_2.0rc1-5.dsc
cvsps_2.0rc1-5_i386.deb
  to pool/main/c/cvsps/cvsps_2.0rc1-5_i386.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.
Marcus Crafter <[EMAIL PROTECTED]> (supplier of updated cvsps 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: Thu, 27 Jan 2005 17:47:58 +0100
Source: cvsps
Binary: cvsps
Architecture: source i386
Version: 2.0rc1-5
Distribution: unstable
Urgency: low
Maintainer: Marcus Crafter <[EMAIL PROTECTED]>
Changed-By: Marcus Crafter <[EMAIL PROTECTED]>
Description: 
 cvsps      - Tool to generate CVS patch set information
Closes: 267910 289803
Changes: 
 cvsps (2.0rc1-5) unstable; urgency=low
 .
   * Applied patch from Kim Hansen to fix time calculation bug
   * Applied cvs output parsing error from upstream
     (closes: #289803, #267910)
Files: 
 b249a27620dfca0a152793d0e84278d4 572 devel optional cvsps_2.0rc1-5.dsc
 8c440719d3b61d58e28922e178be8c29 7750 devel optional cvsps_2.0rc1-5.diff.gz
 8647821e3c1cb2bd53453e704bfacac5 44484 devel optional cvsps_2.0rc1-5_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFB+RxEOU0v48TFe0IRAoIZAJ9Z65SD7CycG9xOghxJRUd6Xj1tggCgvq8W
7BJYoEFUnfsyVVs0Q5ydMLw=
=5FxP
-----END PGP SIGNATURE-----


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

Reply via email to