Date: Fri, 30 Oct 2015 13:57:22 +0000 (UTC) From: Martin Matuska <mm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400539 - in head/net-im/jabberd: . files Message-ID: <201510301357.t9UDvMEY039022@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mm Date: Fri Oct 30 13:57:22 2015 New Revision: 400539 URL: https://svnweb.freebsd.org/changeset/ports/400539 Log: Update jabberd to 2.3.4 Added: head/net-im/jabberd/files/patch-sx__plugins.h (contents, props changed) Modified: head/net-im/jabberd/Makefile head/net-im/jabberd/distinfo Modified: head/net-im/jabberd/Makefile ============================================================================== --- head/net-im/jabberd/Makefile Fri Oct 30 13:55:08 2015 (r400538) +++ head/net-im/jabberd/Makefile Fri Oct 30 13:57:22 2015 (r400539) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jabberd -PORTVERSION= 2.3.3 +PORTVERSION= 2.3.4 CATEGORIES= net-im MASTER_SITES= https://github.com/jabberd2/jabberd2/releases/download/${PORTNAME}-${DISTVERSION}/ \ LOCAL/matthew/${PORTNAME} Modified: head/net-im/jabberd/distinfo ============================================================================== --- head/net-im/jabberd/distinfo Fri Oct 30 13:55:08 2015 (r400538) +++ head/net-im/jabberd/distinfo Fri Oct 30 13:57:22 2015 (r400539) @@ -1,2 +1,2 @@ -SHA256 (jabberd-2.3.3.tar.xz) = c6c2f34d0811e90c5c791143018bb5b07ecbe2ea5d8cc10140235d25815cb030 -SIZE (jabberd-2.3.3.tar.xz) = 1457340 +SHA256 (jabberd-2.3.4.tar.xz) = 9a17fae72460dd4454814edb48a7a1af7071cf331dabc2b0b6029661a36bb671 +SIZE (jabberd-2.3.4.tar.xz) = 1482736 Added: head/net-im/jabberd/files/patch-sx__plugins.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/jabberd/files/patch-sx__plugins.h Fri Oct 30 13:57:22 2015 (r400539) @@ -0,0 +1,22 @@ +diff --git a/sx/plugins.h b/sx/plugins.h +index b5d3934..65dae93 100644 +--- a/sx/plugins.h ++++ sx/plugins.h +@@ -159,7 +159,7 @@ typedef struct _sx_compress_conn_st { + JABBERD2_API int sx_ack_init(sx_env_t env, sx_plugin_t p, va_list args); + + /* websocket wrapper plugin */ +-//#ifdef USE_WEBSOCKET ++#ifdef USE_WEBSOCKET + #include <http_parser.h> + #include <util/util.h> + +@@ -183,7 +183,7 @@ typedef struct _sx_websocket_conn_st { + xht headers; + void *frame; + } *_sx_websocket_conn_t; +-//#endif ++#endif + + #ifdef __cplusplus + }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510301357.t9UDvMEY039022>