Bug 225825 - [maintainer update] sysutils/dsbmd: update to 1.2
Summary: [maintainer update] sysutils/dsbmd: update to 1.2
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: Tobias C. Berner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-11 15:04 UTC by Marcel Kaiser
Modified: 2018-02-11 20:58 UTC (History)
1 user (show)

See Also:


Attachments
svn diff to upgrade dsbmd-1.1 to dsbmd-1.2 (749 bytes, patch)
2018-02-11 15:04 UTC, Marcel Kaiser
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marcel Kaiser 2018-02-11 15:04:46 UTC
Created attachment 190512 [details]
svn diff to upgrade dsbmd-1.1 to dsbmd-1.2

Changes

- An unmount_on_exit variable has been added. It controls whether and how a
  filesystem mounted by DSBMD shall be unmounted on exit.

- A bug where md, ada and mmcsd devices were not detected (introduced in version
  1.0) has been fixed.

- A bug where a mounted daX (X > 0) device was not detected on startup has been
  fixed.

Release notes: https://freeshell.de/~mk/projects/dsbmd-relnotes.html

QA:
portlint: OK (looks fine.)
testport: OK (poudriere: 103i386, 11Ramd64)
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-02-11 20:06:28 UTC
A commit references this bug:

Author: tcberner
Date: Sun Feb 11 20:06:20 UTC 2018
New revision: 461526
URL: https://svnweb.freebsd.org/changeset/ports/461526

Log:
  Update sysutils/dsbmd to 1.2

  Changes

  - An unmount_on_exit variable has been added. It controls whether and how a
    filesystem mounted by DSBMD shall be unmounted on exit.

  - A bug where md, ada and mmcsd devices were not detected (introduced in version
    1.0) has been fixed.

  - A bug where a mounted daX (X > 0) device was not detected on startup has been
    fixed.

  PR:		225825
  Submitted by:	Marcel Kaiser <mk@nic-nac-project.org> (maintainer)

Changes:
  head/sysutils/dsbmd/Makefile
  head/sysutils/dsbmd/distinfo
Comment 2 Tobias C. Berner freebsd_committer freebsd_triage 2018-02-11 20:06:50 UTC
Committed. Thanks.
Comment 3 Marcel Kaiser 2018-02-11 20:58:04 UTC
(In reply to Tobias C. Berner from comment #2)
Thank you for the fast commit, Tobias!