Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 May 2014 14:53:47 +0000 (UTC)
From:      Jun Kuriyama <kuriyama@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355706 - in head/security/gnupg1: . files
Message-ID:  <201405291453.s4TErliP047507@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kuriyama
Date: Thu May 29 14:53:47 2014
New Revision: 355706
URL: http://svnweb.freebsd.org/changeset/ports/355706
QAT: https://qat.redports.org/buildarchive/r355706/

Log:
  Fix fatal error at exit regarding missing trustdb although key is imported.
  
  Submitted by:	des, philip
  References:	https://bugs.gnupg.org/gnupg/issue1622
  References:	http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=commit;h=23191d7851eae2217ecdac6484349849a24fd94a

Added:
  head/security/gnupg1/files/patch-g10-trustdb.c   (contents, props changed)
Modified:
  head/security/gnupg1/Makefile

Modified: head/security/gnupg1/Makefile
==============================================================================
--- head/security/gnupg1/Makefile	Thu May 29 14:52:36 2014	(r355705)
+++ head/security/gnupg1/Makefile	Thu May 29 14:53:47 2014	(r355706)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gnupg
 PORTVERSION=	1.4.16
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_GNUPG}
 MASTER_SITE_SUBDIR=	gnupg

Added: head/security/gnupg1/files/patch-g10-trustdb.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/gnupg1/files/patch-g10-trustdb.c	Thu May 29 14:53:47 2014	(r355706)
@@ -0,0 +1,15 @@
+Index: security/gnupg1/files/patch-g10-trustdb.c
+===================================================================
+--- security/gnupg1/files/patch-g10-trustdb.c	(revision 0)
++++ security/gnupg1/files/patch-g10-trustdb.c	(working copy)
+@@ -0,0 +1,10 @@
++--- g10/trustdb.c.orig	2013-12-13 08:28:22.000000000 +0100
+++++ g10/trustdb.c	2014-05-17 19:47:21.125216457 +0200
++@@ -927,6 +927,7 @@
++   TRUSTREC rec;
++   int rc;
++ 
+++  init_trustdb();
++   if (trustdb_args.no_trustdb && opt.trust_model == TM_ALWAYS)
++     return 0;
++ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405291453.s4TErliP047507>