summaryrefslogtreecommitdiff
path: root/pkg/util-linux/gen.lua
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2017-10-23 01:20:53 -0700
committerMichael Forney <mforney@mforney.org>2017-10-23 21:43:52 -0700
commit1a79b14516c6f7f194c9cf49a5cfc38dd2b042f1 (patch)
tree09f1fb9c85baa42ea6b734286a7d8bf745854ad7 /pkg/util-linux/gen.lua
parenta13d805c07b20aef9929e1419dddce60b91249b7 (diff)
util-linux: Update to 2.31
Diffstat (limited to 'pkg/util-linux/gen.lua')
-rw-r--r--pkg/util-linux/gen.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkg/util-linux/gen.lua b/pkg/util-linux/gen.lua
index 2de40c57..dafffec5 100644
--- a/pkg/util-linux/gen.lua
+++ b/pkg/util-linux/gen.lua
@@ -1,4 +1,4 @@
-set('version', '2.30.2')
+set('version', '2.31.0')
cflags{
'-include $dir/config.h',
'-I include',
@@ -40,6 +40,7 @@ lib('libcommon.a', [[
md5.c
pager.c
path.c
+ pwdutils.c
randutils.c
setproctitle.c
strutils.c
@@ -47,6 +48,7 @@ lib('libcommon.a', [[
ttyutils.c
exec_shell.c
strv.c
+ sha1.c
linux_version.c
loopdev.c
@@ -112,6 +114,7 @@ lib('libuuid.a', [[
unpack.c
unparse.c
uuid_time.c
+ predefined.c
)
]])