aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libmicrohttpd
AgeCommit message (Collapse)Author
2018-09-24libmicrohttpd: add PACKAGECONFIG[https]Max Kellermann
Signed-off-by: Max Kellermann <max.kellermann@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-05-23libmicrohttpd: update to version 0.9.59Richard Leitner
Signed-off-by: Richard Leitner <richard.leitner@skidata.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-03-29libmicrohttpd: Add -D_REENTRANT to CFLAGSKhem Raj
GCC fails to add it with -pthread on some arches e.g. risc-v Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-06-12libmicrohttpd: update to version 0.9.55José Bollo
Change-Id: I2a034e9bdd4289f42fadefd0c24d578d52ed0cf0 Signed-off-by: José Bollo <jose.bollo@iot.bzh> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-05-23libmicrohttpd: Fix a segmentation fault on upgrade errorjobol@nonadev.net
When a connection upgrade is requested and when the request sent an error reply, it happened most often that a segmentation fault occured. The patch applied here is a backport from the upstream (see https://gnunet.org/git/libmicrohttpd.git/ commit b4216c60fdb5b48f6cfec416301fc63a1167e6cd). Change-Id: I6847550ba2c4fc24d5caf8912ac6d5ac89ae01fb Signed-off-by: José Bollo <jose.bollo@iot.bzh> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-04-24libmicrohttpd: update to version 0.9.53José Bollo
Change-Id: Idc7ef7c532a326eb094b4e557f1a80d4254411d2 Signed-off-by: José Bollo <jose.bollo@iot.bzh> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-03-07Make use of the new bb.utils.filter() functionPeter Kjellerstedt
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-11-23libmicrohttpd: update to version 0.9.52Derek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-08-15libmicrohttpd: update 0.9.49 -> 0.9.50Sven Ebenfeld
Signed-off-by: Sven Ebenfeld <sven.ebenfeld@vaillant-group.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-05-06libmicrohttpd: update to 0.9.49Bruno Bottazzini
This patch removes the flag --disable-spdy since libmicrospdy was dropped from libmicrohttpd as it is possible to see in the following commit. Revision: 36708 ID:36708 140774ce-b5e7-0310-ab8b-a85725594a96 URL: https://gnunet.org/svn/libmicrohttpd Signed-off-by: Bruno Bottazzini <bruno.bottazzini@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-04-28meta-oe: use bb.utils.contains() instead of base_contains()Ross Burton
base_contains() is a compatibility wrapper and may warn in the future, so replace all instances with bb.utils.contains(). Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-04-12Revert "libmicrohttp: update to version 0.9.48"Martin Jansa
http://lists.openembedded.org/pipermail/openembedded-devel/2016-March/106672.html This reverts commit 9b7f8e35e1f0708cae4c3d8e62689f6255d03a2d. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-03-25libmicrohttp: update to version 0.9.48José Bollo
Signed-off-by: José Bollo <jose.bollo@iot.bzh> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-11libmicrohttpd: add dependency on file and disable spdyMartin Jansa
* fixes following floating dependencies: libmicrohttpd/libmicrohttpd-bin/latest lost dependency on file WARN: libmicrohttpd rdepends on libssl but it isn't a build dependency? [build-deps] * and unknown-configure-option qa warning: libmicrohttpd-0.9.34: libmicrohttpd: configure was passed unrecognised options: --enable-gnutls [unknown-configure-option] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-03-23libmicrohttpd: Update to 0.9.34Otavio Salvador
This update fixes the following build error: ,----[ Build error ] | ... | .../libmicrospdy.so: undefined reference to `SSL_get_error' | .../libmicrospdy.so: undefined reference to `SSL_write' | .../libmicrospdy.so: undefined reference to `SSL_free' | ... `---- Reported-by: Prabhu Sundararaj <prabhu.sundararaj@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-02-21libmicrohttpd: upgrade to 0.9.33Khem Raj
libmicrohttpd is needed by systemd-journald-gatewayd Remove older recipes and move to recipes-support Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>