Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libguestfs: update update-libguestfs-appliance, fix license.
@ 2020-10-17 10:25 benalb
  2020-10-17 10:31 ` benalb
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: benalb @ 2020-10-17 10:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/benalb/void-packages libguestfs
https://github.com/void-linux/void-packages/pull/25686

libguestfs: update update-libguestfs-appliance, fix license.
When doing something like "virt-filesystems -a void-rpi3-20191109.img" it fails with:

libguestfs: error: appliance closed the connection unexpectedly.
This usually means the libguestfs appliance crashed.

This update of the update-libguestfs-apliance script fix the problem.


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

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

From 91e594babfafd17bd56766766beb26eacd791864 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Sat, 17 Oct 2020 12:23:24 +0200
Subject: [PATCH] libguestfs: update update-libguestfs-appliance, fix license.

---
 srcpkgs/libguestfs/files/update-libguestfs-appliance | 4 ++--
 srcpkgs/libguestfs/template                          | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libguestfs/files/update-libguestfs-appliance b/srcpkgs/libguestfs/files/update-libguestfs-appliance
index 3c51ebc69ad..eb1b3f79609 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.32.0
-SHA512SUM="202d0dde45612f9ef45cdb73cd4aeba6c75dcd52790e7f156b2ff404616887af4019e5bd061e3c6607f4f96ac136132c31d180dda31a71bfb31ade5da508b832"
+VERSION=1.40.1
+SHA512SUM="2d63b2ce8850929b42ddc91518b0e2b37d13e358be94bb54899da6c310afa308d708a3443b9f3b3aa3c46f4f2079036a6a4b34027788f183c17a20b68fcf4e6e"
 
 set -e
 umask 022
diff --git a/srcpkgs/libguestfs/template b/srcpkgs/libguestfs/template
index b731842cdbb..4bed16484f7 100644
--- a/srcpkgs/libguestfs/template
+++ b/srcpkgs/libguestfs/template
@@ -1,7 +1,7 @@
 # Template file for 'libguestfs'
 pkgname=libguestfs
 version=1.42.0
-revision=3
+revision=4
 _version_short=${version%.*}
 build_style=gnu-configure
 make_install_args="INSTALLDIRS=vendor"
@@ -19,7 +19,7 @@ makedepends="ncurses-devel pcre-devel augeas-devel libxml2-devel gettext-devel f
  $(vopt_if php php-devel) $(vopt_if lua lua53-devel) $(vopt_if fuse fuse-devel)"
 short_desc="Access and modify virtual machine disk image"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
-license="GPL-2"
+license=" GPL-2.0-or-later"
 homepage="http://libguestfs.org"
 distfiles="http://libguestfs.org/download/${_version_short}-stable/${pkgname}-${version}.tar.gz"
 checksum=4fee192cf3aaa597f142afb21fa2d7f380fdabcf34d054e37090163e4a74f024

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

* Re: libguestfs: update update-libguestfs-appliance, fix license.
  2020-10-17 10:25 [PR PATCH] libguestfs: update update-libguestfs-appliance, fix license benalb
@ 2020-10-17 10:31 ` benalb
  2020-10-18 15:30 ` [PR PATCH] [Updated] " benalb
  2020-10-20 16:21 ` [PR PATCH] [Closed]: " Piraty
  2 siblings, 0 replies; 4+ messages in thread
From: benalb @ 2020-10-17 10:31 UTC (permalink / raw)
  To: ml

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

New comment by benalb on void-packages repository

https://github.com/void-linux/void-packages/pull/25686#issuecomment-710803384

Comment:
also, ping @thypon 

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

* Re: [PR PATCH] [Updated] libguestfs: update update-libguestfs-appliance, fix license.
  2020-10-17 10:25 [PR PATCH] libguestfs: update update-libguestfs-appliance, fix license benalb
  2020-10-17 10:31 ` benalb
@ 2020-10-18 15:30 ` benalb
  2020-10-20 16:21 ` [PR PATCH] [Closed]: " Piraty
  2 siblings, 0 replies; 4+ messages in thread
From: benalb @ 2020-10-18 15:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/benalb/void-packages libguestfs
https://github.com/void-linux/void-packages/pull/25686

libguestfs: update update-libguestfs-appliance, fix license.
When doing something like "virt-filesystems -a void-rpi3-20191109.img" it fails with:

libguestfs: error: appliance closed the connection unexpectedly.
This usually means the libguestfs appliance crashed.

This update of the update-libguestfs-apliance script fix the problem.


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

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

From 5a5267c2595de776d201e5d99165d0b08e3c7bf2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Sat, 17 Oct 2020 12:23:24 +0200
Subject: [PATCH] libguestfs: update update-libguestfs-appliance, fix license.

---
 srcpkgs/libguestfs/files/update-libguestfs-appliance | 4 ++--
 srcpkgs/libguestfs/template                          | 5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libguestfs/files/update-libguestfs-appliance b/srcpkgs/libguestfs/files/update-libguestfs-appliance
index 3c51ebc69ad..eb1b3f79609 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.32.0
-SHA512SUM="202d0dde45612f9ef45cdb73cd4aeba6c75dcd52790e7f156b2ff404616887af4019e5bd061e3c6607f4f96ac136132c31d180dda31a71bfb31ade5da508b832"
+VERSION=1.40.1
+SHA512SUM="2d63b2ce8850929b42ddc91518b0e2b37d13e358be94bb54899da6c310afa308d708a3443b9f3b3aa3c46f4f2079036a6a4b34027788f183c17a20b68fcf4e6e"
 
 set -e
 umask 022
diff --git a/srcpkgs/libguestfs/template b/srcpkgs/libguestfs/template
index b731842cdbb..33b689c501f 100644
--- a/srcpkgs/libguestfs/template
+++ b/srcpkgs/libguestfs/template
@@ -1,7 +1,7 @@
 # Template file for 'libguestfs'
 pkgname=libguestfs
 version=1.42.0
-revision=3
+revision=4
 _version_short=${version%.*}
 build_style=gnu-configure
 make_install_args="INSTALLDIRS=vendor"
@@ -19,7 +19,7 @@ makedepends="ncurses-devel pcre-devel augeas-devel libxml2-devel gettext-devel f
  $(vopt_if php php-devel) $(vopt_if lua lua53-devel) $(vopt_if fuse fuse-devel)"
 short_desc="Access and modify virtual machine disk image"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
-license="GPL-2"
+license=" GPL-2.0-or-later"
 homepage="http://libguestfs.org"
 distfiles="http://libguestfs.org/download/${_version_short}-stable/${pkgname}-${version}.tar.gz"
 checksum=4fee192cf3aaa597f142afb21fa2d7f380fdabcf34d054e37090163e4a74f024
@@ -54,5 +54,6 @@ libguestfs-devel_package() {
 		vmove usr/include
 		vmove "usr/lib/*.so"
 		vmove usr/lib/pkgconfig
+		vmove usr/share/man/man3
 	}
 }

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

* Re: [PR PATCH] [Closed]: libguestfs: update update-libguestfs-appliance, fix license.
  2020-10-17 10:25 [PR PATCH] libguestfs: update update-libguestfs-appliance, fix license benalb
  2020-10-17 10:31 ` benalb
  2020-10-18 15:30 ` [PR PATCH] [Updated] " benalb
@ 2020-10-20 16:21 ` Piraty
  2 siblings, 0 replies; 4+ messages in thread
From: Piraty @ 2020-10-20 16:21 UTC (permalink / raw)
  To: ml

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

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

libguestfs: update update-libguestfs-appliance, fix license.
https://github.com/void-linux/void-packages/pull/25686

Description:
When doing something like "virt-filesystems -a void-rpi3-20191109.img" it fails with:

libguestfs: error: appliance closed the connection unexpectedly.
This usually means the libguestfs appliance crashed.

This update of the update-libguestfs-apliance script fix the problem.


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

end of thread, other threads:[~2020-10-20 16:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-17 10:25 [PR PATCH] libguestfs: update update-libguestfs-appliance, fix license benalb
2020-10-17 10:31 ` benalb
2020-10-18 15:30 ` [PR PATCH] [Updated] " benalb
2020-10-20 16:21 ` [PR PATCH] [Closed]: " Piraty

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