libwebsockets: bump to 3.1.0
authorKarl Palsson <karlp@etactica.com>
Mon, 10 Dec 2018 14:53:15 +0000 (14:53 +0000)
committerKarl Palsson <karlp@etactica.com>
Mon, 10 Dec 2018 15:33:50 +0000 (15:33 +0000)
commit05ec8631543314409c734cd8ed992d640c18e619
treefeec791ec971faf9c5983ffb42d981fc794ae40a
parent509691b4a7794696a93d23c384875d0385c393e3
libwebsockets: bump to 3.1.0

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>
libs/libwebsockets/Makefile
libs/libwebsockets/patches/010-openssl-deprecated.patch [deleted file]
libs/libwebsockets/patches/020-fix-travis.patch