Date: Sun, 12 Aug 2018 12:44:33 +0000 (UTC) From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476988 - head/sysutils/dsbmd Message-ID: <201808121244.w7CCiXTY050690@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbaio Date: Sun Aug 12 12:44:33 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] Modified: head/sysutils/dsbmd/Makefile head/sysutils/dsbmd/distinfo Modified: head/sysutils/dsbmd/Makefile ============================================================================== --- head/sysutils/dsbmd/Makefile Sun Aug 12 12:42:08 2018 (r476987) +++ head/sysutils/dsbmd/Makefile Sun Aug 12 12:44:33 2018 (r476988) @@ -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 Modified: head/sysutils/dsbmd/distinfo ============================================================================== --- head/sysutils/dsbmd/distinfo Sun Aug 12 12:42:08 2018 (r476987) +++ head/sysutils/dsbmd/distinfo Sun Aug 12 12:44:33 2018 (r476988) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808121244.w7CCiXTY050690>