* [meta-security][PATCH] meta-security: Add recipe for Glome
@ 2022-08-08 18:06 jebr
2022-08-08 18:31 ` [yocto] " Khem Raj
0 siblings, 1 reply; 2+ messages in thread
From: jebr @ 2022-08-08 18:06 UTC (permalink / raw)
To: yocto; +Cc: brandonkim, pkern, markusrudy, John Edward Broadbent
From: John Edward Broadbent <jebr@google.com>
Generic Low Overhead Message Exchange (GLOME) is a protocol providing
secure authentication and authorization for low dependency environments.
Signed-off-by: John Edward Broadbent <jebr@google.com>
---
.../packagegroup-core-security.bb | 1 +
recipes-security/glome/glome_git.bb | 25 +++++++++++++++++++
2 files changed, 26 insertions(+)
create mode 100644 recipes-security/glome/glome_git.bb
diff --git a/recipes-core/packagegroup/packagegroup-core-security.bb b/recipes-core/packagegroup/packagegroup-core-security.bb
index a12a4c2..c028c3d 100644
--- a/recipes-core/packagegroup/packagegroup-core-security.bb
+++ b/recipes-core/packagegroup/packagegroup-core-security.bb
@@ -31,6 +31,7 @@ RDEPENDS:packagegroup-security-utils = "\
ding-libs \
ecryptfs-utils \
fscryptctl \
+ glome \
keyutils \
nmap \
pinentry \
diff --git a/recipes-security/glome/glome_git.bb b/recipes-security/glome/glome_git.bb
new file mode 100644
index 0000000..5a2a114
--- /dev/null
+++ b/recipes-security/glome/glome_git.bb
@@ -0,0 +1,25 @@
+SUMMARY = "GLOME Login Client"
+HOME_PAGE = "https://github.com/google/glome"
+DESCRIPTION = "GLOME is used to authorize serial console access to Linux machines"
+PR = "r1"
+PV = "0.1+git${SRCPV}"
+
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
+
+inherit meson pkgconfig
+
+DEPENDS += "openssl"
+
+S = "${WORKDIR}/git"
+SRC_URI = "git://github.com/google/glome.git;branch=master;protocol=https"
+SRCREV = "978ad9fb165f1e382c875f2ce08a1fc4f2ddcf1b"
+
+FILES_${PN} += "${libdir}/security"
+
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[glome-cli] = "-Dglome-cli=true,-Dglome-cli=false"
+PACKAGECONFIG[pam-glome] = "-Dpam-glome=true,-Dpam-glome=false,libpam"
+
+EXTRA_OEMESON = "-Dtests=false"
+
--
2.37.1.559.g78731f0fdb-goog
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [yocto] [meta-security][PATCH] meta-security: Add recipe for Glome
2022-08-08 18:06 [meta-security][PATCH] meta-security: Add recipe for Glome jebr
@ 2022-08-08 18:31 ` Khem Raj
0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2022-08-08 18:31 UTC (permalink / raw)
To: jebr; +Cc: yocto, brandonkim, pkern, markusrudy
On Mon, Aug 8, 2022 at 11:06 AM John Broadbent via
lists.yoctoproject.org <jebr=google.com@lists.yoctoproject.org> wrote:
>
> From: John Edward Broadbent <jebr@google.com>
>
> Generic Low Overhead Message Exchange (GLOME) is a protocol providing
> secure authentication and authorization for low dependency environments.
>
> Signed-off-by: John Edward Broadbent <jebr@google.com>
> ---
> .../packagegroup-core-security.bb | 1 +
> recipes-security/glome/glome_git.bb | 25 +++++++++++++++++++
> 2 files changed, 26 insertions(+)
> create mode 100644 recipes-security/glome/glome_git.bb
>
> diff --git a/recipes-core/packagegroup/packagegroup-core-security.bb b/recipes-core/packagegroup/packagegroup-core-security.bb
> index a12a4c2..c028c3d 100644
> --- a/recipes-core/packagegroup/packagegroup-core-security.bb
> +++ b/recipes-core/packagegroup/packagegroup-core-security.bb
> @@ -31,6 +31,7 @@ RDEPENDS:packagegroup-security-utils = "\
> ding-libs \
> ecryptfs-utils \
> fscryptctl \
> + glome \
> keyutils \
> nmap \
> pinentry \
> diff --git a/recipes-security/glome/glome_git.bb b/recipes-security/glome/glome_git.bb
> new file mode 100644
> index 0000000..5a2a114
> --- /dev/null
> +++ b/recipes-security/glome/glome_git.bb
> @@ -0,0 +1,25 @@
> +SUMMARY = "GLOME Login Client"
> +HOME_PAGE = "https://github.com/google/glome"
> +DESCRIPTION = "GLOME is used to authorize serial console access to Linux machines"
> +PR = "r1"
We dont need setting PR manually anymore. So remove it.
> +PV = "0.1+git${SRCPV}"
> +
> +LICENSE = "Apache-2.0"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
> +
> +inherit meson pkgconfig
> +
> +DEPENDS += "openssl"
> +
> +S = "${WORKDIR}/git"
> +SRC_URI = "git://github.com/google/glome.git;branch=master;protocol=https"
> +SRCREV = "978ad9fb165f1e382c875f2ce08a1fc4f2ddcf1b"
> +
> +FILES_${PN} += "${libdir}/security"
> +
This should be FILES:${PN} as per new syntax.
> +PACKAGECONFIG ??= ""
> +PACKAGECONFIG[glome-cli] = "-Dglome-cli=true,-Dglome-cli=false"
> +PACKAGECONFIG[pam-glome] = "-Dpam-glome=true,-Dpam-glome=false,libpam"
> +
> +EXTRA_OEMESON = "-Dtests=false"
> +
> --
> 2.37.1.559.g78731f0fdb-goog
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> You automatically follow any topics you start or reply to.
> View/Reply Online (#57806): https://lists.yoctoproject.org/g/yocto/message/57806
> Mute This Topic: https://lists.yoctoproject.org/mt/92898250/1997914
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-08-08 18:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-08 18:06 [meta-security][PATCH] meta-security: Add recipe for Glome jebr
2022-08-08 18:31 ` [yocto] " Khem Raj
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox