Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] crun: update to 1.9.2.
@ 2023-10-02 20:15 natrys
  2023-10-29 11:34 ` [PR PATCH] [Updated] " natrys
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: natrys @ 2023-10-02 20:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/natrys/void-packages crun-1.9.2
https://github.com/void-linux/void-packages/pull/46392

crun: update to 1.9.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 [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, (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/46392.patch is attached

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

From 6315c46c90f4e302470b43f8f0b66ea512e670eb Mon Sep 17 00:00:00 2001
From: Imran Khan <imran@khan.ovh>
Date: Tue, 3 Oct 2023 02:09:17 +0600
Subject: [PATCH] crun: update to 1.9.2.

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

diff --git a/srcpkgs/crun/template b/srcpkgs/crun/template
index 09abc2999495e..672cb25ad4e7e 100644
--- a/srcpkgs/crun/template
+++ b/srcpkgs/crun/template
@@ -1,6 +1,6 @@
 # Template file for 'crun'
 pkgname=crun
-version=1.9
+version=1.9.2
 revision=1
 build_style=gnu-configure
 configure_args="--disable-systemd"
@@ -11,7 +11,7 @@ maintainer="Imran Khan <imran@khan.ovh>"
 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=5d8fc610bf95594ccb1f03edaa993e8dafcc8eeb9b73c92025779fb80ba674bc
+checksum=4111aa4e88bcc9ad1285800b1bfeb06c71397d23810710498d4c3292a58499c4
 # most of the tests don't work inside a container
 make_check=ci-skip
 

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

* Re: [PR PATCH] [Updated] crun: update to 1.9.2.
  2023-10-02 20:15 [PR PATCH] crun: update to 1.9.2 natrys
@ 2023-10-29 11:34 ` natrys
  2023-11-01 12:45 ` [PR PATCH] [Updated] crun: update to 1.11 natrys
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: natrys @ 2023-10-29 11:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/natrys/void-packages crun-1.9.2
https://github.com/void-linux/void-packages/pull/46392

crun: update to 1.9.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 [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, (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/46392.patch is attached

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

From 09883fee956b712033a0e560f18a5a36930d4a33 Mon Sep 17 00:00:00 2001
From: Imran Khan <imran@khan.ovh>
Date: Tue, 3 Oct 2023 02:09:17 +0600
Subject: [PATCH] crun: update to 1.11.

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

diff --git a/srcpkgs/crun/template b/srcpkgs/crun/template
index 09abc2999495e..7d8db9180b56b 100644
--- a/srcpkgs/crun/template
+++ b/srcpkgs/crun/template
@@ -1,6 +1,6 @@
 # Template file for 'crun'
 pkgname=crun
-version=1.9
+version=1.11
 revision=1
 build_style=gnu-configure
 configure_args="--disable-systemd"
@@ -11,7 +11,7 @@ maintainer="Imran Khan <imran@khan.ovh>"
 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=5d8fc610bf95594ccb1f03edaa993e8dafcc8eeb9b73c92025779fb80ba674bc
+checksum=07c926892f9b79941206e9d14d3bd17ce53a5a658bbec661a7e32d3b2eed62a0
 # most of the tests don't work inside a container
 make_check=ci-skip
 

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

* Re: [PR PATCH] [Updated] crun: update to 1.11.
  2023-10-02 20:15 [PR PATCH] crun: update to 1.9.2 natrys
  2023-10-29 11:34 ` [PR PATCH] [Updated] " natrys
@ 2023-11-01 12:45 ` natrys
  2024-01-31  1:44 ` crun: update to 1.11.1 github-actions
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: natrys @ 2023-11-01 12:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/natrys/void-packages crun-1.9.2
https://github.com/void-linux/void-packages/pull/46392

crun: update to 1.11.
<!-- 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**|**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, (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/46392.patch is attached

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

From ef798ff3e1c5a98aed353c6c39c11f0a5c8ac06f Mon Sep 17 00:00:00 2001
From: Imran Khan <imran@khan.ovh>
Date: Tue, 3 Oct 2023 02:09:17 +0600
Subject: [PATCH] crun: update to 1.11.1.

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

diff --git a/srcpkgs/crun/template b/srcpkgs/crun/template
index 09abc2999495e..d10b068f8a39f 100644
--- a/srcpkgs/crun/template
+++ b/srcpkgs/crun/template
@@ -1,6 +1,6 @@
 # Template file for 'crun'
 pkgname=crun
-version=1.9
+version=1.11.1
 revision=1
 build_style=gnu-configure
 configure_args="--disable-systemd"
@@ -11,7 +11,7 @@ maintainer="Imran Khan <imran@khan.ovh>"
 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=5d8fc610bf95594ccb1f03edaa993e8dafcc8eeb9b73c92025779fb80ba674bc
+checksum=0c5d528b4f4ccec24dff928a805dfdc788ed6c1e74259e31606bcdcfcc93fa55
 # most of the tests don't work inside a container
 make_check=ci-skip
 

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

* Re: crun: update to 1.11.1.
  2023-10-02 20:15 [PR PATCH] crun: update to 1.9.2 natrys
  2023-10-29 11:34 ` [PR PATCH] [Updated] " natrys
  2023-11-01 12:45 ` [PR PATCH] [Updated] crun: update to 1.11 natrys
@ 2024-01-31  1:44 ` github-actions
  2024-02-05 22:32 ` cinerea0
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2024-01-31  1:44 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/46392#issuecomment-1918211944

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] 7+ messages in thread

* Re: crun: update to 1.11.1.
  2023-10-02 20:15 [PR PATCH] crun: update to 1.9.2 natrys
                   ` (2 preceding siblings ...)
  2024-01-31  1:44 ` crun: update to 1.11.1 github-actions
@ 2024-02-05 22:32 ` cinerea0
  2024-02-06  9:55 ` [PR PATCH] [Updated] " natrys
  2024-02-08  2:51 ` [PR PATCH] [Merged]: crun: update to 1.14 cinerea0
  5 siblings, 0 replies; 7+ messages in thread
From: cinerea0 @ 2024-02-05 22:32 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/46392#issuecomment-1928328375

Comment:
The latest version available upstream is 1.14, please update this PR to that version.

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

* Re: [PR PATCH] [Updated] crun: update to 1.11.1.
  2023-10-02 20:15 [PR PATCH] crun: update to 1.9.2 natrys
                   ` (3 preceding siblings ...)
  2024-02-05 22:32 ` cinerea0
@ 2024-02-06  9:55 ` natrys
  2024-02-08  2:51 ` [PR PATCH] [Merged]: crun: update to 1.14 cinerea0
  5 siblings, 0 replies; 7+ messages in thread
From: natrys @ 2024-02-06  9:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/natrys/void-packages crun-1.9.2
https://github.com/void-linux/void-packages/pull/46392

crun: update to 1.11.1.
<!-- 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**|**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, (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/46392.patch is attached

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

From 005dbfb7673a5ab5cf8fdb3cae20e697ea6bb10e Mon Sep 17 00:00:00 2001
From: Imran Khan <imran@khan.ovh>
Date: Tue, 3 Oct 2023 02:09:17 +0600
Subject: [PATCH] crun: update to 1.14.

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

diff --git a/srcpkgs/crun/template b/srcpkgs/crun/template
index 09abc2999495e..0d0c9825a54e1 100644
--- a/srcpkgs/crun/template
+++ b/srcpkgs/crun/template
@@ -1,6 +1,6 @@
 # Template file for 'crun'
 pkgname=crun
-version=1.9
+version=1.14
 revision=1
 build_style=gnu-configure
 configure_args="--disable-systemd"
@@ -11,7 +11,7 @@ maintainer="Imran Khan <imran@khan.ovh>"
 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=5d8fc610bf95594ccb1f03edaa993e8dafcc8eeb9b73c92025779fb80ba674bc
+checksum=f6ceb53ef6c686b1e8bc7e4a52cfac3ebec915edc6bc750ac600a8b3decb6e13
 # most of the tests don't work inside a container
 make_check=ci-skip
 

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

* Re: [PR PATCH] [Merged]: crun: update to 1.14.
  2023-10-02 20:15 [PR PATCH] crun: update to 1.9.2 natrys
                   ` (4 preceding siblings ...)
  2024-02-06  9:55 ` [PR PATCH] [Updated] " natrys
@ 2024-02-08  2:51 ` cinerea0
  5 siblings, 0 replies; 7+ messages in thread
From: cinerea0 @ 2024-02-08  2:51 UTC (permalink / raw)
  To: ml

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

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

crun: update to 1.14.
https://github.com/void-linux/void-packages/pull/46392

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 [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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2024-02-08  2:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-02 20:15 [PR PATCH] crun: update to 1.9.2 natrys
2023-10-29 11:34 ` [PR PATCH] [Updated] " natrys
2023-11-01 12:45 ` [PR PATCH] [Updated] crun: update to 1.11 natrys
2024-01-31  1:44 ` crun: update to 1.11.1 github-actions
2024-02-05 22:32 ` cinerea0
2024-02-06  9:55 ` [PR PATCH] [Updated] " natrys
2024-02-08  2:51 ` [PR PATCH] [Merged]: crun: update to 1.14 cinerea0

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