Package: zziplib Please update to version 0.13.69, and please update the homepage and watch file to keep track of upstream.
Homepage: https://github.com/gdraheim/zziplib https://github.com/gdraheim/zziplib/blob/master/ChangeLog 2018-03-15 guidod <gui...@gmx.de> * fix a number of CVEs reported with special *.zip PoC files * man-pages are generated with new dbk2man.py - docbook xmlto is optional now * completing some doc strings while checking the new man-pages to look good * allow the zziptests.py testsuite to run with an installed /bin path * try to fix some issues on testing with non-installed binaries on non-linux platfors * update autotools to allow compiling on some newer Mac / Win machines * a zip-program is still required for testing, but some errors are gone when not there * complete the approximation of fnmatch for the test binaries (on platforms without) * allow windows __mmap.h to be simpler, helping with some problems on MingW * integrate 'fopen("wb")' from TexLive to be more portable across * more portability as well for helpers like strnlen being used in the sources * update doc refs to point to github instead of sf.net * update the sf.net pages to have a prominent hint on newer github.com location * release v0.13.69 2018-02-02 guidod <gui...@gmx.de> * fix a number of CVEs reported with special *.zip files * the testsuite has been expanded to cover all the CVEs * some minor doc updates referencing GitHub instead of sf.net * release v0.13.68 2017-06-11 guidod <gui...@gmx.de> * fix portability issues by introducing <zzip/__errno.h> * fix portability issues by introducing <zzip/__mkdir.h> * fix portability issues by introducing <zzip/__string.h> for strndup * reuse portability header <zzip/__fnmatch.h> in bins/*.c * release v0.13.67 2017-04-24 guidod <gui...@gmx.de> * common frontend 'unzzip.c' for example code in unzzip*-xx.c * expand testcases to cover all of big/mem/mix/zap variants * release v0.13.66 2017-04-23 guidod <gui...@gmx.de> * turn the testsuite from makefile into python unittest format * extend 'make check' testsuite to cover non-libzzip extensions * fix unzzipcat-seeko and unzzipcat-mem to match the testsuite * release v0.13.65 2017-04-20 guidod <gui...@gmx.de> * check patches in opensuse builds, mostly for some CVE reports