aboutsummaryrefslogtreecommitdiff
path: root/net/prosody/Makefile
Commit message (Collapse)AuthorAge
* prosody: update to version 0.11.13Josef Schlehofer2022-01-28
| | | | | | | | | | | | | Fixes CVEs: - CVE-2022-0217 - CVE-2021-37601 - CVE-2021-32918 - CVE-2021-32920 - CVE-2021-32921 - CVE-2021-32917 - CVE-2021-32919 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* prosody: fix shellcheck warningsRosen Penev2020-10-15
| | | | | | | | | | Remove paxctl stuff. pax is not packaged in OpenWrt. Add reload support. Install lua cfg file as 644. It's needed to be readable as prosody user Signed-off-by: Rosen Penev <rosenp@gmail.com>
* prosody: update to 0.11.7Rosen Penev2020-10-15
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* prosody: update to 0.11.5Vieno Hakkerinen2020-04-21
| | | | Signed-off-by: Vieno Hakkerinen <vieno@hakkerinen.eu>
* prosody: /etc/prosody permissions fixSergio E. Nemirowski2020-03-31
| | | | Signed-off-by: Sergio E. Nemirowski <sergio@outerface.net>
* prosody: Update to 0.11.3Rosen Penev2019-12-08
| | | | | | Several Makefile rearrangements for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: avoid deref symlinks when installing .soYousong Zhou2019-06-21
| | | | | | | | | | | | | | This change is inspired by commit openwrt/openwrt@38b22b1e ("nghttp2: deduplicate files in libnghttp2") The packages in this commit are identified with the following command grep -rin -E 'INSTALL_(DATA|BIN)' | grep -F '.so' | grep -F '*' Some of them do not have symlinks and are not affected, but the change is still applied for consideration of best practices just in case Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* prosody: Change linker from LD to CCRosen Penev2019-04-05
| | | | | | | | | | This is causing linking errors on i3486 and maybe other platforms. Linking with LD does not seem to be very portable. Also cleaned up the Makefile by getting rid of whitespace, HTTPS, duplicated entries, etc... Signed-off-by: Rosen Penev <rosenp@gmail.com>
* prosody: Update prosody to 0.11.2 UpdateLuís Felipe Safady2019-02-14
| | | | | | | | Fixes CVE-2018-10847 Added PKG_CPE_ID for proper CVE tracking. Signed-off-by: Luís Felipe Safady <lagonauta@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* prosody: bump to version 0.9.12heil2017-01-15
| | | | Signed-off-by: heil <heil@terminal-consulting.de>
* treewide: replace $(STAGING_DIR)/host and $(HOST_BUILD_PREFIX) with ↵Matthias Schiffer2017-01-10
| | | | | | | | | | | | | | | | | | $(STAGING_DIR_HOSTPKG) As both LEDE and OpenWrt have STAGING_DIR_HOSTPKG now, we can start to rely on it. See 73b7f55424de52d8179a9ad808252fe3bf8dcc9d for more information on STAGING_DIR_HOSTPKG. STAGING_DIR_HOSTPKG won't actually be changed before the first LEDE release (it is equivalent to $(STAGING_DIR)/host), so this simple search/replace cleanup is safe to apply. Doing this cleanup now will be useful for the Gluon project (an OpenWrt/LEDE based firmware framework) for experimenting with modifying STAGING_DIR_HOSTPKG before doing this in the LEDE upstream. Also fixes a typo in the dbus Makefile ("STAGIND_DIR"). Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* 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>