mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-27 11:32:08 +01:00
remove CVE-2015-4645.patch, fixed upstream remove fixes from fix-compat.patch which are applied upstream change package url to github where development moved change source url to github remove prepare function which is not needed and use default fix builddir variable add zstd compression support Closes !54
13 lines
239 B
Diff
13 lines
239 B
Diff
--- a/squashfs-tools/action.c
|
|
+++ b/squashfs-tools/action.c
|
|
@@ -1905,6 +1905,9 @@
|
|
return 1;
|
|
}
|
|
|
|
+#ifndef FNM_EXTMATCH
|
|
+#define FNM_EXTMATCH 0
|
|
+#endif
|
|
|
|
TEST_FN(name, ACTION_ALL_LNK, \
|
|
return fnmatch(atom->argv[0], action_data->name,
|