Commit Graph

1456 Commits

Author SHA1 Message Date
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