aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sqlite.rb
AgeCommit message (Collapse)Author
2015-04-09sqlite: update 3.8.9 bottle.BrewTestBot
2015-04-09sqlite 3.8.9Dominyk Tiller
Bump. Closes #38464. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-25sqlite: update 3.8.8.3 bottle.BrewTestBot
2015-02-25sqlite 3.8.8.3Dominyk Tiller
Bump. Closes #37204. Signed-off-by: Tim D. Smith <git@tim-smith.us>
2015-01-31sqlite: update 3.8.8.2 bottle.BrewTestBot
2015-01-31sqlite 3.8.8.2Dominyk Tiller
Version bump. Closes #36401. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-01-22sqlite: update 3.8.8.1 bottle.BrewTestBot
2015-01-22sqlite 3.8.8.1Dominyk Tiller
Closes #36148. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-01-22sqlite: add secure_delete, unlock_notify options.Hector Zhao
Closes #36140. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-01-06sqlite: use https, modernizeViktor Szakáts
Closes #35583. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-12-11sqlite: update 3.8.7.4 bottle.BrewTestBot
2014-12-11sqlite 3.8.7.4Chilledheart
release log (from https://www.sqlite.org/releaselog/3_8_7_4.html): - Bug fix: Add in a mutex that was omitted from the previous release. Closes #34890. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-08sqlite: update 3.8.7.3 bottle.BrewTestBot
2014-12-08sqlite 3.8.7.3Jack Nagel
2014-10-31sqlite: update 3.8.7.1 bottle.BrewTestBot
Closes #33770. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-31sqlite: update to 3.8.7.1Chilledheart
2014-10-18sqlite: update 3.8.7 bottle.BrewTestBot
Closes #33306. Signed-off-by: Tim D. Smith <git@tim-smith.us>
2014-10-18sqlite 3.8.7Stian Eikeland
2014-10-16sqlite: update 3.8.6_1 bottle.BrewTestBot
2014-10-16sqlite: bump revision for icu4c upgrademoyogo
2014-08-17sqlite: update 3.8.6 bottle.BrewTestBot
2014-08-17sqlite 3.8.6Denis Denisov
Closes #31665. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-08-07sqlite: update 3.8.5_1 bottle.BrewTestBot
2014-08-07sqlite: bump revision for icu4c upgradeTomasz Pajor
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-21sqlite: update 3.8.5 bottle.BrewTestBot
2014-06-21sqlite 3.8.5Jack Nagel
2014-05-16sqlite: add ICU extensionDan Loewenherz
This commit adds the option to integrate the "International Components for Unicode" library for SQLite. See https://www.sqlite.org/src/artifact?ci=trunk&filename=ext/icu/README.txt for more information. Closes #29285. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-05-15Don't assume cflags is non-nilJack Nagel
Fixes #29284.
2014-04-06sqlite: update 3.8.4.3 bottle.BrewTestBot
2014-04-06sqlite 3.8.4.3Jack Nagel
2014-03-30sqlite: update 3.8.4.2 bottle.BrewTestBot
2014-03-30sqlite 3.8.4.2Jack Nagel
2014-03-15sqlite: update 3.8.4.1 bottle.BrewTestBot
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-03-15sqlite 3.8.4.1Jack Nagel
2014-03-08formulae: fix with/without usage.Mike McQuaid
Closes #27275. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-11sqlite: update 3.8.3 bottle.BrewTestBot
2014-02-11sqlite: drop redundant commentJack Nagel
2014-02-11sqlite: do not enable stat3 supportBen Reser
It's buggy with 3.8.1, 3.8.2 and 3.8.3. See this bug for details: https://www.sqlite.org/src/info/4c86b126f2 Further, it violates the query planner stability guarantee: https://sqlite.org/queryplanner-ng.html#qpstab https://sqlite.org/compile.html Closes #26592. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-02-05sqlite: add testMike Naberezny
Closes #26412. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-04sqlite 3.8.3Jack Nagel
2013-12-08sqlite 3.8.2Jack Nagel
2013-12-05sqlite: add relocatable bottleJack Nagel
2013-11-01sqlite 3.8.1Jack Nagel
2013-10-31sqlite: update bottle.BrewTestBot
2013-09-18sqlite: add bottle.Mike McQuaid
2013-09-11sqlite: use resourcesAdam Vandenberg
2013-09-04sqlite 3.8.0.2Jack Nagel
2013-08-31sqlite 3.8.0.1Marc Simpson
Closes #22213. Signed-off-by: Xiyue Deng <manphiz@gmail.com>
2013-08-27sqlite: fix SHA-1.Mike McQuaid
Closes #22151.
2013-08-27sqlite 3.8.0Stefan
Fixed version for extension_functions.c to match what is on the official homepage. The sha1 remains the same. Closes #22132 Fixes #22134 Signed-off-by: Samuel John <github@SamuelJohn.de>