pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc Update chat/jabberd2 to 2.0s4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bf0a542c27e6
branches:  trunk
changeset: 482394:bf0a542c27e6
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Wed Oct 27 13:54:40 2004 +0000

description:
Update chat/jabberd2 to 2.0s4.

Changes:

* Fixed race condition allowing c2s to be killed, Stephen Marquard
* Fixed off-by-one bug in s2s/main.c leading to segfault on startup
  in some environmentsp
* Fixed memory leak in sm, Michal Kera
* Fixed problem relating to SSL connections not being closed
  correctly, Nathan Christiansen
* Fixed 3 problems in mod_announce: (a) NAD freed before use, (b)
  struct tm not initialised correctly on some platforms, and (c)
  time not initialised for broadcast motd messages delivered to
  online users, Stephen Marquard
* Fixed insertion of extra namespace in element in some types of
  messages retrieved from offline queue, which causes a parse
  error in the router, Matthew Buckett
* Fixed off-by-one bug in PLAIN SASL authentication code. May also
  resolve a number of other bugs relating to c2s authentication,
  Robert Theisen
* Fixed return value of jid_new() in pkt.c to avoid sm segfault
  from dereferencing NULL pointer, triggered by a message with a
  to JID of the form "@some.server@", Stephen Marquard
* Avoided adding nads to the cache that are created through
  nad_copy(), Stephen Marquard
* Fixed bug in retrieving hash values, Stephen Marquard
* Improved performance of pool cleanup function, Stephen Marquard
* Corrected handling of EMAIL, TEL and ADR/CTRY elements in vcards
  for JEP-0054 compliance, Stephen Marquard
* Optimised sm algorithm for announcing presence to skip presence
  announcements and probes for users on the same server who are
  not online, Stephen Marquard
* Checked that storage drivers are initialised correctly; if not,
  abort, Stephen Marquard
* Fixed file descriptor leak in storage_fs
* Allowed c2s to supply a certificate chain to clients, Iain
  MacDonnell

diffstat:

 chat/jabberd2/Makefile |  5 ++---
 chat/jabberd2/distinfo |  6 +++---
 doc/CHANGES            |  3 ++-
 3 files changed, 7 insertions(+), 7 deletions(-)

diffs (42 lines):

diff -r 8d5f63f3564d -r bf0a542c27e6 chat/jabberd2/Makefile
--- a/chat/jabberd2/Makefile    Wed Oct 27 13:47:41 2004 +0000
+++ b/chat/jabberd2/Makefile    Wed Oct 27 13:54:40 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2004/10/03 00:13:15 tv Exp $
+# $NetBSD: Makefile,v 1.13 2004/10/27 13:54:41 xtraeme Exp $
 #
 
-DISTNAME=              jabberd-2.0s3
-PKGREVISION=   1
+DISTNAME=              jabberd-2.0s4
 CATEGORIES=            chat
 MASTER_SITES=          http://www.jabberstudio.org/files/jabberd2/
 
diff -r 8d5f63f3564d -r bf0a542c27e6 chat/jabberd2/distinfo
--- a/chat/jabberd2/distinfo    Wed Oct 27 13:47:41 2004 +0000
+++ b/chat/jabberd2/distinfo    Wed Oct 27 13:54:40 2004 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2004/07/14 00:25:11 xtraeme Exp $
+$NetBSD: distinfo,v 1.3 2004/10/27 13:54:41 xtraeme Exp $
 
-SHA1 (jabberd-2.0s3.tar.gz) = 9a592f71e45445db7aca20b8fd87b97ae9690c22
-Size (jabberd-2.0s3.tar.gz) = 705819 bytes
+SHA1 (jabberd-2.0s4.tar.gz) = cb429db090982118f2b448499635ff14b91718b8
+Size (jabberd-2.0s4.tar.gz) = 716819 bytes
 SHA1 (patch-aa) = ff9a1aa6c39b7e96870d4f884de09be8307ac169
 SHA1 (patch-ab) = de1c8ec12b55117223bcca2071499c42ab145a34
 SHA1 (patch-ac) = 312a07fa6772956297789e15025e0ca0fad9ebb7
diff -r 8d5f63f3564d -r bf0a542c27e6 doc/CHANGES
--- a/doc/CHANGES       Wed Oct 27 13:47:41 2004 +0000
+++ b/doc/CHANGES       Wed Oct 27 13:54:40 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.7576 2004/10/26 23:00:19 wiz Exp $
+$NetBSD: CHANGES,v 1.7577 2004/10/27 13:54:40 xtraeme Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -4897,3 +4897,4 @@
        Updated gnome-session to 2.8.1 [jmmv 2004-10-26]
        Removed gaim-gnome [wiz 2004-10-26]
        Removed gaim-gtk1 [wiz 2004-10-26]
+       Updated jabberd2 to 2.0s4 [xtraeme 2004-10-26]



Home | Main Index | Thread Index | Old Index