libzip 1.7.3-1ubuntu2 source package in Ubuntu
Changelog
libzip (1.7.3-1ubuntu2) jammy; urgency=medium * No-change rebuild against openssl3 -- Simon Chopin <email address hidden> Tue, 23 Nov 2021 18:00:46 +0100
Upload details
- Uploaded by:
- Simon Chopin
- Uploaded to:
- Jammy
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- libs
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | libs | |
Lunar | release | universe | libs | |
Kinetic | release | universe | libs | |
Jammy | release | universe | libs |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libzip_1.7.3.orig.tar.xz | 729.9 KiB | a60473ffdb7b4260c08bfa19c2ccea0438edac11193c3afbbb1f17fbcf6c6132 |
libzip_1.7.3-1ubuntu2.debian.tar.xz | 8.2 KiB | b322e92bbb9c52f0dbeb9b089e078959b8b1d0619d839140395748eaccd1c4ca |
libzip_1.7.3-1ubuntu2.dsc | 2.0 KiB | 2acc9844ab958b4bffd182dbf0b56a1d3d06de70a5471feec4f70983d2e6e1f6 |
Available diffs
- diff from 1.7.3-1ubuntu1 to 1.7.3-1ubuntu2 (312 bytes)
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.
- libzip4: 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.
- libzip4-dbgsym: debug symbols for libzip4
- 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