package/rng-tools: bump to version 6.12

libsysfs is not needed since
46b4e8fd89

https://github.com/nhorman/rng-tools/releases/tag/v6.12

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Fabrice Fontaine 2021-03-11 18:44:01 +01:00 committed by Yann E. MORIN
parent 5cd8c43137
commit 6d67585cac
3 changed files with 4 additions and 5 deletions

View File

@ -3,7 +3,6 @@ config BR2_PACKAGE_RNG_TOOLS
# pthread_setaffinity_np
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
select BR2_PACKAGE_ARGP_STANDALONE if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL
select BR2_PACKAGE_LIBSYSFS
select BR2_PACKAGE_OPENSSL
help
Daemon to use hardware random number generators.

View File

@ -1,3 +1,3 @@
# Locally computed
sha256 644d8bd4e84cee29debddc7e6db72aff27e628e5a879ce310562edf50f12be41 rng-tools-6.11.tar.gz
sha256 6fd5b52a700edec85eb1043970e22e8e2ad06a4b43851f35d33d90e09570e9d3 rng-tools-6.12.tar.gz
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING

View File

@ -4,11 +4,11 @@
#
################################################################################
RNG_TOOLS_VERSION = 6.11
RNG_TOOLS_SITE = $(call github,nhorman,$(RNG_TOOLS_NAME),V$(RNG_TOOLS_VERSION))
RNG_TOOLS_VERSION = 6.12
RNG_TOOLS_SITE = $(call github,nhorman,$(RNG_TOOLS_NAME),v$(RNG_TOOLS_VERSION))
RNG_TOOLS_LICENSE = GPL-2.0
RNG_TOOLS_LICENSE_FILES = COPYING
RNG_TOOLS_DEPENDENCIES = libsysfs host-pkgconf openssl
RNG_TOOLS_DEPENDENCIES = host-pkgconf openssl
# From git
RNG_TOOLS_AUTORECONF = YES