cloop 3.14.1.3+nmu1 source package in Ubuntu

Changelog

cloop (3.14.1.3+nmu1) unstable; urgency=medium

  * Non-maintainer upload

  [ Ben Hutchings ]
  * Fix FTBFS with gcc 11 (Closes: #1005413):
    - Remove exception specifications
  * Fix module build for recent kernel versions (Closes: #1005414):
    - Stop generating module vermagic in cloop.c. This has always been handled
      by modpost and doing it here now results in build failure.
    - Avoid using inode::i_bdev, which was removed in Linux 5.11.
    - Use set_disk_ro() instead of set_device_ro(). The latter was not meant to
      be used by device drivers and was removed in Linux 5.11.
    - Use blk_{mq_alloc,cleanup}_disk() instead of separate queue and disk
      allocation and cleanup on Linux 5.15+, since alloc_disk() was removed.
    - Handle potential failure of add_disk() on Linux 5.15+.
    - Use kernel_read() instead of vfs_read() and set_fs(). set_fs() is no
      longer defined on some architectures, and kernel_read() has had large
      file support since Linux 2.6.31.

  [ Vagrant Cascadian ]
  * debian/rules: Build tarball reproducibly, using consistent time, uid,
    gid and sort order. Thanks to Dhole for the initial patch.
    (Closes: #787996)

 -- Vagrant Cascadian <email address hidden>  Thu, 22 Dec 2022 12:41:49 -0800

Upload details

Uploaded by:
Eduard Bloch
Uploaded to:
Sid
Original maintainer:
Eduard Bloch
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
cloop_3.14.1.3+nmu1.dsc 1.1 KiB 615b4fde10fa5026a7a6dbbb4d1272c0ec964ed09cb7c99984a71f9b37990788
cloop_3.14.1.3+nmu1.tar.xz 248.2 KiB 04060d88231208b0db8ae8c3b54b0a46ee12139b617ebfc80b03d2ddd2cdb6ba

Available diffs

No changes file available.

Binary packages built by this source

cloop-src: Source of the compressed loopback device module

 This package contains a source package for building the cloop module.
 You can use module-assistant or make-kpkg to build a modules package for
 specific kernel.

cloop-utils: Tools for handling with cloop compressed volumes

 Utilities for creating and unpacking compressed loopback files
 for cloop.

cloop-utils-dbgsym: debug symbols for cloop-utils