Path to this page:
Subject: CVS commit: pkgsrc/sysutils/eza
From: Santhosh Raju
Date: 2023-12-30 04:08:48
Message id: 20231230030848.AE0E8FA42@cvs.NetBSD.org
Log Message:
sysutils/eza: Update to 0.17.0
Patch out incorrect call to fflagstostr(3) in NetBSD to avoid build breakage.
Changes since 0.16.3:
eza v0.17.3
Description
BREAKING CHANGES:
Extend the +<FORMAT> custom time style, accept an optional
...<newline><FORMAT_2> to support setting a different custom time
style for recent files.
* The behavior changes if the previous format string
already contains <newline>. Previously <newline>s are used as-is,
now the first newline will be interpreted as separation for non-recent
and recnet format; any content after the second newline, if any, are
simply ignored.
* The implementation rejects some previously accepted
inputs, primarily empty non-recent format string. --time-style=+
and --time-style='+<newline>' will now get a panic message.
Changelog
Bug Fixes
* Add color scale mode to the bash completions
* Add color scale mode to the fish completions
* Quote symbolic links correctly when their destinations contain spaces
Documentation
* Modify documentation about custom time style
Features
* Add BSD file flags
* Add Windows file attributes
* [breaking] Support different custom time style for non-recent/recent files
Miscellaneous Tasks
* Release eza v0.17.0
Testing
* Regen powertests
* Regenerate
* Add tests for non-recent/recent custom time style
* Update powertest expected help message output
Build
* Update flake.lock
* Bump DeterminateSystems/nix-installer-action from 8 to 9
* Bump once_cell from 1.18.0 to 1.19.0
* Bump libc from 0.2.150 to 0.2.151
Ci
* Remove labeler
Files: