Commit Graph

5112 Commits

Author SHA1 Message Date
Pascal Bach
f46ae00b26
Merge pull request #157933 from TredwellGit/brave
brave: 1.34.81 -> 1.35.100
2022-02-03 20:41:58 +01:00
Wout Mertens
adf3312076
Merge pull request #157835 from wmertens/fix-chromium-wrapper
chromium: no need to eval makeWrapper
2022-02-03 16:57:19 +01:00
TredwellGit
8ab663aaa5 brave: 1.34.81 -> 1.35.100
https://github.com/brave/brave-browser/blob/master/CHANGELOG_DESKTOP.md#135100
2022-02-03 03:32:36 +00:00
Michael Weiss
6734ab4fb5
Merge pull request #157878 from primeos/chromium
chromium: 97.0.4692.99 -> 98.0.4758.80
2022-02-02 22:25:32 +01:00
Michael Weiss
47f0427d15
chromiumDev: 99.0.4844.11 -> 99.0.4844.16 2022-02-02 19:37:31 +01:00
Michael Weiss
b904f58031
chromium: 97.0.4692.99 -> 98.0.4758.80
https://chromereleases.googleblog.com/2022/02/stable-channel-update-for-desktop.html

This update includes 27 security fixes.

CVEs:
CVE-2022-0452 CVE-2022-0453 CVE-2022-0454 CVE-2022-0455 CVE-2022-0456
CVE-2022-0457 CVE-2022-0458 CVE-2022-0459 CVE-2022-0460 CVE-2022-0461
CVE-2022-0462 CVE-2022-0463 CVE-2022-0464 CVE-2022-0465 CVE-2022-0466
CVE-2022-0467 CVE-2022-0468 CVE-2022-0469 CVE-2022-0470
2022-02-02 19:36:55 +01:00
Wout Mertens
ee1c5b7856 chromium: no need to eval makeWrapper 2022-02-02 12:09:06 +01:00
Michael Weiss
87711ba56b
chromiumBeta: 98.0.4758.74 -> 98.0.4758.80 2022-02-01 21:46:26 +01:00
Michael Weiss
20926eb660
google-chrome: reland: add /run/opengl-driver/share/vulkan/icd.d/ to path
This change is part of 007af34263 but got accidentally reverted in
b2eb5f62a7. It is required for Vulkan support.
2022-01-31 19:16:47 +01:00
Nikolay Korotkiy
0b837758f2
lagrange: 1.10.1 → 1.10.3 2022-01-30 20:08:36 +03: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
Wout Mertens
ecd6b2864c
Merge pull request #147557 from wmertens/nixos-ozone
wayland: enable ozone via $NIXOS_OZONE_WL
2022-01-27 23:46:27 +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
Martin Weinelt
7fdbbd0efc
firefox-bin: 96.0.2 -> 96.0.3 2022-01-27 03:17:01 +01:00
Martin Weinelt
c06f1fe43e
firefox-esr-91: 91.5.0esr -> 91.5.1esr 2022-01-27 03:16:22 +01:00
Martin Weinelt
c978d968e3
firefox: 96.0.2 -> 96.0.3 2022-01-27 03:15:47 +01:00
github-actions[bot]
bbbd0a92af
Merge master into staging-next 2022-01-25 00:02:13 +00: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
github-actions[bot]
591c66a4e3
Merge master into staging-next 2022-01-23 06:00:56 +00:00
TredwellGit
fafa1363f9 brave: 1.34.80 -> 1.34.81
https://github.com/brave/brave-browser/blob/master/CHANGELOG_DESKTOP.md#13481
2022-01-22 19:33:40 +00:00
github-actions[bot]
6922792376
Merge master into staging-next 2022-01-22 18:01:07 +00: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
github-actions[bot]
413effd66b
Merge master into staging-next 2022-01-22 12:01:15 +00:00
Michael Weiss
9970f3d56e
chromiumDev: 99.0.4818.0 -> 99.0.4840.0 2022-01-22 12:06:19 +01:00
Michael Weiss
7534942c6a
Merge pull request #156097 from primeos/chromiumBeta
chromiumBeta: 98.0.4758.54 -> 98.0.4758.66
2022-01-22 11:34:14 +01:00
Michael Weiss
f5a315ad94
Merge pull request #155452 from brandonweeks/chrome-vulkan
google-chrome: add /run/opengl-driver/share/vulkan/icd.d/ to path
2022-01-22 11:33:18 +01:00
Vladimír Čunát
db32554265
Merge #156120: firefox-bin: 96.0 -> 96.0.2 2022-01-22 09:27:11 +01:00
Brandon Weeks
007af34263 google-chrome: add /run/opengl-driver/share/vulkan/icd.d/ to path
NixOS stores ICDs at /run/opengl-driver/share/vulkan/icd.d/. Because
Chrome ships its own vulkan-loader and doesn't use the NixOS system
vulkan-loader, Chrome won't search the /run/opengl-driver directory
withou either adding it to the path or patching Chrome's libvulkan.so.1.

This change adds "${addOpenGLRunpath.driverLink}/share" unconditionally
to the path. addOpenGLRunpath is the same module that NixOS system
vulkan-loader uses as the path.

Tested by running `VK_LOADER_DEBUG=all google-chrome-unstable
--enable-features=Vulkan` and verifying Vulkan is enabled with
chrome://gpu.
2022-01-21 21:30:51 -08:00
github-actions[bot]
1ca0ba653f
Merge master into staging-next 2022-01-22 00:01:46 +00: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
4e7de8fbc4
Merge pull request #155966 from primeos/ungoogled-chromium
ungoogled-chromium: 97.0.4692.71 -> 97.0.4692.99
2022-01-21 19:47:28 +01:00
github-actions[bot]
fd5336b13e
Merge master into staging-next 2022-01-21 18:01:25 +00:00
Ryan Mulligan
d2cea2048b
Merge pull request #156039 from r-ryantm/auto-update/lagrange
lagrange: 1.10.0 -> 1.10.1
2022-01-21 08:01:22 -08:00
github-actions[bot]
e156d59d2b
Merge master into staging-next 2022-01-21 12:01:24 +00:00
R. Ryantm
20d81aaf78 lagrange: 1.10.0 -> 1.10.1 2022-01-21 10:11:00 +00:00
R. Ryantm
5125259130 firefox-unwrapped: 96.0.1 -> 96.0.2 2022-01-21 07:07:23 +00: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
taku0
6d40232a01 firefox-bin: 96.0 -> 96.0.2 2022-01-20 15:12:27 +09:00
github-actions[bot]
360ff20100
Merge master into staging-next 2022-01-20 06:01:09 +00:00
Anderson Torres
12624dffc2
Merge pull request #155568 from r-ryantm/auto-update/palemoon
palemoon: 29.4.3 -> 29.4.4
2022-01-19 23:24:55 -03:00
Sandro
3f5adbaead
Merge pull request #155597 from r-ryantm/auto-update/widevine 2022-01-20 02:01:08 +01:00
github-actions[bot]
b74b591fbe
Merge master into staging-next 2022-01-20 00:01:46 +00:00
Brandon Weeks
c3e8270c3a
google-chrome: fix hardware acceleration on Wayland (#155447)
Fix #103049.
2022-01-19 20:50:11 +01:00
R. Ryantm
e684ccbf30 vivaldi-widevine: 4.10.1582.1 -> 4.10.2391.0 2022-01-19 10:20:36 +00:00
R. Ryantm
d04b212b37 palemoon: 29.4.3 -> 29.4.4 2022-01-19 07:43:43 +00:00