Your message dated Sun, 7 Jun 2009 14:20:41 +0200
with message-id <20090607122041.ga12...@faerie>
and subject line Closing bug since not anymore present in libgnupg-perl 0.10-1
has caused the Debian Bug report #458795,
regarding libgnupg-perl: symmetric encrypt/decrypt said invalid passphrase but
it works
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.)
--
458795: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=458795
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libgnupg-perl
Version: 0.9-9
Severity: normal
*** Please type your report below this line ***
When i symmetric encrypt/decrypt a file there are the output "invalid
passphrase at ... line ...".
here are my testcode:
----
#!/usr/bin/perl -w
use strict;
use GnuPG;
my $gpg = new GnuPG();
my $secret="secret";
$gpg -> encrypt (plaintext => "file.txt", output => "save.gpg",
symmetric => 1, passphrase => $secret);
$gpg -> decrypt (ciphertext => "save.pgp", output => "plain.txt",
symmetric => 1, passphrase => $secret;
----
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'),
(1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.24-rc5-486
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages libgnupg-perl depends on:
ii gnupg 1.4.6-2 GNU privacy guard - a free PGP rep
libgnupg-perl recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Hi Markus Matuszczak
Im closing this bugreport, since the bug should not be present in
libgnupg-perl as it is in unstable (Version 0.10-1).
Thanks for contributing, and please reply again if it still does not
work for you.
Kind regards
Salvatore
signature.asc
Description: Digital signature
--- End Message ---