3
0
forked from pool/coreutils
Commit Graph

20 Commits

Author SHA256 Message Date
Sascha Peilicke
ef1cc8de96 Autobuild autoformatter for 68718
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=60
2011-05-02 10:41:01 +00:00
Sascha Peilicke
95799957fe Accepting request 68718 from Base:System
Update to 8.12 - Main change is handling of FIEMAP based copying

OBS-URL: https://build.opensuse.org/request/show/68718
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=59
2011-05-02 10:40:47 +00:00
a5a4822d2b Autobuild autoformatter for 67545
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=58
2011-04-15 18:12:27 +00:00
fd990598eb Accepting request 67545 from Base:System
Accepted submit request 67545 from user coolo

OBS-URL: https://build.opensuse.org/request/show/67545
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=57
2011-04-15 18:12:13 +00:00
Sascha Peilicke
b7bbcb290b Autobuild autoformatter for 65763
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=56
2011-04-01 14:48:50 +00:00
Sascha Peilicke
4b577074f4 Accepting request 65763 from Base:System
Accepted submit request 65763 from user coolo

OBS-URL: https://build.opensuse.org/request/show/65763
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=55
2011-04-01 14:48:36 +00:00
Ruediger Oertel
845dc54b02 update again
OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=117
2011-05-03 10:13:52 +00:00
OBS User _service
8a474c9ef1 generated via source service
OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=113
2011-04-28 16:07:16 +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
OBS User _service
bd4b144bf7 generated via source service
OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=110
2011-04-15 14:49:32 +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
OBS User _service
67203158cf generated via source service
OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=106
2011-04-06 10:05:28 +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
OBS User _service
1aa6c6309a generated via source service
OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=102
2011-04-05 10:41:59 +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
OBS User _service
e7a9719a8c generated via source service
OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=100
2011-04-04 14:16:27 +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
OBS User _service
e5d1f0598e generated via source service
OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=97
2011-04-01 13:36:11 +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
OBS User _service
ca2ced524a generated via source service
OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=95
2011-04-01 12:50:06 +00:00