Created attachment 226788 [details] lsblk.diff Hi, I have fixed several lsblk(8) bugs. Please update the port if you have the time. Here is the changelog if needed: - Fix label display. - Improve FUSE filesystems display. - Fix whole disks display. - Make more space for labels display in output. I attached the diff(1) output according to this documentation: https://docs.freebsd.org/en/books/porters-handbook/upgrading/ Hope that helps. Regards.
(In reply to vermaden from comment #0) Thanks for the patch. If possible, please set your name in https://bugs.freebsd.org/bugzilla/userprefs.cgi?tab=account so we can use it in `git commit --author` .
(In reply to Li-Wen Hsu from comment #1) Added ... but its more chance that you will find me by the name 'vermaden' then by my 'real' name :)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=7807810e92f3dabe51e1bd2c0c6dd07ff6fc84cb commit 7807810e92f3dabe51e1bd2c0c6dd07ff6fc84cb Author: Slawomir Wojciech Wojtczak <vermaden@interia.pl> AuthorDate: 2021-07-30 19:13:27 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2021-07-30 19:14:24 +0000 sysutils/lsblk: Update to 3.6 Changelog: - Fix label display. - Improve FUSE filesystems display. - Fix whole disks display. - Make more space for labels display in output. PR: 257494 sysutils/lsblk/Makefile | 2 +- sysutils/lsblk/distinfo | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-)
(In reply to Slawomir Wojciech Wojtczak from comment #2) Thanks, you can also have (vermaden) in the name if you want. :-) Is this version safe for MFH? I know it fixes some bugs but it looks not a security issue so we want to ensure compatibility before merging.
(In reply to Li-Wen Hsu from comment #4) It contains only fixes and no new features - I would say that 3.6 is safer then 3.5 because it works better.
A commit in branch 2021Q3 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=4735ff018624c1215c42232c0fae2a6382f843d5 commit 4735ff018624c1215c42232c0fae2a6382f843d5 Author: Slawomir Wojciech Wojtczak <vermaden@interia.pl> AuthorDate: 2021-07-30 19:13:27 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2021-07-30 19:23:41 +0000 sysutils/lsblk: Update to 3.6 Changelog: - Fix label display. - Improve FUSE filesystems display. - Fix whole disks display. - Make more space for labels display in output. PR: 257494 (cherry picked from commit 7807810e92f3dabe51e1bd2c0c6dd07ff6fc84cb) sysutils/lsblk/Makefile | 2 +- sysutils/lsblk/distinfo | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-)