Package: libgimp-perl
Version: 2.0.dfsg-3
Severity: important

In file /usr/lib/perl5/Gimp.pm, in sub canonicalize_colour, in line 307,
the converting of the hex colour specifier follows a false logic. The
division by 255.0 is done to the argument of the eval, which results in
trying to eval things like "0x0.0352941176470588". The correct form of
the line would be like
     [map {eval "0x$_/255.0"} ($1,$2,$3)];
which converts the string to a hex number first and divides it second.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (900, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.24-varma.1.1
Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8)

Versions of packages libgimp-perl depends on:
ii  gimp                        2.0.6-1      The GNU Image Manipulation Program
ii  libatk1.0-0                 1.8.0-3      The ATK accessibility toolkit
ii  libc6                       2.3.2.ds1-18 GNU C Library: Shared libraries an
ii  libgimp2.0                  2.0.6-1      Libraries necessary to run the GIM
ii  libglib2.0-0                2.4.8-1      The GLib library of C routines
ii  libgtk2-perl                1:1.061-1    Perl interface to the 2.x series o
ii  libgtk2.0-0                 2.4.13-1     The GTK+ graphical user interface 
ii  libpango1.0-0               1.6.0-3      Layout and rendering of internatio
ii  pdl                         1:2.4.1-1    The perl data language: Perl exten
ii  perl                        5.8.4-3      Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5.8.4]   5.8.4-3      The Pathologically Eclectic Rubbis

-- no debconf information


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

Reply via email to