17493 Commits

Author SHA1 Message Date
Sylvestre Ledru 64203e3098 add the 0.4.0 release notes (#9651) 0.5.0 2025-12-13 15:44:43 +01:00
Daniel Hofstetter 8a40908bb8 Merge pull request #9645 from uutils/renovate/major-github-artifact-actions
chore(deps): update github artifact actions (major)
2025-12-13 07:03:01 +01:00
Daniel Hofstetter 7e75944cf4 Merge pull request #9647 from uutils/renovate/crc-fast-1.x-lockfile
chore(deps): update rust crate crc-fast to v1.8.1
2025-12-13 06:58:34 +01:00
renovate[bot] 26b4179188 chore(deps): update rust crate crc-fast to v1.8.1 2025-12-13 02:58:37 +00:00
renovate[bot] e3c23022b0 chore(deps): update github artifact actions 2025-12-12 20:54:06 +00:00
Daniel Hofstetter 8ec02e7ebc Merge pull request #9603 from RenjiSann/fix-hardware-detection
Fix hardware capabilities detection; cksum --debug
2025-12-12 16:06:06 +01:00
Dorian Peron 231a857c5f Fix hardware capabilities detection; cksum --debug 2025-12-12 14:51:50 +01:00
Daniel Hofstetter 6dfd557f51 Merge pull request #9643 from oech3/patch-9
util.rs: Update obsolete comments
2025-12-12 14:50:45 +01:00
Daniel Hofstetter f80e6e0b37 Merge pull request #9642 from oech3/patch-8
lib.rs: Remove non GNU hashsum aliases
2025-12-12 14:47:25 +01:00
oech3 5c2b8dc065 util.rs: Update obsolete comments 2025-12-12 20:05:11 +09:00
oech3 47084a341a lib.rs: Remove non GNU hashsum aliases 2025-12-12 18:33:58 +09:00
Chris Dryden a7e4e91fb1 base32, base64, basenc: Simplifying the base encoding uu_app and adding basic buffer tests (#9409)
* Simplifying the base encoding uu_app and adding basic buffer tests

* Added an ignore for the spell checker on base encoding output
2025-12-12 09:43:38 +01:00
Daniel Hofstetter d3d16d9adb Merge pull request #9639 from uutils/renovate/actions-cache-5.x
chore(deps): update actions/cache action to v5
2025-12-12 07:16:15 +01:00
renovate[bot] 62042d4df2 chore(deps): update actions/cache action to v5 2025-12-11 23:47:49 +00:00
Daniel Hofstetter 4a1b9698a7 Merge pull request #9633 from mattsu2020/readlink_fix
readlink:Correction to Symbolic Link Handling
2025-12-11 14:51:40 +01:00
mattsu 6ec43a69ce chore(tests): update spell-checker ignore list in test_readlink.rs
Add 'parentdir' to the ignored words to suppress spell-checker warnings, as it's used in test scenarios and not a misspelled term.
2025-12-11 20:19:24 +09:00
mattsu 04a6737e5d fix(readlink): use physical resolution for canonicalize flags to match GNU behavior
Changed ResolveMode from Logical to Physical for -f, -e, and -m flags in readlink to ensure symlinks are followed before resolving '..' (parent directory), matching GNU readlink's physical resolution order for compatibility. Added a test case to verify the symlink resolution occurs before parent directory evaluation.
2025-12-11 19:02:11 +09:00
Cả thế giới là Rust 415d01cc75 cp: add readonly file regression tests (#9045)
* feat: add comprehensive readonly file regression tests for cp

- Add 10 new test functions covering readonly destination behavior
- Tests cover basic readonly copying, flag combinations, and edge cases
- Include macOS-specific clonefile behavior tests
- Ensure readonly file protection from PR #5261 cannot regress
- Tests provide evidence for closing issue #5349

* perf: optimize readonly regression tests with batched I/O operations

- Reduce file I/O overhead by batching file operations
- Consolidate setup operations to minimize system calls
- Improve test execution time from 0.44s to 0.27s (38% improvement)
- Maintain comprehensive test coverage for readonly file behavior

* fix: remove duplicate tests and trivial comments per PR feedback

- Remove test_cp_readonly_dest_regression (duplicate of test_cp_dest_no_permissions)
- Remove test_cp_readonly_dest_with_force (duplicate of test_cp_arg_force)
- Remove test_cp_readonly_dest_with_remove_destination (duplicate of test_cp_arg_remove_destination)
- Remove test_cp_macos_clonefile_readonly (duplicate of test_cp_existing_target)
- Remove test_cp_normal_copy_still_works (duplicate of test_cp_existing_target)
- Remove trivial performance comments from readonly tests
- Keep existing proven tests per maintainer preferences
- Keep unique readonly tests that provide additional coverage
2025-12-10 14:54:17 +01:00
Daniel Hofstetter ee9bd8bf7a Merge pull request #9626 from oech3/sttytests
why-{skip,error}.md: Remove stty tests and shared strings
2025-12-10 13:26:35 +01:00
Dorian Péron a977c36498 Merge pull request #9529 from martinkunkel2/dd-print-slow-transfer-rate
dd: Handle slow transfer rates in progress display
2025-12-10 12:52:32 +01:00
oech3 adcc9550b6 why-{skip,error}.md: Remove stty tests and shared strings 2025-12-10 19:01:25 +09:00
oech3 13c1624538 why-{skip,error}.md: Cleanup (#9602) 2025-12-10 10:34:07 +01:00
Daniel Hofstetter 911fc92a48 Merge pull request #9598 from sylvestre/tail-intermittent-2
tail: fix intermittent overlay-headers test by batching inotify events
2025-12-10 10:09:24 +01:00
Chris Dryden 1ffad8228a cp: Enabling cp force flag to run on windows (#9624)
* Enabling cp force flag to run on windows

* Windows requires clearing the readonly permissions before deleting
2025-12-10 09:22:04 +01:00
Daniel Hofstetter 47045a2011 Merge pull request #9623 from ChrisDryden/cp_coverage
cp: Adding test to cover no dereference when copying symlinks
2025-12-10 09:01:26 +01:00