dracut/0127.patch
Harald Hoyer 460d2c99f9 dracut-050-157.git20201002
git snapshot
2020-10-02 14:08:26 +02:00

30 lines
880 B
Diff

From dae2759e61b557ba646b772be81f5c2a52cef115 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= <nabijaczleweli@nabijaczleweli.xyz>
Date: Wed, 19 Aug 2020 21:24:17 +0200
Subject: [PATCH] 95cifs: install new softdeps (sha512, gcm, ccm, aead2)
---
modules.d/95cifs/module-setup.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/modules.d/95cifs/module-setup.sh b/modules.d/95cifs/module-setup.sh
index b3747dcc..81db541c 100755
--- a/modules.d/95cifs/module-setup.sh
+++ b/modules.d/95cifs/module-setup.sh
@@ -25,11 +25,11 @@ depends() {
installkernel() {
instmods cifs ipv6
# hash algos
- instmods md4 md5 sha256
+ instmods md4 md5 sha256 sha512
# ciphers
- instmods aes arc4 des ecb
+ instmods aes arc4 des ecb gcm aead2
# macs
- instmods hmac cmac
+ instmods hmac cmac ccm
}
# called by dracut