summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2011-03-08 03:20:16 +0000
committerbrook <brook@pkgsrc.org>2011-03-08 03:20:16 +0000
commit99cf57262043d5b1070d2d644107af537955f785 (patch)
treec0840cf92814694d8971d8ac87269e8ed501a7d6 /databases
parent72b404cf0b07f0f14c05087da66ccc5c69e268f4 (diff)
downloadpkgsrc-99cf57262043d5b1070d2d644107af537955f785.tar.gz
Add a comment to the patch to document use of the openssl SHA1 API.
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql-uuid/distinfo4
-rw-r--r--databases/postgresql-uuid/patches/patch-uuid.c4
2 files changed, 5 insertions, 3 deletions
diff --git a/databases/postgresql-uuid/distinfo b/databases/postgresql-uuid/distinfo
index 5fdab4a0f15..53270758423 100644
--- a/databases/postgresql-uuid/distinfo
+++ b/databases/postgresql-uuid/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2011/03/05 17:54:35 brook Exp $
+$NetBSD: distinfo,v 1.2 2011/03/08 03:20:16 brook Exp $
SHA1 (uuid-freebsd-1.0.2.tgz) = c472fc8b3a2ca7c325db1f2e6a289566260ce494
RMD160 (uuid-freebsd-1.0.2.tgz) = 90264bf8258f165b038c14d1eed3485121fcc2a6
Size (uuid-freebsd-1.0.2.tgz) = 3055 bytes
SHA1 (patch-Makefile) = 2ec9a8318c521e507ed839141474efdee0aef580
-SHA1 (patch-uuid.c) = 59fe4b25bc310b3a3b190569ffbbf7d86516ccd3
+SHA1 (patch-uuid.c) = 957cd42d900886c70ca0bfc1642ad97ac074148c
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