diff options
| author | Michael Forney <mforney@mforney.org> | 2021-03-02 16:16:58 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2021-03-02 16:20:18 -0800 |
| commit | 1072840971ba1a8e8cd8a2861889ef4c048b0688 (patch) | |
| tree | 231c8cc3cc8790c60c0a5ed473a3de996c390ec0 | |
| parent | f412cdcf5e1edbf55d0de5c64bead37f7120c9c6 (diff) | |
util-linux: Update to 2.36.2
| -rw-r--r-- | pkg/util-linux/config.h | 16 | ||||
| -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, 10 insertions, 10 deletions
diff --git a/pkg/util-linux/config.h b/pkg/util-linux/config.h index e3d62671..3ad27a74 100644 --- a/pkg/util-linux/config.h +++ b/pkg/util-linux/config.h @@ -230,11 +230,11 @@ #define HAVE___FPURGE 1 #define HAVE___PROGNAME 1 /* #undef HAVE___SECURE_GETENV */ -#define LIBBLKID_DATE "16-Nov-2020" -#define LIBBLKID_VERSION "2.36.1" -#define LIBFDISK_VERSION "2.36.1" -#define LIBMOUNT_VERSION "2.36.1" -#define LIBSMARTCOLS_VERSION "2.36.1" +#define LIBBLKID_DATE "12-Feb-2020" +#define LIBBLKID_VERSION "2.36.2" +#define LIBFDISK_VERSION "2.36.2" +#define LIBMOUNT_VERSION "2.36.2" +#define LIBSMARTCOLS_VERSION "2.36.2" /* #undef LOGIN_CHOWN_VCS */ /* #undef LOGIN_STAT_MAIL */ #define LT_OBJDIR ".libs/" @@ -244,10 +244,10 @@ #define PACKAGE "util-linux" #define PACKAGE_BUGREPORT "kzak@redhat.com" #define PACKAGE_NAME "util-linux" -#define PACKAGE_STRING "util-linux 2.36.1" +#define PACKAGE_STRING "util-linux 2.36.2" #define PACKAGE_TARNAME "util-linux" #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" -#define PACKAGE_VERSION "2.36.1" +#define PACKAGE_VERSION "2.36.2" #define PG_BELL 1 #define STDC_HEADERS 1 /* #undef SYS_fallocate */ @@ -289,7 +289,7 @@ #define USE_TTY_GROUP 1 /* #undef USE_USRDIR_PATHS_ONLY */ /* #undef USE_VENDORDIR */ -#define VERSION "2.36.1" +#define VERSION "2.36.2" #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 de6e94fa..c3f0c93c 100644 --- a/pkg/util-linux/gen.lua +++ b/pkg/util-linux/gen.lua @@ -1,4 +1,4 @@ -set('version', '2.36.1') +set('version', '2.36.2') cflags{ '-include $dir/config.h', '-I $outdir', diff --git a/pkg/util-linux/src b/pkg/util-linux/src -Subproject 35c07c82be1ddc3b1c40f061b59008cac640549 +Subproject b897734b57ea06643fa916f15270f21ea2f1443 diff --git a/pkg/util-linux/ver b/pkg/util-linux/ver index a91575de..3f3ecc4c 100644 --- a/pkg/util-linux/ver +++ b/pkg/util-linux/ver @@ -1 +1 @@ -2.36.1 r0 +2.36.2 r0 |
