[notify] util-linux: update to 2.23

Note:
-----
Deprecated cryptoloop support for mount and losetup has been removed.
See [1]. Use dm-crypt/cryptsetup instead [2].

[1] http://article.gmane.org/gmane.linux.utilities.util-linux-ng/7503
[2] http://code.google.com/p/cryptsetup/
This commit is contained in:
Juergen Daubert 2013-04-28 12:55:23 +02:00
parent 4dfa27237a
commit 7e1168087a
3 changed files with 9 additions and 5 deletions

View File

@ -19,6 +19,7 @@ lrwxrwxrwx root/root lib/libuuid.so.1 -> libuuid.so.1.3.0
-rwxr-xr-x root/root lib/libuuid.so.1.3.0
drwxr-xr-x root/root sbin/
-rwxr-xr-x root/root sbin/agetty
-rwxr-xr-x root/root sbin/blkdiscard
-rwxr-xr-x root/root sbin/blkid
-rwxr-xr-x root/root sbin/blockdev
-rwxr-xr-x root/root sbin/cfdisk
@ -71,6 +72,7 @@ lrwxrwxrwx root/root usr/bin/linux64 -> setarch
-rwxr-xr-x root/root usr/bin/lslocks
-rwxr-xr-x root/root usr/bin/mcookie
-rwxr-xr-x root/root usr/bin/namei
-rwxr-xr-x root/root usr/bin/nsenter
-rwxr-xr-x root/root usr/bin/pg
-rwxr-xr-x root/root usr/bin/prlimit
-rwxr-xr-x root/root usr/bin/rename
@ -137,6 +139,7 @@ drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/more.1.gz
-rw-r--r-- root/root usr/man/man1/mountpoint.1.gz
-rw-r--r-- root/root usr/man/man1/namei.1.gz
-rw-r--r-- root/root usr/man/man1/nsenter.1.gz
-rw-r--r-- root/root usr/man/man1/pg.1.gz
-rw-r--r-- root/root usr/man/man1/prlimit.1.gz
-rw-r--r-- root/root usr/man/man1/rename.1.gz
@ -173,6 +176,7 @@ drwxr-xr-x root/root usr/man/man5/
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/addpart.8.gz
-rw-r--r-- root/root usr/man/man8/agetty.8.gz
-rw-r--r-- root/root usr/man/man8/blkdiscard.8.gz
-rw-r--r-- root/root usr/man/man8/blkid.8.gz
-rw-r--r-- root/root usr/man/man8/blockdev.8.gz
-rw-r--r-- root/root usr/man/man8/cfdisk.8.gz
@ -185,6 +189,7 @@ drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/findfs.8.gz
-rw-r--r-- root/root usr/man/man8/findmnt.8.gz
-rw-r--r-- root/root usr/man/man8/fsck.8.gz
-rw-r--r-- root/root usr/man/man8/fsck.cramfs.8.gz
-rw-r--r-- root/root usr/man/man8/fsfreeze.8.gz
-rw-r--r-- root/root usr/man/man8/fstrim.8.gz
-rw-r--r-- root/root usr/man/man8/hwclock.8.gz
@ -197,6 +202,7 @@ drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/lsblk.8.gz
-rw-r--r-- root/root usr/man/man8/lslocks.8.gz
-rw-r--r-- root/root usr/man/man8/mkfs.8.gz
-rw-r--r-- root/root usr/man/man8/mkfs.cramfs.8.gz
-rw-r--r-- root/root usr/man/man8/mkswap.8.gz
-rw-r--r-- root/root usr/man/man8/mount.8.gz
-rw-r--r-- root/root usr/man/man8/partx.8.gz
@ -211,7 +217,6 @@ drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/swapoff.8.gz
-rw-r--r-- root/root usr/man/man8/swapon.8.gz
-rw-r--r-- root/root usr/man/man8/switch_root.8.gz
-rw-r--r-- root/root usr/man/man8/tunelp.8.gz
-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/wdctl.8.gz
@ -226,7 +231,6 @@ drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/readprofile
-rwxr-xr-x root/root usr/sbin/resizepart
-rwxr-xr-x root/root usr/sbin/rtcwake
-rwxr-xr-x root/root usr/sbin/tunelp
-rwxr-xr-x root/root usr/sbin/uuidd
drwxr-xr-x root/root var/
drwxr-xr-x root/root var/lib/

View File

@ -1 +1 @@
eeacbfdd2556acd899a2d0ffdb446185 util-linux-2.22.2.tar.xz
cf5e9bb402371beaaffc3a5f276d5783 util-linux-2.23.tar.xz

View File

@ -4,9 +4,9 @@
# Depends on: ncurses zlib
name=util-linux
version=2.22.2
version=2.23
release=1
source=(http://ftp.kernel.org/pub/linux/utils/$name/v2.22/$name-$version.tar.xz)
source=(https://www.kernel.org/pub/linux/utils/$name/v2.23/$name-$version.tar.xz)
build() {
cd $name-$version