9740f8f158Accepting request 1186697 from Base:System
Ana Guerrero
2024-07-12 15:04:18 +0000
a296bffe53- coreutils-i18n.patch: fold(1): fix exit code for non-existent file. The exit code of fold(1) was zero for non-existent file: $ fold badfile; echo $? fold: badfile: No such file or directory 0
Bernhard Voelker
2024-07-10 21:09:17 +0000
26149f3250Accepting request 1164165 from Base:System
Ana Guerrero
2024-04-04 20:23:59 +0000
e62f2bf92fAccepting request 1163997 from home:berny:branches:Base:System
Bernhard Voelker
2024-04-02 15:30:19 +0000
5cf2593658Accepting request 1153953 from Base:System
Dominique Leuenberger
2024-03-03 19:18:06 +0000
80607f8597Accepting request 1151097 from home:dimstar:rpm4.20:cMarcus Meissner2024-03-01 12:32:08 +0000
9a999ec979Accepting request 1146149 from Base:System
Ana Guerrero
2024-02-12 17:51:09 +0000
1a0947fb61Complement CVE with bsc# in changes.
Raymund Will
2024-02-12 11:20:54 +0000
1d3a2aaae5Accepting request 1140792 from Base:System
Ana Guerrero
2024-01-24 18:03:49 +0000
051cc75b06Accepting request 1140326 from home:berny:branches:Base:System
Bernhard Voelker
2024-01-23 09:45:29 +0000
494d05ee42Accepting request 1112462 from Base:System
Ana Guerrero
2023-09-22 19:46:30 +0000
b027767dc6Accepting request 1111796 from home:berny:branches:Base:System
Bernhard Voelker
2023-09-20 07:05:48 +0000
4278dcbb0cAccepting request 1108793 from Base:System
Ana Guerrero
2023-09-08 19:15:17 +0000
ca11210de3Accepting request 1108292 from home:kukuk:no-utmpDirk Mueller2023-09-04 07:48:00 +0000
8e5eaa22edAccepting request 1080972 from Base:System
Dominique Leuenberger
2023-04-23 20:43:11 +0000
e7f4664e8fAccepting request 1080971 from home:berny:branches:Base:System
Bernhard Voelker
2023-04-20 21:06:24 +0000
fd6d3ba039Accepting request 1077762 from Base:System
Dominique Leuenberger
2023-04-08 15:38:20 +0000
949c2f42cf* cksum now accepts the --base64 (-b) option to print base64-encoded checksums. It also accepts/checks such checksums. * cksum now accepts the --raw option to output a raw binary checksum. No file name or other information is output in this mode. * cp, mv, and install now accept the --debug option to print details on how a file is being copied. * factor now accepts the --exponents (-h) option to print factors in the form p^e, rather than repeating the prime p, e times. * ls now supports the --time=modification option, to explicitly select the default mtime timestamp for display and sorting. * mv now supports the --no-copy option, which causes it to fail when asked to move a file to a different file system. * split now accepts options like '-n SIZE' that exceed machine integer range, when they can be implemented as if they were infinity. * split -n now accepts piped input even when not in round-robin mode, by first copying input to a temporary file to determine its size. * wc now accepts the --total={auto,never,always,only} option to give explicit control over when the total is output. * 'cp --reflink=always A B' no longer leaves behind a newly created empty file B merely because copy-on-write clones are not supported. * 'cp -n' and 'mv -n' now exit with nonzero status if they skip their action because the destination exists, and likewise for 'cp -i', 'ln -i', and 'mv -i' when the user declines. (POSIX specifies this for 'cp -i' and 'mv -i'.)Dirk Mueller2023-03-21 21:33:58 +0000
073dfd0e93- update to 9.2: * 'comm --output-delimiter="" --total' now delimits columns in the total line with the NUL character, consistent with NUL column delimiters in the rest of the output. Previously no delimiters were used for the total line in this case. * 'cp -p' no longer has a security hole when cloning into a dangling symbolic link on macOS 10.12 and later. - drop gnulib-simple-backup-fix.patch (upstream) - drop coreutils-tests-workaround-make-fdleak.patch (obsolete)Dirk Mueller2023-03-21 21:00:25 +0000
ff79f95678Accepting request 1031469 from Base:System
Dominique Leuenberger
2022-10-29 18:14:57 +0000
2b6b7ce591Accepting request 1030521 from home:berny:branches:Base:SystemDirk Mueller2022-10-27 07:56:22 +0000
b72efe7b13Accepting request 994133 from Base:System
Dominique Leuenberger
2022-08-18 14:48:40 +0000
f8108f3a9d- refresh coreutils-i18n.patch from Fedora to make expand and unexpand more similarDirk Mueller2022-08-09 12:14:58 +0000
e8adaa6c2cAccepting request 993916 from home:coolo:branches:openSUSE:FactoryDirk Mueller2022-08-09 08:12:35 +0000
6057f33ed1Accepting request 992240 from Base:System
Dominique Leuenberger
2022-08-05 17:49:29 +0000
03bb9aece5characters (brc#2112870) - extend psuffix handling to be quilt(1) compatibleDirk Mueller2022-08-02 09:18:33 +0000
ec54266548- refresh coreutils-i18n.patch to prevent unexpand from failing on control characters - extend psuffix handling to be quilt(1) compatibleDirk Mueller2022-08-01 21:17:24 +0000
3ed0691875Accepting request 972793 from Base:System
Dominique Leuenberger
2022-04-30 20:51:55 +0000
ad4156ceaedisabled in rings? Somebody is kidding me; REVERT
Dominique Leuenberger
2022-04-25 22:03:20 +0000
c36399f4f2Updating link to change in openSUSE:Factory/coreutils revision 144.0
OBS User buildservice-autocommit
2022-04-25 22:03:20 +0000
6d251aec5aAccepting request 972506 from Base:System
Dominique Leuenberger
2022-04-25 22:00:32 +0000
e526ac1db9Accepting request 972387 from home:berny:branches:Base:SystemDirk Mueller2022-04-25 08:23:28 +0000
39d32b358a- update to 9.1: * chmod -R no longer exits with error status when encountering symlinks. All files would be processed correctly, but the exit status was incorrect. * If 'cp -Z A B' checks B's status and some other process then removes B, cp no longer creates B with a too-generous SELinux security context before adjusting it to the correct value. * 'cp --preserve=ownership A B' no longer ignores the umask when creating B. Also, 'cp --preserve-xattr A B' is less likely to temporarily chmod u+w B. * 'id xyz' now uses the name 'xyz' to determine groups, instead of xyz's uid. * 'ls -v' and 'sort -V' no longer mishandle corner cases like "a..a" vs "a.+" or lines containing NULs. Their behavior now matches the documentation for file names like ".m4" that consist entirely of an extension, and the documentation has been clarified for unusual cases. * 'mv -T --backup=numbered A B/' no longer miscalculates the backup number for B when A is a directory, possibly inflooping. * cat now uses the copy_file_range syscall if available, when doing simple copies between regular files. This may be more efficient, by avoiding user space copies, and possibly employing copy offloading or reflinking. * chown and chroot now warn about usages like "chown root.root f", which have the nonstandard and long-obsolete "." separator that causes problems on platforms where user names contain ".". Applications should use ":" instead of ".". * cksum no longer allows abbreviated algorithm names, so that forward compatibility and robustness is improved. * date +'%-N' now suppresses excess trailing digits, instead of always padding them with zeros to 9 digits. It uses clock_getres and clock_gettime to infer the clock resolution. * dd conv=fsync now synchronizes output even after a write error, and similarly for dd conv=fdatasync. * dd now counts bytes instead of blocks if a block count ends in "B".Dirk Mueller2022-04-21 21:12:05 +0000
aa26895bf4Accepting request 930890 from openSUSE:Factory
Dominique Leuenberger
2021-11-11 20:36:23 +0000
69f51801e7Accepting request 930890 from openSUSE:Factory
Dominique Leuenberger
2021-11-11 20:36:23 +0000