GNU Core Utilities

Edit Package coreutils

Basic file, shell, and text manipulation utilities. The package
contains the following programs:

[ arch base64 basename cat chcon chgrp chmod chown chroot cksum comm cp
csplit cut date dd df dir dircolors dirname du echo env expand expr
factor false fmt fold groups head id install join kill link ln logname
ls md5sum mkdir mkfifo mknod mktemp mv nice nl nohup od paste pathchk
pinky pr printenv printf ptx pwd readlink rm rmdir runcon seq sha1sum
sha224sum sha256sum sha384sum sha512sum shred shuf sleep sort split
stat stty su sum sync tac tail tee test timeout touch tr true tsort tty
uname unexpand uniq unlink uptime users vdir wc who whoami yes

Refresh
Refresh
Source Files
Filename Size Changed
_multibuild 0000000082 82 Bytes
baselibs.conf 0000000069 69 Bytes
coreutils-9.1.tar.xz 0005712104 5.45 MB
coreutils-9.1.tar.xz.sig 0000000833 833 Bytes
coreutils-build-timeout-as-pie.patch 0000001275 1.25 KB
coreutils-disable_tests.patch 0000000752 752 Bytes
coreutils-getaddrinfo.patch 0000000763 763 Bytes
coreutils-i18n.patch 0000169185 165 KB
coreutils-invalid-ids.patch 0000000974 974 Bytes
coreutils-misc.patch 0000001909 1.86 KB
coreutils-remove_hostname_documentation.patch 0000003568 3.48 KB
coreutils-remove_kill_documentation.patch 0000005207 5.08 KB
coreutils-skip-gnulib-test-tls.patch 0000001202 1.17 KB
coreutils-skip-some-sort-tests-on-ppc.patch 0000001858 1.81 KB
coreutils-skip-tests-rm-ext3-perf.patch 0000000858 858 Bytes
coreutils-sysinfo.patch 0000001824 1.78 KB
coreutils-test_without_valgrind.patch 0000000782 782 Bytes
coreutils-tests-shorten-extreme-factor-tests.patch 0000001431 1.4 KB
coreutils-use-python3.patch 0000000920 920 Bytes
coreutils.changes 0000192181 188 KB
coreutils.keyring 0000020290 19.8 KB
coreutils.spec 0000008074 7.88 KB
gnulib-simple-backup-fix.patch 0000002855 2.79 KB
Revision 145 (latest revision is 157)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 972793 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 145)
- remove builddisabled conditions for rings - will be done now as
  BuildFlags: excludebuilds

- 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.
Comments 0
openSUSE Build Service is sponsored by