Your message dated Mon, 22 Oct 2007 09:19:14 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#447534: fixed in proftpd-dfsg 1.3.1-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: proftpd
Version: 1.3.1-1
Severity: grave
Justification: renders package unusable

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Trying to start proftpd fails if the latest release of OpenSSL is installed:

> # /etc/init.d/proftpd start
> Starting ftp server: proftpd - mod_tls/2.1.2: compiled using OpenSSL version
> 'OpenSSL 0.9.8f 11 Oct 2007' headers, but linked to OpenSSL version 'OpenSSL
> 0.9.8g 19 Oct 2007' library
>  - mod_dso/0.4: module 'mod_tls.c' failed to initialize
>  - Fatal: LoadModule: error loading module 'mod_tls.c': Operation not 
> permitted
> on line 16 of '/etc/proftpd/modules.conf'
>  failed!

Simply rebuilding the package solves this.

- -- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-2-k7 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to de_DE.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages proftpd depends on:
ii  adduser                 3.105            add and remove users and groups
ii  debconf                 1.5.15           Debian configuration management sy
ii  debianutils             2.25.2           Miscellaneous utilities specific t
ii  libacl1                 2.2.45-1         Access control list shared library
ii  libattr1                1:2.4.39-1       Extended attribute shared library
ii  libc6                   2.6.1-6          GNU C Library: Shared libraries
ii  libldap2                2.1.30.dfsg-13.5 OpenLDAP libraries
ii  libmysqlclient15off     5.0.45-1         MySQL database client library
ii  libncurses5             5.6+20071013-1   Shared libraries for terminal hand
ii  libpam-runtime          0.99.7.1-5       Runtime support for the PAM librar
ii  libpam0g                0.99.7.1-5       Pluggable Authentication Modules l
ii  libpq5                  8.2.5-1          PostgreSQL C client library
ii  libssl0.9.8             0.9.8g-1         SSL shared libraries
ii  libwrap0                7.6.dbs-14       Wietse Venema's TCP wrappers libra
ii  netbase                 4.30             Basic TCP/IP networking system
ii  perl                    5.8.8-11.1       Larry Wall's Practical Extraction 
ii  sed                     4.1.5-4          The GNU sed stream editor
ii  ucf                     3.003            Update Configuration File: preserv
ii  update-inetd            4.27-0.6         inetd.conf updater
ii  zlib1g                  1:1.2.3.3.dfsg-6 compression library - runtime

proftpd recommends no packages.

- -- debconf information:
  shared/proftpd/warning:
* shared/proftpd/inetd_or_standalone: standalone

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

iD8DBQFHG+llYfUFJ3ewsJgRAjxgAJ41vm84YNw1y3/PJhvY13dBPtWLUQCgmQ2B
SfhpC7VrtxinDUQmqyBP0q8=
=X20Q
-----END PGP SIGNATURE-----



--- End Message ---
--- Begin Message ---
Source: proftpd-dfsg
Source-Version: 1.3.1-2

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

proftpd-dfsg_1.3.1-2.diff.gz
  to pool/main/p/proftpd-dfsg/proftpd-dfsg_1.3.1-2.diff.gz
proftpd-dfsg_1.3.1-2.dsc
  to pool/main/p/proftpd-dfsg/proftpd-dfsg_1.3.1-2.dsc
proftpd-doc_1.3.1-2_all.deb
  to pool/main/p/proftpd-dfsg/proftpd-doc_1.3.1-2_all.deb
proftpd_1.3.1-2_i386.deb
  to pool/main/p/proftpd-dfsg/proftpd_1.3.1-2_i386.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.
Francesco Paolo Lovergine <[EMAIL PROTECTED]> (supplier of updated proftpd-dfsg 
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: Thu, 18 Oct 2007 17:06:46 +0200
Source: proftpd-dfsg
Binary: proftpd proftpd-doc
Architecture: source i386 all
Version: 1.3.1-2
Distribution: unstable
Urgency: low
Maintainer: Francesco Paolo Lovergine <[EMAIL PROTECTED]>
Changed-By: Francesco Paolo Lovergine <[EMAIL PROTECTED]>
Description: 
 proftpd    - Versatile, virtual-hosting FTP daemon
 proftpd-doc - Versatile, virtual-hosting FTP daemon (Documentation)
Closes: 447534
Changes: 
 proftpd-dfsg (1.3.1-2) unstable; urgency=low
 .
   * Set off all module directives for safety in default template and also
     changed a bit basic.conf and modules.conf templates.
   * New modules building and loading added:
        mod_ban
         mod_lang
         mod_load
         mod_quotatab_radius
         mod_site_misc
         mod_wrap2
         mod_wrap2_file
         mod_wrap2_sql
   * Added patch:
        tls-openssl-version.dpatch:
              Do not fails if OpenSSL header does not match library version, 
just warns.
              See  http://bugs.proftpd.org/show_bug.cgi?id=2996
             (closes: #447534)
   * Removed obsolete patches.
Files: 
 9cf4c1bd2dc668026ea09ea13f8daff4 838 net optional proftpd-dfsg_1.3.1-2.dsc
 b542c42b72d54bccdfb90b0b8b04888f 73510 net optional 
proftpd-dfsg_1.3.1-2.diff.gz
 705b63726a50166c402bbd55f4221f97 995508 net optional proftpd_1.3.1-2_i386.deb
 5f20a5e7edc40702a357f424f265675a 1252108 doc optional 
proftpd-doc_1.3.1-2_all.deb

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

iD8DBQFHHF1bpFNRmenyx0cRAkFVAKCqEvvlH/vAKy0+7Zb+e1AxNvT2qgCbBJAy
tI2qLvdpBwE6yK66diAIKf8=
=N/pl
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to