summaryrefslogtreecommitdiff
path: root/misc/ossp-uuid
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@FreeBSD.org>2005-01-24 09:02:25 +0000
committerRalf S. Engelschall <rse@FreeBSD.org>2005-01-24 09:02:25 +0000
commit722a0262fe532fe701c35b2bda1601d094739858 (patch)
treeed295ef5209d568a4128205d9e04274d06116773 /misc/ossp-uuid
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)
Notes
Notes: svn path=/head/; revision=127166
Diffstat (limited to 'misc/ossp-uuid')
-rw-r--r--misc/ossp-uuid/Makefile2
-rw-r--r--misc/ossp-uuid/distinfo4
-rw-r--r--misc/ossp-uuid/pkg-descr3
3 files changed, 5 insertions, 4 deletions
diff --git a/misc/ossp-uuid/Makefile b/misc/ossp-uuid/Makefile
index b6a68e36a770..9ccfe20f7e32 100644
--- a/misc/ossp-uuid/Makefile
+++ b/misc/ossp-uuid/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= uuid
-PORTVERSION= 1.1.1
+PORTVERSION= 1.2.0
CATEGORIES= misc devel
MASTER_SITES= ${MASTER_SITE_OSSP}
MASTER_SITE_SUBDIR= lib/${PORTNAME}
diff --git a/misc/ossp-uuid/distinfo b/misc/ossp-uuid/distinfo
index 929726605960..de645e3475f2 100644
--- a/misc/ossp-uuid/distinfo
+++ b/misc/ossp-uuid/distinfo
@@ -1,2 +1,2 @@
-MD5 (uuid-1.1.1.tar.gz) = 6804875a1e57ee100f12400d98c33c66
-SIZE (uuid-1.1.1.tar.gz) = 396750
+MD5 (uuid-1.2.0.tar.gz) = 84203049ea9bf80a9e1f7f8ee4f78da8
+SIZE (uuid-1.2.0.tar.gz) = 405425
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/