summaryrefslogtreecommitdiff
path: root/chat/jabberd2/Makefile
diff options
context:
space:
mode:
authorschnoebe <schnoebe@pkgsrc.org>2016-02-09 00:21:59 +0000
committerschnoebe <schnoebe@pkgsrc.org>2016-02-09 00:21:59 +0000
commit123eaca8ba4db6523a5ffa7bf9f3db4e50c74d90 (patch)
treeb920819a012958f8122010aa22a0a438939ee3e6 /chat/jabberd2/Makefile
parent70fe994413aef92369feb8a0ad85fa1103aeddb3 (diff)
downloadpkgsrc-123eaca8ba4db6523a5ffa7bf9f3db4e50c74d90.tar.gz
Packaging changes:
move requirement for cppunit to debug option add db-update.pgsql, README.md Updated to version 2.3.5 This file contains news, important changes and upgrade instructions between different versions of jabberd2. * 2.3.4 to 2.3.5 upgrade: What changed: - Module to verify users using e-mail - Reordered MIO backends priority - Skip non-existing blowfish i386 assembler code - Use CSPRNG for dialback keys - Allow presence probing own connections - Use OpenSSL functions for base64 en/decoding when available - Option to dump packet-filter matched packets to file mod_verify requires CREATE TABLE "verify" in DB. Make sure you created it before enabling the module in sm.xml. MIO backends are prioritized from best to worst now, so if you do not enforce a backend with ./configure it may change in new build. jabberd2 is now leaning strongly against OpenSSL. It is still possible to use without, but not advisable.
Diffstat (limited to 'chat/jabberd2/Makefile')
-rw-r--r--chat/jabberd2/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/chat/jabberd2/Makefile b/chat/jabberd2/Makefile
index 1cc1bfd18ee..161376cb7e8 100644
--- a/chat/jabberd2/Makefile
+++ b/chat/jabberd2/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.101 2015/12/13 23:46:11 schnoebe Exp $
+# $NetBSD: Makefile,v 1.102 2016/02/09 00:21:59 schnoebe Exp $
-DISTNAME= jabberd-2.3.4
+DISTNAME= jabberd-2.3.5
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_GITHUB:=jabberd2/jabberd2/releases/download/${DISTNAME}/}
EXTRACT_SUFX= .tar.xz
@@ -64,8 +64,9 @@ DOCDIR= ${PREFIX}/share/doc/jabberd
FILES= jabberd.cfg c2s.xml router.xml router-users.xml \
router-filter.xml s2s.xml sm.xml
DBFILES= db-jd14-2-jd2.sql db-setup.mysql db-setup.pgsql \
- db-update.mysql db-setup.sqlite db-update.sqlite
-DOCFILES= README.protocol README README.config NEWS
+ db-setup.sqlite db-update.mysql db-update.pgsql \
+ db-update.sqlite
+DOCFILES= README README.config README.md README.protocol NEWS
INSTALLATION_DIRS= bin ${EGDIR} ${DOCDIR}
@@ -124,7 +125,6 @@ post-install:
.endfor
.include "../../converters/libiconv/buildlink3.mk"
-.include "../../devel/cppunit/buildlink3.mk"
.include "../../devel/libidn/buildlink3.mk"
.include "../../net/udns/buildlink3.mk"
.include "../../security/gsasl/buildlink3.mk"