1086fe454cAccepting request 149348 from Base:System
Stephan Kulow
2013-01-22 14:08:43 +00:00
f6d4b45a7bAccepting request 149313 from home:bernhard-voelker:branches:Base:SystemBernhard Voelker2013-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 Voelker2013-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 Voelker2013-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
4572ee5d60Accepting 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 Voelker2012-12-04 09:26:01 +00:00
1efa7ee86cAvoid crash in "df --total" due to new coreutils-df-always-hide-rootfs.patch.Bernhard Voelker2012-12-03 01:06:11 +00:00
8b2a2a7a3eAccepting request 143405 from home:rmilasan:branches:Base:System
Philipp Thomas
2012-11-28 12:48:53 +00:00
498836a997Accepting 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
8855e7c9e7Accepting 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 Voelker2012-10-28 20:37:06 +00:00
498bc6acc2Accepting request 135275 from Base:System
Stephan Kulow
2012-09-23 06:31:16 +00:00
7778de0576Accepting request 135267 from home:froh:branches:Base:System
Philipp Thomas
2012-09-21 15:56:26 +00:00
0317c4f1f9Accepting 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
266b01f5f4Accepting request 121165 from Base:System
Stephan Kulow
2012-05-21 06:03:02 +00:00
5f6070ac6aAccepting request 121162 from home:AndreasSchwab:ffAndreas Jaeger2012-05-16 11:08:03 +00:00
fce7d5a6a1Accepting 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
88ab879056Accepting 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
35d38b6b47Accepting request 114847 from Base:System
Stephan Kulow
2012-04-23 07:12:18 +00:00
46bcbf170eRemove 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
c86975f420Accepting 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
a5d8d4520fAccepting request 106100 from Base:System
Stephan Kulow
2012-02-21 11:16:46 +00:00
a040a1e1b2Accepting request 105016 from home:rjschwei:branches:Base:SystemWolfgang Engel2012-02-20 10:57:43 +00:00
152a492cf4Accepting 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 Nussel2011-12-19 16:13:16 +00:00
370a5fee10Accepting request 94960 from home:babelworx:ldig:branches:Base:System
Stephan Kulow
2011-12-02 09:05:55 +00:00
5658632c4aAccepting request 94517 from Base:System
Stephan Kulow
2011-12-02 08:26:03 +00:00
4903291327Accepting request 94452 from home:coolo:removeautomakeDirk Mueller2011-11-30 13:10:09 +00:00
3eda4d50f1Accepting 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
d3693a0866Accepting 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
012c79b825Accepting request 83659 from Base:System
Lars Vogdt
2011-09-20 07:38:08 +00:00
8ecb2df7edAccepting request 83130 from home:jengelh:bl-cAndreas Jaeger2011-09-19 19:29:09 +00:00
dcc2211e86Autobuild autoformatter for 77661
Sascha Peilicke
2011-08-02 11:54:00 +00:00
55367765b0Updating link to change in openSUSE:Factory/coreutils revision 66.0
OBS User buildservice-autocommit
2011-08-02 11:54:00 +00:00
6974a6f23fAccepting request 77661 from Base:System
Sascha Peilicke
2011-08-02 11:53:47 +00:00
def3aa0156Accepting request 77635 from home:leonardocf:branches:Base:System
Stephan Kulow
2011-08-02 09:49:11 +00:00
d722c27cc2Autobuild autoformatter for 73651
Sascha Peilicke
2011-06-15 09:48:11 +00:00
a0273c4656Updating link to change in openSUSE:Factory/coreutils revision 64.0
OBS User buildservice-autocommit
2011-06-15 09:48:11 +00:00
9ddf18a45cAccepting request 73651 from Base:System
OBS User buildservice-autocommit
2011-06-15 09:48:02 +00:00
5bc7e4a058Accepting request 73651 from Base:System
Sascha Peilicke
2011-06-15 09:48:01 +00:00
9bddfa5ab1Autobuild autoformatter for 69438
Sascha Peilicke
2011-05-04 07:18:07 +00:00
bb04569e85Accepting 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
c403c35a30generated via source service
OBS User _service
2011-05-03 12:28:27 +00:00
623757be6fgenerated via source service
OBS User _service
2011-05-03 10:13:59 +00:00
845dc54b02update again
Ruediger Oertel
2011-05-03 10:13:52 +00:00
db1e214542Autobuild autoformatter for 68718
Sascha Peilicke
2011-05-02 10:41:01 +00:00
4cc036ed64Updating link to change in openSUSE:Factory/coreutils revision 60.0
OBS User buildservice-autocommit
2011-05-02 10:41:01 +00:00
b4cec2b1e8Accepting request 68718 from Base:System
Sascha Peilicke
2011-05-02 10:40:47 +00:00
8a474c9ef1generated 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