Compare commits

1 Commits
1.1 ... main

4 changed files with 13 additions and 4 deletions

BIN
libzip-1.11.2.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
libzip-1.11.3.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Feb 22 18:45:46 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 1.11.3:
* Report read error for corrupted encrypted file data
* Avoid unnecessary seeks when writing archive
* Don't hardcode _Nullable support in zip.h to allow it to be
used with different compilers
-------------------------------------------------------------------
Thu Nov 7 18:06:35 UTC 2024 - Yann BOYER <yann.boyer742@gmail.com>

View File

@@ -19,7 +19,7 @@
%{!?make_build: %global make_build make %{?_smp_mflags}}
%define sover 5
Name: libzip
Version: 1.11.2
Version: 1.11.3
Release: 0
Summary: C library for reading, creating, and modifying zip archives
License: BSD-3-Clause