summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2026-03-24 13:12:45 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-03-24 13:12:58 +0000
commit6dbc49a615f9cc488f273a9293ca70557f7dd685 (patch)
treee69b8b8c9ba0eb49d0365e726623108955c2c1e4
parent63d12d2a08207d5902a7e9a00bd254342eab67f7 (diff)
downloadmeta-virtualization-6dbc49a615f9cc488f273a9293ca70557f7dd685.tar.gz
fuse-overlayfs: update to v1.16
Bumping fuse-overlayfs to version v1.16-17-g51108ae, which comprises the following commits: be604bb man: regenerate a030601 man: uniformly apply bold attributes 9da0832 man: restore hard word wrapping da57ec7 man: reformat additions from e58fb12 a1ef9a0 man: rephrase description and other parts 93b3f7e man: refactor fuse-overlayfs.1.md fe0525a Plugin test e58fb12 Manpage updates for xino and ino32_t 1f60815 st_ino needs to be unique for all inodes on a device b2e4dc1 Minor cleanups eb988de Dockerfile: use ubuntu:<LTS>-<yyyyMMdd> for reproducibility f3db78e configure.ac: new development release 9ad6545 NEWS: tag 1.16 0f7e9bb Containerfile.cross: update deps 4266f68 main: fix incorrect directory entries due to unstable iteration order 0ea1677 configure.ac: prepare new release cycle c5f3ef1 NEWS: tag 1.15 6a1040f main: lookup upperdir only for created directories d5b2cec main: fix layer lookup in make_ovl_node b88a093 main: use hash_remove instead of hash_delete ce8d185 lib: update hash module from gnulib 27cabd5 main: Allow escaped colons in directory paths b31d82f main: use parsed upper layer directory 02a3582 refactor: Remove unnecessary upperdir realpath 5e7f7d7 github: update checkout action 4761dd0 github: update uraimo action fc6a2b9 github: update upload-artifact action e1aae5a github: enable unprivileged user namespaces efb6149 Update AC_INIT to 1.15-dev 6bbd62b main: use extended override xattr 8d33894 github: update run-on-arch-action cf8269b github: update ubuntu version af77bb6 tests: bump fedora version e107b0b Remove unsupported option "lazytime" 33cb788 NEWS: tag 1.14 Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-extended/fuse-overlayfs/fuse-overlayfs_1.16.bb (renamed from recipes-extended/fuse-overlayfs/fuse-overlayfs_1.14.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/fuse-overlayfs/fuse-overlayfs_1.14.bb b/recipes-extended/fuse-overlayfs/fuse-overlayfs_1.16.bb
index e4c59d4a..71e86e87 100644
--- a/recipes-extended/fuse-overlayfs/fuse-overlayfs_1.14.bb
+++ b/recipes-extended/fuse-overlayfs/fuse-overlayfs_1.16.bb
@@ -5,7 +5,7 @@ containers."
5LICENSE = "GPL-2.0-or-later" 5LICENSE = "GPL-2.0-or-later"
6LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 6LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
7 7
8SRCREV = "33cb788edc05f5e3cbb8a7a241f5a04bee264730" 8SRCREV = "51108ae00fd52e7d9ece7301aaa6f7a699828b58"
9SRC_URI = "git://github.com/containers/fuse-overlayfs.git;nobranch=1;protocol=https" 9SRC_URI = "git://github.com/containers/fuse-overlayfs.git;nobranch=1;protocol=https"
10 10
11DEPENDS = "fuse3" 11DEPENDS = "fuse3"