From: W. Michael Petullo Date: Thu, 8 Jan 2026 14:18:11 +0000 (-0600) Subject: fuse-overlayfs: update to 1.16 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=6e9a03255385b8db6dbe9ed10507fb7be72846b9;p=openwrt-packages.git fuse-overlayfs: update to 1.16 Upstream fixed incorrect directory entries due to unstable iteration order. Signed-off-by: W. Michael Petullo --- diff --git a/utils/fuse-overlayfs/Makefile b/utils/fuse-overlayfs/Makefile index a5185b433..410a57c94 100644 --- a/utils/fuse-overlayfs/Makefile +++ b/utils/fuse-overlayfs/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=fuse-overlayfs -PKG_VERSION:=1.15 +PKG_VERSION:=1.16 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/containers/fuse-overlayfs/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=e4fbbdacbeffb560715e6c74c128aee07a7053a1fec78dc904bcc0a88e2efd67 +PKG_HASH:=45968517603389ead067222d234bc8d8ed33e4b4f8ba16216bdd3e6aedcccea9 PKG_MAINTAINER:=W. Michael Petullo PKG_LICENSE:=GPL-3.0-or-later