openwrt/package
Rafał Miłecki 383ae905a2 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>
(cherry picked from commit c74b5e09e6)
2023-09-01 16:10:22 +02:00
..
base-files OpenWrt v21.02.7: revert to branch defaults 2023-04-27 23:08:19 +02:00
boot uboot-layerscape: adjust LS1012A-IOT config and env 2022-11-12 21:05:43 +01:00
devel binutils: fix libbfd missing DSO dependency if NLS enabled 2021-04-10 14:22:28 +02:00
firmware firmware: intel-microcode: update to 20220809 2022-10-09 17:43:41 +02:00
kernel mac80211, mt76: add fixes for recently discovered security issues 2023-03-30 12:24:52 +02:00
libs openssl: fix CVE-2023-464 and CVE-2023-465 2023-04-17 10:15:36 -03:00
network kernel: kmod-ipt-ulog: Remove package 2023-01-06 17:23:25 +01:00
system urngd: update to the latest master 2023-09-01 16:10:22 +02:00
utils treewide: fix security issues by bumping all packages using libwolfssl 2022-10-05 21:09:50 +02:00
Makefile build: generate index.json 2023-05-11 13:15:02 +02:00