Sandro
0fa8cbf8de
Merge pull request #166277 from lourkeur/refactor-cosmopolitan
2022-03-30 17:28:47 +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
37200ac165
Merge pull request #166161 from r-ryantm/auto-update/symfony-cli
...
symfony-cli: 5.4.2 -> 5.4.5
2022-03-30 05:09:11 -07:00
Peter Hoeg
4ceda5853f
drop shards_0_15
2022-03-30 17:41:51 +08:00
Peter Hoeg
37463c21cc
shards: 0.16 -> 0.17
2022-03-30 17:41:51 +08:00
Louis Bettens
9f4b404b5c
maintainers/teams: add cosmopolitan team
2022-03-30 10:33:17 +02:00
Louis Bettens
0d5810ede0
cosmoc: init
2022-03-30 10:33:16 +02:00
Maximilian Bosch
6a079dad15
Merge pull request #166248 from r-ryantm/auto-update/cppcheck
...
cppcheck: 2.7.3 -> 2.7.4
2022-03-30 10:03:59 +02:00
Sandro
49a51536d2
Merge pull request #166072 from r-ryantm/auto-update/pipenv
2022-03-30 03:14:52 +02:00
Sandro
924a7e4eb8
Merge pull request #166258 from newAM/cargo-spellcheck
2022-03-30 02:58:30 +02:00
Sandro
c3a368a874
Merge pull request #166214 from r-ryantm/auto-update/fly
2022-03-30 02:36:02 +02:00
github-actions[bot]
01c08ff8bf
Merge master into haskell-updates
2022-03-30 00:10:53 +00:00
Bernardo Meurer
48ee41f4d0
Merge pull request #166313 from lovesegfault/actionlint-pyflakes
...
actionlint: wrap with shellcheck and pyflakes
2022-03-29 16:59:08 -07:00
Sandro
6ef61656df
Merge pull request #166286 from r-ryantm/auto-update/esbuild
2022-03-30 01:49:24 +02:00
maxine [they]
2004860a3f
Merge pull request #166288 from NixOS/tflint_0.35.0
...
tflint: 0.34.1 -> 0.35.0
2022-03-30 00:21:43 +02:00
Bernardo Meurer
00f8695658
actionlint: wrap with shellcheck and pyflakes
2022-03-29 13:44:56 -07:00
Maxine Aubrey
9f16d661c8
tflint: 0.34.1 -> 0.35.0
2022-03-29 20:04:32 +02:00
R. Ryantm
cb479c5a92
esbuild: 0.14.27 -> 0.14.28
2022-03-29 17:31:53 +00:00
Martin Weinelt
630d5e1d0d
Merge remote-tracking branch 'origin/master' into staging-next
2022-03-29 18:17:36 +02:00
Thiago Kenji Okada
9fdab9103d
Merge pull request #166149 from ericdallo/bump-clojure-lsp-2022-03
...
clojure-lsp: 2022.02.23-12.12.12 -> 2022.03.26-18.47.08
2022-03-29 16:32:48 +01:00
Alex Martens
5115f5bb8c
cargo-spellcheck: 0.11.0 -> 0.11.1
2022-03-29 07:41:48 -07:00
Ben Siraphob
05c31d049b
Merge pull request #166190 from siraben/fac-build-darwin
2022-03-29 09:37:11 -05:00
Sandro
be561c7d0b
Merge pull request #166226 from Stunkymonkey/treewide-fetchFromGitHub-3
2022-03-29 16:02:21 +02:00
R. Ryantm
b1ad5cd29e
cppcheck: 2.7.3 -> 2.7.4
2022-03-29 13:19:22 +00:00
Frederik Rietdijk
25c014324b
Merge master into staging-next
2022-03-29 13:25:16 +02:00
Felix Buehler
88ca581508
hammer: switch to fetchFromGitHub
2022-03-29 13:05:17 +02:00
Sandro
e705e58950
Merge pull request #165788 from WolfangAukang/sslmate-agent
2022-03-29 11:31:40 +02:00
R. Ryantm
38a8538a7b
fly: 7.7.0 -> 7.7.1
2022-03-29 09:25:48 +00:00
github-actions[bot]
df0f3ba49a
Merge master into staging-next
2022-03-29 06:01:16 +00:00
Ben Siraphob
9ec6f8fc9b
fac-build: fix darwin build
2022-03-29 00:40:37 -05:00
Malo Bourgon
a48d78cb66
cocoapods: add meta.mainProgram
2022-03-28 18:37:13 -07:00
Malo Bourgon
6f9296d1b6
cocoapods: move to more appropriate directory
2022-03-28 18:36:59 -07:00
Matthieu Coudron
8bb4179147
luarocks: 3.2 -> 3.8
2022-03-29 03:27:53 +02:00
Matthieu Coudron
2c338f5122
luarocks-nix: bump
2022-03-29 03:18:46 +02:00
github-actions[bot]
03106b0236
Merge master into haskell-updates
2022-03-29 00:12:40 +00:00
R. Ryantm
d0e3a36961
symfony-cli: 5.4.2 -> 5.4.5
2022-03-29 00:07:52 +00:00
P. R. d. O
e994ca8597
sslmate-agent: init at 1.99.11
2022-03-28 17:40:43 -06:00
Eric Dallo
4ced0ddc98
clojure-lsp: 2022.02.23-12.12.12 -> 2022.03.26-18.47.08
2022-03-28 19:21:29 -03:00
Jan Tojnar
997bb5e42c
Merge branch 'master' into staging-next
...
; Conflicts:
; pkgs/development/python-modules/dnspython/default.nix
; pkgs/development/python-modules/googleapis-common-protos/default.nix
2022-03-28 17:55:31 +02:00
Ryan Mulligan
7dc94c5306
Merge pull request #163283 from r-ryantm/auto-update/google-java-format
...
google-java-format: 1.14.0 -> 1.15.0
2022-03-28 08:02:05 -07:00
R. Ryantm
b915133bb1
pipenv: 2022.3.24 -> 2022.3.28
2022-03-28 12:33:52 +00:00
David Costa
de0f59ea37
kaf: init at 0.1.44 ( #164175 )
2022-03-28 14:03:00 +02:00
lewo
7c4716418f
Merge pull request #166066 from SuperSandro2000/yq-go
...
yq-go: 4.23.1 -> 4.24.2
2022-03-28 14:02:33 +02:00
Sandro
a2095107b5
Merge pull request #165916 from techknowlogick/bump-pscale
2022-03-28 13:14:44 +02:00
Sandro Jäckel
51631359fa
yq-go: 4.23.1 -> 4.24.2
2022-03-28 13:11:50 +02:00
Sandro
2f1e03cb2b
Merge pull request #165691 from lucc/github-removed-unencrypted-git
2022-03-28 12:47:42 +02:00
Maximilian Bosch
e025b7b588
Merge pull request #165946 from Ma27/bump-strace
...
strace: 5.16 -> 5.17
2022-03-28 08:47:09 +02:00
Ryan Mulligan
329a24aecf
Merge pull request #165905 from r-ryantm/auto-update/kustomize
...
kustomize: 4.5.2 -> 4.5.3
2022-03-27 18:30:41 -07:00
github-actions[bot]
f0839d8bcd
Merge master into haskell-updates
2022-03-28 00:11:42 +00:00
techknowlogick
e3d498d19e
pscale: 0.89.0 -> 0.90.0
2022-03-27 18:30:55 -04: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]
e3d20dfaa5
Merge master into staging-next
2022-03-27 18:01:05 +00:00
Jan Tojnar
cf40af6c33
rust-cbindgen: remove myself from maintainers
...
I no longer have time for the project I needed this for.
2022-03-27 17:31:10 +02:00
R. Ryantm
71e3a9b62d
cargo-nextest: 0.9.11 -> 0.9.12
2022-03-27 11:22:16 -04:00
Sandro
e4a3e8e932
Merge pull request #165842 from ianmjones/wails-2.0.0-beta.34
2022-03-27 15:54:12 +02:00
Martin Weinelt
d68657af92
Merge remote-tracking branch 'origin/master' into staging-next
2022-03-27 15:54:05 +02:00
Dave Syer
909c02f6ea
jbang: 0.82.1 -> 0.92.2 ( #165751 )
2022-03-27 15:40:28 +02:00
Sandro
0ff1cbf17e
Merge pull request #165758 from WolfangAukang/license-finder
2022-03-27 15:39:57 +02:00
Jan Tojnar
4e42a187c3
cambalache: init at 0.8.2
2022-03-27 15:25:31 +02:00
Fabian Affolter
b13597a821
Merge pull request #165943 from fabaff/bump-tfsec
...
tfsec: 1.13.2 -> 1.15.0
2022-03-27 15:25:04 +02:00
Sandro
0a318e1e70
Merge pull request #165058 from r-ryantm/auto-update/ocaml4.13.1-ocamlbuild
2022-03-27 15:12:51 +02:00
Sandro
ac5ea36581
Merge pull request #165672 from yoctocell/patatt-init
2022-03-27 14:53:39 +02:00
Maximilian Bosch
df69885883
strace: 5.16 -> 5.17
...
ChangeLog: https://github.com/strace/strace/releases/tag/v5.17
2022-03-27 14:38:55 +02:00
Fabian Affolter
f247f52d9b
tfsec: 1.14.0 -> 1.15.0
2022-03-27 14:11:49 +02:00
Jörg Thalheim
5fbddc8d58
Merge pull request #165885 from danderson/danderson/gotools-generics
...
gotools: 2021-01-13 -> 0.1.10
2022-03-27 12:50:12 +01:00
Fabian Affolter
30877520d6
tfsec: 1.13.2 -> 1.14.0
2022-03-27 13:44:17 +02:00
Sandro
b240a774b3
Merge pull request #165585 from r-ryantm/auto-update/bazel-gazelle
2022-03-27 12:50:53 +02:00
Sandro
25d6fb8656
Merge pull request #163084 from techknowlogick/bump-drone
2022-03-27 12:49:36 +02:00
sternenseemann
1f57d3e722
nix-linter: 0.2.0.3 -> 0.2.0.4
2022-03-27 12:11:28 +02:00
Jörg Thalheim
2ceb2eb44b
Merge pull request #165869 from r-ryantm/auto-update/golangci-lint
...
golangci-lint: 1.45.0 -> 1.45.2
2022-03-27 07:50:09 +01:00
R. Ryantm
693e3b95f0
kustomize: 4.5.2 -> 4.5.3
2022-03-27 02:36:32 +00:00
Martin Weinelt
7be28200e2
Merge remote-tracking branch 'origin/master' into staging-next
2022-03-27 01:45:13 +01:00
github-actions[bot]
61d6c3bc7c
Merge master into haskell-updates
2022-03-27 00:12:02 +00:00
David Anderson
fb09c4717c
gotools: 2021-01-13 -> 0.1.10
...
Adds tool support for Go 1.18 generics.
Signed-off-by: David Anderson <dave@natulte.net>
2022-03-26 15:51:14 -07:00
Robert Scott
f226c9f546
Merge pull request #165421 from bjornfor/update-cppcheck
...
cppcheck: 2.7 -> 2.7.3
2022-03-26 22:15:41 +00:00
Artturi
df64c2c722
Merge pull request #165726 from bobby285271/dfeet
2022-03-26 23:44:04 +02:00
R. Ryantm
f74d412093
golangci-lint: 1.45.0 -> 1.45.2
2022-03-26 19:43:34 +00:00
github-actions[bot]
3b6f03e497
Merge master into staging-next
2022-03-26 18:01:22 +00:00
Bjørn Forsman
45ab96dd9c
cppcheck: set doCheck = true
2022-03-26 16:43:27 +01:00
Ben Siraphob
af253a5b90
Merge pull request #165722 from siraben/rollback-ts-nix
2022-03-26 09:29:56 -05:00
Ian M. Jones
0b2ec95f17
wails: 2.0.0-beta.33 -> 2.0.0-beta.34
2022-03-26 13:01:47 +00:00
Sandro
1d5c9053d1
Merge pull request #165837 from SuperSandro2000/nrfutil
2022-03-26 13:44:31 +01:00
techknowlogick
501f643976
buildkite-agent: 3.33.3 -> 3.34.1 ( #163110 )
2022-03-26 13:29:58 +01:00
Sandro
8915e6ca95
nrfutil: mark broken
2022-03-26 13:10:37 +01:00
superherointj
54f62a4cb0
prisma-engines: add superherointj as maintainer
2022-03-26 08:33:37 -03:00
sternenseemann
372d0a707e
Merge remote-tracking branch 'origin/master' into haskell-updates
2022-03-26 09:59:28 +01:00
Jan Tojnar
a6fcd7b301
glib: Fix conflicts in Meson patch on Darwin
...
Now based onto 0.61.2.
2022-03-26 09:50:05 +01:00
Vladimír Čunát
a42ca0678b
Merge branch 'master' into staging-next
2022-03-26 09:20:38 +01:00
Vladimír Čunát
b9eab51eed
Merge #160343 : GNOME: 41 -> 42
2022-03-26 09:16:07 +01:00
Bobby Rong
44624e5bd9
Merge pull request #165750 from 06kellyjac/master
...
just: 1.1.0 -> 1.1.1
2022-03-26 13:57:07 +08:00
Artturi
81f9d0b0ff
Merge pull request #165712 from newAM/cargo-spellcheck
...
cargo-spellcheck: 0.10.1 -> 0.11.0
2022-03-26 06:48:11 +02:00
Artturi
3cc5f212de
Merge pull request #165713 from lucperkins/buf-1.1.1-to-1.2.0
...
buf: 1.1.1 -> 1.3.0
2022-03-26 06:46:27 +02:00
Artturi
6b7f10c4e6
Merge pull request #165777 from cohei/update-unused
...
unused: 0.2.3 -> 0.4.0
2022-03-26 05:43:32 +02:00
Artturi
abdd42493d
Merge pull request #165801 from r-ryantm/auto-update/pipenv
...
pipenv: 2022.3.23 -> 2022.3.24
2022-03-26 05:35:50 +02:00
Jan Tojnar
0e78d578e6
glib: Fix docs on Darwin
...
They are failing due to a Meson bug.
Doing it this hacky way to avoid rebuilding the world.
2022-03-26 03:50:26 +01:00
Daniel Beckwith
6bbf2eda49
Fix lib ref
2022-03-25 22:11:48 -04:00
Daniel Beckwith
6771dc6346
Remove unused module arg
2022-03-25 22:11:48 -04:00
Daniel Beckwith
ac3aa4c073
Add cargo-bootimage package
2022-03-25 22:11:48 -04:00
R. Ryantm
ea2b0aebbf
pipenv: 2022.3.23 -> 2022.3.24
2022-03-26 01:12:00 +00:00
R. Ryantm
0482c2252c
sqlfluff: 0.11.1 -> 0.11.2
2022-03-26 00:38:57 +00:00