Github messages for voidlinux
 help / color / mirror / Atom feed
From: jhe2 <jhe2@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: clevis-20
Date: Sun, 21 Jul 2024 21:45:19 +0200	[thread overview]
Message-ID: <20240721194519.1F0942209A@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-51359@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1231 bytes --]

There is an updated pull request by jhe2 against master on the void-packages repository

https://github.com/jhe2/void-packages clevis
https://github.com/void-linux/void-packages/pull/51359

New package: clevis-20
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- 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):
  - aarch64-glibc
  - aarch64-musl
  - i686-glibc
  - x86_64-musl


A patch file from https://github.com/void-linux/void-packages/pull/51359.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-clevis-51359.patch --]
[-- Type: text/x-diff, Size: 5365 bytes --]

From 786f2c2583f85fbc8236b8557af2e9f6a9c95372 Mon Sep 17 00:00:00 2001
From: Johannes Heimansberg <git@jhe.dedyn.io>
Date: Sun, 21 Jul 2024 17:20:37 +0200
Subject: [PATCH 1/4] common/shlibs: add libjose.so.0 and libluksmeta.so.0

---
 common/shlibs | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/common/shlibs b/common/shlibs
index 8a716ff962395e..a59e105bb1c85f 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4518,3 +4518,5 @@ libKPim6MimeTreeParserWidgets.so.6 mimetreeparser-24.02.0_1
 libopenrazer.so.0 libopenrazer-0.2.0_1
 libstaroffice-0.0.so.0 libstaroffice-0.0.7_1
 libbox2d.so.2 box2d-2.4.1_1
+libjose.so.0 jose-14_1
+libluksmeta.so.0 luksmeta-9_1

From ca4a10de4deb9b5b7602b1b31def859067016099 Mon Sep 17 00:00:00 2001
From: Johannes Heimansberg <git@jhe.dedyn.io>
Date: Sun, 21 Jul 2024 21:11:26 +0200
Subject: [PATCH 2/4] New package: jose-14

---
 srcpkgs/jose-devel    |  1 +
 srcpkgs/jose/template | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)
 create mode 120000 srcpkgs/jose-devel
 create mode 100644 srcpkgs/jose/template

diff --git a/srcpkgs/jose-devel b/srcpkgs/jose-devel
new file mode 120000
index 00000000000000..a6611ea027c865
--- /dev/null
+++ b/srcpkgs/jose-devel
@@ -0,0 +1 @@
+jose
\ No newline at end of file
diff --git a/srcpkgs/jose/template b/srcpkgs/jose/template
new file mode 100644
index 00000000000000..ad08399bee2aa6
--- /dev/null
+++ b/srcpkgs/jose/template
@@ -0,0 +1,25 @@
+# Template file for 'jose'
+pkgname=jose
+version=14
+revision=1
+build_style=meson
+configure_args="-Dwerror=false"
+hostmakedepends="asciidoc pkg-config"
+makedepends="jansson-devel openssl-devel zlib-devel"
+short_desc="C-language implementation of Javascript Object Signing and Encryption"
+maintainer="Johannes Heimansberg <git@jhe.dedyn.io>"
+license="Apache-2.0"
+homepage="https://github.com/latchset/jose"
+distfiles="https://github.com/latchset/jose/releases/download/v$version/jose-$version.tar.xz"
+checksum=cee329ef9fce97c4c025604a8d237092f619aaa9f6d35fdf9d8c9052bc1ff95b
+make_check="no" # fails on some architectures
+
+jose-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}

From be95eeb0af3014e42844528038565a5c44ff41a6 Mon Sep 17 00:00:00 2001
From: Johannes Heimansberg <git@jhe.dedyn.io>
Date: Sun, 21 Jul 2024 21:44:59 +0200
Subject: [PATCH 3/4] New package: luksmeta-9

---
 srcpkgs/luksmeta-devel    |  1 +
 srcpkgs/luksmeta/template | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)
 create mode 120000 srcpkgs/luksmeta-devel
 create mode 100644 srcpkgs/luksmeta/template

diff --git a/srcpkgs/luksmeta-devel b/srcpkgs/luksmeta-devel
new file mode 120000
index 00000000000000..7022d555a5bd01
--- /dev/null
+++ b/srcpkgs/luksmeta-devel
@@ -0,0 +1 @@
+luksmeta
\ No newline at end of file
diff --git a/srcpkgs/luksmeta/template b/srcpkgs/luksmeta/template
new file mode 100644
index 00000000000000..84bf163b13d643
--- /dev/null
+++ b/srcpkgs/luksmeta/template
@@ -0,0 +1,28 @@
+# Template file for 'luksmeta'
+pkgname=luksmeta
+version=9
+revision=1
+build_style=gnu-configure
+hostmakedepends="asciidoc automake cryptsetup libtool pkg-config"
+makedepends="cryptsetup-devel"
+short_desc="Library for storing metadata in the LUKSv1 header"
+maintainer="Johannes Heimansberg <git@jhe.dedyn.io>"
+license="LGPL-2.0-or-later"
+homepage="https://github.com/latchset/luksmeta"
+distfiles="https://github.com/latchset/luksmeta/archive/v$version/luksmeta-$version.tar.gz"
+checksum=0eea7d50a0411e0c1e383fd47073806ed7d435b27410504e33bfbc792a1688fc
+#make_check="no" # fails on some architectures
+
+pre_configure() {
+	autoreconf -fi
+}
+
+luksmeta-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}

From 71a33c101b7dd9305f31ee1577617712a0c33c8a Mon Sep 17 00:00:00 2001
From: Johannes Heimansberg <git@jhe.dedyn.io>
Date: Sun, 21 Jul 2024 21:45:10 +0200
Subject: [PATCH 4/4] New package: clevis-20

---
 srcpkgs/clevis/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/clevis/template

diff --git a/srcpkgs/clevis/template b/srcpkgs/clevis/template
new file mode 100644
index 00000000000000..17546b3beb2567
--- /dev/null
+++ b/srcpkgs/clevis/template
@@ -0,0 +1,20 @@
+# Template file for 'clevis'
+pkgname=clevis
+version=20
+revision=1
+build_style=meson
+hostmakedepends="asciidoc 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"
+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
+make_check="ci-skip" # LUKS tests fail in CI pipeline
+
+post_install() {
+	vlicense COPYING.openssl
+}

  parent reply	other threads:[~2024-07-21 19:45 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-21 15:26 [PR PATCH] " jhe2
2024-07-21 15:41 ` [PR PATCH] [Updated] " jhe2
2024-07-21 15:46 ` jhe2
2024-07-21 15:52 ` jhe2
2024-07-21 17:49 ` [PR REVIEW] " classabbyamp
2024-07-21 17:49 ` classabbyamp
2024-07-21 17:49 ` classabbyamp
2024-07-21 17:49 ` classabbyamp
2024-07-21 17:49 ` classabbyamp
2024-07-21 17:49 ` classabbyamp
2024-07-21 17:49 ` classabbyamp
2024-07-21 19:13 ` [PR PATCH] [Updated] " jhe2
2024-07-21 19:18 ` [PR REVIEW] " jhe2
2024-07-21 19:20 ` jhe2
2024-07-21 19:21 ` jhe2
2024-07-21 19:21 ` jhe2
2024-07-21 19:25 ` jhe2
2024-07-21 19:33 ` [PR PATCH] [Updated] " jhe2
2024-07-21 19:34 ` [PR REVIEW] " jhe2
2024-07-21 19:35 ` [PR PATCH] [Updated] " jhe2
2024-07-21 19:45 ` jhe2 [this message]
2024-07-21 19:54 ` [PR REVIEW] " jhe2
2024-07-21 19:55 ` [PR PATCH] [Updated] " jhe2
2024-07-21 21:59 ` [PR REVIEW] " classabbyamp
2024-07-21 22:08 ` classabbyamp
2024-07-21 22:09 ` classabbyamp
2024-07-21 22:09 ` classabbyamp
2024-07-22  8:16 ` [PR PATCH] [Updated] " jhe2
2024-07-22  8:17 ` [PR REVIEW] " jhe2
2024-07-22  8:17 ` jhe2
2024-07-22  9:01 ` jhe2
2024-07-24 18:45 ` jhe2
2024-07-24 18:53 ` jhe2
2024-07-24 18:54 ` classabbyamp
2024-07-24 19:32 ` jhe2
2024-08-05 16:46 ` [PR PATCH] [Updated] " jhe2
2024-08-05 16:49 ` [PR REVIEW] " jhe2
2024-08-05 16:50 ` jhe2
2024-08-05 16:55 ` jhe2
2024-08-05 16:58 ` [PR PATCH] [Updated] " jhe2
2024-08-05 17:10 ` [PR REVIEW] " jhe2
2024-08-07  5:56 ` classabbyamp
2024-08-07  5:59 ` classabbyamp
2024-08-07  6:38 ` jhe2
2024-08-07  6:41 ` [PR PATCH] [Updated] " jhe2
2024-08-13 15:29 ` elivance
2024-08-13 17:04 ` jhe2
2024-08-14  2:40 ` elivance
2024-08-14  5:07 ` jhe2
2024-08-14  5:54 ` jhe2
2024-08-14  5:56 ` [PR PATCH] [Updated] " jhe2
2024-09-21 22:27 ` classabbyamp
2024-09-22  5:32 ` [PR PATCH] [Updated] " jhe2
2024-09-22  6:26 ` classabbyamp
2024-09-22  6:27 ` classabbyamp
2024-09-22  6:27 ` classabbyamp
2024-09-22  6:28 ` classabbyamp
2024-09-22  6:32 ` [PR PATCH] [Merged]: " classabbyamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240721194519.1F0942209A@inbox.vuxu.org \
    --to=jhe2@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).