diff options
| author | Michael Forney <mforney@mforney.org> | 2020-02-03 10:48:20 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-02-03 10:48:20 -0800 |
| commit | 74afdae59e2c742297d58e3a6333c3c8d5da1f64 (patch) | |
| tree | 7ae8b1dc47248016e6ff46b4814f1240ea5ceebd /pkg/util-linux | |
| parent | 5523d87b71447d962dd95fce2a731b497298e861 (diff) | |
util-linux: Update to 2.35.1
Diffstat (limited to 'pkg/util-linux')
| -rw-r--r-- | pkg/util-linux/config.h | 17 | ||||
| -rw-r--r-- | pkg/util-linux/gen.lua | 2 | ||||
| m--------- | pkg/util-linux/src | 0 | ||||
| -rw-r--r-- | pkg/util-linux/ver | 2 |
4 files changed, 11 insertions, 10 deletions
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 -Subproject d35573591278a231a62cefdbee5b0beb0fb62dc +Subproject 77efaa9761df88f7bef842ac53ac1e9a1718b67 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 |
