Commit graph

205 commits

Author SHA1 Message Date
zowoq a3d10c676f sqlite: 3.41.0 -> 3.41.1
https://www.sqlite.org/releaselog/3_41_1.html
2023-03-14 14:00:08 +10:00
zowoq 95806059e1 sqlite: 3.40.1 -> 3.41.0
Changelog: https://www.sqlite.org/releaselog/3_41_0.html
2023-02-27 16:14:54 +10:00
Artturin 6b2a05e190 treewide: manual fixups for
treewide: use toString on list NIX_CFLAGS_COMPILE
treewide: move NIX_CFLAGS_COMPILE to the env attrset
2023-02-22 21:23:04 +02:00
Artturin f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Shawn8901 a59dda942c treewide: remove global with lib; statements in pkgs/development 2023-01-26 18:31:02 +01:00
zowoq c730732bda sqlite: 3.40.0 -> 3.40.1
https://www.sqlite.org/releaselog/3_40_1.html
2022-12-31 13:35:59 +10:00
Robert Scott e07df68f1e sqlite: add patch for CVE-2022-46908
(cherry-picked from commit a7a2489afd1a5d30a33d5673bcc46d700b224f32
on the staging-22.11 branch)
2022-12-23 22:05:22 +00:00
Sergei Trofimovich d6cfb0f5e6 sqlite: add 'tracker' package to list of tests
`tracker` regresses from time to time with new `sqlite` releases.
Let's add it to the list of tested packages explicitly.
2022-12-13 21:47:48 +00:00
zowoq 606ea22b7e sqlite: 3.39.4 -> 3.40.0
https://www.sqlite.org/releaselog/3_40_0.html
2022-11-18 07:40:45 +10:00
zowoq f7df1e77d5 sqlite: 3.39.3 -> 3.39.4
https://www.sqlite.org/releaselog/3_39_4.html
2022-10-01 10:29:08 +10:00
zowoq d2fa4f8f7a sqlite: 3.39.2 -> 3.39.3
https://www.sqlite.org/releaselog/3_39_3.html
2022-09-06 22:09:57 +10:00
zowoq f348f9e308 sqlite: 3.39.1 -> 3.39.2
https://www.sqlite.org/releaselog/3_39_2.html
2022-07-23 08:24:40 +10:00
zowoq 0fe8cf0293 sqlite: 3.39.0 -> 3.39.1
https://www.sqlite.org/releaselog/3_39_1.html
2022-07-15 10:17:35 +10:00
Profpatsch 825e91fc33 sqlite: make package options slightly more obvious
No changes to the drv.
2022-07-10 15:29:34 +02:00
zowoq 7d5108c5dc sqlite: 3.38.5 -> 3.39.0
https://sqlite.org/releaselog/3_39_0.html
2022-06-26 07:43:28 +10:00
Sandro Jäckel ca55f66c6d sqlite: 3.38.4 -> 3.38.5 2022-05-10 13:02:21 +10:00
Sandro Jäckel 4fae05e8d6 sqlite: 3.38.3 -> 3.38.4 2022-05-10 13:02:21 +10:00
github-actions[bot] ff5c4d3404
Merge master into staging-next 2022-05-06 06:01:36 +00:00
Malo Bourgon 9e4be53221 treewide: add meta.mainProgram to some libraries
where a single bin is provided and someone might actually want to run it
2022-05-04 18:11:50 -07:00
zowoq 34cdbb4e73 sqlite: 3.38.2 -> 3.38.3
https://www.sqlite.org/releaselog/3_38_3.html
2022-04-29 07:51:28 +10:00
zowoq 2459b6628f
sqlite: 3.38.1 -> 3.38.2
https://www.sqlite.org/releaselog/3_38_2.html
(cherry picked from commit c46c3a55d9)
2022-04-10 10:54:25 +02:00
zowoq c46c3a55d9 sqlite: 3.38.1 -> 3.38.2
https://www.sqlite.org/releaselog/3_38_2.html
2022-03-30 16:36:41 +10:00
zowoq 70f0ca3480 sqlite: add sqldiff, sqlite-analyzer to passthru.tests 2022-03-16 22:00:46 +10:00
zowoq ac896239be sqlite: 3.38.0 -> 3.38.1
https://www.sqlite.org/releaselog/3_38_1.html
2022-03-16 22:00:46 +10:00
zowoq 64a89aac86 Merge staging-next into staging
Conflicts:
	pkgs/development/libraries/sqlite/default.nix
2022-03-01 16:20:52 +10:00
Felix Buehler 910a9c7722 sqlite-interactive: remove appendToName to have a consistent package name for repology 2022-02-28 12:46:11 +01:00
zowoq c5e32a90f8 sqlite: 3.37.2 -> 3.38.0
https://www.sqlite.org/releaselog/3_38_0.html
2022-02-24 18:25:02 +10:00
R. Ryantm 7340ea55e8 sqlite: add nixpkgs-update: no auto update for the update bot
the version assert for sqlite and sqldiff/sqlite-analyzer means that the PRs the bot submits are broken
2022-01-07 21:11:08 +10:00
R. Ryantm 2d0daff40d sqlite: 3.37.0 -> 3.37.2 2022-01-07 21:11:08 +10:00
zowoq caf08b7a9d sqlite: 3.36.0 -> 3.37.0
https://www.sqlite.org/releaselog/3_37_0.html
2021-11-29 17:02:18 +10:00
Sandro Jäckel 84432ac34b
sqlite: remove error prone ? null inputs, set meta.mainProgram 2021-11-17 01:28:24 +01:00
xaverdh 03a257e5a3
treewide: quote urls according to rfc 0045 (#145260)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-10 11:37:56 +01:00
Alexander 4a9278c5fc
sqlite tools: fix version to match sqlite itself 2021-10-22 13:46:12 +03:00
Maximilian Bosch 3de4ebac51
Merge pull request #135175 from r-ryantm/auto-update/sqlite
sqlite: 3.35.5 -> 3.36.0
2021-09-12 16:21:45 +02:00
Ryan Burns 5e72b0a076 fossil: 2.15.1 -> 2.16
For CVE-2021-36377

Add enableDeserialize option to sqlite,
which is required to build fossil v2.16+.
2021-08-28 12:42:41 -07:00
R. RyanTM ba6f0a539c sqlite: 3.35.5 -> 3.36.0 2021-08-22 04:01:56 +00:00
Vladimír Čunát 34c88a4d5c
sqlite tools: fix download hash after update
Clearly a copy&paste error in commit 14a274763e.  Now it builds.
2021-06-14 08:29:20 +02:00
Konstantin Alekseev 14a274763e sqlite: 3.35.2 -> 3.35.5 2021-05-31 16:19:59 -07:00
Stéphan Kochen 84078e6165 sqlar: fix darwin build 2021-05-18 21:37:04 +02:00
Michael Weiss b364139f2b
maintainers: remove pesterhazy
Their last commit was caf43ad5af from 2015.
Thank you for your contributions.
2021-05-13 13:00:47 +02:00
zowoq 7598a80b52 sqlite: 3.34.1 -> 3.35.2
https://www.sqlite.org/releaselog/3_35_2.html
2021-03-20 06:12:15 +10:00
zowoq bb1dc39057 sqldiff, sqlite-analyzer: fix sha256
checksum wasn't actually updated in 049359d262
2021-02-26 17:27:17 +10:00
github-actions[bot] 58752914f4
Merge master into staging-next 2021-01-23 12:40:13 +00:00
Frederik Rietdijk 4affc40a50 sqlite: test sqlalchemy when updating
This is an important Python package that should keep functioning on an
upgrade.
2021-01-23 08:35:54 +01:00
zowoq 049359d262 sqlite: 3.34.0 -> 3.34.1
https://www.sqlite.org/releaselog/3_34_1.html
2021-01-23 11:38:07 +10:00
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Daniel Nagy 531e121e5b
sqlar: fix build error
Disable warnings to be treated as errors, since otherwise the build
would fail with this message:

```
sqlite3.c: In function 'sqlite3SelectNew':
sqlite3.c:116663:10: error: function may return address of local variable [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wreturn-local-addr-Werror=return-local-addr8;;]
116663 |   return pNew;
```
2021-01-16 23:41:00 +01:00
zowoq b7a700e639 sqldiff, sqlite-analyzer: 3.33.0 -> 3.34.0 2020-12-08 05:36:15 +01:00
zowoq cfc56fb90b sqlite: 3.33.0 -> 3.34.0
https://www.sqlite.org/releaselog/3_34_0.html
2020-12-08 05:36:15 +01:00
zowoq 043c667f31 sqlite-analyzer: remove separate file
Moved to a shared package with sqldiff in:
e714798f27
2020-12-02 19:18:11 +10:00