Skip to content

Commit

Permalink
Update 7-Zip to 22.01
Browse files Browse the repository at this point in the history
  • Loading branch information
sdottaka committed Jul 30, 2022
1 parent e3bacb5 commit 8e12a37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ArchiveSupport/Merge7z/BuildArc.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pushd "%~dp0"

setlocal
set MERGE7z_VERSION=2200.0
set MERGE7z_VERSION=2201.0
set PATH="%ProgramFiles%\7-zip";"%ProgramFiles(x86)%\7-zip";%PATH%
set DISTDIR=..\..\Build\Releases

Expand Down
2 changes: 1 addition & 1 deletion Externals/sevenzip
Submodule sevenzip updated 61 files
+3 −3 C/7zVersion.h
+36 −6 C/7zip_gcc_c.mak
+10 −7 C/CpuArch.h
+6 −2 C/DllSecur.c
+4 −7 C/LzmaEnc.c
+6 −2 C/Util/7zipInstall/7zipInstall.c
+5 −1 C/Util/7zipUninstall/7zipUninstall.c
+32 −7 CPP/7zip/7zip_gcc.mak
+363 −84 CPP/7zip/Archive/ApfsHandler.cpp
+1 −0 CPP/7zip/Archive/Chm/ChmIn.h
+2 −0 CPP/7zip/Archive/DmgHandler.cpp
+665 −268 CPP/7zip/Archive/HfsHandler.cpp
+85 −0 CPP/7zip/Archive/HfsHandler.h
+43 −5 CPP/7zip/Archive/Udf/UdfHandler.cpp
+1 −1 CPP/7zip/Archive/Udf/UdfHandler.h
+777 −217 CPP/7zip/Archive/Udf/UdfIn.cpp
+183 −77 CPP/7zip/Archive/Udf/UdfIn.h
+11 −2 CPP/7zip/Bundles/Alone/makefile.gcc
+9 −0 CPP/7zip/Bundles/Alone2/makefile.gcc
+11 −2 CPP/7zip/Bundles/Alone7z/makefile.gcc
+9 −1 CPP/7zip/Bundles/Format7zF/Arc_gcc.mak
+4 −0 CPP/7zip/Bundles/Format7zF/Format7z.dsp
+10 −0 CPP/7zip/Bundles/Format7zF/makefile.gcc
+10 −1 CPP/7zip/Bundles/LzmaCon/makefile.gcc
+11 −2 CPP/7zip/Bundles/SFXCon/makefile.gcc
+5 −2 CPP/7zip/Common/FileStreams.cpp
+17 −5 CPP/7zip/Compress/LzfseDecoder.cpp
+10 −1 CPP/7zip/Compress/LzfseDecoder.h
+10 −0 CPP/7zip/UI/Client7z/makefile.gcc
+2 −1 CPP/7zip/UI/Common/EnumDirItems.cpp
+6 −2 CPP/7zip/UI/Common/UpdateCallback.cpp
+4 −0 CPP/7zip/UI/Console/Console.dsp
+11 −2 CPP/7zip/UI/Console/makefile.gcc
+1 −1 CPP/7zip/UI/Explorer/resource.rc
+7 −2 CPP/7zip/UI/FileManager/FSFolder.cpp
+6 −1 CPP/7zip/UI/FileManager/FSFolderCopy.cpp
+3 −2 CPP/7zip/UI/FileManager/MyCom2.h
+7 −3 CPP/7zip/UI/FileManager/PanelOperations.cpp
+8 −4 CPP/7zip/UI/FileManager/SysIconUtils.cpp
+10 −7 CPP/7zip/UI/FileManager/TextPairs.cpp
+4 −4 CPP/7zip/UI/GUI/CompressDialog.cpp
+1 −1 CPP/Windows/MemoryLock.cpp
+11 −2 CPP/Windows/SecurityUtils.cpp
+32 −51 CPP/Windows/SecurityUtils.h
+13 −6 CPP/Windows/Shell.cpp
+1 −1 DOC/7zip.wxs
+2 −2 DOC/readme.txt
+71 −52 Lang/co.txt
+197 −87 Lang/fa.txt
+181 −162 Lang/it.txt
+29 −10 Lang/ja.txt
+21 −2 Lang/ko.txt
+32 −13 Lang/nl.txt
+21 −2 Lang/pt-br.txt
+25 −6 Lang/pt.txt
+2 −2 Lang/ru.txt
+23 −4 Lang/sv.txt
+24 −5 Lang/uk.txt
+20 −1 Lang/zh-cn.txt
+20 −1 Lang/zh-tw.txt
+2 −2 README.md
2 changes: 1 addition & 1 deletion Externals/versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This file lists versions of the external components we are using.
- rapidjson: 1.1.1
- Google C++ Testing Framework: 1.11.0
- GnuWin32 Patch for Windows: 2.5.9-7
- 7-zip: 22.00
- 7-zip: 22.01
- LibXDiff: 611e42a on Nov 2, 2018 (https://github.com/git/git/tree/master/xdiff)
- html-tidy5: 5.4.0
- jq: 1.4
Expand Down

0 comments on commit 8e12a37

Please sign in to comment.