Commit graph

382350 commits

Author SHA1 Message Date
Martin Weinelt ab1dd069c7
firefox-devedition-bin-unwrapped: 101.0b9 -> 102.0b1 2022-05-31 16:34:39 +02:00
Martin Weinelt 172e3144ab
firefox-beta-bin-unwrapped: 101.0b9 -> 102.0b1 2022-05-31 16:34:39 +02:00
Martin Weinelt 78ffb8f7ae
spidermonkey_91: 91.9.1 -> 91.10.0 2022-05-31 16:34:39 +02:00
Martin Weinelt f89d5a7f2c
firefox-esr-91-unwrapped: 91.9.1esr -> 91.10.0esr
https://www.mozilla.org/en-US/firefox/91.10.0/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2022-21/

Fixes: CVE-2022-31736, CVE-2022-31737, CVE-2022-31738, CVE-2022-31739,
       CVE-2022-31740, CVE-2022-31741, CVE-2022-31742, CVE-2022-31747
2022-05-31 16:34:39 +02:00
Martin Weinelt 8353459d92
firefox-bin-unwrapped: 100.0.2- -> 101.0
https://www.mozilla.org/en-US/firefox/101.0/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2022-20/

Fixes: CVE-2022-31736, CVE-2022-31737, CVE-2022-31738, CVE-2022-31739,
       CVE-2022-31740, CVE-2022-31741, CVE-2022-31742, CVE-2022-31743,
       CVE-2022-31744, CVE-2022-31745, CVE-2022-1919, CVE-2022-31747,
       CVE-2022-31748
2022-05-31 16:34:15 +02:00
Martin Weinelt 332711833d
firefox-unwrapped: 100.0.2- -> 101.0
https://www.mozilla.org/en-US/firefox/101.0/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2022-20/

Fixes: CVE-2022-31736, CVE-2022-31737, CVE-2022-31738, CVE-2022-31739,
       CVE-2022-31740, CVE-2022-31741, CVE-2022-31742, CVE-2022-31743,
       CVE-2022-31744, CVE-2022-31745, CVE-2022-1919, CVE-2022-31747,
       CVE-2022-31748
2022-05-31 16:33:22 +02:00
Alyssa Ross 5643714dea stdenvBootstrapTools: inherit {cross,local}System
It's expected that attributes in the top-level package set will all use
that package set, but this wasn't the case for the bootstrap tools.
This led some very confusing behaviour:

- pkgsMusl.stdenvBootstrapTools would build glibc bootstrap tools
- stdenvBootstrapTools was _always_ cross compiled, even if
  Nixpkgs wasn't, because it always set crossSystem.  This also didn't
  match the behaviour of using make-bootstrap-tools.nix as an
  entrypoint, where crossSystem would default to null.

For the Linux stdenv, I've made the ideal fix, which is to make pkgs an
argument rather than taking the arguments for pkgs, and then
re-importing it.  This means it'll always use exactly the same package
set that's calling it, and should also mean faster eval due to not
importing Nixpkgs twice.

The Darwin stdenv is more complicated, and I'm not able to easily test
it, so I wasn't confident in making the same fix there.  Instead, I've
just made sure crossSystem and localSystem are set to the correct values
so they're not always cross compiled and match the parent package set's.
It would still be preferable if somebody could make Darwin's
make-bootstrap-tools.nix take pkgs as an argument, rather than all the
arguments for pkgs.
2022-05-31 14:32:27 +00:00
Robert Hensing c5d82eb1ab
Merge pull request #174939 from FliegendeWurst/nixos-tests
nixos/tests: various fixes
2022-05-31 16:31:06 +02:00
Robert Hensing 53326189ba
Merge pull request #174829 from blaggacao/fix/cleanup-nixpkgs-initial-system
nixos: remove effect-less nixpgks.initialSystem
2022-05-31 16:26:25 +02:00
Robert Hensing 07a875c603
Merge pull request #175274 from hercules-ci/issue-175196
pkgs/tests/config.nix: Make test future proof
2022-05-31 16:02:37 +02:00
Robert Hensing c532e8c44e
Merge pull request #175455 from michaelmouf/patch-1
Fix typo in compareLists docstring
2022-05-31 16:01:16 +02:00
Sandro 0950dcd37b
Merge pull request #174261 from LumiGuide/lumi-team
picoscope, openrazer, it87, esptool: move maintainership to new LumiGuide team
2022-05-31 15:40:04 +02:00
Sandro 1fdeb86121
Merge pull request #169468 from Atemu/update/android-env
androidenv: regenerate repo.json
2022-05-31 15:38:21 +02:00
Paul Tötterman 05135c973d cloudflared: isn't broken after all
Flaky tests resulted in broken status. Rebuilt fine.
2022-05-31 16:33:14 +03:00
Jakub Kozłowski 346b98c22b
Merge pull request #175496 from kubukoz/scala-cli-updater 2022-05-31 15:19:54 +02:00
devhell 477c85f46a gurk-rs: 0.2.3 -> 0.2.4 2022-05-31 14:09:22 +01:00
Lenz Weber-Tronic f51cb36f2c
replay-io: init at 20220516-372662e7c79d-a9c63f38ea9b, replay-node-cli: init at 20220506-096c12cb47eb-a1d05f422dff (#166813)
* replay-io: init at 20220401-29dd94a55ca4

* init replay-node-cli at 20220404-dfd3123c41e3-4e44aca4c7ee

* replay-io: init at 20220422-1d46e798ffbf-3eecf49b757b, replay-node-cli: init at 0.1.7-20220422-a26b4562ebf7-3eecf49b757b

* fixup

* apply feedback

* replay-io: init at 20220516-372662e7c79d-a9c63f38ea9b, replay-node-cli: init at 20220506-096c12cb47eb-a1d05f422dff

* use `stripRoot: false`
2022-05-31 14:36:05 +02:00
Robert Schütz 9b46fd9ba0 borgbackup: cython is only required at build-time 2022-05-31 12:13:12 +00:00
Robert Schütz 43337d4f93 borgbackup: need either pyfuse3 or llfuse
The former is preferred according to
https://borgbackup.readthedocs.io/en/1.2.0/installation.html#dependencies
but only works on Linux since it depends on libfuse3.
2022-05-31 12:13:12 +00:00
Robert Schütz a3859b796f python310Packages.pyfuse3: cythonize before building 2022-05-31 12:13:10 +00:00
ckie 958fcfb4fa
Merge pull request #175477 from bzizou/astral
astral: init at 5.7.1
2022-05-31 14:55:37 +03:00
R. Ryantm 36049542b8 gnome.gnome-boxes: 42.0.1 -> 42.1 2022-05-31 13:39:23 +02:00
Bobby Rong 81c336e3a1
Merge pull request #175253 from wahjava/update-cinny
cinny: 2.0.3 -> 2.0.4
2022-05-31 19:37:17 +08:00
Ulrik Strid a9ce8f1ef2 ocamlPackages.json-data-encoding: 0.10 -> 0.11 2022-05-31 13:32:40 +02:00
Ulrik Strid d27cc392f0 ocamlPackages.resto: 0.6.1 -> 0.7 2022-05-31 13:32:40 +02:00
Nikolay Korotkiy 156532fdc0
Move geospatial servers into its own folder 2022-05-31 14:30:40 +03:00
R. Ryantm c356e7246f gtk4: 4.6.4 -> 4.6.5 2022-05-31 13:17:26 +02:00
Markus Wamser 2c74606664
.github/PULL_REQUEST_TEMPLATE.md: 21.11 -> 22.05 2022-05-31 19:14:32 +08:00
Bobby Rong 4d807ba63f
Merge pull request #175337 from muscaln/picosdk
pico-sdk: 1.3.0 -> 1.3.1
2022-05-31 19:07:22 +08:00
Fabian Affolter b5702da24e
Merge pull request #175193 from fabaff/verboselogs
python310Packages.verboselogs: switch to pytestCheckHook
2022-05-31 13:05:21 +02:00
Bobby Rong 7c4ac6ca5b
Merge pull request #175572 from wamserma/rn2205-typofix
release-notes: fix typo
2022-05-31 19:00:55 +08:00
Bobby Rong fed9ba1b5e
Merge pull request #175223 from fsdlkj/update-taisei
taisei: 1.3.1 -> 1.3.2
2022-05-31 18:57:37 +08:00
Bobby Rong 6d2d2e3efb
Merge pull request #175099 from a-m-joseph/pr/bump/koreader
koreader: 2022.03.01 -> 2022.05.01
2022-05-31 18:45:59 +08:00
Bobby Rong c5533b7b29
Merge pull request #175273 from DarkOnion0/master
drawio: 18.0.6 -> 18.1.3
2022-05-31 18:42:53 +08:00
R. Ryantm 9075eec2a7 mkgmap: 4902 -> 4904 2022-05-31 10:34:23 +00:00
Bobby Rong 794c89e523
Merge pull request #175448 from sikmir/tile38
tile38: 1.27.1 → 1.28.0
2022-05-31 18:22:32 +08:00
Alyssa Ross 5db40e768d dpdk-kmods.src: use HTTPS URL 2022-05-31 10:09:05 +00:00
Fabian Affolter 84065e32ba python310Packages.sunpy: 3.1.6 -> 4.0.0 2022-05-31 11:42:32 +02:00
Sergei Trofimovich 7209d1f19a
Merge pull request #175251 from trofi/workaround-fno-common-for-sil
sil: add -fcommon workaround
2022-05-31 09:22:11 +00:00
Jörg Thalheim 084930fa14
Merge pull request #175577 from Mic92/terraform
terraform-providers: also include name in error messages
2022-05-31 09:44:15 +01:00
Fabian Affolter 826e642698
Merge pull request #175566 from r-ryantm/auto-update/python3.10-regenmaschine
python310Packages.regenmaschine: 2022.05.0 -> 2022.05.1
2022-05-31 10:34:20 +02:00
Jörg Thalheim b654502b2b
terraform-providers: also include name in error messages 2022-05-31 10:04:42 +02:00
Sergei Trofimovich 2bc4dcde87 moz-phab: add missing 'pip' runtime dependency
Without the change certificate installation fails as:

    $ moz-phab install-certificate
    ...
    Upgrading to version 1.0.0
    ...-python3.9-setuptools-61.2.0/lib/python3.9/site-packages/setuptools/command/install.py:34:
      SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
      warnings.warn(
    ...-python3-3.9.12/bin/python3.9: No module named pip
    CommandError: command '...-python3-3.9.12/bin/python3.9' failed to complete successfully
    Run moz-phab again with '--trace' to show debugging output

Closes: https://github.com/NixOS/nixpkgs/issues/174692
2022-05-31 09:02:05 +01:00
Jade Lovelace 4729707e40 nix-doc: 0.5.3->0.5.4 to support nix 2.9.0
Related: https://github.com/NixOS/nixpkgs/pull/175541

Thanks Artturin for the notification.
2022-05-31 00:59:56 -07:00
Jörg Thalheim c3ffb685fe
Merge pull request #175571 from Mic92/nearcore
nearcore: 1.26.0 -> 1.26.1 [security update]
2022-05-31 08:50:29 +01:00
Jörg Thalheim 97bdb3c645
nearcore: 1.26.0 -> 1.26.1 2022-05-31 09:28:21 +02:00
Pavol Rusnak 8090df13ea
Merge pull request #175485 from prusnak/btcpayserver 2022-05-31 09:23:29 +02:00
Fabian Affolter d1b515fc09
Merge pull request #175536 from fabaff/huum
python310Packages.huum: init at 0.5.0
2022-05-31 09:12:25 +02:00
Fabian Affolter 79151a6b28
Merge pull request #175499 from fabaff/pyramid_chameleon-remove
python310Packages.pyramid_chameleon: fix compatibility with pyramid 2
2022-05-31 09:11:26 +02:00
Fabian Affolter 2df10ed1af
Merge pull request #175523 from fabaff/checkov-bump
checkov: 2.0.1174 -> 2.0.1175
2022-05-31 09:11:14 +02:00