mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
[PR #420] [MERGED] Maintenance: update vendored minizip code to the version distributed with zlib v1.3 #489
Labels
No labels
awaiting user feedback
bug
cmake
cmake
docs
feature request
in progress
long term
medium term
medium term
pull-request
question
question
ready to close
short term
under investigation
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/libxlsxwriter#489
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jmcnamara/libxlsxwriter/pull/420
Author: @jayaddison
Created: 11/18/2023
Status: ✅ Merged
Merged: 11/18/2023
Merged by: @jmcnamara
Base:
main← Head:maintenance/update-zlib-1.3📝 Commits (2)
e7f863cRaw copy of minizip source files from zlib v1.3 release4e2c9cbManually re-apply libxlsxwriter customizations to minizip📊 Changes
15 files changed (+765 additions, -1053 deletions)
View changed files
📝
third_party/minizip/Makefile.orig(+8 -4)📝
third_party/minizip/MiniZip64_Changes.txt(+1 -1)📝
third_party/minizip/configure.ac(+1 -1)📝
third_party/minizip/crypt.h(+13 -16)📝
third_party/minizip/ioapi.c(+31 -56)📝
third_party/minizip/ioapi.h(+25 -27)📝
third_party/minizip/iowin32.c(+29 -45)📝
third_party/minizip/iowin32.h(+4 -4)📝
third_party/minizip/miniunz.c(+29 -56)📝
third_party/minizip/minizip.c(+38 -49)📝
third_party/minizip/mztools.c(+1 -7)📝
third_party/minizip/unzip.c(+202 -342)📝
third_party/minizip/unzip.h(+74 -74)📝
third_party/minizip/zip.c(+154 -218)📝
third_party/minizip/zip.h(+155 -153)📄 Description
Updates the vendored copy of
minizipwithinlibxlsxwriterto the version distributed with version 1.3 ofzlibwith a fewlibxlsxwritercustomizations retained / re-applied.I have run the tests (
make test) and valgrind checks (make test_valgrind) on a system whereminizipis not available as a system-provided library (to make sure that the vendored copy of the code was in use) and these passed.Abbreviated output from the tests is included below:
A small number of warnings were emitted by the valgrind checks; mostly string validation errors (length limits exceeded, unacceptable-null values, and placeholder-count mismatches), and it exited with code 0.
Resolves #419.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.