Search Criteria
Package Details: curl-http3-msquic 7.86.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/curl-http3-msquic.git (read-only, click to copy) |
---|---|
Package Base: | curl-http3-msquic |
Description: | An URL retrieval utility and library - compiled with HTTP/3 support (with msquic) - binary is called curl3 |
Upstream URL: | https://curl.haxx.se |
Keywords: | curl http3 msquic quic |
Licenses: | MIT |
Conflicts: | curl-http3 |
Provides: | curl-http3 |
Submitter: | Menci |
Maintainer: | Menci |
Last Packager: | Menci |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2022-06-02 03:05 (UTC) |
Last Updated: | 2022-11-05 19:01 (UTC) |
Dependencies (8)
- ca-certificates (ca-certificates-utils)
- libidn2 (libidn2-gitAUR)
- libidn2.so (libidn2-gitAUR, lib32-libidn2, libidn2)
- libnghttp2 (libnghttp2-gitAUR)
- libpsl (libpsl-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
tujir commented on 2022-11-09 16:45 (UTC) (edited on 2022-11-09 16:45 (UTC) by tujir)
For me building works, but this error is cast:
kescherAUR commented on 2022-11-06 20:25 (UTC)
Since openssl version 3 hit the Arch repos, this package no longer builds successfully.
tujir commented on 2022-09-26 14:46 (UTC)
HTTP3 works well, but cloning git+https repos fails with:
foxite commented on 2022-09-09 12:20 (UTC)
curl-7.85.0.tar.gz fails sha512sum validation
Menci commented on 2022-06-06 03:25 (UTC) (edited on 2022-06-06 03:25 (UTC) by Menci)
@T4cC0re I can't tell whether this build is more reliable or not. The main purpose of this package is for cross-compiling from x86_64 to aarch64. The Rust library quiche builds too slow in a qemu-user-static cross-compile environment and msquic in C/C++ builds much faster.
T4cC0re commented on 2022-06-05 22:38 (UTC)
If this builds more reliably with msquic I can add you as a co-maintainer on curl-http3 and we can unify it. I honestly don’t care which QUIC implementation is used.