Thu, 22 Jan 2026 06:43:49 CST | login

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

ID2728
Package Nameperl-Data-UUID
Version1.226
Release5.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/perl-Data-UUID.git?.#9d44c3fc4cd92e8da445b8b19b3eb50c7e3054d9
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 bystreamkoji
State complete
Volume DEFAULT
StartedMon, 11 Sep 2023 12:29:35 CST
CompletedMon, 11 Sep 2023 12:32:48 CST
Taskbuild (dist-ocs23, /opencloudos-stream/perl-Data-UUID.git:.:HEAD)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/perl-Data-UUID.git?.#HEAD'}}
Tags
dist-ocs23
RPMs
src
perl-Data-UUID-1.226-5.ocs23.src.rpm (info) (download)
aarch64
perl-Data-UUID-1.226-5.ocs23.aarch64.rpm (info) (download)
perl-Data-UUID-debuginfo-1.226-5.ocs23.aarch64.rpm (info) (download)
perl-Data-UUID-debugsource-1.226-5.ocs23.aarch64.rpm (info) (download)
loongarch64
perl-Data-UUID-1.226-5.ocs23.loongarch64.rpm (info) (download)
perl-Data-UUID-debuginfo-1.226-5.ocs23.loongarch64.rpm (info) (download)
perl-Data-UUID-debugsource-1.226-5.ocs23.loongarch64.rpm (info) (download)
x86_64
perl-Data-UUID-1.226-5.ocs23.x86_64.rpm (info) (download)
perl-Data-UUID-debuginfo-1.226-5.ocs23.x86_64.rpm (info) (download)
perl-Data-UUID-debugsource-1.226-5.ocs23.x86_64.rpm (info) (download)
Logs
x86_64
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
aarch64
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
loongarch64
hw_info.log
state.log
build.log
root.log
installed_pkgs.log
mock_output.log
Changelog * 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