* [gentoo-commits] repo/proj/guru:dev commit in: app-crypt/clevis/
@ 2023-01-27 16:24 Julien Roy
0 siblings, 0 replies; 5+ messages in thread
From: Julien Roy @ 2023-01-27 16:24 UTC (permalink / raw
To: gentoo-commits
commit: 2114c0779a4b1ef4488c66a880bd0688517881c1
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Fri Jan 27 16:23:52 2023 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Fri Jan 27 16:23:52 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2114c077
app-crypt/clevis: add 19
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
app-crypt/clevis/Manifest | 1 +
app-crypt/clevis/clevis-19.ebuild | 31 +++++++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/app-crypt/clevis/Manifest b/app-crypt/clevis/Manifest
index cccbcfc24..301bc626a 100644
--- a/app-crypt/clevis/Manifest
+++ b/app-crypt/clevis/Manifest
@@ -1 +1,2 @@
DIST clevis-18.tar.gz 78191 BLAKE2B 317f30df3c05a9a651363daf17b9320e47a903929af991ecfd9d4d3d630a0ab8e92815db2e5736e9b9ca7f3fb4a41f4cf198ec447f04a9849f4d2a03bb196b22 SHA512 19b6743ff61ff7e29699bbc3fb69dfa31567a37ab824629330b57c92aa89b70759d63c1770be68d4525681ec9ba56d980cae2bb1cdeee6192992ede449a0e4ff
+DIST clevis-19.tar.gz 81324 BLAKE2B 75323940d0b53e307f5dbc197e3117e7ddc900d76ae1043bac3d17cc3af0264ba00a5f840c5c9dd3c2dd9c8fbde2cf05934b8ab3e89cd403ad8a8eb28609bb78 SHA512 dee19354c908c3843fc295a84b431780d5d6062c77766ee7ce9550636d3623d92b0cd1f6d4c40d57bef14debddc161da2b72289a5d6185cdd17b09a1ef67409a
diff --git a/app-crypt/clevis/clevis-19.ebuild b/app-crypt/clevis/clevis-19.ebuild
new file mode 100644
index 000000000..50fb4b236
--- /dev/null
+++ b/app-crypt/clevis/clevis-19.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="Automated Encryption Framework"
+HOMEPAGE="https://github.com/latchset/clevis"
+SRC_URI="https://github.com/latchset/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+luks +tpm"
+
+DEPEND="
+ dev-libs/jose
+ sys-fs/cryptsetup
+ luks? (
+ app-misc/jq
+ dev-libs/libpwquality
+ dev-libs/luksmeta
+ )
+ tpm? ( app-crypt/tpm2-tools )
+"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+ "${FILESDIR}/clevis-meson.patch"
+)
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-crypt/clevis/
@ 2024-03-08 20:15 Julien Roy
0 siblings, 0 replies; 5+ messages in thread
From: Julien Roy @ 2024-03-08 20:15 UTC (permalink / raw
To: gentoo-commits
commit: c453463fa6189e220fd8c3b828507b70dfddaec3
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Fri Mar 8 20:14:51 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Fri Mar 8 20:14:51 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c453463f
app-crypt/clevis: add 20
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
app-crypt/clevis/Manifest | 1 +
app-crypt/clevis/clevis-20.ebuild | 32 ++++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/app-crypt/clevis/Manifest b/app-crypt/clevis/Manifest
index ead9af1f71..f062efbf0d 100644
--- a/app-crypt/clevis/Manifest
+++ b/app-crypt/clevis/Manifest
@@ -1 +1,2 @@
DIST clevis-19.tar.gz 81324 BLAKE2B 75323940d0b53e307f5dbc197e3117e7ddc900d76ae1043bac3d17cc3af0264ba00a5f840c5c9dd3c2dd9c8fbde2cf05934b8ab3e89cd403ad8a8eb28609bb78 SHA512 dee19354c908c3843fc295a84b431780d5d6062c77766ee7ce9550636d3623d92b0cd1f6d4c40d57bef14debddc161da2b72289a5d6185cdd17b09a1ef67409a
+DIST clevis-20.tar.gz 83668 BLAKE2B df00752f630762e8d52fb3fb9e0cd76129a53cf3c85300eb2c3967f9cb39139eb2b38e434e72dd879a5062555d7b5933558b87bba2dd01533bf92d0c059fbc5e SHA512 bee42f1e44b8ca8b1be7b9abf265d1bef14a8ecca6e18f48fbc33f3624b6633c5d150a83745eb8ea13a9a343235de07b0754b6ff9b462a1e7376964e7672a80d
diff --git a/app-crypt/clevis/clevis-20.ebuild b/app-crypt/clevis/clevis-20.ebuild
new file mode 100644
index 0000000000..dd32de411e
--- /dev/null
+++ b/app-crypt/clevis/clevis-20.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="Automated Encryption Framework"
+HOMEPAGE="https://github.com/latchset/clevis"
+SRC_URI="https://github.com/latchset/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+luks +tpm"
+
+DEPEND="
+ dev-libs/jose
+ sys-fs/cryptsetup
+ luks? (
+ app-misc/jq
+ dev-libs/libpwquality
+ dev-libs/luksmeta
+ )
+ tpm? ( app-crypt/tpm2-tools )
+"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+ # Fix for systemd on Gentoo
+ "${FILESDIR}/clevis-meson.patch"
+)
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-crypt/clevis/
@ 2024-05-24 19:00 Julien Roy
2024-05-24 19:03 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
0 siblings, 1 reply; 5+ messages in thread
From: Julien Roy @ 2024-05-24 19:00 UTC (permalink / raw
To: gentoo-commits
commit: 96d58b27e822630e7e9c6cc64a97549127bc21ea
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Fri May 24 18:56:44 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Fri May 24 18:56:44 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=96d58b27
app-crypt/clevis: add missing RDEPENDs
Closes: https://bugs.gentoo.org/932170
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
app-crypt/clevis/{clevis-19-r1.ebuild => clevis-19-r2.ebuild} | 8 ++++++--
app-crypt/clevis/{clevis-20.ebuild => clevis-20-r1.ebuild} | 6 +++++-
2 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/app-crypt/clevis/clevis-19-r1.ebuild b/app-crypt/clevis/clevis-19-r2.ebuild
similarity index 87%
rename from app-crypt/clevis/clevis-19-r1.ebuild
rename to app-crypt/clevis/clevis-19-r2.ebuild
index 37a4b60eb..097d18b21 100644
--- a/app-crypt/clevis/clevis-19-r1.ebuild
+++ b/app-crypt/clevis/clevis-19-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -24,7 +24,11 @@ DEPEND="
)
tpm? ( app-crypt/tpm2-tools )
"
-RDEPEND="${DEPEND}"
+RDEPEND="
+ ${DEPEND}
+ dev-libs/jansson
+ dev-libs/openssl:=
+"
PATCHES=(
# From https://github.com/latchset/clevis/pull/347
diff --git a/app-crypt/clevis/clevis-20.ebuild b/app-crypt/clevis/clevis-20-r1.ebuild
similarity index 90%
rename from app-crypt/clevis/clevis-20.ebuild
rename to app-crypt/clevis/clevis-20-r1.ebuild
index dd32de411..12627f913 100644
--- a/app-crypt/clevis/clevis-20.ebuild
+++ b/app-crypt/clevis/clevis-20-r1.ebuild
@@ -24,7 +24,11 @@ DEPEND="
)
tpm? ( app-crypt/tpm2-tools )
"
-RDEPEND="${DEPEND}"
+RDEPEND="
+ ${DEPEND}
+ dev-libs/jansson
+ dev-libs/openssl:=
+"
PATCHES=(
# Fix for systemd on Gentoo
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: app-crypt/clevis/
2024-05-24 19:00 [gentoo-commits] repo/proj/guru:dev commit in: app-crypt/clevis/ Julien Roy
@ 2024-05-24 19:03 ` Julien Roy
0 siblings, 0 replies; 5+ messages in thread
From: Julien Roy @ 2024-05-24 19:03 UTC (permalink / raw
To: gentoo-commits
commit: 96d58b27e822630e7e9c6cc64a97549127bc21ea
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Fri May 24 18:56:44 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Fri May 24 18:56:44 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=96d58b27
app-crypt/clevis: add missing RDEPENDs
Closes: https://bugs.gentoo.org/932170
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
app-crypt/clevis/{clevis-19-r1.ebuild => clevis-19-r2.ebuild} | 8 ++++++--
app-crypt/clevis/{clevis-20.ebuild => clevis-20-r1.ebuild} | 6 +++++-
2 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/app-crypt/clevis/clevis-19-r1.ebuild b/app-crypt/clevis/clevis-19-r2.ebuild
similarity index 87%
rename from app-crypt/clevis/clevis-19-r1.ebuild
rename to app-crypt/clevis/clevis-19-r2.ebuild
index 37a4b60eb..097d18b21 100644
--- a/app-crypt/clevis/clevis-19-r1.ebuild
+++ b/app-crypt/clevis/clevis-19-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -24,7 +24,11 @@ DEPEND="
)
tpm? ( app-crypt/tpm2-tools )
"
-RDEPEND="${DEPEND}"
+RDEPEND="
+ ${DEPEND}
+ dev-libs/jansson
+ dev-libs/openssl:=
+"
PATCHES=(
# From https://github.com/latchset/clevis/pull/347
diff --git a/app-crypt/clevis/clevis-20.ebuild b/app-crypt/clevis/clevis-20-r1.ebuild
similarity index 90%
rename from app-crypt/clevis/clevis-20.ebuild
rename to app-crypt/clevis/clevis-20-r1.ebuild
index dd32de411..12627f913 100644
--- a/app-crypt/clevis/clevis-20.ebuild
+++ b/app-crypt/clevis/clevis-20-r1.ebuild
@@ -24,7 +24,11 @@ DEPEND="
)
tpm? ( app-crypt/tpm2-tools )
"
-RDEPEND="${DEPEND}"
+RDEPEND="
+ ${DEPEND}
+ dev-libs/jansson
+ dev-libs/openssl:=
+"
PATCHES=(
# Fix for systemd on Gentoo
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-crypt/clevis/
@ 2024-11-19 10:42 Julien Roy
0 siblings, 0 replies; 5+ messages in thread
From: Julien Roy @ 2024-11-19 10:42 UTC (permalink / raw
To: gentoo-commits
commit: deb201f334cc0f2cab14507af6d2f1d0c5f6f8d1
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Tue Nov 19 09:49:25 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue Nov 19 10:42:14 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=deb201f3
app-crypt/clevis: add 21
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
app-crypt/clevis/Manifest | 1 +
app-crypt/clevis/clevis-21.ebuild | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/app-crypt/clevis/Manifest b/app-crypt/clevis/Manifest
index f062efbf0..87942abeb 100644
--- a/app-crypt/clevis/Manifest
+++ b/app-crypt/clevis/Manifest
@@ -1,2 +1,3 @@
DIST clevis-19.tar.gz 81324 BLAKE2B 75323940d0b53e307f5dbc197e3117e7ddc900d76ae1043bac3d17cc3af0264ba00a5f840c5c9dd3c2dd9c8fbde2cf05934b8ab3e89cd403ad8a8eb28609bb78 SHA512 dee19354c908c3843fc295a84b431780d5d6062c77766ee7ce9550636d3623d92b0cd1f6d4c40d57bef14debddc161da2b72289a5d6185cdd17b09a1ef67409a
DIST clevis-20.tar.gz 83668 BLAKE2B df00752f630762e8d52fb3fb9e0cd76129a53cf3c85300eb2c3967f9cb39139eb2b38e434e72dd879a5062555d7b5933558b87bba2dd01533bf92d0c059fbc5e SHA512 bee42f1e44b8ca8b1be7b9abf265d1bef14a8ecca6e18f48fbc33f3624b6633c5d150a83745eb8ea13a9a343235de07b0754b6ff9b462a1e7376964e7672a80d
+DIST clevis-21.tar.gz 101599 BLAKE2B 3c02b409e3571d73ad46383da1863e2e2af33786e5a4d4a671b0423133442f379cd42e63f0d8c907604f3339bbf253c255eeefc7567b636ccf1cdb9993efa6dd SHA512 f069969a45195679cc5e521ed0b4ec2199d774aab59ec1d60533a3e9af70468aa2c75dfc695e9d48a255828971a3cf199388c92ffa999faadfc16d7c80eb9fde
diff --git a/app-crypt/clevis/clevis-21.ebuild b/app-crypt/clevis/clevis-21.ebuild
new file mode 100644
index 000000000..12627f913
--- /dev/null
+++ b/app-crypt/clevis/clevis-21.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="Automated Encryption Framework"
+HOMEPAGE="https://github.com/latchset/clevis"
+SRC_URI="https://github.com/latchset/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+luks +tpm"
+
+DEPEND="
+ dev-libs/jose
+ sys-fs/cryptsetup
+ luks? (
+ app-misc/jq
+ dev-libs/libpwquality
+ dev-libs/luksmeta
+ )
+ tpm? ( app-crypt/tpm2-tools )
+"
+RDEPEND="
+ ${DEPEND}
+ dev-libs/jansson
+ dev-libs/openssl:=
+"
+
+PATCHES=(
+ # Fix for systemd on Gentoo
+ "${FILESDIR}/clevis-meson.patch"
+)
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-11-19 10:42 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-24 19:00 [gentoo-commits] repo/proj/guru:dev commit in: app-crypt/clevis/ Julien Roy
2024-05-24 19:03 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
-- strict thread matches above, loose matches on Subject: below --
2024-11-19 10:42 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-03-08 20:15 Julien Roy
2023-01-27 16:24 Julien Roy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox