Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

util-linux: version bumped to 2.23. arch was removed from the package. it must be provided by coreutils module from now. #312

Merged
merged 2 commits into from May 1, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion utils/util-linux/BUILD
@@ -1,7 +1,7 @@
(
#still need several patches

OPTS+=" --enable-arch --enable-agetty --disable-kill --disable-su \
OPTS+=" --enable-agetty --disable-kill --disable-su \
--disable-last --disable-mesg --enable-partx --enable-raw \
--enable-rename --disable-reset --disable-login --disable-sulogin \
--enable-schedutils --disable-wall --enable-write --enable-fsck" &&
Expand Down
9 changes: 4 additions & 5 deletions utils/util-linux/DETAILS
@@ -1,13 +1,12 @@
MODULE=util-linux
MAJOR=2.22
VERSION=$MAJOR.2
VERSION=2.23
SOURCE=$MODULE-$VERSION.tar.xz
SOURCE_URL[0]=$KERNEL_URL/pub/linux/utils/$MODULE/v$MAJOR
SOURCE_URL[0]=$KERNEL_URL/pub/linux/utils/$MODULE/v$VERSION
SOURCE_URL[1]=$MIRROR_URL
WEB_SITE=http://freecode.com/projects/util-linux
SOURCE_VFY=sha1:7c7c79de4d5ce5eae5825215c3840d0299fcd04f
SOURCE_VFY=sha1:de344211b074c9a34358d0b308c3a3d64af54ea7
ENTERED=20010922
UPDATED=20121214
UPDATED=20130426
SHORT="Essential utilities for any Linux box"

cat << EOF
Expand Down