summaryrefslogtreecommitdiff
path: root/chat/jabberd2/Makefile
diff options
context:
space:
mode:
authorschnoebe <schnoebe@pkgsrc.org>2015-12-13 23:46:11 +0000
committerschnoebe <schnoebe@pkgsrc.org>2015-12-13 23:46:11 +0000
commitbd47908876b55188583ac7c23d82f9cf9d668681 (patch)
treed338ec46c24e1cd34e623175639b792dfa988511 /chat/jabberd2/Makefile
parentcfe6ed9259a0eeb2988915dd1a20fe2b7daee039 (diff)
downloadpkgsrc-bd47908876b55188583ac7c23d82f9cf9d668681.tar.gz
Update to jabberd 2.3.4:
This is a major feature release with a bit of bugfixes. With this release jabberd2 joins HTTP realm with WebSocket client connections handling built in C2S module! :-) Changes: * Rewrite TLS ephemeral key + cipher handling * Recover Berkeley DB before opening it * bcrypt support for PostgreSQL * Option to set authreg module per realm * AuthReg ANONYMOUS does not offer password check * Answer to disco#info queries to user JID * WebSocket C2S SX plugin Note: websockets are not available, as the required http-parser module is not (yet) in pkgsrc.
Diffstat (limited to 'chat/jabberd2/Makefile')
-rw-r--r--chat/jabberd2/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/chat/jabberd2/Makefile b/chat/jabberd2/Makefile
index de057959f48..1cc1bfd18ee 100644
--- a/chat/jabberd2/Makefile
+++ b/chat/jabberd2/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.100 2015/10/10 01:58:00 ryoon Exp $
+# $NetBSD: Makefile,v 1.101 2015/12/13 23:46:11 schnoebe Exp $
-DISTNAME= jabberd-2.3.3
-PKGREVISION= 2
+DISTNAME= jabberd-2.3.4
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_GITHUB:=jabberd2/jabberd2/releases/download/${DISTNAME}/}
EXTRACT_SUFX= .tar.xz