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 Voelker2013-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 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
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
1efa7ee86c
Avoid crash in "df --total" due to new coreutils-df-always-hide-rootfs.patch.
Bernhard Voelker2012-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 Voelker2012-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 Jaeger2012-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 Engel2012-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 Nussel2011-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 Mueller2011-11-30 13:10:09 +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 Jaeger2011-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
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
bd4b144bf7
generated via source service
OBS User _service
2011-04-15 14:49:32 +00:00
9d1d687974
- Update to 8.11: * Bug fixes
Philipp Thomas
2011-04-15 14:49:23 +00:00
67203158cf
generated via source service
OBS User _service
2011-04-06 10:05:28 +00:00
f19a02ccbe
Modified via webui
Philipp Thomas
2011-04-06 10:05:19 +00:00
e7798bd2db
generated via source service
OBS User _service
2011-04-05 13:15:07 +00:00
c0a3b320ba
- Adapt coreutils-testsuite.spec to changes in patches.
Philipp Thomas
2011-04-05 13:15:05 +00:00
1aa6c6309a
generated via source service
OBS User _service
2011-04-05 10:41:59 +00:00
8c9ae2e2ee
- Remove unneeded split_suffix patch.
Philipp Thomas
2011-04-05 10:41:52 +00:00
e7a9719a8c
generated via source service
OBS User _service
2011-04-04 14:16:27 +00:00
d51035ad4f
- Remove the last patch as it isn't needed. It was an old patch that removed the documentation for both hostname and hostid. I've modified that to only remove the hostname documentation.
Philipp Thomas
2011-04-04 14:16:21 +00:00
f015ba3e75
Autobuild autoformatter for 65763
Sascha Peilicke
2011-04-01 14:48:50 +00:00
a30c0ec113
Updating link to change in openSUSE:Factory/coreutils revision 56.0
OBS User buildservice-autocommit
2011-04-01 14:48:50 +00:00
0237919393
generated via source service
OBS User _service
2011-02-10 16:07:35 +00:00
25c036ae9b
- Fix i18n patch for join.
Philipp Thomas
2011-02-10 16:07:27 +00:00
73a1df795d
generated via source service
OBS User _service
2011-02-10 13:38:00 +00:00
dd0fb52757
- Add upstream patch that fixes a segfault in cut. - Add upstream patch to fix sparse fiemap tests.
Philipp Thomas
2011-02-10 13:37:51 +00:00
684f50643c
generated via source service
OBS User _service
2011-02-10 10:52:28 +00:00
4388b70b89
Remove the tarball, fix service
Philipp Thomas
2011-02-10 10:52:21 +00:00
c5c2b7cf88
generated via source service
OBS User _service
2011-02-10 10:50:36 +00:00