Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libzip-devel-1.5.1-lp152.3.9 RPM for x86_64

From OpenSuSE Leap 15.2 for x86_64

Name: libzip-devel Distribution: openSUSE Leap 15.2
Version: 1.5.1 Vendor: openSUSE
Release: lp152.3.9 Build date: Sat May 16 17:00:03 2020
Group: Development/Libraries/C and C++ Build host: sheep85
Size: 101463 Source RPM: libzip-1.5.1-lp152.3.9.src.rpm
Packager: https://bugs.opensuse.org
Url: https://libzip.org/
Summary: C library for reading, creating, and modifying zip archives
libzip is a C library for reading, creating, and modifying zip
archives. This package contains devel files.

Provides

Requires

License

BSD-3-Clause

Changelog

* Wed Apr 11 2018 9+suse@cirno.systems
  - Update to version 1.5.1
    * Choose format of installed documentation based on available tools.
    * Fix visibility of symbols.
    * Fix zipcmp directory support.
    * Don’t set RPATH on Linux.
    * Use Libs.private for link dependencies in pkg-config file.
    * Fix build with LibreSSL.
    * Various bugfixes.
  - Add groff to BuildRequires (so manpages get installed)
* Mon Apr 02 2018 mimi.vx@gmail.com
  - add pkgconfig.patch - fixes boo#1087756
* Mon Mar 19 2018 mpluskal@suse.com
  - Enable tests again
  - Enable more functionality by updating dependencies
  - Deduplicate manpages
* Mon Mar 12 2018 avindra@opensuse.org
  - update to version 1.5.0:
    * Use standard cryptographic library instead of custom AES
      implementation. This also simplifies the license.
  - includes 1.4.0:
    * Improve build with cmake (retires autoconf/automake)
    * Add zip_source_buffer_fragment().
    * Add support to clone unchanged beginning of archive (instead
      of rewriting it). Supported for buffer sources and on AFS.
  - rebase libzip-ocloexec.patch
  - drop libzip-uninitialized-value.patch
    * merged in 8609c9ce6c8e613a7b5825e4d0eba8a31fe67e75
  - cleanup with spec-cleaner
* Tue Dec 19 2017 pgajdos@suse.com
  - updated to version 1.3.2:
    * Fix bug introduced in last: zip_t was erroneously freed if zip_close() failed.
    * Install zipconf.h into ${PREFIX}/include
    * Add zip_libzip_version()
    * Fix AES tests on Linux
    * Support bzip2 compressed zip archives
    * Improve file progress callback code
    * Fix zip_fdopen()
    * CVE-2017-12858: Fix double free()
    * CVE-2017-14107: Improve EOCD64 parsing
  - removed patches (upstreamed)
    * libzip-CVE-2017-12858.patch
    * libzip-CVE-2017-14107.patch
  - added patch (fixed in head)
    * libzip-uninitialized-value.patch
* Fri Sep 22 2017 pgajdos@suse.com
  - reverted 'version update to 1.3.0' due failing i586 tests
  - remove libzip-disable-failing-tests.patch again
  - add libzip-CVE-2017-12858.patch again
  - add libzip-CVE-2017-14107.patch [bsc#1056996]
* Wed Sep 06 2017 pgajdos@suse.com
  - update to version 1.3.0:
    * Support bzip2 compressed zip archives
    * Improve file progress callback code
    * Fix zip_fdopen()
    * CVE-2017-12858: Fix double free().
    * CVE-2017-14107: Improve EOCD64 parsing.
  - remove upstreamed libzip-CVE-2017-12858.patch
  - added libzip-disable-failing-tests.patch [bsc#1056996#c12]
* Mon Aug 28 2017 pgajdos@suse.com
  - security update:
    * CVE-2017-12858 [bsc#1055377]
      + libzip-CVE-2017-12858.patch
* Mon Jun 19 2017 jengelh@inai.de
  - Drop with-pic which is for static libs only.
* Wed Jun 07 2017 mpluskal@suse.com
  - Small spec file and dependencies cleanup
  - Try profiled build
* Mon Feb 20 2017 pgajdos@suse.com
  - Update to version 1.2.0:
    * Support for AES encryption (Winzip version), both encryption
      and decryption.
    * Support legacy zip files with >64k entries.
    * Fix seeking in zip_source_file if start > 0.
    * Add zip_fseek() for seeking in uncompressed data.
    * Add zip_ftell() for telling position in uncompressed data.
    * Add zip_register_progress_callback() for UI updates during
      zip_close()
* Mon May 30 2016 mpluskal@suse.com
  - Update to version 1.1.3:
    * Fix build on Windows when using autoconf.
* Mon Feb 22 2016 pgajdos@suse.com
  - update to 1.1.2
    * Improve support for 3MF files
    * ziptool(1): command line tool to modify zip archives
    * Speedups for archives with many entries
    * Better APK support
    * Documentation improvements
* Tue May 05 2015 jengelh@inai.de
  - Update to new upstream release 1.0.1
    * (Build fixes for Windows only)
  - The documentation targets the library, so move them from -tools
    to -devel subpackage.
* Mon May 04 2015 jengelh@inai.de
  - Place utilities in a separate subpackage which explicitly has
    "-tools" in its name.
* Mon May 04 2015 pgajdos@suse.com
  - updated to 1.0:
    * Implemented an I/O abstraction layer.
    * Added support for native Windows API for files.
    * Added support for setting the last modification time for a file.
    * Added a new type zip_error_t for errors.
    * Added more typedefs for structs.
    * Torrentzip support was removed.
    * CVE-2015-2331 was fixed.
    * Addressed all Coverity CIDs.
  - removed upstreamed patches:
    - libzip-CVE-2015-2331.patch
    - libzip-fseeko.patch
    - libzip-fix-large-file-support.patch
      http://www.nih.at/listarchive/libzip-discuss/msg00489.html
    - libzip-autoconf-268.patch
* Fri Mar 20 2015 pgajdos@suse.com
  - fix CVE-2015-2331 [bnc#923240]
    + libzip-CVE-2015-2331.patch
* Wed Oct 29 2014 opensuse@sukimashita.com
  - add libzip-fseeko.patch which changes two fseek() calls that
    were not replaced with fseeko() to properly support large files
  - properly mark patches as PATCH-FIX-UPSTREAM where it applies
* Wed Oct 22 2014 opensuse@sukimashita.com
  - add libzip-fix-large-file-support.patch to fix LFS support not
    being activated for 32bit compilation and thus >2GB Zip files
    failing to open

Files

/usr/include/zip.h
/usr/include/zipconf.h
/usr/lib64/libzip.so
/usr/lib64/pkgconfig/libzip.pc
/usr/share/doc/packages/libzip-devel
/usr/share/doc/packages/libzip-devel/AUTHORS
/usr/share/doc/packages/libzip-devel/NEWS.md
/usr/share/doc/packages/libzip-devel/THANKS
/usr/share/man/man3/ZIP_SOURCE_GET_ARGS.3.gz
/usr/share/man/man3/libzip.3.gz
/usr/share/man/man3/zip_add.3.gz
/usr/share/man/man3/zip_add_dir.3.gz
/usr/share/man/man3/zip_close.3.gz
/usr/share/man/man3/zip_delete.3.gz
/usr/share/man/man3/zip_dir_add.3.gz
/usr/share/man/man3/zip_discard.3.gz
/usr/share/man/man3/zip_error_clear.3.gz
/usr/share/man/man3/zip_error_code_system.3.gz
/usr/share/man/man3/zip_error_code_zip.3.gz
/usr/share/man/man3/zip_error_fini.3.gz
/usr/share/man/man3/zip_error_get.3.gz
/usr/share/man/man3/zip_error_get_sys_type.3.gz
/usr/share/man/man3/zip_error_init.3.gz
/usr/share/man/man3/zip_error_init_with_code.3.gz
/usr/share/man/man3/zip_error_set.3.gz
/usr/share/man/man3/zip_error_strerror.3.gz
/usr/share/man/man3/zip_error_system_type.3.gz
/usr/share/man/man3/zip_error_to_data.3.gz
/usr/share/man/man3/zip_error_to_str.3.gz
/usr/share/man/man3/zip_errors.3.gz
/usr/share/man/man3/zip_fclose.3.gz
/usr/share/man/man3/zip_fdopen.3.gz
/usr/share/man/man3/zip_file_add.3.gz
/usr/share/man/man3/zip_file_error_clear.3.gz
/usr/share/man/man3/zip_file_error_get.3.gz
/usr/share/man/man3/zip_file_extra_field_delete.3.gz
/usr/share/man/man3/zip_file_extra_field_delete_by_id.3.gz
/usr/share/man/man3/zip_file_extra_field_get.3.gz
/usr/share/man/man3/zip_file_extra_field_get_by_id.3.gz
/usr/share/man/man3/zip_file_extra_field_set.3.gz
/usr/share/man/man3/zip_file_extra_fields_count.3.gz
/usr/share/man/man3/zip_file_extra_fields_count_by_id.3.gz
/usr/share/man/man3/zip_file_get_comment.3.gz
/usr/share/man/man3/zip_file_get_error.3.gz
/usr/share/man/man3/zip_file_get_external_attributes.3.gz
/usr/share/man/man3/zip_file_rename.3.gz
/usr/share/man/man3/zip_file_replace.3.gz
/usr/share/man/man3/zip_file_set_comment.3.gz
/usr/share/man/man3/zip_file_set_encryption.3.gz
/usr/share/man/man3/zip_file_set_external_attributes.3.gz
/usr/share/man/man3/zip_file_set_mtime.3.gz
/usr/share/man/man3/zip_file_strerror.3.gz
/usr/share/man/man3/zip_fopen.3.gz
/usr/share/man/man3/zip_fopen_encrypted.3.gz
/usr/share/man/man3/zip_fopen_index.3.gz
/usr/share/man/man3/zip_fopen_index_encrypted.3.gz
/usr/share/man/man3/zip_fread.3.gz
/usr/share/man/man3/zip_fseek.3.gz
/usr/share/man/man3/zip_ftell.3.gz
/usr/share/man/man3/zip_get_archive_comment.3.gz
/usr/share/man/man3/zip_get_archive_flag.3.gz
/usr/share/man/man3/zip_get_error.3.gz
/usr/share/man/man3/zip_get_file_comment.3.gz
/usr/share/man/man3/zip_get_name.3.gz
/usr/share/man/man3/zip_get_num_entries.3.gz
/usr/share/man/man3/zip_get_num_files.3.gz
/usr/share/man/man3/zip_libzip_version.3.gz
/usr/share/man/man3/zip_name_locate.3.gz
/usr/share/man/man3/zip_open.3.gz
/usr/share/man/man3/zip_open_from_source.3.gz
/usr/share/man/man3/zip_register_progress_callback.3.gz
/usr/share/man/man3/zip_register_progress_callback_with_state.3.gz
/usr/share/man/man3/zip_rename.3.gz
/usr/share/man/man3/zip_replace.3.gz
/usr/share/man/man3/zip_set_archive_comment.3.gz
/usr/share/man/man3/zip_set_archive_flag.3.gz
/usr/share/man/man3/zip_set_default_password.3.gz
/usr/share/man/man3/zip_set_file_comment.3.gz
/usr/share/man/man3/zip_set_file_compression.3.gz
/usr/share/man/man3/zip_source.3.gz
/usr/share/man/man3/zip_source_begin_write.3.gz
/usr/share/man/man3/zip_source_begin_write_cloning.3.gz
/usr/share/man/man3/zip_source_buffer.3.gz
/usr/share/man/man3/zip_source_buffer_create.3.gz
/usr/share/man/man3/zip_source_buffer_fragment.3.gz
/usr/share/man/man3/zip_source_buffer_fragment_create.3.gz
/usr/share/man/man3/zip_source_close.3.gz
/usr/share/man/man3/zip_source_commit_write.3.gz
/usr/share/man/man3/zip_source_error.3.gz
/usr/share/man/man3/zip_source_file.3.gz
/usr/share/man/man3/zip_source_file_create.3.gz
/usr/share/man/man3/zip_source_filep.3.gz
/usr/share/man/man3/zip_source_filep_create.3.gz
/usr/share/man/man3/zip_source_free.3.gz
/usr/share/man/man3/zip_source_function.3.gz
/usr/share/man/man3/zip_source_function_create.3.gz
/usr/share/man/man3/zip_source_is_deleted.3.gz
/usr/share/man/man3/zip_source_keep.3.gz
/usr/share/man/man3/zip_source_make_command_bitmap.3.gz
/usr/share/man/man3/zip_source_open.3.gz
/usr/share/man/man3/zip_source_read.3.gz
/usr/share/man/man3/zip_source_rollback_write.3.gz
/usr/share/man/man3/zip_source_seek.3.gz
/usr/share/man/man3/zip_source_seek_compute_offset.3.gz
/usr/share/man/man3/zip_source_seek_write.3.gz
/usr/share/man/man3/zip_source_stat.3.gz
/usr/share/man/man3/zip_source_tell.3.gz
/usr/share/man/man3/zip_source_tell_write.3.gz
/usr/share/man/man3/zip_source_win32a.3.gz
/usr/share/man/man3/zip_source_win32a_create.3.gz
/usr/share/man/man3/zip_source_win32handle.3.gz
/usr/share/man/man3/zip_source_win32handle_create.3.gz
/usr/share/man/man3/zip_source_win32w.3.gz
/usr/share/man/man3/zip_source_win32w_create.3.gz
/usr/share/man/man3/zip_source_write.3.gz
/usr/share/man/man3/zip_source_zip.3.gz
/usr/share/man/man3/zip_stat.3.gz
/usr/share/man/man3/zip_stat_index.3.gz
/usr/share/man/man3/zip_stat_init.3.gz
/usr/share/man/man3/zip_strerror.3.gz
/usr/share/man/man3/zip_unchange.3.gz
/usr/share/man/man3/zip_unchange_all.3.gz
/usr/share/man/man3/zip_unchange_archive.3.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 11:54:57 2024