Commit Graph

169 Commits

Author SHA256 Message Date
Philipp Thomas
7fcdb075ee - Remove services.
OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=121
2011-05-03 14:43:52 +00:00
Ruediger Oertel
e4aa589c91 - delete coreutils-testsuite.spec
OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=119
2011-05-03 12:28:18 +00:00
Philipp Thomas
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]

  * Changes in behavior
    cp's extent-based (FIEMAP) copying code is more reliable in the face
    of varying and undocumented file system semantics:
    - it no longer treats unwritten extents specially
    - a FIEMAP-based extent copy always uses the FIEMAP_FLAG_SYNC flag.
        Before, it would incur the performance penalty of that sync only
        for 2.6.38 and older kernels.  We thought all problems would be
        resolved for 2.6.39.
    - it now attempts a FIEMAP copy only on a file that appears sparse.
        Sparse files are relatively unusual, and the copying code incurs
        the performance penalty of the now-mandatory sync only for them.

OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=112
2011-04-28 16:07:08 +00:00
Philipp Thomas
9d1d687974 - Update to 8.11:
* Bug fixes

    cp -a --link would not create a hardlink to a symlink, instead
    copying the symlink and then not preserving its timestamp.
    [bug introduced in coreutils-8.0]

    cp now avoids FIEMAP issues with BTRFS before Linux 2.6.38,
    which could result in corrupt copies of sparse files.
    [bug introduced in coreutils-8.10]

    cut could segfault when invoked with a user-specified output
    delimiter and an unbounded range like "-f1234567890-".
    [bug introduced in coreutils-5.3.0]

    du would infloop when given --files0-from=DIR
    [bug introduced in coreutils-7.1]

    sort no longer spawns 7 worker threads to sort 16 lines
    [bug introduced in coreutils-8.6]

    touch built on Solaris 9 would segfault when run on Solaris 10
    [bug introduced in coreutils-8.8]

    wc would dereference a NULL pointer upon an early out-of-memory error
    [bug introduced in coreutils-7.1]

    ** New features

    dd now accepts the 'nocache' flag to the iflag and oflag options,
    which will discard any cache associated with the files, or
    processed portion thereof.

    dd now warns that 'iflag=fullblock' should be used,
    in various cases where partial reads can cause issues.

    ** Changes in behavior

    cp now avoids syncing files when possible, when doing a FIEMAP copy.
    The sync is only needed on Linux kernels before 2.6.39.
    [The sync was introduced in coreutils-8.10]

OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=109
2011-04-15 14:49:23 +00:00
Philipp Thomas
c0a3b320ba - Adapt coreutils-testsuite.spec to changes in patches.
OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=103
2011-04-05 13:15:05 +00:00
Philipp Thomas
8c9ae2e2ee - Remove unneeded split_suffix patch.
OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=101
2011-04-05 10:41:52 +00:00
Philipp Thomas
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.

OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=99
2011-04-04 14:16:21 +00:00
Philipp Thomas
3d239bfe49 - Remove obsolete and unused german translation.
OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=96
2011-04-01 13:36:03 +00:00
Philipp Thomas
387bb85a8e - Readd documentation of hostname and hostid to texinfo
documentation.

OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=94
2011-04-01 12:49:59 +00:00
Philipp Thomas
25c036ae9b - Fix i18n patch for join.
OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=91
2011-02-10 16:07:27 +00:00
Philipp Thomas
dd0fb52757 - Add upstream patch that fixes a segfault in cut.
- Add upstream patch to fix sparse fiemap tests.

OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=89
2011-02-10 13:37:51 +00:00
Philipp Thomas
a545111d8c - Update to 8.10:
* Bug fixes
    - du would abort with a failed assertion when two conditions are
      met: part of the hierarchy being traversed is moved to a higher
      level in the directory tree, and there is at least one more
      command line directory argument following the one containing
      the moved sub-tree.  [bug introduced in coreutils-5.1.0]
    - join --header now skips the ordering check for the first line
      even if the other file is empty.  [bug introduced in
      coreutils-8.5]
    - rm -f no longer fails for EINVAL or EILSEQ on file systems that
      reject file names invalid for that file system.
    - uniq -f NUM no longer tries to process fields after end of
      line.  [bug introduced in coreutils-7.0]
  * New features
    - cp now copies sparse files efficiently on file systems with
      FIEMAP support (ext4, btrfs, xfs, ocfs2).  Before, it had to
      read 2^20 bytes when copying a 1MiB sparse file.  Now, it
      copies bytes only for the non-sparse sections of a file. 
      Similarly, to induce a hole in the output file, it had to
      detect a long sequence of zero bytes.  Now, it knows precisely
      where each hole in an input file is, and can reproduce them
      efficiently in the output file.  mv also benefits when it
      resorts to copying, e.g., between file systems.
    - join now supports -o 'auto' which will automatically infer the
      output format from the first line in each file, to ensure the
      same number of fields are output for each line.
  * Changes in behavior
    - join no longer reports disorder when one of the files is empty.

OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=85
2011-02-10 10:50:29 +00:00
OBS User buildservice-autocommit
802e1a9b2a Updating link to change in openSUSE:Factory/coreutils revision 51.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=4f5d11426de4d37077ce539ac424712b
2011-01-14 13:58:48 +00:00
Philipp Thomas
921495db7a - Update to 8.9:
Bug fixes
  split no longer creates files with a suffix length that
  is dependent on the number of bytes or lines per file.
  [bug introduced in coreutils-8.8]

OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=79
2011-01-05 13:31:58 +00:00
Philipp Thomas
c09ae1bc93 - Update to 8.8. Changes since 8.6:
** Bug fixes
  cp -u no longer does unnecessary copying merely because the source
  has finer-grained time stamps than the destination.
  od now prints floating-point numbers without losing information, and
  it no longer omits spaces between floating-point columns in some cases.
  sort -u with at least two threads could attempt to read through a
  corrupted pointer. [bug introduced in coreutils-8.6]
  sort with at least two threads and with blocked output would busy-loop
  (spinlock) all threads, often using 100% of available CPU cycles to
  do no work.  I.e., "sort < big-file | less" could waste a lot of power.
  [bug introduced in coreutils-8.6]
  sort with at least two threads no longer segfaults due to use of pointers
  into the stack of an expired thread. [bug introduced in coreutils-8.6]
  sort --compress no longer mishandles subprocesses' exit statuses,
  no longer hangs indefinitely due to a bug in waiting for subprocesses,
  and no longer generates many more than NMERGE subprocesses.
  sort -m -o f f ... f no longer dumps core when file descriptors are limited.
  csplit no longer corrupts heap when writing more than 999 files,
  nor does it leak memory for every chunk of input processed
  [the bugs were present in the initial implementation]
  tail -F once again notices changes in a currently unavailable
  remote directory [bug introduced in coreutils-7.5]
** Changes in behavior
  sort will not create more than 8 threads by default due to diminishing
  performance gains.  Also the --parallel option is no longer restricted
  to the number of available processors.
  cp --attributes-only now completely overrides --reflink.
  Previously a reflink was needlessly attempted.

OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=77
2011-01-03 19:39:07 +00:00
Philipp Thomas
3fbfe64e60 - Don't use version specific patches as it breaks automatic
updates.

OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=75
2010-12-22 15:54:18 +00:00
Philipp Thomas
bbc5ef6e85 - Remove coreutils tarball.
OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=62
2010-12-22 15:36:41 +00:00
Philipp Thomas
aafa4f62a1 - Use software services.
OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=49
2010-12-22 15:27:27 +00:00
Stephan Kulow
c01438738c - remove the prerequire on permissions - this will create a bad
cycle, coreutils is just too core

OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=22
2010-11-17 08:33:42 +00:00
Cristian Rodríguez
e908c3f93e Accepting request 53149 from home:lnussel:Factory
OBS-URL: https://build.opensuse.org/request/show/53149
OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=21
2010-11-16 13:35:27 +00:00
Philipp Thomas
3ff964d7f9 - Update to 8.6:
o bugfixes
  * du no longer multiply counts a file that is a directory or whose
    link count is 1.
  * du -H and -L now consistently count pointed-to files instead of
    symbolic links, and correctly diagnose dangling symlinks.
  * du --ignore=D now ignores directory D even when that directory is
    found to be part of a directory cycle.
  * split now diagnoses read errors rather than silently exiting.
  * tac would perform a double-free when given an input line longer
    than 16KiB.
  * tail -F once again notices changes in a currently unavailable
    directory, and works around a Linux kernel bug where inotify runs
    out of resources.
  * tr now consistently handles case conversion character classes.
  o New features
  * cp now accepts the --attributes-only option to not copy file data.
  * du recognizes -d N as equivalent to --max-depth=N
  * sort now accepts the --debug option, to highlight the part of the
    line significant in the sort, and warns about questionable options.
  * sort now supports -d, -f, -i, -R, and -V in any combination.
  * stat now accepts the %m format directive to output the mount point
    for a file.  It also accepts the %w and %W format directives for
    outputting the birth time of a file, if one is available.
  o Changes in behavior
  * df now consistently prints the device name for a bind mounted file,
    rather than its aliased target.
  * du now uses less than half as much memory when operating on trees
    with many hard-linked files.

OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=18
2010-11-11 17:25:53 +00:00
OBS User buildservice-autocommit
8b1adf3413 Updating link to change in openSUSE:Factory/coreutils revision 44.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=bba29a1f85e8a500b851b2fbb56f6435
2010-09-21 16:10:54 +00:00
OBS User autobuild
a5f1d85bab Accepting request 48660 from Base:System
checked in (request 48660)

OBS-URL: https://build.opensuse.org/request/show/48660
OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=17
2010-09-21 16:10:53 +00:00
7fc1102af0 Accepting request 46780 from home:a_jaeger:branches:openSUSE:Factory
Copy from home:a_jaeger:branches:openSUSE:Factory/coreutils via accept of submit request 46780 revision 2.
Request was accepted with message:

OBS-URL: https://build.opensuse.org/request/show/46780
OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=16
2010-08-31 13:26:36 +00:00
OBS User buildservice-autocommit
74bac430a8 Updating link to change in openSUSE:Factory/coreutils revision 43.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=a7b4c6efd1592fb3aac750d37166b7e4
2010-07-19 12:13:47 +00:00
OBS User autobuild
769e06bec7 Accepting request 42907 from Base:System
checked in (request 42907)

OBS-URL: https://build.opensuse.org/request/show/42907
OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=15
2010-07-19 12:12:47 +00:00
Ruediger Oertel
e5d1a797ba OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=14 2010-07-14 13:13:42 +00:00
Philipp Thomas
5ae8424cb7 Accepting request 42399 from home:jengelh:smp
Copy from home:jengelh:smp/coreutils via accept of submit request 42399 revision 2.
Request was accepted with message:
reviewed ok.

OBS-URL: https://build.opensuse.org/request/show/42399
OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=12
2010-07-02 09:36:06 +00:00
Philipp Thomas
c50a85acdd - Fix typo in spec file (% missing from version).
OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=11
2010-06-28 10:54:49 +00:00
Thorsten Kukuk
8ba42a9e88 - Last part of fix for [bnc#533249]: Don't run account part of
PAM stack for su as root. Requires pam > 1.1.1.

OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=10
2010-06-18 10:45:27 +00:00
Philipp Thomas
d58c8ecf79 - Update to 8.5:
Bug fixes
  * cp and mv once again support preserving extended attributes.
  * cp now preserves "capabilities" when also preserving file ownership.7
  * ls --color once again honors the 'NORMAL' dircolors directive.
    [bug introduced in coreutils-6.11]
  * sort -M now handles abbreviated months that are aligned using
    blanks in the locale database.  Also locales with 8 bit characters
    are handled correctly, including multi byte locales with the caveat
    that multi byte characters are matched case sensitively.
  * sort again handles obsolescent key formats (+POS -POS) correctly. 
    Previously if -POS was specified, 1 field too many was used in the
    sort. [bug introduced in coreutils-7.2]
  New features
  * join now accepts the --header option, to treat the first line of
    each file as a header line to be joined and printed
    unconditionally.
  * timeout now accepts the --kill-after option which sends a kill
    signal to the monitored command if it's still running the specified
    duration after the initial signal was sent.
  * who: the "+/-" --mesg (-T) indicator of whether a user/tty is
    accepting messages could be incorrectly listed as "+", when in
    fact, the user was not accepting messages (mesg no).  Before, who
    would examine only the permission bits, and not consider the group
    of the TTY device file.  Thus, if a login tty's group would change
    somehow e.g., to "root", that would make it unwritable (via
    write(1)) by normal users, in spite of whatever the permission bits
    might imply.  Now, when configured using the
    --with-tty-group[=NAME] option, who also compares the group of the
    TTY device with NAME (or "tty" if no group name is specified).
  Changes in behavior
  * ls --color no longer emits the final 3-byte color-resetting escape
    sequence when it would be a no-op.
  * join -t '' no longer emits an error and instead operates on each
    line as a whole (even if they contain NUL characters).
  For other changes since 7.1 see NEWS.
- Split-up coreutils-%%{version}.diff as far as possible.
- Prefix all patches with coreutils-.
- All patches have the .patch suffix.
- Use the i18n patch from Archlinux as it fixes at least one test
  suite failure.

OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=9
2010-05-07 15:54:35 +00:00
OBS User autobuild
3d1a43cebf Accepting request 42290 from home:psmt:branches:openSUSE:Factory
Copy from home:psmt:branches:openSUSE:Factory/coreutils based on submit request 42290 from user psmt

OBS-URL: https://build.opensuse.org/request/show/42290
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=40
2010-07-02 14:01:11 +00:00
OBS User autobuild
e8115bede0 Accepting request 39394 from Base:System
Copy from Base:System/coreutils based on submit request 39394 from user psmt

OBS-URL: https://build.opensuse.org/request/show/39394
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=39
2010-05-05 20:22:09 +00:00
OBS User autobuild
f408a95877 Accepting request 34676 from Base:System
Copy from Base:System/coreutils based on submit request 34676 from user oertel

OBS-URL: https://build.opensuse.org/request/show/34676
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=37
2010-03-12 15:44:23 +00:00
OBS User autobuild
ff44d1eb05 Accepting request 26686 from Base:System
Copy from Base:System/coreutils based on submit request 26686 from user msmeissn

OBS-URL: https://build.opensuse.org/request/show/26686
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=36
2009-12-16 08:56:01 +00:00
OBS User unknown
322b511103 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=34 2009-03-24 18:58:29 +00:00
OBS User unknown
a4ae165425 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=33 2009-02-23 11:44:46 +00:00
OBS User unknown
53989f3f1e OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=32 2008-11-20 14:16:45 +00:00
OBS User unknown
cbaffbeaa9 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=31 2008-11-18 16:26:21 +00:00
OBS User unknown
d26c8f9fae OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=30 2008-10-22 15:45:32 +00:00
OBS User unknown
bba3d3609b OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=29 2008-09-23 21:49:38 +00:00
OBS User unknown
338cb80bce OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=28 2008-08-21 20:24:17 +00:00
OBS User unknown
454195dc86 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=27 2008-06-24 20:17:56 +00:00
OBS User unknown
70ff11ac4c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=26 2008-06-21 23:50:00 +00:00
OBS User unknown
7d5c229c2c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=25 2008-04-20 13:43:34 +00:00
OBS User unknown
97d8f53b95 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=24 2008-04-12 18:53:18 +00:00
OBS User unknown
3f49cd7003 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=23 2008-04-10 11:11:17 +00:00
OBS User unknown
7c847cde6e OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=22 2008-02-19 01:19:47 +00:00
OBS User unknown
6905633faa OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=21 2008-02-08 18:04:11 +00:00
OBS User unknown
f54cc33d82 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=20 2008-01-23 19:48:31 +00:00
OBS User unknown
38fc8e4fce OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=19 2008-01-13 13:52:15 +00:00
OBS User unknown
5932da32cd OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=18 2008-01-13 09:47:29 +00:00
OBS User unknown
b762f923e3 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=17 2008-01-12 02:03:49 +00:00
OBS User unknown
63063c2e49 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=16 2008-01-07 11:24:05 +00:00
OBS User unknown
3b98ba0aad OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=15 2007-12-12 17:03:46 +00:00
OBS User unknown
674e901794 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=14 2007-12-10 23:54:02 +00:00
OBS User unknown
e7d2a0c23c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=13 2007-12-03 10:10:15 +00:00
OBS User unknown
9228a75c9e OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=12 2007-11-30 15:07:11 +00:00
OBS User unknown
e975f8daa8 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=11 2007-07-23 17:57:03 +00:00
OBS User unknown
b00e5c29f0 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=10 2007-05-20 19:29:54 +00:00
OBS User unknown
6497af0743 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=9 2007-05-20 09:03:27 +00:00
OBS User unknown
8b7861a423 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=8 2007-04-05 22:14:08 +00:00
OBS User unknown
68795790e1 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=7 2007-03-23 20:28:51 +00:00
OBS User unknown
56ff3f7aee OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=6 2007-03-15 00:22:29 +00:00
OBS User unknown
95d641d280 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=5 2007-03-06 08:02:47 +00:00
OBS User unknown
4860603e7b OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=4 2007-03-03 11:45:27 +00:00
OBS User unknown
a28cf68879 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=3 2007-02-25 11:10:30 +00:00
OBS User unknown
020503d2f3 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=2 2007-01-09 16:42:56 +00:00
OBS User unknown
d88e232f02 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=1 2006-12-18 23:15:28 +00:00