[git] GCRYPT - branch, master, updated. libgcrypt-1.6.0-332-g839d12c

by Werner Koch cvs at cvs.gnupg.org
Sat Feb 20 14:47:39 CET 2016


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 crypto library".

The branch, master has been updated
       via  839d12c221430b60db5e0d6fbb107f22e0a6837f (commit)
       via  3b57e5a1ba68e26dcaea38b763287fddba9b6b7c (commit)
      from  e9b692d25d1c149b5417b70e18f2ce173bc25b6d (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 839d12c221430b60db5e0d6fbb107f22e0a6837f
Author: Werner Koch <wk at gnupg.org>
Date:   Sat Feb 20 14:41:56 2016 +0100

    tests: Do not test DRBG_REINIT from "make check"
    
    * tests/random.c (main): Run check_drbg_reinit only if the envvar
    GCRYPT_IN_REGRESSION_TEST is set.
    --
    
    Without a hardware entropy generator (e.g. the moonbase token) running
    the regression suite would take too long.  We better use a set of test
    vectors when run from "make check".
    
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/tests/random.c b/tests/random.c
index 8aa730b..2a4b698 100644
--- a/tests/random.c
+++ b/tests/random.c
@@ -666,7 +666,10 @@ main (int argc, char **argv)
       check_nonce_forking ();
       check_close_random_device ();
     }
-  check_drbg_reinit ();
+  /* For now we do not run the drgb_reinit check from "make check" due
+     to its high requirement for entropy.  */
+  if (!getenv ("GCRYPT_IN_REGRESSION_TEST"))
+    check_drbg_reinit ();
   check_rng_type_switching ();
 
   if (!in_recursion)

commit 3b57e5a1ba68e26dcaea38b763287fddba9b6b7c
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Feb 17 19:34:21 2016 +0100

    doc: Fix possible dependency problem.
    
    * doc/Makefile.am (gcrypt.texi): Use the right traget.
    
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/doc/Makefile.am b/doc/Makefile.am
index 30330bb..6a7cc8e 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -83,7 +83,7 @@ $(myman_pages) : yat2m-stamp
 # Make sure that gcrypt.texi is touched if any other source file has
 # been modified.  This is required so that the version.texi magic
 # updates the release date.
-gnupg.texi : $(gcrypt_TEXINFOS)
+gcrypt.texi : $(gcrypt_TEXINFOS)
 	touch $(srcdir)/gcrypt.texi
 
 online: gcrypt.html gcrypt.pdf gcrypt.info

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

Summary of changes:
 doc/Makefile.am | 2 +-
 tests/random.c  | 5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
The GNU crypto library
http://git.gnupg.org


_______________________________________________
Gnupg-commits mailing list
Gnupg-commits at gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-commits




More information about the Gcrypt-devel mailing list