From: Gustavo Zacarias Date: Thu, 3 Jun 2010 18:46:14 +0000 (-0300) Subject: sqlite: bump version X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cffb9cf0d57c1422fd6f7d029b63e662f5fae347;p=buildroot.git sqlite: bump version Closes #1957 Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/CHANGES b/CHANGES index a1b83aea8c..529d845a31 100644 --- a/CHANGES +++ b/CHANGES @@ -8,7 +8,7 @@ luasocket, rings, wsapi, xavante Updated/fixed packages: cdrkit, libidn, netperf, openssl, php, - qt, tn5250, usbutils + qt, sqlite, tn5250, usbutils Removed packages: modutils @@ -23,6 +23,7 @@ #1909: netperf-2.4.5 fails to build because of undeclared SOCK_DCCP #1945: PHP: add sqlite3 dependency when using external lib #1951: Bump openssl to 0.9.8o + #1957: Bump sqlite to 3.6.23.1 2010.05, Released May 30th, 2010: diff --git a/package/sqlite/sqlite.mk b/package/sqlite/sqlite.mk index 375ab42ef7..1d336f6597 100644 --- a/package/sqlite/sqlite.mk +++ b/package/sqlite/sqlite.mk @@ -4,7 +4,7 @@ # ############################################################# -SQLITE_VERSION = 3.6.22 +SQLITE_VERSION = 3.6.23.1 SQLITE_SOURCE = sqlite-amalgamation-$(SQLITE_VERSION).tar.gz SQLITE_SITE = http://www.sqlite.org SQLITE_INSTALL_STAGING = YES