Bug 258122 - sysutils/lsblk: update to 3.7
Summary: sysutils/lsblk: update to 3.7
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Vanilla I. Shu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-28 19:04 UTC by Slawomir Wojciech Wojtczak
Modified: 2021-08-31 17:27 UTC (History)
2 users (show)

See Also:


Attachments
lsblk.3.7.diff (796 bytes, patch)
2021-08-28 19:04 UTC, Slawomir Wojciech Wojtczak
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.