Page MenuHomeSolus

D13719.id.diff
No OneTemporary

D13719.id.diff

diff --git a/abi_libs b/abi_libs
--- a/abi_libs
+++ b/abi_libs
@@ -1,2 +1 @@
-libfuseprivate.so.0
libsquashfuse.so.0
diff --git a/abi_symbols b/abi_symbols
--- a/abi_symbols
+++ b/abi_symbols
@@ -1,9 +1,3 @@
-libfuseprivate.so.0:sqfs_enoattr
-libfuseprivate.so.0:sqfs_listxattr
-libfuseprivate.so.0:sqfs_makedev
-libfuseprivate.so.0:sqfs_opt_proc
-libfuseprivate.so.0:sqfs_stat
-libfuseprivate.so.0:sqfs_usage
libsquashfuse.so.0:sqfs_block_cache_init
libsquashfuse.so.0:sqfs_block_dispose
libsquashfuse.so.0:sqfs_block_read
diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -1,5 +1,6 @@
libc.so.6
-libfuse.so.2
+libfuse3.so.3
+liblz4.so.1
liblzma.so.5
-libpthread.so.0
libz.so.1
+libzstd.so.1
diff --git a/abi_used_symbols b/abi_used_symbols
--- a/abi_used_symbols
+++ b/abi_used_symbols
@@ -5,10 +5,11 @@
libc.so.6:calloc
libc.so.6:close
libc.so.6:exit
-libc.so.6:fputc
libc.so.6:fputs
libc.so.6:free
libc.so.6:fwrite
+libc.so.6:getpid
+libc.so.6:kill
libc.so.6:malloc
libc.so.6:memcpy
libc.so.6:memset
@@ -16,38 +17,40 @@
libc.so.6:perror
libc.so.6:pread
libc.so.6:realloc
+libc.so.6:sigaction
libc.so.6:sigemptyset
libc.so.6:stderr
libc.so.6:strlen
libc.so.6:strncmp
libc.so.6:time
-libfuse.so.2:fuse_add_direntry
-libfuse.so.2:fuse_daemonize
-libfuse.so.2:fuse_get_context
-libfuse.so.2:fuse_lowlevel_new
-libfuse.so.2:fuse_main_real
-libfuse.so.2:fuse_mount
-libfuse.so.2:fuse_opt_add_arg
-libfuse.so.2:fuse_opt_free_args
-libfuse.so.2:fuse_opt_parse
-libfuse.so.2:fuse_parse_cmdline
-libfuse.so.2:fuse_remove_signal_handlers
-libfuse.so.2:fuse_reply_attr
-libfuse.so.2:fuse_reply_buf
-libfuse.so.2:fuse_reply_entry
-libfuse.so.2:fuse_reply_err
-libfuse.so.2:fuse_reply_none
-libfuse.so.2:fuse_reply_open
-libfuse.so.2:fuse_reply_readlink
-libfuse.so.2:fuse_reply_xattr
-libfuse.so.2:fuse_req_userdata
-libfuse.so.2:fuse_session_add_chan
-libfuse.so.2:fuse_session_destroy
-libfuse.so.2:fuse_session_exit
-libfuse.so.2:fuse_session_loop
-libfuse.so.2:fuse_session_remove_chan
-libfuse.so.2:fuse_set_signal_handlers
-libfuse.so.2:fuse_unmount
+libfuse3.so.3:fuse_add_direntry
+libfuse3.so.3:fuse_cmdline_help
+libfuse3.so.3:fuse_daemonize
+libfuse3.so.3:fuse_get_context
+libfuse3.so.3:fuse_main_real
+libfuse3.so.3:fuse_opt_add_arg
+libfuse3.so.3:fuse_opt_free_args
+libfuse3.so.3:fuse_opt_parse
+libfuse3.so.3:fuse_parse_cmdline
+libfuse3.so.3:fuse_remove_signal_handlers
+libfuse3.so.3:fuse_reply_attr
+libfuse3.so.3:fuse_reply_buf
+libfuse3.so.3:fuse_reply_entry
+libfuse3.so.3:fuse_reply_err
+libfuse3.so.3:fuse_reply_none
+libfuse3.so.3:fuse_reply_open
+libfuse3.so.3:fuse_reply_readlink
+libfuse3.so.3:fuse_reply_statfs
+libfuse3.so.3:fuse_reply_xattr
+libfuse3.so.3:fuse_req_userdata
+libfuse3.so.3:fuse_session_destroy
+libfuse3.so.3:fuse_session_loop
+libfuse3.so.3:fuse_session_mount
+libfuse3.so.3:fuse_session_new
+libfuse3.so.3:fuse_session_unmount
+libfuse3.so.3:fuse_set_signal_handlers
+liblz4.so.1:LZ4_decompress_safe
liblzma.so.5:lzma_stream_buffer_decode
-libpthread.so.0:sigaction
libz.so.1:uncompress
+libzstd.so.1:ZSTD_decompress
+libzstd.so.1:ZSTD_isError
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,22 +1,20 @@
name : squashfuse
-version : 0.1.103
-release : 2
+version : 0.1.104
+release : 3
source :
- - https://github.com/vasi/squashfuse/releases/download/0.1.103/squashfuse-0.1.103.tar.gz : 42d4dfd17ed186745117cfd427023eb81effff3832bab09067823492b6b982e7
+ - https://github.com/vasi/squashfuse/releases/download/0.1.104/squashfuse-0.1.104.tar.gz : aa52460559e0d0b1753f6b1af5c68cfb777ca5a13913285e93f4f9b7aa894b3a
license : BSD-2-Clause
component : system.utils
summary : FUSE filesystem to mount squashfs archives
description: |
FUSE filesystem to mount squashfs archives
builddeps :
- - pkgconfig(fuse)
-rundeps :
- - fuse2
+ - pkgconfig(fuse3)
+ - pkgconfig(liblz4)
+ - pkgconfig(libzstd)
setup : |
%configure --disable-static
build : |
%make
install : |
%make_install
- install -Dm00644 *.h -t $installdir/usr/include/squashfuse
- sed -e 's|\#include \"|\#include \"squashfuse\/|g' -i $installdir/usr/include/squashfuse.h
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,8 +2,8 @@
<Source>
<Name>squashfuse</Name>
<Packager>
- <Name>F. von Gellhorn</Name>
- <Email>flinux@vongellhorn.ch</Email>
+ <Name>Julie Hakimi</Name>
+ <Email>phantop@tuta.io</Email>
</Packager>
<License>BSD-2-Clause</License>
<PartOf>system.utils</PartOf>
@@ -21,8 +21,6 @@
<Files>
<Path fileType="executable">/usr/bin/squashfuse</Path>
<Path fileType="executable">/usr/bin/squashfuse_ll</Path>
- <Path fileType="library">/usr/lib64/libfuseprivate.so.0</Path>
- <Path fileType="library">/usr/lib64/libfuseprivate.so.0.0.0</Path>
<Path fileType="library">/usr/lib64/libsquashfuse.so.0</Path>
<Path fileType="library">/usr/lib64/libsquashfuse.so.0.0.0</Path>
<Path fileType="man">/usr/share/man/man1/squashfuse.1</Path>
@@ -35,11 +33,9 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="2">squashfuse</Dependency>
+ <Dependency release="3">squashfuse</Dependency>
</RuntimeDependencies>
<Files>
- <Path fileType="header">/usr/include/squashfs_fs.h</Path>
- <Path fileType="header">/usr/include/squashfuse.h</Path>
<Path fileType="header">/usr/include/squashfuse/cache.h</Path>
<Path fileType="header">/usr/include/squashfuse/common.h</Path>
<Path fileType="header">/usr/include/squashfuse/config.h</Path>
@@ -47,31 +43,24 @@
<Path fileType="header">/usr/include/squashfuse/dir.h</Path>
<Path fileType="header">/usr/include/squashfuse/file.h</Path>
<Path fileType="header">/usr/include/squashfuse/fs.h</Path>
- <Path fileType="header">/usr/include/squashfuse/fuseprivate.h</Path>
- <Path fileType="header">/usr/include/squashfuse/hash.h</Path>
- <Path fileType="header">/usr/include/squashfuse/ll.h</Path>
- <Path fileType="header">/usr/include/squashfuse/nonstd-internal.h</Path>
- <Path fileType="header">/usr/include/squashfuse/nonstd.h</Path>
<Path fileType="header">/usr/include/squashfuse/squashfs_fs.h</Path>
<Path fileType="header">/usr/include/squashfuse/squashfuse.h</Path>
<Path fileType="header">/usr/include/squashfuse/stack.h</Path>
- <Path fileType="header">/usr/include/squashfuse/swap.h</Path>
<Path fileType="header">/usr/include/squashfuse/table.h</Path>
<Path fileType="header">/usr/include/squashfuse/traverse.h</Path>
<Path fileType="header">/usr/include/squashfuse/util.h</Path>
<Path fileType="header">/usr/include/squashfuse/xattr.h</Path>
- <Path fileType="library">/usr/lib64/libfuseprivate.so</Path>
<Path fileType="library">/usr/lib64/libsquashfuse.so</Path>
<Path fileType="data">/usr/lib64/pkgconfig/squashfuse.pc</Path>
</Files>
</Package>
<History>
- <Update release="2">
- <Date>2021-04-27</Date>
- <Version>0.1.103</Version>
+ <Update release="3">
+ <Date>2022-11-04</Date>
+ <Version>0.1.104</Version>
<Comment>Packaging update</Comment>
- <Name>F. von Gellhorn</Name>
- <Email>flinux@vongellhorn.ch</Email>
+ <Name>Julie Hakimi</Name>
+ <Email>phantop@tuta.io</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 1:38 PM (2 h, 35 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5813048
Default Alt Text
D13719.id.diff (7 KB)

Event Timeline