commit 934f98f

Michael Forney  ·  2025-04-28 19:10:07 +0000 UTC
parent c6f2c0b
xz: Update to 5.8.1
4 files changed,  +11, -8
+6, -3
 1@@ -18,6 +18,7 @@
 2 #define HAVE_CLOCK_MONOTONIC 1
 3 /* #undef HAVE_COMMONCRYPTO_COMMONDIGEST_H */
 4 #define HAVE_CPUID_H 1
 5+/* #undef HAVE_CRC_X86_ASM */
 6 /* #undef HAVE_DCGETTEXT */
 7 #define HAVE_DECODERS 1
 8 #define HAVE_DECODER_ARM 1
 9@@ -57,6 +58,7 @@
10 /* probe HAVE_IMMINTRIN_H */
11 #define HAVE_INTTYPES_H 1
12 #define HAVE_LINUX_LANDLOCK 1
13+/* #undef HAVE_LOONGARCH_CRC32 */
14 #define HAVE_LZIP_DECODER 1
15 #define HAVE_MBRTOWC 1
16 #define HAVE_MF_BT2 1
17@@ -104,6 +106,7 @@
18 #endif
19 /* #undef HAVE_UTIME */
20 /* #undef HAVE_UTIMES */
21+#define HAVE_VASPRINTF 1
22 #define HAVE_VISIBILITY 1
23 #define HAVE_WCHAR_H 1
24 #define HAVE_WCWIDTH 1
25@@ -122,10 +125,10 @@
26 #define PACKAGE "xz"
27 #define PACKAGE_BUGREPORT "xz@tukaani.org"
28 #define PACKAGE_NAME "XZ Utils"
29-#define PACKAGE_STRING "XZ Utils 5.6.4"
30+#define PACKAGE_STRING "XZ Utils 5.8.1"
31 #define PACKAGE_TARNAME "xz"
32 #define PACKAGE_URL "https://tukaani.org/xz/"
33-#define PACKAGE_VERSION "5.6.4"
34+#define PACKAGE_VERSION "5.8.1"
35 /* #undef PTHREAD_CREATE_JOINABLE */
36 /* probe SIZEOF_SIZE_T */
37 #define STDC_HEADERS 1
38@@ -206,7 +209,7 @@
39 #ifndef _XOPEN_SOURCE
40 /* # undef _XOPEN_SOURCE */
41 #endif
42-#define VERSION "5.6.4"
43+#define VERSION "5.8.1"
44 #if defined AC_APPLE_UNIVERSAL_BUILD
45 # if defined __BIG_ENDIAN__
46 #  define WORDS_BIGENDIAN 1
+3, -3
 1@@ -31,9 +31,7 @@ lib('liblzma.a', [[src/(
 2 	liblzma/(
 3 		check/(
 4 			check.c
 5-			crc32_table.c
 6 			crc32_fast.c
 7-			crc64_table.c
 8 			crc64_fast.c
 9 			sha256.c
10 		)
11@@ -146,8 +144,10 @@ exe('xz', [[src/(
12 		tuklib_open_stdxxx.c
13 		tuklib_progname.c
14 		tuklib_exit.c
15-		tuklib_mbstr_width.c
16 		tuklib_mbstr_fw.c
17+		tuklib_mbstr_nonprint.c
18+		tuklib_mbstr_width.c
19+		tuklib_mbstr_wrap.c
20 	)
21 ) liblzma.a]])
22 
+1, -1
1@@ -1 +1 @@
2-Subproject commit ac50df0d89ce73f30430b8174e578071cbb4e056
3+Subproject commit a522a226545730551f7e7c2685fab27cf567746c
+1, -1
1@@ -1 +1 @@
2-5.6.4 r0
3+5.8.1 r0