libzip 1.7.3-1.1ubuntu1 source package in Ubuntu

Changelog

libzip (1.7.3-1.1ubuntu1) noble; urgency=medium

  * Merge with Debian; remaining changes.
    - build with -Wl,-Bsymbolic-functions to workaround failing tests

libzip (1.7.3-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Rename libraries for 64-bit time_t transition.  Closes: #1062743

 -- Matthias Klose <email address hidden>  Thu, 07 Mar 2024 13:42:23 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libzip_1.7.3.orig.tar.xz 729.9 KiB a60473ffdb7b4260c08bfa19c2ccea0438edac11193c3afbbb1f17fbcf6c6132
libzip_1.7.3-1.1ubuntu1.debian.tar.xz 8.4 KiB 0cb3a112eef1427b5b18e11e8b1dbc3f685c62c51e4baaaa7041330ce2817ab7
libzip_1.7.3-1.1ubuntu1.dsc 2.2 KiB 132bc670bdc5a6ad0586f2de1ecfd2b50e8e20e0d2149f06d1824265ccccebba

View changes file

Binary packages built by this source

libzip-dev: library for reading, creating, and modifying zip archives (development)

 libzip is a C library for reading, creating, and modifying zip archives. Files
 can be added from data buffers, files, or compressed data copied directly from
 other zip archives. Changes made without closing the archive can be reverted.
 .
 This package contains the static libraries and headers for developing
 applications that use the libzip library API.

libzip4t64: library for reading, creating, and modifying zip archives (runtime)

 libzip is a C library for reading, creating, and modifying zip archives. Files
 can be added from data buffers, files, or compressed data copied directly from
 other zip archives. Changes made without closing the archive can be reverted.
 .
 This package contains the files necessary for running applications that
 use the libzip library.

libzip4t64-dbgsym: debug symbols for libzip4t64
zipcmp: compare contents of zip archives

 zipcmp compares two zip archives and checks if they contain the same files,
 comparing their names, uncompressed sizes, and CRCs. File order and compressed
 size differences are ignored.

zipcmp-dbgsym: debug symbols for zipcmp
zipmerge: merge zip archives

 zipmerge merges a source zip archives into a target zip archive.
 By default, files in the source zip archives overwrite existing files of the
 same name in the target zip archive.

zipmerge-dbgsym: debug symbols for zipmerge
ziptool: modify zip archives

 ziptool is a utility for working with zip archives. It can modify
 details of zip archives according to the commands given, including
 timestamps and other metadata about the included files.

ziptool-dbgsym: debug symbols for ziptool