diff options
| author | Michael Forney <mforney@mforney.org> | 2020-03-20 16:43:28 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-03-20 16:43:56 -0700 |
| commit | 20bb028632b7a4f76200d60f90eacc821e59d84b (patch) | |
| tree | 798248ac69007104afa2f74d3f263d2930906f76 /pkg | |
| parent | c31f9339b2eef5fbe7abb9f05b83e45463864bed (diff) | |
xz: Update to 5.2.5
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/xz/config.h | 12 | ||||
| -rw-r--r-- | pkg/xz/gen.lua | 1 | ||||
| m--------- | pkg/xz/src | 0 | ||||
| -rw-r--r-- | pkg/xz/ver | 2 |
4 files changed, 10 insertions, 5 deletions
diff --git a/pkg/xz/config.h b/pkg/xz/config.h index b3593299..acc2641a 100644 --- a/pkg/xz/config.h +++ b/pkg/xz/config.h @@ -9,6 +9,7 @@ /* #undef HAVE_CC_SHA256_CTX */ /* #undef HAVE_CC_SHA256_INIT */ /* #undef HAVE_CFLOCALECOPYCURRENT */ +/* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */ /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */ #define HAVE_CHECK_CRC32 1 #define HAVE_CHECK_CRC64 1 @@ -46,7 +47,7 @@ #define HAVE_GETOPT_H 1 #define HAVE_GETOPT_LONG 1 /* #undef HAVE_GETTEXT */ -#define HAVE_ICONV 1 +/* #undef HAVE_ICONV */ /* probe HAVE_IMMINTRIN_H */ #define HAVE_INTTYPES_H 1 #define HAVE_LIMITS_H 1 @@ -94,6 +95,8 @@ #define HAVE__BOOL 1 /* #undef HAVE__FUTIME */ /* probe HAVE__MM_MOVEMASK_EPI8 */ +/* probe HAVE___BUILTIN_ASSUME_ALIGNED */ +/* #undef HAVE___BUILTIN_BSWAPXX */ #define LT_OBJDIR ".libs/" #define MYTHREAD_POSIX 1 /* #undef MYTHREAD_VISTA */ @@ -102,10 +105,10 @@ #define PACKAGE "xz" #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" #define PACKAGE_NAME "XZ Utils" -#define PACKAGE_STRING "XZ Utils 5.2.4" +#define PACKAGE_STRING "XZ Utils 5.2.5" #define PACKAGE_TARNAME "xz" #define PACKAGE_URL "https://tukaani.org/xz/" -#define PACKAGE_VERSION "5.2.4" +#define PACKAGE_VERSION "5.2.5" /* #undef PTHREAD_CREATE_JOINABLE */ /* probe SIZEOF_SIZE_T */ #define STDC_HEADERS 1 @@ -122,6 +125,7 @@ #define TUKLIB_PHYSMEM_SYSCONF 1 /* #undef TUKLIB_PHYSMEM_SYSCTL */ /* #undef TUKLIB_PHYSMEM_SYSINFO */ +/* #undef TUKLIB_USE_UNSAFE_TYPE_PUNNING */ #ifndef _ALL_SOURCE # define _ALL_SOURCE 1 #endif @@ -137,7 +141,7 @@ #ifndef __EXTENSIONS__ # define __EXTENSIONS__ 1 #endif -#define VERSION "5.2.4" +#define VERSION "5.2.5" #if defined AC_APPLE_UNIVERSAL_BUILD # if defined __BIG_ENDIAN__ # define WORDS_BIGENDIAN 1 diff --git a/pkg/xz/gen.lua b/pkg/xz/gen.lua index 06739cc5..51388d62 100644 --- a/pkg/xz/gen.lua +++ b/pkg/xz/gen.lua @@ -16,6 +16,7 @@ build('cat', '$outdir/config.h', { '$dir/config.h', '$builddir/probe/HAVE_IMMINTRIN_H', '$builddir/probe/HAVE__MM_MOVEMASK_EPI8', + '$builddir/probe/HAVE___BUILTIN_ASSUME_ALIGNED', '$builddir/probe/SIZEOF_SIZE_T', }) pkg.deps = {'$outdir/config.h'} diff --git a/pkg/xz/src b/pkg/xz/src -Subproject b5be61cc06088bb07f488f9baf7d447ff47b37c +Subproject 2327a461e1afce862c22269b80d3517801103c1 @@ -1 +1 @@ -5.2.4 r2 +5.2.5 r0 |
