Commit Graph

327 Commits

Author SHA1 Message Date
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
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
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
R. Ryantm
24a68dba7c sqlcheck: 1.2 -> 1.3 2022-03-21 18:54:02 +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
R. Ryantm
0273b03786 sqlfluff: 0.10.0 -> 0.10.1 2022-02-17 00:23:27 +00:00
R. Ryantm
5c38d3cd07 dbmate: 1.13.0 -> 1.14.0 2022-02-12 21:22:54 -08:00
R. Ryantm
d34a4673d7 clickhouse-backup: 1.2.2 -> 1.3.0 2022-02-12 20:18:52 -08:00
Mario Rodas
4736f5d4f2
Merge pull request #158843 from r-ryantm/auto-update/pg_activity
pg_activity: 2.2.0 -> 2.3.0
2022-02-12 08:47:57 -05:00
R. Ryantm
64e7f299d0 liquibase: 4.4.3 -> 4.7.1 2022-02-12 07:09:22 +00:00
Fabian Affolter
c9749afafa sqlfluff: 0.9.4 -> 0.10.0 2022-02-11 00:55:01 +01:00
R. Ryantm
1f39b1c71f pg_activity: 2.2.0 -> 2.3.0 2022-02-10 00:16:02 +00:00
Mario Rodas
c4e91dae6e
Merge pull request #157200 from kfollesdal/timescaledb-tune-0.12
timescaledb-tune: 0.11.2 -> 0.12.0
2022-02-02 08:45:04 -05:00
Alexander Nortung
c613c25b22 beekeeper-studio: 2.1.4 -> 3.1.0 2022-02-01 21:24:15 -05:00
zowoq
3e3bf12416 dbmate: update vendorSha256 2022-02-01 20:07:26 +10:00
R. Ryantm
5e0cc0f64d dbmate: 1.12.1 -> 1.13.0 2022-01-31 09:24:17 -08:00
Fabian Affolter
6f4058961c
Merge pull request #157463 from r-ryantm/auto-update/sqlfluff
sqlfluff: 0.9.3 -> 0.9.4
2022-01-31 10:15:55 +01:00
zowoq
53323521b8 clickhouse-backup: update vendorSha256 2022-01-31 15:20:55 +10:00
R. Ryantm
f7069e4d48 sqlfluff: 0.9.3 -> 0.9.4 2022-01-31 00:18:31 +00:00
Kristoffer Føllesdal
0546a88ac5 timescaledb-tune: 0.11.2 -> 0.12.0 2022-01-28 23:06:13 +01:00
Fabian Affolter
3b080a608b sqlfluff: 0.9.2 -> 0.9.3 2022-01-27 11:19:46 +01:00
R. Ryantm
6bd19d749c sqlfluff: 0.9.1 -> 0.9.2 2022-01-25 02:08:51 +00:00
Sandro
d68b02e9c2
Merge pull request #155624 from marsam/update-pg_checksums 2022-01-20 02:06:29 +01:00
Johannes Schleifenbaum
1ecb2abd94
pgcli: 3.3.0 -> 3.3.1 2022-01-19 08:54:01 +01:00
Mario Rodas
76791e43c0 pg_checksums: 1.0 -> 1.1
https://github.com/credativ/pg_checksums/releases/tag/1.1
2022-01-19 04:20:00 +00:00
Robert Schütz
d5cceedbd1 python,pythonPackages: make aliases
Since aliases are disallowed in nixpkgs, this makes usage of Python 2
which is EOL more explicit.
2022-01-16 18:39:59 +00:00
R. RyanTM
d5dae6569e
webdis: 0.1.16 -> 0.1.19
(#154432)
2022-01-15 22:25:15 +01:00
Johannes Schleifenbaum
7c27b825fc
pgcli: 3.2.0 -> 3.3.0 2022-01-12 19:57:48 +01:00
Julius de Bruijn
c7de7dbb53 prisma: 3.7.0 -> 3.8.0 2022-01-11 16:45:33 +01:00
Fabian Affolter
2625adb74f sqlfluff: 0.9.0 -> 0.9.1 2022-01-10 22:18:47 +01:00
Raphael Megzari
9a4b481cdc
indradb: init at unstable-2021-01-05 (#153637) 2022-01-07 01:13:57 +09:00
Fabian Affolter
7db30a6749
Merge pull request #153303 from fabaff/bump-sqlfluff
sqlfluff: 0.8.2 -> 0.9.0
2022-01-03 22:49:04 +01:00
Renaud
944a2dc835
Treewide: fix some permanent redirects on homepages
(#153213)
Issue #60004
2022-01-03 16:53:12 +01:00
Fabian Affolter
3bfeed2d7b sqlfluff: 0.8.2 -> 0.9.0 2022-01-03 08:55:18 +01:00
Julius de Bruijn
484bdf473d prisma: 3.6.0 -> 3.7.0 2021-12-21 16:32:05 +01:00