Sat, 25 Apr 2026 21:18:14 CST | login

Information for build perl-IPC-SharedCache-1.3-2.oc9

ID39264
Package Nameperl-IPC-SharedCache
Version1.3
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/perl-IPC-SharedCache.git?.#8494b5441950c7fe05373e5a4101bcb2bfe22900
SummaryPerl module to manage a cache in SysV IPC shared memory
DescriptionThis module provides a shared memory cache accessed as a tied hash. Shared memory is an area of memory that is available to all processes. It is accessed by choosing a key, the ipc_key argument to tie. Every process that accesses shared memory with the same key gets access to the same region of memory. In some ways it resembles a file system, but it is not hierarchical and it is resident in memory. This makes it harder to use than a filesystem but much faster. The data in shared memory persists until the machine is rebooted or it is explicitly deleted.
Built bybbrucezhang
State complete
Volume DEFAULT
StartedFri, 13 Jun 2025 17:54:49 CST
CompletedFri, 13 Jun 2025 17:57:18 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/perl-IPC-SharedCache.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/perl-IPC-SharedCache.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
perl-IPC-SharedCache-1.3-2.oc9.src.rpm (info) (download)
noarch
perl-IPC-SharedCache-1.3-2.oc9.noarch.rpm (info) (download)
Logs
noarch
dnf.rpm.log
build.log
dnf.librepo.log
hw_info.log
dnf.log
mock_output.log
state.log
root.log
installed_pkgs.log
mock_config.log
noarch_rpmdiff.json
Changelog * Wed Jun 11 2025 bbrucezhang <bbrucezhang@tencent.com> - 1.3-2 - Rebuilt for loongarch64 * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.3-1 - initial build