<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/sqlite3/Config-lib.in, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2023-03-14T08:20:08Z</updated>
<entry>
<title>sqlite3: Update to 3.41.1</title>
<updated>2023-03-14T08:20:08Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2023-03-12T09:19:14Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=a7dfb006fe7478841e9a0f81ea594ab1a2fb04bf'/>
<id>urn:sha1:a7dfb006fe7478841e9a0f81ea594ab1a2fb04bf</id>
<content type='text'>
Removed `SQLITE3_JSON1` option as it was dropped by upstream.

Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
<entry>
<title>sqlite3: Update to 3.40.0</title>
<updated>2022-11-18T15:17:58Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2022-11-14T10:17:46Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=a4a0f0793bf7016d813b67a413ee4010917270c0'/>
<id>urn:sha1:a4a0f0793bf7016d813b67a413ee4010917270c0</id>
<content type='text'>
1. Added a new option for SQLITE3_COLUMN_METADATA.
2. Minor cleanup Makefile and fixed 2 typo errors.

Fixes: CVE-2022-35737

Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
<entry>
<title>sqlite3: add option for batch-atomic write support</title>
<updated>2021-02-26T22:31:24Z</updated>
<author>
<name>Jan Hoffmann</name>
</author>
<published>2021-02-04T19:41:50Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=4bc7ba7fe82563dd64db57317c52824039ab8209'/>
<id>urn:sha1:4bc7ba7fe82563dd64db57317c52824039ab8209</id>
<content type='text'>
This allows to build SQLite with support for the batch-atomic write
optimization. It makes use of atomic write support provided by the
underlying file system. Currently, this is only supported on F2FS. It
it does not work with overlayfs.

Signed-off-by: Jan Hoffmann &lt;jan@3e8.eu&gt;
</content>
</entry>
<entry>
<title>sqlite3: always build a thread-safe library</title>
<updated>2019-05-23T17:59:50Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2019-05-23T17:55:43Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=31fcfa2e2469dae7aa52b39c4e5698d39afe36d9'/>
<id>urn:sha1:31fcfa2e2469dae7aa52b39c4e5698d39afe36d9</id>
<content type='text'>
Pull request #9033 showed that there are problems with builds where
thread-safe mode is disabled. The binaries still reference functions
from libpthread. This commit removes the thread-safe choice for now.
Once this is addressed upstream the choice can be added back.

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>sqlite3: add configure switches to menuselect</title>
<updated>2018-12-27T10:10:31Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2018-12-27T09:53:58Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=0b6d2678c14aec4c1498b9ca756a2317e4919118'/>
<id>urn:sha1:0b6d2678c14aec4c1498b9ca756a2317e4919118</id>
<content type='text'>
Adds (most) configure switches to menuselect. The defaults are _not_
changed, meaning the default configuration itself remains the same.

This enables changing the configuration through menuselect and adds
flags that other packages may use.

Config.in is renamed to Config-lib.in in anticipation of a future commit
where the cli tool package also gets a file to source.

The variables also get a prefix change from SQLITE to SQLITE3 in case
there will be a new major release in the future that may coexist with
sqlite3.

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
</feed>
