aboutsummaryrefslogtreecommitdiff
path: root/net/gnurl
Commit message (Collapse)AuthorAge
* gnurl: fix host config fileRosen Penev2020-12-10
| | | | | | | | | | 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>
* gnurl: update to release 0.72.0Daniel Golle2020-09-17
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnurl: update to version 7.70.0Daniel Golle2020-06-07
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnurl: update homepage URL and use @GNU mirrorsDaniel Golle2019-12-16
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnurl: update to version 7.67.0Daniel Golle2019-12-15
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnurl: update to 7.65.1Daniel Golle2019-06-08
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnurl: update to version 7.64.1Daniel Golle2019-05-10
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnurl: update to version 7.64.0Daniel Golle2019-03-06
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnurl: update to version 7.63.0Daniel Golle2019-01-29
| | | | | | Move back to use release tarball. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnurl: build without libpslDaniel Golle2018-10-01
| | | | | | Make sure gnURL doesn't link against libpsl. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnurl: update to version 7.61.1Daniel Golle2018-09-30
| | | | | | No release tarball has been published yet, use v7.61.1 git tag instead. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnurl: depend on libidn2 instead of libidnDaniel Golle2018-04-20
| | | | | | | | | 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>
* gnurl: update to version 7.57.0Daniel Golle2018-01-04
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnurl: update to version 7.56.1Daniel Golle2017-11-07
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnurl: update to version 7.55.1-4Daniel Golle2017-10-05
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnurl: update to version 7.55.0Daniel Golle2017-08-15
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnurl: update to version 7.54.1Daniel Golle2017-06-19
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnurl: update to version 7.53.1Daniel Golle2017-03-12
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnurl: update to version 7.51.0Daniel Golle2016-12-02
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnurl: update to version 7.48.0Daniel Golle2016-06-14
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnurl: update to 7.45.0Daniel Golle2015-12-03
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnurl: update source to 7.43.0Daniel Golle2015-08-13
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnurl: fix vulnerabilities, refresh patchesDaniel Golle2015-07-17
| | | | | | | | | | | | 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>
* gnutls: backport upstream --with-ca-path implementationDaniel Golle2015-06-29
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnurl: fall-back on default system trust storeDaniel Golle2015-06-29
| | | | | | | | | | | | 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>
* 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>