commit: 791655208ae246aa788ce3742e6558f08d81c9e7
parent 75a0e2bdfdfbc9383b6047d36381b18866061713
Author: Michael Forney <mforney@mforney.org>
Date: Fri, 4 Sep 2020 00:48:46 -0700
squashfs-tools-ng: Update to 1.0.2
Diffstat:
3 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/pkg/squashfs-tools-ng/config.h b/pkg/squashfs-tools-ng/config.h
@@ -24,13 +24,13 @@
#define PACKAGE "squashfs-tools-ng"
#define PACKAGE_BUGREPORT "goliath@infraroot.at"
#define PACKAGE_NAME "squashfs-tools-ng"
-#define PACKAGE_STRING "squashfs-tools-ng 1.0.1"
+#define PACKAGE_STRING "squashfs-tools-ng 1.0.2"
#define PACKAGE_TARNAME "squashfs-tools-ng"
#define PACKAGE_URL ""
-#define PACKAGE_VERSION "1.0.1"
+#define PACKAGE_VERSION "1.0.2"
/* #undef PTHREAD_CREATE_JOINABLE */
#define STDC_HEADERS 1
-#define VERSION "1.0.1"
+#define VERSION "1.0.2"
#ifndef _DARWIN_USE_64_BIT_INODE
# define _DARWIN_USE_64_BIT_INODE 1
#endif
diff --git a/pkg/squashfs-tools-ng/gen.lua b/pkg/squashfs-tools-ng/gen.lua
@@ -99,6 +99,7 @@ lib('libtar.a', [[
base64.c urldecode.c
padd_file.c read_retry.c
write_retry.c pax_header.c
+ read_sparse_map_new.c
)
]])
@@ -123,6 +124,7 @@ exe('rdsquashfs', [[
list_files.c options.c
restore_fstree.c describe.c
fill_files.c dump_xattrs.c
+ stat.c
)
libcommon.a.d
]])
diff --git a/pkg/squashfs-tools-ng/ver b/pkg/squashfs-tools-ng/ver
@@ -1 +1 @@
-1.0.1 r0
+1.0.2 r0