Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Conner Clere (658faf52296de3d38abd51ac2a4418e6c357cc90)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Conner Clere <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Conner Clere (658faf52296de3d38abd51ac2a4418e6c357cc90)
  • Date: Wed, 17 Jan 2024 19:49:11 +0000

GIT changes to master grimoire by Conner Clere <xenanthropy AT sourcemage.org>:

disk/libblockdev/DEPENDS | 2 +-
disk/libblockdev/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 658faf52296de3d38abd51ac2a4418e6c357cc90
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

disk/libblockdev: fix typo in volume_key dep

diff --git a/disk/libblockdev/DEPENDS b/disk/libblockdev/DEPENDS
index 76d732d..a9c7281 100755
--- a/disk/libblockdev/DEPENDS
+++ b/disk/libblockdev/DEPENDS
@@ -18,7 +18,7 @@ optional_depends dmraid '--with-dm' '--without-dm
--without-dmraid' 'RAID suppo
optional_depends ndctl '--with-nvdimm' '--without-nvdimm' 'NVDIMM support'
&&
optional_depends cryptsetup-luks '--with-crypto' '--without-crypto
--without-escrow' 'crypto support' &&
if is_depends_enabled $SPELL cryptsetup-luks;then
- optional_depends volume_key '--with-escrow' '--without-escro' 'escrow
support' &&
+ optional_depends volume_key '--with-escrow' '--without-escrow' 'escrow
support' &&
if is_depends_enabled $SPELL volume_key;then
depends keyutils &&
depends nss
diff --git a/disk/libblockdev/HISTORY b/disk/libblockdev/HISTORY
index b10a17b..469a953 100644
--- a/disk/libblockdev/HISTORY
+++ b/disk/libblockdev/HISTORY
@@ -1,3 +1,6 @@
+2024-01-17 Conner Clere <xenanthropy AT sourcemage.org>
+ * DEPENDS: fix typo with volume_key optional_depends
+
2023-12-23 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.0.4
* DEPENDS: add libnvme, keyutils



  • [SM-Commit] GIT changes to master grimoire by Conner Clere (658faf52296de3d38abd51ac2a4418e6c357cc90), Conner Clere, 01/17/2024

Archive powered by MHonArc 2.6.24.

Top of Page