Your message dated Tue, 11 Apr 2006 15:02:13 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#338958: fixed in papercut 0.9.13-2
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: papercut
Severity: normal
Tags: patch

Enabling auth_backend causes papercut to fail startup.

The attached patch fixes this.


 - Jonas

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13-git10+squashfs+wrr+fbsplash
Locale: LANG=da_DK, LC_CTYPE=da_DK (charmap=ISO-8859-1)
--- papercut.orig       2005-11-12 21:59:00.000000000 +0100
+++ papercut    2005-11-13 00:09:32.000000000 +0100
@@ -903,7 +903,7 @@
     # now for the authentication module, if needed
     if settings.nntp_auth == 'yes':
         # check for the appropriate configuration
-        if auth_backend == '':
+        if settings.auth_backend == '':
             sys.exit("Please configure the 'nntp_auth' and 'auth_backend' " +
                      "options correctly and restart Papercut.")
         temp = __import__('auth.%s' % (settings.auth_backend), globals(), 
locals(), ['Papercut_Auth'])

--- End Message ---
--- Begin Message ---
Source: papercut
Source-Version: 0.9.13-2

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

papercut_0.9.13-2.diff.gz
  to pool/main/p/papercut/papercut_0.9.13-2.diff.gz
papercut_0.9.13-2.dsc
  to pool/main/p/papercut/papercut_0.9.13-2.dsc
papercut_0.9.13-2_all.deb
  to pool/main/p/papercut/papercut_0.9.13-2_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.
Jérémy Bobbio <[EMAIL PROTECTED]> (supplier of updated papercut 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: Sun,  9 Apr 2006 22:22:29 +0200
Source: papercut
Binary: papercut
Architecture: source all
Version: 0.9.13-2
Distribution: unstable
Urgency: low
Maintainer: Jérémy Bobbio <[EMAIL PROTECTED]>
Changed-By: Jérémy Bobbio <[EMAIL PROTECTED]>
Description: 
 papercut   - simple and extensible NNTP server
Closes: 338958 338959 338962 338963 340723
Changes: 
 papercut (0.9.13-2) unstable; urgency=low
 .
   * Fix plain MySQL storage: CHECK is a reserved word in MySQL 4.
   * Make regexps in plain MySQL storage case insensitive: this bug was
     triggered by Mailman posts.
   * Fix insert_id() usage in phpBB and phpNuke storage. (Closes: #338962)
   * Don't mention SSL port in papercut_cfg.py. (Closes: #338959)
   * Fix startup failure when enabling auth_backends, patch by Jonas
     Smedegaard. (Closes: #338958)
   * Improve comments on the phpBB backend.
   * Overhaul of the init script and daemonization process. (Closes: #338963)
   * Improve quoted-printable and other encoding support. (Closes: #340723)
   * Fix newsgroup listing for the phpBB storage: it now list public forum
     as well as private forums when authentication is enabled.
Files: 
 71ac2a1cde693e3c35d7f3ab271fa9f9 613 news optional papercut_0.9.13-2.dsc
 11ad70df025d73c0e42ec075e193798c 13713 news optional papercut_0.9.13-2.diff.gz
 024062346376397714223a3b534f2408 38622 news optional papercut_0.9.13-2_all.deb

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

iD8DBQFEPCR29n4qXRzy1ioRAp1iAJ4wUcaOjU+NotSs2IgXEgSTFfMfvQCfQ0/X
GesF3xZgOvj15EKRGj2GMVI=
=pLvf
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to