summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-06-05 08:52:52 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-05 08:54:54 +0200
commit3456f3a1e1e7265925adba549e7691ba2b6d2506 (patch)
treefc0d5d5dc04cad1e6f6d69099401ac10524a6bcd /dev-games/physfs/files
parentapp-arch/unshield: Drop 1.4 and 1.4.2 (diff)
downloadgentoo-3456f3a1e1e7265925adba549e7691ba2b6d2506.tar.gz
gentoo-3456f3a1e1e7265925adba549e7691ba2b6d2506.tar.bz2
gentoo-3456f3a1e1e7265925adba549e7691ba2b6d2506.zip
dev-games/physfs: Drop 2.0.3-r2
Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-games/physfs/files')
-rw-r--r--dev-games/physfs/files/physfs-2.0.3-zip_seek.diff15
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-games/physfs/files/physfs-2.0.3-zip_seek.diff b/dev-games/physfs/files/physfs-2.0.3-zip_seek.diff
deleted file mode 100644
index eaab07e16034..000000000000
--- a/dev-games/physfs/files/physfs-2.0.3-zip_seek.diff
+++ /dev/null
@@ -1,15 +0,0 @@
-http://icculus.org/pipermail/physfs/2017-January/001217.html
-
-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 */
-