[git] GnuPG - branch, master, updated. gnupg-2.2.1-69-g4230822

by Werner Koch cvs at cvs.gnupg.org
Mon Nov 6 16:54:27 CET 2017


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 "The GNU Privacy Guard".

The branch, master has been updated
       via  42308224d1fce64c666aed2be5eb4ef42e8aced4 (commit)
      from  52d41c8b0f4af6278d18d8935399ddad16a26856 (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 42308224d1fce64c666aed2be5eb4ef42e8aced4
Author: Werner Koch <wk at gnupg.org>
Date:   Mon Nov 6 16:49:07 2017 +0100

    tests: Minor imporvement in agent invocation
    
    * tests/openpgp/defs.scm (create-gpghome): Add s2k-count.
    --
    
    My tests show only 2.5% improvement, but as we have that option now
    let's use it.
    
    real    9m12.604s
    user    2m20.720s
    sys     0m11.452s
    
    real    8m3.815s
    user    2m16.700s
    sys     0m11.544s
    
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/tests/openpgp/defs.scm b/tests/openpgp/defs.scm
index a6347fe..9f780fe 100644
--- a/tests/openpgp/defs.scm
+++ b/tests/openpgp/defs.scm
@@ -351,6 +351,7 @@
 	       "allow-preset-passphrase"
 	       "no-grab"
 	       "enable-ssh-support"
+               "s2k-count 65536"
 	       (if (flag "--extended-key-format" *args*)
 		   "enable-extended-key-format" "#enable-extended-key-format")
 	       (string-append "pinentry-program " (tool 'pinentry))

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

Summary of changes:
 tests/openpgp/defs.scm | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list