Sun, 15 Mar 2026 16:28:12 CST | login

Information for build perl-Data-UUID-1.226-4.ocs23

ID830
Package Nameperl-Data-UUID
Version1.226
Release4.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/perl-Data-UUID.git?.#ff288fa844756f9deee073f362f7fb8fff8ae385
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 byocs-bot
State complete
Volume DEFAULT
StartedTue, 15 Aug 2023 20:39:12 CST
CompletedTue, 15 Aug 2023 20:42:41 CST
Taskbuild (dist-ocs23, /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
RPMs
src
perl-Data-UUID-1.226-4.ocs23.src.rpm (info) (download)
aarch64
perl-Data-UUID-1.226-4.ocs23.aarch64.rpm (info) (download)
perl-Data-UUID-debuginfo-1.226-4.ocs23.aarch64.rpm (info) (download)
perl-Data-UUID-debugsource-1.226-4.ocs23.aarch64.rpm (info) (download)
x86_64
perl-Data-UUID-1.226-4.ocs23.x86_64.rpm (info) (download)
perl-Data-UUID-debuginfo-1.226-4.ocs23.x86_64.rpm (info) (download)
perl-Data-UUID-debugsource-1.226-4.ocs23.x86_64.rpm (info) (download)
Logs
aarch64
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
x86_64
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
Changelog * 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