Your message dated Mon, 10 Mar 2008 21:02:36 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#459693: fixed in libmail-gnupg-perl 0.15-1 has caused the Debian Bug report #459693, regarding libmail-gnupg-perl: mime_encrypt fails on bigger messages 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.) -- 459693: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=459693 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: libmail-gnupg-perl Version: 0.10-2 Severity: normal i wrote a little test application for encrypting mails through procmail using Mail:GnuPG: --- use Mail::GnuPG; my $mg = new Mail::GnuPG; my $parser = new MIME::Parser; #$parser->output_under("/tmp"); $parser->output_to_core(True); $parser->tmp_recycling(True); $parser->tmp_to_core(True); $parser->use_inner_files(True); my $entity = $parser->parse(\*STDIN); if(!$mg->is_encrypted($entity)) { if($mg->mime_encrypt ( $entity, ('0xF6D68F49') ) != 0) { die("some error in gpg"); } } $entity->print(\*STDOUT); --- however, with test messages larger then a few lines, i get timeout... (it looks like it is in _maybe_print) gpg does not consume any significant cpu resources though so there is some problem in passing the data to/from gpg and perl. and it does not seem to be a problem with keeping the message in ram as the same with the tmp directory yours albert -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.23.12 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages libmail-gnupg-perl depends on: ii libgnupg-interface-perl 0.33-6 Perl interface to GnuPG ii libmailtools-perl 1.77-1 Manipulate email in perl programs ii libmime-perl 5.425-1 Perl5 modules for MIME-compliant m ii perl 5.8.8-12 Larry Wall's Practical Extraction libmail-gnupg-perl recommends no packages. -- no debconf information
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---Source: libmail-gnupg-perl Source-Version: 0.15-1 We believe that the bug you reported is fixed in the latest version of libmail-gnupg-perl, which is due to be installed in the Debian FTP archive: libmail-gnupg-perl_0.15-1.diff.gz to pool/main/libm/libmail-gnupg-perl/libmail-gnupg-perl_0.15-1.diff.gz libmail-gnupg-perl_0.15-1.dsc to pool/main/libm/libmail-gnupg-perl/libmail-gnupg-perl_0.15-1.dsc libmail-gnupg-perl_0.15-1_all.deb to pool/main/libm/libmail-gnupg-perl/libmail-gnupg-perl_0.15-1_all.deb libmail-gnupg-perl_0.15.orig.tar.gz to pool/main/libm/libmail-gnupg-perl/libmail-gnupg-perl_0.15.orig.tar.gz 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. Niko Tyni <[EMAIL PROTECTED]> (supplier of updated libmail-gnupg-perl 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, 10 Mar 2008 22:04:38 +0200 Source: libmail-gnupg-perl Binary: libmail-gnupg-perl Architecture: source all Version: 0.15-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group <[EMAIL PROTECTED]> Changed-By: Niko Tyni <[EMAIL PROTECTED]> Description: libmail-gnupg-perl - Perl module for processing email with GPG Closes: 459693 Changes: libmail-gnupg-perl (0.15-1) unstable; urgency=low . * New upstream version. + fixes a deadlock when handling big messages. (Closes: #459693) + debian/patches/01_fix-race-on-bad-rcpts.patch: removed, no longer needed. * Explicitly point to GPL-2 in debian/copyright. * Change to my @debian.org email address in Uploaders. * Build-depend on quilt (>= 0.40) for quilt.make. Files: 850bcda83f2084673718199b8b9b8168 1074 perl optional libmail-gnupg-perl_0.15-1.dsc 7f18a7af0d8998a3f362e8e12abe16a2 12790 perl optional libmail-gnupg-perl_0.15.orig.tar.gz d6a5fbfc463c0aab59a6db744a40d43c 3263 perl optional libmail-gnupg-perl_0.15-1.diff.gz d9ac651f1afc005a1c15e3767751e84e 16652 perl optional libmail-gnupg-perl_0.15-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFH1ZYaiyizGWoHLTkRAnAvAJ95E1gYNUWleUeS0bLstvSj6C4pGgCghqPH oL+Sk9VFpXjvCgK2Sn5D93E= =XPLL -----END PGP SIGNATURE-----
--- End Message ---

