diff options
author | seb <seb@pkgsrc.org> | 2009-11-23 23:38:55 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2009-11-23 23:38:55 +0000 |
commit | bc7a0dbd64ba506a4b303613f876f0288c465af2 (patch) | |
tree | 1c337d0180d6614a41d0ec48dbd1f5ad0a38ca32 | |
parent | 1e81356b123b33ba8f95d601350280bb5bd66f6b (diff) | |
download | pkgsrc-bc7a0dbd64ba506a4b303613f876f0288c465af2.tar.gz |
Note initial addition of p5-UUID-Tiny version 1.02 as devel/p5-UUID-Tiny
into The NetBSD Packages Collection.
The Perl 5 module UUID::Tiny is a lightweight, low dependency Pure
Perl module for UUID creation and testing. This module provides the
creation of version 1 time based UUIDs (using random multicast MAC
addresses), version 3 MD5 based UUIDs, version 4 random UUIDs, and
version 5 SHA-1 based UUIDs. ATTENTION! UUID::Tiny uses Perl's
rand() to create the basic random numbers, so the created v4 UUIDs
are not cryptographically strong!
-rw-r--r-- | doc/CHANGES-2009 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES-2009 b/doc/CHANGES-2009 index 87e46f1cd95..9a3597d79d3 100644 --- a/doc/CHANGES-2009 +++ b/doc/CHANGES-2009 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2009,v 1.4413 2009/11/23 22:25:16 jakllsch Exp $ +$NetBSD: CHANGES-2009,v 1.4414 2009/11/23 23:38:55 seb Exp $ Changes to the packages collection and infrastructure in 2009: @@ -5901,3 +5901,4 @@ Changes to the packages collection and infrastructure in 2009: Added devel/p5-Proc-InvokeEditor version 1.02 [seb 2009-11-23] Removed multimedia/mmg [jakllsch 2009-11-23] Updated multimedia/mkvtoolnix to 2.9.8 [jakllsch 2009-11-23] + Added devel/p5-UUID-Tiny version 1.02 [seb 2009-11-23] |