diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2018-08-12 12:44:33 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2018-08-12 12:44:33 +0000 |
commit | 89a157cfac13952b325f9481c9176402c8e9ce78 (patch) | |
tree | 507c880a4c31c0cd3bf4322aa475c7bf414c28b4 /sysutils/dsbmd | |
parent | sysutils/restic: Update to 0.9.2 (diff) |
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]
Notes
Notes:
svn path=/head/; revision=476988
Diffstat (limited to 'sysutils/dsbmd')
-rw-r--r-- | sysutils/dsbmd/Makefile | 4 | ||||
-rw-r--r-- | sysutils/dsbmd/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/dsbmd/Makefile b/sysutils/dsbmd/Makefile index daa67a7a5d30..6c14a31eddc6 100644 --- a/sysutils/dsbmd/Makefile +++ b/sysutils/dsbmd/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dsbmd -PORTVERSION= 1.3 +PORTVERSION= 1.4 CATEGORIES= sysutils MASTER_SITES= http://freeshell.de/~mk/download/ @@ -16,7 +16,7 @@ USES= tar:tgz USE_RC_SUBR= dsbmd -PORTDOCS= README +PORTDOCS= readme.mdoc PLIST_FILES= libexec/dsbmd "@sample etc/dsbmd.conf.sample" OPTIONS_DEFINE= DOCS EXFAT EXT4 LKL MTP NTFS PTP diff --git a/sysutils/dsbmd/distinfo b/sysutils/dsbmd/distinfo index fac354d7c4d5..7ca518f743c0 100644 --- a/sysutils/dsbmd/distinfo +++ b/sysutils/dsbmd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1520889720 -SHA256 (dsbmd-1.3.tgz) = c5e28f1cac3d0e1aa2c2f0084fd2b2a878058b5c40640a799b52c84fcdb6bdf1 -SIZE (dsbmd-1.3.tgz) = 49290 +TIMESTAMP = 1534074840 +SHA256 (dsbmd-1.4.tgz) = edd1ca7ba74323e890e948fde6d6c304b6220efa110a5503cf019360871732eb +SIZE (dsbmd-1.4.tgz) = 50046 |