Github messages for voidlinux
 help / color / mirror / Atom feed
From: motorto <motorto@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] cryptsetup: update to 2.5.0.
Date: Wed, 16 Nov 2022 19:59:52 +0100	[thread overview]
Message-ID: <20221116185952.ra5dIotKm1qbT0eD53pi_73OfItqzWg5ODxY-_fX35Q@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-39446@inbox.vuxu.org>

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

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

https://github.com/motorto/void-packages cryptsetup-2.5.0
https://github.com/void-linux/void-packages/pull/39446

cryptsetup: update to 2.5.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**, using it on my full disk encrypted system boot included (x86_64-glibc), and its working fine. 

I have also went ahead and compiled it on a VM with musl glibc (x86_64-musl) and cross compiled it with armv6l.

#### Local build testing
- I built this PR locally for my native architecture, x86_64-{musl,glibc}
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l

Probably should be marked as tests needed as other people might have different setups than mine. ( and this update broke something).

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

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

From 060c57c67d33a741163837b0dc878b56dc8d7e9f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sat, 24 Sep 2022 13:04:50 +0100
Subject: [PATCH] cryptsetup: update to 2.5.0.

---
 srcpkgs/cryptsetup/template | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/cryptsetup/template b/srcpkgs/cryptsetup/template
index 40de06c9b1d3..89f75fedfc62 100644
--- a/srcpkgs/cryptsetup/template
+++ b/srcpkgs/cryptsetup/template
@@ -1,10 +1,10 @@
 # Template file for 'cryptsetup'
 pkgname=cryptsetup
-version=2.4.3
+version=2.5.0
 revision=1
 build_style=gnu-configure
 configure_args="--with-crypto_backend=openssl --enable-cryptsetup-reencrypt
- --enable-libargon2 $(vopt_enable pwquality)"
+ --disable-asciidoc --enable-libargon2 $(vopt_enable pwquality)"
 make_check_args="-C tests"
 hostmakedepends="pkg-config"
 makedepends="device-mapper-devel json-c-devel openssl-devel popt-devel
@@ -16,13 +16,19 @@ license="GPL-2.0-or-later"
 homepage="https://gitlab.com/cryptsetup/cryptsetup"
 changelog="https://gitlab.com/cryptsetup/cryptsetup/raw/master/docs/v${version}-ReleaseNotes"
 distfiles="${KERNEL_SITE}/utils/cryptsetup/v${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=fc0df945188172264ec5bf1d0bda08264fadc8a3f856d47eba91f31fe354b507
-make_check=extended
+checksum=9184a6ebbd9ce7eb211152e7f741a6c82f2d1cc0e24a84ec9c52939eee0f0542
 subpackages="libcryptsetup cryptsetup-devel"
-
 build_options="pwquality"
 desc_option_pwquality="Enable support for checking password quality via libpwquality"
 
+if [ "$XBPS_LIBC" = "musl" ]
+then
+	make_check=no # Test fail on musl see upstream:
+	# https://gitlab.com/cryptsetup/cryptsetup/-/issues/781
+else
+	make_check=ci-skip # tests depend on acessing /dev/mapper/control fails on CI
+fi
+
 post_patch() {
 	if [ "$XBPS_TARGET_LIBC" = musl ]; then
 		# Require losetup from util-linux, also failing when present

  parent reply	other threads:[~2022-11-16 18:59 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-24 14:10 [PR PATCH] " motorto
2022-09-25  9:47 ` [PR PATCH] [Updated] " motorto
2022-09-25 16:58 ` motorto
2022-09-25 19:14 ` motorto
2022-09-29 17:47 ` motorto
2022-09-29 18:06 ` motorto
2022-10-17 21:08 ` [PR REVIEW] " Piraty
2022-10-17 21:58 ` motorto
2022-10-17 22:07 ` motorto
2022-10-17 22:08 ` [PR REVIEW] " motorto
2022-10-17 22:09 ` motorto
2022-10-19 23:24 ` Piraty
2022-10-21 11:33 ` motorto
2022-10-23 11:47 ` [PR PATCH] [Updated] " motorto
2022-10-23 12:00 ` motorto
2022-10-27 17:49 ` motorto
2022-11-16 13:07 ` leahneukirchen
2022-11-16 18:59 ` motorto [this message]
2022-11-16 19:04 ` motorto
2022-11-16 20:57 ` [PR PATCH] [Merged]: " leahneukirchen

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=20221116185952.ra5dIotKm1qbT0eD53pi_73OfItqzWg5ODxY-_fX35Q@z \
    --to=motorto@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).