./devel/libuuid, Generate unique identifiers for objects

[ Image CVSweb ] [ Image Homepage ] [ Image RSS ] [ Image Required by ] [ Image Add to tracker ]


Branch: CURRENT, Version: 2.40.2, Package name: libuuid-2.40.2, Maintainer: pkgsrc-users

The UUID library is used to generate unique identifiers for objects
that may be accessible beyond the local system. This library
generates UUIDs compatible with those created by the Open Software
Foundation (OSF) Distributed Computing Environment (DCE) utility
uuidgen.

The UUIDs generated by this library can be reasonably expected to be
unique within a system, and unique across all systems. They could
be used, for instance, to generate unique HTTP cookies across multiple
web servers without communication between the servers, and without fear
of a name clash.

From util-linux-ng.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 8647.285 KB

Version history: (Expand)


CVS history: (Expand)


   2025-12-18 22:11:16 by Maya Rashish | Files touched by this commit (2)
Log message:
libuuid: fix build on Darwin using upstream commit
   2025-09-14 13:08:51 by Thomas Klausner | Files touched by this commit (1)
Log message:
libuuid: enable year 2038 workaround for Unixware

From Egor Gavrilov in PR 59637.
   2025-08-13 19:18:46 by Sijmen J. Mulder | Files touched by this commit (1)
Log message:
Fix Linux/i386
   2025-05-22 14:57:44 by Jonathan Perkin | Files touched by this commit (1)
Log message:
libuuid: Fix SunOS/i386.
   2025-02-18 16:14:51 by Thomas Klausner | Files touched by this commit (2)
Log message:
libuuid: fix build on systems without ECHOPRT

Inspired by
drecklypkg commit 8cb85e0811d2f6f2eb7f4cbb887704b9b3a9d8e5
by Jonathan Perkin <jperkin@smartos.org>
   2025-01-10 12:04:51 by Jonathan Perkin | Files touched by this commit (1)
Log message:
libuuid: Fix build on SunOS.
   2024-12-28 15:10:24 by Thomas Klausner | Files touched by this commit (28) | Package updated
Log message:
libuuid: update to 2.40.2.

Remove patches for stuff fixed upstream, adapt remaining patches.

6 years of development, no concise summary found.
   2024-03-11 19:06:05 by Jonathan Perkin | Files touched by this commit (1)
Log message:
libuuid: Add /usr/include/uuid to the fake .pc.

Fixes software that only looks for <uuid.h>.