Your message dated Mon, 27 Nov 2006 20:32:06 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#400581: fixed in kaya 0.2.0-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)

--- Begin Message ---
Package: kaya
Version: 0.2.0-4
Severity: important
Tags: patch


Kaya 0.2.2 released yesterday fixes an important bug in the UTF-8
reading code, which causes multi-byte characters to be omitted.
Since it doesn't seem like a new upstream release is appropriate
at this time of the release cycle, here's a minimal patch that fixes
it in 0.2.0

Thanks

--- VM.cc.current       2006-11-27 11:52:03.000000000 +0000
+++ VM.cc       2006-11-27 11:52:32.000000000 +0000
@@ -450,7 +450,7 @@
   // assume it's all single-byte for memory allocation. It usually will be.
   wchar_t* dest = (wchar_t*)GC_MALLOC_ATOMIC(sizeof(wchar_t)*(inlen+1));  
   while (cpos < inlen) {
-    int first = (int)utf8[cpos];
+    unsigned char first = (unsigned char)utf8[cpos];
     if (first < 128) {
       // single byte character
       dest[dpos++] = (wchar_t)first;

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.27
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages kaya depends on:
ii  g++-4.1                   4.1.1-16       The GNU C++ compiler
ii  libc6                     2.3.6.ds1-6    GNU C Library: Shared libraries
ii  libgc-dev                 1:6.8-1        conservative garbage collector for
ii  libgc1c2                  1:6.8-1        conservative garbage collector for
ii  libgcc1                   1:4.1.1-16     GCC support library
ii  libgcrypt11-dev [libgcryp 1.2.3-2        LGPL Crypto library - development 
ii  libgmp3c2                 2:4.2.1+dfsg-4 Multiprecision arithmetic library
ii  libgnutls-dev             1.4.4-2        the GNU TLS library - development 
ii  libncurses5-dev           5.5-4          Developer's libraries and docs for
ii  libpcre3                  6.7-1          Perl 5 Compatible Regular Expressi
ii  libstdc++6                4.1.1-16       The GNU Standard C++ Library v3

kaya recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: kaya
Source-Version: 0.2.0-5

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

kaya_0.2.0-5.diff.gz
  to pool/main/k/kaya/kaya_0.2.0-5.diff.gz
kaya_0.2.0-5.dsc
  to pool/main/k/kaya/kaya_0.2.0-5.dsc
kaya_0.2.0-5_i386.deb
  to pool/main/k/kaya/kaya_0.2.0-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.
Stuart Teasdale <[EMAIL PROTECTED]> (supplier of updated kaya 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: Mon, 27 Nov 2006 17:43:07 +0000
Source: kaya
Binary: kaya
Architecture: source i386
Version: 0.2.0-5
Distribution: unstable
Urgency: medium
Maintainer: Stuart Teasdale <[EMAIL PROTECTED]>
Changed-By: Stuart Teasdale <[EMAIL PROTECTED]>
Description: 
 kaya       - A statically typed, imperative programming language
Closes: 400581
Changes: 
 kaya (0.2.0-5) unstable; urgency=medium
 .
   * Fix for UTF-8 bug. Thanks to Chris Morris for patch. Closes: #400581.
Files: 
 ba8ce547a4dffaa051543a3bc0412b26 678 devel extra kaya_0.2.0-5.dsc
 b4a8fbc6b9abb7f01bed59d7f5122bba 37768 devel extra kaya_0.2.0-5.diff.gz
 f9b4cf8c0a6882a04eccd3b0e15fa1ed 1031658 devel extra kaya_0.2.0-5_i386.deb

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

iD8DBQFFa0TnqXWYex+fp+4RAgERAKDPyPxixtLunbEyNjk9M7/MBPHMPQCeK7EN
6UTWW3ZDo56SWNj10pH0Fu0=
=LanI
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to