coreutils-single-8.32-150300.3.5.1<>,-xap9|" [5W38 Uniuw>p'lf"Y. E=GFY-n.`$= 2.28 and kernel >= 4.11. - Refresh patches (line number changes only): * coreutils-disable_tests.patch * coreutils-i18n.patch * coreutils-misc.patch * coreutils-remove_hostname_documentation.patch * coreutils-remove_kill_documentation.patch * coreutils-skip-gnulib-test-tls.patch * coreutils-tests-shorten-extreme-factor-tests.patch - coreutils.spec: * Version: bump version. * URL: Use https scheme. * %description: Add 'basenc' tool. * Change gitweb to cgit URL with https in a comment. - coreutils.keyring: * Update for added section headers ('GPG keys of ').- Update to 8.30: * Noteworthy changes in release 8.30 (2018-07-01) [stable] * * Bug fixes 'cp --symlink SRC DST' will again correctly validate DST. If DST is a regular file and SRC is a symlink to DST, then cp will no longer allow that operation to clobber DST. Also with -d, if DST is a symlink, then it can always be replaced, even if it points to SRC on a separate device. [bugs introduced with coreutils-8.27] 'cp -n -u' and 'mv -n -u' now consistently ignore the -u option. Previously, this option combination suffered from race conditions that caused -u to sometimes override -n. [bug introduced with coreutils-7.1] 'cp -a --no-preserve=mode' now sets appropriate default permissions for non regular files like fifos and character device nodes etc., and leaves mode bits of existing files unchanged. Previously it would have set executable bits on created special files, and set mode bits for existing files as if they had been created. [bug introduced with coreutils-8.20] 'cp --remove-destination file symlink' now removes the symlink even if it can't be traversed. [bug introduced with --remove-destination in fileutils-4.1.1] ls no longer truncates the abbreviated month names that have a display width between 6 and 12 inclusive. Previously this would have output ambiguous months for Arabic or Catalan locales. 'ls -aA' is now equivalent to 'ls -A', since -A now overrides -a. [bug introduced in coreutils-5.3.0] 'mv -n A B' no longer suffers from a race condition that can overwrite a simultaneously-created B. This bug fix requires platform support for the renameat2 or renameatx_np syscalls, found in recent Linux and macOS kernels. As a side effect, ‘mv -n A A’ now silently does nothing if A exists. [bug introduced with coreutils-7.1] * * Changes in behavior 'cp --force file symlink' now removes the symlink even if it is self referential. ls --color now matches file extensions case insensitively. * * New features cp --reflink now supports --reflink=never to enforce a standard copy. env supports a new -v/--debug option to show verbose information about each processing step. env supports a new -S/--split-string=S option to split a single argument string into multiple arguments. Used to pass multiple arguments in scripts (shebang lines). md5sum accepts a new option: --zero (-z) to delimit the output lines with a NUL instead of a newline character. This also disables file name escaping. This also applies to sha*sum and b2sum. rm --preserve-root now supports the --preserve-root=all option to reject any command line argument that is mounted to a separate file system. * * Improvements cut supports line lengths up to the max file size on 32 bit systems. Previously only offsets up to SIZE_MAX-1 were supported. stat and tail now know about the "exfs" file system, which is a version of XFS. stat -f --format=%T now reports the file system type, and tail -f uses inotify. wc avoids redundant processing of ASCII text in multibyte locales, which is especially significant on macOS. * * Build-related Adjust to glibc >= 2.28 (bsc#1182550, jsc#SLE-13520, jsc#SLE-13756) - Refresh patches (line number changes only): * coreutils-build-timeout-as-pie.patch * coreutils-disable_tests.patch * coreutils-remove_hostname_documentation.patch * coreutils-remove_kill_documentation.patch * coreutils-skip-gnulib-test-tls.patch * coreutils-tests-shorten-extreme-factor-tests.patch - coreutils.spec: * (License): osc changed the value from "GPL-3.0+" to "GPL-3.0-or-later". * (build): Make sure that parse-datetime.{c,y} ends up in debuginfo (rh#1555079). - coreutils-i18n.patch: * src/exand.c,src/unexpand.c: Avoid -Wcomment warning. * src/cut.c (cut_characters_or_cut_bytes_no_split): Change idx from size_t to uintmax_t type to avoid a regression on i586, armv7l and ppc. Compare upstream, non-MB commit: https://git.sv.gnu.org/cgit/coreutils.git/commit/?id=d1a754c8272 (cut_fields_mb): Likewise for field_idx. * tests/misc/cut.pl: Remove downstream tweaks as upstream MB tests are working since a while. - coreutils.keyring: Update Assaf Gordon's GPG public key.- Use %license (boo#1082318)- Update to 8.29: * Noteworthy changes in release 8.29 (2017-12-27) [stable] * * Bug fixes b2sum no longer crashes when processing certain truncated check files. [bug introduced with b2sum coreutils-8.26] dd now ensures the correct cache ranges are specified for the "nocache" and "direct" flags. Previously some pages in the page cache were not invalidated. [bug introduced for "direct" in coreutils-7.5, and with the "nocache" implementation in coreutils-8.11] df no longer hangs when given a fifo argument. [bug introduced in coreutils-7.3] ptx -S no longer infloops for a pattern which returns zero-length matches. [the bug dates back to the initial implementation] shred --remove will again repeatedly rename files with shortening names to attempt to hide the original length of the file name. [bug introduced in coreutils-8.28] stty no longer crashes when processing settings with -F also specified. [bug introduced in fileutils-4.0] tail --bytes again supports non seekable inputs on all systems. On systems like android it always tried to process as seekable inputs. [bug introduced in coreutils-8.24] timeout will again notice its managed command exiting, even when invoked with blocked CHLD signal, or in a narrow window where this CHLD signal from the exiting child was missed. In each case timeout would have then waited for the time limit to expire. [bug introduced in coreutils-8.27] * * New features timeout now supports the --verbose option to diagnose forced termination. * * Improvements dd now supports iflag=direct with arbitrary sized files on all file systems. tail --bytes=NUM will efficiently seek to the end of block devices, rather than reading from the start. Utilities which do not support long options (other than the default --help and --version), e.g. cksum and sleep, now use more consistent error diagnostic for unknown long options. * * Build-related Default man pages are now distributed which are used if perl is not available on the build system, or when cross compiling. - Refresh patches (line number changes only): * coreutils-i18n.patch * coreutils-remove_hostname_documentation.patch * coreutils-remove_kill_documentation.patch * coreutils-tests-shorten-extreme-factor-tests.patch- Update to 8.28 (for details see included NEWS file) - Refresh patches: * coreutils-disable_tests.patch * coreutils-i18n.patch * coreutils-remove_hostname_documentation.patch * coreutils-remove_kill_documentation.patch * coreutils-skip-gnulib-test-tls.patch * coreutils-tests-shorten-extreme-factor-tests.patch - coreutils.keyring: Update from upstream (Savannah). - Remove now-upstream patches: * coreutils-cve-2017-7476-out-of-bounds-with-large-tz.patch * coreutils-tests-port-to-timezone-2017a.patch - coreutils.spec: Add "BuildRequires: user(bin)" for the tests.- Drop coreutils-ocfs2_reflinks.patch OCFS2 file system has supported file clone ioctls like btrfs, then, coreutils doesn't need this patch from the kernel v4.10-rc1- coreutils-cve-2017-7476-out-of-bounds-with-large-tz.patch: Add upstream patch to fix an heap overflow security issue in date(1) and touch(1) with a large TZ variable (CVE-2017-7476, rh#1444774, boo#1037124).- Update to 8.27 (for details see included NEWS file) - Refresh patches: * coreutils-build-timeout-as-pie.patch * coreutils-disable_tests.patch * coreutils-getaddrinfo.patch * coreutils-i18n.patch * coreutils-ocfs2_reflinks.patch * coreutils-remove_hostname_documentation.patch * coreutils-remove_kill_documentation.patch * coreutils-skip-gnulib-test-tls.patch * coreutils-tests-shorten-extreme-factor-tests.patch * coreutils-testsuite.spec - coreutils.keyring: Update (now ascii-armored) by 'osc service localrun download_files'. - coreutils-tests-port-to-timezone-2017a.patch: Add patch to workaround a FP test failure with newer timezone-2017a.- Update to 8.26 (for details see included NEWS file) - coreutils.spec (%description): Add b2sum, a new utility. (BuildRequires): Add timezone to enable new 'date-debug.sh' test. - coreutils-i18n.patch: Sync I18N patch from Fedora, as the diff for the old i18n implementation of expand/unexpand has become unmaintainable: git://pkgs.fedoraproject.org/coreutils.git - Remove now-upstream patches: * coreutils-df-hash-in-filter.patch * coreutils-diagnose-fts-readdir-failure.patch * coreutils-m5sum-sha-sum-fix-ignore-missing-with-00-checksums.patch * coreutils-maint-fix-dependency-of-man-arch.1.patch - Refresh/merge all other patches: * coreutils-invalid-ids.patch * coreutils-ocfs2_reflinks.patch * coreutils-remove_hostname_documentation.patch * coreutils-remove_kill_documentation.patch * coreutils-skip-gnulib-test-tls.patch * coreutils-sysinfo.patch * coreutils-tests-shorten-extreme-factor-tests.patch- coreutils-m5sum-sha-sum-fix-ignore-missing-with-00-checksums.patch: Add upstream patch to fix "md5sum --check --ignore-missing" which treated files with checksums starting with "00" as missing.- coreutils-maint-fix-dependency-of-man-arch.1.patch: Add Upstream patch to fix the build dependency between src/arch -> man/arch.1 which lead to spurious build failures. - coreutils-df-hash-in-filter.patch: Refresh with -p0.- Add coreutils-df-hash-in-filter.patch that speeds up df.- coreutils-diagnose-fts-readdir-failure.patch: Add upstream patch to diagnose readdir() failures in fts-based utilities: rm, chmod, du, etc. (boo#984910)- Update to 8.25 (for details see included NEWS file) - coreutils.spec (%description): Add base32, a new utility. - Remove now-upstream patch: * coreutils-tests-avoid-FP-of-ls-stat-free-color.patch - Refresh/merge all other patches: * coreutils-build-timeout-as-pie.patch * coreutils-disable_tests.patch * coreutils-i18n.patch * coreutils-invalid-ids.patch * coreutils-misc.patch * coreutils-ocfs2_reflinks.patch * coreutils-remove_hostname_documentation.patch * coreutils-remove_kill_documentation.patch * coreutils-skip-gnulib-test-tls.patch * coreutils-test_without_valgrind.patch * coreutils-tests-shorten-extreme-factor-tests.patch- coreutils-i18n.patch: Sync I18N patch from semi-official repository (shared among distributions, maintained by Padraig Brady): https://github.com/pixelb/coreutils/tree/i18n This fixes the following issues in multi-byte locales: * sort: fix large mem leak with --month-sort (boo#945361, rh#1259942): https://github.com/pixelb/coreutils/commit/b429f5d8c7 * sort: fix assertion with some inputs to --month-sort https://github.com/pixelb/coreutils/commit/31e8211aca- coreutils-tests-avoid-FP-of-ls-stat-free-color.patch: Add upstream patch on top of v8.24 to avoid a FP test failure with glibc>=2.22.- Sync I18N patch from semi-official repository (shared among distributions, maintained by Padraig Brady): https://github.com/pixelb/coreutils/tree/i18n * coreutils-i18n.patch: Improve cut(1) performance in field-mode in UTF8 locales. Squash in sort-keycompare-mb.patch. * sort-keycompare-mb.patch: Remove. - coreutils-build-timeout-as-pie.patch: Refresh.- Update to 8.24: * * Bug fixes * dd supports more robust SIGINFO/SIGUSR1 handling for outputting statistics. Previously those signals may have inadvertently terminated the process. * df --local no longer hangs with inaccessible remote mounts. [bug introduced in coreutils-8.21] * du now silently ignores all directory cycles due to bind mounts. Previously it would issue a warning and exit with a failure status. [bug introduced in coreutils-8.1 and partially fixed in coreutils-8.23] * chroot again calls chroot(DIR) and chdir("/"), even if DIR is "/". This handles separate bind mounted "/" trees, and environments depending on the implicit chdir("/"). [bugs introduced in coreutils-8.23] * cp no longer issues an incorrect warning about directory hardlinks when a source directory is specified multiple times. Now, consistent with other file types, a warning is issued for source directories with duplicate names, or with -H the directory is copied again using the symlink name. * factor avoids writing partial lines, thus supporting parallel operation. [the bug dates back to the initial implementation] * head, od, split, tac, tail, and wc no longer mishandle input from files in /proc and /sys file systems that report somewhat-incorrect file sizes. * mkdir --parents -Z now correctly sets the context for the last component, even if the parent directory exists and has a different default context. [bug introduced with the -Z restorecon functionality in coreutils-8.22] * numfmt no longer outputs incorrect overflowed values seen with certain large numbers, or with numbers with increased precision. [bug introduced when numfmt was added in coreutils-8.21] * numfmt now handles leading zeros correctly, not counting them when settings processing limits, and making them optional with floating point. [bug introduced when numfmt was added in coreutils-8.21] * paste no longer truncates output for large input files. This would happen for example with files larger than 4GiB on 32 bit systems with a '\n' character at the 4GiB position. [the bug dates back to the initial implementation] * rm indicates the correct number of arguments in its confirmation prompt, on all platforms. [bug introduced in coreutils-8.22] * shuf -i with a single redundant operand, would crash instead of issuing a diagnostic. [bug introduced in coreutils-8.22] * tail releases inotify resources when unused. Previously it could exhaust resources with many files, or with -F if files were replaced many times. [bug introduced in coreutils-7.5] * tail -f again follows changes to a file after it's renamed. [bug introduced in coreutils-7.5] * tail --follow no longer misses changes to files if those files were replaced before inotify watches were created. [bug introduced in coreutils-7.5] * tail --follow consistently outputs all data for a truncated file. [bug introduced in the beginning] * tail --follow=name correctly outputs headers for multiple files when those files are being created or renamed. [bug introduced in coreutils-7.5] * * New features * chroot accepts the new --skip-chdir option to not change the working directory to "/" after changing into the chroot(2) jail, thus retaining the current wor- king directory. The new option is only permitted if the new root directory is the old "/", and therefore is useful with the --group and --userspec options. * dd accepts a new status=progress level to print data transfer statistics on stderr approximately every second. * numfmt can now process multiple fields with field range specifications similar to cut, and supports setting the output precision with the --format option. * split accepts a new --separator option to select a record separator character other than the default newline character. * stty allows setting the "extproc" option where supported, which is a useful setting with high latency links. * sync no longer ignores arguments, and syncs each specified file, or with the - -file-system option, the file systems associated with each specified file. * tee accepts a new --output-error option to control operation with pipes and output errors in general. * * Changes in behavior * df no longer suppresses separate exports of the same remote device, as these are generally explicitly mounted. The --total option does still suppress duplicate remote file systems. [suppression was introduced in coreutils-8.21] * mv no longer supports moving a file to a hardlink, instead issuing an error. The implementation was susceptible to races in the presence of multiple mv instances, which could result in both hardlinks being deleted. Also on case insensitive file systems like HFS, mv would just remove a hardlinked 'file' if called like `mv file File`. The feature was added in coreutils-5.0.1. * numfmt --from-unit and --to-unit options now interpret suffixes as SI units, and IEC (power of 2) units are now specified by appending 'i'. * tee will exit early if there are no more writable outputs. * tee does not treat the file operand '-' as meaning standard output any longer, for better conformance to POSIX. This feature was added in coreutils-5.3.0. * timeout --foreground no longer sends SIGCONT to the monitored process, which was seen to cause intermittent issues with GDB for example. * * Improvements * cp,install,mv will convert smaller runs of NULs in the input to holes, and cp --sparse=always avoids speculative preallocation on XFS for example. * cp will read sparse files more efficiently when the destination is a non regular file. For example when copying a disk image to a device node. * mv will try a reflink before falling back to a standard copy, which is more efficient when moving files across BTRFS subvolume boundaries. * stat and tail now know about IBRIX. stat -f --format=%T now reports the file system type, and tail -f uses polling for files on IBRIX file systems. * wc -l processes short lines much more efficiently. * References from --help and the man pages of utilities have been corrected in various cases, and more direct links to the corresponding online documentation are provided. - Patches adapted because of changed sources: coreutils-disable_tests.patch coreutils-i18n.patch coreutils-misc.patch coreutils-ocfs2_reflinks.patch coreutils-remove_hostname_documentation.patch coreutils-remove_kill_documentation.patch coreutils-skip-gnulib-test-tls.patch coreutils-tests-shorten-extreme-factor-tests.patch sort-keycompare-mb.patch - Patches removed because they're included in 8.24: coreutils-chroot-perform-chdir-unless-skip-chdir.patch coreutils-df-doc-df-a-includes-duplicate-file-systems.patch coreutils-df-improve-mount-point-selection.patch coreutils-df-show-all-remote-file-systems.patch coreutils-df-total-suppress-separate-remotes.patch coreutils-doc-adjust-reference-to-info-nodes-in-man-pages.patch coreutils-fix_false_du_failure_on_newer_xfs.patch coreutils-fix-man-deps.patch coreutils-tests-aarch64-env.patch coreutils-tests-make-inotify-rotate-more-robust-and-efficient.patch coreutils-tests-rm-ext3-perf-increase-timeout.patch- coreutils-doc-adjust-reference-to-info-nodes-in-man-pages.patch: add upstream patch: doc: adjust reference to info nodes in man pages (boo#933396) - coreutils-i18n.patch: Use a later version of the previous patch to fix the sort I18N issue (boo#928749, CVE-2015-4041) to also avoid CVE-2015-4042. https://github.com/pixelb/coreutils/commit/bea5e36cc876- Download keyring file from Savannah; prefer HTTPS over FTP for remote sources.- Fix memory handling error with case insensitive sort using UTF-8 (boo#928749): coreutils-i18n.patch src/sort.c (keycompare_mb): Ensure the buffer is big enough to handle anything output from wctomb(). Theoretically any input char could be converted to multiple output chars, and so we need to multiply the storage by MB_CUR_MAX.- If coreutils changes, for consistency, we must regenerate the initrd.- Add gpg signature- For openSUSE > 13.2 drop coreutils-build-timeout-as-pie.patch and instead add a BuildRequire for gcc-PIE.- coreutils-tests-aarch64-env.patch: Add patch to avoid false positive failures of the coreutils-testsuite on OBS/aarch64: work around execve() reversing the order of "env" output.- Add upstream patches for df(1) from upstream, thus aligning with SLES12: * df: improve mount point selection with inaccurate mount list: - coreutils-df-improve-mount-point-selection.patch * doc: mention that df -a includes duplicate file systems (deb#737399) - coreutils-df-doc-df-a-includes-duplicate-file-systems.patch * df: ensure -a shows all remote file system entries (deb#737399) - coreutils-df-show-all-remote-file-systems.patch * df: only suppress remote mounts of separate exports with --total (deb#737399, rh#920806, boo#866010, boo#901905) - coreutils-df-total-suppress-separate-remotes.patch - Refresh patches: * coreutils-chroot-perform-chdir-unless-skip-chdir.patch * coreutils-tests-make-inotify-rotate-more-robust-and-efficient.patchAvoid spurious false positive failures of the testsuite on OBS due to high load. - coreutils-tests-rm-ext3-perf-increase-timeout.patch: Add patch to increase timeout. - coreutils-tests-make-inotify-rotate-more-robust-and-efficient.patch: Add upstream patch./bin/shxinomavro 1643374109  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~8.32-150300.3.5.18.32-150300.3.5.18.32-150300.3.5.18.328.328.328.328.32archbasenamecatchgrpchmodchowncpdatedddfechofalselnlsmd5summkdirmknodmktempmvpwdreadlinkrmrmdirsleepsortstatsttysynctouchtrueuname[archb2sumbase32base64basenamebasenccatchconchgrpchmodchownchrootcksumcommcoreutilscpcsplitcutdatedddfdirdircolorsdirnameduechoenvexpandexprfactorfalsefmtfoldgroupsheadhostididinstalljoinlinklnlognamelsmd5summkdirmkfifomknodmktempmvnicenlnohupnprocnumfmtodpastepathchkpinkyprprintenvprintfptxpwdreadlinkrealpathrmrmdirrunconseqsha1sumsha224sumsha256sumsha384sumsha512sumshredshufsleepsortsplitstatstdbufsttysumsynctactailteetesttimeouttouchtrtruetruncatetsortttyunameunexpanduniqunlinkuptimeusersvdirwcwhowhoamiyescoreutils-singlelibstdbuf.socoreutils-singleNEWSREADMETHANKScoreutils-singleCOPYING/bin//usr/bin//usr/lib64//usr/lib64/coreutils-single//usr/share/doc/packages//usr/share/doc/packages/coreutils-single//usr/share/licenses//usr/share/licenses/coreutils-single/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:22620/SUSE_SLE-15-SP3_Update/b6aa316a56f765fef9757a630bac1d3d-coreutils.SUSE_SLE-15-SP3_Update:singledrpmxz5ppc64le-suse-linux  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmlnoolna /usr/bin/coreutils --coreutils-prog-shebang=[ script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=arch script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=b2sum script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=base32 script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=base64 script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=basename script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=basenc script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=cat script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=chcon script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=chgrp script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=chmod script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=chown script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=chroot script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=cksum script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=comm script, ASCII text executableELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=f6aa582a0cf364fa95379956038dd8e46ec30bbc, for GNU/Linux 3.10.0, strippeda /usr/bin/coreutils --coreutils-prog-shebang=cp script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=csplit script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=cut script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=date script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=dd script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=df script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=dir script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=dircolors script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=dirname script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=du script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=echo script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=env script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=expand script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=expr script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=factor script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=false script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=fmt script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=fold script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=groups script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=head script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=hostid script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=id script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=ginstall script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=join script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=link script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=ln script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=logname script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=ls script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=md5sum script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=mkdir script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=mkfifo script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=mknod script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=mktemp script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=mv script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=nice script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=nl script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=nohup script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=nproc script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=numfmt script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=od script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=paste script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=pathchk script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=pinky script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=pr script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=printenv script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=printf script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=ptx script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=pwd script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=readlink script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=realpath script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=rm script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=rmdir script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=runcon script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=seq script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=sha1sum script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=sha224sum script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=sha256sum script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=sha384sum script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=sha512sum script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=shred script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=shuf script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=sleep script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=sort script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=split script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=stat script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=stdbuf script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=stty script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=sum script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=sync script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=tac script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=tail script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=tee script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=test script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=timeout script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=touch script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=tr script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=true script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=truncate script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=tsort script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=tty script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=uname script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=unexpand script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=uniq script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=unlink script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=uptime script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=users script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=vdir script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=wc script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=who script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=whoami script, ASCII text executablea /usr/bin/coreutils --coreutils-prog-shebang=yes script, ASCII text executabledirectoryELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=15a1db4bd8160e64464a3e7cf9f2d70147b25ab1, strippedASCII textUTF-8 Unicode text  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyRRRRRRRRRRRRRRRRRRRRR R R RRRRR R RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRPR R>TKT6JC* # ================================================/bin/shutf-8ff3ecba6e0f373900a1a8a704bae3b6213f04e8524da49f3319c2d56e3710367?7zXZ !t/E 4f]"k%{Ax]|ɰ(SiZ*s_]s!SEhf-d;0( 3WP!uew%B.a <' ͜ )fsH*^@%6Z忕Dh]nEpt +b;SU/x<(->B?R=WYwͱ/f'XEVWG7}Vf8 W.~:RQֵս^ 6qx\Rv 5Y%tDR͂2YeZ~#c+Jw$򨝮x3SihBC/(f: -x:j*:remTF;#1n7:]fȦu@εΡwUIh-+gȽԨ&4n$|]`[JǦ"F SdUvt+=f8-HgGW7,:' /rӷTz̻QMR/l}xTׅP̰p;n;iSڈLY7܉0E;E8&ݷJ D~AO X!=f奕iV̻^GK.rk3^K(d8࿓/.幽TfLВ5UB)^ac2x%̎ţK2eʗKNE{+ m*5QС뾄VWsihM G8ёE'w\18KDC2C{<\r^aWGqr$6 #jybCM)/a&EU/^ #_gh:߆GŬZLuN K$v(o|҃+LLbȅRG@@mz rsoݸC.MȼzK1dJ,"IQ7R\y0UAԒ(>E68LIB}Cʿ sJM41xXqVWYx;f,A)SU[cq~6L}~< %8w'ܤb{N-PlN=IZ8[@<_4YU=!fg0J8>- XL 9C]nk%I KR^ XBLOϋHӍL3f:-?-$3M)_GE`2HBXf#-X1?,Fk U&ډ-Ky0Za|M7*~1[br^hޛ{-yq#7 |^9aMtU9Х(Vl@ r/#g E¡p v!4I%B0rBb]Ն~4pJh \szάBޒ~qs٬ӗp7#3i ȑM }Oߒ߉5K\NiFѳ|o"oQV龐4b.Z=2: =f4?Ow %͟*z,yIS- c,fՕ-ļczŻi{/2W ۈP (mr,4bJgjGL=tFETHۚ筵VcU Sj"{&,'0$[HZKr!v#}nt3# q}mϱoʐPĐljKdK ;];, ]| 2?@C=ÃW}y"Q~KN . l YSJ*W3jNih*ǀJE3МRmW_^Q;m9ༀ_)ӽp'%]45/QBVtTS uwF Z>XY{k:L 99u Pxy$oxP1ۺ5(6+#N!"jmP]+@47礼L4lٟZzTFx<nK8_rjT d*)5Q`}_UL?9Z{*ϩ [Ras=x 1)Յ}ay4o2p'0B{2?Lu | }j%$A6;BCa#JLQ: :CȗqkN>VTWr0]FTk|KCԴ I/;"W.=`]I&.%~wQMӖ0}qfԲ^$Xuu `T1lH103441-GP!nn"u:wA| ѫKi^m9=&k b=r0s1B+X}24n#RgCԴqx8;_Mrq:sutQ45u$DLV:r NWڐ\}-7K^&+8,TI4{LP\_mZOJXne OOB:Q;''d׷ġv-5$>à^w$ӫ2Rw&ՅWw*w\dY,]m_s^IW k(0 [rDN2J7m"1p P=Z?nP _\ 5Xx\Pْ\Bt#|_xP71Wx\CH&BSP(F8Y>>i6~5c.Hc,W9`\Ɣ^$\d$!*5D/-> S GOyv'˶x1D+ jC#oTw(6wU&zJ:z\EFUĊPʫnqm%iZVt:g&ܠ՗.wbL) /^陸p+0[x:kc5=u"-.1v)@nu=l"℘5 [Z` ``l%0f'awCI Vʜ9%  u,RF*5ψe儋;uIHu\elxv zJ9.QE]PD3/s@h·؋DKwbVuc+ftsI+3QxxXXPЄ"\YPcuN,=sb].^GYvfnx`N&TyK轾W%HY&KxƵezoealc$Aͫ$[k,iљuˌ@V%UXSFwtCݵ9(S="'V@a;L9ǁM0A58%\lj[\0=k=Zlc14H] \ o~t8ԇkҊ_Vgv{"!i H6WsG'I7 c+/E8b9Cm1~Y’qd!ڠ4VUsq6V?Wk&YQFMܳc#5g3Z2C4TWi>?QA/id |,&fm8%Q(O`!#b7qGP:Tͭ!%&`̺;} s؜q bBb퉷6G~kmNP$+ͽJ]E3| $9/.G~8Aw8_3\$f <W:V[inEq6(\" >FN@_Y21RwSHP6P>Rx#>r2TXT(vaˆ7jŶF=`XSg^\ki2A"*]XhsNZt8*d[c6!V$WYQL)?&8&ɪ1Y>p{=VM~dQy`W+)PԈnpqQ@febɻ.82^^NmjB5iS;s{)#YU 2)ZB*67Q3[8#>pYeg E#qp>nurj -ŜFª|]D 5:jӿ=PϺU OЃ_!@e jQSv9ծȵ$r>|1iUxIFVE8Q$|Z P%{gʽ5h9fԛ6i]&kI v^0m@J~#)5iC(v Lcf"qi} $n | ԓ?t}$ :?Z6 9=0׽"58NJ l]Y ^6s"vgbֵšl1UADV61\}@27Khʑ(WzՇ'uI;h;9*-TR0[#A}&vfEdBti}#8~[`*Uxcbܽ1g-ʺ((u`K*4]W34źP=AX=% vqϰID pdBwKt*S a@OگCf2_R˷֐aO$x[kΗd͇kf>ΔJ4".םrP;!G-aRX3`jG1-&~1dIFQH}S1t)cfOQ?!=2 + gW]'1=ZE'8[LAF4y׮WDK2j~ۏfPg|K vqUÆߑ50K wͰ.:\E?lh(Y^2s |yh ;Ya[XМ+ )Ǽ!> Ѝ'UaQkO-FJ$TA1q3E$ݼc\>F' u<9#hP2HXuLp: #dcP;F42(jɈ,޲gIC8 'hbd;<4ƱQ)+9!׷RM_B4@@ ӳ9 ,'{bQGH%^j ?h!]4#A&}"U:Juf &d&7'iCxecsNxDh跞tXB"1sfaBhtfu3W9啽 "TED`1THIuY$ew[x)hB.Ixf|XnKLQ2m 1C`'d6 OԖ"4j7E4+.Rqލɉ7f"x{-eeuݡٟϱ#CFA UdkJaa \Y 'Mbƀ 2o#9 KeYz iNʬHyШ+nSVhץAS7=z{JQ݇ M .19  %F#%74J׹|L"ϊqu@re4?e}ڛP e&5c|+eTŽgS>5)fѕL3nF wJ:Jf<'|R,ݣQmi'#s!j:M B+Fkc/Hv{;~K(^;dU&]ﳓʕfnXcAQPN2KJR̾b54]-WJ\uvX'kuIV\ ϭ}7hy&օC3}"TY<^ʹ*5`@K=wNѴ5Ԕ#&c6 9`ԧEeu)zDm\)DbMx:Za@Q놅LoΏ hsQF[Ԯ tkn&*D^5g1f;VRYJ+f/tih[EIgl$Ŝ.?Z &6NЉ;DZ5*81TSL톸ԨɩIK7e cA<7kJ.o4831Ҧ FL=ØO7" 6_T<$QhG#3ߥAuh_@UT,7k*w`-Leb Dֺz`jP(ĉ[LJ/͔cy_ S#&3}~k̑TW6rV-wKRf>D3A A SYϮ%j>Rsq!ٻxn ]Ӫm懿ߙP{8=IMIh-c81? tt{N݄?#'r}^~s#47Gpyy|<NjQ|bw*lZ,%pFnQD(54/^T]MCKjx)f \`-sn,qq:/ sR"ygȯ$C}ys{AhgAyۤsvVy fY2rAke4ƈU!(@ÍW*dU]}ʟH?0sxK7Z%V#{wklR17FX"dksJD5=_Gz,K,`S G S~hwy(=ϬO璊g,LEP I™\? %Βndz6~05K;@lU2Vkl>U#l˵D=d p`#r 9u$\RDȣIx/T @QZdo!SS;|g`Sb-[:4$ߺ%MXvvT(gg.cd_גY*:OP4˭:u<(z>qK-Ľ>W.Ɔ?/ @ ;>ykE )j_gQB\= gu3c$6 * ^zM/\jKIޕc+F-="!CAn#J`G؈'һGSpB4UI^8։֣Ff-yNu{4JGǚugJRs M#[(xue_,~)-a1~y-3c ّZ4n^;&( :G6S]lsynFZZkY~Pp_켁UE紴RnBfû.6ܓh_D;W0)F#!z랡B~nm 90-@ `p]BnVDux#4l +k@-v8=`S^V4GF77MFdN=ݏfp^Tк E@x&jUo3,O'CKs,^ПdqS\#u5ef7O ѮIABN+濳ʢ wOxwbnB)9Y۷ejV\7*@UOſi"龺Dfj5TJ5v ά;CY$>_=8OMpXqYj枭5y]9zdD4ao"@ymb)!!BSho>H3,|_EίPE@6&uz,ra`*]|"T{k=PD[BcgdxrY|"5kb O2 }<ĺB&I$I ̙`vEϱ康c0l2e5C @x- 0|uc}˞OUp^< ٯu~dPyIS$F㛐2΍f=SvI'[ ѳ+|%zu8`"IDn H2( B m_ CCW,IlinݦMˁKݏ,s6iQ Eb iB1SFcaC.Ee|< ĉ)tڍ*M(-olG{ j¥-6~N|hA_ DƇߗ