forked from LuaDist/zip
Permalink
Switch branches/tags
{{ refName }}
default
opensuse
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Commits on Feb 13, 2022
-
unix: reproducible directory order (scandir)
This commit replaces the readdir() loop with scandir. This means a well- defined, reproducible sort order, with the downside that we will need to store ALL directory entries in memory to sort them. I am too lazy to add a switch to change how it is supposed to work. This is only a proof-of-concept. Co-Authored-By: Bernhard M. Wiedemann <bwiedemann suse.de>
Commits on May 3, 2019
-
with SOURCE_DATE_EPOCH to allow for reproducible builds of .zip files See https://reproducible-builds.org/ for why this is good and https://reproducible-builds.org/specs/source-date-epoch/ for the definition of this variable. Uses clamping to keep older mtimes than SOURCE_DATE_EPOCH intact.
-
Properly document the --strip-extra param
and drop the obsolete --no-extra commented code
-
Fix memory leaks in zip.c, zipfile.c and fileio.c files [bsc#1068346]
Without this patch, memory leaks occur when using zip-3.0 to append files to an existing archive file. https://bugzilla.suse.com/show_bug.cgi?id=1068346
-
Don't clobber include/exclude pattern lists
by in2ex/ex2in's chopping off path prefixes.
-
-
-
-
-
-
Do not record build time in executable to have reproduceable builds