Commit graph

357 commits

Author SHA1 Message Date
Mario Rodas d7de07547a
Merge pull request #170830 from r-ryantm/auto-update/pg_activity
pg_activity: 2.3.0 -> 2.3.1
2022-04-30 08:54:50 -05:00
Timo Kaufmann dc421ee748
Merge pull request #150966 from sir4ur0n/sir4ur0n/addLiquibaseRedshiftSupport
liquibase: add support for Amazon Redshift
2022-04-29 21:09:24 +02:00
R. Ryantm 7787d3fe17 pg_activity: 2.3.0 -> 2.3.1 2022-04-29 00:23:03 +00:00
Julius de Bruijn 3a33b00fd8 prisma-engines: 3.12.0 -> 3.13.0 2022-04-27 15:58:50 +02:00
Julien Debon 3ffe1ccca0 liquibase: add support for Amazon Redshift
The Liquibase package already provided PostgreSQL and MySQL support, this commit
also adds support for Amazon Redshift.

As per Liquibase Redshift documentation, 2 JARs must be added to the classpath:
* Redshift JDBC
* Liquibase Redshift extension JAR
2022-04-26 09:55:14 +02:00
Fabian Affolter 9ebc2ad1ca sqlfluff: 0.12.0 -> 0.13.0 2022-04-23 18:09:04 +02:00
R. Ryantm 3230e67310 clickhouse-backup: 1.3.1 -> 1.3.2 2022-04-22 09:20:54 +00:00
github-actions[bot] 6be56bfc2e
Merge master into staging-next 2022-04-16 12:01:10 +00:00
ajs124 1622d0fe71
Merge pull request #164787 from r-ryantm/auto-update/liquibase
liquibase: 4.8.0 -> 4.9.0
2022-04-16 11:56:29 +01:00
Martin Weinelt a7fc5aaa76 Merge remote-tracking branch 'origin/master' into staging-next 2022-04-15 13:30:48 +02:00
Martin Weinelt 33425fdc96
Merge pull request #166489 from NixOS/python-updates 2022-04-15 03:47:30 +02:00
Martin Weinelt 9ae1ca3fe6 litecli: 1.6.0 -> 1.8.0 2022-04-15 03:29:34 +02:00
Malo Bourgon 0e802eafad treewide: add meta.mainProgram to many packages 2022-04-14 10:24:01 -07:00
Vladimír Čunát d5d94127fd
Merge branch 'staging-next' into staging
Minor conflicts; I hope I didn't mess up:
	pkgs/development/tools/misc/binutils/default.nix
	pkgs/games/openjk/default.nix
2022-04-14 09:53:21 +02:00
Bobby Rong 65145ca7df
Merge pull request #167049 from nbardiuk/beekeeper-update
beekeeper-studio: 3.1.0 -> 3.3.8
2022-04-12 12:04:52 +08:00
github-actions[bot] be1d810695
Merge staging-next into staging 2022-04-10 06:02:00 +00:00
Sandro Jäckel 22aa50baf4
pgcli: 3.3.1 -> 3.4.1 2022-04-08 16:26:20 +02:00
github-actions[bot] a36cec68d4
Merge staging-next into staging 2022-04-08 12:02:01 +00:00
R. Ryantm 5c320f8385 sqlfluff: 0.11.2 -> 0.12.0 2022-04-08 00:44:11 +00:00
github-actions[bot] a5b67b42a4
Merge staging-next into staging 2022-04-06 06:01:49 +00:00
github-actions[bot] 3dc8bd98b9
Merge staging-next into staging 2022-04-06 00:02:41 +00:00
K900 d8710ac534 indradb: fix build
Was missing deps and hooks, now it at least compiles
2022-04-06 01:14:21 +03:00
Julius de Bruijn 74176d27e3 prisma-engines: 3.11.0 -> 3.12.0 2022-04-05 17:41:56 +02:00
Nazarii Bardiuk 232c7bd195
beekeeper-studio: 3.1.0 -> 3.3.8 2022-04-03 17:13:54 +01:00
github-actions[bot] ffa96ab0c0
Merge staging-next into staging 2022-04-02 18:01:37 +00:00
7c6f434c 8188f10752
Merge pull request #166430 from alyssais/openssl-static-retry
treewide: use lib.getLib for OpenSSL libraries
2022-04-02 12:59:55 +00:00
Alyssa Ross fd78240ac8
treewide: use lib.getLib for OpenSSL libraries
At some point, I'd like to make another attempt at
71f1f4884b ("openssl: stop static binaries referencing libs"), which
was reverted in 195c7da07d.  One problem with my previous attempt is
that I moved OpenSSL's libraries to a lib output, but many dependent
packages were hardcoding the out output as the location of the
libraries.  This patch fixes every such case I could find in the tree.
It won't have any effect immediately, but will mean these packages
will automatically use an OpenSSL lib output if it is reintroduced in
future.

This patch should cause very few rebuilds, because it shouldn't make
any change at all to most packages I'm touching.  The few rebuilds
that are introduced come from when I've changed a package builder not
to use variable names like openssl.out in scripts / substitution
patterns, which would be confusing since they don't hardcode the
output any more.

I started by making the following global replacements:

    ${pkgs.openssl.out}/lib -> ${lib.getLib pkgs.openssl}/lib
    ${openssl.out}/lib -> ${lib.getLib openssl}/lib

Then I removed the ".out" suffix when part of the argument to
lib.makeLibraryPath, since that function uses lib.getLib internally.

Then I fixed up cases where openssl was part of the -L flag to the
compiler/linker, since that unambigously is referring to libraries.

Then I manually investigated and fixed the following packages:

 - pycurl
 - citrix-workspace
 - ppp
 - wraith
 - unbound
 - gambit
 - acl2

I'm reasonably confindent in my fixes for all of them.

For acl2, since the openssl library paths are manually provided above
anyway, I don't think openssl is required separately as a build input
at all.  Removing it doesn't make a difference to the output size, the
file list, or the closure.

I've tested evaluation with the OfBorg meta checks, to protect against
introducing evaluation failures.
2022-03-30 15:10:00 +00:00
Jan Tojnar c8a5db3854 Merge branch 'staging-next' into staging
; Conflicts:
;	pkgs/tools/archivers/rar/default.nix
2022-03-28 17:56:38 +02:00
Fabian Affolter dff30c0597
Merge pull request #165800 from r-ryantm/auto-update/sqlfluff
sqlfluff: 0.11.1 -> 0.11.2
2022-03-27 20:01:28 +02:00
github-actions[bot] 77dc421883
Merge staging-next into staging 2022-03-26 18:01:56 +00:00
superherointj 54f62a4cb0 prisma-engines: add superherointj as maintainer 2022-03-26 08:33:37 -03:00
R. Ryantm 0482c2252c sqlfluff: 0.11.1 -> 0.11.2 2022-03-26 00:38:57 +00:00
Doron Behar 4a02c56a7d
Merge pull request #164746 from ncfavier/makeWrapper-chdir 2022-03-24 13:51:27 +02:00
R. Ryantm 24a68dba7c sqlcheck: 1.2 -> 1.3 2022-03-21 18:54:02 +00:00
Naïm Favier 9160044f5f
treewide/makeWrapper: replace --run cd with --chdir
Lay the groundwork for switching to binary wrappers by reducing uses
of `--run` (which is not supported by `makeBinaryWrapper`).
2022-03-19 09:46:31 +01:00
R. Ryantm f8e08ed20e liquibase: 4.8.0 -> 4.9.0 2022-03-18 22:28:40 +00:00
R. Ryantm 70d0a2a3d2 sqlfluff: 0.11.0 -> 0.11.1 2022-03-17 18:59:12 +00:00
Sandro 0232a9ce2a
Merge pull request #164302 from pimeys/prisma-3.11 2022-03-16 14:06:11 +01:00
Julius de Bruijn 3dcfea557e prisma: 3.10.0 -> 3.11.0 2022-03-15 20:06:33 +01:00
R. Ryantm 8a6726bf17 litestream: 0.3.7 -> 0.3.8 2022-03-12 13:51:07 +00:00
R. Ryantm b195c905c0 sqlfluff: 0.10.1 -> 0.11.0 2022-03-08 00:19:57 +00:00
Bobby Rong 4f0ab7d6bb
Merge pull request #161902 from r-ryantm/auto-update/webdis
webdis: 0.1.19 -> 0.1.20
2022-03-07 17:11:32 +08:00
Artturi 05db436400
Merge pull request #161382 from pimeys/prisma-3.10.0
prisma 3.8.0 -> 3.10.0
2022-03-01 06:41:59 +02:00
R. Ryantm 2639265272 webdis: 0.1.19 -> 0.1.20 2022-02-26 01:25:37 +00:00
R. Ryantm d95cba4463 liquibase: 4.7.1 -> 4.8.0 2022-02-25 13:52:08 -08:00
K900 cb2cfba6f7 treewide: switch all desktop file generators to new API
Notably:
- remove explicit arguments that match the defaults
- convert everything to the right Nix types
2022-02-25 13:40:38 -08:00
Julius de Bruijn b10d4e7b74 prisma 3.8.0 -> 3.10.0 2022-02-22 15:28:44 +01:00
Maximilian Bosch 13754a02a6
Merge pull request #159467 from r-ryantm/auto-update/liquibase
liquibase: 4.4.3 -> 4.7.1
2022-02-20 13:53:04 +01:00
R. RyanTM c8c847b8e8
squirrel-sql: 4.2.0 -> 4.3.0
* squirrel-sql: 4.2.0 -> 4.3.0 (#143414)

* squirrel-sql: use SPDX3 license identifier

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-02-20 11:45:35 +01:00
R. Ryantm 32d3fe9dfa clickhouse-backup: 1.3.0 -> 1.3.1 2022-02-18 03:32:14 +00:00