forked from KSP-CKAN/CKAN
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated SharpZipLib to a hand-built bugfixed copy.
Uses the patch from icsharpcode/SharpZipLib#53 . Thank you, @Novn, for writing this. Uses the build fixes from https://github.com/Arakis/SharpZipLib for Mono. Thank you, @arakis, for providing these. The branch I built from is at https://github.com/pjf/SharpZipLib/tree/ckan_gh221 Attentioning @bastianeicher who is maintaining a totally awesome SharpZipLib patches branch. @Novn's patch above fixes the bug described at http://community.sharpdevelop.net/forums/t/21758.aspx . There's a test file at https://github.com/pjf/CKAN/blob/221_ziplib/t/data/gh221.zip which shows the presence of the bug when combined with the test at https://github.com/pjf/CKAN/blob/221_ziplib/CKAN/Tests/ZipLib.cs . Closes KSP-CKAN#221. Closes KSP-CKAN/CKAN-meta#33 @malahx: I'll be releasing an updated CKAN client shortly with these fixes.
- Loading branch information
Showing
11 changed files
with
9,509 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+191 KB
CKAN/packages/SharpZipLib.0.86.0-pjf-ckan_gh221/ICSharpCode.SharpZipLib.dll
Binary file not shown.
9,498 changes: 9,498 additions & 0 deletions
9,498
CKAN/packages/SharpZipLib.0.86.0-pjf-ckan_gh221/ICSharpCode.SharpZipLib.xml
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
This is a patched copy of ZSharpLib which fixes the | ||
`ZipException: Version required to extract this entry not supported (788)` | ||
bug described [here](http://community.sharpdevelop.net/forums/t/21758.aspx). | ||
|
||
- Get [this branch](https://github.com/pjf/SharpZipLib/tree/ckan_gh221). | ||
- `cd SharpZipLib/src` | ||
- `xbuild /p:Configuration=Release ICSharpCode.SharpZLib.csproj` | ||
- Copy the build artefacts from `../bin`. |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-208 KB
CKAN/packages/SharpZipLib.0.86.0/lib/SL3/SharpZipLib.Silverlight3.dll
Binary file not shown.
Binary file removed
BIN
-207 KB
CKAN/packages/SharpZipLib.0.86.0/lib/SL4/SharpZipLib.Silverlight4.dll
Binary file not shown.