From owner-svn-ports-head@freebsd.org Wed Nov 18 14:55:54 2020 Return-Path: Delivered-To: svn-ports-head@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 B7E9146983E; Wed, 18 Nov 2020 14:55:54 +0000 (UTC) (envelope-from rhurlin@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 4Cbm8S6pZxz3kRG; Wed, 18 Nov 2020 14:55:52 +0000 (UTC) (envelope-from rhurlin@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 5613913F4A; Wed, 18 Nov 2020 14:55:52 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0AIEtq5p022572; Wed, 18 Nov 2020 14:55:52 GMT (envelope-from rhurlin@FreeBSD.org) Received: (from rhurlin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0AIEtpTU022568; Wed, 18 Nov 2020 14:55:51 GMT (envelope-from rhurlin@FreeBSD.org) Message-Id: <202011181455.0AIEtpTU022568@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rhurlin set sender to rhurlin@FreeBSD.org using -f From: Rainer Hurling Date: Wed, 18 Nov 2020 14:55:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r555643 - head/sysutils/dsbmd X-SVN-Group: ports-head X-SVN-Commit-Author: rhurlin X-SVN-Commit-Paths: head/sysutils/dsbmd X-SVN-Commit-Revision: 555643 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2020 14:55:56 -0000 Author: rhurlin Date: Wed Nov 18 14:55:51 2020 New Revision: 555643 URL: https://svnweb.freebsd.org/changeset/ports/555643 Log: sysutils/dsbmd: Update to 1.11.1 - Fixed a use-after-free bug - Now assumes a block size of 512 bytes when calculating the disk sizes, if a device reports a blocksize of 0 Changelog: https://freeshell.de/~mk/projects/dsbmd-relnotes.html PR: 251219 Submitted by: Marcel Kaiser (maintainer) Approved by: arrowd, tcberner (mentors, implicit) Modified: head/sysutils/dsbmd/Makefile head/sysutils/dsbmd/distinfo head/sysutils/dsbmd/pkg-descr Modified: head/sysutils/dsbmd/Makefile ============================================================================== --- head/sysutils/dsbmd/Makefile Wed Nov 18 13:23:47 2020 (r555642) +++ head/sysutils/dsbmd/Makefile Wed Nov 18 14:55:51 2020 (r555643) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dsbmd -PORTVERSION= 1.11 +PORTVERSION= 1.11.1 CATEGORIES= sysutils MASTER_SITES= http://freeshell.de/~mk/download/ Modified: head/sysutils/dsbmd/distinfo ============================================================================== --- head/sysutils/dsbmd/distinfo Wed Nov 18 13:23:47 2020 (r555642) +++ head/sysutils/dsbmd/distinfo Wed Nov 18 14:55:51 2020 (r555643) @@ -1,3 +1,3 @@ -TIMESTAMP = 1598387373 -SHA256 (dsbmd-1.11.tgz) = 310515cbf422b71bfe1bd20c785314be47da29c8b65a2eee393702e7ffa75d47 -SIZE (dsbmd-1.11.tgz) = 52908 +TIMESTAMP = 1605539241 +SHA256 (dsbmd-1.11.1.tgz) = 5107e082748101727b233bf88ffd807733dea55043b148cd511d0963bfa05528 +SIZE (dsbmd-1.11.1.tgz) = 53275 Modified: head/sysutils/dsbmd/pkg-descr ============================================================================== --- head/sysutils/dsbmd/pkg-descr Wed Nov 18 13:23:47 2020 (r555642) +++ head/sysutils/dsbmd/pkg-descr Wed Nov 18 14:55:51 2020 (r555643) @@ -8,4 +8,4 @@ changes in the mount table as well as device add/remov states of mountable devices are presented to clients. Clients can request DSBMD to mount, unmount, and eject media, or set the CD/DVD reading speed. -WWW: http://freeshell.de/~mk/projects/dsbmd.html +WWW: https://freeshell.de/~mk/projects/dsbmd.html