Your message dated Fri, 18 Aug 2006 08:32:05 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#357370: fixed in inn2 2.4.3-1
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: inn2
Version: 2.4.2-3

When localmaxartsize is set to 0 (no local max article size) in inn.conf
nnrpd will take the localmaxartsize as being 0 and therefore refuse to
allocate more memory for incoming data in its readline routine causing
nnrpd to believe it has a read error when it next tries to read.

This problem can be simply fixed by adding an additional check to this
if statement for the case when localmaxartsize is 0 and attached is a
patch containing this fix.

This bug has been in inn2 probably since the beginning and I have
observed this behavior in both the current as well as oldstable versions.


diff -Naur inn-2.4.2/nnrpd/line.c inn-2.4.2-patch/nnrpd/line.c
--- inn-2.4.2/nnrpd/line.c	2004-12-21 23:21:19.000000000 -0500
+++ inn-2.4.2-patch/nnrpd/line.c	2006-03-16 16:26:36.000000000 -0500
@@ -119,7 +119,7 @@
 	    
 		/* don't grow the buffer bigger than the maximum
 		 * article size we'll accept */
-		if (newsize > (unsigned)PERMaccessconf->localmaxartsize)
+		if (newsize > (unsigned)PERMaccessconf->localmaxartsize && (unsigned)PERMaccessconf->localmaxartsize)
 		    newsize = PERMaccessconf->localmaxartsize;
 
 		/* if we're trying to grow from the same size, to the

--- End Message ---
--- Begin Message ---
Source: inn2
Source-Version: 2.4.3-1

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

inn2-dev_2.4.3-1_i386.deb
  to pool/main/i/inn2/inn2-dev_2.4.3-1_i386.deb
inn2-inews_2.4.3-1_i386.deb
  to pool/main/i/inn2/inn2-inews_2.4.3-1_i386.deb
inn2_2.4.3-1.diff.gz
  to pool/main/i/inn2/inn2_2.4.3-1.diff.gz
inn2_2.4.3-1.dsc
  to pool/main/i/inn2/inn2_2.4.3-1.dsc
inn2_2.4.3-1_i386.deb
  to pool/main/i/inn2/inn2_2.4.3-1_i386.deb
inn2_2.4.3.orig.tar.gz
  to pool/main/i/inn2/inn2_2.4.3.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.
Marco d'Itri <[EMAIL PROTECTED]> (supplier of updated inn2 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: Fri, 18 Aug 2006 11:19:21 +0200
Source: inn2
Binary: inn2-inews inn2 inn2-dev
Architecture: source i386
Version: 2.4.3-1
Distribution: unstable
Urgency: low
Maintainer: Marco d'Itri <[EMAIL PROTECTED]>
Changed-By: Marco d'Itri <[EMAIL PROTECTED]>
Description: 
 inn2       - 'InterNetNews' news server
 inn2-dev   - The libinn.a library, headers and man pages
 inn2-inews - NNTP client news injector, from InterNetNews (INN)
Closes: 307765 314245 315211 331859 336264 339811 357370 365639 380644 381415
Changes: 
 inn2 (2.4.3-1) unstable; urgency=low
 .
   * New upstream release. (Closes: #381415)
     + Fixes nnrpd when "localmaxartsize: 0". (Closes: #357370)
   * Removed support for his64v6 and cnfs64, which do not work anyway.
     ****** I am looking for a co-maintainer interested in adding ******
     ****** support to build a inn2-lfs package.                  ******
   * Switched to libdb4.4.
   * New debconf translations: vi, cs, sv. (Closes: #314245, #315211, #339811)
   * Pre-Depends on debconf-2.0 too. (Closes: #331859)
   * Added to innfeed support for a "force-ipv4" configuration option.
     Based on a patch contributed by Henning Makholm. (Closes: #336264)
   * Added to innfeed support for hashed feeds.
   * pgpverify: try harder to find the home directory. (Closes: #307765)
   * Moved nnrpd-ssl to the main package.
   * Added support for libdb to ckpasswd. (Closes: #380644)
   * Use FHS paths in the perl-nocem documentation. (Closes: #365639)
   * Create /var/run/news in the init script if it does not exist.
Files: 
 2850f1ab22319ddc900376bb7331e3ca 663 news extra inn2_2.4.3-1.dsc
 c2a7983bf6ab0719564e7c897d3407c1 1871231 news extra inn2_2.4.3.orig.tar.gz
 a146b411c7f486358942876e49fd6753 48635 news extra inn2_2.4.3-1.diff.gz
 a909f63c54d32a3fd557dbeab9c84c7d 3181778 news extra inn2_2.4.3-1_i386.deb
 61a07667cd358f5b70c88ccf72cf842e 148688 news extra inn2-inews_2.4.3-1_i386.deb
 e9d1edc9795a26c96a3cc61e94581b40 244918 devel extra inn2-dev_2.4.3-1_i386.deb

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

iD8DBQFE5dYGFGfw2OHuP7ERAsbhAJ9L70pBpk6Yueg6Uwp3muBG7Wni1QCdH1YI
dpOIfo3z/wzHdmqmm6offms=
=NWC/
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to