Your message dated Mon, 21 Jul 2008 13:04:08 +0300
with message-id <[EMAIL PROTECTED]>
and subject line #446342 fixed in version 5.427
has caused the Debian Bug report #446342,
regarding libmime-perl: MIME/Field/ParamVal.pm produces unnecessary warnings
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
446342: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=446342
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: libmime-perl
Version: 5.420-0.1
Severity: normal
Tags: patch
We got tons of warnings in the logs:
WARNING: Character in 'c' format wrapped in pack at
/usr/share/perl5/MIME/Field/ParamVal.pm line 213
This can be fixed by replacing line 213 with (s/c/C/):
$str =~ s/%([0-9a-fA-F]{2})/pack("C", hex($1))/ge;
I have also writte a small example in perl to produce such warning:
#!/usr/bin/perl -w
my $str = "abc%ff";
$str =~ s/%([0-9a-fA-F]{2})/pack("c", hex($1))/ge;
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.22
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages libmime-perl depends on:
ii libconvert-binhex-perl 1.119-2 Perl5 module for extracting data f
ii libio-stringy-perl 2.110-2 Perl5 modules for IO from scalars
ii libmailtools-perl 1.74-1 Manipulate email in perl programs
ii perl 5.8.8-7 Larry Wall's Practical Extraction
libmime-perl recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 5.427
It appears upstream fixed this with the release of version 5.427,
already in Debian.
From what I see, they applied the proposed fix.
--
dam JabberID: [EMAIL PROTECTED]
signature.asc
Description: Digital signature
--- End Message ---