diff options
| author | Michael Forney <mforney@mforney.org> | 2019-06-14 13:21:25 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-06-14 13:22:20 -0700 |
| commit | ce9ba02aa51a3c0b1cfbb91b056e6075c8ded619 (patch) | |
| tree | 058ed6f7549789a5bdf772b9fdf1e8cff02a8587 /pkg/util-linux | |
| parent | cb743d8979cd73aa2b9dd3f05c55c50126e8356a (diff) | |
util-linux: Update to 2.34
Diffstat (limited to 'pkg/util-linux')
| -rw-r--r-- | pkg/util-linux/config.h | 18 | ||||
| -rw-r--r-- | pkg/util-linux/gen.lua | 10 | ||||
| m--------- | pkg/util-linux/src | 0 | ||||
| -rw-r--r-- | pkg/util-linux/ver | 2 |
4 files changed, 19 insertions, 11 deletions
diff --git a/pkg/util-linux/config.h b/pkg/util-linux/config.h index 0388cb27..eb40fd42 100644 --- a/pkg/util-linux/config.h +++ b/pkg/util-linux/config.h @@ -119,6 +119,7 @@ #define HAVE_OPENAT 1 #define HAVE_OPEN_MEMSTREAM 1 #define HAVE_PATHS_H 1 +/* #undef HAVE_PCRE */ #define HAVE_PERSONALITY 1 #define HAVE_POSIX_FADVISE 1 /* #undef HAVE_POSIX_FALLOCATE */ @@ -141,6 +142,7 @@ /* #undef HAVE_SECURITY_OPENPAM_H */ /* #undef HAVE_SECURITY_PAM_APPL_H */ /* #undef HAVE_SECURITY_PAM_MISC_H */ +/* #undef HAVE_SETITIMER */ #define HAVE_SETNS 1 /* #undef HAVE_SETPROGNAME */ #define HAVE_SETRESGID 1 @@ -221,11 +223,11 @@ #define HAVE___FPURGE 1 #define HAVE___PROGNAME 1 /* #undef HAVE___SECURE_GETENV */ -#define LIBBLKID_DATE "09-Apr-2019" -#define LIBBLKID_VERSION "2.33.2" -#define LIBFDISK_VERSION "2.33.2" -#define LIBMOUNT_VERSION "2.33.2" -#define LIBSMARTCOLS_VERSION "2.33.2" +#define LIBBLKID_DATE "14-Jun-2019" +#define LIBBLKID_VERSION "2.34.0" +#define LIBFDISK_VERSION "2.34.0" +#define LIBMOUNT_VERSION "2.34.0" +#define LIBSMARTCOLS_VERSION "2.34.0" /* #undef LOGIN_CHOWN_VCS */ /* #undef LOGIN_STAT_MAIL */ #define LT_OBJDIR ".libs/" @@ -235,10 +237,10 @@ #define PACKAGE "util-linux" #define PACKAGE_BUGREPORT "kzak@redhat.com" #define PACKAGE_NAME "util-linux" -#define PACKAGE_STRING "util-linux 2.33.2" +#define PACKAGE_STRING "util-linux 2.34" #define PACKAGE_TARNAME "util-linux" #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" -#define PACKAGE_VERSION "2.33.2" +#define PACKAGE_VERSION "2.34" #define PG_BELL 1 #define STDC_HEADERS 1 /* #undef SYS_fallocate */ @@ -275,7 +277,7 @@ #endif #define USE_TTY_GROUP 1 /* #undef USE_USRDIR_PATHS_ONLY */ -#define VERSION "2.33.2" +#define VERSION "2.34" #if defined AC_APPLE_UNIVERSAL_BUILD # if defined __BIG_ENDIAN__ # define WORDS_BIGENDIAN 1 diff --git a/pkg/util-linux/gen.lua b/pkg/util-linux/gen.lua index 088a6933..7101697f 100644 --- a/pkg/util-linux/gen.lua +++ b/pkg/util-linux/gen.lua @@ -1,4 +1,4 @@ -set('version', '2.33.2') +set('version', '2.34.0') cflags{ '-include $dir/config.h', '-I $dir', @@ -98,8 +98,14 @@ lib('libsmartcols.a', [[ column.c line.c table.c - table_print.c + print.c + fput.c + print-api.c version.c + buffer.c + calculate.c + grouping.c + walk.c init.c ) libtcolors.a diff --git a/pkg/util-linux/src b/pkg/util-linux/src -Subproject df9f1b2ee5bc90fc6f3b0089d2859df1b18f2c7 +Subproject d4319b91c9d7d69e7b954fc66819214f8150131 diff --git a/pkg/util-linux/ver b/pkg/util-linux/ver index 5787e567..d05e161b 100644 --- a/pkg/util-linux/ver +++ b/pkg/util-linux/ver @@ -1 +1 @@ -2.33.2 r0 +2.34 r0 |
