1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 12:11:28 +00:00
Commit graph

337695 commits

Author SHA1 Message Date
Tobias Bergkvist ebf46e5764 makeBinaryWrapper: Fix issues on aarch64-darwin/macOS 12 (Monterey)
Sanitizers don't seem to be present on aarch64-darwin/macOS 12 (Monterey), so they are removed from the aarch64-darwin tests.

Switching from nativeBuildInputs to buildInputs and adding cc to the deps list caused some strange error messages to go away.
2021-12-16 21:29:21 +01:00
Tobias Bergkvist d5435990b0 makeBinaryWrapper: Disable sanitizers by default outside of tests
Although sanitizers can catch and prevent undefined behaviour during runtime, it has a significant impact on performance. They also cause issues on macOS where they can make compilation fail. The future goal is to instead utilize static analysis to prevent undefined behaviour as makeBinaryWrapper evolves.
2021-12-16 21:23:16 +01:00
Tobias Bergkvist 228d451e03 makeBinaryWrapper: Fix chdir golden test for darwin
On macOS, /tmp is a symlink to /private/tmp. When performing cd /tmp, and checking cwd - it won't match since it follows the symlink.

This caused test breakage on macOS but not Linux. Instead, use a folder which is not a symlink, and consistent across Linux and macOS.
2021-12-16 21:12:59 +01:00
Tobias Bergkvist f7b5083cb6 makeBinaryWrapper: Make tests discoverable to OfBorg
Move makeBinaryWrapper tests to pkgs.makeBinaryWrapper.passthru.tests, since OfBorg doesn't discover/skips the tests in the previous location.
2021-12-16 21:04:07 +01:00
Tobias Bergkvist 3104da4085 makeBinaryWrapper: Switch from stdenv.cc.cc to stdenv.cc
"${stdenv.cc.cc}/bin" does not contain a cc-symlink, since this is the unwrapped version of the compiler - however "${stdenv.cc}/bin" does.
2021-12-16 21:03:08 +01:00
Ryan Mulligan 91ca3ab15f
Merge pull request #150051 from r-ryantm/auto-update/kimageannotator
libsForQt5.kimageannotator: 0.5.2 -> 0.5.3
2021-12-10 06:39:04 -08:00
Ryan Mulligan 76d64cf517
Merge pull request #149908 from r-ryantm/auto-update/marvin
marvin: 21.9.0 -> 21.18.0
2021-12-10 06:36:30 -08:00
Ryan Mulligan 43d9165efc
Merge pull request #149419 from r-ryantm/auto-update/nlopt
nlopt: 2.7.0 -> 2.7.1
2021-12-10 06:33:10 -08:00
Thiago Kenji Okada e59a6f5cec
Merge pull request #146623 from ratsclub/p2pool
p2pool: init at 1.4
2021-12-10 11:17:10 -03:00
Mario Rodas d0d209fd59
Merge pull request #149878 from r-ryantm/auto-update/mcelog
mcelog: 178 -> 179
2021-12-10 08:24:17 -05:00
Stig 8f21565901
Merge pull request #121085 from colemickens/gpg-ccid-udev
nixos/hardware/gnupg-ccid: init udev rules
2021-12-10 14:22:06 +01:00
Victor Freire 4fa5db2775 p2pool: init at 1.4 2021-12-10 10:20:58 -03:00
Robert Hensing e817802236
Merge pull request #150045 from Infinisil/fix-nixos-extraArgs
lib/nixos/eval-config.nix: Fix extraArgs
2021-12-10 13:47:56 +01:00
R. Ryantm 1598e93eeb libsForQt5.kimageannotator: 0.5.2 -> 0.5.3 2021-12-10 12:41:56 +00:00
Pavol Rusnak 36bb1f2dea
Merge pull request #149939 from rnhmjoj/pr-monero
monero-{cli,gui}: 0.17.2.3 -> 0.17.3.0
2021-12-10 13:17:41 +01:00
Jörg Thalheim 80d0164a29
Merge pull request #150023 from onny/opensnitchfix
opensnitch: fix daemon cant find iptables in PATH
2021-12-10 12:08:48 +00:00
R. Ryantm 14cba00289 lttng-tools: 2.13.0 -> 2.13.1 2021-12-10 13:08:26 +01:00
R. RyanTM 416d7f1bb7
ocamlPackages.mirage-crypto: 0.10.3 -> 0.10.5; ocamlPackages.otr: 0.3.8 -> 0.3.10 (#149783)
* ocamlPackages.mirage-crypto: 0.10.3 -> 0.10.5

https://github.com/mirage/mirage-crypto/releases/tag/v0.10.4
https://github.com/mirage/mirage-crypto/releases/tag/v0.10.5

Co-authored-by: sternenseemann <sternenseemann@systemli.org>

* ocamlPackages.otr: 0.3.8 -> 0.3.10

https://github.com/hannesm/ocaml-otr/releases/tag/v0.3.9
https://github.com/hannesm/ocaml-otr/releases/tag/v0.3.10

* ocamlPackages.awa: propagate ppx_sexp_conv as a normal build input

awa depends on ppx_sexp_conv.runtime_lib, so it needs to be
propagated. This was previously masked by the dependency being
propagated from another package.

Co-authored-by: sternenseemann <sternenseemann@systemli.org>
2021-12-10 13:00:39 +01:00
Silvan Mosberger 2f2b60dd87 lib/nixos/eval-config.nix: Fix extraArgs
Fixes a mistake in https://github.com/NixOS/nixpkgs/pull/148315 that
caused https://github.com/NixOS/nixpkgs/issues/148343#issuecomment-990881216
2021-12-10 12:55:30 +01:00
Mario Rodas 1dfc4c3edf
Merge pull request #149742 from marsam/update-timescaledb
postgresqlPackages.timescaledb: 2.5.0 -> 2.5.1
2021-12-10 06:52:19 -05:00
Mario Rodas 7c1d675d34
Merge pull request #149854 from r-ryantm/auto-update/mtools
mtools: 4.0.35 -> 4.0.36
2021-12-10 06:49:50 -05:00
Jörg Thalheim 24e5628fb5
Merge pull request #150009 from r-ryantm/auto-update/ldns
ldns: 1.8.0 -> 1.8.1
2021-12-10 11:45:50 +00:00
Mario Rodas d83cd99072
Merge pull request #149909 from r-ryantm/auto-update/lxcfs
lxcfs: 4.0.9 -> 4.0.11
2021-12-10 06:40:36 -05:00
Mario Rodas d349b8e691
Merge pull request #149710 from marsam/update-opam
opam: 2.1.1 -> 2.1.2
2021-12-10 06:38:26 -05:00
Mario Rodas 39f709db02
Merge pull request #149741 from marsam/update-tflint
tflint: 0.33.1 -> 0.33.2
2021-12-10 06:37:57 -05:00
Maximilian Bosch 9fffc473b9
Merge pull request #149158 from mweinelt/ansible
ansible: 2.12.0 -> 2.12.1; 2.10.15 -> 2.10.16
2021-12-10 12:33:56 +01:00
Jörg Thalheim 096156aa50
Merge pull request #150003 from evils/rasdaemon
nixos/rasdaemon: remove syslog.target dependency
2021-12-10 11:31:21 +00:00
Maximilian Bosch c7b1cff390
Merge pull request #149226 from r-ryantm/auto-update/redis_exporter
prometheus-redis-exporter: 1.29.0 -> 1.32.0
2021-12-10 12:14:04 +01:00
Maximilian Bosch c8d57bcb38
Merge pull request #147370 from newAM/cargo-embed
cargo-embed: 0.11.0 -> 0.12.0
2021-12-10 12:12:03 +01:00
Maximilian Bosch fb951975f6
Merge pull request #148908 from r-ryantm/auto-update/cargo-generate
cargo-generate: 0.11.0 -> 0.11.1
2021-12-10 12:01:23 +01:00
Maximilian Bosch 4e8a02c007
Merge pull request #148922 from r-ryantm/auto-update/cargo-watch
cargo-watch: 8.1.1 -> 8.1.2
2021-12-10 11:53:16 +01:00
Mikael 4c39a29128
modules/nix-daemon: Amend daemon(CPU|IO)Sched(Policy|Class) description (#147497)
Suggest appropriate values for various types of systems and add some
formatting.
2021-12-10 11:30:51 +01:00
Lara c2b79874a7
nixos/jitsi-videobridge: Mitigate CVE-2021-44228 (#150021)
This commit mitigates a remote code execution vulnerability in the log4j
library.
2021-12-10 11:16:20 +01:00
Jörg Thalheim 1b0334540f
Merge pull request #148602 from arcnmx/compiler-rt-aarch32
llvmPackages_13.compiler-rt: fix aarch32 patch
2021-12-10 10:15:50 +00:00
Jonas Heinrich 4d6cb6b4c8 opensnitch: fix daemon cant find iptables in PATH 2021-12-10 11:00:25 +01:00
Fabian Affolter ef0dbea846
Merge pull request #150008 from fabaff/bump-reolink
python3Packages.reolink: 0.53 -> 0.56
2021-12-10 10:56:48 +01:00
Fabian Affolter 51e3c280e4
Merge pull request #150014 from fabaff/bump-slack-sdk
python3Packages.slack-sdk: 3.12.0 -> 3.13.0
2021-12-10 10:54:01 +01:00
Fabian Affolter 109c80a552
Merge pull request #150015 from fabaff/bump-cyclonedx-python-lib
python3Packages.cyclonedx-python-lib: 0.11.1 -> 0.12.2
2021-12-10 10:53:24 +01:00
Fabian Affolter 3bf4231836
Merge pull request #150020 from gebner/sentrysdktestfix
python3Packages.sentry-sdk: fix broken test
2021-12-10 10:53:07 +01:00
Yuka 9a615b3d6a
unifiedpush-common-proxies: 1.0.0 -> 1.1.0 (#147078) 2021-12-10 10:52:12 +01:00
Jonas Heinrich a05790a5bf opensnitch: fix daemon cant find iptables in PATH 2021-12-10 10:46:43 +01:00
Emery Hemingway 2210854b14 nimPackages.snappy: disable checkPhase 2021-12-10 09:44:59 +00:00
Maximilian Bosch b6e641375e
Merge pull request #149249 from r-ryantm/auto-update/i3-gaps
i3-gaps: 4.20 -> 4.20.1
2021-12-10 10:30:29 +01:00
Gabriel Ebner 23c513e90d python3Packages.sentry-sdk: fix broken test 2021-12-10 10:18:30 +01:00
Mario Rodas 19675641b0
Merge pull request #149003 from r-ryantm/auto-update/nodejs-17_x
nodejs-17_x: 17.1.0 -> 17.2.0
2021-12-10 04:10:40 -05:00
Maximilian Bosch c9b2fa977b
Merge pull request #148969 from r-ryantm/auto-update/usbredir
usbredir: 0.11.0 -> 0.12.0
2021-12-10 09:55:23 +01:00
Fabian Affolter 3ef64664ec python3Packages.cyclonedx-python-lib: 0.11.1 -> 0.12.2 2021-12-10 09:50:18 +01:00
Fabian Affolter 48af687e56 python3Packages.slack-sdk: 3.12.0 -> 3.13.0 2021-12-10 09:47:57 +01:00
Jörg Thalheim 9549b866e3
Merge pull request #150005 from Mic92/go
go: add mipsel/riscv64/s390x support
2021-12-10 08:29:09 +00:00
0x4A6F c28b4458d7
Merge pull request #147797 from romildo/upd.xfce
maintainers: add xfce team
2021-12-10 09:23:20 +01:00