Information for build ls-qpack-2.5.3-5.fc42

ID109303
Package Namels-qpack
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version2.5.3
Release5.fc42
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/ls-qpack.git#e3be84ba149af449b6fad63f3adc6eb340a95dce
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 bykojiadmin
State complete
Volume DEFAULT
StartedWed, 26 Feb 2025 23:32:08 CST
CompletedWed, 26 Feb 2025 23:52:45 CST
Taskbuild (f42, /rpms/ls-qpack.git:e3be84ba149af449b6fad63f3adc6eb340a95dce)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ls-qpack.git#e3be84ba149af449b6fad63f3adc6eb340a95dce'}}
Tags
f42
RPMs
src
ls-qpack-2.5.3-5.fc42.src.rpm (info) (download)
riscv64
ls-qpack-2.5.3-5.fc42.riscv64.rpm (info) (download)
ls-qpack-devel-2.5.3-5.fc42.riscv64.rpm (info) (download)
ls-qpack-debuginfo-2.5.3-5.fc42.riscv64.rpm (info) (download)
ls-qpack-debugsource-2.5.3-5.fc42.riscv64.rpm (info) (download)
Logs
riscv64
installed_pkgs.log
root.log
hw_info.log
state.log
build.log
mock_output.log
Changelog * Fri Jan 17 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * 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