Commit Graph

31 Commits

Author SHA1 Message Date
Rosen Penev fb521dd79f
gnurl: fix host config file
Fix the prefix instead.

Replace custom Compile section with PKG_INSTALL.

Minor cleanups for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-10 01:50:28 -08:00
Daniel Golle 0d2e3fa5d4
gnurl: update to release 0.72.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-09-17 10:56:10 +01:00
Daniel Golle d879097f9d gnurl: update to version 7.70.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-06-07 18:54:49 +01:00
Daniel Golle 23460f34e5 gnurl: update homepage URL and use @GNU mirrors
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-12-16 09:54:58 +02:00
Daniel Golle b6a9bd3bf3 gnurl: update to version 7.67.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-12-15 19:36:49 +02:00
Daniel Golle fb2eb966c2 gnurl: update to 7.65.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-06-08 14:05:19 +02:00
Daniel Golle ce32209685 gnurl: update to version 7.64.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-05-10 22:36:51 +02:00
Daniel Golle 78adac5930 gnurl: update to version 7.64.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-03-06 01:43:09 +01:00
Daniel Golle d34eda7332 gnurl: update to version 7.63.0
Move back to use release tarball.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-01-29 09:44:40 +01:00
Daniel Golle 7cdbb75699 gnurl: build without libpsl
Make sure gnURL doesn't link against libpsl.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2018-10-01 02:18:15 +02:00
Daniel Golle af06f6fd52 gnurl: update to version 7.61.1
No release tarball has been published yet, use v7.61.1 git tag instead.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2018-09-30 23:02:44 +02:00
Daniel Golle edd002dc3f gnurl: depend on libidn2 instead of libidn
Package configure script decided to use libidn2 already now that it
became available. This triggered a dependency error:
Package libgnurl is missing dependencies for the following libraries:
libidn2.so.0

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2018-04-20 22:55:37 +02:00
Daniel Golle cfd9f621f6 gnurl: update to version 7.57.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2018-01-04 23:59:34 +01:00
Daniel Golle c7602c74bb gnurl: update to version 7.56.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-11-07 01:30:02 +01:00
Daniel Golle 585385a8d0 gnurl: update to version 7.55.1-4
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-10-05 15:40:03 +02:00
Daniel Golle da2cc49d29 gnurl: update to version 7.55.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-08-15 02:24:53 +02:00
Daniel Golle 2c597f291d gnurl: update to version 7.54.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-06-19 01:33:32 +02:00
Daniel Golle 86763be872 gnurl: update to version 7.53.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-03-12 23:27:17 +01:00
Daniel Golle e404b5e7a6 gnurl: update to version 7.51.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-12-02 00:56:51 +01:00
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