Skip to content

Tags: gdraheim/zziplib

Tags

v0.13.80

Toggle v0.13.80's commit message
.

release v0.13.80
   * '.pc' files back to $libdir
   * add conanfile.py and tests to support c++ package manager
   * add vcpkg.json and tests to support c++ package manager
   * switch from setup.cfg to pyproject.toml to python wheels
   * rename to zzipdoctools to prepare actual pypi distribution
   * drop unused '.cdtproject' and '.pydevproject'
   * switch to lintcheck.yml to extend support for vscode development
   * fix afl warnings, specifically maxint check ((A & MAXINT) == MAXINT)
   * refer dependency to sdl2 instead of sdl (to not get sdl3)

release v0.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

release v0.13.78
   * fix windows crossgcc builds
   * fix ZIP64 trailer and ZIP64 extras being too short sometimes #169 #170

release 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 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 t

v0.13.79

Toggle v0.13.79's commit message
.

release v0.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

release v0.13.78
   * fix windows crossgcc builds
   * fix ZIP64 trailer and ZIP64 extras being too short sometimes #169 #170

release 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 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 t

v0.13.78

Toggle v0.13.78's commit message
---

release v0.13.78
   * fix windows crossgcc builds
   * fix ZIP64 trailer and ZIP64 extras being too short sometimes #169 #170

release 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 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

v0.13.77

Toggle v0.13.77's commit message
---

release 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 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

v0.13.76

Toggle v0.13.76's commit message
release 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

v0.13.75

Toggle v0.13.75's commit message
 * 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

v0.13.74

Toggle v0.13.74's commit message
2024-03-01 gdraheim@github

    * 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 0.13.74

2024-02-28  gdraheim@github
    * 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 0.13.73

2023-03-12  gdraheim@github
    * 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.

v0.13.73

Toggle v0.13.73's commit message
2024-02-28 gdraheim@github

    * 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 0.13.73

2023-03-12  gdraheim@github
    * 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.

v0.13.72

Toggle v0.13.72's commit message
 * The testbuilds were fixed to make cmake install and automake insta…

…ll 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
    * The ninja builds for cmake were run regularly as it seems to be widely used.
    * AND ... rename configure.ac to old.configure.ac to break outdated packaging scripts
    * ....... see testbuilds/*-am-*.dockerfile that it still works to rename them back

!!! The old automake/autconf/libtool system will be dumped soon!!!

v0.13.71

Toggle v0.13.71's commit message
* there have been tons of bugfixes over the last two years ...

* Thanks go to Patrick Steinhardt (then at Aservo) for python3 updates
* Thanks go to Josef Moellers (working at SUSE Labs) for many CVE fixes
* and of course all the other patches that came in via github issues.
* I have cleaned up sources to only uses Python3 (as needed by 2020).
* !!! The old automake/autconf/libtool system will be dumped soon!!!
* The build system was ported to 'cmake' .. (last tested cmake 3.10.2)
* The testbuilds/ allow to compile and test for different os via docker
* The testbuilds/ allow to compare new cmake to automake install results
* Found fixes to bring base, sdl, manpages and site docs to same level