SHA256
1
0
forked from pool/coreutils
coreutils/_service
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

14 lines
522 B
Plaintext

<services>
<service name="download_url">
<param name="host">ftp.gnu.org</param><param name="protocol">ftp</param><param name="path">/gnu/coreutils/coreutils-8.12.tar.xz</param></service>
<service name="verify_file">
<param name="file">_service:download_url:coreutils-8.12.tar.xz</param>
<param name="verifier">sha256</param>
<param name="checksum">1e3c0182cdd0042871741d694ae1166dd90eb9f03a16c0aac0a9072a7aa92faf</param>
</service>
<service name="set_version">
</service>
</services>