Your message dated Sat, 19 Nov 2005 14:02:59 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#333893: fixed in sng 1.0.2-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; 14 Oct 2005 10:19:50 +0000
>From [EMAIL PROTECTED] Fri Oct 14 03:19:50 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mail.metronet.co.uk [213.162.97.75] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EQMfG-0006Wy-00; Fri, 14 Oct 2005 03:19:50 -0700
Received: from tollcross.aaroncrane.co.uk (tollcross.aaroncrane.co.uk 
[84.51.130.212])
        by smtp.metronet.co.uk (MetroNet Mail) with ESMTP id C198240C0B9
        for <[EMAIL PROTECTED]>; Fri, 14 Oct 2005 11:19:41 +0100 (BST)
Received: from aaron by tollcross.aaroncrane.co.uk with local (Exim 4.34)
        id 1EQMfE-0001QR-EK
        for [EMAIL PROTECTED]; Fri, 14 Oct 2005 11:19:48 +0100
Date: Fri, 14 Oct 2005 11:19:48 +0100
From: Aaron Crane <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: fails with multiple .sng files on the command line
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="Qxx1br4bt0+wmkIi"
Content-Disposition: inline
User-Agent: Mutt/1.5.6+20040907i
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-Level: 
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


--Qxx1br4bt0+wmkIi
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Package: sng
Version: 1.0.2-3
Severity: normal
Tags: patch

When given multiple .sng files on the command line, sng will successfully
compile the first one, but subsequent files produce the error message
"illegal repeated chunk" for the first (IHDR) chunk in the file.  sng is
treating the previous file's IHDR chunk as the previous occurrence of this
chunk.

Fix: reset every chunk's seen-count when processing each file.  Patch
attached.


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (50, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages sng depends on:
ii  libc6                       2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libpng12-0                  1.2.8rel-1   PNG library - runtime
ii  zlib1g                      1:1.2.2-4    compression library - runtime

-- no debconf information

-- 
Aaron Crane

--Qxx1br4bt0+wmkIi
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="sngc_multiple.diff"

--- sngc.c.orig 2003-11-15 19:40:22.000000000 +0000
+++ sngc.c      2005-10-14 10:54:55.494052742 +0100
@@ -1769,6 +1769,16 @@
 
     write_transform_options = PNG_TRANSFORM_IDENTITY;
 
+    /* initialize per-input-file chunk properties */
+    {
+       chunkprops *pp;
+
+       for (pp = properties;
+                pp < properties + sizeof(properties)/sizeof(chunkprops);
+                pp++)
+           pp->count = 0;
+    }
+
     /* interpret the following chunk specifications */
     prevchunk = NONE;
     while (get_token())

--Qxx1br4bt0+wmkIi--

---------------------------------------
Received: (at 333893-close) by bugs.debian.org; 19 Nov 2005 22:12:10 +0000
>From [EMAIL PROTECTED] Sat Nov 19 14:12:09 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
        id 1EdanT-00073U-AZ; Sat, 19 Nov 2005 14:02:59 -0800
From: [EMAIL PROTECTED] (Wesley J. Landaker)
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#333893: fixed in sng 1.0.2-4
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 19 Nov 2005 14:02:59 -0800
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: sng
Source-Version: 1.0.2-4

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

sng_1.0.2-4.diff.gz
  to pool/main/s/sng/sng_1.0.2-4.diff.gz
sng_1.0.2-4.dsc
  to pool/main/s/sng/sng_1.0.2-4.dsc
sng_1.0.2-4_i386.deb
  to pool/main/s/sng/sng_1.0.2-4_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.
Wesley J. Landaker <[EMAIL PROTECTED]> (supplier of updated sng 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: Sat, 19 Nov 2005 14:13:19 -0700
Source: sng
Binary: sng
Architecture: source i386
Version: 1.0.2-4
Distribution: unstable
Urgency: low
Maintainer: Wesley J. Landaker <[EMAIL PROTECTED]>
Changed-By: Wesley J. Landaker <[EMAIL PROTECTED]>
Description: 
 sng        - a specialized markup language for representing PNG contents
Closes: 333893 339889
Changes: 
 sng (1.0.2-4) unstable; urgency=low
 .
   * Applied sngc_multiple.diff (closes: #333893)
     - Thanks to Aaron Crane <[EMAIL PROTECTED]>
   * Work around bug in libpng (closes: #339889)
   * Updated to Standards-Version 3.6.2
   * Fix stray '-'s in man page.
Files: 
 d2e82b0bf05080cd7e8d6fe29644395c 580 graphics optional sng_1.0.2-4.dsc
 5a8e9ae17591063d36d3e705833680e5 60139 graphics optional sng_1.0.2-4.diff.gz
 d7da7b1a8963df1836585c119e7f2aee 34686 graphics optional sng_1.0.2-4_i386.deb

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

iD8DBQFDf5gl8KmKTEzW49IRAhd+AJ9gi40Un8PWilAAFHsCBmtOHpxKHwCfU7LK
U8ALjzU2/fb3XmYHTEQvvJQ=
=5D/j
-----END PGP SIGNATURE-----


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

Reply via email to