Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] crun: update to 1.4.2.
@ 2022-02-03 21:44 natrys
  2022-02-05 12:54 ` natrys
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: natrys @ 2022-02-03 21:44 UTC (permalink / raw)
  To: ml

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

There is a new pull request by natrys against master on the void-packages repository

https://github.com/natrys/void-packages crun-1.4.2
https://github.com/void-linux/void-packages/pull/35388

crun: update to 1.4.2.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 15df0be3b2028a54b6f46eaab221a5ea25a2b0a0 Mon Sep 17 00:00:00 2001
From: Imran Khan <imrankhan@teknik.io>
Date: Fri, 4 Feb 2022 03:43:01 +0600
Subject: [PATCH] crun: update to 1.4.2.

---
 srcpkgs/crun/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/crun/template b/srcpkgs/crun/template
index 5b36ee6226bf..f9563c20b0c2 100644
--- a/srcpkgs/crun/template
+++ b/srcpkgs/crun/template
@@ -1,6 +1,6 @@
 # Template file for 'crun'
 pkgname=crun
-version=1.4
+version=1.4.2
 revision=1
 build_style=gnu-configure
 configure_args="--disable-systemd"
@@ -11,7 +11,7 @@ maintainer="Imran Khan <imrankhan@teknik.io>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://github.com/containers/crun"
 distfiles="https://github.com/containers/crun/releases/download/${version}/crun-${version}.tar.gz"
-checksum=fbdf93c31e215c61a9cb97490527ec69c9993e369955e56b0d82cfedc32090ef
+checksum=2576e5bc1a26918ef4670920598ced3dc03220cd74205b1f9d4792134325c7b9
 
 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
 	makedepends+=" argp-standalone"

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

* Re: crun: update to 1.4.2.
  2022-02-03 21:44 [PR PATCH] crun: update to 1.4.2 natrys
@ 2022-02-05 12:54 ` natrys
  2022-02-05 14:34 ` paper42
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: natrys @ 2022-02-05 12:54 UTC (permalink / raw)
  To: ml

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

New comment by natrys on void-packages repository

https://github.com/void-linux/void-packages/pull/35388#issuecomment-1030619458

Comment:
@paper42 don't think that's semantically equivalent. If I remember, it was done like this mostly to stop tests from running in CI (they don't even work locally because of chroot), and probably because `ci-skip` wasn't a thing yet. So I would think equivalent would be `make_check=ci-skip` altogether, should I do that instead?

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

* Re: crun: update to 1.4.2.
  2022-02-03 21:44 [PR PATCH] crun: update to 1.4.2 natrys
  2022-02-05 12:54 ` natrys
@ 2022-02-05 14:34 ` paper42
  2022-04-07 17:15 ` leahneukirchen
  2022-04-07 17:15 ` [PR PATCH] [Closed]: " leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-02-05 14:34 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35388#issuecomment-1030635410

Comment:
> they don't even work locally because of chroot

Then we need to fix them, skip some of them or disable them.

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

* Re: [PR PATCH] [Closed]: crun: update to 1.4.2.
  2022-02-03 21:44 [PR PATCH] crun: update to 1.4.2 natrys
                   ` (2 preceding siblings ...)
  2022-04-07 17:15 ` leahneukirchen
@ 2022-04-07 17:15 ` leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: leahneukirchen @ 2022-04-07 17:15 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

crun: update to 1.4.2.
https://github.com/void-linux/void-packages/pull/35388

Description:
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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-musl
  - armv7l
  - armv6l-musl
-->


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

* Re: crun: update to 1.4.2.
  2022-02-03 21:44 [PR PATCH] crun: update to 1.4.2 natrys
  2022-02-05 12:54 ` natrys
  2022-02-05 14:34 ` paper42
@ 2022-04-07 17:15 ` leahneukirchen
  2022-04-07 17:15 ` [PR PATCH] [Closed]: " leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: leahneukirchen @ 2022-04-07 17:15 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/35388#issuecomment-1091998405

Comment:
4242fb76e47678e45f0141611cd8ed92c3d802c1

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

end of thread, other threads:[~2022-04-07 17:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-03 21:44 [PR PATCH] crun: update to 1.4.2 natrys
2022-02-05 12:54 ` natrys
2022-02-05 14:34 ` paper42
2022-04-07 17:15 ` leahneukirchen
2022-04-07 17:15 ` [PR PATCH] [Closed]: " leahneukirchen

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