zchunk 1.3.2+ds1-1 source package in Ubuntu

Changelog

zchunk (1.3.2+ds1-1) unstable; urgency=medium

  * Update to version 1 of the dpkg build API:
    - drop the implied "Rules-Requires-Root: no" declaration
    - include dpkg's default.mk and use the DEB_HOST_GNU_TYPE variable
      declared there instead of fetching its value by hand
  * Use dh-package-notes to record ELF package metadata.
  * Improve the autopkgtest programs a bit:
    - rework the Python Tox test framework used to validate them
    - perform some minor refactoring suggested by the Ruff tool
    - use the Python pyparsing library instead of rolling our own
      regular-expression-based parser
  * New upstream release:
    - fix a buffer overflow problem when parsing compressed files
      (CVE-2023-46228). Closes: #1054235
    - refresh the line numbers in the cppcheck patch

 -- Peter Pentchev <email address hidden>  Fri, 20 Oct 2023 08:10:39 +0300

Upload details

Uploaded by:
RPM packaging team
Uploaded to:
Sid
Original maintainer:
RPM packaging team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
zchunk_1.3.2+ds1-1.dsc 2.4 KiB b28da7d7a4027af1254c369780fab301779abdcce3c5825e2986e464f7bd0815
zchunk_1.3.2+ds1.orig.tar.xz 1.1 MiB d7ad79bc7e94ae55135004a91deee8b5e2088d21b4193baa0e05aabe71ece467
zchunk_1.3.2+ds1-1.debian.tar.xz 12.5 KiB 647df002c6ad2b80b0fa96a1458b4f8e6ee0580c4fce8b6bb0f423441662d427

Available diffs

No changes file available.

Binary packages built by this source

libzck-dev: compress a file into independent chunks - development files

 zchunk is a compressed file format that splits the file into independent
 chunks. This allows one to only download changed chunks when
 downloading a new version of the file, and also makes zchunk files
 efficient over rsync.
 .
 zchunk files are protected with strong checksums to verify that the file
 downloaded is, in fact, the file desired.
 .
 This package contains the header files used for development.

libzck1: compress a file into independent chunks - shared library

 zchunk is a compressed file format that splits the file into independent
 chunks. This allows one to only download changed chunks when
 downloading a new version of the file, and also makes zchunk files
 efficient over rsync.
 .
 zchunk files are protected with strong checksums to verify that the file
 downloaded is, in fact, the file desired.
 .
 This package contains the shared library.

libzck1-dbgsym: debug symbols for libzck1
zchunk: compress a file into independent chunks

 zchunk is a compressed file format that splits the file into independent
 chunks. This allows one to only download changed chunks when
 downloading a new version of the file, and also makes zchunk files
 efficient over rsync.
 .
 zchunk files are protected with strong checksums to verify that the file
 downloaded is, in fact, the file desired.
 .
 This package contains the command-line tools.

zchunk-dbgsym: debug symbols for zchunk