aboutsummaryrefslogtreecommitdiff
path: root/libs/libmicrohttpd
Commit message (Collapse)AuthorAge
* libs/libmicrohttpd: Update to version 0.9.59Paul Wassi2018-03-14
| | | | Signed-off-by: Paul Wassi <p.wassi@gmx.at>
* libmicrohttpd: update to version 0.9.55Alexander Couzens2017-06-19
| | | | | | | Compile tested on ar71xx. Runtime tested on ar71xx. Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* libmicrohttpd: update to 0.9.52Alexander Couzens2016-11-30
| | | | | | | Compile tested on x86_64. Runtime tested on x86_64. Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* libmicrohttpd: add patch to fix inside loop declaration warningAlexander Couzens2016-07-15
| | | | | | already fixed upstream, but 0.9.50 contains this bug Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* Remove incorrect use of PKG_SHA256SUMBaptiste Jonglez2016-07-10
| | | | | | | | | OpenWRT/LEDE only understands the PKG_MD5SUM variable, and detects if the hash is e.g. SHA256 by looking at the length of the hash. This affects libs/libmicrohttpd, mail/ssmtp and utils/mc. Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
* libmicrohttpd: update to version 0.9.50Alexander Couzens2016-07-02
| | | | Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* 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>