[git] GCRYPT - branch, master, updated. libgcrypt-1.8.0-4-gac39522
by Werner Koch
cvs at cvs.gnupg.org
Mon Jul 24 09:38:31 CEST 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 crypto library".
The branch, master has been updated
via ac39522ab08fcd2483edc223334c6ab9d19e91f3 (commit)
from 93478098dce6a123ffb511767861b09255a3f784 (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 ac39522ab08fcd2483edc223334c6ab9d19e91f3
Author: Werner Koch <wk at gnupg.org>
Date: Mon Jul 24 09:32:25 2017 +0200
random: Fix the command line munging for jitterbase.
* random/Makefile.am (o_flag_munging): Make the first sed term also
global.
--
The sed script did not caught multiple -O which are not -O0.
GnuPG-bug-id: 3293
Signed-off-by: Werner Koch <wk at gnupg.org>
diff --git a/random/Makefile.am b/random/Makefile.am
index 7698a72..60af5b4 100644
--- a/random/Makefile.am
+++ b/random/Makefile.am
@@ -55,7 +55,7 @@ jitterentropy-base.c jitterentropy.h jitterentropy-base-user.h
# The rndjent module needs to be compiled without optimization. */
if ENABLE_O_FLAG_MUNGING
-o_flag_munging = sed -e 's/-O\([1-9s][1-9s]*\)/-O0/' -e 's/-Ofast/-O0/g'
+o_flag_munging = sed -e 's/-O\([1-9s][1-9s]*\)/-O0/g' -e 's/-Ofast/-O0/g'
else
o_flag_munging = cat
endif
-----------------------------------------------------------------------
Summary of changes:
random/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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