Path to this page:
./
sysutils/xcp,
Extended cp
Branch: CURRENT,
Version: 0.24.7,
Package name: xcp-0.24.7,
Maintainer: pkgsrc-usersxcp is a partial clone of the Unix cp command. It is not intended as a full
replacement, but as a companion utility with some more user-friendly feedback
and some optimisations that make sense under certain tasks.
Warning: xcp is currently beta-level software and almost certainly contains
bugs and unexpected or inconsistent behaviour. It probably shouldn't be used for
anything critical yet.
Master sites:
Filesize: 74.598 KB
Version history: (Expand)
- (2026-02-17) Updated to version: xcp-0.24.7
- (2026-01-29) Updated to version: xcp-0.24.3
- (2025-10-24) Package has been reborn
- (2025-10-24) Package deleted from pkgsrc
- (2025-08-28) Updated to version: xcp-0.24.2
- (2025-07-15) Package has been reborn
CVS history: (Expand)
2026-02-17 14:58:17 by pin | Files touched by this commit (3) |  |
Log message:
sysutils/xcp: update to 0.24.7
## [0.24.7] - 2026-02-06
### Other
- Remove warnings->error override as we will get these with cross-platform \
compilation.
- Add warning about reflinking on Mac.
- Tag already includes `xcp`
## [0.24.6] - 2026-02-06
### Other
- More tweaks to release-plz workflow.
- Convert to using a GH PAT token for release-plz to allow binary releases.
## [0.24.5] - 2026-02-06
### Other
- Fix release binary matcher.
## [0.24.4] - 2026-02-06
### <!-- 4 -->Performance
- Add optimised release profile
### Other
- Add Mac to released binaries.
- Initial release-binaries workflow.
- Add license file
- Update dependencies, including a security issue with `time`
|
2026-01-29 15:20:13 by pin | Files touched by this commit (3) |  |
Log message:
sysutils/xcp: update to 0.24.3
Minor maintenance release:
Releases are now performed with release-plz.
Add a short AI-contributions policy.
Other
Add release-plz config.
Minor dependency bump.
Ignore emacs rust-analyser settings.
Change default branch from 'main' to 'master'
Include AI Contribution Policy in README
Bump dependencies.
Add release-plz workflow.
Fix root test.
Update github tests with rust helper actions.
Add emacs restore files to .gitignore.
Minor clippy improvement.
Remove circleci from badges.
Remove circleci builds as they're not kept up to date currently.
|
2025-08-28 10:17:50 by pin | Files touched by this commit (3) |  |
Log message:
sysutils/xcp: update to 0.24.2
- Fix issue with copying directory ownership. Fixes #70
|
2025-04-14 15:55:57 by pin | Files touched by this commit (3) |  |
Log message:
sysutils/xcp: update to 0.24.1
- Update dependencies, including crossbeam-channel vuln (RUSTSEC-2025-0024).
|
2025-04-02 13:37:13 by pin | Files touched by this commit (3) |  |
Log message:
sysutils/xcp: update to 0.24.0
- Add additional detailed information under the progress-bar. Thanks to \
@Integral-Tech for the patch.
|
2025-02-16 09:50:36 by pin | Files touched by this commit (3) |  |
Log message:
sysutils/xcp: update to 0.23.1
Fix zsh completion syntax. #64
Thanks to @sdaschner for the fix.
|
2024-12-19 10:45:18 by pin | Files touched by this commit (3) |  |
Log message:
sysutils/xcp: update to 0.23.0
- Add the flag -f/--force for compatibility with cp.
|
2024-10-28 11:18:25 by pin | Files touched by this commit (3) |  |
Log message:
sysutils/xcp: update to 0.22.0
- Add a new '--ownership' flag to attempt to copy file ownership.
|