diff options
author | fhajny <fhajny@pkgsrc.org> | 2014-04-07 20:32:20 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2014-04-07 20:32:20 +0000 |
commit | b8d0ee98ecb78f2ed29a2fd742e0353f849d082c (patch) | |
tree | 06b8bff85b788fa4d5870c888e1e4078945a9f88 /chat/prosody/Makefile | |
parent | 9d255529dda21b989c04d61688b713c5dccca29d (diff) | |
download | pkgsrc-b8d0ee98ecb78f2ed29a2fd742e0353f849d082c.tar.gz |
Update prosody to 0.9.4.
Fix for a DoS vulnerability, see
https://www.debian.org/security/2014/dsa-2895
Changes in 0.9.4:
- Compression: Disallow compression on unauthenticated streams
- Core: Limit default read size and maximum stanza size
- Core: Enable SASL EXTERNAL by default for component s2s
- S2S: Warn if s2s_secure_auth and s2s_require_encryption have been
set in conflicting ways
- S2S: Warn if no local network addresses were found, preventing
successful s2s
- MUC: Fix traceback when a non-occupant tried to change an
occupant's role
- MUC: API: Fire an event when temporary rooms are destroyed after
the last person leaves
- Telnet: Fixed traceback when listing users
- Telnet: Apply normalization to JIDs in user management commands
- HTTP: Fix directory detection in file server on Windows
- Plugins: Fix paths on Windows
- MOTD: Don't strip blank lines from the message provided in the config
- prosodyctl: Better error reporting when generating certificates
- Makefile: Improve FreeBSD compatibility
- Multiple fixes to our migration tools, and support for importing MUCs
from ejabberd
Diffstat (limited to 'chat/prosody/Makefile')
-rw-r--r-- | chat/prosody/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/prosody/Makefile b/chat/prosody/Makefile index 60db641c78a..16a7eb1eece 100644 --- a/chat/prosody/Makefile +++ b/chat/prosody/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2014/03/10 13:01:17 fhajny Exp $ +# $NetBSD: Makefile,v 1.14 2014/04/07 20:32:20 fhajny Exp $ # -DISTNAME= prosody-0.9.3 +DISTNAME= prosody-0.9.4 CATEGORIES= chat MASTER_SITES= http://prosody.im/downloads/source/ |