From cfc63060bb553e8be91949e16d04b5801a7527eb Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 5 Feb 2017 16:20:19 +0300 Subject: Add physfs patch and add info about physfs bug into readme. --- README | 3 +++ README.md | 4 ++++ README.txt | 3 +++ packaging/patches/physfs/zip_seek.diff | 13 +++++++++++++ 4 files changed, 23 insertions(+) create mode 100644 packaging/patches/physfs/zip_seek.diff diff --git a/README b/README index 4e4d1052c..2ddf4bb65 100644 --- a/README +++ b/README @@ -25,6 +25,9 @@ THE MANA PLUS CLIENT - data/icons - data/fonts/src + Run time issues: + due PhysFS bug with recent zlib versions, need apply patch to PhysFS from packaging/patches/physfs/zip_seek.diff + 0. Index -------- diff --git a/README.md b/README.md index 593b868c3..b1fd441ac 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,10 @@ Version: 1.7.2.4 Date: 2017-02-04 - data/icons - data/fonts/src +### Run time issues: + - due PhysFS bug with recent zlib versions, need apply patch to PhysFS from [packaging/patches/physfs/zip_seek.diff] + + ## 0. Index 1. Account diff --git a/README.txt b/README.txt index 17de82b0b..366d4d02d 100644 --- a/README.txt +++ b/README.txt @@ -25,6 +25,9 @@ THE MANA PLUS CLIENT - data/icons - data/fonts/src + Run time issues: + due PhysFS bug with recent zlib versions, need apply patch to PhysFS from packaging/patches/physfs/zip_seek.diff + 0. Index -------- diff --git a/packaging/patches/physfs/zip_seek.diff b/packaging/patches/physfs/zip_seek.diff new file mode 100644 index 000000000..0d9b17f5e --- /dev/null +++ b/packaging/patches/physfs/zip_seek.diff @@ -0,0 +1,13 @@ +diff -r 34ebe997c5c0 archivers/zip.c +--- a/archivers/zip.c Fri Jan 01 12:53:41 2016 -0500 ++++ b/archivers/zip.c Wed Jan 25 20:56:26 2017 +0300 +@@ -327,7 +327,8 @@ + return(0); + + inflateEnd(&finfo->stream); +- memcpy(&finfo->stream, &str, sizeof (z_stream)); ++ inflateCopy(&finfo->stream, &str); ++ inflateEnd(&str); + finfo->uncompressed_position = finfo->compressed_position = 0; + } /* if */ + -- cgit v1.2.3-70-g09d2