Bug 235998

Summary: sysutils/fusefs-rar2fs: Update to 1.27.1
Product: Ports & Packages Reporter: Niclas <n_carlsson>
Component: Individual Port(s)Assignee: Kai Knoblich <kai>
Status: Closed FIXED    
Severity: Affects Some People CC: kai
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://reviews.freebsd.org/D19333
Attachments:
Description Flags
Update to 1.27.1 none

Description Niclas 2019-02-24 14:28:14 UTC
Created attachment 202328 [details]
Update to 1.27.1

Update rar2fs to 1.27.1

Release Notes

    Add mutex lock to protect reads in raw mode
    Fix a heap-use-after-free error
    Add a missing lock when resolving a link target
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-02-28 12:40:26 UTC
A commit references this bug:

Author: kai
Date: Thu Feb 28 12:39:29 UTC 2019
New revision: 494149
URL: https://svnweb.freebsd.org/changeset/ports/494149

Log:
  sysutils/fusefs-rar2fs: Update to 1.27.1

  While I'm here:

  * Sort variables a bit according to the PHB
  * Pet portlint

  Changelog:

  * Add mutex lock to protect reads in raw mode
  * Fix a heap-use-after-free error
  * Add a missing lock when resolving a link target

  PR:		235998
  Submitted by:	Niclas <n_carlsson@outlook.com> (maintainer)
  Approved by:	miwi (mentor)
  Differential Revision:	https://reviews.freebsd.org/D19333

Changes:
  head/sysutils/fusefs-rar2fs/Makefile
  head/sysutils/fusefs-rar2fs/distinfo
Comment 2 Kai Knoblich freebsd_committer freebsd_triage 2019-02-28 12:41:08 UTC
Committed, thanks!