summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2020-09-04 00:48:46 -0700
committerMichael Forney <mforney@mforney.org>2020-09-04 22:42:34 -0700
commit791655208ae246aa788ce3742e6558f08d81c9e7 (patch)
treee64e79ed59ae9487a003136df66ea211d5b30c1c /pkg
parent75a0e2bdfdfbc9383b6047d36381b18866061713 (diff)
squashfs-tools-ng: Update to 1.0.2
Diffstat (limited to 'pkg')
-rw-r--r--pkg/squashfs-tools-ng/config.h6
-rw-r--r--pkg/squashfs-tools-ng/gen.lua2
m---------pkg/squashfs-tools-ng/src0
-rw-r--r--pkg/squashfs-tools-ng/ver2
4 files changed, 6 insertions, 4 deletions
diff --git a/pkg/squashfs-tools-ng/config.h b/pkg/squashfs-tools-ng/config.h
index c4a12eed..7609ee30 100644
--- 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
index 4e735a28..7362f155 100644
--- 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/src b/pkg/squashfs-tools-ng/src
-Subproject b1df58225cc5d4b12aa756e708f416fd09bc76f
+Subproject b96f0fc154feef531be76034bf6e38925636146
diff --git a/pkg/squashfs-tools-ng/ver b/pkg/squashfs-tools-ng/ver
index 9776fd71..bc1bda47 100644
--- a/pkg/squashfs-tools-ng/ver
+++ b/pkg/squashfs-tools-ng/ver
@@ -1 +1 @@
-1.0.1 r0
+1.0.2 r0