diff options
author | Juergen Daubert <jue@jue.li> | 2008-09-27 10:38:07 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2008-09-27 10:38:07 +0200 |
commit | 8152756216130164a6faaefffe91fbdb643916a8 (patch) | |
tree | 854c2a01d08a07955ef5a63d619fdddaa3b47def /util-linux-ng | |
parent | 346333ff616fd3694641892361d0ab024dc1c269 (diff) | |
download | core-8152756216130164a6faaefffe91fbdb643916a8.tar.gz core-8152756216130164a6faaefffe91fbdb643916a8.tar.xz |
util-linux-ng: update to 2.14.1
Diffstat (limited to 'util-linux-ng')
-rw-r--r-- | util-linux-ng/.footprint | 4 | ||||
-rw-r--r-- | util-linux-ng/.md5sum | 2 | ||||
-rw-r--r-- | util-linux-ng/Pkgfile | 4 |
3 files changed, 6 insertions, 4 deletions
diff --git a/util-linux-ng/.footprint b/util-linux-ng/.footprint index 650f42fe..f20cbe4b 100644 --- a/util-linux-ng/.footprint +++ b/util-linux-ng/.footprint @@ -34,7 +34,6 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/column -rwxr-xr-x root/root usr/bin/cytune -rwxr-xr-x root/root usr/bin/ddate --rwxr-xr-x root/root usr/bin/fdformat -rwxr-xr-x root/root usr/bin/flock -rwxr-xr-x root/root usr/bin/getopt -rwxr-xr-x root/root usr/bin/hexdump @@ -115,6 +114,7 @@ drwxr-xr-x root/root usr/man/man8/ -rw-r--r-- root/root usr/man/man8/hwclock.8.gz -rw-r--r-- root/root usr/man/man8/i386.8.gz -rw-r--r-- root/root usr/man/man8/isosize.8.gz +-rw-r--r-- root/root usr/man/man8/ldattach.8.gz -rw-r--r-- root/root usr/man/man8/linux32.8.gz -rw-r--r-- root/root usr/man/man8/linux64.8.gz -rw-r--r-- root/root usr/man/man8/losetup.8.gz @@ -135,6 +135,8 @@ 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/vidmode.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 lrwxrwxrwx root/root usr/sbin/ramsize -> rdev -rwxr-xr-x root/root usr/sbin/rdev -rwxr-xr-x root/root usr/sbin/readprofile diff --git a/util-linux-ng/.md5sum b/util-linux-ng/.md5sum index 6f7ce9a2..25a6e494 100644 --- a/util-linux-ng/.md5sum +++ b/util-linux-ng/.md5sum @@ -1 +1 @@ -b6c891284f875b01be1b4d012c03736e util-linux-ng-2.13.1.tar.gz +17bafd53cf242accd716d2306a2c6582 util-linux-ng-2.14.1.tar.gz diff --git a/util-linux-ng/Pkgfile b/util-linux-ng/Pkgfile index 4947b126..051e3f9b 100644 --- a/util-linux-ng/Pkgfile +++ b/util-linux-ng/Pkgfile @@ -4,9 +4,9 @@ # Depends on: e2fsprogs, ncurses, zlib name=util-linux-ng -version=2.13.1 +version=2.14.1 release=1 -source=(http://www.kernel.org/pub/linux/utils/$name/v2.13/$name-$version.tar.gz) +source=(http://www.kernel.org/pub/linux/utils/$name/v2.14/$name-$version.tar.gz) build() { cd $name-$version |