libisofs 1.5.6.pl01-1ubuntu1 source package in Ubuntu

Changelog

libisofs (1.5.6.pl01-1ubuntu1) mantic; urgency=medium

  * Merge with Debian. Remaining change:
    - d/rules: Disable libjte feature as jigit can't get into main
      (LP: #1981359, MIR LP: 1978066)

libisofs (1.5.6.pl01-1) unstable; urgency=low

  [ Thomas Schmitt ]
  * Changed Standards-Version to 4.6.2
    No changes needed according to packaging-manuals/upgrading-checklist.txt
  * Changed Build-Depends debhelper-compat from 12 to 13
  * Removed version demand (>= 1.22) from Build-Depends libjte-dev
  * Added symbol file libisofs6.symbols. Closes: #1014400
  * debian/copyright: Removed some lt*.m4 because they do not get from
    upstream tarball into the packages any more.
  * debian/copyright: Changed Upstream-Contact to <email address hidden>
  * New upstream version 1.5.6.pl01
    + New iso_write_opts_set_system_area() option bits 16:
      GPT "Legacy BIOS bootable" and 17: GPT writable
    + New API calls iso_assess_written_features(),
      iso_read_image_feature_named(), iso_read_image_features_text()
    + Allowed lseekable device files with iso_tree_add_new_cut_out_node().
      Proof-of-concept by Ivan Shmakov.
    + New API call iso_write_opts_set_max_ce_entries()
    + Bug fix: iso_write_opts_set_part_like_isohybrid() did not cause a MBR
               partition table if the partitions are data files in the ISO
               rather than appended
    + Bug fix: The lseek methods of IsoFileSource for local filesystem and
               loaded ISO returned libisofs error codes as positive off_t
               numbers
    + Bug fix: Freshly cloned data files from imported image were not marked as
               imported. Thanks to Ivan Shmakov. (Closes: #1022851)
    + Bug fix: Size of further CE area was calculated wrong if its CE entry
               ended exactly at a block boundary
  * README.source: update instructions for the mentor

 -- Jeremy Bícha <email address hidden>  Sun, 10 Sep 2023 15:39:51 -0400

Upload details

Uploaded by:
Jeremy Bícha
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main libs

Downloads

File Size SHA-256 Checksum
libisofs_1.5.6.pl01.orig.tar.gz 858.6 KiB ac1fd338d641744ca1fb1567917188b79bc8c2506832dd56885fec98656b9f25
libisofs_1.5.6.pl01.orig.tar.gz.asc 163 bytes 088dc472a91a2d75d03d0c77ad20b6702ba85883dfae898d928785c39ca2ad61
libisofs_1.5.6.pl01-1ubuntu1.debian.tar.xz 14.5 KiB 0cf9dda3001c4d49ad94464354bff414e559cdb3a77ba5967905f07179be787c
libisofs_1.5.6.pl01-1ubuntu1.dsc 2.5 KiB 75f68d1d513806d08a22898474db4e5b835a6301a5e018a5e72f5d26636c9ed6

View changes file

Binary packages built by this source

libisofs-dev: development package for libisofs

 This package contains the pkgconfig files, static library and headers for the
 libisofs6 package.
 Header file <libisofs/libisofs.h> defines the API of libisofs.

libisofs-doc: background documentation for libisofs library

 This package contains documentation for libisofs6 extensions to the ISO 9660
 filesystem format: extended file attributes by AAIP, MD5 checksums,
 zisofs as of mkzftree(1).

libisofs6: library to create ISO 9660 images

 libisofs creates ISO 9660 (aka ECMA-119) filesystem images which can either
 be written to POSIX file objects or handed over to libburn for being written
 directly to optical media.
 It can read metadata of ISO 9660 filesystems, manipulate them, and use them
 to produce new complete filesystem images or add-on images to be appended
 to the read filesystem image.
 Supported extensions to ISO 9660 are Rock Ridge, Joliet, AAIP, zisofs.

libisofs6-dbgsym: debug symbols for libisofs6