summaryrefslogtreecommitdiff
path: root/chat/jabberd2/patches/patch-aa
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2009-07-24 19:05:53 +0000
committergdt <gdt@pkgsrc.org>2009-07-24 19:05:53 +0000
commit4b84cba1bb5f6e533fb00397bb27fa76b1b99f24 (patch)
tree8e7ffa3656be2341edc3e14a8cd49ba2cef7f90f /chat/jabberd2/patches/patch-aa
parent44a1183142f4387d0fa1c1e74821a987007caec4 (diff)
downloadpkgsrc-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/patches/patch-aa')
-rw-r--r--chat/jabberd2/patches/patch-aa10
1 files changed, 5 insertions, 5 deletions
diff --git a/chat/jabberd2/patches/patch-aa b/chat/jabberd2/patches/patch-aa
index d76beb41999..6308ac4c4dd 100644
--- a/chat/jabberd2/patches/patch-aa
+++ b/chat/jabberd2/patches/patch-aa
@@ -1,10 +1,10 @@
-$NetBSD: patch-aa,v 1.5 2008/02/20 14:33:04 xtraeme Exp $
+$NetBSD: patch-aa,v 1.6 2009/07/24 19:05:53 gdt Exp $
---- Makefile.in.orig 2008-02-03 08:23:47.000000000 -0600
+--- Makefile.in.orig 2008-04-24 17:26:15.000000000 -0400
+++ Makefile.in
-@@ -223,7 +223,7 @@ sharedstatedir = @sharedstatedir@
- sysconfdir = @sysconfdir@
- target_alias = @target_alias@
+@@ -194,7 +194,7 @@ target_alias = @target_alias@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
EXTRA_DIST = Doxyfile.in README.win32 README.protocol contrib UPGRADE
-SUBDIRS = etc tools man mio subst sx util c2s resolver router s2s sm storage
+SUBDIRS = tools man mio subst sx util c2s resolver router s2s sm storage