Skip to content

Commit

Permalink
Update our dependent libraries.
Browse files Browse the repository at this point in the history
Not sure if we're affected by CVE-2015-8126, but we probably should ship a new
build regardless.
  • Loading branch information
nmlgc committed Nov 15, 2015
1 parent 754ea73 commit b9edf3b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion libs/libpng
Submodule libpng updated from 259fb7 to b9c620
2 changes: 1 addition & 1 deletion libs/zlib-ng
Submodule zlib-ng updated 11 files
+3 −0 CMakeLists.txt
+10 −4 Makefile.in
+8 −2 configure
+2 −0 crc32.c
+11 −354 deflate.c
+114 −0 deflate_fast.c
+88 −61 deflate_medium.c
+115 −0 deflate_p.h
+160 −0 deflate_slow.c
+3 −4 gzguts.h
+2 −2 zconf.h.in
3 changes: 3 additions & 0 deletions libs/zlib-ng.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ copy /y $(ProjectDir)\zlib-ng\zlib.h $(ProjectDir)\
<ClCompile Include="zlib-ng\compress.c" />
<ClCompile Include="zlib-ng\crc32.c" />
<ClCompile Include="zlib-ng\deflate.c" />
<ClCompile Include="zlib-ng\deflate_fast.c" />
<ClCompile Include="zlib-ng\deflate_medium.c" />
<ClCompile Include="zlib-ng\deflate_slow.c" />
<ClCompile Include="zlib-ng\gzclose.c">
<ExcludedFromBuild Condition="$(BuildZLib1)!=true">true</ExcludedFromBuild>
</ClCompile>
Expand Down
2 changes: 1 addition & 1 deletion win32_utf8
Submodule win32_utf8 updated 1 files
+2 −2 README.md

0 comments on commit b9edf3b

Please # to comment.