commit 9734be0

hovercats  ·  2024-01-31 07:44:07 +0000 UTC
parent 99d950c
xz: 5.4.6
4 files changed,  +8, -7
+1, -1
1@@ -5,5 +5,5 @@ Generated with
2 ```
3 ./configure \
4 	--disable-nls \
5-	--disable-microlzmadecoder
6+	--disable-microlzma
7 ```
+5, -4
 1@@ -114,10 +114,10 @@
 2 #define PACKAGE "xz"
 3 #define PACKAGE_BUGREPORT "xz@tukaani.org"
 4 #define PACKAGE_NAME "XZ Utils"
 5-#define PACKAGE_STRING "XZ Utils 5.4.5"
 6+#define PACKAGE_STRING "XZ Utils 5.4.6"
 7 #define PACKAGE_TARNAME "xz"
 8-#define PACKAGE_URL "https://tukaani.org/xz/"
 9-#define PACKAGE_VERSION "5.4.5"
10+#define PACKAGE_URL "https://xz.tukaani.org/xz-utils/"
11+#define PACKAGE_VERSION "5.4.6"
12 /* #undef PTHREAD_CREATE_JOINABLE */
13 #define SIZEOF_SIZE_T 8
14 #define STDC_HEADERS 1
15@@ -134,6 +134,7 @@
16 #define TUKLIB_PHYSMEM_SYSCONF 1
17 /* #undef TUKLIB_PHYSMEM_SYSCTL */
18 /* #undef TUKLIB_PHYSMEM_SYSINFO */
19+/* #undef TUKLIB_USE_UNSAFE_TYPE_PUNNING */
20 #ifndef _ALL_SOURCE
21 # define _ALL_SOURCE 1
22 #endif
23@@ -194,7 +195,7 @@
24 #ifndef _XOPEN_SOURCE
25 /* # undef _XOPEN_SOURCE */
26 #endif
27-#define VERSION "5.4.5"
28+#define VERSION "5.4.6"
29 #if defined AC_APPLE_UNIVERSAL_BUILD
30 # if defined __BIG_ENDIAN__
31 #  define WORDS_BIGENDIAN 1
+1, -1
1@@ -1 +1 @@
2-Subproject commit 49053c0a649f4c8bd2b8d97ce915f401fbc0f3d9
3+Subproject commit 6e8732c5a317a349986a4078718f1d95b67072c5
+1, -1
1@@ -1 +1 @@
2-5.4.5 r0
3+5.4.6 r0