Bug 217526 - [patch] devel/physfs-devel : Fix bug with copying z_stream objects around in zip archiver (thanks, Andrei!)
Summary: [patch] devel/physfs-devel : Fix bug with copying z_stream objects around in ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Oliver Lehmann
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2017-03-04 00:48 UTC by Thibault Payet
Modified: 2017-09-22 19:16 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (oliver)


Attachments
diff of the port (1.29 KB, patch)
2017-03-04 00:48 UTC, Thibault Payet
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thibault Payet 2017-03-04 00:48:34 UTC
Created attachment 180480 [details]
diff of the port

Since recent version of zlib , some program using physfs stop working properly.
A patch was made by Andrei (which is already push in upstream) , but I don't know when  the next release will be.
You can see here the patch on the mecurial repository of physfs
https://hg.icculus.org/icculus/physfs/rev/090cb9c74b87
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-09-22 19:01:32 UTC
A commit references this bug:

Author: oliver
Date: Fri Sep 22 19:00:41 UTC 2017
New revision: 450398
URL: https://svnweb.freebsd.org/changeset/ports/450398

Log:
  Fix bug with copying z_stream objects around in zip archiver

  PR:             217526
  Submitted by:   Ryan C. Gordon <icculus@icculus.org>
  Reported by:    Thibault Payet

Changes:
  head/devel/physfs/Makefile
  head/devel/physfs/files/
  head/devel/physfs/files/patch-archivers_zip.c
Comment 2 Oliver Lehmann freebsd_committer freebsd_triage 2017-09-22 19:16:56 UTC
Fixed - Thanks for your submission