pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/chat/prosody



Module Name:    pkgsrc
Committed By:   nros
Date:           Wed Apr 15 14:05:46 UTC 2015

Modified Files:
        pkgsrc/chat/prosody: Makefile distinfo
        pkgsrc/chat/prosody/patches: patch-aa

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/chat/prosody/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/chat/prosody/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/chat/prosody/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index