diff --git a/qt6base/Makefile b/qt6base/Makefile index 4006463..e7dfa35 100644 --- a/qt6base/Makefile +++ b/qt6base/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qt6base -PKG_VERSION:=6.5.1 +PKG_VERSION:=6.5.2 PKG_RELEASE:=1 PKG_SOURCE:=qtbase-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/qt/qtbase/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=fdde60cdc5c899ab7165f1c3f7b93bc727c2484c348f367d155604f5d901bfb6 +PKG_HASH:=221cafd400c0a992a42746b43ea879d23869232e56d9afe72cb191363267c674 HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/qtbase-$(PKG_VERSION) PKG_BUILD_DIR:=$(BUILD_DIR)/qtbase-$(PKG_VERSION) diff --git a/qt6base/patches/001-fix_build_for_openwrt.patch b/qt6base/patches/001-fix_build_for_openwrt.patch index a6c03cc..03775fa 100644 --- a/qt6base/patches/001-fix_build_for_openwrt.patch +++ b/qt6base/patches/001-fix_build_for_openwrt.patch @@ -1,6 +1,6 @@ --- a/src/corelib/plugin/qelfparser_p.cpp +++ b/src/corelib/plugin/qelfparser_p.cpp -@@ -387,7 +387,9 @@ Q_DECL_UNUSED Q_DECL_COLD_FUNCTION static QDebug &operator<<(QDebug &d, ElfHeade +@@ -382,7 +382,9 @@ Q_DECL_UNUSED Q_DECL_COLD_FUNCTION static QDebug &operator<<(QDebug &d, ElfHeade case EM_ALPHA: d << ", Alpha"; break; case EM_68K: d << ", MC68000"; break; case EM_ARM: d << ", ARM"; break; diff --git a/qt6tools/Makefile b/qt6tools/Makefile index a695021..d1e34c1 100644 --- a/qt6tools/Makefile +++ b/qt6tools/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qt6tools -PKG_VERSION:=6.5.1 +PKG_VERSION:=6.5.2 PKG_RELEASE:=1 PKG_SOURCE:=qttools-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/qt/qttools/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=d86516cb8083ce6088fae9f900490c41cf4e472c51e4334e06e5dbb2e24fe688 +PKG_HASH:=962a343f090adcf73340f72cb81655b6243f7b4d91a980e0f538c2a111e1aa3a HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/qttools-$(PKG_VERSION)