From 6984ee86b1da2b7f65051ea321be548c1b02df03 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Wed, 1 Mar 2023 17:02:26 +0100 Subject: [PATCH] btrfs-progs: INSTALL: add minimal version of crypto libraries Configure verifies the minimum version, make them explicit in the installation docs. Signed-off-by: David Sterba --- INSTALL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index 19ac986f..4f247998 100644 --- a/INSTALL +++ b/INSTALL @@ -18,9 +18,9 @@ Optionally, the checksums based on cryptographic hashes can be implemented by external libraries. Builtin implementations are provided in case the library dependencies are not desired. -- libgcrypt -- libsodium -- libkcapi +- libgcrypt >= 1.8.0 +- libsodium >= 1.0.4 +- libkcapi >= 1.0.0 Optionally, multipath device detection requires libudev and running udev daemon, as it's the only source of the path information. Static build has a