Commit Graph

483727 Commits

Author SHA1 Message Date
Anderson Torres
4c6a141720 nixos/modules/rename.nix: get rid of with lib 2023-05-12 22:29:25 -03:00
AndersonTorres
1be3d36336 nixos/maintainers/scripts/lxd/nix.tpl: get rid of with lib 2023-05-12 22:29:25 -03:00
AndersonTorres
80f0839fde nixos/maintainers/scripts/lxd/lxd-image.nix: get rid of with lib 2023-05-12 22:29:24 -03:00
AndersonTorres
0a1db38632 nixos/maintainers/scripts/lxd/lxd-image-inner.nix: get rid of with lib 2023-05-12 22:29:24 -03:00
AndersonTorres
85a7b22c6e nixos/maintainers/scripts/cloudstack/cloudstack-image.nix: get rid of with lib 2023-05-12 22:29:24 -03:00
Maciej Krüger
0294e83aaa
Merge pull request #231319 from hacker1024/package/flutter-3.10
flutter: 3.7.12 -> 3.10.0
2023-05-13 03:14:42 +02:00
R. Ryantm
07e37a2e23 containerd: 1.7.0 -> 1.7.1 2023-05-13 10:43:43 +10:00
R. Ryantm
86acc53634 etcd_3_4: 3.4.25 -> 3.4.26 2023-05-13 10:43:23 +10:00
github-actions[bot]
5b1d6e7538 terraform-providers.aws: 4.66.1 -> 4.67.0 2023-05-13 10:43:01 +10:00
github-actions[bot]
945e6ffa8d terraform-providers.minio: 1.15.1 -> 1.15.2 2023-05-13 10:43:01 +10:00
github-actions[bot]
17bdf768d1 terraform-providers.grafana: 1.39.0 -> 1.40.0 2023-05-13 10:43:01 +10:00
github-actions[bot]
ddc05342fb terraform-providers.equinix: 1.14.1 -> 1.14.2 2023-05-13 10:43:01 +10:00
github-actions[bot]
f8adac9784 terraform-providers.azurerm: 3.55.0 -> 3.56.0 2023-05-13 10:43:01 +10:00
github-actions[bot]
5b893e7036 terraform-providers.azuread: 2.38.0 -> 2.39.0 2023-05-13 10:43:01 +10:00
github-actions[bot]
01c34b6f25 terraform-providers.aviatrix: 3.0.5 -> 3.1.0 2023-05-13 10:43:01 +10:00
Uri Baghin
1e5e280dec
Merge pull request #231439 from divanorama/bazel_6.2.0
bazel_6: 6.1.2 -> 6.2.0
2023-05-13 10:29:35 +10:00
Martin Weinelt
557f89f5d1
Merge pull request #228492 from LeSuisse/tt-rss-2023-04-13-php81
tt-rss: unstable-2022-10-15 -> unstable-2023-04-13, module use PHP 8.1
2023-05-13 02:17:24 +02:00
Martin Weinelt
1068e128b2
Merge pull request #231556 from andersk/microcode-intel
microcodeIntel: 20230214 → 20230512
2023-05-13 02:07:58 +02:00
Anders Kaseorg
7f6f309be8 microcodeIntel: 20230214 → 20230512
https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20230512

Security updates for [INTEL-SA-NA]

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2023-05-12 17:00:12 -07:00
figsoda
15f699fbf9 rustfmt: fix warning
rustPlatform.rust has been deprecated in https://github.com/NixOS/nixpkgs/pull/230951
2023-05-12 19:49:14 -04:00
R. Ryantm
93f1dd1e65 zsnes2: 2.0.10 -> 2.0.12 2023-05-12 20:42:55 -03:00
Lin Jian
133075787b emacs.pkgs.trivialBuild: generate autoload file 2023-05-12 20:42:09 -03:00
Aidan Gauland
4bfdf5a7b3 header-file-mode: remove
I am no longer able to maintain this package, and an incoming PR
(#231411) breaks this package.
2023-05-12 20:42:00 -03:00
Martin Weinelt
3f5fd3d1d8
Merge pull request #231535 from colemickens/pr-cfdyndns
cfdyndns: 0.0.3 -> 0.0.4; switch to openssl_3
2023-05-13 01:33:47 +02:00
Martin Weinelt
56a10ddc5c
Merge pull request #231515 from figsoda/ruff
ruff: 0.0.265 -> 0.0.267
2023-05-13 01:26:58 +02:00
Cole Mickens
feb958c83e
cfdyndns: 0.0.3 -> 0.0.4; switch to openssl_3 2023-05-12 17:19:30 -06:00
Martin Weinelt
15dc18849a
Merge pull request #231530 from mweinelt/odp-dpdk-openssl3
odp-dpdk: Build against openssl3
2023-05-13 01:09:33 +02:00
Harshil Jani
aa0b851e83
manual: fix matrix room link (#231523)
Co-authored-by: figsoda <figsoda@pm.me>
2023-05-12 18:55:19 -04:00
Martin Weinelt
a43950ec7e
Merge pull request #231522 from felixsinger/pkgs/mumble/use-ossl-3-api
mumble: Apply patch to use OpenSSL 3.0 API
2023-05-13 00:51:44 +02:00
Martin Weinelt
e7543ac524
Merge pull request #231534 from figsoda/spotify-tui
spotify-tui: unpin openssl, fix license, clean up
2023-05-13 00:50:39 +02:00
Javier Olaechea
dd584d82f1 rustfmt: fix on darwin
Reading this [rust-issue] it seems that we have to link against
rustc_driver. The [clippy.nix] expression already does something similar

Of the 4 executables found in the result of building rustfmt only
rustfmt and git-rustfmt needed to be linked. The other worked without
linking to rustc_driver.

[rust-issue]: https://github.com/rust-lang/rust/pull/105609
[clippy.nix]: c8cf570dae/pkgs/development/compilers/rust/clippy.nix (L27-L36)
2023-05-12 18:44:20 -04:00
Martin Weinelt
d6259e6e5d
Merge pull request #231517 from dywedir/synapse-bt
synapse-bt: 1.0 -> unstable-2023-02-16, build with openssl 3.0
2023-05-13 00:21:03 +02:00
Martin Weinelt
03afb195ff
Merge pull request #231526 from figsoda/hab
habitat: 0.90.6 -> 1.1.652, fix build, unpin openssl
2023-05-13 00:20:08 +02:00
Martin Weinelt
973697f978
Merge pull request #231524 from figsoda/hydra-cli
hydra-cli: fix build, unpin openssl
2023-05-13 00:17:30 +02:00
Martin Weinelt
72338c5f88
Merge pull request #231514 from figsoda/dephell
cargo-dephell: update Cargo.lock and switch to openssl 3
2023-05-13 00:16:57 +02:00
Maximilian Bosch
bcfd7338d7
Merge pull request #231264 from Ma27/bump-grafana
grafana: 9.5.1 -> 9.5.2
2023-05-12 23:25:52 +02:00
Felix Singer
948e9e1c42 mumble: Apply patch to use OpenSSL 3.0 API
Mumble is using a deprecated OpenSSL API and this is causing problems
because OpenSSL 1.1 support should be dropped from nixpkgs. However, a
patch making Mumble compatible to the OpenSSL 3.0 API is available on
its master branch and included in the latest snapshot, but unfortunately
that snapshot is not production ready.

Apply the patch for the nixpkgs build so that we can get rid of that old
OpenSSL version and drop the specific Qt package using it.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2023-05-12 23:19:20 +02:00
Martin Weinelt
4dcc63b78f
Merge pull request #231373 from mweinelt/firefox-signing-key
firefox-{,bin-}unwrapped: Update GPG signing key
2023-05-12 23:16:37 +02:00
Martin Weinelt
ea00ae9495
Merge pull request #231498 from mweinelt/gitea-runner
gitea-actions-runner: 0.1.2 -> 0.1.8
2023-05-12 23:15:56 +02:00
figsoda
f508d6b65b spotify-tui: unpin openssl, fix license, clean up 2023-05-12 17:08:29 -04:00
figsoda
a7cba289bb ruff: 0.0.265 -> 0.0.267
Diff: https://github.com/charliermarsh/ruff/compare/v0.0.265...v0.0.267

Changelog: https://github.com/charliermarsh/ruff/releases/tag/v0.0.267
2023-05-12 16:52:02 -04:00
Norbert Melzer
15b5b4756e
Merge pull request #228131 from chewblacka/patch-2
get_iplayer: 3.27 -> 3.31
2023-05-12 22:49:14 +02:00
Martin Weinelt
a56161ab38
Merge pull request #231511 from impl/p4-2022.2.2407422
p4: 2022.1.2305383 -> 2022.2.2407422
2023-05-12 22:37:31 +02:00
Matthias Beyer
ac019b94fb
meli: Remove (#231509)
Uses openssl_1_1, which will be removed before the 23.05 branchoff, so
remove this.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2023-05-12 22:36:49 +02:00
Martin Weinelt
f8cddd7fa8
odp-dpdk: 1.37.0.0_DPDK_19.11 -> 1.41.0.0_DPDK_22.11
https://github.com/OpenDataPlane/odp/releases/tag/v1.38.0.0
https://github.com/OpenDataPlane/odp/releases/tag/v1.39.0.0
https://github.com/OpenDataPlane/odp/releases/tag/v1.40.0.0
https://github.com/OpenDataPlane/odp/releases/tag/v1.41.0.0
2023-05-12 22:32:47 +02:00
Martin Weinelt
e7d5292187
odp-dpdk: Build against openssl3 2023-05-12 22:16:21 +02:00
figsoda
97177ab8c1 habitat: 0.90.6 -> 1.1.652, fix build, unpin openssl
Diff: https://github.com/habitat-sh/habitat/compare/0.90.6...1.6.652

Changelog: https://github.com/habitat-sh/habitat/blob/1.6.652/CHANGELOG.md
2023-05-12 16:14:09 -04:00
Martin Weinelt
7818e35cc0
Merge pull request #231503 from figsoda/kind2
kind2: 0.3.7 -> 0.3.10
2023-05-12 22:06:16 +02:00
divanorama
4d494b82de
Update pkgs/servers/http/envoy/default.nix 2023-05-12 22:04:55 +02:00
Vladyslav M
d05b99995b synapse-bt: 1.0 -> unstable-2023-02-16, build with openssl 3.0 2023-05-12 23:04:43 +03:00