pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/jabberd2 Update to 2.1.8:
details: https://anonhg.NetBSD.org/pkgsrc/rev/cdcac9d28b7f
branches: trunk
changeset: 530882:cdcac9d28b7f
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Fri Jul 13 09:43:36 2007 +0000
description:
Update to 2.1.8:
2.1.8
2007-07-12
* Resurrected /scod from revision 189
* Changed SASL backend selection method. Incorporated SCOD selection option.
* Keeping garbage out of LIBS variable.
* Reporting dropped packet when starttls-required.
* Fix for storage_db compilation error after util/ cleanup.
2.1.7
2007-07-04
* Full Win32 support
o proper build under Windows
o support for native Windows network I/O
o runs as a service under Windows
o native Windows auth modules:
+ ntlogon
+ sspi
o Windows installer
* Support for reloading c2s serviced hosts on SIGHUP
* Proper dynamic module handling on non GCC platforms
* Defaulting MySQL connection to UTF-8
* Removed support for ZeroK authentication
* Fixed dynamic linker detection with libtool
* XMPP compatibility fixes
* Exported libsubst sysmbols dynamic for sm modules to use
diffstat:
chat/jabberd2/Makefile | 6 +++---
chat/jabberd2/distinfo | 8 ++++----
chat/jabberd2/options.mk | 10 +++-------
3 files changed, 10 insertions(+), 14 deletions(-)
diffs (60 lines):
diff -r 76b92aaa6825 -r cdcac9d28b7f chat/jabberd2/Makefile
--- a/chat/jabberd2/Makefile Fri Jul 13 09:26:31 2007 +0000
+++ b/chat/jabberd2/Makefile Fri Jul 13 09:43:36 2007 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.38 2007/07/04 20:54:33 jlam Exp $
+# $NetBSD: Makefile,v 1.39 2007/07/13 09:43:36 xtraeme Exp $
#
-DISTNAME= jabberd-2.1.6
-PKGREVISION= 1
+DISTNAME= jabberd-2.1.8
+#PKGREVISION= 1
CATEGORIES= chat
MASTER_SITES= http://ftp.xiaoka.com/jabberd2/releases/
EXTRACT_SUFX= .tar.bz2
diff -r 76b92aaa6825 -r cdcac9d28b7f chat/jabberd2/distinfo
--- a/chat/jabberd2/distinfo Fri Jul 13 09:26:31 2007 +0000
+++ b/chat/jabberd2/distinfo Fri Jul 13 09:43:36 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.11 2007/05/26 11:50:12 xtraeme Exp $
+$NetBSD: distinfo,v 1.12 2007/07/13 09:43:36 xtraeme Exp $
-SHA1 (jabberd-2.1.6.tar.bz2) = fbb846a164d9ae5e6eaf8227ac8c82257acdb1e8
-RMD160 (jabberd-2.1.6.tar.bz2) = d02b395d0e9fded2d9136cb3fbd27f907958aa84
-Size (jabberd-2.1.6.tar.bz2) = 865179 bytes
+SHA1 (jabberd-2.1.8.tar.bz2) = 9d405239a0e54719f33643dcac73d84212c79258
+RMD160 (jabberd-2.1.8.tar.bz2) = ad91437263ecab6da2319312357784be45b97433
+Size (jabberd-2.1.8.tar.bz2) = 1035763 bytes
SHA1 (patch-aa) = bd62fd5956cb6722f7cb4b5bdca05ee502f43e46
SHA1 (patch-ab) = de1c8ec12b55117223bcca2071499c42ab145a34
SHA1 (patch-ac) = 6750c724910a7be4b19488af02d57784ff06af3d
diff -r 76b92aaa6825 -r cdcac9d28b7f chat/jabberd2/options.mk
--- a/chat/jabberd2/options.mk Fri Jul 13 09:26:31 2007 +0000
+++ b/chat/jabberd2/options.mk Fri Jul 13 09:43:36 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.16 2007/06/12 21:17:34 jwise Exp $
+# $NetBSD: options.mk,v 1.17 2007/07/13 09:43:36 xtraeme Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.jabberd2
@@ -69,17 +69,13 @@
.endif
.if !empty(PKG_OPTIONS:Mcyrus-sasl)
-CONFIGURE_ARGS+= --enable-cyrus
+CONFIGURE_ARGS+= --with-sasl=cyrus
. include "../../security/cyrus-sasl/buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --disable-cyrus
.endif
.if !empty(PKG_OPTIONS:Mgnusasl)
-CONFIGURE_ARGS+= --enable-gsasl
+CONFIGURE_ARGS+= --with-sasl=gsasl
. include "../../security/gsasl/buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --disable-gsasl
.endif
.if !empty(PKG_OPTIONS:Mauth-pam)
Home |
Main Index |
Thread Index |
Old Index