Commit Graph

16499 Commits

Author SHA1 Message Date
Pavol Rusnak 220eee37cb electron: mark versions <= 11 as EOL
(cherry picked from commit ec8ccb1f428a192d2bcfed1eb048a40cd1060a70)
2021-10-27 11:47:57 +00:00
TredwellGit a712a75ef5
electron_12: 12.2.1 -> 12.2.2
https://github.com/electron/electron/releases/tag/v12.2.2
(cherry picked from commit edbfad1cd5e0742b8e25ed69c67cda494b53fc5d)
2021-10-12 09:09:36 +02:00
Pavol Rusnak 7cdc04db5a
Merge pull request #140352 from prusnak/electron-21.05
electron_12: 12.1.2 -> 12.2.1
2021-10-09 17:56:41 +02:00
Vincent Haupert 287cf39c34 github-runner: 2.283.1 -> 2.283.3
(cherry picked from commit f6db2063862470a1edc9592222e18b8cf00a114e)
2021-10-08 13:27:25 +00:00
R. RyanTM 55c082a0b4 github-runner: 2.282.1 -> 2.283.1
(cherry picked from commit e095423d1b01e18fc315306619d3e7671a0d5655)
2021-10-08 06:24:50 +00:00
figsoda 7b0b7ff241
Merge pull request #138194 from NixOS/backport-138115-to-release-21.05
[Backport release-21.05] github-runner: 2.282.0 -> 2.282.1
2021-10-07 22:46:40 -04:00
figsoda b6d56faa55
Merge pull request #137036 from NixOS/backport-137016-to-release-21.05
[Backport release-21.05] ccloud-cli: 1.25 > 1.39
2021-10-07 22:45:42 -04:00
Neubauer, Sebastian b61229ffe8 arcanist: Update certs to fix letsencrypt
Due to the old root certificate used by letsencrypt expiring, arcanist
could not connect anymore to servers using letsencrypt (like
reviews.llvm.org).

Fix it by using the default nix certificates.

(cherry picked from commit 93eb7786c9365981854a98e508d5b1cae5ee2fcf)
2021-10-07 11:50:20 -04:00
R. RyanTM bb3fe4d426 cargo-criterion: 1.0.1 -> 1.1.0
(cherry picked from commit 4e0d282b7f92ba5d7b46d39068cb01a046d09c05)
2021-10-07 14:22:46 +00:00
sternenseemann 849fed9f96 haskell-language-server: remove ghc8107 from the wrapper
GHC 8.10.7 is only in 21.05 for bootstrapping GHCJS, so it shouldn't be
included in the hls wrapper. This change was a result of an overeager
backport and we'll revert it here.

Also rollback some unnecessary change to release-haskell.nix, so it can
be used for testing evaluation still.
2021-10-04 21:31:30 +02:00
TredwellGit 13834caa45
electron_12: 12.1.2 -> 12.2.1
https://github.com/electron/electron/releases/tag/v12.2.0
https://github.com/electron/electron/releases/tag/v12.2.1
(cherry picked from commit 8ce19c9399370cb9c173af1b15bf970004946258)
2021-10-03 09:55:17 +02:00
adisbladis 44999232a9 poetry2nix: 1.20.0 -> 1.21.0
(cherry picked from commit c779050edb56f5958d28af7aec444c14f6a18163)
2021-09-30 03:09:34 +00:00
github-actions[bot] 94255ffab5
[Backport release-21.05] chromedriver: add dbus to libraries, correct LD_LIBRARY_PATH wrapping (#139838)
* chromedriver: add dbus to libraries

It is apparently required since version 94.

Fixes issue #139547

(cherry picked from commit 433b2bc44487c90c33cb58d87434a287e6d43b15)

* chromedriver: remove extraneous LD_LIBRARY_PATH in wrapProgram

wrapProgram already prepends passed value to the specified environment
variable; no need to specify it explicitly.

(cherry picked from commit 38ddfe7f3ff206888806302539def70b80ef427b)

* chromedriver: add a package test checking the reported version

(cherry picked from commit 1106f4bafc0b444384c171c63ca78b8b6676842e)

* Update pkgs/development/tools/selenium/chromedriver/default.nix

(cherry picked from commit 852612eac99dc403c0ea09a5daca9b65b5b7e123)

Co-authored-by: Ivan Timokhin <nixpkgs@ivan.timokhin.name>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-09-29 09:24:17 +03:00
Linus Heckemann 4e2a251552
Merge pull request #139666 from Ma27/backport-rnix-lsp
[21.05] rnix-lsp: 0.1.0 -> 0.2.1
2021-09-28 18:05:20 +02:00
Maximilian Bosch 9c28f1f958
rnix-lsp: 0.1.0 -> 0.2.1
ChangeLog: https://github.com/nix-community/rnix-lsp/blob/v0.2.1/CHANGELOG.md#v021---2021-09-23
(cherry picked from commit 3bcfecc268071364a6a781ef1b2ad6a6655c7d57)
2021-09-27 23:32:50 +02:00
Maximilian Bosch c20fbabd9b
yarn2nix: run `nix-prefetch-git` with `--fetch-submodules`
`pkgs.fetchgit` uses `fetchSubmodules = true;` by default, however
`nix-prefetch-git` doesn't. This means that hashes for a Git repository
with fetched submodules will be wrong in `yarn.nix`.

Considering that this got unnoticed before, it seems as if this case is
an exception to a certain degree.

An exemplary problem is the last `hedgedoc` update[1] where
`js-sequence-diagrams` - a Git repo with submodules - from upstream's
package.json caused a hash mismatch. This got unnoticed because
`nix-build --check` doesn't seem to reveal these issues for fixed-output
derivations.

[1] https://github.com/NixOS/nixpkgs/pull/139238

(cherry picked from commit 46c98ae1327b7d14af1927fda971762e5ee53dfe)
2021-09-26 01:12:43 +02:00
adisbladis f285202340
poetry2nix: 1.16.1 -> 1.20.0 2021-09-23 11:18:17 -05:00
sternenseemann 65c3102d78 ghc: 8.10.6 -> 8.10.7
https://www.haskell.org/ghc/download_ghc_8_10_7.html

(cherry picked from commit 9eca744cc0484e417deb260076241efb0a6c159d)
2021-09-23 00:13:41 +00:00
sternenseemann 56a9ec15ff ghc 8.10.6: Init
Backport which adds, rather than updates, the GHC release.

----

The only big change is required for darwin since GHC 8.10.5 now
runs xattr in the install phase on darwin:

* 11e1dcde0d
* ec451cac39

Unfortunately, it uses the host /usr/bin/xattr by default which is
present in the build due to a lack of sandboxing on darwin. That xattr
version however still requires Python 2.7 whereas Python 3.8 is in PATH
in our build. We solve this by setting the XATTR environment variable.

We can't use python3Packages.xattr since GHC expects Apple's fork of
xattr which provides some extra flags to utilize.

Co-authored-by: Cheng Shao <cheng.shao@tweag.io>

(Adapted from cb330ce4f05f5a6e2da3021e9cbf4ea2eb592631)
2021-09-23 00:13:41 +00:00
TredwellGit 4f0a4caae0 electron_12: 12.1.1 -> 12.1.2
https://github.com/electron/electron/releases/tag/v12.1.2
(cherry picked from commit e39bc2d9af19bf99628f59b8c7d370c7c3973d23)
2021-09-22 11:09:27 +00:00
R. RyanTM 912279a742 symfony-cli: 4.26.0 -> 4.26.3
(cherry picked from commit ff6fb898ac11223e281cffac992246e3b6c31a97)
2021-09-17 09:25:41 +02:00
Pavol Rusnak ebf419e737
Merge pull request #137988 from prusnak/electron-21.05
[21.05] electron_12: 12.1.0 -> 12.1.1
2021-09-17 00:21:07 +02:00
R. RyanTM e14424cb36 github-runner: 2.282.0 -> 2.282.1
(cherry picked from commit af750c6f54faf7ec63c473e0609a0892de0cef6a)
2021-09-16 21:35:02 +00:00
TredwellGit e6b75fcb70
electron_12: 12.1.0 -> 12.1.1
https://github.com/electron/electron/releases/tag/v12.1.1
(cherry picked from commit 40d83a9a2159809d2d47fc6598665c184578f1cf)
2021-09-15 11:58:00 +02:00
Vincent Haupert d58baa249b github-runner: 2.281.1 -> 2.282.0
(cherry picked from commit cd641476cfcf8d5494e661debac9a3fe40f4cf32)
2021-09-15 09:50:00 +00:00
Vincent Haupert ca41e07801 github-runner: prevent self-updates
As of yet, a patch caused the runner to discard update messages.
Unfortunately, GitHub keeps sending update messages to outdated runners
causing them to no longer pick up jobs.

This commit causes the runner to send a high version to GitHub which
should be more recent for quite a time. That way, GitHub does not send
update message and keeps scheduling jobs even for outdated runners.

Naturally, an oudated runner can still break at any time as GitHub's
current approach assumes that all runners are always up-to-date. We
should still strive for quick nixpkgs updates but this patch should give
us some time.

(cherry picked from commit e8bbcc79fd07014b146835dfd7f5eba2079d9a55)
2021-09-15 09:49:59 +00:00
Vincent Haupert 04e8a8cd56 github-runner: use dummy SHA-1 as `GitInfoCommitHash`
The runner only references `GitInfoCommitHash`/`CommitHash` to print
informational log entries. To allow for just referencing the tag of a
version instead of the commit hash, this commit sets the value of the
`GitInfoCommitHash` to a static dummy value.

(cherry picked from commit cc5c902fdf94b798c3b68e55ebb7e1a1185113a1)
2021-09-15 09:49:58 +00:00
Jörg Thalheim cffe74fead
Merge pull request #137162 from NixOS/backport-136988-to-release-21.05
[Backport release-21.05] github-runner: 2.279.0 -> 2.281.1
2021-09-15 10:45:26 +01:00
Pavol Rusnak a414ce0044
Merge pull request #136676 from prusnak/electron-21.05
[21.05] Electron updates
2021-09-12 10:13:03 +02:00
Vincent Haupert 364426a01d github-runner: adapt to latest lttng-ust
ref: ab2501bd171f2c930ebd3f3bf6b6a1a228477a08
(cherry picked from commit 1614fc6eb63d012b704cbb34b9c53c823d51c32c)
2021-09-09 07:40:18 +00:00
Vincent Haupert ae4d181d6a github-runner: 2.279.0 -> 2.281.1
(cherry picked from commit ebcf2468ac67b473821946a6d5539c001861b465)
2021-09-09 07:40:17 +00:00
Vincent Haupert 9214e84299 github-runner: make derivation easier to override
(cherry picked from commit 0d1e42786e6bc5249248e50793f9f8537aaad857)
2021-09-09 07:40:17 +00:00
Tim Steinbach b5c0ce5bef jenkins: 2.289.3 → 2.303.1
(cherry picked from commit 1342c4648b6f04064882daacdfc6a5650d406700)
2021-09-08 18:04:54 +02:00
R. RyanTM 9778fa8f68 jenkins: 2.289.2 -> 2.289.3
(cherry picked from commit 7bc3dafc445c303c28b364aedeca5f130cde4159)
2021-09-08 18:04:54 +02:00
Pamplemousse 49ce509559 jenkins: Create the `jenkins-cli` command
Signed-off-by: Pamplemousse <xav.maso@gmail.com>
(cherry picked from commit 6f6c649ec606d6ec5bd5874002fda6efb568e9ec)
2021-09-08 18:04:54 +02:00
R. RyanTM 2cf1fe5491 jenkins: 2.289.1 -> 2.289.2
(cherry picked from commit ad67354d1dc761892afa1b94542cd15621bd1ccf)
2021-09-08 18:04:54 +02:00
R. RyanTM 4b14b10ffb jenkins: 2.277.4 -> 2.289.1
(cherry picked from commit 14a6aedeeacac931e2ab96395de82831298f3188)
2021-09-08 18:04:54 +02:00
Ricardo G f201ecec33 ccloud-cli: 1.25 > 1.39
(cherry picked from commit a9e174c1ad7bd8ed2ac88891742bdcf01404e72a)
2021-09-07 22:25:50 +00:00
Bernardo Meurer 230d003e01
electron_12: 12.0.18 -> 12.1.0
(cherry picked from commit 26f46d56f8079ba77b75f0b1f9f39d05b27eed18)
2021-09-04 12:48:33 +02:00
Bernardo Meurer 8b49c9b578
electron_11: 11.4.12 -> 11.5.0
(cherry picked from commit b989a80b900ba2941988a1800bf50628615339ab)
2021-09-04 12:48:26 +02:00
Maximilian Bosch 2960083854 strace: 5.13 -> 5.14
ChangeLog: https://github.com/strace/strace/releases/tag/v5.14
(cherry picked from commit e58cba3ca4a4a29800f1780c30cbe0c46a76efdd)
2021-09-02 12:52:40 +00:00
Pavol Rusnak abd8e8f9fb
Merge pull request #136099 from prusnak/electron-21.05
[21.05] electron_12: 12.0.17 -> 12.0.18
2021-09-01 22:47:55 +02:00
Pavol Rusnak 274de11138 bear: unbreak on aarch64-darwin
we have recent macOS SDK on aarch64-darwin, only x86_64-darwin is broken

(cherry picked from commit 999f55ee01390f5d455662e48067de68ab6260bb)
2021-08-31 03:15:26 -04:00
TredwellGit ca90a3f923
electron_12: 12.0.17 -> 12.0.18
https://github.com/electron/electron/releases/tag/v12.0.18
(cherry picked from commit f3840694a6673dfbe964427b4d77fd028c7e982c)
2021-08-29 15:17:05 +02:00
TredwellGit 693e0026be
electron_12: 12.0.16 -> 12.0.17
https://github.com/electron/electron/releases/tag/v12.0.17
(cherry picked from commit 0e6f0724c6dae128fa1e7ffcf34a8b4bc9e51aa6)
2021-08-27 17:38:00 +02:00
TredwellGit f472a05558
electron_11: 11.4.11 -> 11.4.12
https://github.com/electron/electron/releases/tag/v11.4.12
(cherry picked from commit 032baedc9777520ffdeaeac5bc3c378deef275f1)
2021-08-27 17:37:55 +02:00
Robert Scott 12a8c6cdce radare2: add patch for CVE-2021-3673 2021-08-21 17:09:51 +01:00
Pavol Rusnak bd21f646da
Merge pull request #133371 from prusnak/electron-21.05
[21.05] Update electron_{11,12}
2021-08-20 13:50:50 +02:00
Artturi b684f30fd3
Merge pull request #133477 from NixOS/backport-133462-to-release-21.05
[Backport release-21.05] sparse: add perl to buildInputs
2021-08-12 04:44:55 +03:00
Timothy DeHerrera 927ce1afc1
Merge pull request #133518 from NixOS/backport-133482-to-release-21.05
[Backport release-21.05] hydra-unstable: add missing perl deps
2021-08-11 09:46:16 -06:00