[Gpg4win-commits] [git] Gpg4win - branch, master, updated. gpg4win-3.1.0-3-gec7b812

by Andre Heinecke cvs at cvs.gnupg.org
Fri Apr 20 11:01:32 CEST 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG for Windows".

The branch, master has been updated
       via  ec7b812cc8277120e2ed80100a0f402b28d4247e (commit)
      from  2cc22cab417fe6b4f428bba85a46e37dd7d88f40 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ec7b812cc8277120e2ed80100a0f402b28d4247e
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Fri Apr 20 11:00:47 2018 +0200

    Remove unnecessary empty flags in vsnfd profile
    
    * src/inst-kleopatra.nsi: Remove uneccessary empty flag param.

diff --git a/src/inst-kleopatra.nsi b/src/inst-kleopatra.nsi
index d7a95cc..4b207aa 100644
--- a/src/inst-kleopatra.nsi
+++ b/src/inst-kleopatra.nsi
@@ -240,7 +240,7 @@ ${MementoSection} "Kleopatra" SEC_kleopatra
   FileWrite $1 '[gpg-agent]$\r$\n'
   FileWrite $1 'enable-extended-key-format$\r$\n'
   FileWrite $1 'default-cache-ttl 900$\r$\n'
-  FileWrite $1 'max-cache-ttl [] 3600$\r$\n'
+  FileWrite $1 'max-cache-ttl 3600$\r$\n'
   FileWrite $1 'no-allow-mark-trusted$\r$\n'
   FileWrite $1 'no-allow-external-cache$\r$\n'
   FileWrite $1 'enforce-passphrase-constraints$\r$\n'

-----------------------------------------------------------------------

Summary of changes:
 src/inst-kleopatra.nsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GnuPG for Windows
http://git.gnupg.org



More information about the Gpg4win-commits mailing list