libzip 1.7.3-1.1ubuntu2 source package in Ubuntu

Changelog

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

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 08:03:10 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe libs
Noble release universe libs

Downloads

File Size SHA-256 Checksum
libzip_1.7.3.orig.tar.xz 729.9 KiB a60473ffdb7b4260c08bfa19c2ccea0438edac11193c3afbbb1f17fbcf6c6132
libzip_1.7.3-1.1ubuntu2.debian.tar.xz 8.5 KiB b1783e0d4f8bbedc26d50b705015a247974455be36246d57ab5c6d6a929f2eae
libzip_1.7.3-1.1ubuntu2.dsc 2.2 KiB 8b2040b37aa6ec1799c52f5d81fef45be030a7a95a073c42421387ed1bc18d22

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