Sync from SUSE:SLFO:Main libzip revision ae402b0a987c35afabb2e2fd3faa57a5
This commit is contained in:
parent
620cbe823d
commit
438367f72e
BIN
libzip-1.10.1.tar.xz
(Stored with Git LFS)
BIN
libzip-1.10.1.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
libzip-1.11.2.tar.xz
(Stored with Git LFS)
Normal file
BIN
libzip-1.11.2.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Thu Aug 24 13:04:37 UTC 2023 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libzip
|
# spec file for package libzip
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%{!?make_build: %global make_build make %{?_smp_mflags}}
|
%{!?make_build: %global make_build make %{?_smp_mflags}}
|
||||||
%define sover 5
|
%define sover 5
|
||||||
Name: libzip
|
Name: libzip
|
||||||
Version: 1.10.1
|
Version: 1.11.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C library for reading, creating, and modifying zip archives
|
Summary: C library for reading, creating, and modifying zip archives
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
x
Reference in New Issue
Block a user