Commit 89f96ea9 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

sqlite: security bump to 3.8.10

Fixes: CVE-2015-3414, CVE-2015-3415 and CVE-2015-3416.

For details, see the Debian advisory:
https://www.debian.org/security/2015/dsa-3252



Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 965e3b96
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# From http://www.sqlite.org/download.html
sha1	db70dee268700b312cbaa5b3e5cf8454e1c8b7b9	sqlite-autoconf-3080900.tar.gz
sha1	7e92b4f78d4648fb2a97a4dc721490cc08653a0b	sqlite-autoconf-3081000.tar.gz
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
#
################################################################################

SQLITE_VERSION = 3080900
SQLITE_VERSION = 3081000
SQLITE_SOURCE = sqlite-autoconf-$(SQLITE_VERSION).tar.gz
SQLITE_SITE = http://www.sqlite.org/2015
SQLITE_LICENSE = Public domain