qemu: update version to 9.0.2
authorVladimir Ermakov <vooon341@gmail.com>
Sun, 11 Aug 2024 10:29:23 +0000 (12:29 +0200)
committerYousong Zhou <yszhou4tech@gmail.com>
Mon, 12 Aug 2024 01:27:27 +0000 (09:27 +0800)
- Update version
- Refresh patchset

Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
utils/qemu/Makefile
utils/qemu/patches/0001-configure-allow-disable-fortify_source.patch

index aa6aed30f22e3a24e9b32317c38d8f3359b3334b..7f74bdc3c59df436b6b3e8ed4ceecf5928086cdc 100644 (file)
@@ -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
index ccd2fc6d0f6ef34c9ede857d2d1eb99d5eb59b0a..45badf97b7f79ab2c584b8c3118492f919b9b8b9 100644 (file)
@@ -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"
    ;;