SHA256
1
0
forked from pool/coreutils

Commit Graph

  • 05cc138851 Accepting request 209118 from home:bernhard-voelker:branches:Base:System Bernhard Voelker 2013-12-03 16:53:43 +00:00
  • 4f3905865c Accepting request 186198 from Base:System Tomáš Chvátal 2013-08-13 09:09:27 +00:00
  • d12f9a9124 Accepting request 186183 from home:bernhard-voelker:branches:Base:System Philipp Thomas 2013-08-07 10:35:23 +00:00
  • fc220f59b5 - Remove the unneeded patch Philipp Thomas 2013-08-06 12:09:02 +00:00
  • 02d728fa14 - Sync fixes Philipp Thomas 2013-08-06 12:07:49 +00:00
  • 9538c77f3f - Remove all traces of coreutils-8.9-singlethreaded-sort.patch in the spec file. Philipp Thomas 2013-08-06 12:07:06 +00:00
  • ca1773d82d - Remove the the unnecessary povision of itself as rpmbuild takes care of that. Philipp Thomas 2013-08-06 12:04:17 +00:00
  • a09ce26c7c Accepting request 184102 from Base:System Stephan Kulow 2013-07-24 13:06:09 +00:00
  • 1dba197f92 Accepting request 184097 from home:bernhard-voelker:branches:Base:System Philipp Thomas 2013-07-23 14:15:15 +00:00
  • 444cee34e1 Accepting request 182521 from home:Andreas_Schwab:Factory Philipp Thomas 2013-07-09 13:12:38 +00:00
  • bbd6f57e0e Accepting request 179293 from Base:System Stephan Kulow 2013-06-18 08:30:43 +00:00
  • 734eb78c73 Accepting request 179221 from home:jengelh:attr Philipp Thomas 2013-06-17 11:20:05 +00:00
  • 0c17a8fda6 Accepting request 178034 from Base:System Stephan Kulow 2013-06-11 04:26:16 +00:00
  • 6c2e7382e8 Accepting request 178022 from home:Andreas_Schwab:Factory Dr. Werner Fink 2013-06-07 21:23:37 +00:00
  • b8beefb76d Accepting request 177954 from home:bernhard-voelker:branches:Base:System Bernhard Voelker 2013-06-07 05:18:41 +00:00
  • 83be651505 after discussion with kukuk, werner and lnussel, we decided that this is not the proper fix Stephan Kulow 2013-06-06 05:17:31 +00:00
  • e77e11ca5c * coreutils.spec: Add reminder to regenerate testsuite.spec. * coreutils-testsuite.spec: Regenerate. Bernhard Voelker 2013-06-05 15:21:09 +00:00
  • 17af1a7b6b - change the buildrequire system to pkgconfig(systemd) to fix bootstrap Stephan Kulow 2013-06-04 14:18:29 +00:00
  • 5a7fadad23 . Dr. Werner Fink 2013-06-04 12:31:12 +00:00
  • 8a7828737b . Dr. Werner Fink 2013-06-04 12:30:46 +00:00
  • 22eb190117 . Dr. Werner Fink 2013-06-04 11:19:01 +00:00
  • 0b78e0c624 Accepting request 177371 from home:WernerFink:branches:Base:System Dr. Werner Fink 2013-06-04 08:42:28 +00:00
  • b986ce15ea Accepting request 176188 from Base:System Stephan Kulow 2013-05-27 07:43:30 +00:00
  • 3e051dbc3b Accepting request 176187 from home:bernhard-voelker:branches:Base:System Bernhard Voelker 2013-05-20 20:13:40 +00:00
  • 4da1e6fb2e Accepting request 175738 from home:-miska-:branches:Base:System Philipp Thomas 2013-05-15 13:59:06 +00:00
  • de7cde3471 Accepting request 163147 from Base:System Stephan Kulow 2013-04-26 05:55:50 +00:00
  • 767847bef8 Accepting request 163146 from home:bernhard-voelker Bernhard Voelker 2013-04-08 12:07:25 +00:00
  • 6d8dfe1f0d Accepting request 160435 from Base:System Stephan Kulow 2013-03-30 13:55:21 +00:00
  • a7e8aab164 Accepting request 160428 from home:m_meister:branches:openSUSE:Factory Marcus Meissner 2013-03-21 12:15:26 +00:00
  • 79dfa078db Accepting request 150029 from Base:System Stephan Kulow 2013-01-27 08:18:32 +00:00
  • d1e1a80b19 - do not require texinfo for building, texlive is a bit too heavy Stephan Kulow 2013-01-27 08:16:43 +00:00
  • 9ae545fad8 - Add CVE numbers to changelog: CVE-2013-0221, CVE-2013-0222, CVE-2013-0223 Bernhard Voelker 2013-01-26 19:35:28 +00:00
  • 1086fe454c Accepting request 149348 from Base:System Stephan Kulow 2013-01-22 14:08:43 +00:00
  • f6d4b45a7b Accepting request 149313 from home:bernhard-voelker:branches:Base:System Bernhard Voelker 2013-01-20 13:51:29 +00:00
  • 94e801cf55 - Avoid segmentation fault in "join -i" with long line input (bnc#798541, VUL-1) * src/join.c: Instead of usig unreliable alloca() stack allocation, use heap allocation via xmalloc()+free(). (coreutils-i18n.patch, from Philipp Thomas <pth@suse.de>) - Avoid segmentation fault in "sort -d" and "sort -M" with long line input (bnc#798538, VUL-1) * src/sort.c: Instead of usig unreliable alloca() stack allocation, use heap allocation via xmalloc()+free(). (coreutils-i18n.patch, from Philipp Thomas <pth@suse.de>) Bernhard Voelker 2013-01-17 16:45:17 +00:00
  • 26558dd009 - Avoid segmentation fault in "uniq" with long line input (bnc#796243, VUL-1) * src/cut.c: Instead of usig unreliable alloca() stack allocation, use heap allocation via xmalloc()+free(). (coreutils-i18n.patch) - Fix test-suite errors (bnc#798261). * tests/cp/fiemap-FMR: Fix path to src directory and declare require_valgrind_ function. (coreutils-cp-corrupt-fragmented-sparse.patch) * tests/misc/cut: Fix src/cut.c to properly pass output-delimiter tests. Synchronize cut.c related part of the i18n patch with Fedora's. Merge coreutils-i18n-infloop.patch into coreutils-i18n.patch. Merge coreutils-i18n-uninit.patch into coreutils-i18n.patch. In tests/misc/cut, do not replace the non-i18n error messages. (coreutils-i18n.patch) * tests/rm/ext3-perf: This test failed due to heavy parallel CPU and/or disk load because it is based on timeouts. Do not run the test-suite with 'make -jN. (coreutils.spec, coreutils-testsuite.spec) * Further spec changes: Run more tests: also run "very expensive" tests; add acl, python-pyinotify, strace and valgrind to the build requirements. Remove patch5 and patch6 as they are now merged into coreutils-i18n.patch (see above). (coreutils.spec, coreutils-testsuite.spec) - Maintenance changes: (coreutils.spec, coreutils-testsuite.spec) * Add perl and texinfo to the build requirements as they are needed to re-generate the man pages and the texinfo documentation. * Remove already-active "-Wall" compiler option from CFLAGS variable. * Install the compressed test-suite.log into the documentation directory of the coreutils-testsuite package (section %check and %files). * Properly guard the spec sections for the coreutils and the coreutils-testsuite package. * Update patches to reflect new line numbers. Bernhard Voelker 2013-01-16 19:09:57 +00:00
  • 1e206d4651 - Hardcode the name passed to find_lang so that it works for coreutils-testsuite too. Philipp Thomas 2013-01-10 20:37:13 +00:00
  • 4572ee5d60 Accepting request 144029 from Base:System Ismail Dönmez 2012-12-08 14:51:18 +00:00
  • cb29fee732 - Combine r166 and r167 to mention the patch name. - Change coreutils-df-always-hide-rootfs.patch to not hide the rootfs entry with "df -a". Bernhard Voelker 2012-12-04 09:26:01 +00:00
  • 1efa7ee86c Avoid crash in "df --total" due to new coreutils-df-always-hide-rootfs.patch. Bernhard Voelker 2012-12-03 01:06:11 +00:00
  • 8b2a2a7a3e Accepting request 143405 from home:rmilasan:branches:Base:System Philipp Thomas 2012-11-28 12:48:53 +00:00
  • 498836a997 Accepting request 141885 from home:namtrac:bugfix Philipp Thomas 2012-11-19 13:39:29 +00:00
  • fed157bf6e [bug introduced in coreutils-8.11] (bnc#788459 gnu#12656) Philipp Thomas 2012-11-08 12:16:12 +00:00
  • a1e606b120 - Adapt comment in pre_checkin.sh Philipp Thomas 2012-11-06 18:05:09 +00:00
  • 43c2d75193 - Add script pre_checkin.sh that creates spec and changes for coreutils-testsuite from their coreutils counterparts. Philipp Thomas 2012-11-06 12:43:10 +00:00
  • 9114a675a5 - Add script pre_checkin.sh that creates spec and changes for coreutils-testsuite from their coreutils counterparts. Philipp Thomas 2012-11-06 12:27:41 +00:00
  • 8855e7c9e7 Accepting request 139627 from Base:System Stephan Kulow 2012-11-02 06:30:51 +00:00
  • 9b8666cb60 - Add upstream patch: * cp could read from freed memory and could even make corrupt copies. This could happen with a very fragmented and sparse input file, on GNU/Linux file systems supporting fiemap extent scanning. This bug also affects mv when it resorts to copying, and install. [bug introduced in coreutils-8.11] Bernhard Voelker 2012-10-28 20:37:06 +00:00
  • 498bc6acc2 Accepting request 135275 from Base:System Stephan Kulow 2012-09-23 06:31:16 +00:00
  • 7778de0576 Accepting request 135267 from home:froh:branches:Base:System Philipp Thomas 2012-09-21 15:56:26 +00:00
  • 0317c4f1f9 Accepting request 125432 from Base:System Stephan Kulow 2012-06-25 10:24:05 +00:00
  • 81c6e98de3 - Update to 8.17: ** Bug fixes * stat no longer reports a negative file size as a huge positive number. [bug present since 'stat' was introduced in fileutils-4.1.9] ** New features * split and truncate now allow any seekable files in situations where the file size is needed, instead of insisting on regular files. * fmt now accepts the --goal=WIDTH (-g) option. * stat -f recognizes new file system types: bdevfs, inodefs, qnx6 ** Changes in behavior * cp,mv,install,cat,split: now read and write a minimum of 64KiB at a time. This was previously 32KiB and increasing to 64KiB was seen to increase throughput by about 10% when reading cached files on 64 bit GNU/Linux. * cp --attributes-only no longer truncates any existing destination file, allowing for more general copying of attributes from one file to another. - Bring german message catalog up-to-date Philipp Thomas 2012-06-19 12:54:24 +00:00
  • 266b01f5f4 Accepting request 121165 from Base:System Stephan Kulow 2012-05-21 06:03:02 +00:00
  • 5f6070ac6a Accepting request 121162 from home:AndreasSchwab:ff Andreas Jaeger 2012-05-16 11:08:03 +00:00
  • fce7d5a6a1 Accepting request 116644 from Base:System Stephan Kulow 2012-05-07 20:44:32 +00:00
  • 684831c59a - Two new upstream patches: * id and groups, when invoked with no user name argument, would print the default group ID listed in the password database, and sometimes that ID would be neither real nor effective. For example, when run set-GID, or in a session for which the default group has just been changed, the new group ID would be listed, even though it is not yet effective. * 'cp S D' is no longer subject to a race: if an existing D were removed between the initial stat and subsequent open-without-O_CREAT, cp would fail with a confusing diagnostic saying that the destination, D, was not found. Now, in this unusual case, it retries the open (but with O_CREAT), and hence usually succeeds. With NFS attribute caching, the condition was particularly easy to trigger, since there, the removal of D could precede the initial stat. [This bug was present in "the beginning".] (bnc#760926). Philipp Thomas 2012-05-07 12:25:45 +00:00
  • 88ab879056 Accepting request 115831 from Base:System Stephan Kulow 2012-05-03 08:54:45 +00:00
  • 47c879ecc6 - Make stdbuf binary find libstdbuf.so by looking in the right path (bnc#741241). Philipp Thomas 2012-04-27 10:42:10 +00:00
  • 35d38b6b47 Accepting request 114847 from Base:System Stephan Kulow 2012-04-23 07:12:18 +00:00
  • 46bcbf170e Remove redundant patches Philipp Thomas 2012-04-20 10:15:43 +00:00
  • 49b16878b2 - Update to 8.16: - Improvements: * As a GNU extension, 'chmod', 'mkdir', and 'install' now accept operators '-', '+', '=' followed by octal modes; * Also, ordinary numeric modes with five or more digits no longer preserve setuid and setgid bits, so that 'chmod 00755 FOO' now clears FOO's setuid and setgid bits. * dd now accepts the count_bytes, skip_bytes iflags and the seek_bytes oflag, to more easily allow processing portions of a file. * dd now accepts the conv=sparse flag to attempt to create sparse output, by seeking rather than writing to the output file. * ln now accepts the --relative option, to generate a relative symbolic link to a target, irrespective of how the target is specified. * split now accepts an optional "from" argument to --numeric-suffixes, which changes the start number from the default of 0. * split now accepts the --additional-suffix option, to append an additional static suffix to output file names. * basename now supports the -a and -s options, which allow processing of more than one argument at a time. Also the complementary -z option was added to delimit output items with the NUL character. * dirname now supports more than one argument. Also the complementary z option was added to delimit output items with the NUL character. - Bug fixes * du --one-file-system (-x) would ignore any non-directory specified on the command line. For example, "touch f; du -x f" would print nothing. [bug introduced in coreutils-8.15] * mv now lets you move a symlink onto a same-inode destination file that has two or more hard links. * "mv A B" could succeed, yet A would remain. * realpath no longer mishandles a root directory. - Improvements * ls can be much more efficient, especially with large directories on file systems for which getfilecon-, ACL-check- and XATTR- check-induced syscalls fail with ENOTSUP or similar. * 'realpath --relative-base=dir' in isolation now implies '--relative-to=dir' instead of causing a usage failure. * split now supports an unlimited number of split files as default behavior. For a detaild list se NEWS in the documentation. - Add up-to-date german translation. Philipp Thomas 2012-04-16 15:12:46 +00:00
  • 5739644791 - the -c option of su now by default opens a new session to fix a vulnerability. The newly added options -C/--session-command do not do that. - Add support for environment variable SU_COMMAND_OPENS_SESSION that makes su option -c behave like -C (bnc#697897) and document it in coreutils.info. Philipp Thomas 2012-04-13 14:10:22 +00:00
  • c86975f420 Accepting request 108672 from Base:System Stephan Kulow 2012-03-11 19:03:37 +00:00
  • a57cbc234f - Update to 8.15: ** New programs realpath: print resolved file names. ** Bug fixes du --one-file-system (-x) would ignore any non-directory specified on the command line. For example, "touch f; du -x f" would print nothing. [bug introduced in coreutils-8.14] du -x no longer counts root directories of other file systems. [bug introduced in coreutils-5.1.0] ls --color many-entry-directory was uninterruptible for too long [bug introduced in coreutils-5.2.1] ls's -k option no longer affects how ls -l outputs file sizes. It now affects only the per-directory block counts written by -l, and the sizes written by -s. This is for compatibility with BSD and with POSIX 2008. Because -k is no longer equivalent to --block-size=1KiB, a new long option --kibibyte stands for -k. [bug introduced in coreutils-4.5.4] ls -l would leak a little memory (security context string) for each nonempty directory listed on the command line, when using SELinux. [bug probably introduced in coreutils-6.10 with SELinux support] split -n 1/2 FILE no longer fails when operating on a growing file, or (on some systems) when operating on a non-regular file like /dev/zero. It would report "/dev/zero: No such file or directory" even though the file obviously exists. Same for -n l/2. [bug introduced in coreutils-8.8, with the addition of the -n option] stat -f now recognizes the FhGFS and PipeFS file system types. tac no longer fails to handle two or more non-seekable inputs [bug introduced in coreutils-5.3.0] tail -f no longer tries to use inotify on GPFS or FhGFS file systems [you might say this was introduced in coreutils-7.5, along with inotify support, but the new magic numbers weren't in the usual places then.] ** Changes in behavior df avoids long UUID-including file system names in the default listing. With recent enough kernel/tools, these long names would be used, pushing second and subsequent columns far to the right. Now, when a long name refers to a symlink, and no file systems are specified, df prints the usually-short referent instead. tail -f now uses polling (not inotify) when any of its file arguments resides on a file system of unknown type. In addition, for each such argument, tail -f prints a warning with the FS type magic number and a request to report it to the bug-reporting address. - Bring german message catalog up to date. - Include upstream fix for du. - Include upstream patch fixing basename documentation. Philipp Thomas 2012-03-09 18:02:35 +00:00
  • a5d8d4520f Accepting request 106100 from Base:System Stephan Kulow 2012-02-21 11:16:46 +00:00
  • a040a1e1b2 Accepting request 105016 from home:rjschwei:branches:Base:System Wolfgang Engel 2012-02-20 10:57:43 +00:00
  • 152a492cf4 Accepting request 97117 from Base:System Stephan Kulow 2012-01-04 07:00:40 +00:00
  • 9e73a5cefb - Adjust license for coreutils-8.6-honor-settings-in-etc-default-su-resp-etc-login.defs.diff [bnc#735081]. Ludwig Nussel 2011-12-19 16:13:16 +00:00
  • 370a5fee10 Accepting request 94960 from home:babelworx:ldig:branches:Base:System Stephan Kulow 2011-12-02 09:05:55 +00:00
  • 5658632c4a Accepting request 94517 from Base:System Stephan Kulow 2011-12-02 08:26:03 +00:00
  • 4903291327 Accepting request 94452 from home:coolo:removeautomake Dirk Mueller 2011-11-30 13:10:09 +00:00
  • 3eda4d50f1 Accepting request 88211 from Base:System Sascha Peilicke 2011-10-18 11:59:50 +00:00
  • 98b9b66740 - Fix the fd leak in error path. Philipp Thomas 2011-10-17 14:02:20 +00:00
  • 2791e9e3ec - Add upstream patch that fixes three bugs in tac: - remove sole use of sprintf in favor of stpcpy - don't misbehave with multiple non-seekable inputs - don't leak a file descriptor for each non-seekable input Philipp Thomas 2011-10-17 13:29:22 +00:00
  • d3693a0866 Accepting request 87873 from Base:System Lars Vogdt 2011-10-16 10:42:20 +00:00
  • 8552bf4a4e - Uniformly use german quotes not french ones in german messages. Philipp Thomas 2011-10-14 14:52:46 +00:00
  • 51dadaabd0 - Update to 8.14. Changes since 8.12: Bug fixes: Philipp Thomas 2011-10-14 10:07:06 +00:00
  • 012c79b825 Accepting request 83659 from Base:System Lars Vogdt 2011-09-20 07:38:08 +00:00
  • 8ecb2df7ed Accepting request 83130 from home:jengelh:bl-c Andreas Jaeger 2011-09-19 19:29:09 +00:00
  • dcc2211e86 Autobuild autoformatter for 77661 Sascha Peilicke 2011-08-02 11:54:00 +00:00
  • 55367765b0 Updating link to change in openSUSE:Factory/coreutils revision 66.0 OBS User buildservice-autocommit 2011-08-02 11:54:00 +00:00
  • 6974a6f23f Accepting request 77661 from Base:System Sascha Peilicke 2011-08-02 11:53:47 +00:00
  • def3aa0156 Accepting request 77635 from home:leonardocf:branches:Base:System Stephan Kulow 2011-08-02 09:49:11 +00:00
  • d722c27cc2 Autobuild autoformatter for 73651 Sascha Peilicke 2011-06-15 09:48:11 +00:00
  • a0273c4656 Updating link to change in openSUSE:Factory/coreutils revision 64.0 OBS User buildservice-autocommit 2011-06-15 09:48:11 +00:00
  • 9ddf18a45c Accepting request 73651 from Base:System OBS User buildservice-autocommit 2011-06-15 09:48:02 +00:00
  • 5bc7e4a058 Accepting request 73651 from Base:System Sascha Peilicke 2011-06-15 09:48:01 +00:00
  • 9bddfa5ab1 Autobuild autoformatter for 69438 Sascha Peilicke 2011-05-04 07:18:07 +00:00
  • bb04569e85 Accepting request 69438 from Base:System Sascha Peilicke 2011-05-04 07:17:52 +00:00
  • 7fcdb075ee - Remove services. Philipp Thomas 2011-05-03 14:43:52 +00:00
  • c403c35a30 generated via source service OBS User _service 2011-05-03 12:28:27 +00:00
  • e4aa589c91 - delete coreutils-testsuite.spec Ruediger Oertel 2011-05-03 12:28:18 +00:00
  • 623757be6f generated via source service OBS User _service 2011-05-03 10:13:59 +00:00
  • 845dc54b02 update again Ruediger Oertel 2011-05-03 10:13:52 +00:00
  • db1e214542 Autobuild autoformatter for 68718 Sascha Peilicke 2011-05-02 10:41:01 +00:00
  • 4cc036ed64 Updating link to change in openSUSE:Factory/coreutils revision 60.0 OBS User buildservice-autocommit 2011-05-02 10:41:01 +00:00
  • b4cec2b1e8 Accepting request 68718 from Base:System Sascha Peilicke 2011-05-02 10:40:47 +00:00
  • 8a474c9ef1 generated via source service OBS User _service 2011-04-28 16:07:16 +00:00
  • 45521529b4 - Update to 8.12: * Bug fixes tail's --follow=name option no longer implies --retry on systems with inotify support. [bug introduced in coreutils-7.5] Philipp Thomas 2011-04-28 16:07:08 +00:00
  • c02868d4a6 Autobuild autoformatter for 67545 Marcus Rueckert 2011-04-15 18:12:27 +00:00