Fri, 20 Sep 2024 03:35:10 UTC | login

Information for build ls-qpack-2.5.3-4.fc41

ID333793
Package Namels-qpack
Version2.5.3
Release4.fc41
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ls-qpack.git#75b70b60671fcca28aa373ff3e1ff4b09e6fde85
SummaryQPACK compression library for use with HTTP/3
Descriptionls-qpack is a full-featured, tested, and fast QPACK library. The QPACK encoder produces excellent compression results based on an innovative mnemonic technique. It boasts the fastest Huffman encoder and decoder. The library is production quality. It is used in OpenLiteSpeed, LiteSpeed Web Server, and LiteSpeed Web ADC. The library is robust: * The encoder does not assume anything about usual HTTP headers such as Server or User-Agent. Instead, it uses its mnemonic compression technique to achieve good compression results for any input. * The decoder uses modulo arithmetic to track dynamic table insertions. This is in contrast to all other QPACK implementations, which use an integer counter, meaning that at some point, the decoder will break. * The decoder processes input in streaming fashion. The caller does not have to buffer the contents of HTTP/3 HEADERS frame. Instead, the decoder can be supplied input byte-by-byte.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 08 Aug 2024 17:20:40 UTC
CompletedThu, 08 Aug 2024 17:58:26 UTC
Taskbuild (f41, /rpms/ls-qpack.git:75b70b60671fcca28aa373ff3e1ff4b09e6fde85)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ls-qpack.git#75b70b60671fcca28aa373ff3e1ff4b09e6fde85'}}
Tags
f41
RPMs
src
ls-qpack-2.5.3-4.fc41.src.rpm (info) (download)
riscv64
ls-qpack-2.5.3-4.fc41.riscv64.rpm (info) (download)
ls-qpack-devel-2.5.3-4.fc41.riscv64.rpm (info) (download)
ls-qpack-debuginfo-2.5.3-4.fc41.riscv64.rpm (info) (download)
ls-qpack-debugsource-2.5.3-4.fc41.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Oct 22 2023 Benson Muite <benson_muite@emailplus.org> - 2.5.3-1 - Initial packaging