Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-18 | system/coreutils: bump { 9.2 --> 9.4 }. fixes #1043. | Zach van Rijn | 1 | -11/+3 | |
2023-04-10 | system/coreutils: revert gnulib getcwd optimization. fixes #985, #987. | Zach van Rijn | 1 | -2/+4 | |
This commit reverts a commit in gnulib in coreutils that caused a functional change between coreutils { 9.1 --> 9.2 }. tl;dr: * on some systems, `(cd //tmp && /bin/pwd)` may return '/tmp' or '//tmp' depending on several factors; this is generally OK * in a musl-based Adélie environment, we identified a change in this behavior between coreutils updates during testing * the functional change was bisected to coreutils commit d42e4e9191abb818fc0e28507085a3945eed1477, which itself bumps the gnulib submodule, and is unrelated to coreutils itself * gnulib commit 356a414e8c15ef3f8cc7b7157427c8ce9a9f7c1b has been identified as the culprit for this functional change See #987 for more information. | |||||
2023-04-01 | system/coreutils: Update to 9.2 | A. Wilcox | 1 | -5/+7 | |
Fixes: #787 | |||||
2022-12-26 | system/coreutils: patch test assumption. fixes #943. | Zach van Rijn | 1 | -1/+3 | |
2022-05-01 | system/coreutils: Update to 9.1 | A. Wilcox | 1 | -9/+4 | |
2021-10-24 | system/coreutils: Fix test suite under apkf | A. Wilcox | 1 | -1/+3 | |
The chgrp calls fail because of supplementary group shens under fakeroot. Override the group detection to prevent this. | |||||
2020-04-05 | system/coreutils: Update to 8.32 | A. Wilcox | 1 | -7/+9 | |
2019-09-28 | system/coreutils: skip bogus gnulib LOGNAME test | Max Rees | 1 | -1/+1 | |
It is not necessarily true that LOGNAME will match the owner of the tty to which stdin is connected (sudo, su, ...) | |||||
2019-09-28 | system/coreutils: fix test failure with bind mounts | Max Rees | 1 | -1/+3 | |
df-symlink tests whether df output is consistent in regards to where devices are mounted. Specifically, it tries to ensure that if there is a 1:1 mapping of the device ("source") corresponding to the current directory "." ("target"), then `df --output=source,target .` should be the same as `df --output=source,target $(df --out=source . | tail -n1)`. However, this is not necessarily the case in the presence of bind mounts. For example: $ df --out=source . Filesystem /dev/sda4 $ df --out=source,target /dev/sda4 Filesystem Mounted on /dev/sda4 / $ df --out=source,target . Filesystem Mounted on /dev/sda4 /git This can be fixed by adding the --all flag to ensure that duplicate devices are printed, so that the 1:1-checking if statement actually checks it correctly. | |||||
2019-07-23 | system/coreutils: move install(1) to /usr/bin for user/newt etal | A. Wilcox | 1 | -2/+5 | |
2019-07-21 | system/*: initial bashism removal | Max Rees | 1 | -7/+8 | |
2019-07-08 | system/coreutils: Move env back to /usr/bin/ | Luis Ressel | 1 | -2/+3 | |
2019-07-07 | system/coreutils: fix everything | A. Wilcox | 1 | -4/+7 | |
2019-07-07 | system/coreutils: and don't come back, stupid symlinks | A. Wilcox | 1 | -16/+0 | |
2019-07-07 | system/coreutils: single-binary violates split /usr; kill off | A. Wilcox | 1 | -3/+2 | |
2019-06-03 | system/coreutils: enable install of 'arch' utility | Seamus Caveney | 1 | -0/+1 | |
2019-06-01 | system/coreutils: fix check, once and for all | A. Wilcox | 1 | -2/+8 | |
2019-04-16 | system/coreutils: bump to 8.31 | A. Wilcox | 1 | -2/+2 | |
2019-03-08 | system/coreutils: fix bad merge | A. Wilcox | 1 | -3/+4 | |
2019-03-08 | Merge branch 'https' into 'master' | A. Wilcox | 1 | -7/+5 | |
system/*: Use https:// where possible See merge request !189 | |||||
2019-03-08 | system/*: remove checkroot, modernise | A. Wilcox | 1 | -4/+0 | |
2019-03-08 | system/*: Change source urls to https:// wherever possible | Luis Ressel | 1 | -7/+5 | |
2018-09-04 | system/coreutils: bump to 8.30 | A. Wilcox | 1 | -4/+4 | |
2018-08-03 | system/coreutils: fix #32 (disable csplit io test) | Seamus Caveney | 1 | -1/+3 | |
2018-06-27 | system/*: revbump for utmps bump | A. Wilcox | 1 | -1/+1 | |
2018-06-15 | system/coreutils: [PD] fix, bump to 8.29, single-binary, utmps | A. Wilcox | 1 | -18/+24 | |
2018-06-08 | harmony -> system | A. Wilcox | 1 | -0/+79 | |