3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

4633 commits

Author SHA1 Message Date
Michael Weiss 39d95aa8e9
chromiumBeta: 93.0.4577.18 -> 93.0.4577.25 2021-08-05 11:26:17 +02:00
Michael Weiss eeb1eb9e28
Merge pull request #132695 from primeos/ungoogled-chromium
ungoogled-chromium: 91.0.4472.164 -> 92.0.4515.131
2021-08-05 11:22:27 +02:00
Sandro 704d38dcd5
Merge pull request #131581 from heph2/update/telescope
telescope: 0.3.1 -> 0.4.1
2021-08-05 10:20:23 +02:00
Sandro 04b5e62d8d
Merge pull request #132468 from Stunkymonkey/applications-phases1 2021-08-05 09:37:57 +02:00
Michael Weiss 45c32f59a5
ungoogled-chromium: 91.0.4472.164 -> 92.0.4515.131 2021-08-04 21:58:00 +02:00
Michael Weiss 1e372f4004
chromiumDev: Fix the build
Note: I've only tested this with llvmPackages_git but it should work
with llvmPackages_13 as well.

fieldtrial_testing_like_official_build was renamed to
disable_fieldtrial_testing_config:
486e9d58c0
2021-08-04 17:59:00 +02:00
Michael Weiss 9bc2d82b55
chromium: get-commit-message.py: Support specifying a version
This makes the usage from update.py more robust.
It also adds a workaround for [0] which currently lacks a title.

[0]: https://chromereleases.googleblog.com/2021/08/the-stable-channel-has-been-updated-to.html
2021-08-04 17:55:21 +02:00
Ben Siraphob fcc7478839
Merge pull request #132596 from Stunkymonkey/chromium-phases
chromium: remove phases
2021-08-04 12:23:53 +07:00
Michael Weiss f9eb20c0a9
chromiumDev: 93.0.4577.18 -> 94.0.4595.0 2021-08-04 00:29:45 +02:00
Michael Weiss e143dc53b2
chromium: update.py: Implement automatic committing of the updates
This functionality saves some unnecessary work.
2021-08-04 00:29:34 +02:00
Felix Buehler 2ae5f1a6b8 chromium: remove phases 2021-08-03 23:23:01 +02:00
Michael Weiss 7015db7881
chromium: 92.0.4515.107 -> 92.0.4515.131
https://chromereleases.googleblog.com/2021/08/the-stable-channel-has-been-updated-to.html

This update includes 10 security fixes.

CVEs:
CVE-2021-30590 CVE-2021-30591 CVE-2021-30592 CVE-2021-30593
CVE-2021-30594 CVE-2021-30596 CVE-2021-30597
2021-08-03 09:31:32 +02:00
Felix Buehler f95cb05e20 firefox-bin: remove phases 2021-08-03 00:05:38 +02:00
Linus Heckemann 0d0a612f40
Merge pull request #132353 from Ma27/bump-captive-browser
captive-browser: 2019-04-16 -> 2021-08-01
2021-08-02 20:17:09 +02:00
Michael Weiss 8505750ac8
chromium: Drop our closure_compiler patch for Java
Hopefully the Java dependency can be dropped soon:
https://bugs.chromium.org/p/chromium/issues/detail?id=1192875#c5
2021-08-02 10:37:32 +02:00
Maximilian Bosch bee0468d7b
captive-browser: 2019-04-16 -> 2021-08-01
Changes: 08450562e5...9c707dc32a
2021-08-01 23:13:09 +02:00
Michael Weiss 2682531c67
chromium: Drop two gn overrides that are not required anymore
The chromium and chromiumBeta builds still succeed.
2021-08-01 18:28:08 +02:00
Michael Weiss 555c3afaf2
chromium: Restructure gnFlags
This doesn't cause any rebuilds because we use a set but should make it
a bit easier to understand what's going on. This also moves two flags
that where incorrectly in "optionalAttrs pulseSupport" (enabled by
default) out of there.
The native client deprecation is stated here:
https://developer.chrome.com/docs/native-client/
2021-08-01 09:05:57 +02:00
Ben Siraphob 89629ddbc7
Merge pull request #131912 from r-ryantm/auto-update/brave
brave: 1.27.108 -> 1.27.109
2021-07-31 18:52:27 +07:00
Michael Weiss d7ab681b7a
chromiumBeta: 92.0.4515.107 -> 93.0.4577.18 2021-07-30 09:17:47 +02:00
Michael Weiss 7f8de3536a
chromiumDev: 93.0.4577.15 -> 93.0.4577.18 2021-07-29 23:10:59 +02:00
R. RyanTM 46f19d869e brave: 1.27.108 -> 1.27.109 2021-07-29 02:30:47 +00:00
github-actions[bot] 6fcda9f1ec
Merge master into staging-next 2021-07-28 18:01:16 +00:00
Louis Bettens 4ecfa58c97
brave: 1.26.77 -> 1.27.108 (#131566)
Co-authored-by: R. RyanTM <ryantm-bot@ryantm.com>
2021-07-28 17:48:19 +00:00
Franz Pletz 917ed386fd
Merge pull request #131813 from chvp/bump-qutebrowser
qutebrowser: 2.3.0 -> 2.3.1
2021-07-28 19:22:29 +02:00
Charlotte Van Petegem 0cdf7b5da9
qutebrowser: 2.3.0 -> 2.3.1 2021-07-28 14:47:40 +02:00
github-actions[bot] ef4ddefb6e
Merge master into staging-next 2021-07-28 00:01:24 +00:00
Michael Weiss 68adc7b81c
chromiumDev: 93.0.4577.8 -> 93.0.4577.15 2021-07-27 20:23:16 +02:00
github-actions[bot] db6a26db02
Merge master into staging-next 2021-07-27 18:01:01 +00:00
Michael Weiss bd22d2425c
chromiumDev: Fix the build
Our system FFmpeg version is too outdated and Snappy causes a linking
failure (I didn't have time to investigate yet). Hopefully we can revert
this before the stable release of M93.
2021-07-27 19:51:05 +02:00
Sandro Jäckel b683f580c0 icecat-bin: remove alias 2021-07-27 08:14:56 -07:00
Heph 3738eb5534 telescope: 0.3.1 -> 0.4.1 2021-07-26 16:58:23 +02:00
Frederik Rietdijk 62370fb59a Merge remote-tracking branch 'upstream/master' into staging-next 2021-07-26 09:19:44 +02:00
Michael Weiss 9ac3188552
chromium: Merge the installPhase command strings
This wasn't done in 97570d30c7 to allow reusing chromiumBeta builds
(without having to perform any changes) in the meantime.
2021-07-25 13:57:16 +02:00
Michael Weiss 10594c9a96
Revert "chromiumBeta: Temporarily build on Hydra"
This reverts commit af9ea49430.
Reason: Not required anymore.
2021-07-25 13:50:45 +02:00
Luke Granger-Brown 51d83077ff google-chrome: avoid crash under some situations
If our Chrome derivation is Vulkan enabled, the Chrome GPU process
reliably crashes for me under M92 using the proprietary Nvidia drivers.
This is because the PCI-based GPU detection path fails, and we attempt
to use the Vulkan fallback instead, which then crashes(!!)

Including libpci allows us to use Angle's
src/gpu_info_util/SystemInfo_libpci.cpp path instead, which doesn't
crash, unlike src/gpu_info_util/SystemInfo_vulkan.cpp.
2021-07-25 08:53:56 +01:00
github-actions[bot] cb1426e30a
Merge staging-next into staging 2021-07-23 18:01:46 +00:00
Bernardo Meurer a054f4960c
Merge pull request #131181 from taku0/firefox-bin-90.0.2
firefox, firefox-bin: 90.0.1 -> 90.0.2
2021-07-23 08:57:38 -07:00
Michael Weiss d4612af2c0
chromium: remove bendlas as maintainer
Their last Chromium commit is a52d7674cc from 2019.
Thank you for maintaining Chromium in the past.
2021-07-23 10:42:19 +02:00
taku0 82feb11201 firefox: 90.0.1 -> 90.0.2 2021-07-23 15:52:07 +09:00
taku0 b14e317177 firefox-bin: 90.0.1 -> 90.0.2 2021-07-23 15:52:01 +09:00
github-actions[bot] 0b0a8c7c9a
Merge staging-next into staging 2021-07-22 18:01:39 +00:00
Michael Weiss 3285cc390e
chromium: Fix the text rendering (some text was invisible)
The recent glibc update (acdcb85) broke the text rendering, see #131074.
This will hopefully work for ungoogled-chromium as well (at least the
patch applies).

Thanks: Lily Foster <lily@lily.flowers>
2021-07-22 17:22:06 +02:00
github-actions[bot] a63cf4f913
Merge staging-next into staging 2021-07-22 12:01:52 +00:00
Michael Weiss 503dc62d04
chromiumDev: 93.0.4573.0 -> 93.0.4577.8 2021-07-22 10:57:08 +02:00
github-actions[bot] 7a1e77336a
Merge staging-next into staging 2021-07-21 18:01:41 +00:00
Sandro c41575f8f6
Merge pull request #130671 from r-ryantm/auto-update/brave
brave: 1.26.74 -> 1.26.77
2021-07-21 14:02:43 +02:00
github-actions[bot] 3087a2d2e9
Merge staging-next into staging 2021-07-21 12:02:00 +00:00
Michael Weiss bb651d27fd
chromium: Fix the Ozone/Wayland support
The stable channel update to M92 (97570d30c7) broke the Wayland support:
$ chromium --enable-features=UseOzonePlatform --ozone-platform=wayland
[31712:31712:0721/114725.940557:ERROR:wayland_connection.cc(137)] Failed to load wayland client libraries.
[31712:31712:0721/114725.940641:FATAL:ozone_platform_wayland.cc(177)] Failed to initialize Wayland platform
[0721/114725.947566:ERROR:process_memory_range.cc(75)] read out of range
Trace/breakpoint trap (core dumped)
2021-07-21 11:52:12 +02:00
Michael Weiss 12e7ee0f31
Merge pull request #130877 from primeos/chromium
chromium: 91.0.4472.164 -> 92.0.4515.107
2021-07-21 11:38:02 +02:00