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

zziplib-devel-0.13.79-1.1 RPM for armv6hl

From OpenSuSE Ports Tumbleweed for armv6hl

Name: zziplib-devel Distribution: openSUSE Tumbleweed
Version: 0.13.79 Vendor: openSUSE
Release: 1.1 Build date: Wed Apr 23 11:18:04 2025
Group: Development/Libraries/C and C++ Build host: reproducible
Size: 320078 Source RPM: zziplib-0.13.79-1.1.src.rpm
Packager: http://bugs.opensuse.org
Url: http://zziplib.sourceforge.net
Summary: Development files for zziplib, a ZIP compression library
That are the header files needed for developing applications using
ZZipLib.

Provides

Requires

License

LGPL-2.1-or-later

Changelog

* Wed Apr 23 2025 Valentin Lefebvre <valentin.lefebvre@suse.com>
  - Release to 0.13.79:
    * fixed #174 #175 #176 on buffer-overflow in mmapped.c
    * create afl testbuild to have clean debug environment
    * validate #164 #166 as being fixed in 0.13.78 alreaedy
    * add same 0xFFFu overrun check for #175 into zip.c
    * fix asan missing dir_close in zziptest.c
    * bump cmake_minimum to 3.10 to make cmake 4 happy #173
    * combine testbuilds.py and zziptest.py into make test_X
    * seperate make zziptestdownloads to have option for those files
    * and otherwise just skip tests that need a downloaded file
    * not only check files to be the same am/cm but also ABI lib-symbols
    * automake tests for every ubuntu version (including 32 and 64on32)
    * testcases for largefile builds as well - and 32bit builds
    * make tests that use automakes `*.pc` - with corrected cmake install
    * make an error on largefile-mismatch in 3264 builds
    * start a zzip32.h to get all the 3264 definitions declared
    * need zzip_plugin_off_t() to detected largefile problems
    * switch to BSD exitcodes when not using ZIP_xx exitcodes
    * introduce ZZIP_PLUGIN_TYPE_32BIT for forced 32bit variants
    * need -DLARGEFILE=ON to force 64bit builds
    * `make missing32` shows the 32on64 symbols
    * cut out CMakeScripts/TestLargefileSensitive.cmake
    * move *.pc from $libdir/pkgconfig to $datadir/pkgconfig
  - Move other pc files from $libdir to $datadir
    [+ zziplib-move-zzipwrap-pc-from-libdir-to-datadir.patch]
    [+ zziplib-move-pc-to-share-pkgconfig.patch]
* Fri Mar 21 2025 Shawn Dunn <sfalken@opensuse.org>
  - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to clear FTBFS with cmake4
* Wed Mar 19 2025 Dr. Werner Fink <werner@suse.de>
  - Fix dumb cmake handling and enable ZZIP_LARGEFILE_RENAME as well
    and set -DPIC in the CFLAGS to have both 32bit and 64bit file
    support on 32bit architecures
* Mon Mar 17 2025 Dr. Werner Fink <werner@suse.de>
  - Support large file access on 32bit architectures as well (boo#1239672)
* Thu Aug 08 2024 Valentin Lefebvre <valentin.lefebvre@suse.com>
  - Removing patches merged upstream:
    [- CVE-2020-18770.patch]
    [- bsc1154002-prevent-unnecessary-perror.patch]
    [- zziplib-0.13.62.patch]
  - Release to v0.13.78
    * fix windows crossgcc builds
    * fix ZIP64 trailer and ZIP64 extras being too short sometimes #169 #170
      (bsc#1227178, CVE-2024-39134)
      (bsc#1227175, CVE-2024-39133)
  - Release to v0.13.77
    * make afl to check for fuzzer bugs
    * update os versions to latest from docker_mirror.py
    * add missing tests scenarios for later os releases
    * fix Coverage include hack
    * integrate mxe/src/zziplib-2-prefer-win32-mmap.patch
    * make crossgcc/windows a working example for mingw
    * `./testbuilds.py clean` will drop test-related docker images
    * `./testbuilds.py` will automatically run clean if everything successful
    * `./testbuilds.py help` shows the available tests and commands
    * in test_2xx create /external bins and compile them by linking via cmake-configs
    * fix bins/CMakeLists.txt to show realistic usage of cmake find_package
    * note: it seems bins/unzzip*.c use internal headers which external programs can't
  - Release to v0.13.76
    * add DEVGUIDE.md and prep release process
    * add -DCOVERAGE=ON cmake option
    * allow for 'make coverage' summary
    * change zzipdoc to python3 typehints
    * allow for make types check on python
    * remove unused make-doc.py make-doc.pl
    * add bins/*.c and test/*.c to make format
    * for bins/ --version shorten the automatic binary name #156
    * simplify bins/ ssize_t construction
    * tested 'make nextversion' to ensure version number is increased
    * note: last 0.13.74 was internally still named 0.13.72
    * integrate opensuse patch for -Wwrite-strings for GCC4.1+
    * switch to mypy minimum of python3.8
    * fix dbk2man regression (from typehints changes)
    * fixed again cmake bug - parallel builds can lead to race condition
    * removed ubuntu1604 testbuilds - python3.5 is too old
    * ubuntu2404 is ready - was waiting for sdl-dev in universe
    * move definitions form zzip/stdint.h to zzip/cstdint.h
    * note: some includepaths made zzip/stdint.h be found as stdint.h
    * move some definitions from zzip/__hints.h to zzip/cdecl.h
    * make zzip/cdecl.h use gcc's ansidecl.h definitions if found
    * remove zzip/__hints.h in public headers - use zzip/cdecl.h instead
    * the __*.h files were not meant to be installed
    * some distros have installed them anyway - that should be dropped
    * the "make format" will check for __*.h in public headers as well
    * note: this should help to avoide it creep in again
    * add "make bins" to ensure testing compilation of those binaries
    * add PACKAGE_NAME and PACKAGE_VERSION to _msvc.h
  - Release to v0.13.75
    * add DEVGUIDE.md and prep release process
    * add -DCOVERAGE=ON cmake option
    * allow for 'make coverage' summary
    * change zzipdoc to python3 typehints
    * allow for make types check on python
    * remove unused make-doc.py make-doc.pl
    * add bins/*.c and test/*.c to make format
    * for bins/ --version shorten the automatic binary name #156
    * simplify bins/ ssize_t construction
    * tested 'make nextversion' to ensure version number is increased
    * note: last 0.13.74 was internally still named 0.13.72
    * integrate opensuse patch for -Wwrite-strings for GCC4.1+
    * switch to mypy minimum of python3.8
    * fix dbk2man regression (from typehints changes)
    * fixed again cmake bug - parallel builds can lead to race condition
    * removed ubuntu1604 testbuilds - python3.5 is too old
    * ubuntu2404 is ready - was waiting for sdl-dev in universe
    * disabled local file header offset64
    * allowed to 'make fortify' for extended debugging
    * fixed all memleak bugs from address sanitizer
    * fixed ZIP64 bugs - but the support is still incomplete
    * fixed remaining failures as they were recorded in testsuite
  - Release to v0.13.74
    * fixed last cmake bug - parallel builds can lead to race condition
    * abolished centos8 testbuilds and prepared ubuntu24
    * integrated some github patches
    * prepare autoformat with clang-format (not yet enforced)
  - Release to v0.13.73
    * Switched docs from .htm to .md format. The mksite to .html is retained.
    * Some cmake patches were included. Specifically MacOS seems to be special.
    * Automated builds changed from azure-pipelines to github/workflows
    * Added typehints and pep8 check for the python parts of the tools and tests
    * Can still update automake for now. Continues the testbuilds.py comparison.
* Mon Jul 15 2024 Martin Jambor <mjambor@suse.com>
  - Add -fpermissive to %{optflags} to workaround C99 violations which
    cause GCC14 to throw an error by default. [boo#1225959]
* Tue Feb 27 2024 Valentin Lefebvre <valentin.lefebvre@suse.com>
  - assert full zzip_file_header.
    [bsc#1214577, CVE-2020-18770, CVE-2020-18770.patch]
  - Use autosetup
* Tue Feb 20 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Use %patch -P N instead of deprecated %patchN.
* Sun Feb 07 2021 Dirk Müller <dmueller@suse.com>
  - update to 0.13.72:
    * The testbuilds were fixed to make cmake install and automake install the same
    * The cmake install did need patches for man3 installation on Unix
    * The cmake install did need patches for dll installation on Windows
    * The cmake install did need patches for dylib installation on MacOS
    * The cmake install did need patches for pkgconfig generation
    * Bump testbuilds to modern distro versions (ubuntu 20.04 centos 7.9 / 8.3)
    * Takeover docker_mirror.py for air-gap testings (for testbuilds.py)
    * handle UNZZIP-NOTFOUND in cmake and mark Ubuntu 'unzip' to be broken
    * merge patches for zzip_pread feature from Max Kellermann
    * merge patches for some bugs being found and reported via GitHub issues
    * run azure-pipelines with -DZZIP_TESTCVE=OFF to skip CVE *.zip downloads
    * use zziptests.py --downloadonly to get the CVE zip files for local storage
    * switch to cmake build system
  - remove zziplib-0.13.62-wronglinking.patch zziplib-largefile.patch:
    obsolete with switch to cmake
* Tue Apr 28 2020 Paolo Stivanin <info@paolostivanin.com>
  - Update to 0.13.71:
    * testbuilds fixes
    * fixes to bring base, sdl, manpages and site docs to same level

Files

/usr/bin/unzip-mem
/usr/bin/unzzip
/usr/bin/unzzip-big
/usr/bin/unzzip-mem
/usr/bin/unzzip-mix
/usr/bin/zzcat
/usr/bin/zzdir
/usr/bin/zzxorcat
/usr/bin/zzxorcopy
/usr/bin/zzxordir
/usr/include/zzip
/usr/include/zzip-io.h
/usr/include/zzip.h
/usr/include/zzip/_config.h
/usr/include/zzip/_msvc.h
/usr/include/zzip/cdecl.h
/usr/include/zzip/conf.h
/usr/include/zzip/cstdint.h
/usr/include/zzip/fetch.h
/usr/include/zzip/file.h
/usr/include/zzip/format.h
/usr/include/zzip/fseeko.h
/usr/include/zzip/info.h
/usr/include/zzip/lib.h
/usr/include/zzip/memdisk.h
/usr/include/zzip/mmapped.h
/usr/include/zzip/plugin.h
/usr/include/zzip/stdint.h
/usr/include/zzip/types.h
/usr/include/zzip/wrap.h
/usr/include/zzip/write.h
/usr/include/zzip/zzip.h
/usr/include/zzip/zzip32.h
/usr/include/zziplib.h
/usr/lib/libzzip.so
/usr/lib/libzzipfseeko.so
/usr/lib/libzzipmmapped.so
/usr/lib/libzzipwrap.so
/usr/share/aclocal/zziplib.m4
/usr/share/doc/packages/zziplib-devel
/usr/share/doc/packages/zziplib-devel/ChangeLog
/usr/share/doc/packages/zziplib-devel/README
/usr/share/doc/packages/zziplib-devel/README.SDL
/usr/share/doc/packages/zziplib-devel/TODO
/usr/share/man/man3/__zzip_fetch_disk_trailer.3.gz
/usr/share/man/man3/__zzip_parse_root_directory.3.gz
/usr/share/man/man3/__zzip_try_open.3.gz
/usr/share/man/man3/zzip_close.3.gz
/usr/share/man/man3/zzip_closedir.3.gz
/usr/share/man/man3/zzip_compr_str.3.gz
/usr/share/man/man3/zzip_dir_alloc.3.gz
/usr/share/man/man3/zzip_dir_alloc_ext_io.3.gz
/usr/share/man/man3/zzip_dir_close.3.gz
/usr/share/man/man3/zzip_dir_fdopen.3.gz
/usr/share/man/man3/zzip_dir_fdopen_ext_io.3.gz
/usr/share/man/man3/zzip_dir_free.3.gz
/usr/share/man/man3/zzip_dir_open.3.gz
/usr/share/man/man3/zzip_dir_open_ext_io.3.gz
/usr/share/man/man3/zzip_dir_read.3.gz
/usr/share/man/man3/zzip_dir_real.3.gz
/usr/share/man/man3/zzip_dir_stat.3.gz
/usr/share/man/man3/zzip_dirfd.3.gz
/usr/share/man/man3/zzip_dirhandle.3.gz
/usr/share/man/man3/zzip_entry_data_offset.3.gz
/usr/share/man/man3/zzip_entry_fclose.3.gz
/usr/share/man/man3/zzip_entry_feof.3.gz
/usr/share/man/man3/zzip_entry_ffile.3.gz
/usr/share/man/man3/zzip_entry_findfile.3.gz
/usr/share/man/man3/zzip_entry_findfirst.3.gz
/usr/share/man/man3/zzip_entry_findmatch.3.gz
/usr/share/man/man3/zzip_entry_findnext.3.gz
/usr/share/man/man3/zzip_entry_fopen.3.gz
/usr/share/man/man3/zzip_entry_fread.3.gz
/usr/share/man/man3/zzip_entry_fread_file_header.3.gz
/usr/share/man/man3/zzip_entry_free.3.gz
/usr/share/man/man3/zzip_entry_strdup_name.3.gz
/usr/share/man/man3/zzip_errno.3.gz
/usr/share/man/man3/zzip_error.3.gz
/usr/share/man/man3/zzip_fclose.3.gz
/usr/share/man/man3/zzip_file_close.3.gz
/usr/share/man/man3/zzip_file_open.3.gz
/usr/share/man/man3/zzip_file_read.3.gz
/usr/share/man/man3/zzip_file_real.3.gz
/usr/share/man/man3/zzip_file_stat.3.gz
/usr/share/man/man3/zzip_filesize.3.gz
/usr/share/man/man3/zzip_filesize32.3.gz
/usr/share/man/man3/zzip_fopen.3.gz
/usr/share/man/man3/zzip_fread.3.gz
/usr/share/man/man3/zzip_freopen.3.gz
/usr/share/man/man3/zzip_fstat.3.gz
/usr/share/man/man3/zzip_get_default_io.3.gz
/usr/share/man/man3/zzip_inflate_init.3.gz
/usr/share/man/man3/zzip_init_io.3.gz
/usr/share/man/man3/zzip_io_size_off_t.3.gz
/usr/share/man/man3/zzip_open.3.gz
/usr/share/man/man3/zzip_open_ext_io.3.gz
/usr/share/man/man3/zzip_open_shared_io.3.gz
/usr/share/man/man3/zzip_opendir.3.gz
/usr/share/man/man3/zzip_opendir_ext_io.3.gz
/usr/share/man/man3/zzip_read.3.gz
/usr/share/man/man3/zzip_readdir.3.gz
/usr/share/man/man3/zzip_realdir.3.gz
/usr/share/man/man3/zzip_realfd.3.gz
/usr/share/man/man3/zzip_rewind.3.gz
/usr/share/man/man3/zzip_rewinddir.3.gz
/usr/share/man/man3/zzip_seek.3.gz
/usr/share/man/man3/zzip_seek32.3.gz
/usr/share/man/man3/zzip_seekdir.3.gz
/usr/share/man/man3/zzip_seekdir32.3.gz
/usr/share/man/man3/zzip_seterror.3.gz
/usr/share/man/man3/zzip_strerror.3.gz
/usr/share/man/man3/zzip_strerror_of.3.gz
/usr/share/man/man3/zzip_tell.3.gz
/usr/share/man/man3/zzip_tell32.3.gz
/usr/share/man/man3/zzip_telldir.3.gz
/usr/share/man/man3/zzip_telldir32.3.gz
/usr/share/pkgconfig/zzipfseeko.pc
/usr/share/pkgconfig/zziplib.pc
/usr/share/pkgconfig/zzipmmapped.pc
/usr/share/pkgconfig/zzipwrap.pc


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue May 13 23:51:21 2025