diff options
author | fhajny <fhajny@pkgsrc.org> | 2014-03-10 13:01:17 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2014-03-10 13:01:17 +0000 |
commit | c46a8e531741e0b9890f582f11cc317886a0ee13 (patch) | |
tree | e7ad987c89a838231ee5098ec951d9bfe70e4da4 /chat/prosody/Makefile | |
parent | 18db921b27baff209639501b3f55bdc1cab46b53 (diff) | |
download | pkgsrc-c46a8e531741e0b9890f582f11cc317886a0ee13.tar.gz |
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
Diffstat (limited to 'chat/prosody/Makefile')
-rw-r--r-- | chat/prosody/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
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 |