Commit graph

4538 commits

Author SHA1 Message Date
Michael Weiss ef7f020ec8
chromiumBeta: Install crashpad_handler
This executable is required to fix a startup error.
TODO: Refactor the Nix expressions to allow chromiumVersionAtLeast, etc.
"everywhere" and investigate the VM test failure.
2021-07-03 11:11:16 +02:00
Michael Weiss 11237c7d83
chromiumBeta: 92.0.4515.70 -> 92.0.4515.80 2021-07-01 10:33:06 +02:00
Michael Weiss 5cae434566
chromiumDev: 93.0.4549.3 -> 93.0.4557.4
Would need to temporarily remove "ffmpeg" from gnSystemLibraries and
disable use_thin_lto to fix the build (theoretically).
2021-06-30 20:18:24 +02:00
Bernardo Meurer e2508a8e57
Merge pull request #127883 from taku0/firefox-bin-89.0.2
firefox, firefox-bin: 89.0.1 -> 89.0.2
2021-06-29 10:55:04 -07:00
Michael Weiss fcdcb81936
chromiumDev: Fix build errors due to the older system FFmpeg
The final linking still fails though, even with llvm-git.
We might have to diable use_thin_lto for now:
ld.lld: error: undefined symbol: snappy::Compress(char const*, unsigned long, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*)
>>> referenced by compression_module.cc
>>>               thinlto-cache/Thin-ed5ed5.tmp.o:(reporting::CompressionModule::CompressRecord(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, base::OnceCallback<void (std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, absl::optional<reporting::CompressionInformation>)>) const)
clang-13: error: linker command failed with exit code 1 (use -v to see invocation)
2021-06-29 11:37:05 +02:00
Charlotte Van Petegem 7286fc29c5
qutebrowser: 2.2.3 -> 2.3.0 2021-06-28 17:35:23 +02:00
Sandro c65ec8d5df
Merge pull request #127854 from r-ryantm/auto-update/brave 2021-06-25 18:53:30 +02:00
Michael Weiss e829ab8d65
chromiumBeta: 92.0.4515.59 -> 92.0.4515.70 2021-06-24 15:16:57 +02:00
taku0 cab7d36885 firefox: 89.0.1 -> 89.0.2 2021-06-23 15:12:45 +09:00
taku0 9c732514b7 firefox-bin: 89.0.1 -> 89.0.2 2021-06-23 15:12:31 +09:00
R. RyanTM 94eba34cae brave: 1.25.73 -> 1.26.67 2021-06-23 01:30:25 +00:00
Michael Weiss c8fe353d8b
chromiumDev: 93.0.4542.2 -> 93.0.4549.3 2021-06-23 00:05:32 +02:00
ckie 4539cc164d
tor-browser-bundle-bin: 10.0.17 -> 10.0.18 2021-06-22 17:19:50 +03:00
Sandro 77e6e5497a
Merge pull request #127630 from fortuneteller2k/vieb
vieb: 5.1.0 -> 5.2.0
2021-06-21 12:12:32 +02:00
Michael Weiss f197b1332b
Merge pull request #127549 from primeos/ungoogled-chromium
ungoogled-chromium: 91.0.4472.101 -> 91.0.4472.114
2021-06-21 11:49:19 +02:00
fortuneteller2k d6fe06a305 vieb: 5.1.0 -> 5.2.0 2021-06-21 13:21:29 +08:00
Sandro baf1422762
Merge pull request #127162 from r-ryantm/auto-update/brave
brave: 1.25.72 -> 1.25.73
2021-06-20 17:42:26 +02:00
Michael Weiss 4e201c1c3c
ungoogled-chromium: 91.0.4472.101 -> 91.0.4472.114 2021-06-20 13:02:45 +02:00
Michael Weiss ef6fa37bae
Merge pull request #127426 from TredwellGit/chromium
chromium: fix APNG support
2021-06-19 13:14:32 +02:00
TredwellGit 52651ca62a chromium: fix APNG support
https://bugs.chromium.org/p/chromium/issues/detail?id=752403
2021-06-18 22:46:49 +00:00
Bernardo Meurer ec97be764a
Merge pull request #127067 from taku0/firefox-89.0.1
firefox, firefox-bin: 89.0 -> 89.0.1  [Moderate security fix]
2021-06-18 10:35:57 -07:00
Michael Weiss 8af443906d
chromiumDev: Fix building from the release tarball
See https://bugs.chromium.org/p/chromium/issues/detail?id=1215229.
Before this the build failed with this error:
[101/47617] ACTION //build/util:chromium_git_revision(//build/toolchain/linux/unbundle:default)oaded_data.pbchain/linux/unbundle:default)
FAILED: gen/build/util/chromium_git_revision.h
python3 ../../build/util/lastchange.py --header gen/build/util/chromium_git_revision.h --revision-id-only --revision-id-prefix @ -m\ CHROMIUM_GIT_REVISION
ERROR:root:Failed to get git top directory from '/build/chromium-93.0.4542.2/build/util': Git command 'git git rev-parse --show-toplevel' in /build/chromium-93.0.4542.2/build/util failed: [Errno 2] No such file or directory: 'git'
2021-06-18 17:36:48 +02:00
Cap Petschulat af0dc887b7 Remove myself as maintainer
I'm not a maintainer.
2021-06-18 23:34:11 +09:00
Michael Weiss 0505ed81bc
chromium: 91.0.4472.106 -> 91.0.4472.114
https://chromereleases.googleblog.com/2021/06/stable-channel-update-for-desktop_17.html

This update includes 4 security fixes. Google is aware that an exploit
for CVE-2021-30554 exists in the wild.

CVEs:
CVE-2021-30554 CVE-2021-30555 CVE-2021-30556 CVE-2021-30557
2021-06-18 12:00:32 +02:00
Michael Weiss 28b48376b9
chromiumBeta: 92.0.4515.51 -> 92.0.4515.59 2021-06-17 12:29:49 +02:00
R. RyanTM a7e0761273 brave: 1.25.72 -> 1.25.73 2021-06-17 01:43:52 +00:00
Sandro 05c4eda9af
Merge pull request #126870 from r-ryantm/auto-update/brave
brave: 1.25.68 -> 1.25.72
2021-06-16 18:23:22 +02:00
taku0 eaef28d6c4 firefox/update.nix: Use fingerprint instead of keyid 2021-06-17 00:07:09 +09:00
taku0 044aab9fc2
firefox-bin/update.nix: Use fingerprint instead of keyid
Co-authored-by: stigtsp <stig@stig.io>
2021-06-17 00:05:31 +09:00
Michael Weiss 0876f689d7
chromiumDev: 93.0.4535.3 -> 93.0.4542.2 2021-06-16 12:55:01 +02:00
taku0 84306f5aae firefox-bin: 89.0 -> 89.0.1 2021-06-16 19:39:09 +09:00
taku0 e330adceb9 firefox: 89.0 -> 89.0.1 2021-06-16 19:35:54 +09:00
taku0 1415289e67 firefox, firefox-bin: fetch GPG key from keyring 2021-06-16 19:33:28 +09:00
taku0 6aaaa019ce firefox: fix parameter of update.nix for ESR version 2021-06-16 19:33:28 +09:00
taku0 8432387de2 firefox: use SHA512SUM in update.nix 2021-06-16 19:33:28 +09:00
Sandro 72cbd9ea14
Merge pull request #126954 from sikmir/lagrange
lagrange: 1.5.0 → 1.5.2
2021-06-15 21:21:39 +02:00
Nikolay Korotkiy 7802cd18cd
lagrange: 1.5.0 → 1.5.2 2021-06-15 17:29:16 +03:00
Michael Weiss 8540133fb7
chromium: 91.0.4472.101 -> 91.0.4472.106
https://chromereleases.googleblog.com/2021/06/stable-channel-update-for-desktop_14.html
2021-06-15 11:59:05 +02:00
R. RyanTM dc494e4d25 brave: 1.25.68 -> 1.25.72 2021-06-14 19:05:35 +00:00
Michael Weiss 05b088f4d3
Merge pull request #126662 from primeos/ungoogled-chromium
ungoogled-chromium: 91.0.4472.77 -> 91.0.4472.101
2021-06-13 11:55:14 +02:00
adisbladis 270277c372
Merge pull request #126709 from adisbladis/firefox-beta_dev-90.0b6
firefox-(beta|devedition)-bin: 85.0b6 -> 90.0b6
2021-06-12 21:43:40 -05:00
adisbladis fdca145086
firefox-devedition-bin: 85.0b6 -> 90.0b6 2021-06-12 17:25:14 -05:00
adisbladis 29aaf536bc
firefox-beta-bin: 85.0b6 -> 90.0b6 2021-06-12 17:25:07 -05:00
Robert Hensing 401e5cf6fc bombadillo: Remove empty vendor dependency 2021-06-12 17:50:46 +02:00
Michael Weiss 3952d19175
ungoogled-chromium: 91.0.4472.77 -> 91.0.4472.101 2021-06-12 13:28:15 +02:00
Michael Weiss 558cb984de
chromiumBeta: 92.0.4515.40 -> 92.0.4515.51 2021-06-11 11:45:01 +02:00
Bernardo Meurer 3694ff7027
Merge pull request #126404 from wentasah/firefox-cups
firefox: Make CUPS printers visible in the print dialog
2021-06-10 17:43:35 +00:00
Michael Weiss e44ba930b9
Merge pull request #126452 from primeos/chromium
chromium: 91.0.4472.77 -> 91.0.4472.101
2021-06-10 19:22:59 +02:00
Sandro fc3bbb2cbc
Merge pull request #126489 from badmutex/badi/update-vivaldi
vivaldi: 3.8.2259.37-1 -> 4.0.2312.24-1
2021-06-10 18:34:31 +02:00
Robert Schütz e9216e5733 angelfish: 21.05 -> 21.06 2021-06-10 17:41:10 +02:00