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

dwarfs-0.12.1-1.1 RPM for i586

From OpenSuSE Ports Tumbleweed for i586

Name: dwarfs Distribution: openSUSE Tumbleweed
Version: 0.12.1 Vendor: openSUSE
Release: 1.1 Build date: Sun Apr 13 21:46:34 2025
Group: Unspecified Build host: reproducible
Size: 1873931 Source RPM: dwarfs-0.12.1-1.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://github.com/mhx/dwarfs
Summary: Deduplicating compressed read-only file system
The Deduplicating Warp-speed Advanced Read-only File System.

DwarFS is a deduplicating compressed read-only file system
particularly suited for very redundant data.
Compared to SquashFS, it is typically more efficient.

Provides

Requires

License

GPL-3.0-or-later AND MIT

Changelog

* Sun Apr 13 2025 Mia Herkt <mia@0x0.st>
  - Update to version 0.12.1:
    Features
    * Added --memory-limit=auto to mkdwarfs to use a more reasonable
      (hopefully) default for the block queue. The old default of
      1 GiB was quite arbitrary and definitely not suitable for
      low-end systems. The new auto default will determine the limit
      based on the number of workers (which in turn is based on the
      number of CPUs), the block size, and the amount of physical
      memory of the system.
    * Replaced vector_byte_buffer with malloc_byte_buffer, which is
      internally based around a simple buffer that doesn't incur the
      cost of initializing each element like std::vector. Especially
      for large blocks which are known to be overwritten immediately,
      this can save a few CPU cycles.
  - Changes in version 0.12.0:
    * New Licensing Conditions: Instead of being all GPL-3.0 like all
      the previous releases, this release changes the license of a
      large fraction of the DwarFS code to MIT. All tools and
      libraries that only read DwarFS images are now MIT-licensed.
      Everything else (e.g. mkdwarfs) is still GPL-3.0 for the time
      being.
    Bugfixes
    * Changes for compatibility with Boost.Process v2.
    Features
    * Re-licensed all libraries required for reading DwarFS images
      under the MIT license. The source of all tools that just read
      DwarFS images (i.e. everything except for mkdwarfs) are also
      under the MIT license now. Everything else is still GPL-3.0.
      gh#mhx/dwarfs#255
    * New hotness categorizer in mkdwarfs that allows a list of "hot"
      files to be stored in distinct file system blocks.
    * New explicit ordering mode in mkdwarfs that allows files to be
      ordered accoring to the order in a given list file.
    * dwarfs now shows the version of the FUSE library used.
    * New dwarfs options preload_all and preload_category to populate
      the block cache immediately after mounting.
    * New dwarfs option analysis_file that can be used for profiling
      and as input to mkdwarfs new hotness categorizer and explicit
      ordering mode.
    * New dwarfs option block_allocator that allows the user to
      switch from a malloc-based block allocator to an mmap-based
      one. This can help with returning memory back to the system if
      the blocks are evicted from the cache.
* Fri Apr 04 2025 Jan Engelhardt <jengelh@inai.de>
  - Use SRPM base name for devel subpackage
* Tue Apr 01 2025 Mia Herkt <mia@0x0.st>
  - Initial package, version 0.11.3

Files

/usr/bin/dwarfs
/usr/bin/dwarfsck
/usr/bin/dwarfsextract
/usr/bin/mkdwarfs
/usr/sbin/mount.dwarfs
/usr/share/doc/packages/dwarfs
/usr/share/doc/packages/dwarfs/README.md
/usr/share/licenses/dwarfs
/usr/share/licenses/dwarfs/LICENSE
/usr/share/man/man1/dwarfs.1.gz
/usr/share/man/man1/dwarfsck.1.gz
/usr/share/man/man1/dwarfsextract.1.gz
/usr/share/man/man1/mkdwarfs.1.gz
/usr/share/man/man5/dwarfs-format.5.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Apr 20 23:49:59 2025