On Thu, Sep 12, 2013 at 02:35:02PM -0400, James Turner wrote: > Attached is a diff to update our in tree version of SQLite to the > recently released 3.8.0.2. SQLite 3.8.0 is needed for a fossil update > I'm working on. > > I've tested this diff against my fossil update and everything appears to > be good, the recent arc4random addition should have been maintained > across the diff. > > This should probably go through a round of bulk builds. I'll express my > thanks now for anyone who can assist by running a bulk build on a couple > platforms.
Doesnt seem to cause any direct fallout in an amd64 bulk build. At some poing mozilla will also require 3.8.x, see https://bugzilla.mozilla.org/show_bug.cgi?id=909382. Apparently there are still bugfixes piling on this 3.8.0.x branch.. And note that for mozilla, we might need to turn on the new SQLITE_ALLOW_URI_AUTHORITY define flag at some point for https://bugzilla.mozilla.org/show_bug.cgi?id=879133 . I dont grok all the details here, it seems a windows only issue (profiles on a cifs network drive) but mozilla might require that flag to be set to allow building with systemwide sqlite. Landry