From df3590869936d235e46dab32de4bedeb7526cdcf Mon Sep 17 00:00:00 2001 From: xtraeme Date: Sat, 26 May 2007 11:50:12 +0000 Subject: Update to 2.1.6 (last stable version). A lot of changes were made since previous update, like SASL support, SQLite support, etc. Please see the following URL for a full list of changes: http://jabberd2.xiaoka.com/wiki/Releases --- chat/jabberd2/patches/patch-aa | 18 +++++++-------- chat/jabberd2/patches/patch-ac | 34 ++++++++++++++-------------- chat/jabberd2/patches/patch-ad | 32 ++++++++++++++++++++------ chat/jabberd2/patches/patch-ae | 20 ++++++++++++----- chat/jabberd2/patches/patch-af | 14 ++++++------ chat/jabberd2/patches/patch-ag | 51 +++++++++++++++++++++++++----------------- chat/jabberd2/patches/patch-ah | 31 +++++++++++++++++++++++++ 7 files changed, 133 insertions(+), 67 deletions(-) create mode 100644 chat/jabberd2/patches/patch-ah (limited to 'chat/jabberd2/patches') diff --git a/chat/jabberd2/patches/patch-aa b/chat/jabberd2/patches/patch-aa index 2da44e996eb..8505a97f445 100644 --- a/chat/jabberd2/patches/patch-aa +++ b/chat/jabberd2/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.3 2005/05/24 21:02:53 xtraeme Exp $ +$NetBSD: patch-aa,v 1.4 2007/05/26 11:50:12 xtraeme Exp $ ---- Makefile.in.orig 2005-05-24 22:43:59.000000000 +0200 -+++ Makefile.in 2005-05-24 22:44:20.000000000 +0200 -@@ -170,7 +170,7 @@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ - EXTRA_DIST = PROTOCOL Doxyfile.in README.win32 contrib --SUBDIRS = etc tools man expat mio scod subst sx util c2s resolver router s2s sm -+SUBDIRS = tools man expat mio scod subst sx util c2s resolver router s2s sm +--- Makefile.in.orig 2007-05-26 12:01:18.000000000 +0200 ++++ Makefile.in 2007-05-26 12:01:22.000000000 +0200 +@@ -191,7 +191,7 @@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ + EXTRA_DIST = PROTOCOL Doxyfile.in README.win32 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 all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive diff --git a/chat/jabberd2/patches/patch-ac b/chat/jabberd2/patches/patch-ac index 50ba0c2aa72..d913f57014e 100644 --- a/chat/jabberd2/patches/patch-ac +++ b/chat/jabberd2/patches/patch-ac @@ -1,7 +1,7 @@ -$NetBSD: patch-ac,v 1.1.1.1 2004/03/28 19:44:09 xtraeme Exp $ +$NetBSD: patch-ac,v 1.2 2007/05/26 11:50:13 xtraeme Exp $ ---- etc/sm.xml.in.orig 2003-10-08 02:32:20.000000000 +0200 -+++ etc/sm.xml.in 2003-10-08 02:33:37.000000000 +0200 +--- etc/sm.xml.in.orig 2007-05-26 12:01:56.000000000 +0200 ++++ etc/sm.xml.in 2007-05-26 12:03:46.000000000 +0200 @@ -9,7 +9,7 @@ -@@ -26,7 +26,7 @@ - commented out, or the file can't be read, no attempt will be - made to establish an encrypted channel with the router. --> +@@ -31,7 +31,7 @@ + If this is commented out, or the file can't be read, no attempt + will be made to establish an encrypted channel with the router. --> -@@ -55,7 +55,7 @@ +@@ -64,7 +64,7 @@ -@@ -116,7 +116,7 @@ +@@ -128,7 +128,7 @@ @@ -38,12 +38,12 @@ $NetBSD: patch-ac,v 1.1.1.1 2004/03/28 19:44:09 xtraeme Exp $ - - +@@ -153,7 +153,7 @@ + + + +- @localstatedir@/jabberd/db/sqlite.db ++ @DBDIR@/sqlite.db + + -@@ -33,7 +33,7 @@ - commented out, or the file can't be read, no attempt will be - made to establish an encrypted channel with the router. --> +@@ -38,7 +38,7 @@ + If this is commented out, or the file can't be read, no attempt + will be made to establish an encrypted channel with the router. --> -@@ -62,7 +62,7 @@ +@@ -71,7 +71,7 @@ +@@ -105,7 +105,7 @@ + If this is commented out, or the file can't be read, no attempt will be + made to establish encrypted connections with other servers. --> + + + +@@ -116,7 +116,7 @@ + + + + diff --git a/chat/jabberd2/patches/patch-ae b/chat/jabberd2/patches/patch-ae index cbfa8923e68..d9d11f88eb2 100644 --- a/chat/jabberd2/patches/patch-ae +++ b/chat/jabberd2/patches/patch-ae @@ -1,7 +1,7 @@ -$NetBSD: patch-ae,v 1.2 2006/04/21 09:18:37 rillig Exp $ +$NetBSD: patch-ae,v 1.3 2007/05/26 11:50:13 xtraeme Exp $ ---- etc/router.xml.in.orig 2003-11-05 01:19:46.000000000 +0100 -+++ etc/router.xml.in 2003-11-05 01:20:44.000000000 +0100 +--- etc/router.xml.in.orig 2007-05-26 12:05:26.000000000 +0200 ++++ etc/router.xml.in 2007-05-26 12:06:18.000000000 +0200 @@ -6,7 +6,7 @@ +@@ -52,7 +52,7 @@ + If this is commented out, connecting components will not be able + to request an SSL-encrypted channel. --> +@@ -185,6 +185,6 @@ + + +- @sysconfdir@/router-filter.xml ++ @PKG_SYSCONFDIR@/router-filter.xml + + diff --git a/chat/jabberd2/patches/patch-af b/chat/jabberd2/patches/patch-af index 5fb10d670cb..96b67cedc0d 100644 --- a/chat/jabberd2/patches/patch-af +++ b/chat/jabberd2/patches/patch-af @@ -1,7 +1,7 @@ -$NetBSD: patch-af,v 1.1.1.1 2004/03/28 19:44:10 xtraeme Exp $ +$NetBSD: patch-af,v 1.2 2007/05/26 11:50:13 xtraeme Exp $ ---- etc/resolver.xml.in.orig 2003-10-08 02:27:59.000000000 +0200 -+++ etc/resolver.xml.in 2003-10-08 02:28:49.000000000 +0200 +--- etc/resolver.xml.in.orig 2007-05-26 12:06:43.000000000 +0200 ++++ etc/resolver.xml.in 2007-05-26 12:07:09.000000000 +0200 @@ -6,7 +6,7 @@ -@@ -23,7 +23,7 @@ - commented out, or the file can't be read, no attempt will be - made to establish an encrypted channel with the router. --> +@@ -28,7 +28,7 @@ + If this is commented out, or the file can't be read, no attempt + will be made to establish an encrypted channel with the router. --> -@@ -52,7 +52,7 @@ +@@ -61,7 +61,7 @@ -@@ -23,7 +23,7 @@ - commented out, or the file can't be read, no attempt will be - made to establish an encrypted channel with the router. --> +@@ -28,7 +28,7 @@ + If this is commented out, or the file can't be read, no attempt + will be made to establish an encrypted channel with the router. --> -@@ -56,7 +56,7 @@ +@@ -61,7 +61,7 @@ -@@ -88,13 +88,13 @@ - connections. If this is commented out, clients will not be - offered the STARTTLS stream extension --> +@@ -109,7 +109,7 @@ + localhost + - - - - +@@ -339,7 +339,7 @@ @@ -54,7 +56,7 @@ $NetBSD: patch-ag,v 1.3 2005/01/20 15:08:54 xtraeme Exp $ @@ -62,4 +64,11 @@ $NetBSD: patch-ag,v 1.3 2005/01/20 15:08:54 xtraeme Exp $ + @BINDIR@/pipe-auth.pl - + + + +- @localstatedir@/jabberd/db/sqlite.db ++ @DBDIR@/sqlite.db + + +- @localstatedir@/jabberd/pid/storage.pid ++ @PIDDIR@/storage.pid + + + +@@ -28,7 +28,7 @@ + If this is commented out, or the file can't be read, no attempt + will be made to establish an encrypted channel with the router. --> + + + +@@ -61,7 +61,7 @@ + + + + + -- cgit v1.2.3