diff options
author | fhajny <fhajny@pkgsrc.org> | 2016-02-01 12:35:33 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2016-02-01 12:35:33 +0000 |
commit | dda9f90308ee4b67a0b69fb89eaa7c69a83cdb1e (patch) | |
tree | 5baaec6341ce1a826c2e85a78a699d51832a9925 /chat | |
parent | 258d7bc8630278ced948146287f994c38cc309e1 (diff) | |
download | pkgsrc-dda9f90308ee4b67a0b69fb89eaa7c69a83cdb1e.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')
-rw-r--r-- | chat/prosody/Makefile | 4 | ||||
-rw-r--r-- | chat/prosody/distinfo | 10 |
2 files changed, 7 insertions, 7 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/ diff --git a/chat/prosody/distinfo b/chat/prosody/distinfo index bed3646f04b..fc95fb311ae 100644 --- a/chat/prosody/distinfo +++ b/chat/prosody/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.11 2016/01/25 13:01:39 fhajny Exp $ +$NetBSD: distinfo,v 1.12 2016/02/01 12:35:33 fhajny Exp $ -SHA1 (prosody-0.9.9.tar.gz) = 687cef7fe1c39c0309e35fd0718e1906c797bdff -RMD160 (prosody-0.9.9.tar.gz) = 94a2aa93c4f820a1eb1b8bfadd4b12492e437320 -SHA512 (prosody-0.9.9.tar.gz) = f1b40d312819ba9f7eef0656e3e009319179a6c931fae6886ce8ad0e57c79365431ab3d115c3a9b2c8742e6027e5370af9c4732e01116038f64e0a5af5d396f3 -Size (prosody-0.9.9.tar.gz) = 269415 bytes +SHA1 (prosody-0.9.10.tar.gz) = 572b3dc6f29cb304cc7d4c5a2ef570cf0638fe63 +RMD160 (prosody-0.9.10.tar.gz) = adee85a03e80b8953c55ec6dc5e89773c342bc5a +SHA512 (prosody-0.9.10.tar.gz) = 4453fb596704b6a248a52dedc00cfc77edbee1fad502f1197b04c2148092389a294c152c3ba36203f51831d51ee2b915c15382ac86fcff4f35696ecacf926574 +Size (prosody-0.9.10.tar.gz) = 267380 bytes SHA1 (patch-aa) = a51829983e9b4b28ee769a101df3dec00daf677d SHA1 (patch-ab) = 755dd6d77689ef56ea4468f943f149933be72378 SHA1 (patch-ad) = abcae34982fee846c00252be1c0b033a44ad65d0 |