From b44c395c0d2767ea2787a0d77a79424adf5cb050 Mon Sep 17 00:00:00 2001 From: Baruch Siach Date: Tue, 31 Oct 2017 14:17:52 +0200 Subject: [PATCH] sqlite: bump to version 3.21.0 Drop upstream patches. Add license file hash. Signed-off-by: Baruch Siach Signed-off-by: Peter Korsgaard --- package/sqlite/0001-CVE-2017-13685.patch | 54 ------------------------ package/sqlite/0002-CVE-2017-15286.patch | 28 ------------ package/sqlite/sqlite.hash | 6 ++- package/sqlite/sqlite.mk | 2 +- 4 files changed, 5 insertions(+), 85 deletions(-) delete mode 100644 package/sqlite/0001-CVE-2017-13685.patch delete mode 100644 package/sqlite/0002-CVE-2017-15286.patch diff --git a/package/sqlite/0001-CVE-2017-13685.patch b/package/sqlite/0001-CVE-2017-13685.patch deleted file mode 100644 index 9fd88f27e2..0000000000 --- a/package/sqlite/0001-CVE-2017-13685.patch +++ /dev/null @@ -1,54 +0,0 @@ -Fix CVE-2017-13685 - -The dump_callback function in SQLite 3.20.0 allows remote attackers to cause a -denial of service (EXC_BAD_ACCESS and application crash) via a crafted file. - -Patch taken from Debian: -https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=873762 - -Upstream issue: https://sqlite.org/src/info/02f0f4c54f2819b3 - -Signed-off-by: Baruch Siach - -Index: src/shell.c -================================================================== ---- src/shell.c -+++ src/shell.c -@@ -2657,10 +2657,11 @@ - int *aiType /* Column types */ - ){ - int i; - ShellState *p = (ShellState*)pArg; - -+ if( azArg==0 ) return 0; - switch( p->cMode ){ - case MODE_Line: { - int w = 5; - if( azArg==0 ) break; - for(i=0; in ) appendText(p, "|", 0); - for(i=0; i