office-gobmx/package
Michael Stahl 0f39e6fbb4 tdf#162944 package: try to detect Zip64 via version
https://rzymek.github.io/post/excel-zip64/ claims that it's sufficient
for the version number to be 45 (4.5 - File uses ZIP64 format
extensions) for Excel to read a zip entry's data descriptor as
Zip64, while the Zip APPNOTE seems to require a zip64 extended
information extra field to be present (see 4.3.9.2).

Let's try to use the "version needed to extract" to be able to read
zip files produced by Apache POI Zip64Mode.Always.

Change-Id: I20f10471e3a85eb42d21c0cb08e36e345ef8fc9a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176211
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Tested-by: Jenkins
2024-11-07 15:47:43 +01:00
..
dtd
inc loplugin:passstuffbyref in lotuswordpro..pyuno 2024-11-07 13:17:27 +01:00
qa tdf#163341 package: fix reading Zip64 produced by stream-write-ods 2024-10-14 15:56:42 +02:00
source tdf#162944 package: try to detect Zip64 via version 2024-11-07 15:47:43 +01:00
util
CppunitTest_package2_test.mk package: add unit tests with invalid zip packages 2024-09-19 09:42:41 +02:00
IwyuFilter_package.yaml Recheck modules [o-r]* with IWYU 2022-01-30 16:10:57 +01:00
Library_package2.mk Use less boost_headers in low level libraries 2024-03-06 21:23:17 +01:00
Library_xstor.mk
Makefile
Module_package.mk
Package_dtd.mk
README.md Updated README.md files to represent current code / use Markdown format 2021-04-07 17:47:16 +02:00

ZIP Support

Reading and writing ZIP files.