diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2007-08-26 09:10:54 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2007-08-26 09:10:54 +0000 |
commit | 24b85346ddaea5d87e46bec6fd8a3c23131ca89b (patch) | |
tree | ae65f8ff5b88a9c98b92a036fb9b1cb90605ef16 /chat/jabberd2/patches | |
parent | 457dc3010079582834600114c228d9d25ddb816a (diff) | |
download | pkgsrc-24b85346ddaea5d87e46bec6fd8a3c23131ca89b.tar.gz |
Update to 2.1.14:
2.1.14
2007-08-14
* Integrated authreg_oracle by fundy.
* Operands incompatibility fix for Sun compiler.
* contrib/cyrus-sasl-digest-md5-fix added
* Applied MIO memleak fix related to time_checks by Christof Meerwald.
2.1.13
2007-08-08
* Reverted broken [311] and [313] changes to source:trunk/mio/mio_impl.h
* compilation fix
* Fix configuration XML files domain update
* Don't allow reinstalling on newer version
* Fixed off-by-one error in base64
* Force uninstall previous version on upgrade.
2.1.12
2007-07-30
* Fixed many memleaks
* Check if OpenSSL is already initialized in PostgreSQL backend.
* Implemented PQconnectdb PostgreSQL connection method.
* Applied pg_config using by configure patch by Michael Krelin.
* Implemented auth/reg stream features advertisement.
* Removed useless while/alloc loops
* WiX notes for Windows README
* WiX new "JabberWelcomeDlg?"
* WiX fixed cases of reinstall & upgrade
* nad_cache_new & nad_cache_free exported as JABBERD2_API functions.
* Changed allocator BLOCKSIZE to 128 bytes
2.1.11
2007-07-27
* Changed SASL level error reporting to malformed-request error according
to rfc3920bis.
* Fixed ./configure tests reliability.
* Changed DOS line endings to UNIX line endings.
* Fixed XML predefined entities quoting in serialized XML.
2.1.10
2007-07-20
* Removed SASL backend fallbacks
* Added roster items limit option. Closes #89
* Added count support in SQLite3 backend
2.1.9
2007-07-19
* Added jabber:x:oob redirection support during in-band registration
* Logging JID on disconnection
* Added counting packets on c2s and s2s connections
* Added TLS indicator for c2s and s2s logs.
* Added type='log' to ComponentProtocol <route/> wrapper for logged packets.
Diffstat (limited to 'chat/jabberd2/patches')
-rw-r--r-- | chat/jabberd2/patches/patch-ag | 41 |
1 files changed, 17 insertions, 24 deletions
diff --git a/chat/jabberd2/patches/patch-ag b/chat/jabberd2/patches/patch-ag index 2bd8673028a..de8419b5e3c 100644 --- a/chat/jabberd2/patches/patch-ag +++ b/chat/jabberd2/patches/patch-ag @@ -1,13 +1,13 @@ -$NetBSD: patch-ag,v 1.4 2007/05/26 11:50:13 xtraeme Exp $ +$NetBSD: patch-ag,v 1.5 2007/08/26 09:10:54 xtraeme Exp $ ---- etc/c2s.xml.in.orig 2007-05-26 12:07:39.000000000 +0200 -+++ etc/c2s.xml.in 2007-05-26 12:09:13.000000000 +0200 +--- etc/c2s.xml.in.orig 2007-08-26 10:52:06.000000000 +0200 ++++ etc/c2s.xml.in 2007-08-26 10:53:53.000000000 +0200 @@ -6,7 +6,7 @@ <!-- The process ID file. comment this out if you don't need to know to know the process ID from outside the process (eg for control scripts) --> - <pidfile>@localstatedir@/jabberd/pid/c2s.pid</pidfile> -+ <pidfile>@PIDDIR@/c2s.pid</pidfile> ++ <pidfile>@PIDDIR@/c2s.pid</pidfile> <!-- Router connection configuration --> <router> @@ -29,16 +29,7 @@ $NetBSD: patch-ag,v 1.4 2007/05/26 11:50:13 xtraeme Exp $ --> </log> -@@ -109,7 +109,7 @@ - <id register-enable='true'>localhost</id> - <!-- or - <id realm='company' -- pemfile='/usr/local/etc/jabberd/server.pem' -+ pemfile='@SSLCERTS@/server.pem' - verify-mode='7' - require-starttls='true' - register-enable='true' -@@ -142,7 +142,7 @@ +@@ -147,7 +147,7 @@ If this is commented out, clients will not be offered the STARTTLS stream extension --> <!-- @@ -47,7 +38,16 @@ $NetBSD: patch-ag,v 1.4 2007/05/26 11:50:13 xtraeme Exp $ --> <!-- SSL verify mode - see SSL_CTX_set_verify(3), mode parameter --> -@@ -339,7 +339,7 @@ +@@ -362,7 +362,7 @@ + <!-- SQLite driver configuration --> + <sqlite> + <!-- Database name --> +- <dbname>@localstatedir@/jabberd/db/sqlite.db</dbname> ++ <dbname>@DBDIR@/sqlite.db</dbname> + + <!-- Transacation support. If this is commented out, transactions + will be disabled. This might make database accesses faster, +@@ -376,7 +376,7 @@ <!-- Berkeley DB module configuration --> <db> <!-- Directory to store database files under --> @@ -56,7 +56,7 @@ $NetBSD: patch-ag,v 1.4 2007/05/26 11:50:13 xtraeme Exp $ <!-- Synchronize the database to disk after each write. If you disable this, database accesses may be faster, but data may -@@ -403,13 +403,13 @@ +@@ -440,7 +440,7 @@ <!-- Pipe module configuration --> <pipe> <!-- Program to execute --> @@ -64,11 +64,4 @@ $NetBSD: patch-ag,v 1.4 2007/05/26 11:50:13 xtraeme Exp $ + <exec>@BINDIR@/pipe-auth.pl</exec> </pipe> - <!-- SQLite driver configuration --> - <sqlite> - <!-- Database name --> -- <dbname>@localstatedir@/jabberd/db/sqlite.db</dbname> -+ <dbname>@DBDIR@/sqlite.db</dbname> - - <!-- Transacation support. If this is commented out, transactions - will be disabled. This might make database accesses faster, + </authreg> |