diff options
author | rse <rse@FreeBSD.org> | 2005-01-24 09:02:25 +0000 |
---|---|---|
committer | rse <rse@FreeBSD.org> | 2005-01-24 09:02:25 +0000 |
commit | cc34441b0547c220524d0723d7deb209173585f1 (patch) | |
tree | cbb841b1af8733f95fec0d5ccb2d77265907b12f /misc | |
parent | d9662acc9dcd90a3cea97418b92c49ec0642e69d (diff) | |
download | FreeBSD-ports-cc34441b0547c220524d0723d7deb209173585f1.zip FreeBSD-ports-cc34441b0547c220524d0723d7deb209173585f1.tar.gz |
upgrade to OSSP uuid 1.2.0 (now supporting version 5 UUIDs which are name based with SHA-1 hashing)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ossp-uuid/Makefile | 2 | ||||
-rw-r--r-- | misc/ossp-uuid/distinfo | 4 | ||||
-rw-r--r-- | misc/ossp-uuid/pkg-descr | 3 |
3 files changed, 5 insertions, 4 deletions
diff --git a/misc/ossp-uuid/Makefile b/misc/ossp-uuid/Makefile index b6a68e36..9ccfe20 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 9297266..de645e3 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 497dfba..4f93098 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/ |