From e0af4231ac7d798b12c79582c6ff22e69102b0f2 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 19 Jun 2014 14:24:13 +0200 Subject: [PATCH] rng-tools: Update to version 5. Supports using RDRAND on processors which don't have AES-NI. --- config/rootfiles/core/80/filelists/rng-tools | 1 + lfs/rng-tools | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 120000 config/rootfiles/core/80/filelists/rng-tools diff --git a/config/rootfiles/core/80/filelists/rng-tools b/config/rootfiles/core/80/filelists/rng-tools new file mode 120000 index 000000000..a7853e41b --- /dev/null +++ b/config/rootfiles/core/80/filelists/rng-tools @@ -0,0 +1 @@ +../../../common/rng-tools \ No newline at end of file diff --git a/lfs/rng-tools b/lfs/rng-tools index 8ca95cff8..c8ea08d8a 100644 --- a/lfs/rng-tools +++ b/lfs/rng-tools @@ -24,7 +24,7 @@ include Config -VER = 4 +VER = 5 THISAPP = rng-tools-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = ae89dbfcf08bdfbea19066cfbf599127 +$(DL_FILE)_MD5 = 6726cdc6fae1f5122463f24ae980dd68 install : $(TARGET) -- 2.39.2