Gitweb:
http://git.exim.org/exim.git/commitdiff/ac20058fb01a79d2011352107b9b6e4aa3e3e35b
Commit: ac20058fb01a79d2011352107b9b6e4aa3e3e35b
Parent: 8961fcec0ad3fab6984a7c2ff85d2ec2a5060157
Author: Todd Lyons <tlyons@???>
AuthorDate: Thu Aug 14 12:59:49 2014 -0700
Committer: Todd Lyons <tlyons@???>
CommitDate: Thu Aug 14 12:59:49 2014 -0700
ChangeLog entry for OpenBSD 5.5 patch
---
doc/doc-txt/ChangeLog | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index a93f905..0bf49a7 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -12,6 +12,11 @@ TL/01 When running the test suite, the README says that variables such as
variables, reset to the beginning of the script, and then run through
the script parsing/test process like normal.
+TL/02 The BSD's have an arc4random API. One of the functions to induce
+ adding randomness was arc4random_stir(), but it has been removed in
+ OpenBSD 5.5. Detect this OpenBSD version and skip calling this
+ function when detected.
+
Exim version 4.84
-----------------