aboutsummaryrefslogtreecommitdiff
path: root/net/gnurl
Commit message (Collapse)AuthorAge
* gnurl: no longer force-enable TLS-SRPDaniel Golle2015-06-05
| | | | | | | | It might not be available in GnuTLS and is not strictly required by the gnurl manifest, see http://www.git.taler.net/?p=gnurl.git;a=blob;f=README;h=f7521aa431a4e77a58dc558880ff54648d69e072;hb=HEAD#l22 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnurl: bump releaseDaniel Golle2015-05-31
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnurl: reduce feature-set to match specs in READMEDaniel Golle2015-05-31
| | | | | | | gnurl's README states quite excatly which CONFIGURE_ARGS to pass, so disable lots of unneeded stuff. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnurl: Respect IPv6 settingsAlexander Ryzhov2015-05-31
| | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* gnurl: add forgotten MD5SUMDaniel Golle2015-05-31
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnurl: add net packageDaniel Golle2015-05-31
This is definitely one of the ugliest things I ever got my hands on. If it even did the job properly, but no, it tries to install it's headers in /usr/include/curl collidings with actual curl's headers. Fixed that by installing them into /usr/include/gnurl instead. Now gnunet can use gnurl. Signed-off-by: Daniel Golle <daniel@makrotopia.org>