Go to file
Dirk Mueller 1b8ed2233a - gnulib-simple-backup-fix.patch: Add patch to make simple backups in correct
directory; broken in 9.1.  See https://bugs.gnu.org/55029

- 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.

OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=328
2022-04-26 08:21:31 +00:00
_multibuild Accepting request 768253 from home:lnussel:branches:Base:System 2020-01-29 14:45:22 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=1 2006-12-18 23:15:28 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=1 2006-12-18 23:15:28 +00:00
baselibs.conf OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=23 2008-04-10 11:11:17 +00:00
coreutils-9.1.tar.xz - gnulib-simple-backup-fix.patch: Add patch to make simple backups in correct 2022-04-26 08:21:31 +00:00
coreutils-9.1.tar.xz.sig - gnulib-simple-backup-fix.patch: Add patch to make simple backups in correct 2022-04-26 08:21:31 +00:00
coreutils-build-timeout-as-pie.patch Accepting request 620563 from home:berny:branches:Base:System 2018-07-04 06:11:55 +00:00
coreutils-disable_tests.patch - gnulib-simple-backup-fix.patch: Add patch to make simple backups in correct 2022-04-26 08:21:31 +00:00
coreutils-getaddrinfo.patch Accepting request 783998 from home:berny:branches:Base:System 2020-03-18 11:50:56 +00:00
coreutils-i18n.patch - gnulib-simple-backup-fix.patch: Add patch to make simple backups in correct 2022-04-26 08:21:31 +00:00
coreutils-invalid-ids.patch Accepting request 922533 from home:berny:branches:Base:System 2021-10-01 19:34:37 +00:00
coreutils-misc.patch Accepting request 922533 from home:berny:branches:Base:System 2021-10-01 19:34:37 +00:00
coreutils-remove_hostname_documentation.patch Accepting request 922533 from home:berny:branches:Base:System 2021-10-01 19:34:37 +00:00
coreutils-remove_kill_documentation.patch Accepting request 922533 from home:berny:branches:Base:System 2021-10-01 19:34:37 +00:00
coreutils-skip-gnulib-test-tls.patch - gnulib-simple-backup-fix.patch: Add patch to make simple backups in correct 2022-04-26 08:21:31 +00:00
coreutils-skip-some-sort-tests-on-ppc.patch Accepting request 215037 from home:bernhard-voelker 2014-01-24 13:44:10 +00:00
coreutils-skip-tests-rm-ext3-perf.patch Accepting request 922533 from home:berny:branches:Base:System 2021-10-01 19:34:37 +00:00
coreutils-sysinfo.patch - gnulib-simple-backup-fix.patch: Add patch to make simple backups in correct 2022-04-26 08:21:31 +00:00
coreutils-test_without_valgrind.patch Accepting request 356783 from home:berny:branches:Base:System 2016-01-30 07:32:56 +00:00
coreutils-tests-shorten-extreme-factor-tests.patch - gnulib-simple-backup-fix.patch: Add patch to make simple backups in correct 2022-04-26 08:21:31 +00:00
coreutils-use-python3.patch Accepting request 922533 from home:berny:branches:Base:System 2021-10-01 19:34:37 +00:00
coreutils.changes - gnulib-simple-backup-fix.patch: Add patch to make simple backups in correct 2022-04-26 08:21:31 +00:00
coreutils.keyring Accepting request 888651 from home:berny:branches:Base:System2 2021-04-29 07:01:08 +00:00
coreutils.spec - gnulib-simple-backup-fix.patch: Add patch to make simple backups in correct 2022-04-26 08:21:31 +00:00
gnulib-simple-backup-fix.patch - gnulib-simple-backup-fix.patch: Add patch to make simple backups in correct 2022-04-26 08:21:31 +00:00