Jump to letter: [
ABCDEFGHIJKLMNOPRSTUVWXYZ
]
libuuid - Universally unique ID library
This is the universally unique ID library, part of util-linux-ng.
The libuuid library generates and parses 128-bit universally unique
id's (UUID's). A UUID is an identifier that is unique across both
space and time, with respect to the space of all UUIDs. A UUID can
be used for multiple purposes, from tagging objects with an extremely
short lifetime, to reliably identifying very persistent objects
across a network.
See also the "uuid" package, which is a separate implementation.
Packages
Latest: libuuid-2.17.2-9999.13.pre6.el5.fio.x86_64.rpm
Name |
Epoch |
Version |
Release |
Arch |
Size |
Built |
libuuid |
0 |
2.17.2 |
9999.13.pre6.el5.fio |
x86_64 |
63 KiB |
2011-06-22 11:56:53 |
libuuid |
0 |
2.17.2 |
12.pre6.el5.fio |
x86_64 |
63 KiB |
2011-06-22 08:16:56 |
Changelog:
- * 2011-06-22 - Lott Caskey <lottc[AT]fugitol[DOTCOM]> 2.17.2-9999.13
- Added util-linux as a meta package which required util-linux-ng.
- * 2011-03-11 - Karel Zak <kzak[AT]redhat[DOTCOM]> 2.17.2-12
- fix #684037 - improperly used readlink() in util-linux-ng-2.17-lsblk.patch
- * 2011-02-22 - Karel Zak <kzak[AT]redhat[DOTCOM]> 2.17.2-11
- fix #678306 - introduce safe variant of uuid_generate_time(), fix locking of counter file
- fix #678378 - util-linux-ng code review
- * 2011-02-15 - Karel Zak <kzak[AT]redhat[DOTCOM]> 2.17.2-10
- fix #677569 - lsblk: SIZE integer overflow on large values
- * 2011-01-28 - Karel Zak <kzak[AT]redhat[DOTCOM]> 2.17.2-9
- fix CVE-2010-3879 fuse: unprivileged user can unmount arbitrary locations