Bump to lipzip/rel-1-3-0/51ff59da (#863)

The new version fixes CVE-2017-12858 and CVE-2017-14107.
This commit is contained in:
Marek Habersack 2017-09-16 20:15:35 +02:00 коммит произвёл Jonathan Pryor
Родитель 18f2ca0eb5
Коммит fa9f62a113
3 изменённых файлов: 4 добавлений и 4 удалений

2
.gitmodules поставляемый
Просмотреть файл

@ -20,7 +20,7 @@
[submodule "external/libzip"]
path = external/libzip
url = https://github.com/nih-at/libzip.git
branch = master
branch = rel-1-3-0
[submodule "external/LibZipSharp"]
path = external/LibZipSharp
url = https://github.com/grendello/LibZipSharp.git

Просмотреть файл

@ -3,13 +3,13 @@
<ItemGroup>
<_LibZipTarget Include="host-Darwin" Condition="$(AndroidSupportedHostJitAbisForConditionalChecks.Contains (':Darwin:'))">
<CMake>cmake</CMake>
<CMakeFlags>-DCMAKE_OSX_ARCHITECTURES=&quot;i386;x86_64&quot;</CMakeFlags>
<CMakeFlags>-DCMAKE_OSX_ARCHITECTURES=&quot;i386;x86_64&quot; -DBUILD_SHARED_LIBS=ON</CMakeFlags>
<OutputLibrary>libzip.3.0.dylib</OutputLibrary>
<OutputLibraryPath>lib/libzip.3.0.dylib</OutputLibraryPath>
</_LibZipTarget>
<_LibZipTarget Include="host-Linux" Condition="$(AndroidSupportedHostJitAbisForConditionalChecks.Contains (':Linux:')) AND '$(_LinuxBuildLibZip)' == 'true' ">
<CMake>cmake</CMake>
<CMakeFlags></CMakeFlags>
<CMakeFlags>-DBUILD_SHARED_LIBS=ON</CMakeFlags>
<OutputLibrary>libzip.so</OutputLibrary>
<OutputLibraryPath>lib/libzip.so</OutputLibraryPath>
</_LibZipTarget>

2
external/libzip поставляемый

@ -1 +1 @@
Subproject commit 1d8b1ac4d20b8ef8d3f5d496dabebaa0ff9019ff
Subproject commit 51ff59da3a8c7d3934e23aed70eb0347234a14c9