head 1.10;
access;
symbols
pkgsrc-2013Q2:1.10.0.8
pkgsrc-2013Q2-base:1.10
pkgsrc-2012Q4:1.10.0.6
pkgsrc-2012Q4-base:1.10
pkgsrc-2011Q4:1.10.0.4
pkgsrc-2011Q4-base:1.10
pkgsrc-2011Q2:1.10.0.2
pkgsrc-2011Q2-base:1.10
pkgsrc-2010Q4:1.9.0.6
pkgsrc-2010Q4-base:1.9
pkgsrc-2010Q3:1.9.0.4
pkgsrc-2010Q3-base:1.9
pkgsrc-2010Q2:1.9.0.2
pkgsrc-2010Q2-base:1.9
pkgsrc-2010Q1:1.8.0.6
pkgsrc-2010Q1-base:1.8
pkgsrc-2009Q4:1.8.0.4
pkgsrc-2009Q4-base:1.8
pkgsrc-2009Q3:1.8.0.2
pkgsrc-2009Q3-base:1.8
pkgsrc-2009Q2:1.7.0.16
pkgsrc-2009Q2-base:1.7
pkgsrc-2009Q1:1.7.0.14
pkgsrc-2009Q1-base:1.7
pkgsrc-2008Q4:1.7.0.12
pkgsrc-2008Q4-base:1.7
pkgsrc-2008Q3:1.7.0.10
pkgsrc-2008Q3-base:1.7
cube-native-xorg:1.7.0.8
cube-native-xorg-base:1.7
pkgsrc-2008Q2:1.7.0.6
pkgsrc-2008Q2-base:1.7
cwrapper:1.7.0.4
pkgsrc-2008Q1:1.7.0.2
pkgsrc-2008Q1-base:1.7
pkgsrc-2007Q4:1.6.0.4
pkgsrc-2007Q4-base:1.6
pkgsrc-2007Q3:1.6.0.2
pkgsrc-2007Q3-base:1.6
pkgsrc-2007Q2:1.4.0.2
pkgsrc-2007Q2-base:1.4
pkgsrc-2007Q1:1.3.0.18
pkgsrc-2007Q1-base:1.3
pkgsrc-2006Q4:1.3.0.16
pkgsrc-2006Q4-base:1.3
pkgsrc-2006Q3:1.3.0.14
pkgsrc-2006Q3-base:1.3
pkgsrc-2006Q2:1.3.0.12
pkgsrc-2006Q2-base:1.3
pkgsrc-2006Q1:1.3.0.10
pkgsrc-2006Q1-base:1.3
pkgsrc-2005Q4:1.3.0.8
pkgsrc-2005Q4-base:1.3
pkgsrc-2005Q3:1.3.0.6
pkgsrc-2005Q3-base:1.3
pkgsrc-2005Q2:1.3.0.4
pkgsrc-2005Q2-base:1.3
pkgsrc-2005Q1:1.3.0.2
pkgsrc-2005Q1-base:1.3
pkgsrc-2004Q4:1.2.0.4
pkgsrc-2004Q4-base:1.2
pkgsrc-2004Q3:1.2.0.2
pkgsrc-2004Q3-base:1.2
pkgsrc-2004Q2:1.1.1.1.0.2
pkgsrc-2004Q2-base:1.1.1.1
pkgsrc-base:1.1.1.1
TNF:1.1.1;
locks; strict;
comment @# @;
1.10
date 2011.01.28.13.35.51; author adam; state dead;
branches;
next 1.9;
1.9
date 2010.06.16.07.56.30; author adam; state Exp;
branches;
next 1.8;
1.8
date 2009.08.21.02.28.13; author schnoebe; state Exp;
branches;
next 1.7;
1.7
date 2008.02.20.14.33.04; author xtraeme; state Exp;
branches;
next 1.6;
1.6
date 2007.08.27.08.41.06; author xtraeme; state Exp;
branches;
next 1.5;
1.5
date 2007.08.26.09.10.54; author xtraeme; state Exp;
branches;
next 1.4;
1.4
date 2007.05.26.11.50.13; author xtraeme; state Exp;
branches;
next 1.3;
1.3
date 2005.01.20.15.08.54; author xtraeme; state Exp;
branches;
next 1.2;
1.2
date 2004.07.14.00.25.11; author xtraeme; state Exp;
branches;
next 1.1;
1.1
date 2004.03.28.19.44.12; author xtraeme; state Exp;
branches
1.1.1.1;
next ;
1.1.1.1
date 2004.03.28.19.44.12; author xtraeme; state Exp;
branches;
next ;
desc
@@
1.10
log
@* force linking against pthread, so some modules do not fail to dlopen()
* sed, rather than patch, config files to meet pkgsrc needs
@
text
@$NetBSD: patch-ag,v 1.9 2010/06/16 07:56:30 adam Exp $
--- etc/c2s.xml.in.orig 2010-06-11 11:44:58.000000000 +0000
+++ etc/c2s.xml.in
@@@@ -5,7 +5,7 @@@@
- @@localstatedir@@/jabberd/pid/c2s.pid
+ @@PIDDIR@@/c2s.pid
@@@@ -27,7 +27,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. -->
@@@@ -60,7 +60,7 @@@@
@@@@ -136,7 +136,7 @@@@
localhost.localdomain
@@@@ -329,7 +329,7 @@@@
@@@@ -399,7 +399,7 @@@@
- @@localstatedir@@/jabberd/db/sqlite.db
+ @@DBDIR@@/sqlite.db
- @@localstatedir@@/jabberd/db
+ @@DBDIR@@
- @@bindir@@/pipe-auth.pl
+ @@BINDIR@@/pipe-auth.pl
@
1.9
log
@Changes 2.2.10:
* Special case to ignore the X509_V_ERR_UNABLE_TO_GET_CRL error
when CRL is not present in chain. Merged patch by Michal Witkowski.
* storage_ldapvcard rebind like auth_ldap for successful connection
to MS Active Directory as LDAP storage. Merged patch by x0r.
* Merged SASL External login for clients patch by Michal Witkowski.
* Merged router-filter redirect option by Ugnich Anton.
* Dropped support for PEP
* Fix for crash on empty pkt->to
@
text
@d1 1
a1 1
$NetBSD$
@
1.8
log
@
Welcome to jabberd2 2.2.8.
@
text
@d3 1
a3 1
--- etc/c2s.xml.in.orig 2009-07-05 16:54:18.000000000 -0500
d32 1
a32 1
@@@@ -125,7 +125,7 @@@@
d39 1
d41 1
a41 2
register-enable='true'
@@@@ -164,7 +164,7 @@@@
d50 1
a50 1
@@@@ -312,7 +312,7 @@@@
d59 1
a59 1
@@@@ -382,7 +382,7 @@@@
d68 1
a68 1
@@@@ -459,7 +459,7 @@@@
d77 1
a77 1
@@@@ -587,7 +587,7 @@@@
@
1.7
log
@Update to 2.1.23. Lots of changes and bugfixes since previous version,
see http://jabberd2.xiaoka.com/wiki/Releases for a detailed description.
@
text
@d3 1
a3 1
--- etc/c2s.xml.in.orig 2008-02-03 08:23:09.000000000 -0600
d32 1
a32 1
@@@@ -118,7 +118,7 @@@@
d41 1
a41 1
@@@@ -157,7 +157,7 @@@@
d50 1
a50 1
@@@@ -284,7 +284,7 @@@@
d59 1
a59 1
@@@@ -393,7 +393,7 @@@@
d68 1
a68 1
@@@@ -407,7 +407,7 @@@@
d77 1
a77 1
@@@@ -535,7 +535,7 @@@@
@
1.6
log
@Replace more paths in two configuration files, reported by Mr. Martti
Kuparinen.
@
text
@d3 6
a8 6
--- etc/c2s.xml.in.orig 2007-08-14 00:29:45.000000000 +0200
+++ etc/c2s.xml.in 2007-08-27 10:31:18.000000000 +0200
@@@@ -6,7 +6,7 @@@@
d10 1
a10 1
+ @@PIDDIR@@/c2s.pid
d14 1
a14 1
@@@@ -28,7 +28,7 @@@@
d23 2
a24 2
@@@@ -61,7 +61,7 @@@@
d32 2
a33 2
@@@@ -113,7 +113,7 @@@@
localhost
d35 1
a35 1
d50 10
a59 1
@@@@ -362,7 +362,7 @@@@
d68 1
a68 1
@@@@ -376,7 +376,7 @@@@
d74 1
a74 1
d77 1
a77 1
@@@@ -440,7 +440,7 @@@@
@
1.5
log
@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 wrapper for logged packets.
@
text
@d3 2
a4 2
--- 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
d32 9
@
1.4
log
@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
@
text
@d3 2
a4 2
--- 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
d10 1
a10 1
+ @@PIDDIR@@/c2s.pid
d32 1
a32 10
@@@@ -109,7 +109,7 @@@@
localhost
- @@localstatedir@@/jabberd/db/sqlite.db
+ @@DBDIR@@/sqlite.db
d23 1
a23 1
@@@@ -56,7 +56,7 @@@@
d32 12
a43 3
@@@@ -88,13 +88,13 @@@@
connections. If this is commented out, clients will not be
offered the STARTTLS stream extension -->
d49 2
a50 9