* [meta-security][PATCH 1/2] cryptmount: Add new pkg
@ 2022-08-06 1:48 Armin Kuster
2022-08-06 1:48 ` [meta-security][PATCH 2/2] packagegroup-core-security: add pkg to grp Armin Kuster
0 siblings, 1 reply; 2+ messages in thread
From: Armin Kuster @ 2022-08-06 1:48 UTC (permalink / raw)
To: yocto
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
.../cryptmount/cryptmount_5.3.3.bb | 25 +++++++++++++++++++
1 file changed, 25 insertions(+)
create mode 100644 recipes-security/cryptmount/cryptmount_5.3.3.bb
diff --git a/recipes-security/cryptmount/cryptmount_5.3.3.bb b/recipes-security/cryptmount/cryptmount_5.3.3.bb
new file mode 100644
index 0000000..6e653c8
--- /dev/null
+++ b/recipes-security/cryptmount/cryptmount_5.3.3.bb
@@ -0,0 +1,25 @@
+SUMMARY = "Linux encrypted filesystem management tool"
+HOMEPAGE = "http://cryptmount.sourceforge.net/"
+LIC_FILES_CHKSUM = "file://README;beginline=3;endline=4;md5=673a990de93a2c5531a0f13f1c40725a"
+LICENSE = "GPL-2.0-only"
+
+SRC_URI = "https://sourceforge.net/projects/cryptmount/files/${BPN}/${BPN}-5.3/${BPN}-${PV}.tar.gz"
+
+SRC_URI[sha256sum] = "682953ff5ba497d48d6b13e22ca726c98659abd781bb8596bb299640dd255d9b"
+
+inherit autotools-brokensep gettext pkgconfig systemd
+
+EXTRA_OECONF = " --enable-cswap --enable-fsck --enable-argv0switch"
+
+PACKAGECONFIG ?="intl luks gcrypt nls"
+PACKAGECONFIG:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}"
+
+PACKAGECONFIG[systemd] = "--with-systemd, --without-systemd, systemd"
+PACKAGECONFIG[intl] = "--with-libintl-prefix, --without-libintl-prefix"
+PACKAGECONFIG[gcrypt] = "--with-libgcrypt, --without-libgcrypt, libgcrypt"
+PACKAGECONFIG[luks] = "--enable-luks, --disable-luks, cryptsetup"
+PACKAGECONFIG[nls] = "--enable-nls, --disable-nls, "
+
+SYSTEMD_SERVICE:${PN} = "cryptmount.service"
+
+RDEPENDS:${PN} = "libdevmapper"
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [meta-security][PATCH 2/2] packagegroup-core-security: add pkg to grp
2022-08-06 1:48 [meta-security][PATCH 1/2] cryptmount: Add new pkg Armin Kuster
@ 2022-08-06 1:48 ` Armin Kuster
0 siblings, 0 replies; 2+ messages in thread
From: Armin Kuster @ 2022-08-06 1:48 UTC (permalink / raw)
To: yocto
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
recipes-core/packagegroup/packagegroup-core-security.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/recipes-core/packagegroup/packagegroup-core-security.bb b/recipes-core/packagegroup/packagegroup-core-security.bb
index 85f6916..ec603aa 100644
--- a/recipes-core/packagegroup/packagegroup-core-security.bb
+++ b/recipes-core/packagegroup/packagegroup-core-security.bb
@@ -28,6 +28,7 @@ SUMMARY:packagegroup-security-utils = "Security utilities"
RDEPENDS:packagegroup-security-utils = "\
bubblewrap \
checksec \
+ cryptmount \
ding-libs \
ecryptfs-utils \
fscryptctl \
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-08-06 1:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-06 1:48 [meta-security][PATCH 1/2] cryptmount: Add new pkg Armin Kuster
2022-08-06 1:48 ` [meta-security][PATCH 2/2] packagegroup-core-security: add pkg to grp Armin Kuster
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox