./archivers/minizip-ng, Zip manipulation library written in C

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 4.0.8, Package name: minizip-ng-4.0.8, Maintainer: ryoon

minizip-ng is a zip manipulation library written in C that is
supported on Windows, macOS, and Linux.


Master sites:

Filesize: 752.888 KB

Version history: (Expand)


CVS history: (Expand)


   2025-01-11 21:34:30 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
minizip-ng: updated to 4.0.8

4.0.8

Fixed disk spanning failures in CI
Group compatibilities per origin
Split compat layer into different source files
Variable 'total_in' set but not used
fix incorrect dos date conversion
Expose zlib constants for backwards compat
FIx typo in mz_zip_file.md
missing mz_dos_date defines in unzip.h
align ZEXPORT definitions
Fix and improve fuzzers
ignore number_entry_cd
Bump codecov/codecov-action from 4 to 5
fix: don't replace slashes on UNIX
Fix Windows Timestamps for Alternate Data Streams
   2024-06-26 18:16:26 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
minizip-ng: updated to 4.0.7

4.0.7

Added definition for zipOpenNewFileInZip64 for backwards compat
Upgrade to GoogleTest Framework v1.13.0.
Rename minizip_cmd project to minizip_cli.
Rename cli instead of lib for VS conflicts to prevent linker error.
Various CI fixes

4.0.6

Fixed zstd master branch no longer working.
Switch to using zlib-ng stable.
Update liblzma repository to GitHub.
Fixed listing empty zip file.
Revert "Add empty directories to zip file.
Bump github/codeql-action from 2 to 3
Bump codecov/codecov-action from 3 to 4
Bump actions/upload-artifact from 3 to 4
Bump actions/checkout from 3 to 4
Bump svenstaro/upload-release-action from 1.pre.release to 2.9.0
Bump actions/checkout from 3 to 4
Bump actions/upload-artifact from 3 to 4
Bump svenstaro/upload-release-action from 1.pre.release to 2.9.0
Bump github/codeql-action from 2 to 3
Bump codecov/codecov-action from 3 to 4
   2023-12-17 10:37:24 by Niclas Rosenvik | Files touched by this commit (1)
Log message:
minizip-ng: uses iconv
   2023-11-07 20:50:35 by Niclas Rosenvik | Files touched by this commit (4)
Log message:
minizip-ng: actually make the package minizip-ng
This package called it self minizip and installed
files in the same place as archivers/minizip.
Its consumer opencolorio could not find it even
when buildlinked.
So drop compatability with minizip when building
to make it install files unique to it and change
its pkgname to minizip-ng. A new buildlink file
is also used since the pkgname changed.
With these changes it will install cmake files
with the names opencolorio is looking for.
Taking the liberty of updating it to its latest
version as well.
   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3
   2023-10-16 14:52:41 by Ryo ONODERA | Files touched by this commit (5)
Log message:
archivers/minizip-ng: import minizip-4.0.1

minizip-ng is a zip manipulation library written in C that is
supported on Windows, macOS, and Linux.