Your message dated Fri, 18 Aug 2006 08:32:05 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#380644: 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
Severity: normal
Tags: patch

When trying to use ckpasswd with the "-d" option you get "invalid option
-- d" errors. This is due to a bug in the configure script not including
gdbm-compat as a library. This can easily be fixed by applying the
following patch:

--- configure   2006-07-31 16:43:37.797769029 +0200
+++ configure-patched   2006-07-31 16:43:18.422742811 +0200
@@ -7741,7 +7741,7 @@
   cat conftest.$ac_ext >&5
 fi
 rm -f conftest*
-test "$ac_cv_search_dbm_open" = "no" && for i in ndbm dbm; do
+test "$ac_cv_search_dbm_open" = "no" && for i in gdbm_compat ndbm dbm;
do
 LIBS="-l$i  $ac_func_search_save_LIBS"
 cat > conftest.$ac_ext <<EOF
 #line 7748 "configure"


Cheers
Nicki

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.17.6
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages inn2 depends on:
ii  cron           3.0pl1-86                 management of regular background p
ii  debconf [debco 1.4.30.13                 Debian configuration management sy
ii  exim [mail-tra 3.36-16                   An MTA (Mail Transport Agent)
ii  inn2-inews     2.4.2-3                   NNTP client news injector, from In
ii  libc6          2.3.2.ds1-22sarge3        GNU C Library: Shared libraries an
ii  libdb4.3       4.3.27-2                  Berkeley v4.3 Database Libraries [
ii  libperl5.8     5.8.4-8sarge4             Shared Perl library
ii  perl           5.8.4-8sarge4             Larry Wall's Practical Extraction 
ii  perl-base [per 5.8.4-8sarge4             The Pathologically Eclectic Rubbis
ii  procps         1:3.2.3-0.backports.org.1 The /proc file system utilities
ii  time           1.7-21                    The GNU time program for measuring

-- debconf information:
  inn2/preinst-upgrade1: false
  inn2/postinst-cannot-start:
  inn2/preinst-upgrade-largefiles: false
--- configure   2006-07-31 16:43:37.797769029 +0200
+++ configure-patched   2006-07-31 16:43:18.422742811 +0200
@@ -7741,7 +7741,7 @@
   cat conftest.$ac_ext >&5
 fi
 rm -f conftest*
-test "$ac_cv_search_dbm_open" = "no" && for i in ndbm dbm; do
+test "$ac_cv_search_dbm_open" = "no" && for i in gdbm_compat ndbm dbm; do
 LIBS="-l$i  $ac_func_search_save_LIBS"
 cat > conftest.$ac_ext <<EOF
 #line 7748 "configure"

--- 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