<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs.git/pkgs/development/libraries/sqlite, branch master</title>
<subtitle>Nix Packages collection</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/'/>
<entry>
<title>sqlite: enable limit-on-update/delete</title>
<updated>2026-03-26T16:50:46+00:00</updated>
<author>
<name>Sam Pointon</name>
<email>sampointon@gmail.com</email>
</author>
<published>2025-08-27T13:00:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=4d58f8e4351afaaeb6d8ad2cd6bb4586f04d3359'/>
<id>4d58f8e4351afaaeb6d8ad2cd6bb4586f04d3359</id>
<content type='text'>
Limit-on-update/delete is useful for, amongst other things, bounding the 
amount of work done in a single SQL statement. It is not enabled by 
upstream by default, but Debian does enable it.

Because the parser generator doesn't receive NIX_CFLAGS_COMPILE, the 
setting has to go through the --enable-update-limit configure flag. 
Maybe in the future, if this derivation moves to e.g. CFLAGS, this 
feature enablement can be made uniform with the others.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Limit-on-update/delete is useful for, amongst other things, bounding the 
amount of work done in a single SQL statement. It is not enabled by 
upstream by default, but Debian does enable it.

Because the parser generator doesn't receive NIX_CFLAGS_COMPILE, the 
setting has to go through the --enable-update-limit configure flag. 
Maybe in the future, if this derivation moves to e.g. CFLAGS, this 
feature enablement can be made uniform with the others.
</pre>
</div>
</content>
</entry>
<entry>
<title>various: add security-review team as a maintainer</title>
<updated>2026-03-05T14:19:44+00:00</updated>
<author>
<name>Alexander Bantyev</name>
<email>balsoft@balsoft.ru</email>
</author>
<published>2026-03-02T21:15:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=2839911e818e43a879670066882fabf589f9c218'/>
<id>2839911e818e43a879670066882fabf589f9c218</id>
<content type='text'>
Adds the @NixOS/security-review team as a maintainer to multiple
packages deemed to be important security-wise.

For the motivation of the package list, see:
https://github.com/NixOS/nixpkgs/issues/494349#issuecomment-4005099033
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds the @NixOS/security-review team as a maintainer to multiple
packages deemed to be important security-wise.

For the motivation of the package list, see:
https://github.com/NixOS/nixpkgs/issues/494349#issuecomment-4005099033
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge staging-next into staging</title>
<updated>2026-02-06T18:16:24+00:00</updated>
<author>
<name>nixpkgs-ci[bot]</name>
<email>190413589+nixpkgs-ci[bot]@users.noreply.github.com</email>
</author>
<published>2026-02-06T18:16:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=e217c74eac886ffbf68d0c4139f0d56ab748b445'/>
<id>e217c74eac886ffbf68d0c4139f0d56ab748b445</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>various: add meta.identifier.cpeParts to a batch of packages</title>
<updated>2026-02-02T08:22:55+00:00</updated>
<author>
<name>Markus Sütter</name>
<email>markus.suetter@secunet.com</email>
</author>
<published>2026-01-26T12:45:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=196b38531751da6b1d6d37d3868ede388db57b0b'/>
<id>196b38531751da6b1d6d37d3868ede388db57b0b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sqlite: enable Percentile extension (#483781)</title>
<updated>2026-02-01T17:41:12+00:00</updated>
<author>
<name>Arne Keller</name>
<email>arne.keller@posteo.de</email>
</author>
<published>2026-02-01T17:41:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=770480ae85618f0222a7a999e9a4b2a87aec665d'/>
<id>770480ae85618f0222a7a999e9a4b2a87aec665d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sqlite: disable tests on Darwin</title>
<updated>2026-01-27T16:33:32+00:00</updated>
<author>
<name>Randy Eckenrode</name>
<email>randy@largeandhighquality.com</email>
</author>
<published>2026-01-20T00:38:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=02ff32a522aa99b4f4dce09245573f8e7b8c0da5'/>
<id>02ff32a522aa99b4f4dce09245573f8e7b8c0da5</id>
<content type='text'>
The tests seem to be unreliable (at least when SQLite is built by the
Nix daemon). Sometimes they succeed, but they often do not.

Even if SQLite were removed from the bootstrap, this would still be a
problem, so disable the tests for now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The tests seem to be unreliable (at least when SQLite is built by the
Nix daemon). Sometimes they succeed, but they often do not.

Even if SQLite were removed from the bootstrap, this would still be a
problem, so disable the tests for now.
</pre>
</div>
</content>
</entry>
<entry>
<title>sqlite: enable Percentile extension</title>
<updated>2026-01-25T22:14:49+00:00</updated>
<author>
<name>Antoine du Hamel</name>
<email>duhamelantoine1995@gmail.com</email>
</author>
<published>2026-01-25T22:14:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=562c38c1eda78f5d5e5c1c007be296c0c708dfc3'/>
<id>562c38c1eda78f5d5e5c1c007be296c0c708dfc3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sqlite: fix static build</title>
<updated>2026-01-21T18:11:20+00:00</updated>
<author>
<name>Alyssa Ross</name>
<email>hi@alyssa.is</email>
</author>
<published>2026-01-21T18:11:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=c5516b9d0bbbf339e7f1e845b657387ea2a498fc'/>
<id>c5516b9d0bbbf339e7f1e845b657387ea2a498fc</id>
<content type='text'>
TCL support requires building libtclsqlite as a shared library.

Fixes: a3987ff32852 ("sqlite: Build canonical source with tcl")
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TCL support requires building libtclsqlite as a shared library.

Fixes: a3987ff32852 ("sqlite: Build canonical source with tcl")
</pre>
</div>
</content>
</entry>
<entry>
<title>sqlite: Enable tests</title>
<updated>2026-01-12T13:32:23+00:00</updated>
<author>
<name>Silvan Mosberger</name>
<email>silvan.mosberger@moduscreate.com</email>
</author>
<published>2025-11-09T13:52:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=8631b2911cb68b6e0ca85f4036054b8c0270a261'/>
<id>8631b2911cb68b6e0ca85f4036054b8c0270a261</id>
<content type='text'>
Possible after parent commit

Though this does increase build time from ~2 mins to ~12mins on my machine
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Possible after parent commit

Though this does increase build time from ~2 mins to ~12mins on my machine
</pre>
</div>
</content>
</entry>
<entry>
<title>sqlite: Build canonical source with tcl</title>
<updated>2026-01-12T13:32:21+00:00</updated>
<author>
<name>Silvan Mosberger</name>
<email>silvan.mosberger@moduscreate.com</email>
</author>
<published>2025-11-09T13:49:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=a3987ff32852e6747c6e8a763a56a4ffd3a9f0e2'/>
<id>a3987ff32852e6747c6e8a763a56a4ffd3a9f0e2</id>
<content type='text'>
See
https://github.com/sqlite/sqlite/blob/051e942f5db1cbc3fce64d3a52df7428fe517de4/autoconf/README.txt#L27-L40
for motivation

Also adds support for the TCL sqlite library
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See
https://github.com/sqlite/sqlite/blob/051e942f5db1cbc3fce64d3a52df7428fe517de4/autoconf/README.txt#L27-L40
for motivation

Also adds support for the TCL sqlite library
</pre>
</div>
</content>
</entry>
</feed>
