Daniel Hofstetter
05decd97ec
deny.toml: allow BSL-1.0 as license
2024-05-24 09:48:36 +02:00
Daniel Hofstetter
51e8d100af
Merge pull request #6425 from thesayyn/patch-1
...
fix: macos-latest is now arm64
2024-05-24 08:59:36 +02:00
Christian von Elm
0d1bde2879
tr: disallow classes besides [:upper:]/[:lower:] in set2 when translating
...
Fixes issue #6342
2024-05-23 22:06:57 +02:00
Walid
ebcd86df07
env: adds --ignore-signal ( #6377 )
...
* env: adds --ignore-signal
This commit implement #6164 .
* env: handle STOP signal and fix styling issue
* env: fix encoded bytes
* env: adds SAFETY comment and handle special signals in ignore_signal
* env: fix parsing to have compatible behaviour
* env: remove derive from Options
* env: changed safety comment, handle duplications after parsing and non-unix cfg
* env: adds tests for ignore-signal parsing and invalid and special signals
* env: change signal values to be non-constant
* env: adds testing for signal ignoring
* env: styling and remove unix specific derive
* test_env: add SIGSTOP to cspell workspace wordlist
* env: makes signal handling unix specific
* env: make ignore-signal function invocation unix specific
* test_env: make signal vector use slices ref instead of vec (linter)
* env: makes ignore-signal in options unix specific
* test_env: add unix specific import
2024-05-23 22:01:39 +02:00
Sahin Yort
ebba776695
fix: macos-latest is now arm64
2024-05-23 12:33:10 -07:00
Sylvestre Ledru
e2aa2c7440
Merge pull request #6421 from cakebaker/cargo_toml_enable_mode_feature
...
Cargo.toml: enable uucore's `mode` feature
2024-05-23 13:55:19 +02:00
Daniel Hofstetter
b6a9ace7d9
Merge pull request #6423 from uutils/renovate/parse_datetime-0.x
...
chore(deps): update rust crate parse_datetime to 0.6.0
2024-05-21 13:33:16 +02:00
renovate[bot]
84494f753e
chore(deps): update rust crate parse_datetime to 0.6.0
2024-05-21 11:01:00 +00:00
Daniel Hofstetter
14dd223fc7
Cargo.toml: enable uucore's mode feature
2024-05-21 10:07:29 +02:00
Daniel Hofstetter
a816960c33
tests: remove 'target_pointer_width = "128"'
2024-05-20 23:27:53 +02:00
Daniel Hofstetter
64dd78d14a
Merge pull request #6411 from uutils/renovate/libc-0.x-lockfile
...
fix(deps): update rust crate libc to v0.2.155
2024-05-20 10:19:54 +02:00
renovate[bot]
9dc41f9667
fix(deps): update rust crate libc to v0.2.155
2024-05-20 07:26:10 +00:00
sreehari prasad
f2f4a424de
cp: parent-perm-race gnu fix ( #6403 )
2024-05-20 08:17:17 +02:00
Daniel Hofstetter
09129a5d23
Merge pull request #6416 from uutils/renovate/proc-macro2-1.x-lockfile
...
fix(deps): update rust crate proc-macro2 to v1.0.83
2024-05-20 07:13:52 +02:00
renovate[bot]
ae85331188
fix(deps): update rust crate proc-macro2 to v1.0.83
2024-05-20 00:11:59 +00:00
sreehari prasad
3c096ee6ac
util: added umask manipulation ( #6404 )
...
Co-authored-by: Terts Diepraam <terts.diepraam@gmail.com>
2024-05-19 21:56:41 +02:00
Sylvestre Ledru
f013d230f8
Merge pull request #6414 from cakebaker/pinky_fix_idle_string
...
pinky: use UTC if offset can't be determined
2024-05-19 21:53:46 +02:00
Daniel Hofstetter
00b2dc3b56
pinky: use UTC if offset can't be determined
2024-05-19 13:54:16 +02:00
sreehari prasad
2e16cbbd7a
cp: link-deref gnu test fix ( #6378 )
...
Co-authored-by: Ben Wiederhake <BenWiederhake.GitHub@gmx.de>
2024-05-19 10:14:29 +02:00
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