Bug 230559

Summary: sysutils/dsbmd: Update to 1.4
Product: Ports & Packages Reporter: Marcel Kaiser <mk>
Component: Individual Port(s)Assignee: Danilo G. Baio <dbaio>
Status: Closed FIXED    
Severity: Affects Only Me CC: dbaio
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 230256    
Attachments:
Description Flags
svn diff to upgrade dsbmd-1.3 to dsbmd-1.4 mk: maintainer-approval+

Description Marcel Kaiser 2018-08-12 11:47:32 UTC
Created attachment 196123 [details]
svn diff to upgrade dsbmd-1.3 to dsbmd-1.4

Changes since 1.3:

- Detach md(4) devices when they are ejected.
- Open listening socket before scanning attached devices, so that clients can
  connect even if DSBMD is busy with slow devices.
- Ignore the deprecated "large" mount option for msdosfs on FreeBSD >= 12. This
  is necessary for users upgrading their system to FreeBSD 12 without adjusting
  dsbmd.conf. Thanks to Samy Mahmoudi for pointing this out.
- Support for bootable USB drives with ISO-9660 has been added. Thanks to jmp-2.
- Support for nvd(4) and uzip memory disks has been added.

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

QA:
portlint: OK (looks fine.)
testport: OK (poudriere: 104Ri386, 112Ramd64)
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-08-12 12:45:35 UTC
A commit references this bug:

Author: dbaio
Date: Sun Aug 12 12:44:34 UTC 2018
New revision: 476988
URL: https://svnweb.freebsd.org/changeset/ports/476988

Log:
  sysutils/dsbmd: Update to 1.4

  Changes since 1.3

  - Detach md(4) devices when they are ejected.
  - Open listening socket before scanning attached devices, so that clients can
    connect even if DSBMD is busy with slow devices.
  - Ignore the deprecated "large" mount option for msdosfs on FreeBSD >= 12. This
    is necessary for users upgrading their system to FreeBSD 12 without adjusting
    dsbmd.conf. Thanks to Samy Mahmoudi for pointing this out. [1]
  - Support for bootable USB drives with ISO-9660 has been added. Thanks to jmp-2
  - Support for nvd(4) and uzip memory disks has been added.

  PR:		230256 [1]
  PR:		230559
  Submitted by:	Marcel Kaiser <mk@nic-nac-project.org> (maintainer)
  Reported by:	Samy Mahmoudi <samy.mahmoudi@gmail.com> [1]

Changes:
  head/sysutils/dsbmd/Makefile
  head/sysutils/dsbmd/distinfo
Comment 2 Danilo G. Baio freebsd_committer freebsd_triage 2018-08-12 12:46:50 UTC
Committed, thanks!
Comment 3 Marcel Kaiser 2018-08-12 12:48:41 UTC
(In reply to Danilo G. Baio from comment #2)
Thank you for the super fast commit, Danilo!