svn commit: r355706 - in head/security/gnupg1: . files

Jun Kuriyama kuriyama at FreeBSD.org
Thu May 29 14:53:48 UTC 2014


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;
++ 


More information about the svn-ports-all mailing list