Bug 235998 - sysutils/fusefs-rar2fs: Update to 1.27.1
Summary: sysutils/fusefs-rar2fs: Update to 1.27.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Kai Knoblich
URL: https://reviews.freebsd.org/D19333
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-24 14:28 UTC by Niclas
Modified: 2019-02-28 12:41 UTC (History)
1 user (show)

See Also:


Attachments
Update to 1.27.1 (850 bytes, patch)
2019-02-24 14:28 UTC, Niclas
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!