diff --git a/libzip-1.10.1.tar.xz b/libzip-1.10.1.tar.xz deleted file mode 100644 index e025d95..0000000 --- a/libzip-1.10.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc3c8d5b4c8bbd09626864f6bcf93de701540f761d76b85d7c7d710f4bd90318 -size 774144 diff --git a/libzip-1.11.2.tar.xz b/libzip-1.11.2.tar.xz new file mode 100644 index 0000000..ea4bcb7 --- /dev/null +++ b/libzip-1.11.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d471308cef4c4752bbcf973d9cd37ba4cb53739116c30349d4764ba1410dfc1 +size 787300 diff --git a/libzip.changes b/libzip.changes index ce72379..f64de86 100644 --- a/libzip.changes +++ b/libzip.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu Nov 7 18:06:35 UTC 2024 - Yann BOYER + +- 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 + +- 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 diff --git a/libzip.spec b/libzip.spec index b0c01be..a8a27cc 100644 --- a/libzip.spec +++ b/libzip.spec @@ -1,7 +1,7 @@ # # 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 # 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.10.1 +Version: 1.11.2 Release: 0 Summary: C library for reading, creating, and modifying zip archives License: BSD-3-Clause