about summary refs log tree commit diff
AgeCommit message (Collapse)AuthorFilesLines
2023-05-12nixos/maintainers/scripts/lxd/lxd-image-inner.nix: get rid of `with lib`AndersonTorres1-2/+0
2023-05-12nixos/maintainers/scripts/cloudstack/cloudstack-image.nix: get rid of `with lib`AndersonTorres1-2/+0
2023-05-13Merge pull request #231319 from hacker1024/package/flutter-3.10Maciej Krüger14-69/+174
flutter: 3.7.12 -> 3.10.0
2023-05-13containerd: 1.7.0 -> 1.7.1R. Ryantm1-2/+2
2023-05-13etcd_3_4: 3.4.25 -> 3.4.26R. Ryantm1-2/+2
2023-05-13terraform-providers.aws: 4.66.1 -> 4.67.0github-actions[bot]1-3/+3
2023-05-13terraform-providers.minio: 1.15.1 -> 1.15.2github-actions[bot]1-2/+2
2023-05-13terraform-providers.grafana: 1.39.0 -> 1.40.0github-actions[bot]1-3/+3
2023-05-13terraform-providers.equinix: 1.14.1 -> 1.14.2github-actions[bot]1-2/+2
2023-05-13terraform-providers.azurerm: 3.55.0 -> 3.56.0github-actions[bot]1-2/+2
2023-05-13terraform-providers.azuread: 2.38.0 -> 2.39.0github-actions[bot]1-2/+2
2023-05-13terraform-providers.aviatrix: 3.0.5 -> 3.1.0github-actions[bot]1-2/+2
2023-05-13Merge pull request #231439 from divanorama/bazel_6.2.0Uri Baghin4-108/+152
bazel_6: 6.1.2 -> 6.2.0
2023-05-13Merge pull request #228492 from LeSuisse/tt-rss-2023-04-13-php81Martin Weinelt2-5/+5
tt-rss: unstable-2022-10-15 -> unstable-2023-04-13, module use PHP 8.1
2023-05-13Merge pull request #231556 from andersk/microcode-intelMartin Weinelt1-2/+2
microcodeIntel: 20230214 → 20230512
2023-05-12microcodeIntel: 20230214 → 20230512Anders Kaseorg1-2/+2
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-12rustfmt: fix warningfigsoda1-2/+2
rustPlatform.rust has been deprecated in https://github.com/NixOS/nixpkgs/pull/230951
2023-05-12zsnes2: 2.0.10 -> 2.0.12R. Ryantm1-2/+2
2023-05-12emacs.pkgs.trivialBuild: generate autoload fileLin Jian1-0/+1
2023-05-12header-file-mode: removeAidan Gauland2-36/+0
I am no longer able to maintain this package, and an incoming PR (#231411) breaks this package.
2023-05-13Merge pull request #231535 from colemickens/pr-cfdyndnsMartin Weinelt2-6/+4
cfdyndns: 0.0.3 -> 0.0.4; switch to openssl_3
2023-05-13Merge pull request #231515 from figsoda/ruffMartin Weinelt2-338/+61
ruff: 0.0.265 -> 0.0.267
2023-05-12cfdyndns: 0.0.3 -> 0.0.4; switch to openssl_3Cole Mickens2-6/+4
2023-05-13Merge pull request #231530 from mweinelt/odp-dpdk-openssl3Martin Weinelt2-21/+22
odp-dpdk: Build against openssl3
2023-05-12manual: fix matrix room link (#231523)Harshil Jani1-1/+1
Co-authored-by: figsoda <figsoda@pm.me>
2023-05-13Merge pull request #231522 from felixsinger/pkgs/mumble/use-ossl-3-apiMartin Weinelt3-14/+557
mumble: Apply patch to use OpenSSL 3.0 API
2023-05-13Merge pull request #231534 from figsoda/spotify-tuiMartin Weinelt5-79/+2720
spotify-tui: unpin openssl, fix license, clean up
2023-05-12rustfmt: fix on darwinJavier Olaechea1-0/+11
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]: https://github.com/NixOS/nixpkgs/blob/c8cf570dae9b41f30395b71f9b432418b4ff0ebc/pkgs/development/compilers/rust/clippy.nix#L27-L36
2023-05-13Merge pull request #231517 from dywedir/synapse-btMartin Weinelt2-5/+4
synapse-bt: 1.0 -> unstable-2023-02-16, build with openssl 3.0
2023-05-13Merge pull request #231526 from figsoda/habMartin Weinelt3-2562/+2490
habitat: 0.90.6 -> 1.1.652, fix build, unpin openssl
2023-05-13Merge pull request #231524 from figsoda/hydra-cliMartin Weinelt3-8/+2020
hydra-cli: fix build, unpin openssl
2023-05-13Merge pull request #231514 from figsoda/dephellMartin Weinelt3-9/+2580
cargo-dephell: update Cargo.lock and switch to openssl 3
2023-05-12Merge pull request #231264 from Ma27/bump-grafanaMaximilian Bosch1-4/+4
grafana: 9.5.1 -> 9.5.2
2023-05-12mumble: Apply patch to use OpenSSL 3.0 APIFelix Singer3-14/+557
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-12Merge pull request #231373 from mweinelt/firefox-signing-keyMartin Weinelt2-2/+2
firefox-{,bin-}unwrapped: Update GPG signing key
2023-05-12Merge pull request #231498 from mweinelt/gitea-runnerMartin Weinelt1-3/+3
gitea-actions-runner: 0.1.2 -> 0.1.8
2023-05-12spotify-tui: unpin openssl, fix license, clean upfigsoda5-79/+2720
2023-05-12ruff: 0.0.265 -> 0.0.267figsoda2-338/+61
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-12Merge pull request #228131 from chewblacka/patch-2Norbert Melzer1-3/+3
get_iplayer: 3.27 -> 3.31
2023-05-12Merge pull request #231511 from impl/p4-2022.2.2407422Martin Weinelt2-4/+3
p4: 2022.1.2305383 -> 2022.2.2407422
2023-05-12meli: Remove (#231509)Matthias Beyer3-63/+1
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-12odp-dpdk: 1.37.0.0_DPDK_19.11 -> 1.41.0.0_DPDK_22.11Martin Weinelt1-18/+21
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-12odp-dpdk: Build against openssl3Martin Weinelt1-3/+1
2023-05-12habitat: 0.90.6 -> 1.1.652, fix build, unpin opensslfigsoda3-2562/+2490
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-12Merge pull request #231503 from figsoda/kind2Martin Weinelt1-6/+32
kind2: 0.3.7 -> 0.3.10
2023-05-12Update pkgs/servers/http/envoy/default.nixdivanorama1-1/+1
2023-05-12synapse-bt: 1.0 -> unstable-2023-02-16, build with openssl 3.0Vladyslav M2-5/+4
2023-05-12Merge pull request #231490 from figsoda/hvmMartin Weinelt2-9/+20
hvm: 1.0.0 -> 1.0.8
2023-05-12Merge pull request #231507 from hmenke/shadowsocks-v2ray-plugin-1Martin Weinelt1-0/+1
shadowsocks-v2ray-plugin: mark as broken
2023-05-12Merge pull request #231445 from alyssais/hello-wayland-crossArtturi1-2/+3