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)
This commit is contained in:
Rainer Hurling 2020-11-18 14:55:51 +00:00
parent 66d204da2c
commit 16402e96d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555643
3 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= dsbmd
PORTVERSION= 1.11
PORTVERSION= 1.11.1
CATEGORIES= sysutils
MASTER_SITES= http://freeshell.de/~mk/download/

View File

@ -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

View File

@ -8,4 +8,4 @@ changes in the mount table as well as device add/remove events and altered
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