Merge pull request #12788 from nwf/rng-tools-6.10
rng-tools: bump to 6.10, require libopenssl
This commit is contained in:
commit
f7a5d16a7f
1 changed files with 5 additions and 5 deletions
|
@ -8,13 +8,13 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=rng-tools
|
PKG_NAME:=rng-tools
|
||||||
PKG_VERSION:=6.7
|
PKG_VERSION:=6.10
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://github.com/nhorman/rng-tools
|
PKG_SOURCE_URL:=https://github.com/nhorman/rng-tools
|
||||||
PKG_SOURCE_VERSION:=v$(PKG_VERSION)
|
PKG_SOURCE_VERSION:=v$(PKG_VERSION)
|
||||||
PKG_MIRROR_HASH:=05cb68b8600025f362ea0875f5966b60f8195f91ed89b431996a48cd88b1e5b0
|
PKG_MIRROR_HASH:=853341a3be05164616ba11a8cf983847477e02d6d43a259fc2352dbec262d649
|
||||||
|
|
||||||
PKG_MAINTAINER:=Nathaniel Wesley Filardo <nwfilardo@gmail.com>
|
PKG_MAINTAINER:=Nathaniel Wesley Filardo <nwfilardo@gmail.com>
|
||||||
PKG_LICENSE:=GPL-2.0-or-later
|
PKG_LICENSE:=GPL-2.0-or-later
|
||||||
|
@ -32,7 +32,7 @@ define Package/rng-tools
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=Daemon for adding entropy to kernel entropy pool
|
TITLE:=Daemon for adding entropy to kernel entropy pool
|
||||||
URL:=https://github.com/nhorman/rng-tools
|
URL:=https://github.com/nhorman/rng-tools
|
||||||
DEPENDS:=+libsysfs
|
DEPENDS:=+libsysfs +libopenssl
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/rng-tools/description
|
define Package/rng-tools/description
|
||||||
|
@ -42,9 +42,9 @@ define Package/rng-tools/description
|
||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--without-libgcrypt \
|
|
||||||
--without-nistbeacon \
|
--without-nistbeacon \
|
||||||
--without-pkcs11
|
--without-pkcs11 \
|
||||||
|
--without-rtlsdr
|
||||||
|
|
||||||
ifndef CONFIG_USE_GLIBC
|
ifndef CONFIG_USE_GLIBC
|
||||||
CONFIGURE_VARS += LIBS="-largp"
|
CONFIGURE_VARS += LIBS="-largp"
|
||||||
|
|
Loading…
Reference in a new issue