Commit graph

13023 commits

Author SHA1 Message Date
Daniel Hofstetter 1e3c90c4e8
Merge pull request #6476 from uutils/renovate/mozilla-actions-sccache-action-0.x
chore(deps): update mozilla-actions/sccache-action action to v0.0.5
2024-06-17 14:44:56 +02:00
renovate[bot] 5f2be86553
chore(deps): update mozilla-actions/sccache-action action to v0.0.5 2024-06-17 12:16:12 +00:00
sreehari prasad e46ad30434
gnu cp-parents test case (#6446) 2024-06-17 11:16:26 +02:00
renovate[bot] 8dffc79a8d
chore(deps): update rust crate bigdecimal to v0.4.5 2024-06-17 08:21:55 +00:00
Daniel Hofstetter ef68e60c85
Merge pull request #6470 from cvonelm/issue-6460-refuse-set1-longer-set2
Refuse to translate if set1 is longer than set2 and set2 ends in a character class
2024-06-16 15:52:55 +02:00
Christian von Elm a46e4fd290 Refuse to translate if set1 is longer than set2 and set2 ends in a character class
tr [:lower:]a [:upper:]

fails in GNU tr, so print an error for tr too.
2024-06-15 12:38:19 +02:00
Daniel Hofstetter 6a13c48085
Merge pull request #6469 from uutils/renovate/redox_syscall-0.x-lockfile
chore(deps): update rust crate redox_syscall to v0.5.2
2024-06-14 17:56:54 +02:00
renovate[bot] 20111b279a
chore(deps): update rust crate redox_syscall to v0.5.2 2024-06-14 15:01:10 +00:00
Daniel Hofstetter 7bd8e5eeee
Merge pull request #6463 from uutils/renovate/memchr-2.x-lockfile
chore(deps): update rust crate memchr to v2.7.4
2024-06-14 13:49:40 +02:00
renovate[bot] 44e8440fe3 chore(deps): update rust crate memchr to v2.7.4 2024-06-14 12:43:54 +02:00
Sylvestre Ledru 82468d1eb4
Merge pull request #6455 from cakebaker/bump_itertools
Bump `itertools` and fix use of deprecated function
2024-06-14 12:43:44 +02:00
Sylvestre Ledru f5cdca0674
Merge pull request #6468 from cakebaker/clippy_fix_warnings_introduced_by_rust_1_79
clippy: fix warnings introduced by Rust 1.79
2024-06-14 12:43:00 +02:00
Daniel Hofstetter 97c1633b5e clippy: fix warnings introduced by Rust 1.79 2024-06-14 07:55:31 +02:00
Daniel Hofstetter 34087788b2
Merge pull request #6462 from uutils/renovate/dawidd6-action-download-artifact-6.x
chore(deps): update dawidd6/action-download-artifact action to v6
2024-06-12 17:21:28 +02:00
renovate[bot] 51e7fbe1fd
chore(deps): update dawidd6/action-download-artifact action to v6 2024-06-12 13:59:13 +00:00
Daniel Hofstetter 38344edacf
Merge pull request #6445 from cvonelm/6341-tr-unaligned-upper
tr: A [:lower:]/[:upper:] in set2 must be matched in set1
2024-06-10 10:52:08 +02:00
Daniel Hofstetter cc9c304843
Merge pull request #6458 from uutils/renovate/regex-1.x-lockfile
chore(deps): update rust crate regex to v1.10.5
2024-06-09 15:58:58 +02:00
renovate[bot] 26625aed56
chore(deps): update rust crate regex to v1.10.5 2024-06-09 13:19:52 +00:00
Daniel Hofstetter cb160eebe9 pr: use chunk_by instead of deprecated group_by 2024-06-06 10:56:11 +02:00
Daniel Hofstetter dd5a070ecf deny.toml: add itertools 2024-06-06 10:54:16 +02:00
Daniel Hofstetter 0048e9f6be Bump itertools from 0.12.1 to 0.13.0 2024-06-06 10:52:02 +02:00
Daniel Hofstetter 6a4abcf862
Merge pull request #6454 from TO19/seq/benchmarking-doc-typo
seq: fix typo in benchmarking documentation file
2024-06-05 07:08:54 +02:00
TO19 303e1e9ae8 seq: fix typo in benchmarking documentation file 2024-06-05 00:31:26 +02:00
Daniel Hofstetter 06d5e95716
uucore: enable sum feature for checksum feature (#6450) 2024-06-04 15:29:55 +02:00
Daniel Hofstetter 978f14c4a8
Merge pull request #6449 from uutils/renovate/dawidd6-action-download-artifact-5.x
chore(deps): update dawidd6/action-download-artifact action to v5
2024-06-04 15:16:41 +02:00
renovate[bot] edf6874a8c
chore(deps): update dawidd6/action-download-artifact action to v5 2024-06-04 12:48:36 +00:00
Daniel Hofstetter f56e121eb0
Merge pull request #6431 from sylvestre/refactor-hashsum-cksum
cksum/hashsum: refactor the common code.
2024-06-04 09:06:35 +02:00
Daniel Hofstetter 47d0e204f3
Merge pull request #6447 from uutils/renovate/dawidd6-action-download-artifact-4.x
chore(deps): update dawidd6/action-download-artifact action to v4
2024-06-04 07:23:52 +02:00
renovate[bot] 68ef82d541
chore(deps): update dawidd6/action-download-artifact action to v4 2024-06-03 23:01:39 +00:00
Sylvestre Ledru 1cbb4d9752 cksum/hashsum: improve the tests and wording 2024-06-03 19:43:20 +02:00
Sylvestre Ledru 773d8cfbc6 cksum/hashsum: fix the windows tests + improve some 2024-06-02 15:46:55 +02:00
Christian von Elm 7e8aaa8ad4 tr: A [:lower:]/[:upper:] in set2 must be matched in set1
If there is a [:lower:] or [:upper:] in set2, then there must be a [:lower:] or [:upper:] at the
same logical position in set1

So

tr -t [:upper:] [:lower:] works
tr -t 1[:upper:] [:lower:] doesnt
2024-06-02 14:22:17 +02:00
Daniel Hofstetter d03c48845d
Merge pull request #6443 from uutils/renovate/proc-macro2-1.x-lockfile
fix(deps): update rust crate proc-macro2 to v1.0.85
2024-06-02 11:01:20 +02:00
Daniel Hofstetter cc90753a9d
Merge pull request #6441 from uutils/renovate/rstest-0.x
chore(deps): update rust crate rstest to 0.21.0
2024-06-02 10:58:37 +02:00
renovate[bot] 77ac330d7b
fix(deps): update rust crate proc-macro2 to v1.0.85 2024-06-02 04:04:50 +00:00
renovate[bot] 4c9a0e1e64
chore(deps): update rust crate rstest to 0.21.0 2024-06-01 18:41:24 +00:00
Sylvestre Ledru b1b6f28b76 cksum/hashsum: add some words in the spell skip 2024-06-01 20:28:53 +02:00
sreehari prasad 8cac375ddd
cp: gnu test case preserve-mode fix (#6432) 2024-05-30 21:12:55 +02:00
Sylvestre Ledru 6e06c2a5ea cksum/hashsum: fix clippy warnings 2024-05-29 09:08:04 +02:00
Sylvestre Ledru 193a81bcc3 cksum/hashsum: create a new error type & use it 2024-05-29 09:08:04 +02:00
Sylvestre Ledru bf8b0df22f cksum/hashsum: improve the display of errors 2024-05-29 09:08:04 +02:00
Sylvestre Ledru 1cf6700023 cksum/hashsum: manage the '*' start correctly 2024-05-29 09:08:04 +02:00
Sylvestre Ledru 84d90fcbdf cksum/hashsum: try to detect the format faster the first line 2024-05-29 09:08:04 +02:00
Sylvestre Ledru 2c83b28d18 hashsum: improve the file verification algo.
We have 3 different kinds of input:
* "algo (filename) = checksum"
  example: `BLAKE2 (a) = bedfbb90d858c2d67b7ee8f7523be3d3b54004ef9e4f02f2ad79a1d05bfdfe49b81e3c92ebf99b504102b6bf003fa342587f5b3124c205f55204e8c4b4ce7d7c`
* "checksum  filename"
  example: `60b725f10c9c85c70d97880dfe8191b3  a`
* "checksum filename"
  example: `60b725f10c9c85c70d97880dfe8191b3 a`

These algo/regexp are tricky as files can be called "a, " b", " ", or "*c".
We look at the first time to analyze the kind of input and reuse the same regexp then.
2024-05-29 09:08:04 +02:00
Sylvestre Ledru 6acc8e695f hashsum: Implement the quiet mode 2024-05-29 09:08:04 +02:00
Sylvestre Ledru 89b7a1a8fb hashsum: handle the case when md5sum is used but the file contains a different algo 2024-05-29 09:08:04 +02:00
Sylvestre Ledru 0882eea07c cksum/hashsum: factor the error structure and use it more 2024-05-29 09:08:04 +02:00
Sylvestre Ledru dbe7a20e08 cksum/hashsum: refactor the common code.
Summary of the change:
* Move the common code into checksum
* Create a structure HashAlgorithm to handle the algorithm (instead of the 3 variables)
* Use the same function for cksum & hashsum for --check (perform_checksum_validation)
* Use the same for function for the hash generation (digest_reader)
* Add unit tests
* Add integration tests
* Fix some incorrect tests
2024-05-29 09:08:00 +02:00
Daniel Hofstetter 3523268936
Merge pull request #6438 from phedders/main
src/uucore/src/lib/features/fsext.rs: Add magic for bcachefs
2024-05-28 14:53:28 +02:00
Paul Hedderly 4824033385 src/uucore/src/lib/features/fsext.rs: Add magic for bcachefs
Enables stat to recogise a BcacheFS filesystem - for example:

  $ ./target/debug/stat -f /
  File: "/"
    ID: 64b40636928f3ee7 Namelen: 512     Type: bcachefs
  Block size: 512        Fundamental block size: 512
  Blocks: Total: 2044464374 Free: 295830135  Available: 291278902
  Inodes: Total: 2375400624 Free: 2366641080
2024-05-28 12:23:21 +01:00