Date: Wed, 18 Nov 2020 14:55:51 +0000 (UTC) From: Rainer Hurling <rhurlin@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r555643 - head/sysutils/dsbmd Message-ID: <202011181455.0AIEtpTU022568@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <mk@nic-nac-project.org> (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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011181455.0AIEtpTU022568>