summaryrefslogtreecommitdiff
path: root/databases/postgresql-uuid/patches
diff options
context:
space:
mode:
authorbrook <brook>2011-03-08 03:20:16 +0000
committerbrook <brook>2011-03-08 03:20:16 +0000
commit2afcd8c95d0414803d18291bce7af19892ea51a5 (patch)
treec0840cf92814694d8971d8ac87269e8ed501a7d6 /databases/postgresql-uuid/patches
parentfaccf9c79435bad873e612604e15e3e8838af3ee (diff)
downloadpkgsrc-2afcd8c95d0414803d18291bce7af19892ea51a5.tar.gz
Add a comment to the patch to document use of the openssl SHA1 API.
Diffstat (limited to 'databases/postgresql-uuid/patches')
-rw-r--r--databases/postgresql-uuid/patches/patch-uuid.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/postgresql-uuid/patches/patch-uuid.c b/databases/postgresql-uuid/patches/patch-uuid.c
index 355525950a3..51e0de62b6c 100644
--- a/databases/postgresql-uuid/patches/patch-uuid.c
+++ b/databases/postgresql-uuid/patches/patch-uuid.c
@@ -1,4 +1,6 @@
-$NetBSD: patch-uuid.c,v 1.1.1.1 2011/03/05 17:54:35 brook Exp $
+$NetBSD: patch-uuid.c,v 1.2 2011/03/08 03:20:16 brook Exp $
+
+Use the openssl SHA1 API instead of the FreeBSD API.
--- uuid.c.orig 2010-03-14 03:04:29.000000000 -0600
+++ uuid.c 2011-02-12 10:51:10.000000000 -0700