sqlite: security bump to 3.8.10
authorPeter Korsgaard <peter@korsgaard.com>
Fri, 8 May 2015 07:51:05 +0000 (09:51 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 8 May 2015 07:51:05 +0000 (09:51 +0200)
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: Peter Korsgaard <peter@korsgaard.com>
package/sqlite/sqlite.hash
package/sqlite/sqlite.mk

index b57fdfba22ead578fbc12781ef35df9c187b81a6..d524dbe91278a3eba653151e5907b36f6e426917 100644 (file)
@@ -1,2 +1,2 @@
 # From http://www.sqlite.org/download.html
-sha1   db70dee268700b312cbaa5b3e5cf8454e1c8b7b9        sqlite-autoconf-3080900.tar.gz
+sha1   7e92b4f78d4648fb2a97a4dc721490cc08653a0b        sqlite-autoconf-3081000.tar.gz
index d8ea1c7230d5fb23e07aeb3f6abd6b52fa36c940..fff219a9f87fd9a75af2ca8fa4a71d9c463cc107 100644 (file)
@@ -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