[git] GnuPG - branch, STABLE-BRANCH-1-4, updated. gnupg-1.4.22-8-g96f3b1d

by Jeremie Courreges-Anglas cvs at cvs.gnupg.org
Thu Nov 2 20:23:22 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, STABLE-BRANCH-1-4 has been updated
       via  96f3b1de1cb16b51c34910dfd61b6f1402b9d784 (commit)
      from  aa26eda8ab679a80a7be2c82478cb4440b45ec8c (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 96f3b1de1cb16b51c34910dfd61b6f1402b9d784
Author: Jeremie Courreges-Anglas <jca at wxcvbn.org>
Date:   Wed Nov 1 17:13:53 2017 +0100

    build: Don't use /dev/srandom on OpenBSD
    
    --
    All /dev/*random devices have been equivalent since OpenBSD 4.9, on
    purpose (/dev/random doesn't block).  /dev/srandom has been removed in
    the OpenBSD 6.3 development cycle, /dev/arandom will likely follow.
    
    Signed-off-by: Jeremie Courreges-Anglas <jca at wxcvbn.org>

diff --git a/configure.ac b/configure.ac
index 028d485..b92440c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -847,12 +847,6 @@ AC_DEFINE_UNQUOTED(PRINTABLE_OS_NAME, "$PRINTABLE_OS_NAME",
 #
 NAME_OF_DEV_RANDOM="/dev/random"
 NAME_OF_DEV_URANDOM="/dev/urandom"
-case "${host}" in
-    *-openbsd*)
-        NAME_OF_DEV_RANDOM="/dev/srandom"
-        NAME_OF_DEV_URANDOM="/dev/urandom"
-        ;;
-esac
 AC_DEFINE_UNQUOTED(NAME_OF_DEV_RANDOM, "$NAME_OF_DEV_RANDOM",
                    [defined to the name of the strong random device])
 AC_DEFINE_UNQUOTED(NAME_OF_DEV_URANDOM, "$NAME_OF_DEV_URANDOM",

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

Summary of changes:
 configure.ac | 6 ------
 1 file changed, 6 deletions(-)


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




More information about the Gnupg-commits mailing list