Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 67f9032362 | |||
| 09b018eebb |
3
4.0.10.tar.gz
Normal file
3
4.0.10.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c362e35ee973fa7be58cc5e38a4a6c23cc8f7e652555daf4f115a9eb2d3a6be7
|
||||
size 773269
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c3e9ceab2bec26cb72eba1cf46d0e2c7cad5d2fe3adf5df77e17d6bbfea4ec8f
|
||||
size 770957
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user