From b44065ec624cd64e320d05a26c021381fe4d8469 Mon Sep 17 00:00:00 2001 From: Vladimir Ermakov Date: Sun, 11 Aug 2024 12:29:23 +0200 Subject: [PATCH] qemu: update version to 9.0.2 - Update version - Refresh patchset Signed-off-by: Vladimir Ermakov --- utils/qemu/Makefile | 4 ++-- .../patches/0001-configure-allow-disable-fortify_source.patch | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/qemu/Makefile b/utils/qemu/Makefile index aa6aed30f2..7f74bdc3c5 100644 --- a/utils/qemu/Makefile +++ b/utils/qemu/Makefile @@ -9,10 +9,10 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qemu -PKG_VERSION:=9.0.0 +PKG_VERSION:=9.0.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_HASH:=32708ac66c30d8c892633ea968c771c1c76d597d70ddead21a0d22ccf386da69 +PKG_HASH:=a8c3f596aece96da3b00cafb74baafa0d14515eafb8ed1ee3f7f5c2d0ebf02b6 PKG_SOURCE_URL:=https://download.qemu.org/ PKG_LICENSE:=GPL-2.0-only PKG_LICENSE_FILES:=LICENSE tcg/LICENSE diff --git a/utils/qemu/patches/0001-configure-allow-disable-fortify_source.patch b/utils/qemu/patches/0001-configure-allow-disable-fortify_source.patch index ccd2fc6d0f..45badf97b7 100644 --- a/utils/qemu/patches/0001-configure-allow-disable-fortify_source.patch +++ b/utils/qemu/patches/0001-configure-allow-disable-fortify_source.patch @@ -11,7 +11,7 @@ OpenWrt base build system decide flavor of fortify_source to use --- a/configure +++ b/configure -@@ -758,6 +758,8 @@ for opt do +@@ -760,6 +760,8 @@ for opt do ;; --gdb=*) gdb_bin="$optarg" ;;