Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: pkgsrc-changes
Date: 10/27/2004 13:54:41
Module Name:	pkgsrc
Committed By:	xtraeme
Date:		Wed Oct 27 13:54:41 UTC 2004

Modified Files:
	pkgsrc/chat/jabberd2: Makefile distinfo
	pkgsrc/doc: CHANGES

Log Message:
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


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 pkgsrc/chat/jabberd2/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/chat/jabberd2/distinfo
cvs rdiff -r1.7576 -r1.7577 pkgsrc/doc/CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.