diff options
author | Ralf S. Engelschall <rse@FreeBSD.org> | 2005-01-24 09:02:25 +0000 |
---|---|---|
committer | Ralf S. Engelschall <rse@FreeBSD.org> | 2005-01-24 09:02:25 +0000 |
commit | 722a0262fe532fe701c35b2bda1601d094739858 (patch) | |
tree | ed295ef5209d568a4128205d9e04274d06116773 /misc/ossp-uuid/pkg-descr | |
parent | - Update to 4.2.3 (diff) |
upgrade to OSSP uuid 1.2.0 (now supporting version 5 UUIDs which are name based with SHA-1 hashing)
Diffstat (limited to 'misc/ossp-uuid/pkg-descr')
-rw-r--r-- | misc/ossp-uuid/pkg-descr | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/ossp-uuid/pkg-descr b/misc/ossp-uuid/pkg-descr index 497dfba513cf..4f930986da62 100644 --- a/misc/ossp-uuid/pkg-descr +++ b/misc/ossp-uuid/pkg-descr @@ -2,6 +2,7 @@ OSSP uuid is a ISO-C and Perl application programming interface (API) and corresponding command line interface (CLI) for the generation of DCE 1.1 and ISO/IEC 11578:1996 compliant Universally Unique Identifiers (UUID). It supports DCE 1.1 variant UUIDs of version 1 (time and node -based), version 3 (name based) and version 4 (random number based). +based), version 3 (name based, MD5), version 4 (random number based) and +version 5 (name based, SHA-1). WWW: http://www.ossp.org/pkg/lib/uuid/ |