CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
util-linux-ng: updated to 2.17
authorJose V Beneyto <sepen@crux.nu>
Mon, 11 Jan 2010 10:03:16 +0000 (11:03 +0100)
committerJose V Beneyto <sepen@crux.nu>
Mon, 11 Jan 2010 10:03:16 +0000 (11:03 +0100)
util-linux-ng/.footprint
util-linux-ng/.md5sum
util-linux-ng/Pkgfile

index fcfdbbd8397d129a223ef5378865f68aa2aabcd0..67d74e1a75b4f237bca2b304b00cf9c20d27318b 100644 (file)
@@ -32,6 +32,7 @@ drwxr-xr-x    root/root       sbin/
 lrwxrwxrwx     root/root       sbin/swapoff -> swapon
 -rwxr-xr-x     root/root       sbin/swapon
 -rwxr-xr-x     root/root       sbin/switch_root
+-rwxr-xr-x     root/root       sbin/wipefs
 drwxr-xr-x     root/root       usr/
 drwxr-xr-x     root/root       usr/bin/
 -rwxr-xr-x     root/root       usr/bin/cal
@@ -71,6 +72,7 @@ lrwxrwxrwx    root/root       usr/bin/linux64 -> setarch
 -rwxr-xr-x     root/root       usr/bin/tailf
 -rwxr-xr-x     root/root       usr/bin/taskset
 -rwxr-xr-x     root/root       usr/bin/ul
+-rwxr-xr-x     root/root       usr/bin/unshare
 -rwxr-xr-x     root/root       usr/bin/uuidgen
 -rwxr-xr-x     root/root       usr/bin/whereis
 -rwxr-sr-x     root/tty        usr/bin/write
@@ -127,6 +129,7 @@ drwxr-xr-x  root/root       usr/man/man1/
 -rw-r--r--     root/root       usr/man/man1/tailf.1.gz
 -rw-r--r--     root/root       usr/man/man1/taskset.1.gz
 -rw-r--r--     root/root       usr/man/man1/ul.1.gz
+-rw-r--r--     root/root       usr/man/man1/unshare.1.gz
 -rw-r--r--     root/root       usr/man/man1/uuidgen.1.gz
 -rw-r--r--     root/root       usr/man/man1/whereis.1.gz
 -rw-r--r--     root/root       usr/man/man1/write.1.gz
@@ -180,6 +183,7 @@ drwxr-xr-x  root/root       usr/man/man8/
 -rw-r--r--     root/root       usr/man/man8/umount.8.gz
 -rw-r--r--     root/root       usr/man/man8/uuidd.8.gz
 -rw-r--r--     root/root       usr/man/man8/vidmode.8.gz
+-rw-r--r--     root/root       usr/man/man8/wipefs.8.gz
 drwxr-xr-x     root/root       usr/sbin/
 -rwxr-xr-x     root/root       usr/sbin/fdformat
 -rwxr-xr-x     root/root       usr/sbin/ldattach
index 47ba2808990aff1a42e51cff2608c5b63178a71d..2b30e37960f0e0787db6a958e609b0d6b5e63560 100644 (file)
@@ -1 +1 @@
-edd1f7a82fd388cc0e1e3d2d1e7ea55a  util-linux-ng-2.16.2.tar.bz2
+11cc8a0138019e7060dd275d47dbc096  util-linux-ng-2.17.tar.bz2
index 18b77699bd339c4a2da00ffef3f370664f91e412..034d875b25b1c73ba1de66198ae0427b0c2bfe77 100644 (file)
@@ -5,9 +5,9 @@
 # Depends on: ncurses zlib
 
 name=util-linux-ng
-version=2.16.2
+version=2.17
 release=1
-source=(http://www.kernel.org/pub/linux/utils/$name/v${version%.*}/$name-$version.tar.bz2)
+source=(http://www.kernel.org/pub/linux/utils/$name/v$version/$name-$version.tar.bz2)
 
 build() {
   cd $name-$version
@@ -15,7 +15,7 @@ build() {
               --host=$CTARGET \
               --prefix=/usr \
               --mandir=/usr/man \
-              --disable-{nls,elvtune,wall} \
+              --disable-{nls,elvtune,wall,fallocate} \
               --enable-{write,rdev,raw,kill}
 
   make