Wed, 21 Jan 2026 14:56:53 CST | login

Information for build perl-Data-UUID-1.226-7.ocs23.rva23

ID24312
Package Nameperl-Data-UUID
Version1.226
Release7.ocs23.rva23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/perl-Data-UUID.git?.#7de0e5355f5c8c06cdbaf607ff28fe20957b3fc0
SummaryGlobally/Universally Unique Identifiers (GUIDs/UUIDs)
DescriptionThis module provides a framework for generating v3 UUIDs (Universally Unique Identifiers, also known as GUIDs (Globally Unique Identifiers). A UUID is 128 bits long, and is guaranteed to be different from all other UUIDs/GUIDs generated until 3400 CE. UUIDs were originally used in the Network Computing System (NCS) and later in the Open Software Foundation's (OSF) Distributed Computing Environment. Currently many different technologies rely on UUIDs to provide unique identity for various software components. Microsoft COM/DCOM for instance, uses GUIDs very extensively to uniquely identify classes, applications and components across network-connected systems. The algorithm for UUID generation, used by this extension, is described in the Internet Draft "UUIDs and GUIDs" by Paul J. Leach and Rich Salz (see RFC 4122). It provides a reasonably efficient and reliable framework for generating UUIDs and supports fairly high allocation rates - 10 million per second per machine - and therefore is suitable for identifying both extremely short-lived and very persistent objects on a given system as well as across the network. This module provides several methods to create a UUID. In all methods, <namespace> is a UUID and <name> is a free form string.
Built bymaxonxie
State complete
Volume DEFAULT
StartedTue, 02 Dec 2025 01:23:11 CST
CompletedTue, 02 Dec 2025 03:05:14 CST
Taskbuild (dist-ocs23-riscv-rva23, /opencloudos-stream/perl-Data-UUID.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/perl-Data-UUID.git?.#origin/master'}}
Tags
dist-ocs23-riscv-rva23
RPMs
src
perl-Data-UUID-1.226-7.ocs23.rva23.src.rpm (info) (download)
riscv64
perl-Data-UUID-1.226-7.ocs23.rva23.riscv64.rpm (info) (download)
perl-Data-UUID-debuginfo-1.226-7.ocs23.rva23.riscv64.rpm (info) (download)
perl-Data-UUID-debugsource-1.226-7.ocs23.rva23.riscv64.rpm (info) (download)
Logs
riscv64
state.log
build.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
Changelog * Thu Sep 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.226-7 - Rebuilt for clarifying the packages requirement in BaseOS and AppStream * Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.226-6 - Rebuilt for loongarch release * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.226-5 - Rebuilt for OpenCloudOS Stream 23.09 * Tue Aug 15 2023 Xiaojie Chen <jackxjchen@tencent.com> - 1.226-4 - Remove perl(:MODULE_COMPAT) which will be generated by perl-generators >= 1.15 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.226-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.226-2 - Rebuilt for OpenCloudOS Stream 23 * Mon Dec 12 2022 rockerzhu <rockerzhu@tencent.com> - 1.226-1 - Initial build