Path to this page:
./
devel/libuuid,
Generate unique identifiers for objects
Branch: CURRENT,
Version: 2.32.1nb2,
Package name: libuuid-2.32.1nb2,
Maintainer: pkgsrc-usersThe 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: 4454.188 KB
Version history: (Expand)
- (2023-08-14) Updated to version: libuuid-2.32.1nb2
- (2022-04-03) Updated to version: libuuid-2.32.1nb1
- (2018-08-29) Updated to version: libuuid-2.32.1
- (2017-12-08) Updated to version: libuuid-2.31
- (2017-11-23) Package has been reborn
- (2016-09-14) Updated to version: libuuid-2.28.2
CVS history: (Expand)
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>.
|
2024-01-13 21:07:34 by Taylor R Campbell | Files touched by this commit (24) |
Log message:
*/builtin.mk: Use ${_CROSS_DESTDIR:U} for build-time file checks.
These are questions about the target system, whose files at
build-time are all relative to ${_CROSS_DESTDIR} if it is defined,
i.e., if USE_CROSS_COMPILE is set to yes.
No change to native builds because ${_CROSS_DESTDIR:U} is empty in
them. (Possible minor change by adding :Q to ${H_FOO} in command
lines, but if this makes a difference it likely fixes problems.)
|
2023-08-14 20:01:26 by Tobias Nygren | Files touched by this commit (1) |
Log message:
libuuid: revert bump of BUIDLINK_ABI_DEPENDS
This was a false positive from the python revbump.
Keep the PKGREVISION bumped though so it doesn't go backwards.
|
2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message:
*: recursive bump for Python 3.11 as new default
|
2023-03-08 04:13:32 by Charlotte Koch | Files touched by this commit (1) |
Log message:
devel/libuuid: Unbreak build on DragonFly
DragonFly has a cpu_set_t (not to be confused with cpuset_t), but util-linux
incorrectly assumes that its contents are identical to those on Linux.
Therefore, behave like NetBSD et al. and assume we *don't* have cpu_set_t
after all.
|
2022-12-14 01:27:04 by Thomas Klausner | Files touched by this commit (1) |
Log message:
libuuid: revert setting INCDIRS in buildlink3.mk
This breaks python311 on at least NetBSD-current.
|
2022-12-13 13:46:24 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
libuuid: Set INCDIRS, fixes some dependent packages.
|
2022-05-05 10:35:33 by Nia Alarie | Files touched by this commit (1) |
Log message:
libuuid: Use OPSYS_VERSION to numerically compare NetBSD versions
|