77c9114cb0
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/dracut#99c74373eee952f26c7d256f12c024fe29397ae6
30 lines
880 B
Diff
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
|
|
|