Commit Graph

392209 Commits

Author SHA1 Message Date
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
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
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
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
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
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
Vladimír Čunát
9ffd87773a
Merge #181461: thunderbird*: 102.0.1 -> 102.0.2 2022-07-16 09:29:40 +02:00
Vladimír Čunát
38ca74efcb
Merge #180818: remove myself from some meta.maintainers 2022-07-16 09:26:33 +02:00
Andrew Morgan
d6673a51bc python3Packages.nextcord: fix issue with loading libopus
The substitution patch used to point nextcord to the installed location
of libopus in nix's store was incorrectly formatted:

* `@opus@` was used while default.nix attempted to substitute instances of
  `@libopus@`.
* `ctypes.util.find_library(<library_name>)` will return a path to a
  library. If we already have the path (provided by the substitution),
  then `find_library` is not necessary to call (nor will it produce the
  desired result).
2022-07-16 07:21:25 +00:00
Vladimír Čunát
dc7cb428fd
libmaxminddb.meta.maintainers: add ajs124
https://github.com/NixOS/nixpkgs/pull/180818#issuecomment-1179554613
2022-07-16 09:08:11 +02:00
Vladimír Čunát
7fbdf335d8
Merge #180368: nixos/i18n: normalise locale names 2022-07-16 09:01:42 +02:00
Maximilian Bosch
a7d8823433
Merge pull request #181640 from Ma27/kernel-updates
Linux kernel updates 2022-07-15
2022-07-16 08:53:44 +02:00
lewo
a1f3832b01
Merge pull request #181642 from SuperSandro2000/yq-go
yq-go: 4.25.3 -> 4.26.1
2022-07-16 08:49:08 +02:00
github-actions[bot]
703266a816 terraform-providers: update 2022-07-16 2022-07-16 16:39:15 +10:00
Jan Tojnar
b775740ba2 inkscape: 1.2 → 1.2.1
https://inkscape.org/news/2022/07/14/important-release-inkscape-version-121-fixes-data/
2022-07-16 08:34:33 +02:00
Jörg Thalheim
d7b863c911
Merge pull request #181349 from martinetd/libelf
bpftrace/bpftool: libelf -> elfutils dependency update
2022-07-16 06:57:00 +02:00
Jörg Thalheim
caa058414f
Merge pull request #181686 from jiegec/rustup
rustup: 1.24.3 -> 1.25.1
2022-07-16 06:51:49 +02:00
zowoq
02572b048e grype: build on x86_64-darwin 2022-07-16 14:43:55 +10:00
zowoq
99da6a84e3 gitsign: build on x86_64-darwin 2022-07-16 14:43:55 +10:00
zowoq
c1d1aebda4 dsq: build on x86_64-darwin 2022-07-16 14:43:55 +10:00
zowoq
f66faf954c trivy: build on x86_64-darwin 2022-07-16 14:43:55 +10:00
zowoq
5ebea6334f syft: build on x86_64-darwin 2022-07-16 14:43:55 +10:00
zowoq
f7741bf93c tilt: build on x86_64-darwin 2022-07-16 14:43:55 +10:00
Jiajie Chen
736f280e37 rustup: 1.24.3 -> 1.25.1 2022-07-16 12:11:13 +08:00
Artturi
b6eeaa8275
Merge pull request #181429 from leungbk/ctags-update
universal-ctags: 5.9.20220529.0 -> 5.9.20220710.0
2022-07-16 07:06:06 +03:00
Artturi
82e939bdc6
Merge pull request #181058 from r-ryantm/auto-update/flyctl
flyctl: 0.0.350 -> 0.0.351
2022-07-16 07:05:05 +03:00
Artturi
31d518419d
Merge pull request #181417 from r-ryantm/auto-update/adguardhome
adguardhome: 0.107.7 -> 0.107.8
2022-07-16 07:02:36 +03:00
Artturi
d64cb3d092
Merge pull request #180437 from r-ryantm/auto-update/armadillo
armadillo: 11.2.0 -> 11.2.2
2022-07-16 07:01:01 +03:00
Artturi
bb9e7614b5
Merge pull request #180947 from NickCao/wayvnc
wayvnc: 0.4.1 -> 0.5.0
2022-07-16 06:59:40 +03:00
Artturi
5447caff02
Merge pull request #181012 from arcnmx/page-3.1.0
page: 3.0.0 -> 3.1.0
2022-07-16 06:58:05 +03:00
R. Ryantm
0281c65caf python310Packages.zigpy: 0.47.2 -> 0.47.3 2022-07-16 03:56:40 +00:00
Artturi
d70eb004c0
Merge pull request #181043 from r-ryantm/auto-update/convco
convco: 0.3.10 -> 0.3.11
2022-07-16 06:54:53 +03:00
Artturi
ed4c54ab5b
Merge pull request #181128 from squalus/standardnotes
standardnotes: 3.11.1 -> 3.23.69
2022-07-16 06:53:48 +03:00
Artturi
1e783e95da
Merge pull request #181557 from newAM/probe-rs-cli-util
probe-rs-cli-util: 0.12.0 -> 0.13.0
2022-07-16 06:52:21 +03:00
zowoq
2b72b2d261 golangci-lint: build on x86_64-darwin 2022-07-16 13:40:32 +10:00
zowoq
ed548c26d2 hugo: build on x86_64-darwin 2022-07-16 13:40:32 +10:00
zowoq
eb4056baf9 talosctl: build on x86_64-darwin 2022-07-16 13:40:18 +10:00
zowoq
cb766051ee podman: build on x86_64-darwin 2022-07-16 13:40:03 +10:00