forked from pool/libzip
Compare commits
10 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| f34e9cb71e | |||
| 8b732aa2df | |||
| dd1a6f1184 | |||
| 02f71a0d95 | |||
| a948c589b3 | |||
| c49fa996b4 | |||
| 89d1814443 | |||
| 9d7018b512 | |||
| 98eaacf4be | |||
| 5f1c731928 |
BIN
libzip-1.10.1.tar.xz
LFS
BIN
libzip-1.10.1.tar.xz
LFS
Binary file not shown.
3
libzip-1.11.4.tar.xz
Normal file
3
libzip-1.11.4.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8a247f57d1e3e6f6d11413b12a6f28a9d388de110adc0ec608d893180ed7097b
|
||||
size 793340
|
||||
@@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 9 13:27:20 UTC 2025 - pgajdos@suse.com
|
||||
|
||||
- version update to 1.11.4
|
||||
* Use separate cmake package files for library and programs.
|
||||
* Improve documentation.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 24 12:21:06 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Fix libzip-devel dependencies. libzip-targets*.cmake create
|
||||
CMake targets for zipcmp, zipmerge and ziptool.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- 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
|
||||
|
||||
|
||||
10
libzip.spec
10
libzip.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libzip
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# 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.4
|
||||
Release: 0
|
||||
Summary: C library for reading, creating, and modifying zip archives
|
||||
License: BSD-3-Clause
|
||||
@@ -67,6 +67,8 @@ Summary: C library for reading, creating, and modifying zip archives
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: glibc-devel
|
||||
Requires: libzip%{sover} = %{version}
|
||||
# tools are referenced in libzip-targets*.cmake and must be installed
|
||||
Requires: libzip-tools = %{version}
|
||||
|
||||
%description devel
|
||||
libzip is a C library for reading, creating, and modifying zip
|
||||
@@ -110,6 +112,10 @@ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:%{buildroot}%{_libdir}
|
||||
%{_mandir}/man1/zipcmp.1%{?ext_man}
|
||||
%{_mandir}/man1/zipmerge.1%{?ext_man}
|
||||
%{_mandir}/man1/ziptool.1%{?ext_man}
|
||||
%{_mandir}/man5/zip.5%{?ext_man}
|
||||
%{_mandir}/man5/zip_error.5%{?ext_man}
|
||||
%{_mandir}/man5/zip_file.5%{?ext_man}
|
||||
%{_mandir}/man5/zip_source.5%{?ext_man}
|
||||
|
||||
%files -n libzip%{sover}
|
||||
%license LICENSE
|
||||
|
||||
Reference in New Issue
Block a user