Bug 217526

Summary: [patch] devel/physfs-devel : Fix bug with copying z_stream objects around in zip archiver (thanks, Andrei!)
Product: Ports & Packages Reporter: Thibault Payet <monwarez>
Component: Individual Port(s)Assignee: Oliver Lehmann <oliver>
Status: Closed FIXED    
Severity: Affects Only Me Keywords: patch
Priority: --- Flags: bugzilla: maintainer-feedback? (oliver)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
diff of the port none

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