Github messages for voidlinux
 help / color / mirror / Atom feed
From: dkwo <dkwo@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] incus: update to 6.4.0
Date: Fri, 30 Aug 2024 21:44:03 +0200	[thread overview]
Message-ID: <20240830194403.784A12DA84@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-51907@inbox.vuxu.org>

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

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

https://github.com/dkwo/void-packages incus
https://github.com/void-linux/void-packages/pull/51907

incus: update to 6.4.0
- I tested the changes in this PR: yes
- I built this PR locally for my native architecture, (x86_64-glibc)

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

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

From fca6f0a6e53b3dc7fff68003cd10d5baf791967b Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Mon, 19 Aug 2024 08:23:58 +0200
Subject: [PATCH 1/3] incus: update to 6.4.0

---
 srcpkgs/incus/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/incus/template b/srcpkgs/incus/template
index 7a106e4d338246..933f3dc186295a 100644
--- a/srcpkgs/incus/template
+++ b/srcpkgs/incus/template
@@ -1,7 +1,7 @@
 # Template file for 'incus'
 pkgname=incus
-version=6.3.0
-revision=5
+version=6.4.0
+revision=1
 build_style=go
 build_helper=qemu
 go_import_path=github.com/lxc/incus/v6
@@ -21,7 +21,7 @@ maintainer="dkwo <npiazza@disroot.org>"
 license="Apache-2.0"
 homepage="https://linuxcontainers.org/incus"
 distfiles="https://github.com/lxc/incus/archive/refs/tags/v${version}.tar.gz"
-checksum=7dfb4c17334480af18f2827538b58bedc54e885eab54d224364b973df3183f91
+checksum=c6ad8260a4954b0e4f77de66220d5450290b57858f8c16ee83f12996eea86db4
 system_groups="_incus-admin _incus"
 make_dirs="
  /var/lib/incus 0755 root root

From d6cd1fdfd26bfd9c0f3ee07e00b1c39bca74e393 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Fri, 30 Aug 2024 15:32:26 -0400
Subject: [PATCH 2/3] incus: move check from incus-user to incus

---
 srcpkgs/incus/files/{incus-user => incus}/check | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename srcpkgs/incus/files/{incus-user => incus}/check (100%)

diff --git a/srcpkgs/incus/files/incus-user/check b/srcpkgs/incus/files/incus/check
similarity index 100%
rename from srcpkgs/incus/files/incus-user/check
rename to srcpkgs/incus/files/incus/check

From a95d9e885eeb595dbca647c725d6e8271754f6bf Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Fri, 30 Aug 2024 15:43:27 -0400
Subject: [PATCH 3/3] incus: expand readme for VM

---
 srcpkgs/incus/files/README.voidlinux | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/srcpkgs/incus/files/README.voidlinux b/srcpkgs/incus/files/README.voidlinux
index 3a4a5b356f49a9..02523e10306cbf 100644
--- a/srcpkgs/incus/files/README.voidlinux
+++ b/srcpkgs/incus/files/README.voidlinux
@@ -9,3 +9,7 @@ containers. For example, the command
 will assign a range of 65,536 IDs for users and groups.
 Some container configurations may require that the `CGROUP_MODE`
 variable in `/etc/rc.conf` be set to `unified`.
+
+
+Optional dependencies to run VMs: `qemu` `edk2-ovmf`.  Must also export
+INCUS_EDK2_PATH=/usr/share/edk2/x64 in incus service conf file.

  parent reply	other threads:[~2024-08-30 19:44 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-19  7:45 [PR PATCH] " dkwo
2024-08-22  8:26 ` [PR PATCH] [Updated] " dkwo
2024-08-23  3:25 ` classabbyamp
2024-08-27 18:23 ` rekh127
2024-08-28 20:51 ` rekh127
2024-08-28 20:55 ` classabbyamp
2024-08-28 20:58 ` rekh127
2024-08-28 21:03 ` rekh127
2024-08-28 21:11 ` rekh127
2024-08-29 14:08 ` dkwo
2024-08-29 18:58 ` rekh127
2024-08-29 18:59 ` rekh127
2024-08-29 19:10 ` rekh127
2024-08-29 19:19 ` classabbyamp
2024-08-29 20:01 ` rekh127
2024-08-29 20:18 ` dkwo
2024-08-29 20:38 ` rekh127
2024-08-29 20:53 ` classabbyamp
2024-08-29 21:22 ` dkwo
2024-08-29 21:27 ` rekh127
2024-08-29 21:33 ` dkwo
2024-08-30 19:20 ` dkwo
2024-08-30 19:44 ` dkwo [this message]
2024-08-30 20:38 ` [PR PATCH] [Updated] " dkwo
2024-08-30 20:38 ` dkwo
2024-08-30 21:04 ` rekh127
2024-08-30 22:27 ` dkwo
2024-08-31  6:11 ` classabbyamp
2024-08-31 11:02 ` dkwo
2024-08-31 12:03 ` dkwo
2024-08-31 12:04 ` [PR PATCH] [Updated] " dkwo
2024-08-31 13:48 ` [PR REVIEW] " classabbyamp
2024-08-31 13:50 ` classabbyamp
2024-08-31 13:52 ` classabbyamp
2024-08-31 14:31 ` dkwo
2024-08-31 14:33 ` [PR REVIEW] " dkwo
2024-08-31 15:19 ` dkwo
2024-08-31 15:19 ` [PR PATCH] [Updated] " dkwo
2024-08-31 17:14 ` rekh127
2024-09-02 14:37 ` [PR PATCH] [Updated] " dkwo
2024-09-02 14:41 ` dkwo
2024-09-02 15:58 ` [PR REVIEW] " classabbyamp
2024-09-02 19:08 ` [PR PATCH] [Updated] " dkwo
2024-09-04 17:10 ` dkwo
2024-09-05 12:39 ` dkwo
2024-09-05 12:40 ` [PR PATCH] [Updated] " dkwo
2024-09-05 12:40 ` dkwo
2024-09-06 13:15 ` [PR PATCH] [Updated] " dkwo
2024-09-06 13:23 ` incus: update to 6.5 dkwo
2024-09-06 21:57 ` [PR REVIEW] " rekh127
2024-09-06 22:01 ` classabbyamp
2024-09-06 22:03 ` rekh127
2024-09-07 20:39 ` [PR PATCH] [Updated] " dkwo
2024-09-08 13:51 ` dkwo
2024-09-08 14:23 ` [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=20240830194403.784A12DA84@inbox.vuxu.org \
    --to=dkwo@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).