aboutsummaryrefslogtreecommitdiff
path: root/net/prosody
Commit message (Collapse)AuthorAge
* prosody: update to 0.9.10, switch to procd init scriptStefan Hellermann2016-02-18
| | | | | | | | | Update to 0.9.10 due to https://prosody.im/issues/issue/585 The init script seems to block, as "prosodyctl start" started to block at least on my configuration. I switched to a procd init script, which deals with blocking processes. Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
* prosody: upgrade to 0.9.9heil2016-01-25
| | | | | | | | fixes: * path traversal vulnerability in mod_http_files (CVE-2016-1231) * use of weak PRNG in generation of dialback secrets (CVE-2016-1232) Signed-off-by: heil <heil@terminal-consulting.de>
* prosody: bump to 0.9.8Thomas Heil2015-03-30
| | | | | | | | - 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. Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* prosody: fix use of randomseed (prosody issue #439)W. Michael Petullo2015-01-02
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* prosody: update to 0.9.7Stefan Hellermann2014-12-08
| | | | | | | | | | | update prosody to 0.9.7 to get the latest fixes. Changelogs: http://blog.prosody.im/prosody-0-9-5-released/ http://blog.prosody.im/prosody-0-9-6-released/ http://blog.prosody.im/prosody-0-9-7-released/ Tested for a few days with a dozen clients Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
* generic userid: use the new USERID apiJohn Crispin2014-10-08
| | | | | | | | recent changes in trunk allow us to specify the userid inside the openwrt makefile. the info is stored int he meta data of the IPK contorl file and users are generated by the new generic postinst trigger. Signed-off-by: John Crispin <blogic@openwrt.org>
* prosody: add s2s and other modules to packageW. Michael Petullo2014-09-20
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* prosody: import from packages, add myself as the maintainerThomas Heil2014-06-23
This adds the prosody package from the old svn tree. Ive updated the licensing information and will maintain the package in the future. This request also updates prosdoy to the latest version 0.9.4. Signed-off-by: Thomas Heil <heil@terminal-consulting.de>