Bug 205230

Summary: [PATCH] security/slurpie: Use ftell() rather than groveling around in FILE's internals
Product: Ports & Packages Reporter: John Baldwin <jhb>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: emaste, pi
Priority: --- Flags: koobs: merge-quarterly?
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://reviews.freebsd.org/D4488
Bug Depends on:    
Bug Blocks: 205029    

Description John Baldwin freebsd_committer freebsd_triage 2015-12-10 21:05:08 UTC
As part of my goal of making FILE more opaque to applications, this was the only (ab)user of _offset found by an exp-run.  I tested that this compiles, but I have not runtested it.
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2015-12-11 07:55:31 UTC
Port is unmaintained, implicit approval
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-01-24 14:27:33 UTC
A commit references this bug:

Author: pi
Date: Sun Jan 24 14:27:15 UTC 2016
New revision: 407127
URL: https://svnweb.freebsd.org/changeset/ports/407127

Log:
  security/slurpie: change use of _offset to ftell

  - canonize patches, while there

  PR:		205230
  Submitted by:	jhb

Changes:
  head/security/slurpie/Makefile
  head/security/slurpie/files/patch-Makefile
  head/security/slurpie/files/patch-mn.h
  head/security/slurpie/files/patch-src_master.c
  head/security/slurpie/files/patch-src_mater.c
  head/security/slurpie/files/patch-src_mn.h
  head/security/slurpie/files/patch-src_node.c
  head/security/slurpie/files/patch-src_slurp.c
Comment 3 Kurt Jaeger freebsd_committer freebsd_triage 2016-01-24 14:28:42 UTC
committed, thanks.
Comment 4 commit-hook freebsd_committer freebsd_triage 2016-01-24 15:26:58 UTC
A commit references this bug:

Author: feld
Date: Sun Jan 24 15:26:35 UTC 2016
New revision: 407155
URL: https://svnweb.freebsd.org/changeset/ports/407155

Log:
  MFH: r407127

  security/slurpie: change use of _offset to ftell

  - canonize patches, while there

  PR:		205230
  Submitted by:	jhb

  Approved by:	ports-secteam (with hat)

Changes:
_U  branches/2016Q1/
  branches/2016Q1/security/slurpie/Makefile
  branches/2016Q1/security/slurpie/files/patch-Makefile
  branches/2016Q1/security/slurpie/files/patch-mn.h
  branches/2016Q1/security/slurpie/files/patch-src_master.c
  branches/2016Q1/security/slurpie/files/patch-src_mater.c
  branches/2016Q1/security/slurpie/files/patch-src_mn.h
  branches/2016Q1/security/slurpie/files/patch-src_node.c
  branches/2016Q1/security/slurpie/files/patch-src_slurp.c