Wed, 08 Apr 2026 19:30:00 CST | login

Information for build perl-Net-Patricia-1.22-1.oc9

ID23235
Package Nameperl-Net-Patricia
Version1.22
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/perl-Net-Patricia.git?.#c445a390bd4ced9e5eb016b41c7ea77a843ec237
SummaryPatricia Trie perl module for fast IP address lookups
DescriptionThis module uses a Patricia Trie data structure to quickly perform IP address prefix matching for applications such as IP subnet, network or routing table lookups. The data structure is based on a radix tree using a radix of two, so sometimes you see patricia implementations called "radix" as well. The term "Trie" is derived from the word "retrieval" but is pronounced like "try". Patricia stands for "Practical Algorithm to Retrieve Information Coded as Alphanumeric", and was first suggested for routing table lookups by Van Jacobsen. Patricia Trie performance characteristics are well-known as it has been employed for routing table lookups within the BSD kernel since the 4.3 Reno release.
Built byfanjunkong
State complete
Volume DEFAULT
StartedMon, 03 Jun 2024 19:24:08 CST
CompletedMon, 03 Jun 2024 19:26:04 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/perl-Net-Patricia.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/perl-Net-Patricia.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-2504-build
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
perl-Net-Patricia-1.22-1.oc9.src.rpm (info) (download)
aarch64
perl-Net-Patricia-1.22-1.oc9.aarch64.rpm (info) (download)
perl-Net-Patricia-debuginfo-1.22-1.oc9.aarch64.rpm (info) (download)
perl-Net-Patricia-debugsource-1.22-1.oc9.aarch64.rpm (info) (download)
x86_64
perl-Net-Patricia-1.22-1.oc9.x86_64.rpm (info) (download)
perl-Net-Patricia-debuginfo-1.22-1.oc9.x86_64.rpm (info) (download)
perl-Net-Patricia-debugsource-1.22-1.oc9.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
Changelog * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.22-1 - initial build