2 Commits

Author SHA256 Message Date
67f9032362 Accepting request 1324321 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1324321
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/minizip-ng?expand=0&rev=4
2025-12-24 12:16:46 +00:00
09b018eebb - update to 4.0.10:
* gitgnore build folders
  * fix: unzipping with backslashes in the name on UNIX
  * cleanup pathwfs
  * Make pattern in mz_zip_reader dynamically assigned
  * Support star in filename
  * updating github actions for ubuntu-22.04
  * fix: unzipping with backslash at the end of the filename
  * Support any character encoding
  * free up writer memory when failing to open archive for reading
  * fix copy encrypted file info
- update to 4.0.9:
  * Remove excess checks before free()
  * Align structures for 64-bit platforms
  * Consider passed codepage on listing and extraction callback
  * Apply Clang format
  * crypt.h: Remove register keyword
  * Don't use Z_ERRNO in compatibility headers if zlib not included.
  * Add lint GHA workflow with clang-format.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/minizip-ng?expand=0&rev=11
2025-12-23 19:31:31 +00:00
4 changed files with 27 additions and 4 deletions

3
4.0.10.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c362e35ee973fa7be58cc5e38a4a6c23cc8f7e652555daf4f115a9eb2d3a6be7
size 773269

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c3e9ceab2bec26cb72eba1cf46d0e2c7cad5d2fe3adf5df77e17d6bbfea4ec8f
size 770957

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Tue Dec 23 16:19:41 UTC 2025 - Arjen de Korte <suse+build@de-korte.org>
- update to 4.0.10:
* gitgnore build folders
* fix: unzipping with backslashes in the name on UNIX
* cleanup pathwfs
* Make pattern in mz_zip_reader dynamically assigned
* Support star in filename
* updating github actions for ubuntu-22.04
* fix: unzipping with backslash at the end of the filename
* Support any character encoding
* free up writer memory when failing to open archive for reading
* fix copy encrypted file info
- update to 4.0.9:
* Remove excess checks before free()
* Align structures for 64-bit platforms
* Consider passed codepage on listing and extraction callback
* Apply Clang format
* crypt.h: Remove register keyword
* Don't use Z_ERRNO in compatibility headers if zlib not included.
* Add lint GHA workflow with clang-format.
-------------------------------------------------------------------
Sat Feb 8 21:06:05 UTC 2025 - Dirk Müller <dmueller@suse.com>

View File

@@ -30,7 +30,7 @@ Name: minizip-ng
%global compat_mode OFF
%endif
Version: 4.0.8
Version: 4.0.10
Release: 0
Summary: Companion library to zlib-ng for reading and writing ZIP files
License: Zlib