Sun, 08 Sep 2024 02:02:17 UTC | login

Information for build mirrorlist-server-3.0.7-4.fc41

ID322231
Package Namemirrorlist-server
Version3.0.7
Release4.fc41
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/mirrorlist-server.git#b14d48ed4fd8a1d8c0cfba100ecbf75ff737607c
SummaryMirrorlist Server
DescriptionThe mirrorlist-server uses the data created by `MirrorManager2 <https://github.com/fedora-infra/mirrormanager2>`_ to answer client request for the "best" mirror. This implementation of the mirrorlist-server is written in Rust. The original version of the mirrorlist-server was part of the MirrorManager2 repository and it is implemented using Python. While moving from Python2 to Python3 one of the problems was that the data exchange format (Python Pickle) did not support running the MirrorManager2 backend with Python2 and the mirrorlist frontend with Python3. To have a Pickle independent data exchange format protobuf was introduced. The first try to use protobuf in the python mirrorlist implementation required a lot more memory than the Pickle based implementation (3.5GB instead of 1.1GB). That is one of the reasons a new mirrorlist-server implementation was needed. Another reason to rewrite the mirrorlist-server is its architecture. The Python based version requires the Apache HTTP server or something that can run the included wsgi. The wsgi talks over a socket to the actual mirrorlist-server. In Fedora's MirrorManager2 instance this runs in a container which runs behind HAProxy. This implementation in Rust directly uses a HTTP library to reduce the number of involved components. In addition to being simpler this implementation also requires less memory than the Python version.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 24 Jul 2024 12:38:23 UTC
CompletedWed, 24 Jul 2024 13:41:34 UTC
Taskbuild (f41, /rpms/mirrorlist-server.git:b14d48ed4fd8a1d8c0cfba100ecbf75ff737607c)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/mirrorlist-server.git#b14d48ed4fd8a1d8c0cfba100ecbf75ff737607c'}}
Tags
f41
RPMs
src
mirrorlist-server-3.0.7-4.fc41.src.rpm (info) (download)
riscv64
mirrorlist-server-3.0.7-4.fc41.riscv64.rpm (info) (download)
mirrorlist-server-debuginfo-3.0.7-4.fc41.riscv64.rpm (info) (download)
mirrorlist-server-debugsource-3.0.7-4.fc41.riscv64.rpm (info) (download)
Logs
riscv64
state.log
hw_info.log
build.log
root.log
mock_output.log
Changelog * Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.7-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Aug 04 2023 Fabio Valentini <decathorpe@gmail.com> - 3.0.7-1 - Update to version 3.0.7; Fixes RHBZ#2128874 * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.6-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Wed May 03 2023 Fabio Valentini <decathorpe@gmail.com> - 3.0.6-6 - Rebuild with h2 >= v0.3.18 and tokio >= v1.24.2 (RUSTSEC-2023-{0005,0034}) * Sun Feb 05 2023 Fabio Valentini <decathorpe@gmail.com> - 3.0.6-5 - Rebuild for fixed frame pointer compiler flags in Rust RPM macros. * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild