Skip to content

Commit

Permalink
fuse-overlayfs: Update to v1.13
Browse files Browse the repository at this point in the history
Signed-off-by: Reilly Brogan <reilly@reillybrogan.com>
  • Loading branch information
ReillyBrogan committed Apr 11, 2024
1 parent 3bc2d74 commit a86a5db
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
9 changes: 4 additions & 5 deletions packages/f/fuse-overlayfs/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ libc.so.6:__asprintf_chk
libc.so.6:__assert_fail
libc.so.6:__errno_location
libc.so.6:__fprintf_chk
libc.so.6:__isoc99_sscanf
libc.so.6:__isoc23_sscanf
libc.so.6:__isoc23_strtol
libc.so.6:__libc_start_main
libc.so.6:__memcpy_chk
libc.so.6:__printf_chk
libc.so.6:__snprintf_chk
libc.so.6:__sprintf_chk
Expand Down Expand Up @@ -79,6 +79,7 @@ libc.so.6:setrlimit64
libc.so.6:setxattr
libc.so.6:signal
libc.so.6:stat64
libc.so.6:statfs64
libc.so.6:statvfs64
libc.so.6:statx
libc.so.6:stderr
Expand All @@ -88,10 +89,8 @@ libc.so.6:strcmp
libc.so.6:strdup
libc.so.6:strerror
libc.so.6:strlen
libc.so.6:strncpy
libc.so.6:strtod
libc.so.6:strtok_r
libc.so.6:strtol
libc.so.6:symlinkat
libc.so.6:syscall
libc.so.6:truncate64
Expand Down Expand Up @@ -130,7 +129,7 @@ libfuse3.so.3:fuse_req_ctx
libfuse3.so.3:fuse_req_userdata
libfuse3.so.3:fuse_session_destroy
libfuse3.so.3:fuse_session_loop
libfuse3.so.3:fuse_session_loop_mt
libfuse3.so.3:fuse_session_loop_mt_32
libfuse3.so.3:fuse_session_mount
libfuse3.so.3:fuse_session_new
libfuse3.so.3:fuse_session_unmount
Expand Down
9 changes: 5 additions & 4 deletions packages/f/fuse-overlayfs/package.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
name : fuse-overlayfs
version : 1.5.0
release : 2
version : '1.13'
release : 3
source :
- https://github.com/containers/fuse-overlayfs/archive/refs/tags/v1.5.0.tar.gz : 6c81b65b71067b303aaa9871f512c2cabc23e2b793f19c6c854d01a492b5a923
- https://github.com/containers/fuse-overlayfs/archive/refs/tags/v1.13.tar.gz : 96d10344921d5796bcba7a38580ae14a53c4e60399bb90b238ac5a10b3bb65b2
homepage : https://github.com/containers/fuse-overlayfs
license : GPL-3.0-or-later
license : GPL-2.0-or-later
component : system.utils
summary : FUSE implementation for overlayfs
description: |
An implementation of overlay+shiftfs in FUSE for rootless containers.
builddeps :
- pkgconfig(fuse3)
- go-md2man
setup : |
%reconfigure
build : |
Expand Down
18 changes: 9 additions & 9 deletions packages/f/fuse-overlayfs/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<Name>fuse-overlayfs</Name>
<Homepage>https://github.com/containers/fuse-overlayfs</Homepage>
<Packager>
<Name>Algent Albrahimi</Name>
<Email>algent@protonmail.com</Email>
<Name>Reilly Brogan</Name>
<Email>solus@reillybrogan.com</Email>
</Packager>
<License>GPL-3.0-or-later</License>
<License>GPL-2.0-or-later</License>
<PartOf>system.utils</PartOf>
<Summary xml:lang="en">FUSE implementation for overlayfs</Summary>
<Description xml:lang="en">An implementation of overlay+shiftfs in FUSE for rootless containers.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://sources.getsol.us/README.Solus</Archive>
</Source>
<Package>
<Name>fuse-overlayfs</Name>
Expand All @@ -25,12 +25,12 @@
</Files>
</Package>
<History>
<Update release="2">
<Date>2022-03-29</Date>
<Version>1.5.0</Version>
<Update release="3">
<Date>2024-04-11</Date>
<Version>1.13</Version>
<Comment>Packaging update</Comment>
<Name>Algent Albrahimi</Name>
<Email>algent@protonmail.com</Email>
<Name>Reilly Brogan</Name>
<Email>solus@reillybrogan.com</Email>
</Update>
</History>
</PISI>

0 comments on commit a86a5db

Please sign in to comment.