<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot/package/sqlite, branch 2019.02-op-build</title>
<subtitle>OpenPOWER buildroot sources</subtitle>
<id>https://git.raptorcs.com/git/buildroot/atom?h=2019.02-op-build</id>
<link rel='self' href='https://git.raptorcs.com/git/buildroot/atom?h=2019.02-op-build'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/'/>
<updated>2018-12-30T21:41:29+00:00</updated>
<entry>
<title>package/sqlite: security bump to version 3.25.3</title>
<updated>2018-12-30T21:41:29+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>peter@korsgaard.com</email>
</author>
<published>2018-12-22T07:44:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=c4475c0a577308c81f4cddfc48b34b4d14fadf02'/>
<id>urn:sha1:c4475c0a577308c81f4cddfc48b34b4d14fadf02</id>
<content type='text'>
Fixes CVE-2018-20346: SQLite before 3.25.3, when the FTS3 extension is
enabled, encounters an integer overflow (and resultant buffer overflow) for
FTS3 queries that occur after crafted changes to FTS3 shadow tables,
allowing remote attackers to execute arbitrary code by leveraging the
ability to run arbitrary SQL statements (such as in certain WebSQL use
cases), aka Magellan.

For more details, see:
https://blade.tencent.com/magellan/index_en.html
https://www.sqlite.org/releaselog/3_25_3.html
https://www.mail-archive.com/sqlite-users@mailinglists.sqlite.org/msg113218.html

Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@bootlin.com&gt;
</content>
</entry>
<entry>
<title>sqlite: fix build without threads</title>
<updated>2018-09-30T21:49:23+00:00</updated>
<author>
<name>Fabrice Fontaine</name>
<email>fontaine.fabrice@gmail.com</email>
</author>
<published>2018-09-30T19:35:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=d3143409ac99609c160bd3d53250bcebe09fe975'/>
<id>urn:sha1:d3143409ac99609c160bd3d53250bcebe09fe975</id>
<content type='text'>
If threads are not available, set SQLITE_THREADSAFE to 0.
Indeed, since version 3.25.0, the following line:
THREADSAFE_FLAGS=-DSQLITE_THREADSAFE=0
has been removed from configure.ac
As a result, SQLITE_THREADSAFE will be set to a default value of 1 even
if --disable-threadsafe is set

Fixes:
 - http://autobuild.buildroot.org/results/70b1582edcb787746e4483e80b27f86ac781f0fa

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>sqlite: bump to version 3.25.2</title>
<updated>2018-09-30T08:38:45+00:00</updated>
<author>
<name>Ferdinand van Aartsen</name>
<email>ferdinand@ombud.nl</email>
</author>
<published>2018-09-28T22:04:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=5a5102c428d98d79e2b4eeba5226a7c824a1fb66'/>
<id>urn:sha1:5a5102c428d98d79e2b4eeba5226a7c824a1fb66</id>
<content type='text'>
Signed-off-by: Ferdinand van Aartsen &lt;ferdinand@ombud.nl&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>sqlite: bump to version 3.25.1</title>
<updated>2018-09-25T20:15:27+00:00</updated>
<author>
<name>Ferdinand van Aartsen</name>
<email>ferdinand@ombud.nl</email>
</author>
<published>2018-09-24T09:42:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=acd7fec2c859438a17b37ab3de0c8f54bd444df6'/>
<id>urn:sha1:acd7fec2c859438a17b37ab3de0c8f54bd444df6</id>
<content type='text'>
Make use of https for sqlite.org.

Signed-off-by: Ferdinand van Aartsen &lt;ferdinand@ombud.nl&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@bootlin.com&gt;
</content>
</entry>
<entry>
<title>package/sqlite: bump version to 3.24.0</title>
<updated>2018-06-10T11:21:41+00:00</updated>
<author>
<name>Bernd Kuhls</name>
<email>bernd.kuhls@t-online.de</email>
</author>
<published>2018-06-10T09:04:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=f7e4793c507e2ac77812e32ca1a7678c884423d3'/>
<id>urn:sha1:f7e4793c507e2ac77812e32ca1a7678c884423d3</id>
<content type='text'>
Release notes:
https://www.sqlite.org/releaselog/3_24_0.html
https://www.sqlite.org/releaselog/3_23_1.html

Signed-off-by: Bernd Kuhls &lt;bernd.kuhls@t-online.de&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@bootlin.com&gt;
</content>
</entry>
<entry>
<title>sqlite: avoid use of unsupported -Ofast CFLAGS</title>
<updated>2018-04-15T20:13:37+00:00</updated>
<author>
<name>Joshua Henderson</name>
<email>joshua.henderson@microchip.com</email>
</author>
<published>2018-04-13T20:22:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=83781f11dce6d4ef8da052253454cafcbec80dbe'/>
<id>urn:sha1:83781f11dce6d4ef8da052253454cafcbec80dbe</id>
<content type='text'>
sqlite3 refuses to be built with -ffast-math (a side effect of -Ofast) when it
falls back to implementing its own isnan() function.

sqlite3.c: In function ‘sqlite3IsNaN’:
sqlite3.c:28554:3: error: #error SQLite will not work correctly with the -ffast-math option of GCC.

To work around this, when -Ofast is used replace with -O3.

Signed-off-by: Joshua Henderson &lt;joshua.henderson@microchip.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@bootlin.com&gt;
</content>
</entry>
<entry>
<title>sqlite: add option for meta-data about tables/queries</title>
<updated>2018-04-01T19:03:50+00:00</updated>
<author>
<name>Peter Seiderer</name>
<email>ps.report@gmx.net</email>
</author>
<published>2018-03-02T19:34:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=0b02fed5a00f02ed303133d975ad9fcaf2d95b73'/>
<id>urn:sha1:0b02fed5a00f02ed303133d975ad9fcaf2d95b73</id>
<content type='text'>
Enables SQLITE_ENABLE_COLUMN_METADATA to gain access to:

  - sqlite3_column_database_name()
  - sqlite3_column_database_name16()
  - sqlite3_column_table_name()
  - sqlite3_column_table_name16()
  - sqlite3_column_origin_name()
  - sqlite3_column_origin_name16()

Signed-off-by: Peter Seiderer &lt;ps.report@gmx.net&gt;
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) &lt;arnout@mind.be&gt;
</content>
</entry>
<entry>
<title>package/sqlite: bump version to 3220000 (3.22.0)</title>
<updated>2018-02-05T17:15:04+00:00</updated>
<author>
<name>Scott Fan</name>
<email>fancp2007@gmail.com</email>
</author>
<published>2018-02-05T12:08:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=f83d92b60f25df3178ce7775716403c76d63d9b1'/>
<id>urn:sha1:f83d92b60f25df3178ce7775716403c76d63d9b1</id>
<content type='text'>
Signed-off-by: Scott Fan &lt;fancp2007@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@bootlin.com&gt;
</content>
</entry>
<entry>
<title>package/*/Config.in: fix help text check-package warnings</title>
<updated>2017-12-18T08:22:54+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2017-12-18T08:21:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=2277fdeca8c94f8ea8fe8afebcdbb176c6b1531d'/>
<id>urn:sha1:2277fdeca8c94f8ea8fe8afebcdbb176c6b1531d</id>
<content type='text'>
This commit fixes the warnings reported by check-package on the help
text of all package Config.in files, related to the formatting of the
help text: should start with a tab, then 2 spaces, then at most 62
characters.

The vast majority of warnings fixed were caused by too long lines. A
few warnings were related to spaces being used instead of a tab to
indent the help text.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>sqlite: bump to version 3.21.0</title>
<updated>2017-10-31T19:11:08+00:00</updated>
<author>
<name>Baruch Siach</name>
<email>baruch@tkos.co.il</email>
</author>
<published>2017-10-31T12:17:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=b44c395c0d2767ea2787a0d77a79424adf5cb050'/>
<id>urn:sha1:b44c395c0d2767ea2787a0d77a79424adf5cb050</id>
<content type='text'>
Drop upstream patches.

Add license file hash.

Signed-off-by: Baruch Siach &lt;baruch@tkos.co.il&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
</feed>
