Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

squashfuse-devel-0.6.1-1.7 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: squashfuse-devel Distribution: openSUSE Tumbleweed
Version: 0.6.1 Vendor: openSUSE
Release: 1.7 Build date: Sat May 17 16:03:02 2025
Group: Development/Languages/C and C++ Build host: reproducible
Size: 67317 Source RPM: squashfuse-0.6.1-1.7.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/vasi/squashfuse
Summary: FUSE module to mount squashfs images
Squashfuse is a FUSE filesystem that allows a
squashfs archive to be mounted in user-space.
It is designed to be fast and memory-efficient,
and supports most of the features of the squashfs format.

This package contains development files.

Provides

Requires

License

BSD-2-Clause

Changelog

* Sat May 17 2025 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 0.6.1:
    * portability changes for other platform
  - drop build-time autoconf
* Mon Apr 14 2025 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 0.6.0:
    * Add `.` and `..` in directory listings.
    * Add `--enable-broken-directory-offsets` configure option to
      compensate for a macOS FUSE-T bug.
    * Fix 32-bit builds
    * Add nix as a supported build type
  - Add pkgconfig(libzstd) BuildRequires, add zstd support.
  - Add pkgconfig(fuse3)