From 28aff67293df3c391b9a78ed03c2e314047562a0 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Fri, 26 May 2023 00:32:29 +0200 Subject: Windows: Add missing update of libzip zip_err_str.c and fix libzip related project configuration --- src/Common/Zip.vcxproj | 12 ++- src/Common/Zip.vcxproj.filters | 36 ++++++- src/Common/Zip_vs2019.vcxproj | 36 ++++++- src/Common/libzip/zip_err_str.c | 143 +++++++++++++-------------- src/ExpandVolume/ExpandVolume_vs2019.vcxproj | 12 +-- 5 files changed, 153 insertions(+), 86 deletions(-) diff --git a/src/Common/Zip.vcxproj b/src/Common/Zip.vcxproj index ec907d94..a9d567a7 100644 --- a/src/Common/Zip.vcxproj +++ b/src/Common/Zip.vcxproj @@ -25,6 +25,7 @@ + @@ -35,12 +36,12 @@ + - @@ -50,6 +51,7 @@ + @@ -58,6 +60,8 @@ + + @@ -67,12 +71,14 @@ + + @@ -94,6 +100,7 @@ + @@ -115,6 +122,8 @@ + + @@ -128,6 +137,7 @@ + diff --git a/src/Common/Zip.vcxproj.filters b/src/Common/Zip.vcxproj.filters index 88c8ff6f..209a93d6 100644 --- a/src/Common/Zip.vcxproj.filters +++ b/src/Common/Zip.vcxproj.filters @@ -66,9 +66,6 @@ libzip - - libzip - libzip @@ -366,6 +363,39 @@ libzip + + libzip + + + libzip + + + libzip + + + libzip + + + libzip + + + libzip + + + libzip + + + libzip + + + libzip + + + libzip + + + libzip + diff --git a/src/Common/Zip_vs2019.vcxproj b/src/Common/Zip_vs2019.vcxproj index f9bb543f..d60b4981 100644 --- a/src/Common/Zip_vs2019.vcxproj +++ b/src/Common/Zip_vs2019.vcxproj @@ -33,6 +33,7 @@ + @@ -43,12 +44,12 @@ + - @@ -58,6 +59,7 @@ + @@ -66,6 +68,8 @@ + + @@ -75,12 +79,14 @@ + + @@ -102,6 +108,7 @@ + @@ -123,6 +130,8 @@ + + @@ -136,6 +145,7 @@ + @@ -272,6 +282,10 @@ Windows true + + + + @@ -287,6 +301,10 @@ Windows true + + + + @@ -302,6 +320,10 @@ Windows true + + + + @@ -321,6 +343,10 @@ true true + + + + @@ -340,6 +366,10 @@ true true + + + + @@ -359,6 +389,10 @@ true true + + + + diff --git a/src/Common/libzip/zip_err_str.c b/src/Common/libzip/zip_err_str.c index e0a04a94..c9b1504e 100644 --- a/src/Common/libzip/zip_err_str.c +++ b/src/Common/libzip/zip_err_str.c @@ -1,84 +1,77 @@ /* - This file was generated automatically by ./make_zip_err_str.sh - from ./zip.h; make changes there. - */ + This file was generated automatically by CMake + from zip.h and zipint.h; make changes there. +*/ #include "zipint.h" -const char * const _zip_err_str[] = { - "No error", - "Multi-disk zip archives not supported", - "Renaming temporary file failed", - "Closing zip archive failed", - "Seek error", - "Read error", - "Write error", - "CRC error", - "Containing zip archive was closed", - "No such file", - "File already exists", - "Can't open file", - "Failure to create temporary file", - "Zlib error", - "Malloc failure", - "Entry has been changed", - "Compression method not supported", - "Premature end of file", - "Invalid argument", - "Not a zip archive", - "Internal error", - "Zip archive inconsistent", - "Can't remove file", - "Entry has been deleted", - "Encryption method not supported", - "Read-only archive", - "No password provided", - "Wrong password provided", - "Operation not supported", - "Resource still in use", - "Tell error", - "Compressed data invalid", - "Operation cancelled", -}; - -const int _zip_nerr_str = sizeof(_zip_err_str)/sizeof(_zip_err_str[0]); - +#define L ZIP_ET_LIBZIP #define N ZIP_ET_NONE #define S ZIP_ET_SYS #define Z ZIP_ET_ZLIB -const int _zip_err_type[] = { - N, - N, - S, - S, - S, - S, - S, - N, - N, - N, - N, - S, - S, - Z, - N, - N, - N, - N, - N, - N, - N, - N, - S, - N, - N, - N, - N, - N, - N, - N, - S, - N, - N, +#define E ZIP_DETAIL_ET_ENTRY +#define G ZIP_DETAIL_ET_GLOBAL + +const struct _zip_err_info _zip_err_str[] = { + { N, "No error" }, + { N, "Multi-disk zip archives not supported" }, + { S, "Renaming temporary file failed" }, + { S, "Closing zip archive failed" }, + { S, "Seek error" }, + { S, "Read error" }, + { S, "Write error" }, + { N, "CRC error" }, + { N, "Containing zip archive was closed" }, + { N, "No such file" }, + { N, "File already exists" }, + { S, "Can't open file" }, + { S, "Failure to create temporary file" }, + { Z, "Zlib error" }, + { N, "Malloc failure" }, + { N, "Entry has been changed" }, + { N, "Compression method not supported" }, + { N, "Premature end of file" }, + { N, "Invalid argument" }, + { N, "Not a zip archive" }, + { N, "Internal error" }, + { L, "Zip archive inconsistent" }, + { S, "Can't remove file" }, + { N, "Entry has been deleted" }, + { N, "Encryption method not supported" }, + { N, "Read-only archive" }, + { N, "No password provided" }, + { N, "Wrong password provided" }, + { N, "Operation not supported" }, + { N, "Resource still in use" }, + { S, "Tell error" }, + { N, "Compressed data invalid" }, + { N, "Operation cancelled" }, }; + +const int _zip_err_str_count = sizeof(_zip_err_str)/sizeof(_zip_err_str[0]); + +const struct _zip_err_info _zip_err_details[] = { + { G, "no detail" }, + { G, "central directory overlaps EOCD, or there is space between them" }, + { G, "archive comment length incorrect" }, + { G, "central directory length invalid" }, + { E, "central header invalid" }, + { G, "central directory count of entries is incorrect" }, + { E, "local and central headers do not match" }, + { G, "wrong EOCD length" }, + { G, "EOCD64 overlaps EOCD, or there is space between them" }, + { G, "EOCD64 magic incorrect" }, + { G, "EOCD64 and EOCD do not match" }, + { G, "invalid value in central directory" }, + { E, "variable size fields overflow header" }, + { E, "invalid UTF-8 in filename" }, + { E, "invalid UTF-8 in comment" }, + { E, "invalid Zip64 extra field" }, + { E, "invalid WinZip AES extra field" }, + { E, "garbage at end of extra fields" }, + { E, "extra field length is invalid" }, + { E, "file length in header doesn't match actual file length" }, +}; + +const int _zip_err_details_count = sizeof(_zip_err_details)/sizeof(_zip_err_details[0]); diff --git a/src/ExpandVolume/ExpandVolume_vs2019.vcxproj b/src/ExpandVolume/ExpandVolume_vs2019.vcxproj index c2db2f65..835a4d3b 100644 --- a/src/ExpandVolume/ExpandVolume_vs2019.vcxproj +++ b/src/ExpandVolume/ExpandVolume_vs2019.vcxproj @@ -49,22 +49,22 @@ Application Unicode - Windows7.1SDK + v142 Application Unicode - Windows7.1SDK + v142 Application Unicode - Windows7.1SDK + v142 Application Unicode - Windows7.1SDK + v142 Application @@ -74,7 +74,7 @@ Application Unicode - Windows7.1SDK + v142 Application @@ -84,7 +84,7 @@ Application Unicode - Windows7.1SDK + v142 Application -- cgit v1.2.3