summaryrefslogtreecommitdiff
path: root/security/pinentry
diff options
context:
space:
mode:
authordrochner <drochner>2009-12-15 19:50:47 +0000
committerdrochner <drochner>2009-12-15 19:50:47 +0000
commit5948ee30f49a53f47e241e0d16b6136e510aa34c (patch)
treec45428e4b6d3c4bc331eb3e72eadc094490249b2 /security/pinentry
parent05d4d534c70e7ed6de46857945ac530deb9466f3 (diff)
downloadpkgsrc-5948ee30f49a53f47e241e0d16b6136e510aa34c.tar.gz
update to 0.7.6
changes: misc improvements reviewed by John R. Shannon
Diffstat (limited to 'security/pinentry')
-rw-r--r--security/pinentry/Makefile5
-rw-r--r--security/pinentry/distinfo9
-rw-r--r--security/pinentry/patches/patch-aa31
3 files changed, 6 insertions, 39 deletions
diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile
index 10c59538ffc..6b66a064e36 100644
--- a/security/pinentry/Makefile
+++ b/security/pinentry/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2009/08/26 19:58:46 sno Exp $
+# $NetBSD: Makefile,v 1.22 2009/12/15 19:50:47 drochner Exp $
#
-DISTNAME= pinentry-0.7.2
-PKGREVISION= 4
+DISTNAME= pinentry-0.7.6
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/pinentry/
diff --git a/security/pinentry/distinfo b/security/pinentry/distinfo
index edfee30889a..fe058f26c20 100644
--- a/security/pinentry/distinfo
+++ b/security/pinentry/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.4 2008/04/25 15:16:31 smb Exp $
+$NetBSD: distinfo,v 1.5 2009/12/15 19:50:47 drochner Exp $
-SHA1 (pinentry-0.7.2.tar.gz) = aa113b08e315d22b6f70a634f459fdfbaa4dcaba
-RMD160 (pinentry-0.7.2.tar.gz) = db667256801545ef065d9d47cafe5e67137fa6ce
-Size (pinentry-0.7.2.tar.gz) = 398775 bytes
-SHA1 (patch-aa) = 80536ae92f15ee8d9df77c8715d9e5ff9bb86407
+SHA1 (pinentry-0.7.6.tar.gz) = 0c525ce81e5589bc9a4f2eb72705bed2b3e9a8b9
+RMD160 (pinentry-0.7.6.tar.gz) = 6e69eee88b5cbb919ced79971cd4794f5e659023
+Size (pinentry-0.7.6.tar.gz) = 475101 bytes
diff --git a/security/pinentry/patches/patch-aa b/security/pinentry/patches/patch-aa
deleted file mode 100644
index 6813506fbbf..00000000000
--- a/security/pinentry/patches/patch-aa
+++ /dev/null
@@ -1,31 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2008/04/25 15:16:31 smb Exp $
-
---- gtk+-2/gtksecentry.c.orig 2008-04-25 11:08:48.000000000 -0400
-+++ gtk+-2/gtksecentry.c 2008-04-25 11:09:36.000000000 -0400
-@@ -270,7 +270,7 @@
-
-
- gpointer
--g_malloc(gulong size)
-+g_malloc(gsize size)
- {
- gpointer p;
-
-@@ -288,7 +288,7 @@
- }
-
- gpointer
--g_malloc0(gulong size)
-+g_malloc0(gsize size)
- {
- gpointer p;
-
-@@ -308,7 +308,7 @@
- }
-
- gpointer
--g_realloc(gpointer mem, gulong size)
-+g_realloc(gpointer mem, gsize size)
- {
- gpointer p;
-