Skip to content

Commit 286fe2f

Browse files
committed
Update libzip to v1.3.0
The new version fixes CVE-2017-12858 and CVE-2017-14107
1 parent b60bb83 commit 286fe2f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
[submodule "external/libzip"]
2121
path = external/libzip
2222
url = https://github.com/nih-at/libzip.git
23-
branch = master
23+
branch = rel-1-3-0
2424
[submodule "external/LibZipSharp"]
2525
path = external/LibZipSharp
2626
url = https://github.com/grendello/LibZipSharp.git

build-tools/libzip/libzip.projitems

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<ItemGroup>
44
<_LibZipTarget Include="host-Darwin" Condition="$(AndroidSupportedHostJitAbisForConditionalChecks.Contains (':Darwin:'))">
55
<CMake>cmake</CMake>
6-
<CMakeFlags>-DCMAKE_OSX_ARCHITECTURES=&quot;i386;x86_64&quot;</CMakeFlags>
6+
<CMakeFlags>-DCMAKE_OSX_ARCHITECTURES=&quot;i386;x86_64&quot; -DBUILD_SHARED_LIBS=ON</CMakeFlags>
77
<OutputLibrary>libzip.3.0.dylib</OutputLibrary>
88
<OutputLibraryPath>lib/libzip.3.0.dylib</OutputLibraryPath>
99
</_LibZipTarget>
1010
<_LibZipTarget Include="host-Linux" Condition="$(AndroidSupportedHostJitAbisForConditionalChecks.Contains (':Linux:')) AND '$(_LinuxBuildLibZip)' == 'true' ">
1111
<CMake>cmake</CMake>
12-
<CMakeFlags></CMakeFlags>
12+
<CMakeFlags>-DBUILD_SHARED_LIBS=ON</CMakeFlags>
1313
<OutputLibrary>libzip.so</OutputLibrary>
1414
<OutputLibraryPath>lib/libzip.so</OutputLibraryPath>
1515
</_LibZipTarget>

external/libzip

Submodule libzip updated 217 files

0 commit comments

Comments
 (0)