diff options
author | gdt <gdt@pkgsrc.org> | 2009-07-24 19:05:53 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2009-07-24 19:05:53 +0000 |
commit | 4b84cba1bb5f6e533fb00397bb27fa76b1b99f24 (patch) | |
tree | 8e7ffa3656be2341edc3e14a8cd49ba2cef7f90f /chat/jabberd2/distinfo | |
parent | 44a1183142f4387d0fa1c1e74821a987007caec4 (diff) | |
download | pkgsrc-4b84cba1bb5f6e533fb00397bb27fa76b1b99f24.tar.gz |
Update to 2.1.24.
Added missing files to distribution
Check for non configured c2s local.id
Added tool to migrate from jabberd14 to jabberd2 SQLite. BBN.com
contribution.
Fix for authreg_pipe. Fixes #204
Updated bdb2mysql.rb to jabberd 2.1 DB schema
Do not handle disco to nodes
Fixed vCard get
Fixed empty node check
Restored reading [jabberd] group from my.cnf
Unified way utf-8 is selected in MySQL backend
Merged crypted passwords support for MySQL. Closes #184 and 197
Removed debug that might cause segfault. Fixes #196.
Do not handle vCard request destined to full JIDs. Fixes #190
Added charset utf-8 to db-setup.mysql
Fixes segfault that happend when there are multiple sessions and
privacy list was changed. Fixes #188
Really fix gsasl ANONYMOUS login
Webstatus presence resource enabled only when service enabled
Added server component presence resources
Added maxstanzasize debug message
Include “util/inaddr.h” for socklen_t ss_family etc. Refs #191
Include <stdarg.h> if available. Refs #191
TYPE_SOCKLEN_T check. Refs #91
TYPE_SOCKLEN_T check. Refs #91
Include inttypes.h instead of stdlib.h as it is more universally
available. Refs #191
Check for stdarg.h in configure.
Remove AC_PROG_GCC_TRADITIONAL (obsolete).
Remove AC_FUNC_MALLOC, AC_FUNC_REALLOC - if they find malloc(0) does
not return a valid pointer malloc will be defined to rpl_malloc, and
no rpl_malloc is available. See
http://www.gnu.org/software/autoconf/manual/autoconf.html#Particular-Functions
Seems easier to use AC_SEARCH_LIBS for inet_ntop etc.
Move the broken __ss_family check so that it appears after the check
for struct sockaddr_storage.
Check for socklen_t
Fix –enable-pgsql
Fixed compatibility with VC++ and ANSI, variables must be declared at
the beginning of the block.
Check for Win32 OpenSSL and Visual C++ 2005 SP1 Redistributable
Package (x86), and raise error if not found in the installer.
Updated Makefile.am witn new README.protocol file
Unified URI/URN definitions
Diffstat (limited to 'chat/jabberd2/distinfo')
-rw-r--r-- | chat/jabberd2/distinfo | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chat/jabberd2/distinfo b/chat/jabberd2/distinfo index eb06692ce8f..43b67da7e57 100644 --- a/chat/jabberd2/distinfo +++ b/chat/jabberd2/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.15 2008/02/20 14:33:04 xtraeme Exp $ +$NetBSD: distinfo,v 1.16 2009/07/24 19:05:53 gdt Exp $ -SHA1 (jabberd-2.1.23.tar.bz2) = eb05cc918f035316d47a4b4faae40f3ca976e0d6 -RMD160 (jabberd-2.1.23.tar.bz2) = 224a0cfd405d30e66a8259b579e94a556ef568b2 -Size (jabberd-2.1.23.tar.bz2) = 645473 bytes -SHA1 (patch-aa) = fd63fa375ba477e988e057ab7dd65ab75b573f94 +SHA1 (jabberd-2.1.24.tar.bz2) = fa93dc53d7443a96494baecabfd311769abfd6b6 +RMD160 (jabberd-2.1.24.tar.bz2) = 3608e8df96dfd14a57f066e85304e22aa4aa6d1b +Size (jabberd-2.1.24.tar.bz2) = 649648 bytes +SHA1 (patch-aa) = 524ac9a1c82914728aff96be527d624cb0ab648e SHA1 (patch-ab) = de1c8ec12b55117223bcca2071499c42ab145a34 SHA1 (patch-ac) = e6e006bf73c345bb3bf873e389885c7f64bad11c SHA1 (patch-ad) = db126c24dcf85c0c3c790b5b8723c6ae4da59453 |