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
Doron Behar
6ca39b3e21
sqlite tools.nix: 3.30.0 > 3.33.0
2020-09-19 18:11:50 +03:00
Daniel Schaefer
0e574bc186
sqlite-analyzer: 3.28.0 -> 3.30.0
2020-09-19 18:05:32 +03:00
Benjamin Esham
1e136a97fb
sqldiff, sqlite-analyzer: Fix Darwin build
...
lowPrio dropped, too, because the contents of these derivations don't
appear in any others.
2020-09-19 18:05:31 +03:00
Daniel Schaefer
e714798f27
sqldiff: init at 3.28.0
2020-09-19 18:05:30 +03:00
zowoq
bc1c8e5dd5
sqlite: 3.32.3 -> 3.33.0
...
https://www.sqlite.org/releaselog/3_33_0.html
2020-08-17 10:23:22 +10:00
zowoq
d74dfc171b
sqlite-analyzer: 3.32.3 -> 3.33.0
...
https://www.sqlite.org/releaselog/3_33_0.html
2020-08-17 10:23:06 +10:00
Luflosi
263ee09508
sqlite-analyzer: 3.32.2 -> 3.32.3
2020-06-19 19:24:53 +02:00
Luflosi
5693ae4ba9
sqlite: 3.32.2 -> 3.32.3
2020-06-19 19:24:39 +02:00
Vladimír Čunát
601a99f031
sqlite-analyzer: 3.32.1 -> 3.32.2
...
It needs to be synced with sqlite itself.
2020-06-07 10:01:57 +02:00
Jonathan Ringer
5f140a61f2
sqlite: 3.32.1 -> 3.32.2
2020-06-05 14:44:22 -07:00
Vladimír Čunát
0ef57f516a
sqlite-analyzer: 3.31.1 -> 3.32.1
...
It needs to be synced with sqlite itself.
2020-05-31 11:15:42 +02:00
Jonathan Ringer
80c9f3072b
sqlite: 3.32.0 -> 3.32.1
2020-05-28 20:00:37 -07:00
R. RyanTM
c5f7bda79f
sqlite: 3.31.1 -> 3.32.0
2020-05-27 15:03:33 +00:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Vladimír Čunát
f8bf6f087e
sqlite-analyzer: 3.31.0 -> 3.31.1
...
This was forgotten in PR #81648 .
It's a small bump, so I just tested that it builds.
2020-03-11 08:03:54 +01:00
R. RyanTM
15b4beb627
sqlite: 3.31.0 -> 3.31.1
2020-03-03 19:46:27 +00:00
Markus S. Wamser
4959c970ee
sqlite: 3.30.1 -> 3.31.0 (security)
2020-02-11 07:57:14 +01:00
Robin Gloster
e5ded57aab
treewide: NIX_CFLAGS_COMPILE -> string
2019-12-31 00:05:53 +01:00
R. RyanTM
d19071f1c4
sqlite: 3.30.0 -> 3.30.1
2019-12-30 16:22:06 +01:00
Andreas Rammhold
61017517a3
sqlite: 3.28.0 -> 3.30.0
...
Also bumps sqlite3_analyze as those have to be kept in sync
2019-10-21 21:58:37 +02:00
Joachim Fasting
bad07dfac5
tree-wide: replace uses of splitString "." with lib.versions
...
Quoting from the splitString docstring:
NOTE: this function is not performant and should never be used.
This replaces trivial uses of splitString for splitting version
strings with the (potentially builtin) splitVersion.
2019-09-26 17:42:49 +02:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Frederik Rietdijk
2a3488ac9d
Revert "sqlite: enable parallel builds"
...
Revert due to reported issues
https://github.com/NixOS/nixpkgs/issues/63157
This reverts commit 93982349c8
.
2019-06-18 11:27:46 +02:00
Benjamin Hipple
93982349c8
sqlite: enable parallel builds
2019-05-24 16:54:27 -04:00
c0bw3b
fba13b5253
sqlite: 3.27.2 -> 3.28.0
...
Changelog: https://www.sqlite.org/releaselog/3_28_0.html
Security: includes fixes for CVE-2019-9936 and CVE-2019-9937
2019-04-27 07:00:29 +02:00
Will Dietz
f2f90f4cef
sqlite: 3.27.1 -> 3.27.2
2019-02-25 21:49:14 -06:00
Will Dietz
148d8392c0
sqlite{,-analyzer}: 3.26.0 -> 3.27.1
...
https://sqlite.org/releaselog/3_27_1.html
https://sqlite.org/releaselog/3_27_0.html
2019-02-22 14:41:13 -06:00
Will Dietz
2d7c6d088e
sqlite: 3.25.3 -> 3.26.0
2018-12-01 18:01:08 -06:00
Will Dietz
6f0c65ee3f
sqlite: 3.25.2 -> 3.25.3
...
https://sqlite.org/releaselog/3_25_3.html
2018-11-16 09:43:46 +01:00
Will Dietz
2e2740165a
sqlite: 3.25.1 -> 3.25.2
2018-11-16 09:43:46 +01:00
Will Dietz
daf738f55d
sqlite: 3.25.0 -> 3.25.1
2018-11-16 09:43:46 +01:00
Will Dietz
0c7b1576dd
sqlite: 3.24.0 -> 3.25.0
...
https://sqlite.org/releaselog/3_25_0.html
2018-11-16 09:43:46 +01:00
Matthew Bauer
b491710542
sqlite: supports windows
2018-10-16 21:57:53 -05:00
Vladimír Čunát
ded9a4b1aa
Merge branch 'staging-next' into staging
...
Commits from master, conflict resolutions, etc.
2018-08-13 20:57:50 +02:00
Markus Kowalewski
a647d07f4c
sqlite,sqlar: add licenses
2018-08-11 14:32:05 +02:00
Jan Malakhovski
1d5e35fc61
sqlite: disable tests
2018-08-11 09:35:38 +00:00
Will Dietz
c4a9268efd
sqlite{,-analyzer}: 2.23.1 -> 2.24.0
...
https://sqlite.org/releaselog/3_24_0.html
2018-06-10 01:32:18 -05:00
Orivej Desh
c83a530985
sqlite: do not contaminate dependent libtool-based projects with sqlite dependencies
...
sqlite is built as a shared library, but libtool nevertheless adds -lz into the
link commands of the dependent projects, which fail to link if they do not
directly depend on libz. Fix this by clearing dependency_libs in libsqlite3.la.
2018-05-29 14:49:35 +00:00
Will Dietz
232bc96376
Revert "sqlite{,-analyzer}: use the same src ( #40945 )"
...
This reverts commit e28a586f94
.
2018-05-27 00:43:26 -05:00
Yegor Timoshenko
e28a586f94
sqlite{,-analyzer}: use the same src ( #40945 )
2018-05-23 19:06:46 +03:00
Yegor Timoshenko
eaf1c07836
Merge pull request #40626 from dtzWill/update/sqlite-2.23.1
...
sqlite: 3.22.0 -> 3.23.1
2018-05-23 01:27:20 +03:00