Compare commits

1 Commits
main ... 1.1

4 changed files with 5 additions and 23 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@@ -1,21 +1,3 @@
-------------------------------------------------------------------
Thu Nov 7 18:06:35 UTC 2024 - Yann BOYER <yann.boyer742@gmail.com>
- version update to 1.11.2
* Fix performance regression in `zip_stat` introduced in 1.11.
-------------------------------------------------------------------
Wed Oct 30 16:04:07 UTC 2024 - Yann BOYER <yann.boyer742@gmail.com>
- version update to 1.11.1
* Fix zipconf.h for version number with missing third component.
* Stop searching after finding acceptable central directory, even if it contains inconsistencies.
* Only write Zip64 EOCD if fields don't fit in normal EOCD. Previously libzip also wrote it when any directory entry required Zip64.
* Allow bytes from 0x00-0x1F as UTF-8.
* Add new error code ZIP_ER_TRUNCATED_ZIP for files that start with a valid local header signature.
* `zipcmp`: add -T option for comparing timestamps.
* `zip_file_replace` now removes the target's extra field information.
-------------------------------------------------------------------
Thu Aug 24 13:04:37 UTC 2023 - pgajdos@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package libzip
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{!?make_build: %global make_build make %{?_smp_mflags}}
%define sover 5
Name: libzip
Version: 1.11.2
Version: 1.10.1
Release: 0
Summary: C library for reading, creating, and modifying zip archives
License: BSD-3-Clause