Christian Helmuth
a529fffb7b
Update jitterentropy to version 3.4.1
...
Fixes #5112
2024-02-26 08:59:10 +01:00
Christian Helmuth
c57b841556
Fix link of jitterentropy port
...
The current port of jitterentropy is version 1.2.0 from pre-2017, whose
sources were recently moved to
http://www.chronox.de/jent/releases/historic/jitterentropy-1.2.0.tar.xz
Note the *historic* label.
Issue #5112
2024-02-26 08:59:09 +01:00
Josef Söntgen
03b2e3bda1
libports: rename jitterentropy's memcpy
...
To prevent symbol aliasing when using the static jitterentropy library
rename it to 'jent_memcpy'.
Fixes #4516 .
2022-05-25 12:23:04 +02:00
Stefan Kalkowski
86df5b1285
jitterentropy: fix if condition, fix warning
...
Ref #4344
2021-12-17 15:04:48 +01:00
Emery Hemingway
72cb71c827
Replace SHA1 hashes of port downloads with SHA256
...
Now SHA256 has been shown to be an adequate replacement for SHA1, use
SHA256 for verifying all port downloads.
Ref #2767
2018-05-30 13:36:22 +02:00
Josef Söntgen
c407fb80fa
jitterentropy: remove deprecated env() usage
...
This change introduces a Genode specific init function, which sets the
backend allocator used by jent_zalloc/zfree(). As consequence the
library can solely be used by native Genode components, direct libc
usage is not supported.
Fixes #2274 .
2017-02-23 14:54:43 +01:00
Emery Hemingway
ed4a821891
jitterentropy: update 20140411 to 1.2.0
...
Issue #1416
2015-05-26 09:39:48 +02:00
Josef Söntgen
2f46930824
libports: add jitterentropy-20140411
...
This commit adds a port the jitterentropy library to Genode. As
backend on x86_{32,64} 'rdtsc' is used and on ARMv{6,7} the
performance-counter.
Fixes #1239 .
2014-08-26 11:00:13 +02:00