summaryrefslogtreecommitdiff
path: root/chat/prosody/Makefile
diff options
context:
space:
mode:
authornros <nros@pkgsrc.org>2015-04-15 14:05:46 +0000
committernros <nros@pkgsrc.org>2015-04-15 14:05:46 +0000
commit7ce47124a27d427c385fc3375c457e2bcb901339 (patch)
treed02c4a40797cc251bc3d02e67f40138a99007d08 /chat/prosody/Makefile
parent6c6616d68070723882cd4442d4dc29ffa103d35d (diff)
downloadpkgsrc-7ce47124a27d427c385fc3375c457e2bcb901339.tar.gz
Update prosody to version 0.9.8.
Changelog: Changes ordered by priority. High: * Ensure only valid UTF-8 is passed to libidn. It was found (CVE-2015-2059) that libidn can read beyond the boundaries of the provided buffer when an input string contains invalid UTF-8 sequences. Systems where Prosody is compiled with libICU are not affected by this issue. Medium: * DNS: Fix traceback caused when DNS server IP is unroutable (issue 473) * HTTP client: More robust handling of chunked encoding across packet boundaries * Stanza router: Fix handling of 'error' <iq>'s with multiple children Low: * c2s: Fix error reply when clients try to bind multiple resources on the same stream (issue 484) * s2s: Ensure to/from attributes are always present on stream headers, even if empty (issue 468) * Build scripts: Add --libdir option to ./configure to simplify building on some platforms * Fix traceback in datamanager when used outside of Prosody (e.g. in some migration tools) * mod_admin_telnet: Fix potential traceback in server:memory() command (issue 471) * HTTP server: Improved debug logging
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 6eedbdc7073..ea083844eaf 100644
--- a/chat/prosody/Makefile
+++ b/chat/prosody/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2014/12/15 11:49:50 fhajny Exp $
+# $NetBSD: Makefile,v 1.21 2015/04/15 14:05:46 nros Exp $
#
-DISTNAME= prosody-0.9.7
+DISTNAME= prosody-0.9.8
CATEGORIES= chat
MASTER_SITES= http://prosody.im/downloads/source/