Path to this page:
./
archivers/zziplib,
Library for ZIP archive handling
Branch: CURRENT,
Version: 0.13.72nb1,
Package name: zziplib-0.13.72nb1,
Maintainer: pkgsrc-usersThe zziplib library is intentionally lightweight, it offers the
ability to easily extract data from files archived in a single zip
file. Applications can bundle files into a single zip archive and
access them. The implementation is based only on the (free) subset
of compression with the zlib algorithm which is actually used by
the zip/unzip tools.
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 1134.937 KB
Version history: (Expand)
- (2021-01-15) Updated to version: zziplib-0.13.72nb1
- (2021-01-12) Updated to version: zziplib-0.13.72
- (2020-11-25) Updated to version: zziplib-0.13.71
- (2018-08-06) Updated to version: zziplib-0.13.69
- (2018-02-21) Updated to version: zziplib-0.13.68
- (2017-11-23) Package has been reborn
CVS history: (Expand)
2021-10-26 11:57:20 by Nia Alarie | Files touched by this commit (140) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and SHA512
hashes.
|
2021-10-07 15:06:15 by Nia Alarie | Files touched by this commit (140) |
Log message:
archivers: Remove SHA1 distfiles hashes
|
2021-04-12 13:20:27 by Nia Alarie | Files touched by this commit (1) |
Log message:
zziplib: set PYTHON_FOR_BUILD_ONLY
|
2021-01-17 10:36:45 by Juraj Lutter | Files touched by this commit (3) |
Log message:
archivers/zziplib: Use portable switches for ln
Backport of upstream change. See
https://github.com/gdraheim/zziplib/commit/eaba986ff3e6b29539d693fdab7189682dc72351
|
2021-01-15 08:15:12 by Amitai Schleier | Files touched by this commit (4) |
Log message:
Notably missing on macOS, with magic PLIST handling hiding its absence:
libzzip.dylib. Pass -f along with ln -s in the APPLE cases, too, so none
of the bash install scripts exit early due to ln giving "File exists".
Bump PKGREVISION.
|
2021-01-13 09:50:21 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Fix PLIST in the dylib case.
|
2021-01-12 22:06:20 by Juraj Lutter | Files touched by this commit (3) |
Log message:
archivers/zziplib: Fix build on SmartOS
Use portable switches to `ln'
|
2021-01-11 23:41:56 by Thomas Klausner | Files touched by this commit (7) |  |
Log message:
zziplib: update to 0.13.72.
This now uses cmake to build.
2021-01-04 gdraheim@github
* The testbuilds were fixed to make cmake install and automake install the same
* The cmake install did need patches for man3 installation on Unix
* The cmake install did need patches for dll installation on Windows
* The cmake install did need patches for dylib installation on MacOS
* The cmake install did need patches for pkgconfig generation
* Bump testbuilds to modern distro versions (ubuntu 20.04 centos 7.9 / 8.3)
* Takeover docker_mirror.py for air-gap testings (for testbuilds.py)
* handle UNZZIP-NOTFOUND in cmake and mark Ubuntu 'unzip' to be broken
* merge patches for zzip_pread feature from Max Kellermann
* merge patches for some bugs being found and reported via GitHub issues
* run azure-pipelines with -DZZIP_TESTCVE=OFF to skip CVE *.zip downloads
* use zziptests.py --downloadonly to get the CVE zip files for local storage
* The ninja builds for cmake were run regularly as it seems to be widely used.
* AND ... rename configure.ac to old.configure.ac to break outdated \
packaging scripts
* ....... see testbuilds/*-am-*.dockerfile that it still works to rename \
them back
* release 0.13.72
|