summaryrefslogtreecommitdiff
path: root/chat/prosody/Makefile
diff options
context:
space:
mode:
authorfhajny <fhajny>2016-02-01 12:35:33 +0000
committerfhajny <fhajny>2016-02-01 12:35:33 +0000
commit2b588bf0c2c5c2c86bb8dc080f23ec7962dde42e (patch)
tree5baaec6341ce1a826c2e85a78a699d51832a9925 /chat/prosody/Makefile
parent64a8a9eae62bdde0096f93072ce75540ca343143 (diff)
downloadpkgsrc-2b588bf0c2c5c2c86bb8dc080f23ec7962dde42e.tar.gz
Update chat/prosody to 0.9.10.
Security - mod_dialback: Adopt key generation algorithm from XEP-0185, to prevent impersonation attacks (CVE-2016-0756) Fixes and improvements - Startup: Open /dev/urandom read-only, to fix a failure to start on some systems (fixes #585) - Networking: Improve handling of the 'select' network backend running out of file descriptors Minor changes - Networking: Increase default internal read size to prevent connections stalling with LuaEvent (see #583) - DNS: Discard queries that failed to send due to connection errors (fixes #598) - c2s, s2s: Lower priority of shutdown handler, so that modules such as MUC can always send shutdown notifications to (remote) users (fixes #601)
Diffstat (limited to 'chat/prosody/Makefile')
-rw-r--r--chat/prosody/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/prosody/Makefile b/chat/prosody/Makefile
index f9ae1c11111..ec5c28f6a65 100644
--- a/chat/prosody/Makefile
+++ b/chat/prosody/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2016/01/25 13:01:39 fhajny Exp $
+# $NetBSD: Makefile,v 1.23 2016/02/01 12:35:33 fhajny Exp $
#
-DISTNAME= prosody-0.9.9
+DISTNAME= prosody-0.9.10
CATEGORIES= chat
MASTER_SITES= http://prosody.im/downloads/source/