aboutsummaryrefslogtreecommitdiff
path: root/libs/libmicrohttpd
Commit message (Collapse)AuthorAge
* libmicrohttpd: don't use PROVIDES for non-virtual packageDaniel Golle2016-05-09
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Merge pull request #2126 from lynxis/libmicrohttpdchamptar2016-05-04
|\ | | | | Libmicrohttpd: add build variant for ssl + no-ssl + build parallel
| * libmicrohttpd: build parallelAlexander Couzens2016-02-22
| | | | | | | | Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
| * libmicrohttpd: implement build variants -ssl and -no-sslAlexander Couzens2016-02-22
| | | | | | | | Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* | Merge pull request #2659 from lynxis/maintainerchamptar2016-05-04
|\ \ | | | | | | libmicrohttpd: take over maintainership
| * | libmicrohttpd: take over maintainershipAlexander Couzens2016-05-04
| |/ | | | | | | Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* / libmicrohttpd: update to 0.9.49Daniel Golle2016-04-15
|/ | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libmicrohttpd: update to 0.9.44Daniel Golle2015-10-19
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libmicrohttpd: import fixes from subversion repoDaniel Golle2015-06-25
| | | | | | Fixes a memleak as well as a bug in digest authentication. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libmicrohttpd: get rid of OpenSSL dependencyDaniel Golle2015-06-25
| | | | | | | | | | | | | | | | Depending on both, GnuTLS and OpenSSL doesn't make sense, we should use either TLS implementation but not both. Use GnuTLS for now and get rid of OpenSSL dependency by explicitely telling the package's build-system to do so using CONFIGURE_ARGS. If future uses of libmicrohttpd require OpenSSL, it probably makes most sense to build several variants of the package, i.e. libmicrohttpd-openssl as well as libmicrohttpd-gnutls. As with most packages making use of any TLS implementation, these are build-time decissions resulting in conflicting variants of the same package which cannot be installed simultanously. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libmicrohttpd: update sourceDaniel Golle2015-06-25
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Remove libcrypto dependencyAlexander Ryzhov2015-04-23
| | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* libmicrohttpd: new package addedMartijn Zilverschoon2014-12-01
Signed-off-by: Martijn Zilverschoon <martijn@friedzombie.com>