diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-10-27 13:54:40 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-10-27 13:54:40 +0000 |
commit | 02cb8181e343073fef506a74d62314e5356ab313 (patch) | |
tree | 96c42685bab4b769ecd99cee3f5f92784b30feb3 /chat/jabberd2 | |
parent | 768b2b2df799dcda03dbc9d71b6494ae401f8048 (diff) | |
download | pkgsrc-02cb8181e343073fef506a74d62314e5356ab313.tar.gz |
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 (limited to 'chat/jabberd2')
-rw-r--r-- | chat/jabberd2/Makefile | 5 | ||||
-rw-r--r-- | chat/jabberd2/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/chat/jabberd2/Makefile b/chat/jabberd2/Makefile index 8bf27f5d96a..ae7554ff55e 100644 --- a/chat/jabberd2/Makefile +++ b/chat/jabberd2/Makefile @@ -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 --git a/chat/jabberd2/distinfo b/chat/jabberd2/distinfo index 5df66f2f9ec..0d5d61c5f40 100644 --- a/chat/jabberd2/distinfo +++ b/chat/jabberd2/distinfo @@ -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 |