1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-13 10:59:13 +02:00
Commit Graph

15 Commits

Author SHA1 Message Date
Baptiste Jonglez
d6673185a2 Remove incorrect use of PKG_SHA256SUM
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>
2016-07-10 22:36:07 +02:00
Alexander Couzens
c6ce75454d libmicrohttpd: update to version 0.9.50
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2016-07-02 01:22:33 +02:00
Daniel Golle
4984f86175 libmicrohttpd: don't use PROVIDES for non-virtual package
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-05-09 11:55:34 +01:00
champtar
33843c23f1 Merge pull request #2126 from lynxis/libmicrohttpd
Libmicrohttpd: add build variant for ssl + no-ssl + build parallel
2016-05-04 19:23:09 +02:00
champtar
417ddf3061 Merge pull request #2659 from lynxis/maintainer
libmicrohttpd: take over maintainership
2016-05-04 19:14:33 +02:00
Alexander Couzens
8c5b086347
libmicrohttpd: take over maintainership
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2016-05-04 17:50:29 +02:00
Daniel Golle
03a302fa71 libmicrohttpd: update to 0.9.49
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-04-15 12:04:45 +02:00
Alexander Couzens
a99aa1ff48 libmicrohttpd: build parallel
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2016-02-22 05:35:42 +01:00
Alexander Couzens
19965525c9 libmicrohttpd: implement build variants -ssl and -no-ssl
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2016-02-22 05:35:42 +01:00
Daniel Golle
fc4fdf2829 libmicrohttpd: update to 0.9.44
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-10-19 00:19:07 +02:00
Daniel Golle
9e221b6b83 libmicrohttpd: import fixes from subversion repo
Fixes a memleak as well as a bug in digest authentication.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-25 23:28:54 +02:00
Daniel Golle
24056cfdad libmicrohttpd: get rid of OpenSSL dependency
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>
2015-06-25 23:25:46 +02:00
Daniel Golle
e14423f866 libmicrohttpd: update source
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-25 23:25:45 +02:00
Alexander Ryzhov
2ded312918 Remove libcrypto dependency
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2015-04-23 08:29:38 +00:00
Martijn Zilverschoon
87ba5de76e libmicrohttpd: new package added
Signed-off-by: Martijn Zilverschoon <martijn@friedzombie.com>
2014-12-01 01:11:36 +01:00