aioquic 0.9.25-3build2 source package in Ubuntu

Changelog

aioquic (0.9.25-3build2) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 16:06:11 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
aioquic_0.9.25.orig.tar.gz 162.0 KiB 70795c78905326d855c2ae524072234aae586c789b81292e272d021e9b0430a3
aioquic_0.9.25-3build2.debian.tar.xz 5.0 KiB 11bc2e45a6d26eff0a4e62e7a7a84cdeb4eaaf353cbca2653e6afa48a13a0637
aioquic_0.9.25-3build2.dsc 2.4 KiB 648aac6c67eb26676ae5972e8819f30df8fb2ac92c5f558284378f1d15bcf071

Available diffs

View changes file

Binary packages built by this source

python-aioquic-doc: documentation for the aioquic Python library

 python3-aioquic 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.
 .
 This package provides documentation for the python3-aioquic library.

python3-aioquic: Python implementation of QUIC and HTTP/3

 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 standardised in `RFC 9000`_ and HTTP/3 in `RFC 9114`_.
 ``aioquic`` is regularly tested for interoperability against other
 `QUIC implementations`_.
 .
 Features
 --------
   - QUIC stack conforming with `RFC 9000`_
   - HTTP/3 stack conforming with `RFC 9114`_
   - minimal TLS 1.3 implementation conforming with `RFC 8446`_
   - IPv4 and IPv6 support
   - connection migration and NAT rebinding
   - logging TLS traffic secrets
   - logging QUIC events in QLOG format
   - HTTP/3 server push support

python3-aioquic-dbgsym: debug symbols for python3-aioquic