openwrt-mirror/package
Rafał Miłecki c74b5e09e6 urngd: update to the latest master
7aefb47 jitterentropy-rngd: update to the v1.2.0

What's interesting about jitterentropy-rngd v1.2.0 release is that it
bumps its copy of jitterentropy-library from v2.2.0 to the v3.0.0. That
bump includes a relevant commit 3130cd9 ("replace LSFR with SHA-3 256").

When initializing entropy jent calculates time delta. Time values are
obtained using clock_gettime() + CLOCK_REALTIME. There is no guarantee
from CLOCK_REALTIME of unique values and slow devices often return
duplicated ones.

A switch from jent_lfsr_time() to jent_hash_time() resulted in many less
cases of zero delta and avoids ECOARSETIME.

Long story short: on some system this fixes:
[    6.722725] urngd: jent-rng init failed, err: 2

This is important change for BCM53573 which doesn't include hwrng and
seems to have arch_timer running at 36,8 Hz.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2023-07-25 10:04:34 +02:00
..
base-files base-files: fix duplicate wifi radio sections when using phy renaming 2023-07-17 14:33:57 +02:00
boot octeon: n821: add Cisco vEdge 1000 base 2023-07-15 17:05:58 +02:00
devel strace: update to 6.4 2023-07-19 23:00:33 +02:00
firmware ath11k-firmware: update to stable WLAN.HK.2.9.0.1-01837 2023-07-15 08:50:35 +02:00
kernel rtl8812au-ct: fix compilation error with kernel 6.1 2023-07-23 14:45:18 +02:00
libs nettle: update to 3.9.1 2023-07-19 15:25:35 +02:00
network iproute2: update 6.4 2023-07-19 15:25:57 +02:00
system urngd: update to the latest master 2023-07-25 10:04:34 +02:00
utils mediatek: add support for ZyXEL NWA50AX Pro 2023-07-21 20:28:13 +02:00
Makefile build: generate index.json 2023-05-09 23:56:49 +02:00