Go to file
Timo Teräs 9dc6278c7b import libfetch-2.38 from NetBSD
ftp://ftp.fu-berlin.de/unix/NetBSD/packages/current-src/pkgsrc/net/libfetch/files

libfetch comes (at least) in netbsd and freebsd flavors which
differing functionality. Alpine and Arch package netbsd one,
but it's not widely packaged across other distributions.

We need NetBSD version as it does not use funopen(3) which is not
supported in musl, and supports connection pooling.

FreeBSD seems to be the orignal and better maintained version
with support for SSL CAs, client certificate authentication,
proxy authentication, and improved http redirect handling.

So this imports NetBSD version, and future commits will pick up
the needed improvements from FreeBSD tree.

Incidentally, this also fixes #7857 and likes for good.
2017-10-05 16:58:09 +03:00
libfetch import libfetch-2.38 from NetBSD 2017-10-05 16:58:09 +03:00
src package: remove package script after use (fixes #7974) 2017-10-04 16:56:07 +03:00
test test: modernize testing APKBUILDs 2017-06-11 12:49:00 +02:00
.gitignore gitignore: exclude files generated by root-tests 2017-06-11 12:49:00 +02:00
.travis.yml travis: notify on IRC 2017-07-25 23:25:52 +02:00
AUTHORS Initial commit of some stuff written so far. Still in state of flux. Expect 2008-04-17 14:09:13 +00:00
Make.rules make preprocessor arguments clang-compatible 2017-08-23 08:54:00 +03:00
Makefile apk-tools-2.7.1 2017-04-28 17:51:55 +03:00
NEWS Initial commit of some stuff written so far. Still in state of flux. Expect 2008-04-17 14:09:13 +00:00
README Initial commit of some stuff written so far. Still in state of flux. Expect 2008-04-17 14:09:13 +00:00

README