Added a LICENSE clause.

Update to Jabberd 2.2.8:

From the release announcement:
	What changed:
	- User can message/query own resources
	- Settable size for vCard image field
	- Proper server disco#info answer
	- Support for /etc/hosts lookup (as a last resort)
	- many stability fixes

	Security Note: r765 fixes a possible router crasher when an "evil"
	directly connected component may crash router (thus the whole
	server). Since components are considered trusted, this is a minor
	issue. But once a remote user finds a way of triggering the "bad"
	packet from a component, this might become a serious issue. You've
	been warned.

Changelog:
 * Proper check for valid arguments in nad_find_namespace(). Fixes Bug
   #364816.
 * fix for ser_string_get missing from storage_db.so by Michael Weiser.
   Fixes Bug #345947
 * Send all in-sess generated and not processed packets to the wild.
 * Proper order of redirect and background job operators
 * Merged support for settable vCard and vCard-avatar fields size by
   Sylvain Rochet. Fixes Bug #336123
 * Redirecting both stdout and stdin to /dev/null on daemon launch.
   Fixes Bug #349714
 * Give both disco#info and disco#items to disco#info query. Fixes Bug
   #349134.
 * End SM session when client disconnects before session start recieved
 * Replying with presence-unsubscribed to presence-probe only. Fixes Bug
   #341170.
 * Added /etc/hosts support in s2s resolver. Thanks to Gebi Miguel.
   Fixes #63
 * New Visual Studio 2008 compatible README.win32
 * Visual Studio 2008 (SP1) projects migration
 * Use only necessary link libraries
 * Use own OpenSSL libraries (i.e. libeay32.lib instad of libeay32MT.lib
   from Shining Light Productions)
 * Add OpenSSL directly to the build, avoiding problems with OpenSSL
   installation on some systems
 * Remove OpenSSL check (now it is installed inside jabberd2 folder)
 * Check VS 2008 RTM on Vista and Windows 7 too
 * Define target versions to Win2k and IE4 to avoid problems with Vista
   SDK
+ cleanup junky comments
 * util.h is local in util folder
 * Add SSL_OP_NO_TICKET definition for older OpenSSL installations.
   Fixes #256
 * ANSI C compatibility, variable declaration at the beginning of the
   block.
This commit is contained in:
Eric Schnoebelen 2009-04-28 13:17:45 +00:00 committed by Thomas Klausner
parent 866e08b759
commit 162d6a3069
3 changed files with 10 additions and 8 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.61 2009/02/25 03:29:40 schnoebe Exp $
# $NetBSD: Makefile,v 1.62 2009/04/28 13:17:45 schnoebe Exp $
DISTNAME= jabberd-2.2.7.1
DISTNAME= jabberd-2.2.8
CATEGORIES= chat
MASTER_SITES= http://ftp.xiaoka.com/jabberd2/releases/
EXTRACT_SUFX= .tar.bz2
@ -8,6 +8,8 @@ EXTRACT_SUFX= .tar.bz2
MAINTAINER= eric@cirr.com
HOMEPAGE= http://jabberd2.xiaoka.com/
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
COMMENT= XMPP (Jabber) instant messaging server

View file

@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.27 2009/02/25 03:29:40 schnoebe Exp $
$NetBSD: distinfo,v 1.28 2009/04/28 13:17:46 schnoebe Exp $
SHA1 (jabberd-2.2.7.1.tar.bz2) = cdfef315e8c71032f71ebbee79d825dcfa91b94a
RMD160 (jabberd-2.2.7.1.tar.bz2) = b3ddd274e0d6144cc9f7656a06e1926e5825abe8
Size (jabberd-2.2.7.1.tar.bz2) = 645779 bytes
SHA1 (jabberd-2.2.8.tar.bz2) = 0af7fd0d15bed16acae2b02aed838cfaadb784b6
RMD160 (jabberd-2.2.8.tar.bz2) = ec3b1a03220bb5521b6dce611a8f74f987486123
Size (jabberd-2.2.8.tar.bz2) = 631830 bytes
SHA1 (patch-aa) = 111a3ec7dfc9b54a6dca0401692615b5e12bf0f1
SHA1 (patch-ab) = c33cefcb0ddbcec732e475eaf5b931cdc8dd6cc7
SHA1 (patch-ac) = 748ee239da083915b839e6f89c83112295b7215c

View file

@ -1,4 +1,4 @@
# $NetBSD: options.mk,v 1.8 2008/07/28 18:23:56 schnoebe Exp $
# $NetBSD: options.mk,v 1.9 2009/04/28 13:17:46 schnoebe Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.jabberd2
PKG_OPTIONS_REQUIRED_GROUPS= auth storage sasl
@ -9,7 +9,7 @@ PKG_OPTIONS_GROUP.auth+= auth-db auth-ldap auth-pam
PKG_OPTIONS_GROUP.storage= storage-mysql storage-pgsql
PKG_OPTIONS_GROUP.storage+= storage-sqlite storage-db
# SASL implementation
PKG_OPTIONS_GROUP.sasl= sasl-cyrus sasl-gnu
PKG_OPTIONS_GROUP.sasl= sasl-cyrus sasl-gnu
# debugging
PKG_SUPPORTED_OPTIONS+= debug
PKG_SUGGESTED_OPTIONS= auth-sqlite storage-sqlite sasl-gnu