* [PR PATCH] libguestfs: update update-libguestfs-appliance version
@ 2024-11-25 14:12 SyFloG
2024-11-25 14:13 ` [PR PATCH] [Updated] " SyFloG
` (14 more replies)
0 siblings, 15 replies; 16+ messages in thread
From: SyFloG @ 2024-11-25 14:12 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1324 bytes --]
There is a new pull request by SyFloG against master on the void-packages repository
https://github.com/SyFloG/void-packages libguestfs
https://github.com/void-linux/void-packages/pull/53213
libguestfs: update update-libguestfs-appliance version
<!-- Uncomment relevant sections and delete options which are not applicable -->
Previous version was no longer available to download.
#### 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/53213.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libguestfs-53213.patch --]
[-- Type: text/x-diff, Size: 1558 bytes --]
From 9c66cd3aaca540f2b6f7d8524e4ff13265b0f4f8 Mon Sep 17 00:00:00 2001
From: SyFloG <syflog@pm.me>
Date: Mon, 25 Nov 2024 14:59:15 +0100
Subject: [PATCH] libguestfs: fix update-libguestfs-appliance URL
---
srcpkgs/libguestfs/files/update-libguestfs-appliance | 4 ++--
srcpkgs/libguestfs/template | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/libguestfs/files/update-libguestfs-appliance b/srcpkgs/libguestfs/files/update-libguestfs-appliance
index eb1b3f7960934f..f561a513ffff8f 100644
--- a/srcpkgs/libguestfs/files/update-libguestfs-appliance
+++ b/srcpkgs/libguestfs/files/update-libguestfs-appliance
@@ -17,8 +17,8 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-VERSION=1.40.1
-SHA512SUM="2d63b2ce8850929b42ddc91518b0e2b37d13e358be94bb54899da6c310afa308d708a3443b9f3b3aa3c46f4f2079036a6a4b34027788f183c17a20b68fcf4e6e"
+VERSION=1.46.0
+SHA512SUM="842119bdf95dbbd61328891e9bd0b557bed90ba79c6419ee18d1a79cd4a301ea6922339b9e80ac314ff3e16498e9d3c594861aebe8e0fc2db41d285eb8e5d578"
set -e
umask 022
diff --git a/srcpkgs/libguestfs/template b/srcpkgs/libguestfs/template
index dd7f9d2aa0d6b0..3a830e47230ace 100644
--- a/srcpkgs/libguestfs/template
+++ b/srcpkgs/libguestfs/template
@@ -1,7 +1,7 @@
# Template file for 'libguestfs'
pkgname=libguestfs
version=1.54.0
-revision=1
+revision=2
_version_short=${version%.*}
build_style=gnu-configure
make_install_args="INSTALLDIRS=vendor"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* Re: [PR PATCH] [Updated] libguestfs: update update-libguestfs-appliance version
2024-11-25 14:12 [PR PATCH] libguestfs: update update-libguestfs-appliance version SyFloG
@ 2024-11-25 14:13 ` SyFloG
2024-12-03 10:28 ` SyFloG
` (13 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: SyFloG @ 2024-11-25 14:13 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1329 bytes --]
There is an updated pull request by SyFloG against master on the void-packages repository
https://github.com/SyFloG/void-packages libguestfs
https://github.com/void-linux/void-packages/pull/53213
libguestfs: update update-libguestfs-appliance version
<!-- Uncomment relevant sections and delete options which are not applicable -->
Previous version was no longer available to download.
#### 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/53213.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libguestfs-53213.patch --]
[-- Type: text/x-diff, Size: 1565 bytes --]
From 49b4bdaf9fae732eb42c07dd04b2adf41fb177df Mon Sep 17 00:00:00 2001
From: SyFloG <syflog@pm.me>
Date: Mon, 25 Nov 2024 14:59:15 +0100
Subject: [PATCH] libguestfs: update update-libguestfs-appliance version
---
srcpkgs/libguestfs/files/update-libguestfs-appliance | 4 ++--
srcpkgs/libguestfs/template | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/libguestfs/files/update-libguestfs-appliance b/srcpkgs/libguestfs/files/update-libguestfs-appliance
index eb1b3f7960934f..f561a513ffff8f 100644
--- a/srcpkgs/libguestfs/files/update-libguestfs-appliance
+++ b/srcpkgs/libguestfs/files/update-libguestfs-appliance
@@ -17,8 +17,8 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-VERSION=1.40.1
-SHA512SUM="2d63b2ce8850929b42ddc91518b0e2b37d13e358be94bb54899da6c310afa308d708a3443b9f3b3aa3c46f4f2079036a6a4b34027788f183c17a20b68fcf4e6e"
+VERSION=1.46.0
+SHA512SUM="842119bdf95dbbd61328891e9bd0b557bed90ba79c6419ee18d1a79cd4a301ea6922339b9e80ac314ff3e16498e9d3c594861aebe8e0fc2db41d285eb8e5d578"
set -e
umask 022
diff --git a/srcpkgs/libguestfs/template b/srcpkgs/libguestfs/template
index dd7f9d2aa0d6b0..3a830e47230ace 100644
--- a/srcpkgs/libguestfs/template
+++ b/srcpkgs/libguestfs/template
@@ -1,7 +1,7 @@
# Template file for 'libguestfs'
pkgname=libguestfs
version=1.54.0
-revision=1
+revision=2
_version_short=${version%.*}
build_style=gnu-configure
make_install_args="INSTALLDIRS=vendor"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* Re: [PR PATCH] [Updated] libguestfs: update update-libguestfs-appliance version
2024-11-25 14:12 [PR PATCH] libguestfs: update update-libguestfs-appliance version SyFloG
2024-11-25 14:13 ` [PR PATCH] [Updated] " SyFloG
@ 2024-12-03 10:28 ` SyFloG
2025-01-30 12:29 ` SyFloG
` (12 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: SyFloG @ 2024-12-03 10:28 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1329 bytes --]
There is an updated pull request by SyFloG against master on the void-packages repository
https://github.com/SyFloG/void-packages libguestfs
https://github.com/void-linux/void-packages/pull/53213
libguestfs: update update-libguestfs-appliance version
<!-- Uncomment relevant sections and delete options which are not applicable -->
Previous version was no longer available to download.
#### 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/53213.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libguestfs-53213.patch --]
[-- Type: text/x-diff, Size: 1565 bytes --]
From eefab6b294ed5c58cf9faaa09552ca6293860bcd Mon Sep 17 00:00:00 2001
From: SyFloG <syflog@pm.me>
Date: Mon, 25 Nov 2024 14:59:15 +0100
Subject: [PATCH] libguestfs: update update-libguestfs-appliance version
---
srcpkgs/libguestfs/files/update-libguestfs-appliance | 4 ++--
srcpkgs/libguestfs/template | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/libguestfs/files/update-libguestfs-appliance b/srcpkgs/libguestfs/files/update-libguestfs-appliance
index eb1b3f7960934f..f561a513ffff8f 100644
--- a/srcpkgs/libguestfs/files/update-libguestfs-appliance
+++ b/srcpkgs/libguestfs/files/update-libguestfs-appliance
@@ -17,8 +17,8 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-VERSION=1.40.1
-SHA512SUM="2d63b2ce8850929b42ddc91518b0e2b37d13e358be94bb54899da6c310afa308d708a3443b9f3b3aa3c46f4f2079036a6a4b34027788f183c17a20b68fcf4e6e"
+VERSION=1.46.0
+SHA512SUM="842119bdf95dbbd61328891e9bd0b557bed90ba79c6419ee18d1a79cd4a301ea6922339b9e80ac314ff3e16498e9d3c594861aebe8e0fc2db41d285eb8e5d578"
set -e
umask 022
diff --git a/srcpkgs/libguestfs/template b/srcpkgs/libguestfs/template
index dd7f9d2aa0d6b0..3a830e47230ace 100644
--- a/srcpkgs/libguestfs/template
+++ b/srcpkgs/libguestfs/template
@@ -1,7 +1,7 @@
# Template file for 'libguestfs'
pkgname=libguestfs
version=1.54.0
-revision=1
+revision=2
_version_short=${version%.*}
build_style=gnu-configure
make_install_args="INSTALLDIRS=vendor"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* Re: [PR PATCH] [Updated] libguestfs: update update-libguestfs-appliance version
2024-11-25 14:12 [PR PATCH] libguestfs: update update-libguestfs-appliance version SyFloG
2024-11-25 14:13 ` [PR PATCH] [Updated] " SyFloG
2024-12-03 10:28 ` SyFloG
@ 2025-01-30 12:29 ` SyFloG
2025-03-04 10:05 ` SyFloG
` (11 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: SyFloG @ 2025-01-30 12:29 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1329 bytes --]
There is an updated pull request by SyFloG against master on the void-packages repository
https://github.com/SyFloG/void-packages libguestfs
https://github.com/void-linux/void-packages/pull/53213
libguestfs: update update-libguestfs-appliance version
<!-- Uncomment relevant sections and delete options which are not applicable -->
Previous version was no longer available to download.
#### 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/53213.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libguestfs-53213.patch --]
[-- Type: text/x-diff, Size: 1565 bytes --]
From 1693e96c40444325fb58198fa8950e239d35f88b Mon Sep 17 00:00:00 2001
From: SyFloG <syflog@pm.me>
Date: Mon, 25 Nov 2024 14:59:15 +0100
Subject: [PATCH] libguestfs: update update-libguestfs-appliance version
---
srcpkgs/libguestfs/files/update-libguestfs-appliance | 4 ++--
srcpkgs/libguestfs/template | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/libguestfs/files/update-libguestfs-appliance b/srcpkgs/libguestfs/files/update-libguestfs-appliance
index eb1b3f7960934f..f561a513ffff8f 100644
--- a/srcpkgs/libguestfs/files/update-libguestfs-appliance
+++ b/srcpkgs/libguestfs/files/update-libguestfs-appliance
@@ -17,8 +17,8 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-VERSION=1.40.1
-SHA512SUM="2d63b2ce8850929b42ddc91518b0e2b37d13e358be94bb54899da6c310afa308d708a3443b9f3b3aa3c46f4f2079036a6a4b34027788f183c17a20b68fcf4e6e"
+VERSION=1.46.0
+SHA512SUM="842119bdf95dbbd61328891e9bd0b557bed90ba79c6419ee18d1a79cd4a301ea6922339b9e80ac314ff3e16498e9d3c594861aebe8e0fc2db41d285eb8e5d578"
set -e
umask 022
diff --git a/srcpkgs/libguestfs/template b/srcpkgs/libguestfs/template
index dd7f9d2aa0d6b0..3a830e47230ace 100644
--- a/srcpkgs/libguestfs/template
+++ b/srcpkgs/libguestfs/template
@@ -1,7 +1,7 @@
# Template file for 'libguestfs'
pkgname=libguestfs
version=1.54.0
-revision=1
+revision=2
_version_short=${version%.*}
build_style=gnu-configure
make_install_args="INSTALLDIRS=vendor"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* Re: [PR PATCH] [Updated] libguestfs: update update-libguestfs-appliance version
2024-11-25 14:12 [PR PATCH] libguestfs: update update-libguestfs-appliance version SyFloG
` (2 preceding siblings ...)
2025-01-30 12:29 ` SyFloG
@ 2025-03-04 10:05 ` SyFloG
2025-06-03 2:12 ` github-actions
` (10 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: SyFloG @ 2025-03-04 10:05 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1329 bytes --]
There is an updated pull request by SyFloG against master on the void-packages repository
https://github.com/SyFloG/void-packages libguestfs
https://github.com/void-linux/void-packages/pull/53213
libguestfs: update update-libguestfs-appliance version
<!-- Uncomment relevant sections and delete options which are not applicable -->
Previous version was no longer available to download.
#### 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/53213.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libguestfs-53213.patch --]
[-- Type: text/x-diff, Size: 1565 bytes --]
From 6ea290bf49d94042db499517c586dd767d8857c8 Mon Sep 17 00:00:00 2001
From: SyFloG <syflog@pm.me>
Date: Mon, 25 Nov 2024 14:59:15 +0100
Subject: [PATCH] libguestfs: update update-libguestfs-appliance version
---
srcpkgs/libguestfs/files/update-libguestfs-appliance | 4 ++--
srcpkgs/libguestfs/template | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/libguestfs/files/update-libguestfs-appliance b/srcpkgs/libguestfs/files/update-libguestfs-appliance
index eb1b3f7960934f..f561a513ffff8f 100644
--- a/srcpkgs/libguestfs/files/update-libguestfs-appliance
+++ b/srcpkgs/libguestfs/files/update-libguestfs-appliance
@@ -17,8 +17,8 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-VERSION=1.40.1
-SHA512SUM="2d63b2ce8850929b42ddc91518b0e2b37d13e358be94bb54899da6c310afa308d708a3443b9f3b3aa3c46f4f2079036a6a4b34027788f183c17a20b68fcf4e6e"
+VERSION=1.46.0
+SHA512SUM="842119bdf95dbbd61328891e9bd0b557bed90ba79c6419ee18d1a79cd4a301ea6922339b9e80ac314ff3e16498e9d3c594861aebe8e0fc2db41d285eb8e5d578"
set -e
umask 022
diff --git a/srcpkgs/libguestfs/template b/srcpkgs/libguestfs/template
index c4e51d6edf28e7..2ace9b8253c06a 100644
--- a/srcpkgs/libguestfs/template
+++ b/srcpkgs/libguestfs/template
@@ -1,7 +1,7 @@
# Template file for 'libguestfs'
pkgname=libguestfs
version=1.54.1
-revision=1
+revision=2
_version_short=${version%.*}
build_style=gnu-configure
make_install_args="INSTALLDIRS=vendor"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* Re: libguestfs: update update-libguestfs-appliance version
2024-11-25 14:12 [PR PATCH] libguestfs: update update-libguestfs-appliance version SyFloG
` (3 preceding siblings ...)
2025-03-04 10:05 ` SyFloG
@ 2025-06-03 2:12 ` github-actions
2025-06-03 11:11 ` [PR PATCH] [Updated] " SyFloG
` (9 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: github-actions @ 2025-06-03 2:12 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/53213#issuecomment-2933124899
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] 16+ messages in thread
* Re: [PR PATCH] [Updated] libguestfs: update update-libguestfs-appliance version
2024-11-25 14:12 [PR PATCH] libguestfs: update update-libguestfs-appliance version SyFloG
` (4 preceding siblings ...)
2025-06-03 2:12 ` github-actions
@ 2025-06-03 11:11 ` SyFloG
2025-06-08 17:47 ` Duncaen
` (8 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: SyFloG @ 2025-06-03 11:11 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1329 bytes --]
There is an updated pull request by SyFloG against master on the void-packages repository
https://github.com/SyFloG/void-packages libguestfs
https://github.com/void-linux/void-packages/pull/53213
libguestfs: update update-libguestfs-appliance version
<!-- Uncomment relevant sections and delete options which are not applicable -->
Previous version was no longer available to download.
#### 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/53213.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libguestfs-53213.patch --]
[-- Type: text/x-diff, Size: 1113 bytes --]
From aac6445960f0cb6202f1eac0426f443185eb7a3e Mon Sep 17 00:00:00 2001
From: SyFloG <syflog@pm.me>
Date: Mon, 25 Nov 2024 14:59:15 +0100
Subject: [PATCH] libguestfs: update update-libguestfs-appliance version
---
srcpkgs/libguestfs/files/update-libguestfs-appliance | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/libguestfs/files/update-libguestfs-appliance b/srcpkgs/libguestfs/files/update-libguestfs-appliance
index eb1b3f7960934f..f561a513ffff8f 100644
--- a/srcpkgs/libguestfs/files/update-libguestfs-appliance
+++ b/srcpkgs/libguestfs/files/update-libguestfs-appliance
@@ -17,8 +17,8 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-VERSION=1.40.1
-SHA512SUM="2d63b2ce8850929b42ddc91518b0e2b37d13e358be94bb54899da6c310afa308d708a3443b9f3b3aa3c46f4f2079036a6a4b34027788f183c17a20b68fcf4e6e"
+VERSION=1.46.0
+SHA512SUM="842119bdf95dbbd61328891e9bd0b557bed90ba79c6419ee18d1a79cd4a301ea6922339b9e80ac314ff3e16498e9d3c594861aebe8e0fc2db41d285eb8e5d578"
set -e
umask 022
^ permalink raw reply related [flat|nested] 16+ messages in thread
* Re: libguestfs: update update-libguestfs-appliance version
2024-11-25 14:12 [PR PATCH] libguestfs: update update-libguestfs-appliance version SyFloG
` (5 preceding siblings ...)
2025-06-03 11:11 ` [PR PATCH] [Updated] " SyFloG
@ 2025-06-08 17:47 ` Duncaen
2025-07-24 10:54 ` [PR PATCH] [Updated] " SyFloG
` (7 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Duncaen @ 2025-06-08 17:47 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 259 bytes --]
New comment by Duncaen on void-packages repository
https://github.com/void-linux/void-packages/pull/53213#issuecomment-2954197278
Comment:
Can't we download that file from somewhere instead, there is no way this gets regularly updated if we just vendor it.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PR PATCH] [Updated] libguestfs: update update-libguestfs-appliance version
2024-11-25 14:12 [PR PATCH] libguestfs: update update-libguestfs-appliance version SyFloG
` (6 preceding siblings ...)
2025-06-08 17:47 ` Duncaen
@ 2025-07-24 10:54 ` SyFloG
2025-10-23 2:06 ` github-actions
` (6 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: SyFloG @ 2025-07-24 10:54 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1329 bytes --]
There is an updated pull request by SyFloG against master on the void-packages repository
https://github.com/SyFloG/void-packages libguestfs
https://github.com/void-linux/void-packages/pull/53213
libguestfs: update update-libguestfs-appliance version
<!-- Uncomment relevant sections and delete options which are not applicable -->
Previous version was no longer available to download.
#### 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/53213.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libguestfs-53213.patch --]
[-- Type: text/x-diff, Size: 1113 bytes --]
From a02159319094990bdc0c7685fe7fe007aa09eaf6 Mon Sep 17 00:00:00 2001
From: SyFloG <syflog@pm.me>
Date: Mon, 25 Nov 2024 14:59:15 +0100
Subject: [PATCH] libguestfs: update update-libguestfs-appliance version
---
srcpkgs/libguestfs/files/update-libguestfs-appliance | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/libguestfs/files/update-libguestfs-appliance b/srcpkgs/libguestfs/files/update-libguestfs-appliance
index eb1b3f7960934f..f561a513ffff8f 100644
--- a/srcpkgs/libguestfs/files/update-libguestfs-appliance
+++ b/srcpkgs/libguestfs/files/update-libguestfs-appliance
@@ -17,8 +17,8 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-VERSION=1.40.1
-SHA512SUM="2d63b2ce8850929b42ddc91518b0e2b37d13e358be94bb54899da6c310afa308d708a3443b9f3b3aa3c46f4f2079036a6a4b34027788f183c17a20b68fcf4e6e"
+VERSION=1.46.0
+SHA512SUM="842119bdf95dbbd61328891e9bd0b557bed90ba79c6419ee18d1a79cd4a301ea6922339b9e80ac314ff3e16498e9d3c594861aebe8e0fc2db41d285eb8e5d578"
set -e
umask 022
^ permalink raw reply related [flat|nested] 16+ messages in thread
* Re: libguestfs: update update-libguestfs-appliance version
2024-11-25 14:12 [PR PATCH] libguestfs: update update-libguestfs-appliance version SyFloG
` (7 preceding siblings ...)
2025-07-24 10:54 ` [PR PATCH] [Updated] " SyFloG
@ 2025-10-23 2:06 ` github-actions
2025-10-23 9:04 ` [PR PATCH] [Updated] " SyFloG
` (5 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: github-actions @ 2025-10-23 2:06 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/53213#issuecomment-3434812992
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] 16+ messages in thread
* Re: [PR PATCH] [Updated] libguestfs: update update-libguestfs-appliance version
2024-11-25 14:12 [PR PATCH] libguestfs: update update-libguestfs-appliance version SyFloG
` (8 preceding siblings ...)
2025-10-23 2:06 ` github-actions
@ 2025-10-23 9:04 ` SyFloG
2025-10-23 9:05 ` SyFloG
` (4 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: SyFloG @ 2025-10-23 9:04 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1329 bytes --]
There is an updated pull request by SyFloG against master on the void-packages repository
https://github.com/SyFloG/void-packages libguestfs
https://github.com/void-linux/void-packages/pull/53213
libguestfs: update update-libguestfs-appliance version
<!-- Uncomment relevant sections and delete options which are not applicable -->
Previous version was no longer available to download.
#### 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/53213.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libguestfs-53213.patch --]
[-- Type: text/x-diff, Size: 1113 bytes --]
From 5e3d9e261955be4a42c05d0876b8ad40ab7e58f9 Mon Sep 17 00:00:00 2001
From: SyFloG <syflog@pm.me>
Date: Mon, 25 Nov 2024 14:59:15 +0100
Subject: [PATCH] libguestfs: update update-libguestfs-appliance version
---
srcpkgs/libguestfs/files/update-libguestfs-appliance | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/libguestfs/files/update-libguestfs-appliance b/srcpkgs/libguestfs/files/update-libguestfs-appliance
index eb1b3f7960934f..f561a513ffff8f 100644
--- a/srcpkgs/libguestfs/files/update-libguestfs-appliance
+++ b/srcpkgs/libguestfs/files/update-libguestfs-appliance
@@ -17,8 +17,8 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-VERSION=1.40.1
-SHA512SUM="2d63b2ce8850929b42ddc91518b0e2b37d13e358be94bb54899da6c310afa308d708a3443b9f3b3aa3c46f4f2079036a6a4b34027788f183c17a20b68fcf4e6e"
+VERSION=1.46.0
+SHA512SUM="842119bdf95dbbd61328891e9bd0b557bed90ba79c6419ee18d1a79cd4a301ea6922339b9e80ac314ff3e16498e9d3c594861aebe8e0fc2db41d285eb8e5d578"
set -e
umask 022
^ permalink raw reply related [flat|nested] 16+ messages in thread
* Re: libguestfs: update update-libguestfs-appliance version
2024-11-25 14:12 [PR PATCH] libguestfs: update update-libguestfs-appliance version SyFloG
` (9 preceding siblings ...)
2025-10-23 9:04 ` [PR PATCH] [Updated] " SyFloG
@ 2025-10-23 9:05 ` SyFloG
2026-01-22 2:15 ` github-actions
` (3 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: SyFloG @ 2025-10-23 9:05 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 522 bytes --]
New comment by SyFloG on void-packages repository
https://github.com/void-linux/void-packages/pull/53213#issuecomment-3435858841
Comment:
> Can't we download that file from somewhere instead, there is no way this gets regularly updated if we just vendor it.
The download script is not needed if we change how the package compiles but that would require some work and I don't use this, just noticed the appliance version is not available and wanted a quick and simple fix so it's at least functional for new installs.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: libguestfs: update update-libguestfs-appliance version
2024-11-25 14:12 [PR PATCH] libguestfs: update update-libguestfs-appliance version SyFloG
` (10 preceding siblings ...)
2025-10-23 9:05 ` SyFloG
@ 2026-01-22 2:15 ` github-actions
2026-01-24 14:57 ` [PR PATCH] [Updated] " SyFloG
` (2 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: github-actions @ 2026-01-22 2:15 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/53213#issuecomment-3782120213
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] 16+ messages in thread
* Re: [PR PATCH] [Updated] libguestfs: update update-libguestfs-appliance version
2024-11-25 14:12 [PR PATCH] libguestfs: update update-libguestfs-appliance version SyFloG
` (11 preceding siblings ...)
2026-01-22 2:15 ` github-actions
@ 2026-01-24 14:57 ` SyFloG
2026-01-24 19:49 ` Johnnynator
2026-01-24 19:49 ` [PR PATCH] [Merged]: " Johnnynator
14 siblings, 0 replies; 16+ messages in thread
From: SyFloG @ 2026-01-24 14:57 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1329 bytes --]
There is an updated pull request by SyFloG against master on the void-packages repository
https://github.com/SyFloG/void-packages libguestfs
https://github.com/void-linux/void-packages/pull/53213
libguestfs: update update-libguestfs-appliance version
<!-- Uncomment relevant sections and delete options which are not applicable -->
Previous version was no longer available to download.
#### 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/53213.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libguestfs-53213.patch --]
[-- Type: text/x-diff, Size: 1113 bytes --]
From 38c88be703a06747c89e065240f621c768c493f8 Mon Sep 17 00:00:00 2001
From: SyFloG <syflog@pm.me>
Date: Mon, 25 Nov 2024 14:59:15 +0100
Subject: [PATCH] libguestfs: update update-libguestfs-appliance version
---
srcpkgs/libguestfs/files/update-libguestfs-appliance | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/libguestfs/files/update-libguestfs-appliance b/srcpkgs/libguestfs/files/update-libguestfs-appliance
index eb1b3f7960934f..f561a513ffff8f 100644
--- a/srcpkgs/libguestfs/files/update-libguestfs-appliance
+++ b/srcpkgs/libguestfs/files/update-libguestfs-appliance
@@ -17,8 +17,8 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-VERSION=1.40.1
-SHA512SUM="2d63b2ce8850929b42ddc91518b0e2b37d13e358be94bb54899da6c310afa308d708a3443b9f3b3aa3c46f4f2079036a6a4b34027788f183c17a20b68fcf4e6e"
+VERSION=1.46.0
+SHA512SUM="842119bdf95dbbd61328891e9bd0b557bed90ba79c6419ee18d1a79cd4a301ea6922339b9e80ac314ff3e16498e9d3c594861aebe8e0fc2db41d285eb8e5d578"
set -e
umask 022
^ permalink raw reply related [flat|nested] 16+ messages in thread
* Re: [PR PATCH] [Updated] libguestfs: update update-libguestfs-appliance version
2024-11-25 14:12 [PR PATCH] libguestfs: update update-libguestfs-appliance version SyFloG
` (12 preceding siblings ...)
2026-01-24 14:57 ` [PR PATCH] [Updated] " SyFloG
@ 2026-01-24 19:49 ` Johnnynator
2026-01-24 19:49 ` [PR PATCH] [Merged]: " Johnnynator
14 siblings, 0 replies; 16+ messages in thread
From: Johnnynator @ 2026-01-24 19:49 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1334 bytes --]
There is an updated pull request by Johnnynator against master on the void-packages repository
https://github.com/SyFloG/void-packages libguestfs
https://github.com/void-linux/void-packages/pull/53213
libguestfs: update update-libguestfs-appliance version
<!-- Uncomment relevant sections and delete options which are not applicable -->
Previous version was no longer available to download.
#### 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/53213.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libguestfs-53213.patch --]
[-- Type: text/x-diff, Size: 1565 bytes --]
From 8a2ce6ac9d04a7bbc4b8a7f24e4905925284560c Mon Sep 17 00:00:00 2001
From: SyFloG <syflog@pm.me>
Date: Mon, 25 Nov 2024 14:59:15 +0100
Subject: [PATCH] libguestfs: update update-libguestfs-appliance version
---
srcpkgs/libguestfs/files/update-libguestfs-appliance | 4 ++--
srcpkgs/libguestfs/template | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/libguestfs/files/update-libguestfs-appliance b/srcpkgs/libguestfs/files/update-libguestfs-appliance
index eb1b3f7960934f..f561a513ffff8f 100644
--- a/srcpkgs/libguestfs/files/update-libguestfs-appliance
+++ b/srcpkgs/libguestfs/files/update-libguestfs-appliance
@@ -17,8 +17,8 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-VERSION=1.40.1
-SHA512SUM="2d63b2ce8850929b42ddc91518b0e2b37d13e358be94bb54899da6c310afa308d708a3443b9f3b3aa3c46f4f2079036a6a4b34027788f183c17a20b68fcf4e6e"
+VERSION=1.46.0
+SHA512SUM="842119bdf95dbbd61328891e9bd0b557bed90ba79c6419ee18d1a79cd4a301ea6922339b9e80ac314ff3e16498e9d3c594861aebe8e0fc2db41d285eb8e5d578"
set -e
umask 022
diff --git a/srcpkgs/libguestfs/template b/srcpkgs/libguestfs/template
index acbfe43b395cb8..cde851da2a7e83 100644
--- a/srcpkgs/libguestfs/template
+++ b/srcpkgs/libguestfs/template
@@ -1,7 +1,7 @@
# Template file for 'libguestfs'
pkgname=libguestfs
version=1.56.2
-revision=1
+revision=2
_version_short=${version%.*}
build_style=gnu-configure
make_install_args="INSTALLDIRS=vendor"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* Re: [PR PATCH] [Merged]: libguestfs: update update-libguestfs-appliance version
2024-11-25 14:12 [PR PATCH] libguestfs: update update-libguestfs-appliance version SyFloG
` (13 preceding siblings ...)
2026-01-24 19:49 ` Johnnynator
@ 2026-01-24 19:49 ` Johnnynator
14 siblings, 0 replies; 16+ messages in thread
From: Johnnynator @ 2026-01-24 19:49 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1172 bytes --]
There's a merged pull request on the void-packages repository
libguestfs: update update-libguestfs-appliance version
https://github.com/void-linux/void-packages/pull/53213
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
Previous version was no longer available to download.
#### 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] 16+ messages in thread
end of thread, other threads:[~2026-01-24 19:49 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-25 14:12 [PR PATCH] libguestfs: update update-libguestfs-appliance version SyFloG
2024-11-25 14:13 ` [PR PATCH] [Updated] " SyFloG
2024-12-03 10:28 ` SyFloG
2025-01-30 12:29 ` SyFloG
2025-03-04 10:05 ` SyFloG
2025-06-03 2:12 ` github-actions
2025-06-03 11:11 ` [PR PATCH] [Updated] " SyFloG
2025-06-08 17:47 ` Duncaen
2025-07-24 10:54 ` [PR PATCH] [Updated] " SyFloG
2025-10-23 2:06 ` github-actions
2025-10-23 9:04 ` [PR PATCH] [Updated] " SyFloG
2025-10-23 9:05 ` SyFloG
2026-01-22 2:15 ` github-actions
2026-01-24 14:57 ` [PR PATCH] [Updated] " SyFloG
2026-01-24 19:49 ` Johnnynator
2026-01-24 19:49 ` [PR PATCH] [Merged]: " Johnnynator
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).