[Lunar-commits] <moonbase> util-linux: version bumped to 2.17.1.

Florin Braescu florin at lunar-linux.org
Fri Feb 26 09:04:15 CET 2010


commit c4d3e4aeb65ff9159af59ace143adce1d1764d5e
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Fri Feb 26 10:04:15 2010 +0200

    util-linux: version bumped to 2.17.1.
    
    Changes:
    
    fallocate:
      - this NEW COMMAND is a command line interface to fallocate
        Linux syscall and allows to preallocate blocks to a file.
    
    unshare
      - this NEW COMMAND is a command line interface to unshare Linux syscall
        and allows to run program with some namespaces unshared from parent.
    
    wipefs
      - this NEW COMMAND is based on libblkid and allows to remove filesystem
        or RAID signatures from a device.
    
    libblkid:
      - libblkid allows to gather information about block device topology,
        currently supported methods are:
          * ioctl - supported since kernel 2.6.32
          * sysfs - supported since kernel 2.6.31
          * fallback for DM, MD, LVM and EVMS on old kernels (base on code
            from xfsprogs/libdisk)
        The topology support is mostly designed for mkfs programs or partitioning
        tools (already used in mkfs.xfs, mkex2fs, libparted and fdisk)
      - libblkid supports partition tables parsing (currently supported are
        aix, bsd, dos, mac, gpt, minix, sgi, solaris, sun and unixware). This
        functionality is designed for mkfs programs, DeviceKits, [k]partx or so.
      - libblkid API documentation is available at
        http://ftp.kernel.org/pub/linux/utils/util-linux-ng/libblkid-docs/
    
    blockdev:
       - supports all new topology ioctls
    
    fdisk:
       - the fdisk command aligns newly created partitions to minimum_io_size
         boundary ("minimum_io_size" is physical sector size or stripe chunk
         size on RAIDs).
       - the fdisk command supports disks with alignment_offset now.
---
 utils/util-linux/DETAILS |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/utils/util-linux/DETAILS b/utils/util-linux/DETAILS
index 9c407da..8877a54 100644
--- a/utils/util-linux/DETAILS
+++ b/utils/util-linux/DETAILS
@@ -1,12 +1,12 @@
           MODULE=util-linux
              MOD=util-linux-ng
-         VERSION=2.16.2
+         VERSION=2.17.1
           SOURCE=$MOD-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD-$VERSION
-      SOURCE_URL=$KERNEL_URL/pub/linux/utils/$MOD/v2.16
-      SOURCE_VFY=sha1:ace7a87ea61154210d9a11dd66b1b49d8130a828
+      SOURCE_URL=$KERNEL_URL/pub/linux/utils/$MOD/v2.17
+      SOURCE_VFY=sha1:e1772c333ac506163ceb443a3f93e66b8e27f3fd
          ENTERED=20010922
-         UPDATED=20091201
+         UPDATED=20100226
            SHORT="Essential utilities for any Linux box"
 
 cat << EOF


More information about the Lunar-commits mailing list