Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: clevis-20
@ 2024-07-21 15:26 jhe2
  2024-07-21 15:41 ` [PR PATCH] [Updated] " jhe2
                   ` (56 more replies)
  0 siblings, 57 replies; 58+ messages in thread
From: jhe2 @ 2024-07-21 15:26 UTC (permalink / raw)
  To: ml

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

There is a new 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64
  - aarch64-musl
  - i686
  - 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: 4656 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/2] 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 23448072c3fac0379c20781cea65681e9d61b503 Mon Sep 17 00:00:00 2001
From: Johannes Heimansberg <git@jhe.dedyn.io>
Date: Sun, 21 Jul 2024 17:23:56 +0200
Subject: [PATCH 2/2] New package: clevis-20

---
 srcpkgs/clevis/template   | 19 +++++++++++++++++++
 srcpkgs/jose-devel        |  1 +
 srcpkgs/jose/template     | 24 ++++++++++++++++++++++++
 srcpkgs/luksmeta-devel    |  1 +
 srcpkgs/luksmeta/template | 27 +++++++++++++++++++++++++++
 5 files changed, 72 insertions(+)
 create mode 100644 srcpkgs/clevis/template
 create mode 120000 srcpkgs/jose-devel
 create mode 100644 srcpkgs/jose/template
 create mode 120000 srcpkgs/luksmeta-devel
 create mode 100644 srcpkgs/luksmeta/template

diff --git a/srcpkgs/clevis/template b/srcpkgs/clevis/template
new file mode 100644
index 00000000000000..d4b4f5947a0910
--- /dev/null
+++ b/srcpkgs/clevis/template
@@ -0,0 +1,19 @@
+# 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 libpwquality"
+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
+
+post_install() {
+	vlicense COPYING.openssl
+}
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..f35afc24f806ff
--- /dev/null
+++ b/srcpkgs/jose/template
@@ -0,0 +1,24 @@
+# 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
+
+jose-devel_package() {
+	depends="jose ${makedepends}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}
diff --git a/srcpkgs/luksmeta-devel b/srcpkgs/luksmeta-devel
new file mode 120000
index 00000000000000..0e4dc09ef52ba0
--- /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..f5ba6ce8dd223e
--- /dev/null
+++ b/srcpkgs/luksmeta/template
@@ -0,0 +1,27 @@
+# Template file for 'luksmeta'
+pkgname=luksmeta
+version=9
+revision=1
+build_style=gnu-configure
+hostmakedepends="asciidoc automake 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
+
+pre_configure() {
+	autoreconf -fi
+}
+
+luksmeta-devel_package() {
+	depends="luksmeta ${makedepends}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}

^ permalink raw reply	[flat|nested] 58+ messages in thread

end of thread, other threads:[~2024-09-22  6:32 UTC | newest]

Thread overview: 58+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-21 15:26 [PR PATCH] New package: clevis-20 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
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

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).