aboutsummaryrefslogtreecommitdiff
path: root/libs/libwebsockets/patches/020-fix-travis.patch
Commit message (Collapse)AuthorAge
* libwebsockets: update to 4.1.6Karl Palsson2021-03-15
| | | | | | | | | | | | | | | | | | This is a major version bump, from 3.x to 4.x, and continues the path towards a mail client. New features: * ntp client * dns resolver * mqtt client * number humanizing string helpers License change upstream. cmake options tweaked to match current upstream defaults again. Tested with mosquitto and ttyd. Signed-off-by: Karl Palsson <karlp@etactica.com>
* Revert "libwebsockets: move to 3.2.1"Karl Palsson2020-08-21
| | | | | | | | | | | | | | This reverts commit 7066486fbbfa1bb73fee74911a8306e3a534a6fe. LWS 3.2.x and 4.0.x are broken on ath79 and malta-be, (at least) See https://github.com/warmcat/libwebsockets/issues/2008 and https://github.com/openwrt/packages/issues/13085 Restore a functional 3.1 release until upstream release. Signed-off-by: Karl Palsson <karlp@etactica.com>
* libwebsockets: move to 3.2.1Karl Palsson2020-01-09
| | | | | | | | 3.2.x is formally "not maintained" and people should stick with 3.1.x until a new release of the master branch occurs. However, in reality, 3.2.1 has been released, with performance improvements and fixes. Signed-off-by: Karl Palsson <karlp@etactica.com>
* libwebsockets: bump to 3.1.0Karl Palsson2018-12-10
| | | | | | | | | | | | | | | | | | Drops an openssl deprecation patch applied upstream. Changes since 3.0.0, the following list of websocket related features: * gzip+brotli compression in the webserver * threadpools * string tokenizers * http reverse proxies * managed disk cache Full changes at https://libwebsockets.org/git/libwebsockets/tree/changelog?id=89eedcaa94e1c8a97ea3af10642fd224bcea068f#n4 Tested on ath79, and classic usage of libwebsockets to provide websockets support to a C application. Signed-off-by: Karl Palsson <karlp@etactica.com>
* libwebsockets: Fix build without deprecated OpenSSL APIsRosen Penev2018-11-09
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libwebsockets: Update to 3.0.0Rosen Penev2018-07-05
Removed upstreamed patch. Also added a patch to fix Travis. Signed-off-by: Rosen Penev <rosenp@gmail.com> Tested-by: Karl Palsson <karlp@etactica.com>