Commit Graph

12 Commits

Author SHA1 Message Date
Daniel Golle 7fe9033d82 gnurl: update to version 7.48.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-06-14 02:28:31 +02:00
Daniel Golle 068928a7af gnurl: update to 7.45.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-12-03 01:25:11 +01:00
Daniel Golle 3741ec4945 gnurl: update source to 7.43.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-08-13 10:25:15 +02:00
Daniel Golle 31474cc739 gnurl: fix vulnerabilities, refresh patches
being based on curl 0.70.0 gnurl is affected by
CVE-2015-3144
CVE-2015-3145
CVE-2015-3153
CVE-2015-3236

Import patches from curl package to fix that.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-07-17 01:35:28 +02:00
Daniel Golle c31e6bb7c0 gnutls: backport upstream --with-ca-path implementation
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-29 20:34:08 +02:00
Daniel Golle 9ea72dda91 gnurl: fall-back on default system trust store
If no explicit CA file is given, gnurl fails to setup HTTPS connections
as it doesn't looks for certificates in /etc/ssl/certs/ in any way.
Fix that by utilizing GnuTLS' gnutls_certificate_set_x509_system_trust
as a fall-back if neither CA file, CA path nor SRP is declared.

Reported upstream: https://github.com/bagder/curl/issues/330
Fix suggested upstream: https://github.com/bagder/curl/pull/331

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-29 19:51:08 +02:00
Daniel Golle 885a425824 gnurl: no longer force-enable TLS-SRP
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>
2015-06-05 14:53:22 +02:00
Daniel Golle b9eb46387d gnurl: bump release
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-31 18:32:53 +02:00
Daniel Golle 6bbdfa55df gnurl: reduce feature-set to match specs in README
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>
2015-05-31 18:28:40 +02:00
Alexander Ryzhov 24efa9a6ca gnurl: Respect IPv6 settings
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2015-05-31 11:21:58 +00:00
Daniel Golle f560fb95c3 gnurl: add forgotten MD5SUM
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-31 07:20:51 +02:00
Daniel Golle eba7afcfb7 gnurl: add net package
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>
2015-05-31 07:14:25 +02:00