3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

1171 commits

Author SHA1 Message Date
Wout Mertens ee1c5b7856 chromium: no need to eval makeWrapper 2022-02-02 12:09:06 +01:00
Michael Weiss eb78072935
chromiumDev: 99.0.4840.0 -> 99.0.4844.11 2022-01-29 12:48:20 +01:00
Michael Weiss 3345449b13
Merge pull request #157066 from primeos/chromiumBeta
chromiumBeta: 98.0.4758.66 -> 98.0.4758.74
2022-01-29 00:47:46 +01:00
Michael Weiss b0b0ffd466
chromiumBeta: 98.0.4758.66 -> 98.0.4758.74 2022-01-27 23:44:24 +01:00
Wout Mertens b2eb5f62a7 wayland: enable ozone via $NIXOS_OZONE_WL
Chrome, Chromium, VSCode, Slack, Signal, Discord, element-desktop,
schildichat.

For the latter two, the feature flag useWayland was removed and a
wrapper script was provided.
2022-01-27 09:46:36 +01:00
Michael Weiss e8b241cdba
chromiumDev: Fix the configuration phase
This fixes:
--------------------------------------------------------------------------------
configuring
ERROR at //ui/gtk/BUILD.gn:17:1: Assertion failed.
assert(use_gio, "GIO is required for building with GTK")
^-----
GIO is required for building with GTK
See //content/shell/BUILD.gn:308:15: which caused the file to be included.
    deps += [ "//ui/gtk" ]
              ^---------
--------------------------------------------------------------------------------

But there's still another build issue(s) left:
--------------------------------------------------------------------------------
[25491/48383] ACTION //components/url_formatter/spoof_checks/top_domains:generate_top_domain_list_variables_file(//build/toolchain/linux/unbundle:default)d_tmp/browser_command.mojom-webui.jsab_page_third_party.mojom-webui.js
FAILED: gen/components/url_formatter/spoof_checks/top_domains/top500-domains-inc.cc
python3 ../../build/gn_run_binary.py make_top_domain_list_variables ../../components/url_formatter/spoof_checks/top_domains/domains.list top500_domains gen/components/url_formatter/spoof_checks/top_domains/top500-domains-inc.cc
make_top_domain_list_variables failed with exit code -4
ninja: build stopped: subcommand failed.
--------------------------------------------------------------------------------
2022-01-24 22:08:08 +01:00
Michael Weiss d0ed7ee0b0
chromium: get-commit-message.py: Improve the parsing
The latest announcement uses the following structure: "Google is aware
the exploits for CVE-2021-37975 and CVE-2021-37976 exist in the wild."
(https://chromereleases.googleblog.com/2021/09/stable-channel-update-for-desktop_30.html)
2022-01-24 22:08:04 +01:00
Michael Weiss 14e98e59b1
Merge pull request #156158 from primeos/chromiumDev
chromiumDev: 99.0.4818.0 -> 99.0.4840.0
2022-01-22 14:03:34 +01:00
Michael Weiss 9970f3d56e
chromiumDev: 99.0.4818.0 -> 99.0.4840.0 2022-01-22 12:06:19 +01:00
Michael Weiss 10bc0b32d8
chromiumBeta: 98.0.4758.54 -> 98.0.4758.66 2022-01-21 22:02:35 +01:00
Michael Weiss 9692cc317f
Merge pull request #155965 from primeos/chromium
chromium: 97.0.4692.71 -> 97.0.4692.99
2022-01-21 19:48:33 +01:00
Michael Weiss fc8ddca83b
ungoogled-chromium: 97.0.4692.71 -> 97.0.4692.99 2022-01-20 23:28:38 +01:00
Michael Weiss a1c5e5bc40
chromium: 97.0.4692.71 -> 97.0.4692.99
https://chromereleases.googleblog.com/2022/01/stable-channel-update-for-desktop_19.html

This update includes 26 security fixes.

CVEs:
CVE-2022-0289 CVE-2022-0290 CVE-2022-0291 CVE-2022-0292 CVE-2022-0293
CVE-2022-0294 CVE-2022-0295 CVE-2022-0296 CVE-2022-0297 CVE-2022-0298
CVE-2022-0300 CVE-2022-0301 CVE-2022-0302 CVE-2022-0303 CVE-2022-0304
CVE-2022-0305 CVE-2022-0306 CVE-2022-0307 CVE-2022-0308 CVE-2022-0309
CVE-2022-0310 CVE-2022-0311
2022-01-20 23:28:02 +01:00
Michael Weiss a8affa912c
chromium: Backport important fixes for Wayland
This is 843508dad4 for M97 (upstream didn't backport them so far).
2022-01-16 11:39:50 +01:00
Michael Weiss 61affb7d91
chromiumBeta: 98.0.4758.48 -> 98.0.4758.54 2022-01-13 20:15:02 +01:00
Michael Weiss 698d8759c9
Merge pull request #154668 from primeos/chromiumDev
chromiumDev: 98.0.4758.9 -> 99.0.4818.0
2022-01-12 20:15:19 +01:00
Michael Weiss 9cf4be40d3
chromiumDev: 98.0.4758.9 -> 99.0.4818.0 2022-01-11 23:37:34 +01:00
Michael Weiss 1be7e76731
chromiumBeta: 97.0.4692.71 -> 98.0.4758.48 2022-01-11 23:37:15 +01:00
Michael Adler 77eb74e19d ungoogled-chromium: 96.0.4664.110 -> 97.0.4692.71 2022-01-07 16:32:20 +01:00
Michael Weiss 843508dad4
chromiumDev: Backport important fixes for Wayland
This will be required to prevent crashes on Wayland compositors that
support version 4 of the wl_output protocol (available since Wayland
1.20.0).  This should affect any compositor that is based on wlroots
0.15.0 and soon more. Upstream will hopefully backport those patches
soon (if not we could also apply them to M97 - only two trivial
changes are necessary to apply the first patch).

More information:
- Chromium bug report: https://bugs.chromium.org/p/chromium/issues/detail?id=1279574
- wlroots bug report: https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/3344
2022-01-05 19:59:40 +01:00
Michael Weiss 43a33f1f01
chromium: 96.0.4664.110 -> 97.0.4692.71
https://chromereleases.googleblog.com/2022/01/stable-channel-update-for-desktop.html

This update includes 37 security fixes.

CVEs:
CVE-2022-0096 CVE-2022-0097 CVE-2022-0098 CVE-2022-0099 CVE-2022-0100
CVE-2022-0101 CVE-2022-0102 CVE-2022-0103 CVE-2022-0104 CVE-2022-0105
CVE-2022-0106 CVE-2022-0107 CVE-2022-0108 CVE-2022-0109 CVE-2022-0110
CVE-2022-0111 CVE-2022-0112 CVE-2022-0113 CVE-2022-0114 CVE-2022-0115
CVE-2022-0116 CVE-2022-0117 CVE-2022-0118 CVE-2022-0120
2022-01-04 23:56:46 +01:00
Domen Kožar 18c84ea816
Merge pull request #152800 from kalekseev/fix/chromedriver
chromedriver: add support for aarch64-darwin
2022-01-03 12:44:19 +01:00
Michael Weiss 7f3d3af98d
chromiumBeta: 97.0.4692.56 -> 97.0.4692.71 2021-12-31 11:47:39 +01:00
Konstantin Alekseev 6e0a2c1c54 chromedriver: add support for aarch64-darwin 2021-12-30 23:23:45 +03:00
Michael Weiss c169d1d5f3
chromiumDev: 98.0.4750.0 -> 98.0.4758.9 2021-12-17 19:55:28 +01:00
Michael Weiss a13a95c2cb
Merge pull request #151024 from primeos/chromiumBeta
chromiumBeta: 97.0.4692.45 -> 97.0.4692.56
2021-12-16 23:23:30 +01:00
Michael Weiss afb8f63d90
chromiumBeta: 97.0.4692.45 -> 97.0.4692.56 2021-12-16 23:05:42 +01:00
Michael Weiss 075338beb2
chromium: Install libvulkan.so.1
This might be required for experimental Vulkan support, see:
https://github.com/NixOS/nixpkgs/issues/150398

Note: Google Chrome distributes it as well.
2021-12-16 23:04:36 +01:00
Michael Weiss af2536fe77
ungoogled-chromium: 96.0.4664.93 -> 96.0.4664.110 2021-12-15 19:35:42 +01:00
Michael Weiss 9528f0d87e
chromium: 96.0.4664.93 -> 96.0.4664.110
https://chromereleases.googleblog.com/2021/12/stable-channel-update-for-desktop_13.html

This update includes 5 security fixes. Google is aware of reports that
an exploit for CVE-2021-4102 exists in the wild.

CVEs:
CVE-2021-4098 CVE-2021-4099 CVE-2021-4100 CVE-2021-4101 CVE-2021-4102
2021-12-14 15:25:46 +01:00
Michael Weiss 66352e3ee4
chromium: Install vk_swiftshader_icd.json
This should be required for Vulkan support via SwiftShader but I wasn't
able to test/confirm it yet (according to strace Chromium never tried to
load that file). The relevant flags for using Chromium with SwiftShader
are documented at [0] and SwiftShader's ANGLE documentation [1] mentions
the relevant files. See also [2], [3], and [4] for more details.

[0]: https://source.chromium.org/chromium/chromium/src/+/master:docs/gpu/swiftshader.md;drc=046f987e020baba45ffb3061b3ee3d960d6ce981
[1]: 2413491078/docs/ANGLE.md
[2]: 2413491078/README.md
[3]: ca9efe3f1c/docs/LoaderInterfaceArchitecture.md
[4]: https://bugs.archlinux.org/task/72652
2021-12-12 13:42:01 +01:00
Michael Weiss c80eda54d5
chromiumBeta: 97.0.4692.36 -> 97.0.4692.45 2021-12-10 22:18:52 +01:00
Michael Weiss d063f3dfba
Merge pull request #149691 from primeos/ungoogled-chromium
ungoogled-chromium: 96.0.4664.45 -> 96.0.4664.93
2021-12-08 20:40:51 +01:00
Michael Weiss 426f695797
chromiumDev: 98.0.4736.0 -> 98.0.4750.0 2021-12-08 19:30:58 +01:00
Michael Weiss a5782a2b53
ungoogled-chromium: 96.0.4664.45 -> 96.0.4664.93 2021-12-08 19:30:29 +01:00
Michael Weiss aeefd1fe23
Merge pull request #149438 from primeos/chromium
chromium: 96.0.4664.45 -> 96.0.4664.93
2021-12-07 21:41:20 +01:00
Michael Weiss 4939140e0f
chromium: 96.0.4664.45 -> 96.0.4664.93
https://chromereleases.googleblog.com/2021/12/stable-channel-update-for-desktop.html

This update includes 22 security fixes.

CVEs:
CVE-2021-4052 CVE-2021-4053 CVE-2021-4079 CVE-2021-4054 CVE-2021-4078
CVE-2021-4055 CVE-2021-4056 CVE-2021-4057 CVE-2021-4058 CVE-2021-4059
CVE-2021-4061 CVE-2021-4062 CVE-2021-4063 CVE-2021-4064 CVE-2021-4065
CVE-2021-4066 CVE-2021-4067 CVE-2021-4068
2021-12-07 20:45:27 +01:00
Michael Weiss bab515f768
chromiumBeta: 97.0.4692.20 -> 97.0.4692.36 2021-12-07 20:45:03 +01:00
Michael Weiss cb91e61c56
chromiumDev: 98.0.4710.4 -> 98.0.4736.0 2021-11-30 22:18:36 +01:00
github-actions[bot] 43d088886e
Merge master into staging-next 2021-11-21 00:01:46 +00:00
Michael Weiss b054a8594a
chromium: update.py: Download files from the main repository
The tag 98.0.4710.4 is missing on the official GitHub mirror. As a
result the download of the DEPS file was failing (HTTP Error 404: Not
Found). Using the upstream repository is obviously better anyway, it's
just less obvious how to fetch a file from there (?format=TEXT).
2021-11-20 22:29:29 +01:00
github-actions[bot] f515d91189
Merge master into staging-next 2021-11-20 18:01:07 +00:00
Michael Weiss 10eee6abfa
Merge pull request #146768 from primeos/chromiumDev
chromiumDev: 97.0.4692.20 -> 98.0.4710.4
2021-11-20 17:54:28 +01:00
Michael Weiss 241c145226
chromiumDev: 97.0.4692.20 -> 98.0.4710.4 2021-11-20 17:23:24 +01:00
Jonathan Ringer fadaef5aed
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/applications/networking/browsers/chromium/common.nix
2021-11-19 14:31:57 -08:00
Michael Weiss ce224d8643
chromiumBeta: 96.0.4664.45 -> 97.0.4692.20 2021-11-19 22:22:41 +01:00
Michael Weiss 4e77c7efc6
ungoogled-chromium: 95.0.4638.69 -> 96.0.4664.45 2021-11-17 22:35:56 +01:00
github-actions[bot] 90829d83e5
Merge master into staging-next 2021-11-17 00:01:49 +00:00
Michael Weiss f5e6bb8c75
chromiumDev: 97.0.4692.8 -> 97.0.4692.20 2021-11-16 22:16:57 +01:00
github-actions[bot] 69a9c90876
Merge staging-next into staging 2021-11-16 00:02:03 +00:00