From c46a8e531741e0b9890f582f11cc317886a0ee13 Mon Sep 17 00:00:00 2001 From: fhajny Date: Mon, 10 Mar 2014 13:01:17 +0000 Subject: Update prosody to 0.9.3. Changes in 0.9.3: - A config file passed as command line argument is no longer forgotten when config is reloaded - MUC: Allow admins to always bypass restrict_room_creation - Strip trailing '.' when normalizing hostnames - HTTP: Prevent silent connection failures - Components: Allow easier overriding of component authentication by plugins - Components: Enable TCP keepalives - Migrator: Better error reporting and improved robustness - S2S: Include IP in log messages, if hostname is unavailable - TLS: Log error when initialization fails Changes in 0.9.2: - Debian/Ubuntu packages fixed to always generate per-system certs - TLS: Improved cipher string, and use Prosody's preferred ciphers - MUC: Fix for Spark clients not displaying room lists --- chat/prosody/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'chat/prosody/Makefile') diff --git a/chat/prosody/Makefile b/chat/prosody/Makefile index 130d32b9f9f..60db641c78a 100644 --- a/chat/prosody/Makefile +++ b/chat/prosody/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2014/02/12 23:17:37 tron Exp $ +# $NetBSD: Makefile,v 1.13 2014/03/10 13:01:17 fhajny Exp $ # -DISTNAME= prosody-0.9.1 -PKGREVISION= 2 +DISTNAME= prosody-0.9.3 CATEGORIES= chat MASTER_SITES= http://prosody.im/downloads/source/ @@ -47,6 +46,10 @@ PKG_SHELL.${PROSODY_USER}= ${NOLOGIN} PKG_SYSCONFSUBDIR= ${PKGBASE} EGDIR= ${PREFIX}/share/examples/${PKGBASE} CONF_FILES+= ${EGDIR}/prosody.cfg.lua ${PKG_SYSCONFDIR}/prosody.cfg.lua +CONF_FILES+= ${EGDIR}/certs/example.com.cnf ${PKG_SYSCONFDIR}/certs/example.com.cnf +CONF_FILES+= ${EGDIR}/certs/example.com.crt ${PKG_SYSCONFDIR}/certs/example.com.crt +CONF_FILES+= ${EGDIR}/certs/example.com.key ${PKG_SYSCONFDIR}/certs/example.com.key +CONF_FILES+= ${EGDIR}/certs/localhost.cnf ${PKG_SYSCONFDIR}/certs/localhost.cnf CONF_FILES+= ${EGDIR}/certs/localhost.crt ${PKG_SYSCONFDIR}/certs/localhost.crt CONF_FILES+= ${EGDIR}/certs/localhost.key ${PKG_SYSCONFDIR}/certs/localhost.key -- cgit v1.2.3