summaryrefslogtreecommitdiff
path: root/dev-db/sqlite/files/sqlite-3.24.0-nonfull_archive-archive_command_paths_handling.patch
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2019-02-27 23:09:21 +0100
committerMike Gilbert <floppym@gentoo.org>2019-02-27 17:35:19 -0500
commit1de0c0836625f3a11d173ed910cefd6ebc1d8e56 (patch)
tree812eefa86f82b9ad91dc577367755c3b925d4161 /dev-db/sqlite/files/sqlite-3.24.0-nonfull_archive-archive_command_paths_handling.patch
parent0ac6b43b9f88dcc321ae16fac9a3c967fceffa29 (diff)
downloadgentoo-1de0c0836625f3a11d173ed910cefd6ebc1d8e56.tar.gz
gentoo-1de0c0836625f3a11d173ed910cefd6ebc1d8e56.tar.bz2
gentoo-1de0c0836625f3a11d173ed910cefd6ebc1d8e56.zip
dev-db/sqlite: Delete old versions (<3.25.3).
Bug: https://bugs.gentoo.org/672942 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'dev-db/sqlite/files/sqlite-3.24.0-nonfull_archive-archive_command_paths_handling.patch')
-rw-r--r--dev-db/sqlite/files/sqlite-3.24.0-nonfull_archive-archive_command_paths_handling.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/dev-db/sqlite/files/sqlite-3.24.0-nonfull_archive-archive_command_paths_handling.patch b/dev-db/sqlite/files/sqlite-3.24.0-nonfull_archive-archive_command_paths_handling.patch
deleted file mode 100644
index 69ab04822709..000000000000
--- a/dev-db/sqlite/files/sqlite-3.24.0-nonfull_archive-archive_command_paths_handling.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-https://sqlite.org/src/info/27291f2d7fd4dadf
-
---- /shell.c
-+++ /shell.c
-@@ -12786,7 +12786,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)",