Bug 258122

Summary: sysutils/lsblk: update to 3.7
Product: Ports & Packages Reporter: Slawomir Wojciech Wojtczak <vermaden>
Component: Individual Port(s)Assignee: Vanilla I. Shu <vanilla>
Status: Closed FIXED    
Severity: Affects Only Me CC: grahamperrin, vanilla
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
lsblk.3.7.diff none

Description Slawomir Wojciech Wojtczak 2021-08-28 19:04:28 UTC
Created attachment 227516 [details]
lsblk.3.7.diff

Hi,

this is the update to the latest 3.7 version of lsblk(8).

The needed diff is attached.

Changelog is as follows:

- ignore devices with 0B size (Card Reader and empty CD/DVD drive)
- make sure fstat(1) will not whine
- fix harmless message about /dev/fuse not being present
- small code rework.

Thanks in advance.
Comment 1 Vanilla I. Shu freebsd_committer freebsd_triage 2021-08-31 07:38:30 UTC
Committed, thanks.
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-08-31 07:39:25 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=774d8bde8cbc1ad24a0da3371ea156e91ebfb0e1

commit 774d8bde8cbc1ad24a0da3371ea156e91ebfb0e1
Author:     Vanilla I. Shu <vanilla@FreeBSD.org>
AuthorDate: 2021-08-31 07:36:49 +0000
Commit:     Vanilla I. Shu <vanilla@FreeBSD.org>
CommitDate: 2021-08-31 07:36:49 +0000

    sysutils/lsblk: update to 3.7.

    PR:             258122
    Reported by:    maintainer

 sysutils/lsblk/Makefile | 2 +-
 sysutils/lsblk/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 3 Slawomir Wojciech Wojtczak 2021-08-31 17:27:43 UTC
Thank You.