<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/fuse-overlayfs, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2026-01-09T09:53:18Z</updated>
<entry>
<title>fuse-overlayfs: update to 1.16</title>
<updated>2026-01-09T09:53:18Z</updated>
<author>
<name>W. Michael Petullo</name>
</author>
<published>2026-01-08T14:18:11Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=6e9a03255385b8db6dbe9ed10507fb7be72846b9'/>
<id>urn:sha1:6e9a03255385b8db6dbe9ed10507fb7be72846b9</id>
<content type='text'>
Upstream fixed incorrect directory entries due to unstable iteration
order.

Signed-off-by: W. Michael Petullo &lt;mike@flyn.org&gt;
</content>
</entry>
<entry>
<title>fuse-overlayfs: update to 1.15</title>
<updated>2025-06-01T07:17:01Z</updated>
<author>
<name>W. Michael Petullo</name>
</author>
<published>2025-05-30T13:42:52Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=b4cfc18dbb8917c9b3a8cace7fb74d1de842d378'/>
<id>urn:sha1:b4cfc18dbb8917c9b3a8cace7fb74d1de842d378</id>
<content type='text'>
Upstream list of changes is available at
https://github.com/containers/fuse-overlayfs/releases/tag/v1.15.

Signed-off-by: W. Michael Petullo &lt;mike@flyn.org&gt;
</content>
</entry>
<entry>
<title>fuse-overlayfs: update to 1.14</title>
<updated>2025-01-03T08:42:04Z</updated>
<author>
<name>W. Michael Petullo</name>
</author>
<published>2025-01-02T23:41:02Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=fccc39d705e53b8028c14f55b6762c43e8f1f19f'/>
<id>urn:sha1:fccc39d705e53b8028c14f55b6762c43e8f1f19f</id>
<content type='text'>
Signed-off-by: W. Michael Petullo &lt;mike@flyn.org&gt;
</content>
</entry>
<entry>
<title>fuse-overlayfs: update to 1.13</title>
<updated>2024-01-02T22:53:27Z</updated>
<author>
<name>W. Michael Petullo</name>
</author>
<published>2024-01-01T21:25:36Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=7f40cbb71bc3d4398b23429fb50fee0d6d5b9632'/>
<id>urn:sha1:7f40cbb71bc3d4398b23429fb50fee0d6d5b9632</id>
<content type='text'>
Signed-off-by: W. Michael Petullo &lt;mike@flyn.org&gt;
</content>
</entry>
<entry>
<title>treewide: remove AUTORELEASE</title>
<updated>2023-04-21T20:46:58Z</updated>
<author>
<name>Paul Fertser</name>
</author>
<published>2023-04-21T16:32:27Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=0c10c224be81f9221dabfab449855ab6718d2a0c'/>
<id>urn:sha1:0c10c224be81f9221dabfab449855ab6718d2a0c</id>
<content type='text'>
Automatically compute and substitute current values for all
$(AUTORELEASE) instances as this feature is deprecated and shouldn't be
used.

The following temporary change was made to the core:

diff --git a/rules.mk b/rules.mk
index 57d7995d4fa8..f16367de87a8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -429,7 +429,7 @@ endef
 abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1))))

 COMMITCOUNT = $(if $(DUMP),0,$(call commitcount))
-AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1))
+AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))

 all:
 FORCE: ;

And this command used to fix affected packages:

for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                              sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
  make package/$i/download
done

Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>fuse-overlayfs: update to 1.7.1</title>
<updated>2021-10-25T00:48:45Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-10-24T18:52:06Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=f19a93bf5ede48638035ab96bc4f140fcff374bc'/>
<id>urn:sha1:f19a93bf5ede48638035ab96bc4f140fcff374bc</id>
<content type='text'>
Rearrange Makefile for consistency between packages.

Add m4 patch to fix compilation under some systems.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>fuse-overlayfs: add new package</title>
<updated>2021-08-06T02:10:45Z</updated>
<author>
<name>W. Michael Petullo</name>
</author>
<published>2021-06-17T20:29:21Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=4ef23087591f1481a0156df38f2b679a25a350f2'/>
<id>urn:sha1:4ef23087591f1481a0156df38f2b679a25a350f2</id>
<content type='text'>
This is part of an attempt to get rootless podman to work on OpenWrt.
See https://github.com/openwrt/packages/issues/15096.

Signed-off-by: W. Michael Petullo &lt;mike@flyn.org&gt;
</content>
</entry>
</feed>
