Bug 226564

Summary: [maintainer update] sysutils/dsbmd: update to 1.3
Product: Ports & Packages Reporter: Marcel Kaiser <mk>
Component: Individual Port(s)Assignee: Tobias Kortkamp <tobik>
Status: Closed FIXED    
Severity: Affects Only Me CC: tobik
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
svn diff to upgrade dsbmd-1.2 to dsbmd-1.3 none

Description Marcel Kaiser 2018-03-12 22:21:10 UTC
Created attachment 191456 [details]
svn diff to upgrade dsbmd-1.2 to dsbmd-1.3

Changes since version 1.2

- Support for XFS and Btrfs has been added.

- Detection for attached GELI devices has been added.

- A bug where the console gets flooded by a ata0: FAILURE - zero length DMA
  transfer attempted messages has been fixed.

- A bug where DSBMD delayed system shutdown 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 Tobias Kortkamp freebsd_committer freebsd_triage 2018-03-13 02:25:49 UTC
Committed with a small change. Thanks!

I replaced the hardcoded /usr/local in the revised rc script with
%%PREFIX%% again.
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-03-13 02:26:27 UTC
A commit references this bug:

Author: tobik
Date: Tue Mar 13 02:25:32 UTC 2018
New revision: 464337
URL: https://svnweb.freebsd.org/changeset/ports/464337

Log:
  sysutils/dsbmd: Update to 1.3

  - Support for XFS and Btrfs has been added via the new LKL option.

  - Detection for attached GELI devices has been added.

  - A bug where the console gets flooded by a ata0: FAILURE - zero length DMA
    transfer attempted messages has been fixed.

  - A bug where DSBMD delayed system shutdown has been fixed.

  Changes:	https://freeshell.de/~mk/projects/dsbmd-relnotes.html
  PR:		226564
  Submitted by:	Marcel Kaiser <mk@nic-nac-project.org> (maintainer)

Changes:
  head/sysutils/dsbmd/Makefile
  head/sysutils/dsbmd/distinfo
  head/sysutils/dsbmd/files/dsbmd.in
Comment 3 Marcel Kaiser 2018-03-13 09:36:20 UTC
(In reply to Tobias Kortkamp from comment #1)
Thank you for the super fast commit, Tobias!