[maemo-commits] [maemo-commits] r18522 - projects/haf/trunk/sqlite3/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu May 28 13:06:30 EEST 2009
Author: ifrade
Date: 2009-05-28 13:06:15 +0300 (Thu, 28 May 2009)
New Revision: 18522

Modified:
   projects/haf/trunk/sqlite3/debian/changelog
   projects/haf/trunk/sqlite3/debian/rules
Log:
Preparing release 3.6.14-1maemo2. Setting YYSTACKDEPTH to a bigger value

Modified: projects/haf/trunk/sqlite3/debian/changelog
===================================================================
--- projects/haf/trunk/sqlite3/debian/changelog	2009-05-28 08:53:42 UTC (rev 18521)
+++ projects/haf/trunk/sqlite3/debian/changelog	2009-05-28 10:06:15 UTC (rev 18522)
@@ -1,3 +1,10 @@
+sqlite3 (3.6.14-1maemo2) stable; urgency=low
+
+  * Incresed YYSTACKDEPTH to support more joins in queries.
+  * Fixes: NB#108146, Parser overflow with more than 12 optional...
+
+ -- Ivan Frade (frade) <ivan.frade at nokia.com>  Thu, 28 May 2009 12:33:03 +0300
+
 sqlite3 (3.6.14-1maemo1) stable; urgency=low
 
   * Upgrade to upstream 3.6.14

Modified: projects/haf/trunk/sqlite3/debian/rules
===================================================================
--- projects/haf/trunk/sqlite3/debian/rules	2009-05-28 08:53:42 UTC (rev 18521)
+++ projects/haf/trunk/sqlite3/debian/rules	2009-05-28 10:06:15 UTC (rev 18522)
@@ -48,5 +48,6 @@
 CFLAGS = -Wall -g
 # Forcing this link to compile with --enable-load-extension
 DEB_CONFIGURE_SCRIPT_ENV += LIBS="-ldl"
+DEB_CONFIGURE_SCRIPT_ENV += CFLAGS="-DYYSTACKDEPTH=500"
 
 DEB_DH_STRIP_ARGS := --dbg-package=libsqlite3-0


More information about the maemo-commits mailing list