Commit Graph

1543 Commits

Author SHA1 Message Date
superherointj
1bda69b429
Merge pull request #215020 from primeos/chromiumBeta
chromiumBeta: 110.0.5481.52 -> 110.0.5481.77
2023-02-06 21:01:57 -03:00
Michael Weiss
003e6784a1
chromiumDev: 111.0.5562.0 -> 111.0.5563.8 2023-02-07 00:02:06 +01:00
Michael Weiss
3b25f6d75d
chromiumBeta: 110.0.5481.52 -> 110.0.5481.77 2023-02-07 00:01:27 +01:00
Michael Weiss
06eb99ffa2
chromiumBeta: Fix the build
This change (dynamically linking against libffi from Nixpkgs) is
required since we switched to third_party/wayland instead of linking
against Wayland from Nixpkgs (26aadca7c6). See also f9d9864cb6 and
d932886d6e for more details.

We could alternatively provide libffi_pic.a for static linking but due
to our immutable dependency model / pure builds the dynamic linking
shouldn't cause any issues.

This fixes the build error shown in [0].

[0]: https://github.com/NixOS/nixpkgs/issues/213862#issuecomment-1412519998
2023-02-06 23:04:04 +01:00
Michael Weiss
26aadca7c6
chromiumBeta: Fix the patch phase
Upstream dropped use_system_libwayland and related build arguments [0].
The deprecation is tracked in [1].
As a result, we must now build with third_party/wayland instead of
wayland from the system (or complex patches would be required).

This fixes [2].

[0]: 1c3c8db518
[1]: https://bugs.chromium.org/p/chromium/issues/detail?id=1385736
[2]: https://github.com/NixOS/nixpkgs/issues/213862#issuecomment-1411153401
2023-01-31 23:40:55 +01:00
Michael Weiss
709ee6618b
Merge pull request #213157 from primeos/chromiumDev
chromiumDev: 111.0.5545.6 -> 111.0.5562.0
2023-01-29 21:09:55 +01:00
Michael Weiss
a6a9ace068
Merge pull request #213156 from primeos/chromiumBeta
chromiumBeta: 110.0.5481.38 -> 110.0.5481.52
2023-01-29 21:09:31 +01:00
Michael Weiss
ba0a612175
chromiumDev: 111.0.5545.6 -> 111.0.5562.0 2023-01-28 14:20:32 +01:00
Michael Weiss
044c928be8
chromiumBeta: 110.0.5481.38 -> 110.0.5481.52 2023-01-28 14:19:34 +01:00
Michael Weiss
ba5a5ec3ef
chromium: 109.0.5414.74 -> 109.0.5414.119
https://chromereleases.googleblog.com/2023/01/stable-channel-update-for-desktop_24.html

This update includes 6 security fixes.

CVEs:
CVE-2023-0471 CVE-2023-0472 CVE-2023-0473 CVE-2023-0474
2023-01-28 14:19:12 +01:00
Michael Adler
064a662f08 ungoogled-chromium: 109.0.5414.87 -> 109.0.5414.120 2023-01-27 08:02:42 +01:00
Shawn8901
0a1dd3ced1 treewide: remove global with lib; in pkgs/{misc,networking} 2023-01-24 17:29:20 +01:00
Michael Weiss
82094bac71
Merge pull request #211925 from primeos/chromiumDev
chromiumDev: 111.0.5532.2 -> 111.0.5545.6
2023-01-22 15:21:45 +01:00
Michael Weiss
92b0446345
Merge pull request #211924 from primeos/chromiumBeta
chromiumBeta: 110.0.5481.30 -> 110.0.5481.38
2023-01-22 15:21:31 +01:00
Adam Joseph
42815b4a0c treewide: systemdSupport: use lib.meta.availableOn
Many packages have some kind of flag indicating whether or not to build with
systemd support.  Most of these default to `stdenv.isLinux`, but systemd does
not build on (and is marked `broken` for) `isStatic`.  Only a few packages have
the needed `&& !isStatic` in the default value for their parameter.

This commit moves the logic for the default value of these flags into
`systemd.meta.{platforms,badPlatforms}` and evaluates those conditions using
`lib.meta.availableOn`.

This provides three benefits:

1. The default values are set correctly (i.e. including `&& isStatic`)

2. The default values are set consistently

3. The way is paved for any future non-Linux systemd platforms (FreeBSD is
   reported to have experimental systemd support)
2023-01-22 00:27:19 -08:00
Michael Weiss
5d7923fe1d
chromiumDev: 111.0.5532.2 -> 111.0.5545.6 2023-01-21 13:33:14 +01:00
Michael Weiss
31210707b6
chromiumBeta: 110.0.5481.30 -> 110.0.5481.38 2023-01-21 13:32:52 +01:00
Sandro
3d14bd27f4
Merge pull request #206401 from imsofi/chromium-wrapper
chromium: fix web app linking
2023-01-19 03:15:07 +01:00
Michael Weiss
40dab725ae
Merge pull request #210899 from primeos/chromiumDev
chromiumDev: 110.0.5481.30 -> 111.0.5532.2
2023-01-15 22:10:55 +01:00
Michael Weiss
6b6e05d0cd
chromiumBeta: 109.0.5414.74 -> 110.0.5481.30 2023-01-15 13:26:36 +01:00
Michael Weiss
6d5a8a8e9f
chromiumDev: 110.0.5481.30 -> 111.0.5532.2 2023-01-15 13:25:29 +01:00
Michael Weiss
d06d765eea
Merge pull request #210250 from primeos/chromiumDev
chromiumDev: 110.0.5481.24 -> 110.0.5481.30
2023-01-15 13:25:07 +01:00
Michael Adler
79a26e0c70 ungoogled-chromium: 108.0.5359.125 -> 109.0.5414.87 2023-01-12 20:11:07 +01:00
Michael Weiss
8d54655c51
chromiumDev: 110.0.5481.24 -> 110.0.5481.30 2023-01-11 21:13:47 +01:00
Michael Weiss
5bba17c9aa
chromium: 108.0.5359.124 -> 109.0.5414.74
https://chromereleases.googleblog.com/2023/01/stable-channel-update-for-desktop.html

This update includes 17 security fixes.

CVEs:
CVE-2023-0128 CVE-2023-0129 CVE-2023-0130 CVE-2023-0131 CVE-2023-0132
CVE-2023-0133 CVE-2023-0134 CVE-2023-0135 CVE-2023-0136 CVE-2023-0137
CVE-2023-0138 CVE-2023-0139 CVE-2023-0140 CVE-2023-0141
2023-01-10 23:05:44 +01:00
Michael Weiss
88561ca46a
chromiumDev: 110.0.5478.4 -> 110.0.5481.24 2023-01-05 23:40:12 +01:00
Michael Weiss
9e2070e1e5
chromiumBeta: 109.0.5414.61 -> 109.0.5414.74 2023-01-04 21:44:08 +01:00
Michael Weiss
6e1f2baf4a
chromiumBeta: 109.0.5414.46 -> 109.0.5414.61 2023-01-03 22:56:07 +01:00
Michael Weiss
62936a094c
Merge pull request #208649 from primeos/chromiumDev
chromiumDev: 110.0.5464.2 -> 110.0.5478.4
2023-01-01 18:45:17 +01:00
Michael Weiss
c9ca13ce9a
chromium: Drop passthru.updateScript
The update script for Chromium does not behave like other update
scripts, e.g., it updates all channels and ungoogled-chromium (not just
a single package). This causes issues when r-ryantm (the bot that runs
nixpkgs-update) tries to update chromium and ungoogled-chromium (which
it started to do recently):
- https://github.com/NixOS/nixpkgs/pull/207185
- https://github.com/NixOS/nixpkgs/pull/207482
- https://github.com/NixOS/nixpkgs/pull/207596
- https://github.com/NixOS/nixpkgs/pull/208048
- https://github.com/NixOS/nixpkgs/pull/208287

We could make the update script work as expected by other tooling but
Chromium requires special attention anyway so it might also be for the
best to do it manually for now (at least someone needs to ensure that
the correct labels are set and that security fixes (~ all updates) are
backported).
2023-01-01 18:07:17 +01:00
Michael Weiss
b7431c54ac
chromiumDev: 110.0.5464.2 -> 110.0.5478.4 2023-01-01 17:56:04 +01:00
Michael Weiss
b43f29bdc2
Merge pull request #206306 from primeos/chromium
chromium: 108.0.5359.98 -> 108.0.5359.124
2022-12-17 14:10:10 +01:00
Sofi
1ddba4aadb
chromium: fix web app linking
Currently Chromium will generate its Web App shortcuts by pointing to
the current unwrapped executable of itself. This leads to all Web App
shortcuts failing to launch as it is not launched trough nixpkgs's
wrapper.

This fix will set the `CHROME_WRAPPER` environment variable to point
to a valid wrapper script, allowing chromium based browsers to generate
valid `.desktop` files.

NOTE: As these files are only set once by the browser inside of
`~/.local/share/applications` and not updated, this fix will only work
for generating new shortcuts, and only work as long as the relevant
binary is available in `$PATH` for that user.

INFO: While generic sounding, `CHROME_WRAPPER` is only invoked inside of
`web_app_shortcut_linux.cc`[^1], so it should only affect the generation
of web app shortcut files.

INFO: There is a similar patch for google-chrome itself in nixpkgs.[^2]

[^1]: https://source.chromium.org/chromium/chromium/src/+/main:chrome/browser/shell_integration_linux.cc;l=405;drc=b8f43a4e55639b03f76eccc6f6b951f2d06b8833
[^2]: https://github.com/NixOS/nixpkgs/pull/155430/
2022-12-16 14:37:45 +01:00
Michael Weiss
95ea5bb254
Merge pull request #206305 from primeos/chromiumDev
chromiumDev: 110.0.5449.0 -> 110.0.5464.2
2022-12-15 23:39:32 +01:00
Michael Weiss
4d78fa3a59
chromium: 108.0.5359.98 -> 108.0.5359.124
https://chromereleases.googleblog.com/2022/12/stable-channel-update-for-desktop_13.html

This update includes 8 security fixes.

CVEs:
CVE-2022-4436 CVE-2022-4437 CVE-2022-4438 CVE-2022-4439 CVE-2022-4440
2022-12-15 22:51:27 +01:00
Michael Weiss
497daee731
chromiumDev: 110.0.5449.0 -> 110.0.5464.2 2022-12-15 22:46:56 +01:00
Michael Weiss
ecf38ccd11
chromiumBeta: 109.0.5414.36 -> 109.0.5414.46 2022-12-15 22:46:34 +01:00
Michael Adler
9adfad5eaa ungoogled-chromium: 108.0.5359.99 -> 108.0.5359.125 2022-12-15 10:06:07 +01:00
Michael Weiss
d8f6360c16
chromiumBeta: 109.0.5414.25 -> 109.0.5414.36 2022-12-08 23:33:30 +01:00
Michael Adler
3f7c8b2b96 ungoogled-chromium: 108.0.5359.95 -> 108.0.5359.99 2022-12-08 09:20:21 +01:00
Michael Weiss
efb623debc
chromium: 108.0.5359.94 -> 108.0.5359.98
https://chromereleases.googleblog.com/2022/12/stable-channel-update-for-desktop_7.html
2022-12-07 22:05:46 +01:00
Michael Weiss
31327b34c6
Merge pull request #204365 from primeos/ungoogled-chromium
ungoogled-chromium: 108.0.5359.72 -> 108.0.5359.95
2022-12-04 11:25:11 +01:00
Michael Weiss
66bdeac7cb
chromium: 108.0.5359.71 -> 108.0.5359.94
https://chromereleases.googleblog.com/2022/12/stable-channel-update-for-desktop.html

This update includes 1 security fix. Google is aware that an exploit for
CVE-2022-4262 exists in the wild.

CVEs:
CVE-2022-4262
2022-12-04 00:02:59 +01:00
Michael Weiss
d23b4148e7
ungoogled-chromium: 108.0.5359.72 -> 108.0.5359.95 2022-12-04 00:02:38 +01:00
Michael Weiss
74949d9c40
ungoogled-chromium: 107.0.5304.122 -> 108.0.5359.72 2022-12-02 15:48:34 +01:00
Michael Weiss
c40e6aac68
Merge pull request #203996 from primeos/chromiumDev
chromiumDev: 109.0.5414.10 -> 110.0.5449.0
2022-12-02 12:33:00 +01:00
Michael Weiss
e4864d2966
chromiumDev: 109.0.5414.10 -> 110.0.5449.0 2022-12-01 21:57:19 +01:00
Michael Weiss
33daeebd6b
chromiumBeta: 108.0.5359.71 -> 109.0.5414.25 2022-12-01 21:56:35 +01:00
Michael Weiss
3609aedb1e
chromium: 107.0.5304.121 -> 108.0.5359.71
https://chromereleases.googleblog.com/2022/11/stable-channel-update-for-desktop_29.html

This update includes 28 security fixes.

CVEs:
CVE-2022-4174 CVE-2022-4175 CVE-2022-4176 CVE-2022-4177 CVE-2022-4178
CVE-2022-4179 CVE-2022-4180 CVE-2022-4181 CVE-2022-4182 CVE-2022-4183
CVE-2022-4184 CVE-2022-4185 CVE-2022-4186 CVE-2022-4187 CVE-2022-4188
CVE-2022-4189 CVE-2022-4190 CVE-2022-4191 CVE-2022-4192 CVE-2022-4193
CVE-2022-4194 CVE-2022-4195
2022-11-30 10:27:59 +01:00
Michael Weiss
ed4a7faf43
chromiumBeta: 108.0.5359.48 -> 108.0.5359.71 (#203681)
* chromiumBeta: 108.0.5359.48 -> 108.0.5359.62

* chromiumBeta: 108.0.5359.62 -> 108.0.5359.71
2022-11-30 10:27:28 +01:00
Michael Weiss
4024dedc4d
chromiumBeta: Fix the build
We do already set `system_wayland_scanner_path` to
`"${wayland}/bin/wayland-scanner"` but apparently wayland-scanner wasn't
required (anymore?) as wayland-scanner is only in the `bin` output (I have a
few ideas what could've changed but didn't bother to check as it isn't worth
the time as long as it works now).

This fixes the following build error:
```
ninja: error: '../../../../../../../../nix/store/l3y9k2x7cqzcjj9s18z7la9xqsjq6r52-wayland-1.21.0/bin/wayland-scanner', needed by 'gen/components/exo/wayland/protocol/aura-shell-protocol.c', missing and no known rule to make it
```
2022-11-28 21:55:56 +01:00
Michael Weiss
9d05d42f4d
chromiumBeta: Fix the configuration phase
Upstream switched use_system_libwayland to false [0] and
system_wayland_scanner_path will now only be declared if
use_system_wayland_scanner is set to true (it defaults to
use_system_libwayland) [1].

In Nixpkgs, we usually try to set use_system_* to true (i.e., we favor
system libraries over bundled/vendored ones) but in the case of Chromium
this can become difficult to maintain so we might eventually drop
`use_system_libwayland = true` again (IIRC this only caused one
incompatibility in the past though: b6b51374fc7; and f9d9864cb6 will
become relevant again when we build with the bundled libwayland).

[0]: b33bdfe265
[1]: 272220cefa
2022-11-27 19:10:44 +01:00
Michael Weiss
66df6c7b46
Merge pull request #202869 from michaeladler/ungoogled
ungoogled-chromium: 107.0.5304.110 -> 107.0.5304.122
2022-11-26 00:27:06 +01:00
Michael Adler
9fa2f1bf3e ungoogled-chromium: 107.0.5304.110 -> 107.0.5304.122 2022-11-25 16:30:26 +01:00
Michael Weiss
dbea32f981
chromium: 107.0.5304.110 -> 107.0.5304.121
https://chromereleases.googleblog.com/2022/11/stable-channel-update-for-desktop_24.html

This update includes 1 security fix. Google is aware that an exploit for
CVE-2022-4135 exists in the wild.

CVEs:
CVE-2022-4135
2022-11-24 23:07:41 +01:00
Michael Weiss
6492d64628
chromiumDev: 109.0.5410.0 -> 109.0.5414.10 2022-11-21 23:55:19 +01:00
Michael Weiss
f2b994a384
chromiumBeta: 108.0.5359.40 -> 108.0.5359.48 2022-11-17 00:04:52 +01:00
Michael Weiss
ec860f905d
chromiumDev: 109.0.5396.2 -> 109.0.5410.0 2022-11-13 12:02:49 +01:00
Michael Weiss
1f6b982811
Merge pull request #200442 from primeos/chromiumBeta
chromiumBeta: 108.0.5359.30 -> 108.0.5359.40
2022-11-10 15:23:43 +01:00
Michael Weiss
d3189e76b2
Merge pull request #200445 from primeos/ungoogled-chromium
ungoogled-chromium: 107.0.5304.88 -> 107.0.5304.110
2022-11-10 15:23:21 +01:00
Michael Weiss
6477a3bdc3
ungoogled-chromium: 107.0.5304.88 -> 107.0.5304.110 2022-11-09 23:40:33 +01:00
Michael Weiss
81b2f56045
chromiumBeta: 108.0.5359.30 -> 108.0.5359.40 2022-11-09 23:40:18 +01:00
Michael Weiss
cc136d85d9
chromium: 107.0.5304.87 -> 107.0.5304.110
https://chromereleases.googleblog.com/2022/11/stable-channel-update-for-desktop.html

This update includes 10 security fixes.

CVEs:
CVE-2022-3885 CVE-2022-3886 CVE-2022-3887 CVE-2022-3888 CVE-2022-3889
CVE-2022-3890
2022-11-09 23:39:38 +01:00
Michael Weiss
cae3751e9f
Merge pull request #199564 from primeos/chromiumBeta
chromiumBeta: 108.0.5359.22 -> 108.0.5359.30
2022-11-05 10:12:29 +01:00
Michael Weiss
fe2fe7c588
chromiumDev: 109.0.5384.0 -> 109.0.5396.2 2022-11-04 21:57:33 +01:00
Michael Weiss
f432eecba7
chromiumBeta: 108.0.5359.22 -> 108.0.5359.30 2022-11-04 21:57:13 +01:00
Michael Weiss
3594892234
Merge pull request #198679 from primeos/ungoogled-chromium
ungoogled-chromium: 107.0.5304.68 -> 107.0.5304.88
2022-10-30 19:53:25 +01:00
Michael Weiss
7fc5968ead
Merge pull request #198677 from primeos/chromium
chromium: 107.0.5304.68 -> 107.0.5304.87
2022-10-30 19:53:02 +01:00
Michael Weiss
9a73379a4a
Merge pull request #198675 from primeos/chromiumBeta
chromiumBeta: 107.0.5304.68 -> 108.0.5359.22
2022-10-30 19:05:16 +01:00
Michael Weiss
0590d6d01c
ungoogled-chromium: 107.0.5304.68 -> 107.0.5304.88 2022-10-30 18:11:46 +01:00
Michael Weiss
1cd6b2c7f4
chromium: 107.0.5304.68 -> 107.0.5304.87
https://chromereleases.googleblog.com/2022/10/stable-channel-update-for-desktop_27.html

This update includes 1 security fix. Google is aware of reports that an exploit
for CVE-2022-3723 exists in the wild.

CVEs:
CVE-2022-3723
2022-10-30 18:08:32 +01:00
Michael Weiss
5fa41df499
chromiumBeta: 107.0.5304.68 -> 108.0.5359.22 2022-10-30 18:00:37 +01:00
Michael Weiss
1e999fae15
chromiumDev: 108.0.5359.19 -> 109.0.5384.0 2022-10-30 17:59:43 +01:00
Michael Adler
57e66d6975
ungoogled-chromium: 106.0.5249.119 -> 107.0.5304.68 (#198069)
Co-authored-by: Michael Weiss <dev.primeos@gmail.com>
2022-10-28 00:00:01 +02:00
Michael Weiss
817099496c
Merge pull request #198101 from primeos/chromiumBeta
chromiumBeta: 107.0.5304.62 -> 107.0.5304.68
2022-10-27 20:16:02 +02:00
Michael Weiss
3a2c2fbc24
chromiumDev: 108.0.5359.10 -> 108.0.5359.19 2022-10-27 19:55:47 +02:00
Michael Weiss
e07577d52d
chromiumBeta: 107.0.5304.62 -> 107.0.5304.68 2022-10-27 19:55:03 +02:00
Michael Weiss
c9dad8d543
chromium: 106.0.5249.119 -> 107.0.5304.68
https://chromereleases.googleblog.com/2022/10/stable-channel-update-for-desktop_25.html

This update includes 14 security fixes.

CVEs:
CVE-2022-3652 CVE-2022-3653 CVE-2022-3654 CVE-2022-3655 CVE-2022-3656
CVE-2022-3657 CVE-2022-3658 CVE-2022-3659 CVE-2022-3660 CVE-2022-3661
2022-10-26 00:10:39 +02:00
Michael Weiss
f9d9864cb6
chromiumBeta: Fix the build
The build argument `use_system_libwayland_server` was set to `false`
since M107 [0]. This will cause `libwayland` to be built which does in
turn pull in `libffi` ("//build/config/linux/libffi") [1].

Alternatively, we should be able to fix the libffi dependency by setting
`use_system_libffi = true` (recently added, see [2]) and adding `libffi`
to the build inputs.

[0]: b9cd6d6767
[1]: https://source.chromium.org/chromium/chromium/src/+/refs/tags/107.0.5304.62:third_party/wayland/BUILD.gn
[2]: cf3ee09f08
2022-10-25 23:58:11 +02:00
Michael Weiss
f709a74fa3
chromium{Beta,Dev}: Fix the configuration phase
Setting `clang_base_path` [0] does skip [1] a clang version check [2]
that would fail in our case:
```
configuring
ERROR at //build/config/compiler/BUILD.gn:1314:22: Script returned non-zero exit code.
    clang_revision = exec_script("//tools/clang/scripts/update.py",
                     ^----------
Current dir: /tmp/nix-build-chromium-unwrapped-107.0.5304.29.drv-0/chromium-107.0.5304.29/out/Release/
Command: python3 /tmp/nix-build-chromium-unwrapped-107.0.5304.29.drv-0/chromium-107.0.5304.29/tools/clang/scripts/update.py --print-revision --verify-version=16.0.0
Returned 1 and printed out:

The expected clang version is llvmorg-16-init-4609-g025a5b22-2 but the actual version is
Did you run "gclient sync"?

See //build/config/BUILDCONFIG.gn:329:3: which caused the file to be included.
  "//build/config/compiler:afdo",
  ^-----------------------------
error: builder for '/nix/store/02riyhzvrgn2vaab29d3gipxzkx6nb44-chromium-unwrapped-107.0.5304.29.drv' failed with exit code 1
```

I also chose to disable the Qt support for now. The Qt support is
enabled by default on Linux [3] but we need to add the required
dependencies first to fix the build (and my current priority is to get a
basic build working for the security critical stable channel update):
```
configuring
ERROR at //build/config/linux/pkg_config.gni:104:17: Script returned non-zero exit code.
    pkgresult = exec_script(pkg_config_script, args, "value")
                ^----------
Current dir: /tmp/nix-build-chromium-unwrapped-107.0.5304.62.drv-0/chromium-107.0.5304.62/out/Release/
Command: python3 /tmp/nix-build-chromium-unwrapped-107.0.5304.62.drv-0/chromium-107.0.5304.62/build/config/linux/pkg-config.py Qt5Core Qt5Widgets
Returned 1.
stderr:

Package Qt5Core was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt5Core.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt5Core' found
Package Qt5Widgets was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt5Widgets.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt5Widgets' found
Could not run pkg-config.

See //ui/qt/BUILD.gn:13:1: whence it was called.
pkg_config("qt5_config") {
^-------------------------
See //ui/linux/BUILD.gn:54:15: which caused the file to be included.
    deps += [ "//ui/qt" ]
              ^--------
error: builder for '/nix/store/3zzddkh74cnhvq6nql32y9pnbvzf2jv9-chromium-unwrapped-107.0.5304.62.drv' failed with exit code 1
```

[0]: https://source.chromium.org/chromium/chromium/src/+/refs/tags/107.0.5304.62:docs/clang.md
[1]: https://source.chromium.org/chromium/chromium/src/+/refs/tags/107.0.5304.62:build/config/compiler/BUILD.gn;l=1306
[2]: https://source.chromium.org/chromium/chromium/src/+/refs/tags/107.0.5304.62:tools/clang/scripts/update.py;l=358
[3]: https://source.chromium.org/chromium/chromium/src/+/refs/tags/107.0.5304.62:ui/qt/qt.gni;l=8
2022-10-25 21:10:01 +02:00
Michael Weiss
873b0db6d5
Merge pull request #197348 from primeos/chromiumDev
chromiumDev: 108.0.5355.0 -> 108.0.5359.10
2022-10-23 13:44:58 +02:00
Michael Weiss
7910d3db26
chromiumDev: 108.0.5355.0 -> 108.0.5359.10 2022-10-23 11:28:53 +02:00
Michael Weiss
0db31aa5aa
chromiumBeta: 107.0.5304.36 -> 107.0.5304.62 2022-10-23 11:28:37 +02:00
Michael Weiss
a885b62d41
Merge pull request #196015 from primeos/chromiumBeta
chromiumBeta: 107.0.5304.29 -> 107.0.5304.36
2022-10-15 13:58:27 +02:00
Michael Weiss
53f7c7150e
chromiumDev: 108.0.5343.2 -> 108.0.5355.0 2022-10-14 18:59:20 +02:00
Michael Weiss
282eb843e0
chromiumBeta: 107.0.5304.29 -> 107.0.5304.36 2022-10-14 18:58:56 +02:00
Michael Weiss
e6896c17ca
Merge pull request #195697 from primeos/ungoogled-chromium
ungoogled-chromium: 106.0.5249.103 -> 106.0.5249.119
2022-10-12 21:32:33 +02:00
Michael Weiss
10e5fa68de
ungoogled-chromium: 106.0.5249.103 -> 106.0.5249.119 2022-10-12 20:08:35 +02:00
Michael Weiss
c8d4492a8d
chromium: 106.0.5249.103 -> 106.0.5249.119
https://chromereleases.googleblog.com/2022/10/stable-channel-update-for-desktop_11.html

This update includes 6 security fixes.

CVEs:
CVE-2022-3445 CVE-2022-3446 CVE-2022-3447 CVE-2022-3448 CVE-2022-3449
CVE-2022-3450
2022-10-12 20:08:11 +02:00
Michael Weiss
950f286392
Merge pull request #195407 from primeos/chromiumDev
chromiumDev: 108.0.5327.0 -> 108.0.5343.2
2022-10-11 20:51:31 +02:00
Michael Weiss
8925eb6e90
Merge pull request #195406 from primeos/chromiumBeta
chromiumBeta: 107.0.5304.18 -> 107.0.5304.29
2022-10-11 20:51:08 +02:00
Michael Weiss
9cf7da7f42
Merge pull request #195405 from primeos/chromium
chromium: 106.0.5249.91 -> 106.0.5249.103
2022-10-11 20:50:37 +02:00
Martin Weinelt
85713b7e37 Merge remote-tracking branch 'origin/master' into staging-next 2022-10-11 00:18:04 +02:00
Michael Weiss
6ea106f4d8
chromiumDev: 108.0.5327.0 -> 108.0.5343.2 2022-10-10 21:56:45 +02:00
Michael Weiss
979047f732
chromiumBeta: 107.0.5304.18 -> 107.0.5304.29 2022-10-10 21:56:29 +02:00
Michael Weiss
420363e3ce
chromium: 106.0.5249.91 -> 106.0.5249.103
https://chromereleases.googleblog.com/2022/10/stable-channel-update-for-desktop.html
2022-10-10 21:56:09 +02:00
Michael Adler
00a62633db ungoogled-chromium: 106.0.5249.91 -> 106.0.5249.103 2022-10-10 08:06:41 +02:00
github-actions[bot]
d2cd24fe6a
Merge master into staging-next 2022-10-08 18:01:07 +00:00
Konstantin Alekseev
c02b06d612 chromedriver: fix darwin aarch64 2022-10-08 16:15:57 +03:00
github-actions[bot]
4c298a6859
Merge master into staging-next 2022-10-06 00:04:40 +00:00