Mon, 30 Jun 2025 10:00:29 CST | login

Information for build perl-Data-UUID-1.226-3.oc9

ID15139
Package Nameperl-Data-UUID
Version1.226
Release3.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/src-opencloudos-rpms/perl-Data-UUID.git?.#8b2958c77519040caa80049658bd19d16029aa18
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 bydenisecheng
State complete
Volume DEFAULT
StartedMon, 18 Sep 2023 19:43:47 CST
CompletedMon, 18 Sep 2023 19:47:12 CST
Taskbuild (dist-oc9, /src-opencloudos-rpms/perl-Data-UUID.git:.:origin/oc9)
Extra{'source': {'original_url': 'git+https://gitee.com/src-opencloudos-rpms/perl-Data-UUID.git?.#origin/oc9'}}
Tags
dist-oc9
dist-oc9-compose
RPMs
src
perl-Data-UUID-1.226-3.oc9.src.rpm (info) (download)
aarch64
perl-Data-UUID-1.226-3.oc9.aarch64.rpm (info) (download)
x86_64
perl-Data-UUID-1.226-3.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 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