From 709a0ba02ab12cc2d0f8315b09a004c79dd8d58d Mon Sep 17 00:00:00 2001 From: Stefan Schubert Date: Wed, 17 Apr 2024 14:40:59 +0200 Subject: [PATCH 1/3] Added encryption_method and encryption_pbkdf in the product description file --- doc/control-file.md | 4 ++++ package/yast2-installation.changes | 8 ++++++++ package/yast2-installation.spec | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/doc/control-file.md b/doc/control-file.md index 887664507..a7a3326fb 100644 --- a/doc/control-file.md +++ b/doc/control-file.md @@ -972,6 +972,10 @@ This subsection contains the following options. * `lvm` *(boolean, default: `false`)* Whether LVM should be used by default. + * `encryption_method` *(`luks1`, `luks2`, default: no encryption) + Whether and which encryption will be done while creating the partitions. + * `encryption_pbkdf` *(`argon2i`, `argon2id`, `pbkdf2`, default: not defined) + Password-Based Key Derivation Function if luks2 has been selected for encryption. * `separate_vgs` *(boolean, default: `false`)* Whether every volume specifying a separate_vg_name should be created as isolated LVM Volume Group instead include them in the "system" group. diff --git a/package/yast2-installation.changes b/package/yast2-installation.changes index 579c7514b..499a6fba0 100644 --- a/package/yast2-installation.changes +++ b/package/yast2-installation.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Apr 17 12:36:57 UTC 2024 - Stefan Schubert + +- Added encryption_method and encryption_pbkdf in the product + description file (section partitioning/proposal) in order to + encrypt the generated partitions (default: no encryption). +- 5.0.9 + ------------------------------------------------------------------- Wed Apr 3 13:39:37 UTC 2024 - Knut Anderssen diff --git a/package/yast2-installation.spec b/package/yast2-installation.spec index d966a4039..3c5bb2d3c 100644 --- a/package/yast2-installation.spec +++ b/package/yast2-installation.spec @@ -16,7 +16,7 @@ # Name: yast2-installation -Version: 5.0.8 +Version: 5.0.9 Release: 0 Summary: YaST2 - Installation Parts License: GPL-2.0-only From 9447d2efbccf47d8173b9780be3d477fc2b7ac4e Mon Sep 17 00:00:00 2001 From: Stefan Schubert Date: Wed, 8 May 2024 09:49:16 +0200 Subject: [PATCH 2/3] adapted to new process --- doc/control-file.md | 9 +++++---- package/yast2-installation.changes | 3 ++- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/doc/control-file.md b/doc/control-file.md index a7a3326fb..550c2a396 100644 --- a/doc/control-file.md +++ b/doc/control-file.md @@ -972,10 +972,11 @@ This subsection contains the following options. * `lvm` *(boolean, default: `false`)* Whether LVM should be used by default. - * `encryption_method` *(`luks1`, `luks2`, default: no encryption) - Whether and which encryption will be done while creating the partitions. - * `encryption_pbkdf` *(`argon2i`, `argon2id`, `pbkdf2`, default: not defined) - Password-Based Key Derivation Function if luks2 has been selected for encryption. + * `encryption_method` *(`luks1`, `luks2`, default: luks1) + Set encryption method in the Guided Setup Partitioning. + * `encryption_pbkdf` *(`argon2i`, `argon2id`, `pbkdf2`, default: `pbkdf2`) + Password-Based Key Derivation Function if `luks2` has been selected + in the Guided Setup Partitioning. * `separate_vgs` *(boolean, default: `false`)* Whether every volume specifying a separate_vg_name should be created as isolated LVM Volume Group instead include them in the "system" group. diff --git a/package/yast2-installation.changes b/package/yast2-installation.changes index e0efa5e37..109f5c6c0 100644 --- a/package/yast2-installation.changes +++ b/package/yast2-installation.changes @@ -3,7 +3,8 @@ Wed May 8 07:22:28 UTC 2024 - Stefan Schubert - Added encryption_method and encryption_pbkdf in the product description file (section partitioning/proposal) in order to - set the default method/pbkdf for partition encryption. + set the encryption method/pbkdf in the Guided Setup of + partitioning. - 5.0.10 ------------------------------------------------------------------- From 59ab57d853c1017f5b8f126b62072fdca5e5b573 Mon Sep 17 00:00:00 2001 From: Stefan Schubert Date: Wed, 8 May 2024 09:54:27 +0200 Subject: [PATCH 3/3] added bsc --- package/yast2-installation.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/yast2-installation.changes b/package/yast2-installation.changes index 109f5c6c0..64589071a 100644 --- a/package/yast2-installation.changes +++ b/package/yast2-installation.changes @@ -4,7 +4,7 @@ Wed May 8 07:22:28 UTC 2024 - Stefan Schubert - Added encryption_method and encryption_pbkdf in the product description file (section partitioning/proposal) in order to set the encryption method/pbkdf in the Guided Setup of - partitioning. + partitioning (related to bsc#1185291). - 5.0.10 -------------------------------------------------------------------