C library for reading, creating, and modifying zip archives
libzip is a C library for reading, creating, and modifying zip
archives. Files can be added from data buffers, files, or compressed. This
package contains a set of small utilities built using libzip
* zipmerge - merge source zip archives into the target one
* zipcmp - compares the zip archives and check if they contains same files
* ziptorrent - manipulate with a restricted file format used for using bittorrent on zip files.
- Sources inherited from project SUSE:SLE-15:GA
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout SUSE:SLE-15-SP1:GA/libzip && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
baselibs.conf | 0000000008 8 Bytes | |
libzip-1.5.1.tar.gz | 0001189827 1.13 MB | |
libzip-ocloexec.patch | 0000000860 860 Bytes | |
libzip.changes | 0000011505 11.2 KB | |
libzip.spec | 0000003868 3.78 KB | |
pkgconfig.patch | 0000000530 530 Bytes |
Latest Revision
Stefan Behlert (sbehlert)
committed
(revision 6)
- Update to version 1.5.1 * Choose format of installed documentation based on available tools. * Fix visibility of symbols. * Fix zipcmp directory support. * Don’t set RPATH on Linux. * Use Libs.private for link dependencies in pkg-config file. * Fix build with LibreSSL. * Various bugfixes. - Add groff to BuildRequires (so manpages get installed) - add pkgconfig.patch - fixes boo#1087756 - Enable tests again - Enable more functionality by updating dependencies - Deduplicate manpages - update to version 1.5.0: * Use standard cryptographic library instead of custom AES implementation. This also simplifies the license. - includes 1.4.0: * Improve build with cmake (retires autoconf/automake) * Add zip_source_buffer_fragment(). * Add support to clone unchanged beginning of archive (instead of rewriting it). Supported for buffer sources and on AFS. - rebase libzip-ocloexec.patch - drop libzip-uninitialized-value.patch * merged in 8609c9ce6c8e613a7b5825e4d0eba8a31fe67e75 - cleanup with spec-cleaner
Comments 0