Commit Graph

2184 Commits

Author SHA1 Message Date
Bernardo Meurer
044cd99504 pulumi: 3.27.0 -> 3.28.0 2022-04-02 20:52:15 -07: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
Bernardo Meurer
ae79ae5805 pulumi: update plugins 2022-03-31 23:20:51 -07:00
06kellyjac
91d09c7465 trivy: 0.24.4 -> 0.25.0 2022-03-31 14:18:14 +01:00
Martin Weinelt
9bb92e48ef
pgadmin3: drop
The package version is 6y old and was last maintained in 2017. By now we
have pgadmin4 packaged so there is no reason to keep this around.
2022-03-30 23:44:18 +02:00
Malo Bourgon
3c25104d0e
stripe-cli: add meta.mainProgram (#166457) 2022-03-30 21:33:44 +02: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
Ryan Mulligan
0af8d48266
Merge pull request #166368 from r-ryantm/auto-update/mycli
mycli: 1.24.3 -> 1.24.4
2022-03-30 05:10:03 -07:00
R. Ryantm
88a70a935e mycli: 1.24.3 -> 1.24.4 2022-03-30 05:28:44 +00:00
Bernardo Meurer
5e3265af04 pulumi: 3.26.1 -> 3.27.0 2022-03-29 15:40:37 -07:00
Flakebi
3657f4033b
salt: 3004 -> 3004.1 2022-03-28 22:03:28 +02:00
Sandro
7168385eca
Merge pull request #165809 from xrelkd/update/eksctl 2022-03-27 15:50:19 +02:00
Bobby Rong
b2df1cda99
Merge pull request #165349 from r-ryantm/auto-update/aliyun-cli
aliyun-cli: 3.0.112 -> 3.0.113
2022-03-26 13:59:03 +08:00
xrelkd
332855974b eksctl: 0.88.0 -> 0.89.0 2022-03-26 13:07:06 +08:00
Fabian Affolter
919a0dcc12
Merge pull request #165700 from 06kellyjac/syft
syft: 0.42.2 -> 0.42.4
2022-03-25 00:23:42 +01:00
Bernardo Meurer
b485b2ce3d pulumi: update plugins 2022-03-24 12:57:07 -07:00
06kellyjac
1336186976 syft: 0.42.2 -> 0.42.4 2022-03-24 16:28:51 +00:00
Sandro
360a2296f4
Merge pull request #164614 from 06kellyjac/syft 2022-03-23 03:41:31 +01:00
R. Ryantm
7b7e648b80 aliyun-cli: 3.0.112 -> 3.0.113 2022-03-23 01:04:38 +00:00
06kellyjac
40b9dfc739 syft: 0.41.6 -> 0.42.2 2022-03-22 19:06:30 +00:00
Pascal Bach
c8e0d9ec64
Merge pull request #165223 from NixOS/pulumi-3.26.1
pulumi: 3.25.1 -> 3.26.1
2022-03-22 19:54:38 +01:00
Bernardo Meurer
dfc489e510 pulumi: 3.25.1 -> 3.26.1 2022-03-22 00:49:34 -07:00
Sandro
5b874cadbf
Merge pull request #163582 from Stunkymonkey/treewide-fetchFromGitHub-1 2022-03-22 07:27:54 +01:00
Ryan Mulligan
91523a9b5d
Merge pull request #164932 from r-ryantm/auto-update/trinsic-cli
trinsic-cli: 1.3.0 -> 1.4.0
2022-03-20 07:26:08 -07:00
Mario Rodas
2fb7f36f0e
Merge pull request #164745 from r-ryantm/auto-update/exoscale-cli
exoscale-cli: 1.51.2 -> 1.52.0
2022-03-20 08:56:43 -05:00
R. Ryantm
6c7d1af736 trinsic-cli: 1.3.0 -> 1.4.0 2022-03-20 04:09:15 +00:00
Mario Rodas
e6f96dd139
Merge pull request #164812 from xrelkd/update/eksctl
eksctl: 0.87.0 -> 0.88.0
2022-03-19 12:06:34 -05:00
Mario Rodas
fc5d8ba69d
Merge pull request #164058 from r-ryantm/auto-update/lxd
lxd: 4.23 -> 4.24
2022-03-19 11:55:12 -05:00
xrelkd
542bf4449e eksctl: 0.87.0 -> 0.88.0 2022-03-19 11:01:18 +08:00
Bobby Rong
11378fa800
Merge pull request #164701 from 06kellyjac/trivy
trivy: 0.24.3 -> 0.24.4
2022-03-19 10:39:39 +08:00
Bobby Rong
1455d44c7c
Merge pull request #164671 from r-ryantm/auto-update/stripe-cli
stripe-cli: 1.8.0 -> 1.8.1
2022-03-19 10:17:24 +08:00
R. Ryantm
f83077fd27 exoscale-cli: 1.51.2 -> 1.52.0 2022-03-18 17:19:03 +00:00
maxine [they]
be6cb9e57d
Merge pull request #163727 from r-ryantm/auto-update/aws-vault
aws-vault: 6.5.0 -> 6.6.0
2022-03-18 16:23:46 +01:00
06kellyjac
08b552c96f trivy: 0.24.3 -> 0.24.4 2022-03-18 11:42:21 +00:00
R. Ryantm
4af9716deb stripe-cli: 1.8.0 -> 1.8.1 2022-03-18 05:12:25 +00:00
Ryan Mulligan
ffac01eb7f
Merge pull request #164458 from 06kellyjac/syft
syft: 0.41.4 -> 0.41.6
2022-03-16 14:29:34 -07:00
Sandro
a1507172bf
Merge pull request #164463 from superherointj/package-berglas-0.6.2 2022-03-16 20:26:08 +01:00
superherointj
185976d495 berglas: 0.5.1 -> 0.6.2
* Tests enabled.
2022-03-16 15:37:05 -03:00
Ryan Mulligan
a868df6b20
Merge pull request #164354 from r-ryantm/auto-update/fits-cloudctl
fits-cloudctl: 0.10.11 -> 0.10.12
2022-03-16 11:17:55 -07:00
06kellyjac
e639127cde syft: 0.41.4 -> 0.41.6 2022-03-16 17:06:36 +00:00
06kellyjac
9603559743 trivy: 0.24.2 -> 0.24.3 2022-03-16 13:35:14 +00:00
R. Ryantm
e5bd9e1490 fits-cloudctl: 0.10.11 -> 0.10.12 2022-03-16 03:53:58 +00:00
Ryan Mulligan
2b338ad36d
Merge pull request #163788 from r-ryantm/auto-update/exoscale-cli
exoscale-cli: 1.51.1 -> 1.51.2
2022-03-15 15:04:31 -07:00
Ryan Mulligan
2ab389448e
Merge pull request #163922 from r-ryantm/auto-update/syft
syft: 0.41.1 -> 0.41.4
2022-03-15 14:57:38 -07:00
Felix Buehler
de5c01cdd3 bash-my-aws: switch to fetchFromGitHub 2022-03-14 19:32:49 +01:00
R. Ryantm
df6363024a lxd: 4.23 -> 4.24 2022-03-13 23:51:17 +00:00
Bobby Rong
935020ad27
Merge pull request #163724 from r-ryantm/auto-update/aliyun-cli
aliyun-cli: 3.0.110 -> 3.0.112
2022-03-13 14:48:12 +08:00
R. Ryantm
7a5c6cace5 syft: 0.41.1 -> 0.41.4 2022-03-12 23:30:03 +00:00
Sandro
b8cfa08b9c
Merge pull request #163010 from WolfangAukang/oci-2.59.0 2022-03-12 23:36:06 +01:00
Sandro
0f8278c489
Merge pull request #163740 from xrelkd/update/eksctl 2022-03-12 23:32:47 +01:00