diff options
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/xz/config.h | 9 | ||||
| -rw-r--r-- | pkg/xz/gen.lua | 6 | ||||
| m--------- | pkg/xz/src | 0 | ||||
| -rw-r--r-- | pkg/xz/ver | 2 |
4 files changed, 10 insertions, 7 deletions
diff --git a/pkg/xz/config.h b/pkg/xz/config.h index 0a3d33fc..0f0c8ae0 100644 --- a/pkg/xz/config.h +++ b/pkg/xz/config.h @@ -18,6 +18,7 @@ #define HAVE_CLOCK_MONOTONIC 1 /* #undef HAVE_COMMONCRYPTO_COMMONDIGEST_H */ #define HAVE_CPUID_H 1 +/* #undef HAVE_CRC_X86_ASM */ /* #undef HAVE_DCGETTEXT */ #define HAVE_DECODERS 1 #define HAVE_DECODER_ARM 1 @@ -57,6 +58,7 @@ /* probe HAVE_IMMINTRIN_H */ #define HAVE_INTTYPES_H 1 #define HAVE_LINUX_LANDLOCK 1 +/* #undef HAVE_LOONGARCH_CRC32 */ #define HAVE_LZIP_DECODER 1 #define HAVE_MBRTOWC 1 #define HAVE_MF_BT2 1 @@ -104,6 +106,7 @@ #endif /* #undef HAVE_UTIME */ /* #undef HAVE_UTIMES */ +#define HAVE_VASPRINTF 1 #define HAVE_VISIBILITY 1 #define HAVE_WCHAR_H 1 #define HAVE_WCWIDTH 1 @@ -122,10 +125,10 @@ #define PACKAGE "xz" #define PACKAGE_BUGREPORT "xz@tukaani.org" #define PACKAGE_NAME "XZ Utils" -#define PACKAGE_STRING "XZ Utils 5.6.4" +#define PACKAGE_STRING "XZ Utils 5.8.1" #define PACKAGE_TARNAME "xz" #define PACKAGE_URL "https://tukaani.org/xz/" -#define PACKAGE_VERSION "5.6.4" +#define PACKAGE_VERSION "5.8.1" /* #undef PTHREAD_CREATE_JOINABLE */ /* probe SIZEOF_SIZE_T */ #define STDC_HEADERS 1 @@ -206,7 +209,7 @@ #ifndef _XOPEN_SOURCE /* # undef _XOPEN_SOURCE */ #endif -#define VERSION "5.6.4" +#define VERSION "5.8.1" #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 17d4f004..3f2a5b52 100644 --- a/pkg/xz/gen.lua +++ b/pkg/xz/gen.lua @@ -31,9 +31,7 @@ lib('liblzma.a', [[src/( liblzma/( check/( check.c - crc32_table.c crc32_fast.c - crc64_table.c crc64_fast.c sha256.c ) @@ -146,8 +144,10 @@ exe('xz', [[src/( tuklib_open_stdxxx.c tuklib_progname.c tuklib_exit.c - tuklib_mbstr_width.c tuklib_mbstr_fw.c + tuklib_mbstr_nonprint.c + tuklib_mbstr_width.c + tuklib_mbstr_wrap.c ) ) liblzma.a]]) diff --git a/pkg/xz/src b/pkg/xz/src -Subproject ac50df0d89ce73f30430b8174e578071cbb4e05 +Subproject a522a226545730551f7e7c2685fab27cf567746 @@ -1 +1 @@ -5.6.4 r0 +5.8.1 r0 |
