<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/sqlite3/Makefile, 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>2026-03-13T02:37:07Z</updated>
<entry>
<title>sqlite3: bump to 3.52.0</title>
<updated>2026-03-13T02:37:07Z</updated>
<author>
<name>George Sapkin</name>
</author>
<published>2026-03-12T17:59:23Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=04f59914515e044ff066ce0c7d92aee726da4752'/>
<id>urn:sha1:04f59914515e044ff066ce0c7d92aee726da4752</id>
<content type='text'>
Changes: https://sqlite.org/releaselog/3_52_0.html
Signed-off-by: George Sapkin &lt;george@sapk.in&gt;
</content>
</entry>
<entry>
<title>sqlite3: bump to 3.51.2</title>
<updated>2026-01-12T03:52:08Z</updated>
<author>
<name>George Sapkin</name>
</author>
<published>2026-01-11T15:15:16Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=8392630a2f2dc89d559fd021ff1a74b8cc27271c'/>
<id>urn:sha1:8392630a2f2dc89d559fd021ff1a74b8cc27271c</id>
<content type='text'>
Changelog: https://sqlite.org/releaselog/3_51_2.html
Signed-off-by: George Sapkin &lt;george@sapk.in&gt;
</content>
</entry>
<entry>
<title>sqlite3: bump to 3.51.1</title>
<updated>2025-12-05T08:49:44Z</updated>
<author>
<name>George Sapkin</name>
</author>
<published>2025-12-04T04:44:46Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=944166fa47cf7b2d7f177ebeaa22c30134831fe2'/>
<id>urn:sha1:944166fa47cf7b2d7f177ebeaa22c30134831fe2</id>
<content type='text'>
Changelog: https://sqlite.org/releaselog/3_51_1.html
Signed-off-by: George Sapkin &lt;george@sapk.in&gt;
</content>
</entry>
<entry>
<title>sqlite3: don't install ABI-less library</title>
<updated>2025-11-22T16:54:34Z</updated>
<author>
<name>George Sapkin</name>
</author>
<published>2025-11-20T13:51:23Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=0d384d4b8924a13615b1043437e92dccf36b9d5b'/>
<id>urn:sha1:0d384d4b8924a13615b1043437e92dccf36b9d5b</id>
<content type='text'>
Don't install the ABI-less library to support potential multiple ABIs
side by side.

Add a matching tests to check the soname and ensure the ABI-less library
is not installed.

Fixes: aebfd49 ("sqlite3: bump to 3.49.1")
Signed-off-by: George Sapkin &lt;george@sapk.in&gt;
</content>
</entry>
<entry>
<title>sqlite3: set correct SPDX license identifiers</title>
<updated>2025-11-22T16:54:34Z</updated>
<author>
<name>George Sapkin</name>
</author>
<published>2025-11-20T14:36:51Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=7ff8ef148f51e52296131eb394383f2740f304b1'/>
<id>urn:sha1:7ff8ef148f51e52296131eb394383f2740f304b1</id>
<content type='text'>
Replace boilerplate license header with a SPDX license identifier.

Set correct package license to blessing.

Fixes: 9236e4f ("sqlite3: import 3.7.12.1 (2012-05-22) from packages")
Link: https://spdx.org/licenses/blessing.html
Signed-off-by: George Sapkin &lt;george@sapk.in&gt;
</content>
</entry>
<entry>
<title>sqlite3: bump to 3.51.0</title>
<updated>2025-11-06T18:19:36Z</updated>
<author>
<name>George Sapkin</name>
</author>
<published>2025-11-05T23:13:18Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=9a62f4f67b611e375e6ef34e37826af9a3a35ff3'/>
<id>urn:sha1:9a62f4f67b611e375e6ef34e37826af9a3a35ff3</id>
<content type='text'>
Changelog: https://sqlite.org/releaselog/3_51_0.html
Signed-off-by: George Sapkin &lt;george@sapk.in&gt;
</content>
</entry>
<entry>
<title>sqlite3: fix line editing in sqlite3-cli</title>
<updated>2025-10-07T11:22:02Z</updated>
<author>
<name>Maxim Storchak</name>
</author>
<published>2025-09-23T15:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=9ba287e7fddbcc8413f918cf45be6d9c1950515d'/>
<id>urn:sha1:9ba287e7fddbcc8413f918cf45be6d9c1950515d</id>
<content type='text'>
- fix building sqlite3-cli with readline and libedit
- add linenoise line editing option. This adds 12k to the size of the
  bare sqlite3-cli, but doesn't add any extra dependencies
- make linenoise the default choice as the most space conserving but
  still convenient variant
- bump PKG_RELEASE

Signed-off-by: Maxim Storchak &lt;m.storchak@gmail.com&gt;
</content>
</entry>
<entry>
<title>sqlite3: bump to 3.50.4</title>
<updated>2025-08-05T08:24:14Z</updated>
<author>
<name>George Sapkin</name>
</author>
<published>2025-05-08T13:42:42Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=810341cf3303e2fdb3241e1aa20e4b213ff0f7d3'/>
<id>urn:sha1:810341cf3303e2fdb3241e1aa20e4b213ff0f7d3</id>
<content type='text'>
Changelog: https://sqlite.org/releaselog/3_49_2.html
Changelog: https://sqlite.org/releaselog/3_50_0.html
Changelog: https://sqlite.org/releaselog/3_50_1.html
Changelog: https://sqlite.org/releaselog/3_50_2.html
Changelog: https://sqlite.org/releaselog/3_50_3.html
Changelog: https://sqlite.org/releaselog/3_50_4.html
Signed-off-by: George Sapkin &lt;george@sapk.in&gt;
</content>
</entry>
<entry>
<title>sqlite3: require matching lib version in shell</title>
<updated>2025-08-05T08:24:14Z</updated>
<author>
<name>George Sapkin</name>
</author>
<published>2025-05-10T19:23:39Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=5b8e0fd4646ff3d7964d5ddbc9cabe98d3d3e6ce'/>
<id>urn:sha1:5b8e0fd4646ff3d7964d5ddbc9cabe98d3d3e6ce</id>
<content type='text'>
Shell expects a matching library version to be installed. Specify a
matching version using EXTRA_DEPENDS.

Signed-off-by: George Sapkin &lt;george@sapk.in&gt;
</content>
</entry>
<entry>
<title>sqlite3: add legacy SONAME</title>
<updated>2025-05-03T17:52:16Z</updated>
<author>
<name>George Sapkin</name>
</author>
<published>2025-05-03T07:41:10Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=53f8aa5c5172e5de2d16d6f9ac83b2acdf1e8f40'/>
<id>urn:sha1:53f8aa5c5172e5de2d16d6f9ac83b2acdf1e8f40</id>
<content type='text'>
With no SONAME set, when linking against the full library path, that
path will be used. But if SONAME is set, it will be used instead.

Set --soname=legacy to add a SONAME to the library to allow projects
that use full path to link correctly.

Link: https://sqlite.org/src/forumpost/5a3b44f510df8ded
Fixes: https://github.com/openwrt/packages/issues/26449
Signed-off-by: George Sapkin &lt;george@sapk.in&gt;
</content>
</entry>
</feed>
