From 56c6d542ae3e8e22c5fef0a4f3fbc420e5173ad8 Mon Sep 17 00:00:00 2001 From: iigs <2274777+iigs@users.noreply.github.com> Date: Tue, 19 Nov 2024 06:36:28 +0000 Subject: [PATCH] p7zip: update to 17.05 --- components/archiver/p7zip/Makefile | 31 +- .../archiver/p7zip/manifests/sample-manifest.p5m | 11 +- components/archiver/p7zip/p7zip.p5m | 29 +- .../archiver/p7zip/patches/01-CVE-2016-9296.patch | 12 - .../p7zip/patches/01-add-strings-include.patch | 15 + .../archiver/p7zip/patches/02-CVE-2017-17969.patch | 15 - .../archiver/p7zip/patches/02-use-stdint-h.patch | 29 + .../archiver/p7zip/patches/03-CVE-2018-5996.patch | 199 -- .../p7zip/patches/03-remove-restrict.patch | 13 + .../archiver/p7zip/patches/04-CVE-2018-10115.patch | 196 -- components/archiver/p7zip/patches/07-gcc-10.patch | 38 - components/archiver/p7zip/pkg5 | 5 +- components/archiver/p7zip/test/results-all.master | 3135 ++++++++++++++++++++ 13 files changed, 3238 insertions(+), 490 deletions(-) delete mode 100644 components/archiver/p7zip/patches/01-CVE-2016-9296.patch create mode 100644 components/archiver/p7zip/patches/01-add-strings-include.patch delete mode 100644 components/archiver/p7zip/patches/02-CVE-2017-17969.patch create mode 100644 components/archiver/p7zip/patches/02-use-stdint-h.patch delete mode 100644 components/archiver/p7zip/patches/03-CVE-2018-5996.patch create mode 100644 components/archiver/p7zip/patches/03-remove-restrict.patch delete mode 100644 components/archiver/p7zip/patches/04-CVE-2018-10115.patch delete mode 100644 components/archiver/p7zip/patches/07-gcc-10.patch create mode 100644 components/archiver/p7zip/test/results-all.master diff --git a/components/archiver/p7zip/Makefile b/components/archiver/p7zip/Makefile index 9bb758b035..19764ed429 100644 --- a/components/archiver/p7zip/Makefile +++ b/components/archiver/p7zip/Makefile @@ -26,17 +26,17 @@ BUILD_STYLE= justmake include ../../../make-rules/shared-macros.mk +ENV = /usr/bin/env COMPONENT_NAME= p7zip -COMPONENT_VERSION= 16.2 -HUMAN_VERSION= 16.02 -COMPONENT_REVISION= 6 +COMPONENT_VERSION= 17.5 +HUMAN_VERSION= 17.05 COMPONENT_SUMMARY= The p7zip compression and archiving utility -COMPONENT_PROJECT_URL= https://p7zip.sourceforge.net/ -COMPONENT_SRC= $(COMPONENT_NAME)_$(HUMAN_VERSION) -COMPONENT_ARCHIVE= $(COMPONENT_SRC)_src_all.tar.bz2 -COMPONENT_ARCHIVE_HASH= sha256:5eb20ac0e2944f6cb9c2d51dd6c4518941c185347d4089ea89087ffdd6e2341f -COMPONENT_ARCHIVE_URL= https://downloads.sourceforge.net/project/p7zip/p7zip/$(HUMAN_VERSION)/$(COMPONENT_ARCHIVE) +COMPONENT_PROJECT_URL= https://github.com/p7zip-project/p7zip +COMPONENT_SRC= $(COMPONENT_NAME)-$(HUMAN_VERSION) +COMPONENT_ARCHIVE= v$(HUMAN_VERSION).tar.gz +COMPONENT_ARCHIVE_HASH= sha256:d2788f892571058c08d27095c22154579dfefb807ebe357d145ab2ddddefb1a6 +COMPONENT_ARCHIVE_URL= https://github.com/p7zip-project/p7zip/archive/refs/tags/$(COMPONENT_ARCHIVE) COMPONENT_FMRI= compress/p7zip COMPONENT_CLASSIFICATION= System/Core @@ -55,8 +55,7 @@ COMPONENT_BUILD_TARGETS = all3 COMPONENT_INSTALL_ARGS += DEST_HOME=/usr DEST_DIR=$(PROTO_DIR) COMPONENT_BUILD_ARGS += BUILD_CC="$(CC)" -# Note: the -std=c++11 setting below is probably not needed for a newer version. -COMPONENT_BUILD_ARGS += BUILD_CXX="$(CXX) -std=c++11" +COMPONENT_BUILD_ARGS += BUILD_CXX="$(CXX)" COMPONENT_BUILD_ARGS += LDFLAGS="$(LDFLAGS)" COMPONENT_BUILD_ARGS += BUILD_FLAGS="$(CPP_LARGEFILES) $(CFLAGS) $(CXXFLAGS) $(CPPFLAGS)" @@ -80,6 +79,17 @@ install: build $(INSTALL_64) $(EXTRATARGETS) # so they're impossible to remove without adding the write bit first. COMPONENT_POST_INSTALL_ACTION += $(CHMOD) -R u+w $(PROTO_DIR) +COMPONENT_TEST_TRANSFORMS += '-e "/^REP=/d" ' +COMPONENT_TEST_TRANSFORMS += '-e "/^Comment = /d" ' +COMPONENT_TEST_TRANSFORMS += '-e "/^Modified = /d" ' +COMPONENT_TEST_TRANSFORMS += '-e "/^Created = /d" ' +COMPONENT_TEST_TRANSFORMS += '-e "/^Compressed: /d" ' +COMPONENT_TEST_TRANSFORMS += '-e "/^Headers Size = /d" ' +COMPONENT_TEST_TRANSFORMS += '-e "/^Physical Size = /d" ' +COMPONENT_TEST_TRANSFORMS += '-e "/^1 file,/d" ' +COMPONENT_TEST_TRANSFORMS += '-e "/^Archive size: /d" ' + + ifeq ($(strip $(MACH)),sparc) REQUIRED_PACKAGES += system/library/math endif @@ -89,3 +99,4 @@ REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG) REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG) REQUIRED_PACKAGES += shell/ksh93 REQUIRED_PACKAGES += system/library +REQUIRED_PACKAGES += system/library/math diff --git a/components/archiver/p7zip/manifests/sample-manifest.p5m b/components/archiver/p7zip/manifests/sample-manifest.p5m index ba135680b9..db9238ab6b 100644 --- a/components/archiver/p7zip/manifests/sample-manifest.p5m +++ b/components/archiver/p7zip/manifests/sample-manifest.p5m @@ -10,7 +10,7 @@ # # -# Copyright 2022 +# Copyright 2024 # set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) @@ -32,13 +32,14 @@ file path=usr/lib/p7zip/$(MACH64)/7zCon.sfx file path=usr/lib/p7zip/$(MACH64)/7za file path=usr/lib/p7zip/$(MACH64)/7zr file path=usr/lib/p7zip/$(MACH64)/Codecs/Rar.so -file path=usr/man/man1/7z.1 -file path=usr/man/man1/7za.1 -file path=usr/man/man1/7zr.1 +file path=usr/man/man1/7z.1.gz +file path=usr/man/man1/7za.1.gz +file path=usr/man/man1/7zr.1.gz file path=usr/share/doc/p7zip/ChangeLog file path=usr/share/doc/p7zip/DOC/7zC.txt file path=usr/share/doc/p7zip/DOC/7zFormat.txt file path=usr/share/doc/p7zip/DOC/License.txt +file path=usr/share/doc/p7zip/DOC/MANUAL/7-zip.chm file path=usr/share/doc/p7zip/DOC/MANUAL/cmdline/commands/add.htm file path=usr/share/doc/p7zip/DOC/MANUAL/cmdline/commands/bench.htm file path=usr/share/doc/p7zip/DOC/MANUAL/cmdline/commands/delete.htm @@ -115,6 +116,8 @@ file path=usr/share/doc/p7zip/DOC/MANUAL/general/thanks.htm file path=usr/share/doc/p7zip/DOC/MANUAL/start.htm file path=usr/share/doc/p7zip/DOC/MANUAL/style.css file path=usr/share/doc/p7zip/DOC/Methods.txt +file path=usr/share/doc/p7zip/DOC/Struct.EAP +file path=usr/share/doc/p7zip/DOC/Struct.ldb file path=usr/share/doc/p7zip/DOC/copying.txt file path=usr/share/doc/p7zip/DOC/lzma.txt file path=usr/share/doc/p7zip/DOC/readme.txt diff --git a/components/archiver/p7zip/p7zip.p5m b/components/archiver/p7zip/p7zip.p5m index dacfc82db4..f707086abe 100644 --- a/components/archiver/p7zip/p7zip.p5m +++ b/components/archiver/p7zip/p7zip.p5m @@ -32,24 +32,23 @@ set name=org.opensolaris.consolidation value=$(CONSOLIDATION) license copying.txt license=LGPLv2.1+ license unRarLicense.txt license=unRAR -file usr/lib/p7zip/$(MACH64)/7z path=usr/bin/7z -file usr/lib/p7zip/$(MACH64)/7za path=usr/bin/7za -file usr/lib/p7zip/$(MACH64)/7zr path=usr/bin/7zr - -file contrib/gzip-like_CLI_wrapper_for_7z/p7zip path=usr/bin/p7zip - -file usr/lib/p7zip/$(MACH64)/7z.so path=usr/lib/$(MACH64)/7z/7z.so -file usr/lib/p7zip/$(MACH64)/Codecs/Rar.so path=usr/lib/$(MACH64)/7z/Codecs/Rar.so - -file usr/man/man1/7z.1 path=usr/share/man/man1/7z.1 mangler.man.stability=Committed -file usr/man/man1/7za.1 path=usr/share/man/man1/7za.1 -file usr/man/man1/7zr.1 path=usr/share/man/man1/7zr.1 -file contrib/gzip-like_CLI_wrapper_for_7z/man1/p7zip.1 path=usr/share/man/man1/p7zip.1 - +file path=usr/bin/7z +file path=usr/bin/7za +file path=usr/bin/7zr +file path=usr/lib/p7zip/$(MACH64)/7z +file path=usr/lib/p7zip/$(MACH64)/7z.so +file path=usr/lib/p7zip/$(MACH64)/7zCon.sfx +file path=usr/lib/p7zip/$(MACH64)/7za +file path=usr/lib/p7zip/$(MACH64)/7zr +file path=usr/lib/p7zip/$(MACH64)/Codecs/Rar.so +file path=usr/man/man1/7z.1.gz +file path=usr/man/man1/7za.1.gz +file path=usr/man/man1/7zr.1.gz file path=usr/share/doc/p7zip/ChangeLog file path=usr/share/doc/p7zip/DOC/7zC.txt file path=usr/share/doc/p7zip/DOC/7zFormat.txt file path=usr/share/doc/p7zip/DOC/License.txt +file path=usr/share/doc/p7zip/DOC/MANUAL/7-zip.chm file path=usr/share/doc/p7zip/DOC/MANUAL/cmdline/commands/add.htm file path=usr/share/doc/p7zip/DOC/MANUAL/cmdline/commands/bench.htm file path=usr/share/doc/p7zip/DOC/MANUAL/cmdline/commands/delete.htm @@ -126,6 +125,8 @@ file path=usr/share/doc/p7zip/DOC/MANUAL/general/thanks.htm file path=usr/share/doc/p7zip/DOC/MANUAL/start.htm file path=usr/share/doc/p7zip/DOC/MANUAL/style.css file path=usr/share/doc/p7zip/DOC/Methods.txt +file path=usr/share/doc/p7zip/DOC/Struct.EAP +file path=usr/share/doc/p7zip/DOC/Struct.ldb file path=usr/share/doc/p7zip/DOC/copying.txt file path=usr/share/doc/p7zip/DOC/lzma.txt file path=usr/share/doc/p7zip/DOC/readme.txt diff --git a/components/archiver/p7zip/patches/01-CVE-2016-9296.patch b/components/archiver/p7zip/patches/01-CVE-2016-9296.patch deleted file mode 100644 index a442008eda..0000000000 --- a/components/archiver/p7zip/patches/01-CVE-2016-9296.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- p7zip_15.14.1/CPP/7zip/Archive/7z/7zIn.cpp.1 2016-12-04 22:30:12.398535943 +0300 -+++ p7zip_15.14.1/CPP/7zip/Archive/7z/7zIn.cpp 2016-12-04 22:33:25.534241347 +0300 -@@ -1097,7 +1097,8 @@ - if (CrcCalc(data, unpackSize) != folders.FolderCRCs.Vals[i]) - ThrowIncorrect(); - } -- HeadersSize += folders.PackPositions[folders.NumPackStreams]; -+ if (folders.PackPositions) -+ HeadersSize += folders.PackPositions[folders.NumPackStreams]; - return S_OK; - } - diff --git a/components/archiver/p7zip/patches/01-add-strings-include.patch b/components/archiver/p7zip/patches/01-add-strings-include.patch new file mode 100644 index 0000000000..8b3afbab8c --- /dev/null +++ b/components/archiver/p7zip/patches/01-add-strings-include.patch @@ -0,0 +1,15 @@ +../../../../CPP/7zip/Archive/Zip/ZipItem.cpp:429:7: error: 'bzero' was not declared in this scope + +--- p7zip-17.05/CPP/7zip/Archive/Zip/ZipItem.cpp.old 2024-11-16 11:13:09.728242599 -0500 ++++ p7zip-17.05/CPP/7zip/Archive/Zip/ZipItem.cpp 2024-11-16 11:14:00.478602980 -0500 +@@ -5,6 +5,10 @@ + #include + #endif + ++#ifdef __sun__ ++#include ++#endif ++ + #include "StdAfx.h" + + #include "../../../../C/CpuArch.h" diff --git a/components/archiver/p7zip/patches/02-CVE-2017-17969.patch b/components/archiver/p7zip/patches/02-CVE-2017-17969.patch deleted file mode 100644 index 31e6412f30..0000000000 --- a/components/archiver/p7zip/patches/02-CVE-2017-17969.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- p7zip_16.02.orig/CPP/7zip/Compress/ShrinkDecoder.cpp -+++ p7zip_16.02/CPP/7zip/Compress/ShrinkDecoder.cpp -@@ -121,7 +121,12 @@ HRESULT CDecoder::CodeReal(ISequentialIn - { - _stack[i++] = _suffixes[cur]; - cur = _parents[cur]; -+ if (cur >= kNumItems || i >= kNumItems) -+ break; - } -+ -+ if (cur >= kNumItems || i >= kNumItems) -+ break; - - _stack[i++] = (Byte)cur; - lastChar2 = (Byte)cur; diff --git a/components/archiver/p7zip/patches/02-use-stdint-h.patch b/components/archiver/p7zip/patches/02-use-stdint-h.patch new file mode 100644 index 0000000000..ddd11415a8 --- /dev/null +++ b/components/archiver/p7zip/patches/02-use-stdint-h.patch @@ -0,0 +1,29 @@ +--- p7zip-17.05/C/hashes/hash.h.old 2024-11-16 12:00:39.359638828 -0500 ++++ p7zip-17.05/C/hashes/hash.h 2024-11-16 18:01:43.114402159 -0500 +@@ -42,17 +42,17 @@ + + #include "../7zTypes.h" + +-#ifndef _UINT32_T_DECLARED +-typedef UInt32 uint32_t; +-#define _UINT32_T_DECLARED +-#endif ++// #ifndef _UINT32_T_DECLARED ++// typedef UInt32 uint32_t; ++// #define _UINT32_T_DECLARED ++// #endif + +-#ifndef _UINT64_T_DECLARED +-typedef UInt64 uint64_t; +-#define _UINT64_T_DECLARED +-#endif ++// #ifndef _UINT64_T_DECLARED ++// typedef UInt64 uint64_t; ++// #define _UINT64_T_DECLARED ++// #endif + +-//#include ++#include + + #ifndef min + #define min(a,b) (((a)>(b))?(b):(a)) diff --git a/components/archiver/p7zip/patches/03-CVE-2018-5996.patch b/components/archiver/p7zip/patches/03-CVE-2018-5996.patch deleted file mode 100644 index 00a030647f..0000000000 --- a/components/archiver/p7zip/patches/03-CVE-2018-5996.patch +++ /dev/null @@ -1,199 +0,0 @@ -Obtained from: https://anonscm.debian.org/cgit/users/robert/p7zip-rar.git/tree/debian/patches/06-CVE-2018-5996.patch -diff -pruN '--exclude=*.orig' p7zip_16.02~/CPP/7zip/Compress/Rar1Decoder.cpp p7zip_16.02/CPP/7zip/Compress/Rar1Decoder.cpp ---- p7zip_16.02~/CPP/7zip/Compress/Rar1Decoder.cpp 2015-09-01 18:04:52.000000000 +0000 -+++ p7zip_16.02/CPP/7zip/Compress/Rar1Decoder.cpp 2018-05-02 15:06:58.034027678 +0000 -@@ -29,7 +29,7 @@ public: - }; - */ - --CDecoder::CDecoder(): m_IsSolid(false) { } -+CDecoder::CDecoder(): m_IsSolid(false), _errorMode(false) { } - - void CDecoder::InitStructures() - { -@@ -406,9 +406,14 @@ HRESULT CDecoder::CodeReal(ISequentialIn - InitData(); - if (!m_IsSolid) - { -+ _errorMode = false; - InitStructures(); - InitHuff(); - } -+ -+ if (_errorMode) -+ return S_FALSE; -+ - if (m_UnpackSize > 0) - { - GetFlagsBuf(); -@@ -477,9 +482,9 @@ STDMETHODIMP CDecoder::Code(ISequentialI - const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progress) - { - try { return CodeReal(inStream, outStream, inSize, outSize, progress); } -- catch(const CInBufferException &e) { return e.ErrorCode; } -- catch(const CLzOutWindowException &e) { return e.ErrorCode; } -- catch(...) { return S_FALSE; } -+ catch(const CInBufferException &e) { _errorMode = true; return e.ErrorCode; } -+ catch(const CLzOutWindowException &e) { _errorMode = true; return e.ErrorCode; } -+ catch(...) { _errorMode = true; return S_FALSE; } - } - - STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *data, UInt32 size) -diff -pruN '--exclude=*.orig' p7zip_16.02~/CPP/7zip/Compress/Rar1Decoder.h p7zip_16.02/CPP/7zip/Compress/Rar1Decoder.h ---- p7zip_16.02~/CPP/7zip/Compress/Rar1Decoder.h 2014-12-21 12:44:00.000000000 +0000 -+++ p7zip_16.02/CPP/7zip/Compress/Rar1Decoder.h 2018-05-02 15:06:58.034273736 +0000 -@@ -39,6 +39,7 @@ public: - - Int64 m_UnpackSize; - bool m_IsSolid; -+ bool _errorMode; - - UInt32 ReadBits(int numBits); - HRESULT CopyBlock(UInt32 distance, UInt32 len); -diff -pruN '--exclude=*.orig' p7zip_16.02~/CPP/7zip/Compress/Rar2Decoder.cpp p7zip_16.02/CPP/7zip/Compress/Rar2Decoder.cpp ---- p7zip_16.02~/CPP/7zip/Compress/Rar2Decoder.cpp 2015-10-03 08:49:14.000000000 +0000 -+++ p7zip_16.02/CPP/7zip/Compress/Rar2Decoder.cpp 2018-05-02 15:06:58.034541629 +0000 -@@ -80,7 +80,8 @@ static const UInt32 kHistorySize = 1 << - static const UInt32 kWindowReservSize = (1 << 22) + 256; - - CDecoder::CDecoder(): -- m_IsSolid(false) -+ m_IsSolid(false), -+ m_TablesOK(false) - { - } - -@@ -100,6 +101,8 @@ UInt32 CDecoder::ReadBits(unsigned numBi - - bool CDecoder::ReadTables(void) - { -+ m_TablesOK = false; -+ - Byte levelLevels[kLevelTableSize]; - Byte newLevels[kMaxTableSize]; - m_AudioMode = (ReadBits(1) == 1); -@@ -170,6 +173,8 @@ bool CDecoder::ReadTables(void) - } - - memcpy(m_LastLevels, newLevels, kMaxTableSize); -+ m_TablesOK = true; -+ - return true; - } - -@@ -344,6 +349,9 @@ HRESULT CDecoder::CodeReal(ISequentialIn - return S_FALSE; - } - -+ if (!m_TablesOK) -+ return S_FALSE; -+ - UInt64 startPos = m_OutWindowStream.GetProcessedSize(); - while (pos < unPackSize) - { -diff -pruN '--exclude=*.orig' p7zip_16.02~/CPP/7zip/Compress/Rar2Decoder.h p7zip_16.02/CPP/7zip/Compress/Rar2Decoder.h ---- p7zip_16.02~/CPP/7zip/Compress/Rar2Decoder.h 2015-06-19 10:52:06.000000000 +0000 -+++ p7zip_16.02/CPP/7zip/Compress/Rar2Decoder.h 2018-05-02 15:06:58.034736908 +0000 -@@ -139,6 +139,7 @@ class CDecoder : - - UInt64 m_PackSize; - bool m_IsSolid; -+ bool m_TablesOK; - - void InitStructures(); - UInt32 ReadBits(unsigned numBits); -diff -pruN '--exclude=*.orig' p7zip_16.02~/CPP/7zip/Compress/Rar3Decoder.cpp p7zip_16.02/CPP/7zip/Compress/Rar3Decoder.cpp ---- p7zip_16.02~/CPP/7zip/Compress/Rar3Decoder.cpp 2016-05-20 08:20:03.000000000 +0000 -+++ p7zip_16.02/CPP/7zip/Compress/Rar3Decoder.cpp 2018-05-02 15:06:58.035151069 +0000 -@@ -92,7 +92,8 @@ CDecoder::CDecoder(): - _writtenFileSize(0), - _vmData(0), - _vmCode(0), -- m_IsSolid(false) -+ m_IsSolid(false), -+ _errorMode(false) - { - Ppmd7_Construct(&_ppmd); - } -@@ -545,6 +546,9 @@ HRESULT CDecoder::ReadTables(bool &keepD - return InitPPM(); - } - -+ TablesRead = false; -+ TablesOK = false; -+ - _lzMode = true; - PrevAlignBits = 0; - PrevAlignCount = 0; -@@ -606,6 +610,9 @@ HRESULT CDecoder::ReadTables(bool &keepD - } - } - } -+ if (InputEofError()) -+ return S_FALSE; -+ - TablesRead = true; - - // original code has check here: -@@ -623,6 +630,9 @@ HRESULT CDecoder::ReadTables(bool &keepD - RIF(m_LenDecoder.Build(&newLevels[kMainTableSize + kDistTableSize + kAlignTableSize])); - - memcpy(m_LastLevels, newLevels, kTablesSizesSum); -+ -+ TablesOK = true; -+ - return S_OK; - } - -@@ -824,7 +834,12 @@ HRESULT CDecoder::CodeReal(ICompressProg - PpmEscChar = 2; - PpmError = true; - InitFilters(); -+ _errorMode = false; - } -+ -+ if (_errorMode) -+ return S_FALSE; -+ - if (!m_IsSolid || !TablesRead) - { - bool keepDecompressing; -@@ -838,6 +853,8 @@ HRESULT CDecoder::CodeReal(ICompressProg - bool keepDecompressing; - if (_lzMode) - { -+ if (!TablesOK) -+ return S_FALSE; - RINOK(DecodeLZ(keepDecompressing)) - } - else -@@ -901,8 +918,8 @@ STDMETHODIMP CDecoder::Code(ISequentialI - _unpackSize = outSize ? *outSize : (UInt64)(Int64)-1; - return CodeReal(progress); - } -- catch(const CInBufferException &e) { return e.ErrorCode; } -- catch(...) { return S_FALSE; } -+ catch(const CInBufferException &e) { _errorMode = true; return e.ErrorCode; } -+ catch(...) { _errorMode = true; return S_FALSE; } - // CNewException is possible here. But probably CNewException is caused - // by error in data stream. - } -diff -pruN '--exclude=*.orig' p7zip_16.02~/CPP/7zip/Compress/Rar3Decoder.h p7zip_16.02/CPP/7zip/Compress/Rar3Decoder.h ---- p7zip_16.02~/CPP/7zip/Compress/Rar3Decoder.h 2015-10-03 08:49:12.000000000 +0000 -+++ p7zip_16.02/CPP/7zip/Compress/Rar3Decoder.h 2018-05-02 15:06:58.035371032 +0000 -@@ -192,6 +192,7 @@ class CDecoder: - UInt32 _lastFilter; - - bool m_IsSolid; -+ bool _errorMode; - - bool _lzMode; - bool _unsupportedFilter; -@@ -200,6 +201,7 @@ class CDecoder: - UInt32 PrevAlignCount; - - bool TablesRead; -+ bool TablesOK; - - CPpmd7 _ppmd; - int PpmEscChar; diff --git a/components/archiver/p7zip/patches/03-remove-restrict.patch b/components/archiver/p7zip/patches/03-remove-restrict.patch new file mode 100644 index 0000000000..026c55987f --- /dev/null +++ b/components/archiver/p7zip/patches/03-remove-restrict.patch @@ -0,0 +1,13 @@ +--- p7zip-17.05/C/zstd/xxhash.h.~1~ 2023-03-03 07:16:28.000000000 -0500 ++++ p7zip-17.05/C/zstd/xxhash.h 2024-11-16 13:54:19.631821723 -0500 +@@ -211,8 +211,8 @@ + # define restrict /* disable restrict */ + #endif + +-XXH_PUBLIC_API void XXH32_copyState(XXH32_state_t* restrict dst_state, const XXH32_state_t* restrict src_state); +-XXH_PUBLIC_API void XXH64_copyState(XXH64_state_t* restrict dst_state, const XXH64_state_t* restrict src_state); ++XXH_PUBLIC_API void XXH32_copyState(XXH32_state_t* dst_state, const XXH32_state_t* src_state); ++XXH_PUBLIC_API void XXH64_copyState(XXH64_state_t* dst_state, const XXH64_state_t* src_state); + + + /* ************************** diff --git a/components/archiver/p7zip/patches/04-CVE-2018-10115.patch b/components/archiver/p7zip/patches/04-CVE-2018-10115.patch deleted file mode 100644 index b7f450499d..0000000000 --- a/components/archiver/p7zip/patches/04-CVE-2018-10115.patch +++ /dev/null @@ -1,196 +0,0 @@ -Patch based on analysis of the fix in upstream 7-zip at - - https://landave.io/files/patch_7zip_CVE-2018-10115.txt - -diff -pruN '--exclude=*.orig' p7zip_16.02~/CPP/7zip/Compress/Rar1Decoder.cpp p7zip_16.02/CPP/7zip/Compress/Rar1Decoder.cpp ---- p7zip_16.02~/CPP/7zip/Compress/Rar1Decoder.cpp 2018-05-02 15:06:58.034027678 +0000 -+++ p7zip_16.02/CPP/7zip/Compress/Rar1Decoder.cpp 2018-05-02 15:06:58.162661972 +0000 -@@ -29,7 +29,12 @@ public: - }; - */ - --CDecoder::CDecoder(): m_IsSolid(false), _errorMode(false) { } -+CDecoder::CDecoder(): -+ m_IsSolid(false), -+ m_solidAllowed(false), -+ _errorMode(false) -+{ -+} - - void CDecoder::InitStructures() - { -@@ -391,6 +396,11 @@ HRESULT CDecoder::CodeReal(ISequentialIn - if (inSize == NULL || outSize == NULL) - return E_INVALIDARG; - -+ if (m_IsSolid && !m_solidAllowed) -+ return S_FALSE; -+ -+ m_solidAllowed = false; -+ - if (!m_OutWindowStream.Create(kHistorySize)) - return E_OUTOFMEMORY; - if (!m_InBitStream.Create(1 << 20)) -@@ -473,6 +483,7 @@ HRESULT CDecoder::CodeReal(ISequentialIn - } - } - } -+ m_solidAllowed = true; - if (m_UnpackSize < 0) - return S_FALSE; - return m_OutWindowStream.Flush(); -diff -pruN '--exclude=*.orig' p7zip_16.02~/CPP/7zip/Compress/Rar1Decoder.h p7zip_16.02/CPP/7zip/Compress/Rar1Decoder.h ---- p7zip_16.02~/CPP/7zip/Compress/Rar1Decoder.h 2018-05-02 15:06:58.034273736 +0000 -+++ p7zip_16.02/CPP/7zip/Compress/Rar1Decoder.h 2018-05-02 15:06:58.162871572 +0000 -@@ -39,6 +39,7 @@ public: - - Int64 m_UnpackSize; - bool m_IsSolid; -+ bool m_solidAllowed; - bool _errorMode; - - UInt32 ReadBits(int numBits); -diff -pruN '--exclude=*.orig' p7zip_16.02~/CPP/7zip/Compress/Rar2Decoder.cpp p7zip_16.02/CPP/7zip/Compress/Rar2Decoder.cpp ---- p7zip_16.02~/CPP/7zip/Compress/Rar2Decoder.cpp 2018-05-02 15:06:58.034541629 +0000 -+++ p7zip_16.02/CPP/7zip/Compress/Rar2Decoder.cpp 2018-05-02 15:06:58.163128844 +0000 -@@ -81,6 +81,7 @@ static const UInt32 kWindowReservSize = - - CDecoder::CDecoder(): - m_IsSolid(false), -+ m_solidAllowed(false), - m_TablesOK(false) - { - } -@@ -320,6 +321,10 @@ HRESULT CDecoder::CodeReal(ISequentialIn - if (inSize == NULL || outSize == NULL) - return E_INVALIDARG; - -+ if (m_IsSolid && !m_solidAllowed) -+ return S_FALSE; -+ m_solidAllowed = false; -+ - if (!m_OutWindowStream.Create(kHistorySize)) - return E_OUTOFMEMORY; - if (!m_InBitStream.Create(1 << 20)) -@@ -343,6 +348,7 @@ HRESULT CDecoder::CodeReal(ISequentialIn - if (m_InBitStream.GetProcessedSize() + 2 <= m_PackSize) // test it: probably incorrect; - if (!ReadTables()) - return S_FALSE; -+ m_solidAllowed = true; - return S_OK; - } - if (!ReadTables()) -@@ -386,6 +392,7 @@ HRESULT CDecoder::CodeReal(ISequentialIn - - if (!ReadLastTables()) - return S_FALSE; -+ m_solidAllowed = true; - return m_OutWindowStream.Flush(); - } - -diff -pruN '--exclude=*.orig' p7zip_16.02~/CPP/7zip/Compress/Rar2Decoder.h p7zip_16.02/CPP/7zip/Compress/Rar2Decoder.h ---- p7zip_16.02~/CPP/7zip/Compress/Rar2Decoder.h 2018-05-02 15:06:58.034736908 +0000 -+++ p7zip_16.02/CPP/7zip/Compress/Rar2Decoder.h 2018-05-02 15:06:58.163323313 +0000 -@@ -139,6 +139,7 @@ class CDecoder : - - UInt64 m_PackSize; - bool m_IsSolid; -+ bool m_solidAllowed; - bool m_TablesOK; - - void InitStructures(); -diff -pruN '--exclude=*.orig' p7zip_16.02~/CPP/7zip/Compress/Rar3Decoder.cpp p7zip_16.02/CPP/7zip/Compress/Rar3Decoder.cpp ---- p7zip_16.02~/CPP/7zip/Compress/Rar3Decoder.cpp 2018-05-02 15:06:58.035151069 +0000 -+++ p7zip_16.02/CPP/7zip/Compress/Rar3Decoder.cpp 2018-05-02 15:06:58.163692811 +0000 -@@ -93,6 +93,7 @@ CDecoder::CDecoder(): - _vmData(0), - _vmCode(0), - m_IsSolid(false), -+ m_solidAllowed(false), - _errorMode(false) - { - Ppmd7_Construct(&_ppmd); -@@ -845,7 +846,10 @@ HRESULT CDecoder::CodeReal(ICompressProg - bool keepDecompressing; - RINOK(ReadTables(keepDecompressing)); - if (!keepDecompressing) -+ { -+ m_solidAllowed = true; - return S_OK; -+ } - } - - for (;;) -@@ -870,6 +874,7 @@ HRESULT CDecoder::CodeReal(ICompressProg - if (!keepDecompressing) - break; - } -+ m_solidAllowed = true; - RINOK(WriteBuf()); - UInt64 packSize = m_InBitStream.BitDecoder.GetProcessedSize(); - RINOK(progress->SetRatioInfo(&packSize, &_writtenFileSize)); -@@ -890,6 +895,10 @@ STDMETHODIMP CDecoder::Code(ISequentialI - if (!inSize) - return E_INVALIDARG; - -+ if (m_IsSolid && !m_solidAllowed) -+ return S_FALSE; -+ m_solidAllowed = false; -+ - if (!_vmData) - { - _vmData = (Byte *)::MidAlloc(kVmDataSizeMax + kVmCodeSizeMax); -diff -pruN '--exclude=*.orig' p7zip_16.02~/CPP/7zip/Compress/Rar3Decoder.h p7zip_16.02/CPP/7zip/Compress/Rar3Decoder.h ---- p7zip_16.02~/CPP/7zip/Compress/Rar3Decoder.h 2018-05-02 15:06:58.035371032 +0000 -+++ p7zip_16.02/CPP/7zip/Compress/Rar3Decoder.h 2018-05-02 15:06:58.163919947 +0000 -@@ -192,6 +192,7 @@ class CDecoder: - UInt32 _lastFilter; - - bool m_IsSolid; -+ bool m_solidAllowed; - bool _errorMode; - - bool _lzMode; -diff -pruN '--exclude=*.orig' p7zip_16.02~/CPP/7zip/Compress/Rar5Decoder.cpp p7zip_16.02/CPP/7zip/Compress/Rar5Decoder.cpp ---- p7zip_16.02~/CPP/7zip/Compress/Rar5Decoder.cpp 2016-05-20 08:20:04.000000000 +0000 -+++ p7zip_16.02/CPP/7zip/Compress/Rar5Decoder.cpp 2018-05-02 15:06:58.164239702 +0000 -@@ -72,6 +72,7 @@ CDecoder::CDecoder(): - _writtenFileSize(0), - _dictSizeLog(0), - _isSolid(false), -+ _solidAllowed(false), - _wasInit(false), - _inputBuf(NULL) - { -@@ -801,7 +802,10 @@ HRESULT CDecoder::CodeReal() - */ - - if (res == S_OK) -+ { -+ _solidAllowed = true; - res = res2; -+ } - - if (res == S_OK && _unpackSize_Defined && _writtenFileSize != _unpackSize) - return S_FALSE; -@@ -821,6 +825,9 @@ STDMETHODIMP CDecoder::Code(ISequentialI - { - try - { -+ if (_isSolid && !_solidAllowed) -+ return S_FALSE; -+ _solidAllowed = false; - if (_dictSizeLog >= sizeof(size_t) * 8) - return E_NOTIMPL; - -diff -pruN '--exclude=*.orig' p7zip_16.02~/CPP/7zip/Compress/Rar5Decoder.h p7zip_16.02/CPP/7zip/Compress/Rar5Decoder.h ---- p7zip_16.02~/CPP/7zip/Compress/Rar5Decoder.h 2015-09-01 18:04:50.000000000 +0000 -+++ p7zip_16.02/CPP/7zip/Compress/Rar5Decoder.h 2018-05-02 15:06:58.164455518 +0000 -@@ -271,6 +271,7 @@ class CDecoder: - Byte _dictSizeLog; - bool _tableWasFilled; - bool _isSolid; -+ bool _solidAllowed; - bool _wasInit; - - UInt32 _reps[kNumReps]; diff --git a/components/archiver/p7zip/patches/07-gcc-10.patch b/components/archiver/p7zip/patches/07-gcc-10.patch deleted file mode 100644 index fd13ea8c99..0000000000 --- a/components/archiver/p7zip/patches/07-gcc-10.patch +++ /dev/null @@ -1,38 +0,0 @@ ---- p7zip_16.02/CPP/Common/MyWindows.h.orig 2020-05-12 13:24:21.437067241 +0000 -+++ p7zip_16.02/CPP/Common/MyWindows.h 2020-05-12 13:24:28.787578914 +0000 -@@ -78,15 +78,15 @@ - typedef ULONG PROPID; - typedef LONG SCODE; - --#define S_OK ((HRESULT)0x00000000L) --#define S_FALSE ((HRESULT)0x00000001L) --#define E_NOTIMPL ((HRESULT)0x80004001L) --#define E_NOINTERFACE ((HRESULT)0x80004002L) --#define E_ABORT ((HRESULT)0x80004004L) --#define E_FAIL ((HRESULT)0x80004005L) --#define STG_E_INVALIDFUNCTION ((HRESULT)0x80030001L) --#define E_OUTOFMEMORY ((HRESULT)0x8007000EL) --#define E_INVALIDARG ((HRESULT)0x80070057L) -+#define S_OK (0x00000000UL) -+#define S_FALSE (0x00000001UL) -+#define E_NOTIMPL (0x80004001UL) -+#define E_NOINTERFACE (0x80004002UL) -+#define E_ABORT (0x80004004UL) -+#define E_FAIL (0x80004005UL) -+#define STG_E_INVALIDFUNCTION (0x80030001UL) -+#define E_OUTOFMEMORY (0x8007000EUL) -+#define E_INVALIDARG (0x80070057UL) - - #ifdef _MSC_VER - #define STDMETHODCALLTYPE __stdcall ---- p7zip_16.02/CPP/7zip/Common/CWrappers.cpp.orig 2020-05-12 13:24:38.196104123 +0000 -+++ p7zip_16.02/CPP/7zip/Common/CWrappers.cpp 2020-05-12 13:24:42.645291584 +0000 -@@ -30,7 +30,7 @@ - - SRes HRESULT_To_SRes(HRESULT res, SRes defaultRes) - { -- switch (res) -+ switch ((DWORD)res) - { - case S_OK: return SZ_OK; - case E_OUTOFMEMORY: return SZ_ERROR_MEM; diff --git a/components/archiver/p7zip/pkg5 b/components/archiver/p7zip/pkg5 index 5c23883060..afb609b098 100644 --- a/components/archiver/p7zip/pkg5 +++ b/components/archiver/p7zip/pkg5 @@ -3,10 +3,11 @@ "shell/ksh93", "system/library", "system/library/g++-13-runtime", - "system/library/gcc-13-runtime" + "system/library/gcc-13-runtime", + "system/library/math" ], "fmris": [ "compress/p7zip" ], "name": "p7zip" -} \ No newline at end of file +} diff --git a/components/archiver/p7zip/test/results-all.master b/components/archiver/p7zip/test/results-all.master new file mode 100644 index 0000000000..d4f9a5788c --- /dev/null +++ b/components/archiver/p7zip/test/results-all.master @@ -0,0 +1,3135 @@ +make[1]: Entering directory '$(@D)' +mkdir -p bin +/usr/gnu/bin/make -C CPP/7zip/Bundles/Alone all +make[2]: Entering directory '$(@D)/CPP/7zip/Bundles/Alone' +make[2]: Nothing to be done for 'all'. +make[2]: Leaving directory '$(@D)/CPP/7zip/Bundles/Alone' +mkdir -p bin +/usr/gnu/bin/make -C CPP/7zip/Bundles/SFXCon all +make[2]: Entering directory '$(@D)/CPP/7zip/Bundles/SFXCon' +make[2]: Nothing to be done for 'all'. +make[2]: Leaving directory '$(@D)/CPP/7zip/Bundles/SFXCon' +cd check ; TOOLS="" sh ./check_7za.sh "`pwd`/../bin/7za" +P7ZIP= $(@D)/check/../bin/7za +TOOLS= + +# TESTING ... +############# + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Testing archive: ../test/7za433_tar.tar +-- +Path = ../test/7za433_tar.tar +Type = tar +Code Page = UTF-8 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Testing archive: ../test/7za433_7zip_lzma.7z +-- +Path = ../test/7za433_7zip_lzma.7z +Type = 7z +Method = LZMA:19 BCJ2 +Solid = + +Blocks = 2 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Testing archive: ../test/7za433_7zip_lzma_crypto.7z +-- +Path = ../test/7za433_7zip_lzma_crypto.7z +Type = 7z +Method = LZMA:19 BCJ2 7zAES +Solid = + +Blocks = 2 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Testing archive: ../test/7za433_7zip_ppmd.7z +-- +Path = ../test/7za433_7zip_ppmd.7z +Type = 7z +Method = PPMD +Solid = + +Blocks = 1 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Testing archive: ../test/7za433_7zip_bzip2.7z +-- +Path = ../test/7za433_7zip_bzip2.7z +Type = 7z +Method = LZMA:19 BZip2 BCJ2 +Solid = + +Blocks = 2 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 + +# EXTRACTING ... +################ + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: ../test/7za433_tar.tar +-- +Path = ../test/7za433_tar.tar +Type = tar +Code Page = UTF-8 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_tar/bin +Common subdirectories: 7za433_ref/doc and 7za433_tar/doc + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: ../test/7za433_7zip_lzma.7z +-- +Path = ../test/7za433_7zip_lzma.7z +Type = 7z +Method = LZMA:19 BCJ2 +Solid = + +Blocks = 2 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: ../test/7za433_7zip_lzma_bcj2.7z +-- +Path = ../test/7za433_7zip_lzma_bcj2.7z +Type = 7z +Method = LZMA:19 BCJ2 +Solid = + +Blocks = 2 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma_bcj2/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma_bcj2/doc + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: ../test/7za433_7zip_lzma_crypto.7z +-- +Path = ../test/7za433_7zip_lzma_crypto.7z +Type = 7z +Method = LZMA:19 BCJ2 7zAES +Solid = + +Blocks = 2 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma_crypto/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma_crypto/doc + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: ../test/7za433_7zip_ppmd.7z +-- +Path = ../test/7za433_7zip_ppmd.7z +Type = 7z +Method = PPMD +Solid = + +Blocks = 1 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_ppmd/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_ppmd/doc + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: ../test/7za433_7zip_ppmd_bcj2.7z +-- +Path = ../test/7za433_7zip_ppmd_bcj2.7z +Type = 7z +Method = LZMA:19 PPMD BCJ2 +Solid = + +Blocks = 2 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_ppmd_bcj2/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_ppmd_bcj2/doc + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: ../test/7za433_7zip_bzip2.7z +-- +Path = ../test/7za433_7zip_bzip2.7z +Type = 7z +Method = LZMA:19 BZip2 BCJ2 +Solid = + +Blocks = 2 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_bzip2/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_bzip2/doc + +# Archiving ... +############### + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Creating archive: 7za433_tar.tar + +Items to compress: 6 + + +Files read from disk: 6 +Everything is Ok +drwxrwxrwx 0/0 0 Feb 6 15:01 2006 7za433_tar/ +drwxrwxrwx 0/0 0 Feb 6 15:01 2006 7za433_tar/bin/ +-rwxrwxrwx 0/0 462336 Feb 5 07:01 2006 7za433_tar/bin/7za.exe +drwxrwxrwx 0/0 0 Feb 6 15:01 2006 7za433_tar/doc/ +-rwxrwxrwx 0/0 26948 Aug 29 20:19 2001 7za433_tar/doc/copying.txt +-rwxrwxrwx 0/0 1601 Feb 5 06:57 2006 7za433_tar/readme.txt + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Creating archive: 7za433_7zip_lzma.7z + +Items to compress: 6 + + +Files read from disk: 3 +Everything is Ok + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Creating archive: 7za433_7zip_lzma.x + +Items to compress: 6 + +Write SFX: $(@D)/bin/7zCon.sfx : 782608 bytes (765 KiB) + +Files read from disk: 3 +Everything is Ok + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Creating archive: 7za433_7zip_lzma_crypto.7z + +Items to compress: 6 + + +Files read from disk: 3 +Everything is Ok + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Creating archive: 7za433_7zip_ppmd.7z + +Items to compress: 6 + + +Files read from disk: 3 +Everything is Ok + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Creating archive: 7za433_7zip_bzip2.7z + +Items to compress: 6 + + +Files read from disk: 3 +Everything is Ok + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Creating archive: 7za433_7zip_zstd.7z + +Items to compress: 6 + + +Files read from disk: 3 +Everything is Ok + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Creating archive: 7za433_7zip_lz4.7z + +Items to compress: 6 + + +Files read from disk: 3 +Everything is Ok + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Creating archive: 7za433_7zip_lz5.7z + +Items to compress: 6 + + +Files read from disk: 3 +Everything is Ok + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Creating archive: 7za433_7zip_brotli.7z + +Items to compress: 6 + + +Files read from disk: 3 +Everything is Ok + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Creating archive: 7za433_7zip_lizard.7z + +Items to compress: 6 + + +Files read from disk: 3 +Everything is Ok + +# EXTRACTING (PASS 2) ... +######################### + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_tar.tar +-- +Path = 7za433_tar.tar +Type = tar +Code Page = UTF-8 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_tar/bin +Common subdirectories: 7za433_ref/doc and 7za433_tar/doc + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_lzma.7z +-- +Path = 7za433_7zip_lzma.7z +Type = 7z +Method = LZMA2:19 BCJ +Solid = + +Blocks = 2 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_zstd.7z +-- +Path = 7za433_7zip_zstd.7z +Type = 7z +Method = BCJ ZSTD +Solid = + +Blocks = 2 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_lz4.7z +-- +Path = 7za433_7zip_lz4.7z +Type = 7z +Method = BCJ LZ4 +Solid = + +Blocks = 2 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_lz5.7z +-- +Path = 7za433_7zip_lz5.7z +Type = 7z +Method = BCJ LZ5 +Solid = + +Blocks = 2 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_brotli.7z +-- +Path = 7za433_7zip_brotli.7z +Type = 7z +Method = BCJ BROTLI +Solid = + +Blocks = 2 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_lizard.7z +-- +Path = 7za433_7zip_lizard.7z +Type = 7z +Method = BCJ LIZARD +Solid = + +Blocks = 2 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +7-Zip SFX 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + + +Extracting archive: ./7za433_7zip_lzma.x +-- +Path = ./7za433_7zip_lzma.x +Type = 7z + + 0% Everything is Ok +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_lzma_crypto.7z +-- +Path = 7za433_7zip_lzma_crypto.7z +Type = 7z +Method = LZMA2:19 BCJ 7zAES +Solid = + +Blocks = 2 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma_crypto/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma_crypto/doc + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_ppmd.7z +-- +Path = 7za433_7zip_ppmd.7z +Type = 7z +Method = PPMD BCJ +Solid = + +Blocks = 2 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_ppmd/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_ppmd/doc + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_bzip2.7z +-- +Path = 7za433_7zip_bzip2.7z +Type = 7z +Method = BZip2 BCJ +Solid = + +Blocks = 2 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_bzip2/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_bzip2/doc + +# EXTRACTING (LZMA) ... +####################### + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: ../test/7za.exe.lzma +-- +Path = ../test/7za.exe.lzma +Type = lzma +Method = LZMA:23 + +Everything is Ok + +Size: 462336 + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: ../test/7za.exe.lzma86 +-- +Path = ../test/7za.exe.lzma86 +Type = lzma86 +Method = BCJ LZMA:23 + +Everything is Ok + +Size: 462336 + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: ../test/7za.exe.lzma_eos +-- +Path = ../test/7za.exe.lzma_eos +Type = lzma +Method = LZMA:23 + +Everything is Ok + +Size: 462336 + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: ../test/7za.exe.lz +-- +Path = ../test/7za.exe.lz +Type = lzip + +Everything is Ok + +Size: 462336 + +# TESTING (XZ) ... +####################### + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: ../test/7za.exe.xz +-- +Path = ../test/7za.exe.xz +Type = xz +Method = LZMA2:20 CRC32 +Streams = 1 +Blocks = 1 + +Everything is Ok + +Size: 462336 + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: + +Creating archive: 7za.exe.xz + +Items to compress: 1 + + +Files read from disk: 0 +Everything is Ok + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za.exe.xz +-- +Path = 7za.exe.xz +Type = xz +Method = LZMA2:19 CRC32 +Streams = 1 +Blocks = 1 + +Everything is Ok + +Size: 462336 + +=========== +ALL SUCCESS +=========== + +mkdir -p bin/Codecs +/usr/gnu/bin/make -C CPP/7zip/Bundles/Format7zFree all +make[2]: Entering directory '$(@D)/CPP/7zip/Bundles/Format7zFree' +make[2]: Nothing to be done for 'all'. +make[2]: Leaving directory '$(@D)/CPP/7zip/Bundles/Format7zFree' +/usr/gnu/bin/make -C CPP/7zip/Compress/Rar all +make[2]: Entering directory '$(@D)/CPP/7zip/Compress/Rar' +make[2]: Nothing to be done for 'all'. +make[2]: Leaving directory '$(@D)/CPP/7zip/Compress/Rar' +/usr/gnu/bin/make -C CPP/7zip/UI/Console all +make[2]: Entering directory '$(@D)/CPP/7zip/UI/Console' +make[2]: Nothing to be done for 'all'. +make[2]: Leaving directory '$(@D)/CPP/7zip/UI/Console' +cd check ; TOOLS="" sh ./check.sh "`pwd`/../bin/7z" +P7ZIP= $(@D)/check/../bin/7z +TOOLS= + +# TESTING ... +############# + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Testing archive: ../test/7za433_tar.tar +-- +Path = ../test/7za433_tar.tar +Type = tar +Code Page = UTF-8 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Testing archive: ../test/7za433_7zip_lzma.7z +-- +Path = ../test/7za433_7zip_lzma.7z +Type = 7z +Method = LZMA:19 BCJ2 +Solid = + +Blocks = 2 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Testing archive: ../test/7za433_7zip_lzma_crypto.7z +-- +Path = ../test/7za433_7zip_lzma_crypto.7z +Type = 7z +Method = LZMA:19 BCJ2 7zAES +Solid = + +Blocks = 2 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Testing archive: ../test/7za433_7zip_ppmd.7z +-- +Path = ../test/7za433_7zip_ppmd.7z +Type = 7z +Method = PPMD +Solid = + +Blocks = 1 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Testing archive: ../test/7za433_7zip_bzip2.7z +-- +Path = ../test/7za433_7zip_bzip2.7z +Type = 7z +Method = LZMA:19 BZip2 BCJ2 +Solid = + +Blocks = 2 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Testing archive: ../test/7za433_rar.rar +-- +Path = ../test/7za433_rar.rar +Type = Rar5 +Solid = - +Blocks = 6 +Encrypted = - +Multivolume = - +Volumes = 1 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Testing archive: ../test/7za433_rar4.rar +-- +Path = ../test/7za433_rar4.rar +Type = Rar +Solid = - +Blocks = 6 +Multivolume = - +Volumes = 1 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 + +# EXTRACTING ... +################ + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: ../test/7za433_tar.tar +-- +Path = ../test/7za433_tar.tar +Type = tar +Code Page = UTF-8 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_tar/bin +Common subdirectories: 7za433_ref/doc and 7za433_tar/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: ../test/7za433_7zip_lzma.7z +-- +Path = ../test/7za433_7zip_lzma.7z +Type = 7z +Method = LZMA:19 BCJ2 +Solid = + +Blocks = 2 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: ../test/7za433_7zip_lzma_bcj2.7z +-- +Path = ../test/7za433_7zip_lzma_bcj2.7z +Type = 7z +Method = LZMA:19 BCJ2 +Solid = + +Blocks = 2 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma_bcj2/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma_bcj2/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: ../test/7za433_7zip_lzma_crypto.7z +-- +Path = ../test/7za433_7zip_lzma_crypto.7z +Type = 7z +Method = LZMA:19 BCJ2 7zAES +Solid = + +Blocks = 2 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma_crypto/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma_crypto/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: ../test/7za433_7zip_ppmd.7z +-- +Path = ../test/7za433_7zip_ppmd.7z +Type = 7z +Method = PPMD +Solid = + +Blocks = 1 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_ppmd/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_ppmd/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: ../test/7za433_7zip_ppmd_bcj2.7z +-- +Path = ../test/7za433_7zip_ppmd_bcj2.7z +Type = 7z +Method = LZMA:19 PPMD BCJ2 +Solid = + +Blocks = 2 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_ppmd_bcj2/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_ppmd_bcj2/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: ../test/7za433_7zip_bzip2.7z +-- +Path = ../test/7za433_7zip_bzip2.7z +Type = 7z +Method = LZMA:19 BZip2 BCJ2 +Solid = + +Blocks = 2 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_bzip2/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_bzip2/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: ../test/7za433_rar.rar +-- +Path = ../test/7za433_rar.rar +Type = Rar5 +Solid = - +Blocks = 6 +Encrypted = - +Multivolume = - +Volumes = 1 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_rar/bin +Common subdirectories: 7za433_ref/doc and 7za433_rar/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: ../test/7za433_rar4.rar +-- +Path = ../test/7za433_rar4.rar +Type = Rar +Solid = - +Blocks = 6 +Multivolume = - +Volumes = 1 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_rar4/bin +Common subdirectories: 7za433_ref/doc and 7za433_rar4/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: ../test/7za433_7zip_lzma2.7z +-- +Path = ../test/7za433_7zip_lzma2.7z +Type = 7z +Method = LZMA2:19 BCJ +Solid = + +Blocks = 2 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma2/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma2/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: ../test/7za433_7zip_lzma2_bcj2.7z +-- +Path = ../test/7za433_7zip_lzma2_bcj2.7z +Type = 7z +Method = LZMA2:19 LZMA:19 BCJ2 +Solid = + +Blocks = 2 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma2_bcj2/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma2_bcj2/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: ../test/7za433_7zip_lzma2_crypto.7z +-- +Path = ../test/7za433_7zip_lzma2_crypto.7z +Type = 7z +Method = LZMA2:19 BCJ 7zAES +Solid = + +Blocks = 2 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma2_crypto/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma2_crypto/doc + +# Archiving ... +############### + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Creating archive: 7za433_tar.tar + +Items to compress: 6 + + +Files read from disk: 6 +Everything is Ok +drwxrwxrwx 0/0 0 Feb 6 15:01 2006 7za433_tar/ +drwxrwxrwx 0/0 0 Feb 6 15:01 2006 7za433_tar/bin/ +-rwxrwxrwx 0/0 462336 Feb 5 07:01 2006 7za433_tar/bin/7za.exe +drwxrwxrwx 0/0 0 Feb 6 15:01 2006 7za433_tar/doc/ +-rwxrwxrwx 0/0 26948 Aug 29 20:19 2001 7za433_tar/doc/copying.txt +-rwxrwxrwx 0/0 1601 Feb 5 06:57 2006 7za433_tar/readme.txt + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Creating archive: 7za433_7zip_lzma.7z + +Items to compress: 6 + + +Files read from disk: 3 +Everything is Ok + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Creating archive: 7za433_7zip_lzma.x + +Items to compress: 6 + +Write SFX: $(@D)/bin/7zCon.sfx : 782608 bytes (765 KiB) + +Files read from disk: 3 +Everything is Ok + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Creating archive: 7za433_7zip_lzma_crypto.7z + +Items to compress: 6 + + +Files read from disk: 3 +Everything is Ok + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Creating archive: 7za433_7zip_ppmd.7z + +Items to compress: 6 + + +Files read from disk: 3 +Everything is Ok + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Creating archive: 7za433_7zip_bzip2.7z + +Items to compress: 6 + + +Files read from disk: 3 +Everything is Ok + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Open archive: 7za433_7zip_lzma.7z +-- +Path = 7za433_7zip_lzma.7z +Type = 7z +Method = LZMA2:19 BCJ +Solid = + +Blocks = 2 + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Updating archive: 7za433_7zip_lzma.7z + +Items to compress: 6 + + +Files read from disk: 3 +Everything is Ok + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Creating archive: 7za433_7zip_lzma2.7z + +Items to compress: 6 + + +Files read from disk: 3 +Everything is Ok + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Creating archive: 7za433_7zip_Deflate.7z + +Items to compress: 6 + + +Files read from disk: 3 +Everything is Ok + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Creating archive: 7za433_7zip_Delta.7z + +Items to compress: 6 + + +Files read from disk: 3 +Everything is Ok + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Creating archive: 7za433_7zip_BCJ.7z + +Items to compress: 6 + + +Files read from disk: 3 +Everything is Ok + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Creating archive: 7za433_7zip_BCJ2.7z + +Items to compress: 6 + + +Files read from disk: 3 +Everything is Ok + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Creating archive: 7za433_7zip_Copy.7z + +Items to compress: 6 + + +Files read from disk: 3 +Everything is Ok + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Creating archive: 7za433_7zip_zstd.7z + +Items to compress: 6 + + +Files read from disk: 3 +Everything is Ok + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Creating archive: 7za433_7zip_lz4.7z + +Items to compress: 6 + + +Files read from disk: 3 +Everything is Ok + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Creating archive: 7za433_7zip_lz5.7z + +Items to compress: 6 + + +Files read from disk: 3 +Everything is Ok + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Creating archive: 7za433_7zip_brotli.7z + +Items to compress: 6 + + +Files read from disk: 3 +Everything is Ok + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Creating archive: 7za433_7zip_lizard.7z + +Items to compress: 6 + + +Files read from disk: 3 +Everything is Ok + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Creating archive: 7za433_7zip_flzma2.7z + +Items to compress: 6 + + +Files read from disk: 3 +Everything is Ok + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Creating archive: 7za433_7zip_lzma3.7z + +Items to compress: 6 + + +Files read from disk: 3 +Everything is Ok + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Creating archive: 7za433_7zip_lzma4.7z + +Items to compress: 6 + + +Files read from disk: 3 +Everything is Ok + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Creating archive: 7za433_7zip_lzma5.7z + +Items to compress: 6 + + +Files read from disk: 3 +Everything is Ok + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Creating archive: 7za433_7zip_lzma6.7z + +Items to compress: 6 + + +Files read from disk: 3 +Everything is Ok + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Creating archive: 7za433_7zip_lzma7.7z + +Items to compress: 6 + + +Files read from disk: 3 +Everything is Ok + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Creating archive: 7za433_7zip.7z + +Items to compress: 6 + + +Files read from disk: 3 +Everything is Ok + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Creating archive: 7za433_7zip_lzma.zip + +Items to compress: 6 + + +Files read from disk: 3 +Everything is Ok + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Creating archive: 7za433_7zip_ZipCrypto.zip + +Items to compress: 6 + + +Files read from disk: 3 +Everything is Ok + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Creating archive: 7za433_7zip_AES128.zip + +Items to compress: 6 + + +Files read from disk: 3 +Everything is Ok + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Creating archive: 7za433_7zip_AES192.zip + +Items to compress: 6 + + +Files read from disk: 3 +Everything is Ok + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Creating archive: 7za433_7zip_AES256.zip + +Items to compress: 6 + + +Files read from disk: 3 +Everything is Ok + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Creating archive: 7za433_7zip_Copy.zip + +Items to compress: 6 + + +Files read from disk: 3 +Everything is Ok + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Creating archive: 7za433_7zip_Deflate.zip + +Items to compress: 6 + + +Files read from disk: 3 +Everything is Ok + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Creating archive: 7za433_7zip_Deflate64.zip + +Items to compress: 6 + + +Files read from disk: 3 +Everything is Ok + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Creating archive: 7za433_7zip_BZip2.zip + +Items to compress: 6 + + +Files read from disk: 3 +Everything is Ok + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Creating archive: 7za433_7zip_PPMd.zip + +Items to compress: 6 + + +Files read from disk: 3 +Everything is Ok + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Creating archive: 7za433_7zip_mc.zip + +Items to compress: 6 + + +Files read from disk: 3 +Everything is Ok + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Creating archive: 7za433_7zip_zstd.zip + +Items to compress: 6 + + +Files read from disk: 3 +Everything is Ok + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Creating archive: 7za433_7zip_lzma.tar + +Items to compress: 6 + + +Files read from disk: 6 +Everything is Ok + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: + +Creating archive: 7za433_7zip_lzma.tar.xz + +Items to compress: 1 + + +Files read from disk: 0 +Everything is Ok + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: + +Creating archive: 7za433_7zip_lzma_CRCNone.tar.xz + +Items to compress: 1 + + +Files read from disk: 0 +Everything is Ok + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: + +Creating archive: 7za433_7zip_lzma_CRC32.tar.xz + +Items to compress: 1 + + +Files read from disk: 0 +Everything is Ok + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: + +Creating archive: 7za433_7zip_lzma_CRC64.tar.xz + +Items to compress: 1 + + +Files read from disk: 0 +Everything is Ok + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: + +Creating archive: 7za433_7zip_lzma.tar.gz + +Items to compress: 1 + + +Files read from disk: 1 +Everything is Ok + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: + +Creating archive: 7za433_7zip_lzma.tar.bz2 + +Items to compress: 1 + + +Files read from disk: 1 +Everything is Ok + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: + +Creating archive: 7za433_7zip_lzma.tar.wim + +Items to compress: 1 + + +Files read from disk: 1 +Everything is Ok + +# EXTRACTING (PASS 2) ... +######################### + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_tar.tar +-- +Path = 7za433_tar.tar +Type = tar +Code Page = UTF-8 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_tar/bin +Common subdirectories: 7za433_ref/doc and 7za433_tar/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_lzma.7z +-- +Path = 7za433_7zip_lzma.7z +Type = 7z +Method = LZMA:19 BCJ +Solid = + +Blocks = 2 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +7-Zip SFX 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + + +Extracting archive: ./7za433_7zip_lzma.x +-- +Path = ./7za433_7zip_lzma.x +Type = 7z + + 0% Everything is Ok +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_lzma_crypto.7z +-- +Path = 7za433_7zip_lzma_crypto.7z +Type = 7z +Method = LZMA2:19 BCJ 7zAES +Solid = + +Blocks = 2 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma_crypto/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma_crypto/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_ppmd.7z +-- +Path = 7za433_7zip_ppmd.7z +Type = 7z +Method = PPMD BCJ +Solid = + +Blocks = 2 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_ppmd/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_ppmd/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_bzip2.7z +-- +Path = 7za433_7zip_bzip2.7z +Type = 7z +Method = BZip2 BCJ +Solid = + +Blocks = 2 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_bzip2/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_bzip2/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_lzma.7z +-- +Path = 7za433_7zip_lzma.7z +Type = 7z +Method = LZMA:19 BCJ +Solid = + +Blocks = 2 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_lzma2.7z +-- +Path = 7za433_7zip_lzma2.7z +Type = 7z +Method = LZMA2:19 BCJ +Solid = + +Blocks = 2 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_Deflate.7z +-- +Path = 7za433_7zip_Deflate.7z +Type = 7z +Method = Deflate BCJ +Solid = + +Blocks = 2 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_Delta.7z +-- +Path = 7za433_7zip_Delta.7z +Type = 7z +Method = Delta +Solid = + +Blocks = 1 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_BCJ.7z +-- +Path = 7za433_7zip_BCJ.7z +Type = 7z +Method = BCJ +Solid = + +Blocks = 1 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_BCJ2.7z +-- +Path = 7za433_7zip_BCJ2.7z +Type = 7z +Method = BCJ2 +Solid = + +Blocks = 1 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_Copy.7z +-- +Path = 7za433_7zip_Copy.7z +Type = 7z +Method = Copy BCJ +Solid = - +Blocks = 3 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_zstd.7z +-- +Path = 7za433_7zip_zstd.7z +Type = 7z +Method = BCJ ZSTD +Solid = + +Blocks = 2 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_lz4.7z +-- +Path = 7za433_7zip_lz4.7z +Type = 7z +Method = BCJ LZ4 +Solid = + +Blocks = 2 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_lz5.7z +-- +Path = 7za433_7zip_lz5.7z +Type = 7z +Method = BCJ LZ5 +Solid = + +Blocks = 2 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_brotli.7z +-- +Path = 7za433_7zip_brotli.7z +Type = 7z +Method = BCJ BROTLI +Solid = + +Blocks = 2 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_lizard.7z +-- +Path = 7za433_7zip_lizard.7z +Type = 7z +Method = BCJ LIZARD +Solid = + +Blocks = 2 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_flzma2.7z +-- +Path = 7za433_7zip_flzma2.7z +Type = 7z +Method = LZMA2:20 BCJ +Solid = + +Blocks = 2 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_lzma3.7z +-- +Path = 7za433_7zip_lzma3.7z +Type = 7z +Method = LZMA:19 BCJ +Solid = + +Blocks = 1 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_lzma4.7z +-- +Path = 7za433_7zip_lzma4.7z +Type = 7z +Method = LZMA:19 ARM +Solid = + +Blocks = 1 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_lzma5.7z +-- +Path = 7za433_7zip_lzma5.7z +Type = 7z +Method = LZMA:19 ARMT +Solid = + +Blocks = 1 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_lzma6.7z +-- +Path = 7za433_7zip_lzma6.7z +Type = 7z +Method = LZMA:19 BCJ2 +Solid = + +Blocks = 1 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_lzma7.7z +-- +Path = 7za433_7zip_lzma7.7z +Type = 7z +Method = LZMA:19 SPARC +Solid = + +Blocks = 1 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip.7z +-- +Path = 7za433_7zip.7z +Type = 7z +Method = BCJ ZSTD +Solid = + +Blocks = 1 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_lzma.zip +-- +Path = 7za433_7zip_lzma.zip +Type = zip + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_ZipCrypto.zip +-- +Path = 7za433_7zip_ZipCrypto.zip +Type = zip + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_AES128.zip +-- +Path = 7za433_7zip_AES128.zip +Type = zip + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_AES192.zip +-- +Path = 7za433_7zip_AES192.zip +Type = zip + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_AES256.zip +-- +Path = 7za433_7zip_AES256.zip +Type = zip + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_Copy.zip +-- +Path = 7za433_7zip_Copy.zip +Type = zip + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_Deflate.zip +-- +Path = 7za433_7zip_Deflate.zip +Type = zip + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_Deflate64.zip +-- +Path = 7za433_7zip_Deflate64.zip +Type = zip + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_BZip2.zip +-- +Path = 7za433_7zip_BZip2.zip +Type = zip + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_PPMd.zip +-- +Path = 7za433_7zip_PPMd.zip +Type = zip + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_mc.zip +-- +Path = 7za433_7zip_mc.zip +Type = zip + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_zstd.zip +-- +Path = 7za433_7zip_zstd.zip +Type = zip + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_lzma.tar.xz +-- +Path = 7za433_7zip_lzma.tar.xz +Type = xz +Method = LZMA2:19 CRC32 +Streams = 1 +Blocks = 1 + +Everything is Ok + +Size: 495616 + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_lzma.tar +-- +Path = 7za433_7zip_lzma.tar +Type = tar +Code Page = UTF-8 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_lzma_CRCNone.tar.xz +-- +Path = 7za433_7zip_lzma_CRCNone.tar.xz +Type = xz +Method = LZMA2:19 NoCheck +Streams = 1 +Blocks = 1 + +Everything is Ok + +Size: 495616 + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_lzma_CRCNone.tar +-- +Path = 7za433_7zip_lzma_CRCNone.tar +Type = tar +Code Page = UTF-8 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_lzma_CRC32.tar.xz +-- +Path = 7za433_7zip_lzma_CRC32.tar.xz +Type = xz +Method = LZMA2:19 CRC32 +Streams = 1 +Blocks = 1 + +Everything is Ok + +Size: 495616 + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_lzma_CRC32.tar +-- +Path = 7za433_7zip_lzma_CRC32.tar +Type = tar +Code Page = UTF-8 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_lzma_CRC64.tar.xz +-- +Path = 7za433_7zip_lzma_CRC64.tar.xz +Type = xz +Method = LZMA2:19 CRC64 +Streams = 1 +Blocks = 1 + +Everything is Ok + +Size: 495616 + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_lzma_CRC64.tar +-- +Path = 7za433_7zip_lzma_CRC64.tar +Type = tar +Code Page = UTF-8 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_lzma.tar.gz +-- +Path = 7za433_7zip_lzma.tar.gz +Type = gzip + +Everything is Ok + +Size: 495616 + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_lzma.tar +-- +Path = 7za433_7zip_lzma.tar +Type = tar +Code Page = UTF-8 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_lzma.tar.bz2 +-- +Path = 7za433_7zip_lzma.tar.bz2 +Type = bzip2 + +Everything is Ok + +Size: 495616 + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_lzma.tar +-- +Path = 7za433_7zip_lzma.tar +Type = tar +Code Page = UTF-8 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_lzma.tar.wim +-- +Path = 7za433_7zip_lzma.tar.wim +Type = wim +Size = 495616 +Packed Size = 495616 +Method = Copy:15 +Cluster Size = 32768 +Version = 1.13 +Multivolume = - +Volume = 1 +Volumes = 1 +Images = 1 + +Everything is Ok + +Size: 495616 + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_lzma.tar +-- +Path = 7za433_7zip_lzma.tar +Type = tar +Code Page = UTF-8 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +# EXTRACTING (LZMA) ... +####################### + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: ../test/7za.exe.lzma +-- +Path = ../test/7za.exe.lzma +Type = lzma +Method = LZMA:23 + +Everything is Ok + +Size: 462336 + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: ../test/7za.exe.lzma86 +-- +Path = ../test/7za.exe.lzma86 +Type = lzma86 +Method = BCJ LZMA:23 + +Everything is Ok + +Size: 462336 + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: ../test/7za.exe.lzma_eos +-- +Path = ../test/7za.exe.lzma_eos +Type = lzma +Method = LZMA:23 + +Everything is Ok + +Size: 462336 + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: ../test/7za.exe.lz +-- +Path = ../test/7za.exe.lz +Type = lzip + +Everything is Ok + +Size: 462336 + +# TESTING (XZ) ... +####################### + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: ../test/7za.exe.xz +-- +Path = ../test/7za.exe.xz +Type = xz +Method = LZMA2:20 CRC32 +Streams = 1 +Blocks = 1 + +Everything is Ok + +Size: 462336 + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: + +Creating archive: 7za.exe.xz + +Items to compress: 1 + + +Files read from disk: 0 +Everything is Ok + +7-Zip [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za.exe.xz +-- +Path = 7za.exe.xz +Type = xz +Method = LZMA2:19 CRC32 +Streams = 1 +Blocks = 1 + +Everything is Ok + +Size: 462336 + +=========== +ALL SUCCESS +=========== + +/usr/gnu/bin/make -C CPP/7zip/Bundles/Alone7z all +make[2]: Entering directory '$(@D)/CPP/7zip/Bundles/Alone7z' +make[2]: Nothing to be done for 'all'. +make[2]: Leaving directory '$(@D)/CPP/7zip/Bundles/Alone7z' +cd check ; TOOLS="" sh ./check_7zr.sh "`pwd`/../bin/7zr" +P7ZIP= $(@D)/check/../bin/7zr +TOOLS= + +# TESTING ... +############# + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Testing archive: ../test/7za433_7zip_lzma.7z +-- +Path = ../test/7za433_7zip_lzma.7z +Type = 7z +Method = LZMA:19 BCJ2 +Solid = + +Blocks = 2 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 + +# EXTRACTING ... +################ + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: ../test/7za433_7zip_lzma.7z +-- +Path = ../test/7za433_7zip_lzma.7z +Type = 7z +Method = LZMA:19 BCJ2 +Solid = + +Blocks = 2 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: ../test/7za433_7zip_lzma_bcj2.7z +-- +Path = ../test/7za433_7zip_lzma_bcj2.7z +Type = 7z +Method = LZMA:19 BCJ2 +Solid = + +Blocks = 2 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma_bcj2/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma_bcj2/doc + +# Archiving ... +############### + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: +3 folders, 3 files, 490885 bytes (480 KiB) + +Creating archive: 7za433_7zip_lzma.7z + +Items to compress: 6 + + +Files read from disk: 3 +Everything is Ok + +# EXTRACTING (PASS 2) ... +######################### + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za433_7zip_lzma.7z +-- +Path = 7za433_7zip_lzma.7z +Type = 7z +Method = LZMA2:19 BCJ +Solid = + +Blocks = 2 + +Everything is Ok + +Folders: 3 +Files: 3 +Size: 490885 +Common subdirectories: 7za433_ref/bin and 7za433_7zip_lzma/bin +Common subdirectories: 7za433_ref/doc and 7za433_7zip_lzma/doc + +# EXTRACTING (LZMA) ... +####################### + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: ../test/7za.exe.lzma +-- +Path = ../test/7za.exe.lzma +Type = lzma +Method = LZMA:23 + +Everything is Ok + +Size: 462336 + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: ../test/7za.exe.lzma86 +-- +Path = ../test/7za.exe.lzma86 +Type = lzma86 +Method = BCJ LZMA:23 + +Everything is Ok + +Size: 462336 + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: ../test/7za.exe.lzma_eos +-- +Path = ../test/7za.exe.lzma_eos +Type = lzma +Method = LZMA:23 + +Everything is Ok + +Size: 462336 + +# TESTING (XZ) ... +####################### + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: ../test/7za.exe.xz +-- +Path = ../test/7za.exe.xz +Type = xz +Method = LZMA2:20 CRC32 +Streams = 1 +Blocks = 1 + +Everything is Ok + +Size: 462336 + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive: + +Creating archive: 7za.exe.xz + +Items to compress: 1 + + +Files read from disk: 0 +Everything is Ok + +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 +p7zip Version 17.05 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs x64) + +Scanning the drive for archives: + +Extracting archive: 7za.exe.xz +-- +Path = 7za.exe.xz +Type = xz +Method = LZMA2:19 CRC32 +Streams = 1 +Blocks = 1 + +Everything is Ok + +Size: 462336 + +=========== +ALL SUCCESS +=========== + +make[1]: Leaving directory '$(@D)' -- 2.11.4.GIT