Your message dated Tue, 11 Jul 2006 16:32:10 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#321679: fixed in poppass-cgi 3-4
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: poppass-cgi
Version: 3-3
Severity: minor
Tags: patch

When setting $DEBUG to 1 in /usr/lib/cgi-bin/poppass, the script
fails as it calls CGI::dump(). Apparently, CGI::dump() has been
renamed to CGI::Dump() in Perl 5.6, so this error will probably
appear in stable as well.
The included patch simply changes the 'd' to a 'D' in line 57:

--- /usr/lib/cgi-bin/poppass    2004-07-30 21:15:19.000000000 +0200
+++ poppass.new 2005-08-06 22:51:27.000000000 +0200
@@ -54,7 +54,7 @@
                  -author=>$AUTHOR,
                  -base=>'true',
                  -meta=>{'copyright'=>$COPYRIGHT});
-print CGI::dump() if $DEBUG;
+print CGI::Dump() if $DEBUG;
 if(!param()) {
   showform();
 } else {

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11.7
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages poppass-cgi depends on:
ii  libwww-perl                   5.803-4    WWW client/server library for Perl
ii  perl                          5.8.4-8    Larry Wall's Practical Extraction 
ii  perl-modules [libcgi-pm-perl] 5.8.4-8    Core Perl modules

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: poppass-cgi
Source-Version: 3-4

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

poppass-cgi_3-4.diff.gz
  to pool/main/p/poppass-cgi/poppass-cgi_3-4.diff.gz
poppass-cgi_3-4.dsc
  to pool/main/p/poppass-cgi/poppass-cgi_3-4.dsc
poppass-cgi_3-4_all.deb
  to pool/main/p/poppass-cgi/poppass-cgi_3-4_all.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.
martin f. krafft <[EMAIL PROTECTED]> (supplier of updated poppass-cgi 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: Wed, 12 Jul 2006 01:09:09 +0200
Source: poppass-cgi
Binary: poppass-cgi
Architecture: source all
Version: 3-4
Distribution: unstable
Urgency: low
Maintainer: martin f. krafft <[EMAIL PROTECTED]>
Changed-By: martin f. krafft <[EMAIL PROTECTED]>
Description: 
 poppass-cgi - a CGI script to interact with a poppassd server
Closes: 321679
Changes: 
 poppass-cgi (3-4) unstable; urgency=low
 .
   * Fixing debug mode with a patch by Alexander Klink (closes: #321679).
   * Migrated package to dpatch.
   * Pushed DH compatibility to 5.
   * Pushed Standards-Version to 3.7.2; no changes needed.
Files: 
 4b582141fec6a309837121ef080adc94 571 web optional poppass-cgi_3-4.dsc
 66d5faed5d9d8974ec6f36a0d134d332 2499 web optional poppass-cgi_3-4.diff.gz
 29479a2ec2abf3c14adfd2c151a6e113 5716 web optional poppass-cgi_3-4_all.deb

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

iD8DBQFEtDFWIgvIgzMMSnURApMYAJ4/Kqur1y0G9kTdaDnCh9Hpf2HUAACdHjP5
s3HKuj9WyZ/xZ3MgKpWnDP4=
=MP3A
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to