Closed Bug 1237004 Opened 9 years ago Closed 9 years ago

Update sqlite3 in MozillaBuild to version 3.11.1

Categories

(Firefox Build System :: MozillaBuild, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: nalexander, Assigned: RyanVM)

References

Details

Right now, MozillaBuild ships with Python 2.7.10, which ships with the ancient Sqlite version 3.6.21. To allow using newer Sqlite features, we should bump the shipped Sqlite version. Luckily, it's trivial -- just copy a DLL into the appropriate directory. Instructions are at http://www.obsidianforensics.com/blog/upgrading-python-sqlite and the binaries themselves can be found at https://www.sqlite.org/download.html. This is follow-up to Bug 1026648.
AFAICT, Linux/OSX are shipping with 3.8.11.1 currently. I'm inclined to jump right to 3.9.2, but I'm a little concerned about depending on features we can't guarantee are actually available (though I guess having the newest version being on Windows makes that pretty unlikely to happen). As pointed out on IRC, newer Linux distros will likely update to 3.9.2 soon as Fx44 depends on it, so there probably isn't much harm to be had.
Assignee: nobody → ryanvm
Summary: Update sqlite3 in MozillaBuild to version 3.8.x → Update sqlite3 in MozillaBuild to version 3.9.2
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Summary: Update sqlite3 in MozillaBuild to version 3.9.2 → Update sqlite3 in MozillaBuild to version 3.10.1
Summary: Update sqlite3 in MozillaBuild to version 3.10.1 → Update sqlite3 in MozillaBuild to version 3.11.1
Product: mozilla.org → Firefox Build System
You need to log in before you can comment on or make changes to this bug.