From: Georgi Valkov Date: Thu, 12 Jun 2025 04:12:50 +0000 (+0300) Subject: fuse3: update to version 3.17.2 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=992b62589b15bf56ecd00840662a99fcc6eec6ed;p=openwrt-packages.git fuse3: update to version 3.17.2 - Fixed uninitized bufsize value (compilation warning and real issue when HAVE_SPLICE was not defined) - Fixed initialization races related to buffer realocation when large buf sizes are used - Fixed a bug that may result in incorrect behaviour: ../util/fusermount.c:1069:17: warning: unsigned conversion from 'long long int' to 'long unsigned int' changes value from '8315462406243767374' to '1397118030' [-Woverflow] 1069 | 0x736675005346544e /* UFSD */, | ^~~~~~~~~~~~~~~~~~ Signed-off-by: Georgi Valkov --- diff --git a/utils/fuse3/Makefile b/utils/fuse3/Makefile index eb3fb0ecb..d7ee98694 100644 --- a/utils/fuse3/Makefile +++ b/utils/fuse3/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=fuse3 -PKG_VERSION:=3.16.2 +PKG_VERSION:=3.17.2 PKG_RELEASE:=1 PKG_SOURCE:=fuse-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/libfuse/libfuse/releases/download/fuse-$(PKG_VERSION) -PKG_HASH:=f797055d9296b275e981f5f62d4e32e089614fc253d1ef2985851025b8a0ce87 +PKG_HASH:=3d932431ad94e86179e5265cddde1d67aa3bb2fb09a5bd35c641f86f2b5ed06f PKG_BUILD_DIR:=$(BUILD_DIR)/fuse-$(PKG_VERSION) PKG_MAINTAINER:=