aboutsummaryrefslogtreecommitdiff
path: root/libs/libwebsockets
Commit message (Collapse)AuthorAge
* 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>