Commit graph

12993 commits

Author SHA1 Message Date
Ben Wiederhake
b718f954e8
Merge pull request #6390 from sylvestre/cksum-check
cksum: implement check (Closes: #5705)
2024-05-18 23:46:58 +02:00
Sylvestre Ledru
fc80c474b4
Merge pull request #6413 from cakebaker/uucore_utmpx_fix_login_time
uucore/utmpx: use UTC if offset can't be resolved
2024-05-18 22:17:38 +02:00
Daniel Hofstetter
90e023a9de uucore/utmpx: use UTC if offset can't be resolved 2024-05-18 16:53:36 +02:00
Sylvestre Ledru
3156ad8298
Merge pull request #6412 from sylvestre/hashsum-fix
hashsum: improve the blake2 --tag export
2024-05-18 16:34:43 +02:00
Sylvestre Ledru
ab2d2488a3 hashsum: simplify the println 2024-05-18 16:16:29 +02:00
Sylvestre Ledru
a9a11f486e hashsum: rename the blake2b algo with --tag + manage the different length 2024-05-18 16:16:26 +02:00
Sylvestre Ledru
7a46ea371f hashsum: rename the variable for something more explicit 2024-05-18 10:06:53 +02:00
Daniel Hofstetter
4e0a256511
Merge pull request #6409 from uutils/renovate/zip-1.x-lockfile
chore(deps): update rust crate zip to v1.3.0
2024-05-18 07:59:20 +02:00
renovate[bot]
2658454cde
chore(deps): update rust crate zip to v1.3.0 2024-05-18 05:20:10 +00:00
Daniel Hofstetter
202f699c83
Merge pull request #6410 from uutils/renovate/thiserror-1.x-lockfile
chore(deps): update rust crate thiserror to v1.0.61
2024-05-18 07:08:55 +02:00
Sylvestre Ledru
514d810371 cksum: improve the blake2b detection algo corner case 2024-05-17 22:09:41 +02:00
Sylvestre Ledru
db58d2b6b5 cksum: when length/bits can't be divided by 8, generate an error 2024-05-17 22:08:53 +02:00
Sylvestre Ledru
1b78102a6b cksum: fails in case of unknown algo 2024-05-17 20:21:14 +02:00
renovate[bot]
bee19e1b57
chore(deps): update rust crate thiserror to v1.0.61 2024-05-17 18:11:27 +00:00
Sylvestre Ledru
aa8147f575
Merge pull request #6408 from cakebaker/downgrade_libc
Downgrade `libc` to `0.2.153`
2024-05-17 20:10:37 +02:00
Sylvestre Ledru
89e96b1755
Merge pull request #6405 from cakebaker/cp_remove_macos_12
cp: remove `target_os = "macos-12"`
2024-05-17 20:09:49 +02:00
Daniel Hofstetter
3ce6794cb0 Downgrade libc to 0.2.153 2024-05-17 07:31:15 +02:00
Daniel Hofstetter
a8483e4896 cp: remove 'target_os = "macos-12"' 2024-05-16 16:26:50 +02:00
Sylvestre Ledru
0e5614de2d
Merge pull request #6402 from RenjiSann/main
ls: fix quoting alignment, add tests for default quoting style in TTY and quoting alignment
2024-05-16 09:52:08 +02:00
Sylvestre Ledru
9c52ca8d55 cksum: also handle the case when the line start with ' \' 2024-05-15 11:46:58 +02:00
Dorian Péron
105024e708 ls: Fix quoting alignment 2024-05-15 09:59:38 +02:00
Dorian Péron
147c0b6962 tests(ls): Test space alignment when quoting is involved on grid output 2024-05-15 09:59:38 +02:00
Dorian Péron
0209c90b4e tests(ls): Test default quoting style on TTY output 2024-05-15 09:59:38 +02:00
Sylvestre Ledru
58c2b5d421 cksum: add failing tests - to be fixed 2024-05-14 23:27:50 +02:00
Sylvestre Ledru
115b203b22 cksum: also show the error on stdout 2024-05-14 23:27:50 +02:00
Sylvestre Ledru
07d579c40a cksum: handle the empty lines (and just spaces) 2024-05-14 23:27:50 +02:00
Sylvestre Ledru
bbd80e4061 cksum: various improvements/fixes 2024-05-14 23:27:47 +02:00
Sylvestre Ledru
843275a136 cksum/blake2b: improve the error management 2024-05-14 23:21:56 +02:00
Sylvestre Ledru
8ddb2131df cksum/blake2b, when length=512, don't add it in the line 2024-05-14 23:21:56 +02:00
Sylvestre Ledru
1aec8b407d chksum: add support of --check --algorithm=xxx 2024-05-14 23:21:56 +02:00
Sylvestre Ledru
0b04bcaf9a uucore: create a new function to manage the warning/error display 2024-05-14 23:21:53 +02:00
Sylvestre Ledru
81500ae3b8 cksum: implement check & strict 2024-05-12 21:20:58 +02:00
Sylvestre Ledru
5f0b48e649 cksum: use the qualified import to make its provenance clear 2024-05-12 21:20:58 +02:00
Sylvestre Ledru
7e33650c8c cksum: move the length mgmt into a function + add tests 2024-05-12 21:20:58 +02:00
Sylvestre Ledru
23d5235e7c
Merge pull request #6391 from cakebaker/docs_uptime_extension
docs: add `-s`/`--since` of `uptime` to extensions
2024-05-12 16:37:37 +02:00
Sylvestre Ledru
096d32c148
Merge pull request #6395 from cakebaker/cp_tail_use_ignore_to_disable_tests
cp/tail: use `#[ignore]` to disable tests
2024-05-12 16:37:07 +02:00
Daniel Hofstetter
320bdcf29e tail: remove useless use of vec! in test 2024-05-12 15:32:24 +02:00
Daniel Hofstetter
692cdfac34 cp/tail: use #[ignore] to disable tests
instead of a cfg attribute
2024-05-12 15:15:44 +02:00
Daniel Hofstetter
e3468ba429
docs: improve uptime section
Co-authored-by: Sylvestre Ledru <sylvestre@debian.org>
2024-05-12 14:26:59 +02:00
Anirban Halder
1a5639b7d2
Fix ls: panicking on dangling symlink with --color=auto -l (#6346)
* Fixed unwrap being called on dereferenced dangling symlink

* Added test

* Switched to regex matching in test

* Remove unnecessary mkdir call

* Modified documentation of the test and added assertion of the colors

* Fixed a typo
2024-05-11 21:07:44 +02:00
Daniel Hofstetter
dddf9f26d6
Merge pull request #6394 from uutils/renovate/zip-1.x-lockfile
chore(deps): update rust crate zip to v1.2.3
2024-05-11 13:16:57 +02:00
renovate[bot]
4f3c067ac7
chore(deps): update rust crate zip to v1.2.3 2024-05-11 07:24:29 +00:00
Daniel Hofstetter
826b18e7ac docs: add -s/--since of uptime to extensions 2024-05-10 16:20:07 +02:00
Daniel Hofstetter
5ea75b5939
Merge pull request #6389 from uutils/renovate/zip-1.x-lockfile
chore(deps): update rust crate zip to v1.2.2
2024-05-10 07:09:04 +02:00
renovate[bot]
5ed2fb3e38
chore(deps): update rust crate zip to v1.2.2 2024-05-09 18:42:38 +00:00
Jadi
9303f8e5b1 Disabling compare_xattrs cp and mv related tests on OpenBSD
The test_cp and test_mv have xattr related tests. They should
be disabled on OpenBSD after commit 19d42c0339 disabled the
compare_xattrs function on OpenBSD.

Fixes #6348
2024-05-09 18:24:39 +02:00
Sylvestre Ledru
b029e27dd8
Merge pull request #6388 from cakebaker/tail_ignore_some_tests
tail: use `#[ignore]` to disable tests
2024-05-09 15:46:19 +02:00
Daniel Hofstetter
0ad7389b61 tail: remove #[cfg(not(windows))] from const 2024-05-09 15:28:34 +02:00
Daniel Hofstetter
aef7933d96 tail: use #[ignore] to disable tests
instead of a cfg attribute
2024-05-09 15:07:10 +02:00
Anirban Halder
97f8361737 Switched to using at.symlink_file instead of ln in tests 2024-05-08 23:50:33 +02:00