Port details |
- py-qh3 Lightway and fast implementation of QUIC and HTTP/3
- 1.0.9_5 www
=2 1.0.9_3Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2024-06-19 20:36:05
- Last Update: 2025-02-26 19:00:45
- Commit Hash: 9cccbd8
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://qh3.readthedocs.io/en/latest/
- Description:
- qh3 is a library for the QUIC network protocol in Python. It features a minimal
TLS 1.3 implementation, a QUIC stack, and an HTTP/3 stack.
QUIC was standardized in RFC 9000 and HTTP/3 in RFC 9114. qh3 follow the
standardized version of QUIC and HTTP/3.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}qh3>0:www/py-qh3@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/www/py-qh3/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-qh3
- pkg install py311-qh3
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-qh3 listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-qh3
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1739053067
SHA256 (rust/crates/aead-0.5.2.crate) = d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0
SIZE (rust/crates/aead-0.5.2.crate) = 15509
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-maturin>=1.2 : devel/py-maturin@py311
- bash : shells/bash
- cmake : devel/cmake-core
- rust>=1.85.0 : lang/rust
- cmake : devel/cmake-core
- llvm-config15 : devel/llvm15
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_py-qh3
- USES:
- cargo llvm:build python shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 9
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.9_5 26 Feb 2025 19:00:45
    |
Dimitry Andric (dim)  |
www/py-qh3: fix build with LLVM_DEFAULT=19
When building with LLVM_DEFAULT set to 19, www/py-qh3 errors out with:
error[E0425]: cannot find function, tuple struct or tuple variant
`ERR_GET_LIB_RUST` in this scope
-->
/wrkdirs/usr/ports/www/py-qh3/work-py311/qh3-1.0.9/cargo-crates/aws-lc-sys-0.20.1/src/lib.rs:74:14
|
74 | unsafe { ERR_GET_LIB_RUST(packed_error) }
| ^^^^^^^^^^^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant
`ERR_GET_REASON_RUST` in this scope
-->
/wrkdirs/usr/ports/www/py-qh3/work-py311/qh3-1.0.9/cargo-crates/aws-lc-sys-0.20.1/src/lib.rs:80:14
|
80 | unsafe { ERR_GET_REASON_RUST(packed_error) }
| ^^^^^^^^^^^^^^^^^^^ not found in this scope (Only the first 15 lines of the commit message are shown above ) |
1.0.9_5 24 Feb 2025 07:55:52
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.85.0
PR: 284884 |
1.0.9_4 20 Jan 2025 11:06:50
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.84.0
PR: 283962 |
1.0.9_3 01 Dec 2024 09:24:18
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.83.0
PR: 283000 |
1.0.9_2 08 Nov 2024 08:24:20
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.82.0
PR: 282516 |
1.0.9_1 10 Sep 2024 11:00:34
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.81.0
PR: 281300 |
1.0.9 05 Sep 2024 00:02:13
    |
Yuri Victorovich (yuri)  |
www/py-qh3: update 1.0.8 → 1.0.9 |
1.0.8_1 26 Aug 2024 08:08:01
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.80.1
PR: 280490 |
1.0.8 19 Jun 2024 20:34:53
    |
Yuri Victorovich (yuri)  |
www/py-qh3: New port: Lightway and fast implementation of QUIC and HTTP/3 |
Number of commits found: 9
|