Index: ossp-pkg/uuid/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/ChangeLog,v rcsdiff -q -kk '-r1.76' '-r1.77' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/ChangeLog,v' 2>/dev/null --- ChangeLog 2005/08/30 15:26:07 1.76 +++ ChangeLog 2005/08/30 18:36:55 1.77 @@ -11,7 +11,11 @@ This is a list of all changes to OSSP uuid. For a more brief summary please have a look at the NEWS file. - Changes between 1.2.0 and 1.2.1 (23-Jan-2005 to xx-Mar-2005) + Changes between 1.2.0 and 1.2.1 (23-Jan-2005 to 30-Aug-2005) + + o Add SEEALSO document which references all known + UUID implementations. + [Ralf S. Engelschall] o Improve the PRNG in case no stronger system PRNG device is available by passing time and rand(3) based entropy into the MD5 Index: ossp-pkg/uuid/SEEALSO RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/SEEALSO,v co -q -kk -p'1.1' '/v/ossp/cvs/ossp-pkg/uuid/Attic/SEEALSO,v' | diff -u /dev/null - -L'ossp-pkg/uuid/SEEALSO' 2>/dev/null --- ossp-pkg/uuid/SEEALSO +++ - 2024-05-17 19:38:10.269404627 +0200 @@ -0,0 +1,52 @@ + _ ___ ____ ____ ____ _ _ + |_|_ _ / _ \/ ___/ ___|| _ \ _ _ _ _(_) __| | + _|_||_| | | | \___ \___ \| |_) | | | | | | | | |/ _` | + |_||_|_| | |_| |___) |__) | __/ | |_| | |_| | | (_| | + |_|_|_| \___/|____/____/|_| \__,_|\__,_|_|\__,_| + + OSSP uuid - Universally Unique Identifier + + SEE ALSO + + Although we consider OSSP uuid the ultimate reference implementation + of an UUID generator, there are multiple alternatives available. + Following is a short reference of all currently known UUID + implementations for platforms with an Unix/POSIX API: + + o OSSP uuid (ISO-C), OSSP::uuid (Perl) + http://www.ossp.org/pkg/lib/uuid/ + http://cvs.ossp.org/ossp-pkg/uuid/ + + o FreeBSD libc (ISO-C) + http://www.freebsd.org/ + http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libc/uuid/ + + o Sun Solaris libc (ISO-C), DCE::UUID (Perl/XS) + http://www.opensolaris.org/ + http://cvs.opensolaris.org/source/xref/usr/src/lib/libuuid/ + + o APR libaprutil (ISO-C), APR::UUID (Perl/XS) + http://svn.apache.org/repos/asf/apr/apr-util/trunk/crypto/ + + o e2fsprogs/libuuid (ISO-C), UUID (Perl/XS) + http://e2fsprogs.sourceforge.net/ + http://thunk.org/hg/e2fsprogs/ + + o Wine rpcrt4 DLL (ISO-C) + http://www.winehq.org/ + + o Data::UUID (Perl/XS) + http://search.cpan.org/src/AGOLOMSH/ + http://www.cpan.org/modules/by-module/Data/ + + o JUG (Java/JNI) + http://www.doomdark.org/doomdark/proj/jug/ + + o Mozilla (ISO-C, ISO-C++) + http://www.mozilla.org/ + http://lxr.mozilla.org/mozilla1.7/source/calendar/libxpical/token.c + + o HelixPlayer (ISO-C, ISO-C++) + https://player.helixcommunity.org/ + common/util/chxuuid.cpp +