diff options
| author | Michael Forney <mforney@mforney.org> | 2019-03-03 23:51:52 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-03-04 00:15:33 -0800 |
| commit | 3db8d56ee315f688633648b24bf23645ebe3f14e (patch) | |
| tree | 97c1345118023b204f5e960f04d11e2a04911789 | |
| parent | 004a5ba46c918aac573c3a57d3cd613a79b8d1a3 (diff) | |
util-linux: Update to 2.33.1
| -rw-r--r-- | pkg/util-linux/config.h | 16 | ||||
| -rw-r--r-- | pkg/util-linux/gen.lua | 2 | ||||
| -rw-r--r-- | pkg/util-linux/rev | 2 | ||||
| m--------- | pkg/util-linux/src | 0 |
4 files changed, 10 insertions, 10 deletions
diff --git a/pkg/util-linux/config.h b/pkg/util-linux/config.h index b2e6fdb8..f5e58b7a 100644 --- a/pkg/util-linux/config.h +++ b/pkg/util-linux/config.h @@ -221,11 +221,11 @@ #define HAVE___FPURGE 1 #define HAVE___PROGNAME 1 /* #undef HAVE___SECURE_GETENV */ -#define LIBBLKID_DATE "06-Nov-2018" -#define LIBBLKID_VERSION "2.33.0" -#define LIBFDISK_VERSION "2.33.0" -#define LIBMOUNT_VERSION "2.33.0" -#define LIBSMARTCOLS_VERSION "2.33.0" +#define LIBBLKID_DATE "09-Jan-2019" +#define LIBBLKID_VERSION "2.33.1" +#define LIBFDISK_VERSION "2.33.1" +#define LIBMOUNT_VERSION "2.33.1" +#define LIBSMARTCOLS_VERSION "2.33.1" /* #undef LOGIN_CHOWN_VCS */ /* #undef LOGIN_STAT_MAIL */ #define LT_OBJDIR ".libs/" @@ -235,10 +235,10 @@ #define PACKAGE "util-linux" #define PACKAGE_BUGREPORT "kzak@redhat.com" #define PACKAGE_NAME "util-linux" -#define PACKAGE_STRING "util-linux 2.33" +#define PACKAGE_STRING "util-linux 2.33.1" #define PACKAGE_TARNAME "util-linux" #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" -#define PACKAGE_VERSION "2.33" +#define PACKAGE_VERSION "2.33.1" #define PG_BELL 1 #define STDC_HEADERS 1 /* #undef SYS_fallocate */ @@ -275,7 +275,7 @@ #endif #define USE_TTY_GROUP 1 /* #undef USE_USRDIR_PATHS_ONLY */ -#define VERSION "2.33" +#define VERSION "2.33.1" #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 8ee5e214..f6614add 100644 --- a/pkg/util-linux/gen.lua +++ b/pkg/util-linux/gen.lua @@ -1,4 +1,4 @@ -set('version', '2.33.0') +set('version', '2.33.1') cflags{ '-include $dir/config.h', '-I $dir', diff --git a/pkg/util-linux/rev b/pkg/util-linux/rev index f599e28b..b4de3947 100644 --- a/pkg/util-linux/rev +++ b/pkg/util-linux/rev @@ -1 +1 @@ -10 +11 diff --git a/pkg/util-linux/src b/pkg/util-linux/src -Subproject 06993ebb11d33ce87cdf36dd9c341b605568e58 +Subproject 539fb3c722d2cc867fa547276d01e977b07a38f |
