Commit Graph

392480 Commits

Author SHA1 Message Date
Mario Rodas
a5aa2cd7df
Merge pull request #181613 from r-ryantm/auto-update/python3.10-sphinx-togglebutton
python310Packages.sphinx-togglebutton: 0.3.1 -> 0.3.2
2022-07-16 08:40:40 -05:00
Mario Rodas
7d1f96e0a6
Merge pull request #181683 from r-ryantm/auto-update/gallery-dl
gallery-dl: 1.22.3 -> 1.22.4
2022-07-16 08:37:57 -05:00
Mario Rodas
222134ff1f
Merge pull request #181684 from xrelkd/update/boringtun
boringtun: 0.5.0 -> 0.5.1
2022-07-16 08:37:35 -05:00
K900
4aca31fd40
Merge pull request #181456 from K900/allow-btf-mismatch
linux: enable MODULE_ALLOW_BTF_MISMATCH
2022-07-16 16:26:14 +03:00
K900
d915949693
Merge pull request #181718 from K900/kernels-20220716
Kernel updates - week of 2022-07-16
2022-07-16 16:26:05 +03:00
Robert Scott
8a356f3f5a
Merge pull request #181691 from r-ryantm/auto-update/python3.10-vowpalwabbit
python310Packages.vowpalwabbit: 9.0.1 -> 9.2.0
2022-07-16 14:05:14 +01:00
Nicolas Benes
245764990f tor-browser-bundle-bin: 11.0.15 -> 11.5 2022-07-16 14:57:00 +02:00
R. Ryantm
f5625fbe4a grails: 5.1.6 -> 5.1.7 2022-07-16 14:50:01 +02:00
Ilan Joselevich
69710e00e2 mattermost: 7.1.0 -> 7.1.1 2022-07-16 15:46:30 +03:00
R. Ryantm
d6df226c53 fpart: 1.4.0 -> 1.5.1 2022-07-16 14:45:05 +02:00
R. Ryantm
67b02d983e python310Packages.pyodbc: 4.0.32 -> 4.0.34 2022-07-16 14:44:06 +02:00
Vincent Laporte
f2dba019c6 coqPackages.gaia: 1.13 → 1.14 2022-07-16 14:06:14 +02:00
Artturi
80c3d6e8ca
Merge pull request #180854 from jiegec/aws-workspaces
aws-workspaces: 4.0.1.1302 -> 4.1.0.1523
2022-07-16 14:49:50 +03:00
R. Ryantm
8d7b235ce6 python310Packages.python-keystoneclient: 4.5.0 -> 5.0.0 2022-07-16 11:47:03 +00:00
Kim Lindberger
d012de5b1d
Merge pull request #181401 from yayayayaka/gitlab-bump-git-to-2.35.4
nixos/gitlab: Bump git to 2.35.4
2022-07-16 13:37:16 +02:00
K900
191beef260 linux-rt_5_10: 5.10.120-rt70 -> 5.10.131-rt72 2022-07-16 14:34:07 +03:00
Robert Schütz
aba4c00d4c
Merge pull request #181120 from erictapen/imagemagick
imagemagick: 7.1.0-39 -> 7.1.0.43
2022-07-16 11:33:40 +00:00
K900
00ec9cf112 linux: 5.4.205 -> 5.4.206 2022-07-16 14:33:31 +03:00
K900
70ce5e51c7 linux: 5.18.11 -> 5.18.12 2022-07-16 14:33:28 +03:00
K900
aa6f361841 linux: 5.15.54 -> 5.15.55 2022-07-16 14:33:23 +03:00
K900
d6f057760a linux: 5.10.130 -> 5.10.131 2022-07-16 14:33:20 +03:00
Kerstin Humm
3a4ea08942 imagemagick: 7.1.0-39 -> 7.1.0.43 2022-07-16 11:15:55 +00:00
Rick van Schijndel
e243499338
Merge pull request #173889 from IvarWithoutBones/fix/dotnet-cross
dotnet ecosystem: fix cross compilation
2022-07-16 12:37:11 +02:00
Bjørn Forsman
dbb17b39ba nixos/tests/jenkins: improve jenkins-job-builder subtest
Rely on services.jenkins-job-builder to reload the configuration instead
of doing that manually in the test.

(If this had been implemented already, it would have caught the bug
fixed by the parent commit, that services.jenkins-job-builder failed to
reload jenkins config from disk.)
2022-07-16 12:30:41 +02:00
Bjørn Forsman
50eaf82b6f nixos/jenkins-job-builder: fix jenkins authentication
The current authentication code is broken against newer jenkins:

  jenkins-job-builder-start[1257]: Asking Jenkins to reload config
  jenkins-start[789]: 2022-07-12 14:34:31.148+0000 [id=17]        WARNING hudson.security.csrf.CrumbFilter#doFilter: Found invalid crumb 31e96e52938b51f099a61df9505a4427cb9dca7e35192216755659032a4151df. If you are calling this URL with a script, please use the API Token instead. More information: https://www.jenkins.io/redirect/crumb-cannot-be-used-for-script
  jenkins-start[789]: 2022-07-12 14:34:31.160+0000 [id=17]        WARNING hudson.security.csrf.CrumbFilter#doFilter: No valid crumb was included in request for /reload by admin. Returning 403.
  jenkins-job-builder-start[1357]: curl: (22) The requested URL returned error: 403

Fix it by using `jenkins-cli` instead of messing with `curl`.

This rewrite also prevents leaking the password in process listings. (We
could probably do it without `replace-secret`, assuming `printf` is a
shell built-in, but this implementation should be safe even with shells
not having a built-in `printf`.)

Ref https://github.com/NixOS/nixpkgs/issues/156400.
2022-07-16 12:30:41 +02:00
Fabian Affolter
f30ad2ff33 python310Packages.python-benedict: 0.25.1 -> 0.25.2 2022-07-16 12:14:33 +02:00
aiotter
dbd75e3229 doc: update cmake doc for better readability 2022-07-16 19:10:31 +09:00
Fabian Affolter
5f0abd4712
Merge pull request #181699 from r-ryantm/auto-update/python3.10-nexia
python310Packages.nexia: 2.0.1 -> 2.0.2
2022-07-16 11:52:42 +02:00
Fabian Affolter
ce2b590bcf python310Packages.sentry-sdk: 1.7.1 -> 1.7.2 2022-07-16 11:30:40 +02:00
Fabian Affolter
ccaa2e5ce8 python310Packages.sentry-sdk: 1.7.0 -> 1.7.1 2022-07-16 11:29:05 +02:00
Fabian Affolter
690024c78c python310Packages.peaqevcore: 3.1.6 -> 3.2.0 2022-07-16 11:23:33 +02:00
Alyssa Ross
7e7aa63d3b crosvm: enable debug info 2022-07-16 09:21:57 +00:00
Fabian Affolter
79cb52c8dd
Merge pull request #181631 from r-ryantm/auto-update/python3.10-pymc
python310Packages.pymc: 4.1.2 -> 4.1.3
2022-07-16 11:20:05 +02:00
Fabian Affolter
9c7c575baf
Merge pull request #181664 from r-ryantm/auto-update/python3.10-spacy-loggers
python310Packages.spacy-loggers: 1.0.2 -> 1.0.3
2022-07-16 11:18:44 +02:00
Stefan Frijters
c4897824b4
wine{Unstable,Staging}: 7.12 -> 7.13 2022-07-16 11:18:35 +02:00
kilianar
026ab5c82d gammu: 1.40.0 -> 1.42.0 2022-07-16 11:17:43 +02:00
Fabian Affolter
af4f49d372
Merge pull request #181667 from r-ryantm/auto-update/python3.10-pyunifiprotect
python310Packages.pyunifiprotect: 4.0.9 -> 4.0.11
2022-07-16 11:17:10 +02:00
Fabian Affolter
8ba8ad8122
Merge pull request #181685 from r-ryantm/auto-update/python3.10-zigpy
python310Packages.zigpy: 0.47.2 -> 0.47.3
2022-07-16 11:15:34 +02:00
Fabian Affolter
647926bdc6
Merge pull request #181698 from r-ryantm/auto-update/python3.10-pytest-test-utils
python310Packages.pytest-test-utils: 0.0.7 -> 0.0.8
2022-07-16 11:15:00 +02:00
Fabian Affolter
9e89778c77 python310Packages.fastcore: 1.5.0 -> 1.5.5 2022-07-16 11:11:33 +02:00
Arian van Putten
55bd770662
Merge pull request #167514 from shimunn/pam_u2f_module
nixos/security/pam: added `origin` option to pamu2f
2022-07-16 10:56:26 +02:00
Rick van Schijndel
385a38d1f6
Merge pull request #181639 from radhus/fix-pvgrub
grub2: fix build on pvgrub
2022-07-16 10:51:45 +02:00
Bobby Rong
8fecbf7d5d
Merge pull request #181701 from ken-matsui/fix-cpm
cpm: add missing `runHook` for `installPhase`
2022-07-16 16:50:25 +08:00
Lassulus
01853c3bcc
Merge pull request #174547 from r-ryantm/auto-update/delly
delly: 0.9.1 -> 1.0.3
2022-07-16 10:49:50 +02:00
Bobby Rong
d27ce14ac8
Merge pull request #181131 from misuzu/alfis-update
alfis: 0.7.4 -> 0.7.6
2022-07-16 16:44:42 +08:00
Bobby Rong
b7798d080b
Merge pull request #181294 from romildo/upd.numix-icon-theme-circle
numix-icon-theme-circle: 22.06.14 -> 22.07.11
2022-07-16 16:42:32 +08:00
Ken Matsui
26de13a45c
cpm: add missing runHook for installPhase 2022-07-16 17:29:43 +09:00
R. Ryantm
e1a2543485 python310Packages.python-ironicclient: 4.11.0 -> 5.0.0 2022-07-16 08:29:10 +00:00
R. Ryantm
5b1cecd9dc python310Packages.nexia: 2.0.1 -> 2.0.2 2022-07-16 07:55:57 +00:00
R. Ryantm
46a8c61603 python310Packages.pytest-test-utils: 0.0.7 -> 0.0.8 2022-07-16 07:42:11 +00:00