* [PR PATCH] clevis: update to 21.
@ 2025-01-04 3:44 Calandracas606
2025-01-04 3:49 ` [PR PATCH] [Updated] " Calandracas606
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Calandracas606 @ 2025-01-04 3:44 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1361 bytes --]
There is a new pull request by Calandracas606 against master on the void-packages repository
https://github.com/Calandracas606/void-packages clevis
https://github.com/void-linux/void-packages/pull/53831
clevis: update to 21.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x86_64-musl
- i686
- aarch64 (cross)
- aarch64-musl (cross)
- armv7l (cross)
- armv7l-musl (cross)
- armv6l (cross)
- armv6l-musl (cross)
A patch file from https://github.com/void-linux/void-packages/pull/53831.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-clevis-53831.patch --]
[-- Type: text/x-diff, Size: 1440 bytes --]
From 946f665750a9b117d6603293cee67024c888a563 Mon Sep 17 00:00:00 2001
From: Daniel Martinez <danielmartinez@cock.li>
Date: Fri, 3 Jan 2025 22:42:25 -0500
Subject: [PATCH] clevis: update to 21.
---
srcpkgs/clevis/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/clevis/template b/srcpkgs/clevis/template
index 483320f63b96f1..d7046dc141ba38 100644
--- a/srcpkgs/clevis/template
+++ b/srcpkgs/clevis/template
@@ -1,18 +1,18 @@
# Template file for 'clevis'
pkgname=clevis
-version=20
+version=21
revision=1
build_style=meson
hostmakedepends="asciidoc bash-completion cryptsetup curl jq keyutils pkg-config tpm2-tools"
makedepends="bash-completion cryptsetup-devel dracut jansson-devel
jose-devel libaudit-devel luksmeta-devel udisks2-devel"
-depends="bash cryptsetup curl libpwquality tpm2-tools"
+depends="bash cryptsetup curl libpwquality tpm2-tools jose"
short_desc="Pluggable framework for automated decryption"
maintainer="Johannes Heimansberg <git@jhe.dedyn.io>"
license="GPL-3.0-or-later WITH custom:OpenSSL-Exception"
homepage="https://github.com/latchset/clevis"
distfiles="https://github.com/latchset/clevis/archive/v$version/clevis-$version.tar.gz"
-checksum=67eb9cbbb9c90f9802cae76503f74f23d0046ee6570553407035e9fae3b4b4dd
+checksum=0ba38f0438337a799e98e1ab41ca30670cc8c13eb5f1f628b4680d46e2ef0013
make_check="ci-skip" # LUKS tests fail in CI pipeline
post_install() {
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Updated] clevis: update to 21.
2025-01-04 3:44 [PR PATCH] clevis: update to 21 Calandracas606
@ 2025-01-04 3:49 ` Calandracas606
2025-01-04 4:16 ` Calandracas606
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Calandracas606 @ 2025-01-04 3:49 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1366 bytes --]
There is an updated pull request by Calandracas606 against master on the void-packages repository
https://github.com/Calandracas606/void-packages clevis
https://github.com/void-linux/void-packages/pull/53831
clevis: update to 21.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x86_64-musl
- i686
- aarch64 (cross)
- aarch64-musl (cross)
- armv7l (cross)
- armv7l-musl (cross)
- armv6l (cross)
- armv6l-musl (cross)
A patch file from https://github.com/void-linux/void-packages/pull/53831.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-clevis-53831.patch --]
[-- Type: text/x-diff, Size: 1449 bytes --]
From 97f08bf5860f1f0b160fd7daad5af8f0efdc9ec8 Mon Sep 17 00:00:00 2001
From: Daniel Martinez <danielmartinez@cock.li>
Date: Fri, 3 Jan 2025 22:42:25 -0500
Subject: [PATCH] clevis: update to 21.
---
srcpkgs/clevis/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/clevis/template b/srcpkgs/clevis/template
index 483320f63b96f1..ade7d773e3bf25 100644
--- a/srcpkgs/clevis/template
+++ b/srcpkgs/clevis/template
@@ -1,18 +1,18 @@
# Template file for 'clevis'
pkgname=clevis
-version=20
+version=21
revision=1
build_style=meson
hostmakedepends="asciidoc bash-completion cryptsetup curl jq keyutils pkg-config tpm2-tools"
makedepends="bash-completion cryptsetup-devel dracut jansson-devel
jose-devel libaudit-devel luksmeta-devel udisks2-devel"
-depends="bash cryptsetup curl libpwquality tpm2-tools"
+depends="bash cryptsetup curl libpwquality tpm2-tools jose luksmeta"
short_desc="Pluggable framework for automated decryption"
maintainer="Johannes Heimansberg <git@jhe.dedyn.io>"
license="GPL-3.0-or-later WITH custom:OpenSSL-Exception"
homepage="https://github.com/latchset/clevis"
distfiles="https://github.com/latchset/clevis/archive/v$version/clevis-$version.tar.gz"
-checksum=67eb9cbbb9c90f9802cae76503f74f23d0046ee6570553407035e9fae3b4b4dd
+checksum=0ba38f0438337a799e98e1ab41ca30670cc8c13eb5f1f628b4680d46e2ef0013
make_check="ci-skip" # LUKS tests fail in CI pipeline
post_install() {
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Updated] clevis: update to 21.
2025-01-04 3:44 [PR PATCH] clevis: update to 21 Calandracas606
2025-01-04 3:49 ` [PR PATCH] [Updated] " Calandracas606
@ 2025-01-04 4:16 ` Calandracas606
2025-04-05 2:04 ` github-actions
2025-04-20 2:11 ` [PR PATCH] [Closed]: " github-actions
3 siblings, 0 replies; 5+ messages in thread
From: Calandracas606 @ 2025-01-04 4:16 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1366 bytes --]
There is an updated pull request by Calandracas606 against master on the void-packages repository
https://github.com/Calandracas606/void-packages clevis
https://github.com/void-linux/void-packages/pull/53831
clevis: update to 21.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x86_64-musl
- i686
- aarch64 (cross)
- aarch64-musl (cross)
- armv7l (cross)
- armv7l-musl (cross)
- armv6l (cross)
- armv6l-musl (cross)
A patch file from https://github.com/void-linux/void-packages/pull/53831.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-clevis-53831.patch --]
[-- Type: text/x-diff, Size: 3174 bytes --]
From 2c79412e1ab7aab19c3e7687e8778767efd17055 Mon Sep 17 00:00:00 2001
From: Daniel Martinez <danielmartinez@cock.li>
Date: Fri, 3 Jan 2025 22:42:25 -0500
Subject: [PATCH] clevis: update to 21.
---
srcpkgs/clevis/patches/dracut-check.patch | 35 +++++++++++++++++++++++
srcpkgs/clevis/template | 9 +++---
2 files changed, 40 insertions(+), 4 deletions(-)
create mode 100644 srcpkgs/clevis/patches/dracut-check.patch
diff --git a/srcpkgs/clevis/patches/dracut-check.patch b/srcpkgs/clevis/patches/dracut-check.patch
new file mode 100644
index 00000000000000..3994a01a8ef8e5
--- /dev/null
+++ b/srcpkgs/clevis/patches/dracut-check.patch
@@ -0,0 +1,35 @@
+From 61c94f9b499d1621021c82ba7149d46ba4d6e9f6 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Old=C5=99ich=20Jedli=C4=8Dka?= <oldium.pro@gmail.com>
+Date: Sat, 28 Sep 2024 22:47:04 +0200
+Subject: [PATCH] pkcs11: add Dracut install check
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+The check allows installation of all Dracut files together, as it is done
+with Debian packaging, so that it works even without having pkcs11 pin
+installed.
+
+Signed-off-by: Oldřich Jedlička <oldium.pro@gmail.com>
+---
+ src/luks/dracut/clevis-pin-pkcs11/module-setup.sh.in | 7 +++++++
+ 1 file changed, 7 insertions(+)
+
+diff --git a/src/luks/dracut/clevis-pin-pkcs11/module-setup.sh.in b/src/luks/dracut/clevis-pin-pkcs11/module-setup.sh.in
+index 39d06a04..4e757d67 100755
+--- a/src/luks/dracut/clevis-pin-pkcs11/module-setup.sh.in
++++ b/src/luks/dracut/clevis-pin-pkcs11/module-setup.sh.in
+@@ -17,6 +17,13 @@
+ #
+ # shellcheck disable=SC2154
+ #
++
++check() {
++ require_binaries pcscd pkcs11-tool clevis-decrypt-pkcs11 || return 1
++ require_binaries awk head sed socat tail tr || return 1
++ return 0
++}
++
+ depends() {
+ echo clevis
+ return 255
diff --git a/srcpkgs/clevis/template b/srcpkgs/clevis/template
index 483320f63b96f1..e652ac54f0380f 100644
--- a/srcpkgs/clevis/template
+++ b/srcpkgs/clevis/template
@@ -1,18 +1,19 @@
# Template file for 'clevis'
pkgname=clevis
-version=20
+version=21
revision=1
build_style=meson
-hostmakedepends="asciidoc bash-completion cryptsetup curl jq keyutils pkg-config tpm2-tools"
+hostmakedepends="asciidoc bash-completion cryptsetup curl jq keyutils pkg-config tpm2-tools
+ pcsclite opensc socat opensc-pkcs11"
makedepends="bash-completion cryptsetup-devel dracut jansson-devel
jose-devel libaudit-devel luksmeta-devel udisks2-devel"
-depends="bash cryptsetup curl libpwquality tpm2-tools"
+depends="bash cryptsetup curl libpwquality tpm2-tools jose"
short_desc="Pluggable framework for automated decryption"
maintainer="Johannes Heimansberg <git@jhe.dedyn.io>"
license="GPL-3.0-or-later WITH custom:OpenSSL-Exception"
homepage="https://github.com/latchset/clevis"
distfiles="https://github.com/latchset/clevis/archive/v$version/clevis-$version.tar.gz"
-checksum=67eb9cbbb9c90f9802cae76503f74f23d0046ee6570553407035e9fae3b4b4dd
+checksum=0ba38f0438337a799e98e1ab41ca30670cc8c13eb5f1f628b4680d46e2ef0013
make_check="ci-skip" # LUKS tests fail in CI pipeline
post_install() {
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: clevis: update to 21.
2025-01-04 3:44 [PR PATCH] clevis: update to 21 Calandracas606
2025-01-04 3:49 ` [PR PATCH] [Updated] " Calandracas606
2025-01-04 4:16 ` Calandracas606
@ 2025-04-05 2:04 ` github-actions
2025-04-20 2:11 ` [PR PATCH] [Closed]: " github-actions
3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2025-04-05 2:04 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
New comment by github-actions[bot] on void-packages repository
https://github.com/void-linux/void-packages/pull/53831#issuecomment-2780136278
Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Closed]: clevis: update to 21.
2025-01-04 3:44 [PR PATCH] clevis: update to 21 Calandracas606
` (2 preceding siblings ...)
2025-04-05 2:04 ` github-actions
@ 2025-04-20 2:11 ` github-actions
3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2025-04-20 2:11 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1197 bytes --]
There's a closed pull request on the void-packages repository
clevis: update to 21.
https://github.com/void-linux/void-packages/pull/53831
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x86_64-musl
- i686
- aarch64 (cross)
- aarch64-musl (cross)
- armv7l (cross)
- armv7l-musl (cross)
- armv6l (cross)
- armv6l-musl (cross)
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-04-20 2:11 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-04 3:44 [PR PATCH] clevis: update to 21 Calandracas606
2025-01-04 3:49 ` [PR PATCH] [Updated] " Calandracas606
2025-01-04 4:16 ` Calandracas606
2025-04-05 2:04 ` github-actions
2025-04-20 2:11 ` [PR PATCH] [Closed]: " github-actions
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).