Felix Buehler
910a9c7722
sqlite-interactive: remove appendToName to have a consistent package name for repology
2022-02-28 12:46:11 +01: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
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