* [PATCH 1/2] qemu: Update to version 7.1.0
@ 2022-11-25 8:54 Adolf Belka
2022-11-25 8:55 ` [PATCH 2/2] qemu-ga: " Adolf Belka
2022-11-25 11:17 ` [PATCH 1/2] qemu: " Michael Tremer
0 siblings, 2 replies; 4+ messages in thread
From: Adolf Belka @ 2022-11-25 8:54 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2603 bytes --]
- Update from 7.0.0 to 7.1.0
- Update of rootfile not required
- Removal of qemu-7.0.0-fix-glibc-headers.patch as an alternative patch approach has been
implemeted into thye source tarball.
- Changelog is too large to include here. Details can be found at
https://wiki.qemu.org/ChangeLog/7.1
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
lfs/qemu | 7 +++----
| 11 -----------
2 files changed, 3 insertions(+), 15 deletions(-)
delete mode 100644 src/patches/qemu-7.0.0-fix-glibc-headers.patch
diff --git a/lfs/qemu b/lfs/qemu
index 7f1ab7896..02f1e7b79 100644
--- a/lfs/qemu
+++ b/lfs/qemu
@@ -27,7 +27,7 @@ include Config
SUMMARY = Machine emulator and virtualizer
# If you update the version also qemu-ga !!!
-VER = 7.0.0
+VER = 7.1.0
THISAPP = qemu-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -35,7 +35,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = qemu
-PAK_VER = 35
+PAK_VER = 36
DEPS = alsa libusbredir spice libseccomp
@@ -61,7 +61,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = ceda6d9f1a585298bd49fed61e8bb35f0064ad8388a9f979c8bd68a38bfe1a47c5bb055e5f74f970c2c440957042b9de4a861524120040c56e4cd8b56c5cfb68
+$(DL_FILE)_BLAKE2 = e05f91ce4993c7591a2df08b5fb017f8b8ec2141ab7bfd55d14730ea6b793ac1091de539992058392a5522d4e58beee92a87752707be58e3619b8213ef9f35bf
install : $(TARGET)
@@ -94,7 +94,6 @@ $(subst %,%_BLAKE2,$(objects)) :
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
- cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/qemu-7.0.0-fix-glibc-headers.patch
cd $(DIR_APP) && ./configure \
--prefix=/usr \
--sysconfdir=/etc \
diff --git a/src/patches/qemu-7.0.0-fix-glibc-headers.patch b/src/patches/qemu-7.0.0-fix-glibc-headers.patch
deleted file mode 100644
index 9332563bc..000000000
--- a/src/patches/qemu-7.0.0-fix-glibc-headers.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- qemu-7.0.0/linux-user/syscall.c~ 2022-08-10 14:03:50.721401251 +0000
-+++ qemu-7.0.0/linux-user/syscall.c 2022-08-10 14:00:22.569951783 +0000
-@@ -28,7 +28,7 @@
- #include <sys/ipc.h>
- #include <sys/msg.h>
- #include <sys/wait.h>
--#include <sys/mount.h>
-+#include <linux/mount.h>
- #include <sys/file.h>
- #include <sys/fsuid.h>
- #include <sys/personality.h>
--
2.38.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 2/2] qemu-ga: Update to version 7.1.0
2022-11-25 8:54 [PATCH 1/2] qemu: Update to version 7.1.0 Adolf Belka
@ 2022-11-25 8:55 ` Adolf Belka
2022-11-25 11:17 ` Michael Tremer
2022-11-25 11:17 ` [PATCH 1/2] qemu: " Michael Tremer
1 sibling, 1 reply; 4+ messages in thread
From: Adolf Belka @ 2022-11-25 8:55 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 655 bytes --]
- Update in line with update of qemu from version 7.0.0 to 7.1.0
- Update of rootfile not required
- Changelog - see changelog info in the qemu update
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
lfs/qemu-ga | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lfs/qemu-ga b/lfs/qemu-ga
index c83878058..8fd34f6f6 100644
--- a/lfs/qemu-ga
+++ b/lfs/qemu-ga
@@ -26,11 +26,11 @@ include Config
SUMMARY = Guest agent for QEMU
-VER = 7.0.0
+VER = 7.1.0
THISAPP = qemu-ga-$(VER)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = qemu-ga
-PAK_VER = 3
+PAK_VER = 4
DEPS =
--
2.38.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/2] qemu: Update to version 7.1.0
2022-11-25 8:54 [PATCH 1/2] qemu: Update to version 7.1.0 Adolf Belka
2022-11-25 8:55 ` [PATCH 2/2] qemu-ga: " Adolf Belka
@ 2022-11-25 11:17 ` Michael Tremer
1 sibling, 0 replies; 4+ messages in thread
From: Michael Tremer @ 2022-11-25 11:17 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2854 bytes --]
Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>
> On 25 Nov 2022, at 08:54, Adolf Belka <adolf.belka(a)ipfire.org> wrote:
>
> - Update from 7.0.0 to 7.1.0
> - Update of rootfile not required
> - Removal of qemu-7.0.0-fix-glibc-headers.patch as an alternative patch approach has been
> implemeted into thye source tarball.
> - Changelog is too large to include here. Details can be found at
> https://wiki.qemu.org/ChangeLog/7.1
>
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
> lfs/qemu | 7 +++----
> src/patches/qemu-7.0.0-fix-glibc-headers.patch | 11 -----------
> 2 files changed, 3 insertions(+), 15 deletions(-)
> delete mode 100644 src/patches/qemu-7.0.0-fix-glibc-headers.patch
>
> diff --git a/lfs/qemu b/lfs/qemu
> index 7f1ab7896..02f1e7b79 100644
> --- a/lfs/qemu
> +++ b/lfs/qemu
> @@ -27,7 +27,7 @@ include Config
> SUMMARY = Machine emulator and virtualizer
>
> # If you update the version also qemu-ga !!!
> -VER = 7.0.0
> +VER = 7.1.0
>
> THISAPP = qemu-$(VER)
> DL_FILE = $(THISAPP).tar.xz
> @@ -35,7 +35,7 @@ DL_FROM = $(URL_IPFIRE)
> DIR_APP = $(DIR_SRC)/$(THISAPP)
> TARGET = $(DIR_INFO)/$(THISAPP)
> PROG = qemu
> -PAK_VER = 35
> +PAK_VER = 36
>
> DEPS = alsa libusbredir spice libseccomp
>
> @@ -61,7 +61,7 @@ objects = $(DL_FILE)
>
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>
> -$(DL_FILE)_BLAKE2 = ceda6d9f1a585298bd49fed61e8bb35f0064ad8388a9f979c8bd68a38bfe1a47c5bb055e5f74f970c2c440957042b9de4a861524120040c56e4cd8b56c5cfb68
> +$(DL_FILE)_BLAKE2 = e05f91ce4993c7591a2df08b5fb017f8b8ec2141ab7bfd55d14730ea6b793ac1091de539992058392a5522d4e58beee92a87752707be58e3619b8213ef9f35bf
>
> install : $(TARGET)
>
> @@ -94,7 +94,6 @@ $(subst %,%_BLAKE2,$(objects)) :
> $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
> @$(PREBUILD)
> @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
> - cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/qemu-7.0.0-fix-glibc-headers.patch
> cd $(DIR_APP) && ./configure \
> --prefix=/usr \
> --sysconfdir=/etc \
> diff --git a/src/patches/qemu-7.0.0-fix-glibc-headers.patch b/src/patches/qemu-7.0.0-fix-glibc-headers.patch
> deleted file mode 100644
> index 9332563bc..000000000
> --- a/src/patches/qemu-7.0.0-fix-glibc-headers.patch
> +++ /dev/null
> @@ -1,11 +0,0 @@
> ---- qemu-7.0.0/linux-user/syscall.c~ 2022-08-10 14:03:50.721401251 +0000
> -+++ qemu-7.0.0/linux-user/syscall.c 2022-08-10 14:00:22.569951783 +0000
> -@@ -28,7 +28,7 @@
> - #include <sys/ipc.h>
> - #include <sys/msg.h>
> - #include <sys/wait.h>
> --#include <sys/mount.h>
> -+#include <linux/mount.h>
> - #include <sys/file.h>
> - #include <sys/fsuid.h>
> - #include <sys/personality.h>
> --
> 2.38.1
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 2/2] qemu-ga: Update to version 7.1.0
2022-11-25 8:55 ` [PATCH 2/2] qemu-ga: " Adolf Belka
@ 2022-11-25 11:17 ` Michael Tremer
0 siblings, 0 replies; 4+ messages in thread
From: Michael Tremer @ 2022-11-25 11:17 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 841 bytes --]
Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>
> On 25 Nov 2022, at 08:55, Adolf Belka <adolf.belka(a)ipfire.org> wrote:
>
> - Update in line with update of qemu from version 7.0.0 to 7.1.0
> - Update of rootfile not required
> - Changelog - see changelog info in the qemu update
>
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
> lfs/qemu-ga | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/lfs/qemu-ga b/lfs/qemu-ga
> index c83878058..8fd34f6f6 100644
> --- a/lfs/qemu-ga
> +++ b/lfs/qemu-ga
> @@ -26,11 +26,11 @@ include Config
>
> SUMMARY = Guest agent for QEMU
>
> -VER = 7.0.0
> +VER = 7.1.0
> THISAPP = qemu-ga-$(VER)
> TARGET = $(DIR_INFO)/$(THISAPP)
> PROG = qemu-ga
> -PAK_VER = 3
> +PAK_VER = 4
>
> DEPS =
>
> --
> 2.38.1
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-11-25 11:17 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-25 8:54 [PATCH 1/2] qemu: Update to version 7.1.0 Adolf Belka
2022-11-25 8:55 ` [PATCH 2/2] qemu-ga: " Adolf Belka
2022-11-25 11:17 ` Michael Tremer
2022-11-25 11:17 ` [PATCH 1/2] qemu: " Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox