summaryrefslogtreecommitdiff
path: root/dev-db/sqlite/files/sqlite-3.24.0-full_archive-archive_command_paths_handling.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/sqlite/files/sqlite-3.24.0-full_archive-archive_command_paths_handling.patch')
-rw-r--r--dev-db/sqlite/files/sqlite-3.24.0-full_archive-archive_command_paths_handling.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/dev-db/sqlite/files/sqlite-3.24.0-full_archive-archive_command_paths_handling.patch b/dev-db/sqlite/files/sqlite-3.24.0-full_archive-archive_command_paths_handling.patch
deleted file mode 100644
index 5c27aa3465b0..000000000000
--- a/dev-db/sqlite/files/sqlite-3.24.0-full_archive-archive_command_paths_handling.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-https://sqlite.org/src/info/27291f2d7fd4dadf
-
---- /src/shell.c.in
-+++ /src/shell.c.in
-@@ -5284,7 +5284,8 @@
- "SELECT "
- " ($dir || name),"
- " writefile(($dir || name), %s, mode, mtime) "
-- "FROM %s WHERE (%s) AND (data IS NULL OR $dirOnly = 0)";
-+ "FROM %s WHERE (%s) AND (data IS NULL OR $dirOnly = 0)"
-+ " AND name NOT GLOB '*..[/\\]*'";
-
- const char *azExtraArg[] = {
- "sqlar_uncompress(data, sz)",