commit: 72ecceaa0975692bdcd0a006d941ccbefff00f20
parent 933910a56f59928ebe46195a123b9d20ff005698
Author: Michael Forney <mforney@mforney.org>
Date: Sat, 15 May 2021 00:36:43 -0700
squashfs-tools-ng: Update to 1.1.1
Diffstat:
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/pkg/squashfs-tools-ng/config.h b/pkg/squashfs-tools-ng/config.h
@@ -29,13 +29,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.1.0"
+#define PACKAGE_STRING "squashfs-tools-ng 1.1.1"
#define PACKAGE_TARNAME "squashfs-tools-ng"
#define PACKAGE_URL ""
-#define PACKAGE_VERSION "1.1.0"
+#define PACKAGE_VERSION "1.1.1"
/* #undef PTHREAD_CREATE_JOINABLE */
#define STDC_HEADERS 1
-#define VERSION "1.1.0"
+#define VERSION "1.1.1"
#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
@@ -36,6 +36,7 @@ local srcs = paths[[
block_processor/backend.c
frag_table.c
block_writer.c
+ misc.c
unix/io_file.c
)
diff --git a/pkg/squashfs-tools-ng/ver b/pkg/squashfs-tools-ng/ver
@@ -1 +1 @@
-1.1.0 r0
+1.1.1 r0