From owner-svn-ports-branches@freebsd.org Wed Aug 26 10:03:54 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6AFCF3D01EB; Wed, 26 Aug 2020 10:03:54 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bc1fL2BZmz3Tlw; Wed, 26 Aug 2020 10:03:54 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1616A115BD; Wed, 26 Aug 2020 10:03:54 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07QA3rgF022207; Wed, 26 Aug 2020 10:03:53 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07QA3rXq022206; Wed, 26 Aug 2020 10:03:53 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202008261003.07QA3rXq022206@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Wed, 26 Aug 2020 10:03:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r546259 - branches/2020Q3/sysutils/dsbmd X-SVN-Group: ports-branches X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: branches/2020Q3/sysutils/dsbmd X-SVN-Commit-Revision: 546259 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Aug 2020 10:03:54 -0000 Author: fernape Date: Wed Aug 26 10:03:53 2020 New Revision: 546259 URL: https://svnweb.freebsd.org/changeset/ports/546259 Log: MFH: r546258 sysutils/dsbmd: Update to 1.11 ChangeLog: https://freeshell.de/~mk/projects/dsbmd-relnotes.html * A bug has been fixed where DSBMD exits with an error when the user tries to mount a smartphone after a previously failed attempt. * Command functions now run in a thread so that time-limit exceeding commands executing an uninterruptible system call will not block the daemon. PR: 248915 Submitted by: mk@nic-nac-project.org (maintainer) Approved by: ports-secteam (blanket, runtime fix) Modified: branches/2020Q3/sysutils/dsbmd/Makefile branches/2020Q3/sysutils/dsbmd/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/sysutils/dsbmd/Makefile ============================================================================== --- branches/2020Q3/sysutils/dsbmd/Makefile Wed Aug 26 10:00:26 2020 (r546258) +++ branches/2020Q3/sysutils/dsbmd/Makefile Wed Aug 26 10:03:53 2020 (r546259) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dsbmd -PORTVERSION= 1.10 +PORTVERSION= 1.11 CATEGORIES= sysutils MASTER_SITES= http://freeshell.de/~mk/download/ @@ -16,18 +16,20 @@ USES= tar:tgz USE_RC_SUBR= dsbmd +PLIST_FILES= "@sample etc/dsbmd.conf.sample" \ + libexec/dsbmd + PORTDOCS= readme.mdoc -PLIST_FILES= libexec/dsbmd "@sample etc/dsbmd.conf.sample" OPTIONS_DEFINE= DOCS EXFAT EXT4 HFS LKL MTP NTFS PTP OPTIONS_DEFAULT= EXT4 MTP NTFS PTP -EXFAT_DESC= exFAT filesystem support -EXT4_DESC= Ext4 filesystem support -HFS_DESC= HFS+ support -LKL_DESC= Btrfs and XFS support through Linux Kernel Library -NTFS_DESC= Mount NTFS filesystems with read and write support -PTP_DESC= Picture Transfer Protocol support +EXFAT_DESC= exFAT filesystem support +EXT4_DESC= Ext4 filesystem support +HFS_DESC= HFS+ support +LKL_DESC= Btrfs and XFS support through Linux Kernel Library +NTFS_DESC= Mount NTFS filesystems with read and write support +PTP_DESC= Picture Transfer Protocol support EXFAT_RUN_DEPENDS= mount.exfat:sysutils/fusefs-exfat EXT4_RUN_DEPENDS= fuse-ext2:sysutils/fusefs-ext2 Modified: branches/2020Q3/sysutils/dsbmd/distinfo ============================================================================== --- branches/2020Q3/sysutils/dsbmd/distinfo Wed Aug 26 10:00:26 2020 (r546258) +++ branches/2020Q3/sysutils/dsbmd/distinfo Wed Aug 26 10:03:53 2020 (r546259) @@ -1,3 +1,3 @@ -TIMESTAMP = 1577347644 -SHA256 (dsbmd-1.10.tgz) = 549c6dac4a36a931d255d48ae1b143b3a5ea5f5966ab646ae680a9a2e8482100 -SIZE (dsbmd-1.10.tgz) = 51952 +TIMESTAMP = 1598387373 +SHA256 (dsbmd-1.11.tgz) = 310515cbf422b71bfe1bd20c785314be47da29c8b65a2eee393702e7ffa75d47 +SIZE (dsbmd-1.11.tgz) = 52908