Your message dated Thu, 21 Feb 2008 15:47:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#466676: fixed in ejabberd 1.1.4-6
has caused the Debian Bug report #466676,
regarding ejabberd: Add support for sending certificate chain (EJAB-209)
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
466676: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466676
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: ejabberd
Version: 1.1.4-5
Severity: normal
Tags: patch

Please add changes described in
https://support.process-one.net/browse/EJAB-209


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

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages ejabberd depends on:
ii  adduser                3.105             add and remove users and groups
ii  debconf [debconf-2.0]  1.5.19            Debian configuration management sy
ii  erlang-base [erlang-ab 1:12.b.1-dfsg-1   Concurrent, real-time, distributed
ii  erlang-nox             1:12.b.1-dfsg-1   Concurrent, real-time, distributed
ii  libc6                  2.7-8             GNU C Library: Shared libraries
ii  libexpat1              1.95.8-4          XML parsing C library - runtime li
ii  libssl0.9.8            0.9.8g-7          SSL shared libraries
ii  openssl                0.9.8g-7          Secure Socket Layer (SSL) binary a
ii  ucf                    3.004             Update Configuration File: preserv
ii  zlib1g                 1:1.2.3.3.dfsg-11 compression library - runtime

ejabberd recommends no packages.

-- debconf information excluded
Index: ejabberd-1.1.4/src/tls/tls_drv.c
===================================================================
--- ejabberd-1.1.4.orig/src/tls/tls_drv.c       2008-02-20 13:28:24.000000000 
+0300
+++ ejabberd-1.1.4/src/tls/tls_drv.c    2008-02-20 13:28:53.000000000 +0300
@@ -108,8 +108,8 @@
         d->ctx = SSL_CTX_new(SSLv23_method());
         die_unless(d->ctx, "SSL_CTX_new failed");
 
-        res = SSL_CTX_use_certificate_file(d->ctx, buf, SSL_FILETYPE_PEM);
-        die_unless(res > 0, "SSL_CTX_use_certificate_file failed");
+        res = SSL_CTX_use_certificate_chain(d->ctx, buf);
+        die_unless(res > 0, "SSL_CTX_use_certificate_chain failed");
 
         res = SSL_CTX_use_PrivateKey_file(d->ctx, buf, SSL_FILETYPE_PEM);
         die_unless(res > 0, "SSL_CTX_use_PrivateKey_file failed");

--- End Message ---
--- Begin Message ---
Source: ejabberd
Source-Version: 1.1.4-6

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

ejabberd_1.1.4-6.diff.gz
  to pool/main/e/ejabberd/ejabberd_1.1.4-6.diff.gz
ejabberd_1.1.4-6.dsc
  to pool/main/e/ejabberd/ejabberd_1.1.4-6.dsc
ejabberd_1.1.4-6_i386.deb
  to pool/main/e/ejabberd/ejabberd_1.1.4-6_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.
Sergei Golovan <[EMAIL PROTECTED]> (supplier of updated ejabberd 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, 21 Feb 2008 18:21:32 +0300
Source: ejabberd
Binary: ejabberd
Architecture: source i386
Version: 1.1.4-6
Distribution: unstable
Urgency: low
Maintainer: Torsten Werner <[EMAIL PROTECTED]>
Changed-By: Sergei Golovan <[EMAIL PROTECTED]>
Description: 
 ejabberd   - Distributed, fault-tolerant Jabber/XMPP server written in Erlang
Closes: 390206 457097 466676
Changes: 
 ejabberd (1.1.4-6) unstable; urgency=low
 .
   * Loosened build dependencies to make backporting to etch easier.
   * Added a requirement for $remote_fs into init.d script because ejabberd
     needs mounted /usr to run.
   * Added a patch which allows ODBC to work with Erlang R12B.
   * Clarified debconf messages (closes: #390206).
   * Added a notice about hostname change to README.Debian and included erlang
     node conversion utility to the binary package (closes: #457097).
   * Added a patch which allows to use certificate chain files for encrypted
     connections (closes: #466676).
Files: 
 22e9eda9d1087f714bc4f7bd02663714 889 net optional ejabberd_1.1.4-6.dsc
 b865e4f58498024e326ae5964ed6b705 60804 net optional ejabberd_1.1.4-6.diff.gz
 e3fca402fa9152966d3fa789519ea202 909620 net optional ejabberd_1.1.4-6_i386.deb

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

iD8DBQFHvZinIcdH02pGEFIRAlu/AJ9Rw5mwEMKDW5GUWmCi7y/Ke/He1QCfeycX
a2EDGEwSVbQBdj2y/88nKtA=
=i2Im
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to