aboutsummaryrefslogtreecommitdiff
path: root/libs/libwebsockets
Commit message (Collapse)AuthorAge
* libwebsockets: remove build hostnameAlexander Couzens2017-12-11
| | | | | | | Using the build hostname breaks reproducible builds. The patch is already merged upstream Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* libwebsockets: bump to version 2.4.1Karl Palsson2017-12-11
| | | | | | No changelog entry upstream unfortunately. Signed-off-by: Karl Palsson <karlp@etactica.com>
* libwebsockets: Upgrade to 2.4.0 and drop wolfssl for mbedtlsKarl Palsson2017-10-25
| | | | | | | | Libwebsockets 2.4.0 now includes mbedtls as a first class citizen. Drop the problematic and poorly supported wolf/cyassl variant and add mbedtls variant instead. Signed-off-by: Karl Palsson <karlp@etactica.com>
* libwebsockets: rename cyassl variant to wolfsslKarl Palsson2017-09-01
| | | | | | | libwolfssl doesn't exist yet, but at least get all the names right as much as we can. Signed-off-by: Karl Palsson <karlp@etactica.com>
* libwebsockets: fix build for cyassl variantAlexandru Ardelean2017-09-01
| | | | | | | | Looks like the cyassl redirect to wolfssl does not work flawlessly in libwebsockets. Tested with libwolfssl 3.12.0 & 3.10.0 from LEDE. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* libwebsockets: bump to 2.2.1Karl Palsson2017-05-05
| | | | | | | | | | | | Changelog is https://github.com/warmcat/libwebsockets/blob/v2.2.1/changelog Since 2.0.3, the last version packaged, banner highlights are: * mountains of work on lws being it's own webserver * fixes apparently, but they don't get changelog entries. Signed-off-by: Karl Palsson <karlp@etactica.com>
* libwebsockets: fix typos referencing package nameDenis Osvald2017-03-28
| | | | | | | | | | In commit f82287cf5c1b2acd (treewide: use name in define and eval lines) two typos were committed as result of replacing PKG_NAME macro with actual package name. Undo those typos here to make the affected variants installable. Signed-off-by: Denis Osvald <denis.osvald@sartura.hr>
* treewide: use name in define and eval linesStijn Tintel2017-03-08
| | | | | | | | | | | | | | | For consistency, use full name instead of $(PKG_NAME) in define and eval lines for all packages. I've seen reviews that asked to do this before, and I am asking the same during reviews now. To avoid this in the future, fix this treewide so when people use existing packages as example, we will not have to request this change anymore. This makes all packages consistent with both LEDE and OpenWrt base repositories. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* libwebsockets: use tarball releases instead of gitDenis Osvald2016-10-13
| | | | Signed-off-by: Denis Osvald <denis.osvald@sartura.hr>
* libwebsockets: bump to v2.0.3Denis Osvald2016-10-13
| | | | Signed-off-by: Denis Osvald <denis.osvald@sartura.hr>
* libwebsockets: add full variant with libuv, plugins, CGIDenis Osvald2016-10-11
| | | | Signed-off-by: Denis Osvald <denis.osvald@sartura.hr>
* libwebsockets: Upgrade to latest stable release.Karl Palsson2016-08-26
| | | | | | | | | Fairly major bump from 1.7.x to 2.0.2. Changelog (mostly) available at: https://github.com/warmcat/libwebsockets/blob/v2.0-stable/changelog Signed-off-by: Karl Palsson <karlp@etactica.com>
* libwebsockets: Update maintainer emailKarl Palsson2016-08-26
| | | | | Signed-off-by: Karl Palsson <karlp@remake.is> Signed-off-by: Karl Palsson <karlp@etactica.com>
* libwebsockets: bump to 1.7.5Karl Palsson2016-04-05
| | | | | | | | Minor fixes, see https://github.com/warmcat/libwebsockets/blob/v1.7-stable/changelog for full changelog. Signed-off-by: Karl Palsson <karlp@etactica.com>
* libwebsockets: Bump version to 1.7.3Karl Palsson2016-03-08
| | | | | | Latest "stable" release from 1.7.x branch. Signed-off-by: Karl Palsson <karlp@etactica.com>
* libwebsockets: bump to v1.6.2Karl Palsson2016-01-25
| | | | | | | | Many user api changes, largely to cleanup and make more consistent. Full changelog available at http://git.libwebsockets.org/cgi-bin/cgit/libwebsockets/tree/changelog Signed-off-by: Karl Palsson <karlp@remake.is>
* libwebsockets: Correctly enable IPv6 supportKarl Palsson2016-01-25
| | | | Signed-off-by: Karl Palsson <karlp@remake.is>
* libwebsockets: Bump to version 1.5Karl Palsson2015-11-05
| | | | | | | | | Very minor changes in this release, but best to keep up. Full changelog available at http://git.libwebsockets.org/cgi-bin/cgit/libwebsockets/tree/changelog Signed-off-by: Karl Palsson <karlp@remake.is>
* all: get rid of kmod-ipv6 dependenciesSteven Barth2015-10-06
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* libwebsockets: Add maintainer/url infoKarl Palsson2015-05-07
| | | | | | I added the package originally, guess I should maintain it. Signed-off-by: Karl Palsson <karlp@remake.is>
* libwebsockets: update to 1.4.x release.Karl Palsson2015-05-07
| | | | | | | | | | This changes the ABI and .so number, so it is only suitable for trunk packages. A patch included upstream has been dropped. Full changelog: https://github.com/warmcat/libwebsockets/blob/master/changelog Signed-off-by: Karl Palsson <karlp@remake.is>
* libwebsockets: don't use github conflicting tag archives (#1051)Nicolas Thill2015-05-01
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* libs: libwebsockets: add latest released versionKarl Palsson2014-12-18
This includes a patch for cyassl building that has been committed upstream, but not released. There's no SPDX license identifier for LGPL + static linking exception, so I've used "LGPL-2.1+exception" as suggested at http://lwn.net/Articles/378329/ See also: https://github.com/warmcat/libwebsockets/issues/170 Signed-off-by: Karl Palsson <karlp@remake.is>