From 74afdae59e2c742297d58e3a6333c3c8d5da1f64 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Mon, 3 Feb 2020 10:48:20 -0800 Subject: util-linux: Update to 2.35.1 --- pkg/util-linux/config.h | 17 +++++++++-------- pkg/util-linux/gen.lua | 2 +- pkg/util-linux/src | 2 +- pkg/util-linux/ver | 2 +- 4 files changed, 12 insertions(+), 11 deletions(-) (limited to 'pkg/util-linux') diff --git a/pkg/util-linux/config.h b/pkg/util-linux/config.h index a873818e..5b5e9993 100644 --- a/pkg/util-linux/config.h +++ b/pkg/util-linux/config.h @@ -231,11 +231,11 @@ #define HAVE___FPURGE 1 #define HAVE___PROGNAME 1 /* #undef HAVE___SECURE_GETENV */ -#define LIBBLKID_DATE "21-Jan-2020" -#define LIBBLKID_VERSION "2.35.0" -#define LIBFDISK_VERSION "2.35.0" -#define LIBMOUNT_VERSION "2.35.0" -#define LIBSMARTCOLS_VERSION "2.35.0" +#define LIBBLKID_DATE "31-Jan-2020" +#define LIBBLKID_VERSION "2.35.1" +#define LIBFDISK_VERSION "2.35.1" +#define LIBMOUNT_VERSION "2.35.1" +#define LIBSMARTCOLS_VERSION "2.35.1" /* #undef LOGIN_CHOWN_VCS */ /* #undef LOGIN_STAT_MAIL */ #define LT_OBJDIR ".libs/" @@ -245,10 +245,10 @@ #define PACKAGE "util-linux" #define PACKAGE_BUGREPORT "kzak@redhat.com" #define PACKAGE_NAME "util-linux" -#define PACKAGE_STRING "util-linux 2.35" +#define PACKAGE_STRING "util-linux 2.35.1" #define PACKAGE_TARNAME "util-linux" #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" -#define PACKAGE_VERSION "2.35" +#define PACKAGE_VERSION "2.35.1" #define PG_BELL 1 #define STDC_HEADERS 1 /* #undef SYS_fallocate */ @@ -267,6 +267,7 @@ /* #undef TM_IN_SYS_TIME */ #define USE_COLORS_BY_DEFAULT 1 /* #undef USE_HWCLOCK_CMOS */ +#define USE_HWCLOCK_GPLv3_DATETIME 1 /* #undef USE_LIBMOUNT_SUPPORT_MTAB */ #define USE_LIBMOUNT_SUPPORT_NAMESPACES 1 #define USE_PLYMOUTH_SUPPORT 1 @@ -288,7 +289,7 @@ #endif #define USE_TTY_GROUP 1 /* #undef USE_USRDIR_PATHS_ONLY */ -#define VERSION "2.35" +#define VERSION "2.35.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 e0d7eac2..64dd41df 100644 --- a/pkg/util-linux/gen.lua +++ b/pkg/util-linux/gen.lua @@ -1,4 +1,4 @@ -set('version', '2.35.0') +set('version', '2.35.1') cflags{ '-include $dir/config.h', '-I $outdir', diff --git a/pkg/util-linux/src b/pkg/util-linux/src index d3557359..77efaa97 160000 --- a/pkg/util-linux/src +++ b/pkg/util-linux/src @@ -1 +1 @@ -Subproject commit d35573591278a231a62cefdbee5b0beb0fb62dc8 +Subproject commit 77efaa9761df88f7bef842ac53ac1e9a1718b67e diff --git a/pkg/util-linux/ver b/pkg/util-linux/ver index 6e1c2dac..c7b0fab6 100644 --- a/pkg/util-linux/ver +++ b/pkg/util-linux/ver @@ -1 +1 @@ -2.35 r0 +2.35.1 r0 -- cgit v1.2.3