summaryrefslogtreecommitdiff
path: root/chat/jabberd2/patches
diff options
context:
space:
mode:
Diffstat (limited to 'chat/jabberd2/patches')
-rw-r--r--chat/jabberd2/patches/patch-aa6
-rw-r--r--chat/jabberd2/patches/patch-af6
-rw-r--r--chat/jabberd2/patches/patch-ah12
3 files changed, 6 insertions, 18 deletions
diff --git a/chat/jabberd2/patches/patch-aa b/chat/jabberd2/patches/patch-aa
index fc40418e82e..6db3445777e 100644
--- a/chat/jabberd2/patches/patch-aa
+++ b/chat/jabberd2/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.9 2010/06/16 07:56:30 adam Exp $
+$NetBSD: patch-aa,v 1.10 2010/11/09 07:33:11 adam Exp $
---- Makefile.in.orig 2010-06-11 11:45:18.000000000 +0000
+--- Makefile.in.orig 2010-08-08 15:51:13.000000000 +0000
+++ Makefile.in
-@@ -232,7 +232,7 @@ top_build_prefix = @top_build_prefix@
+@@ -233,7 +233,7 @@ top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
EXTRA_DIST = Doxyfile.in README.win32 README.protocol contrib UPGRADE tests/Makefile.in
diff --git a/chat/jabberd2/patches/patch-af b/chat/jabberd2/patches/patch-af
index d92a8df3566..ff828ba3bbb 100644
--- a/chat/jabberd2/patches/patch-af
+++ b/chat/jabberd2/patches/patch-af
@@ -1,8 +1,8 @@
-$NetBSD: patch-af,v 1.6 2010/06/16 07:56:30 adam Exp $
+$NetBSD: patch-af,v 1.7 2010/11/09 07:33:11 adam Exp $
---- configure.orig 2010-06-11 11:45:15.000000000 +0000
+--- configure.orig 2010-08-08 15:51:09.000000000 +0000
+++ configure
-@@ -11008,7 +11008,7 @@ fi
+@@ -10878,7 +10878,7 @@ fi
# check for optimisation level
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking CFLAGS optimization level" >&5
$as_echo_n "checking CFLAGS optimization level... " >&6; }
diff --git a/chat/jabberd2/patches/patch-ah b/chat/jabberd2/patches/patch-ah
deleted file mode 100644
index 518d6a6bd30..00000000000
--- a/chat/jabberd2/patches/patch-ah
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ah,v 1.6 2010/06/16 07:56:30 adam Exp $
-
---- storage/storage_ldapvcard.c.orig 2010-06-13 06:44:33.000000000 +0000
-+++ storage/storage_ldapvcard.c
-@@ -143,7 +143,6 @@ static int rebindProc(LDAP *ld, LDAP_CON
- drvdata_t data = mdata;
- data->ld = ld;
- if(ldap_simple_bind_s(data->ld, data->binddn, data->bindpw)) {
-- log_write(drv->st->sm->log, LOG_ERR, "ldap: bind failed (to %s): %s", url, ldap_err2string(_ldap_get_lderrno(data->ld)));
- ldap_unbind_s(data->ld);
- data->ld = NULL;
- return NULL;