3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

4494 commits

Author SHA1 Message Date
taku0 8432387de2 firefox: use SHA512SUM in update.nix 2021-06-16 19:33:28 +09: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
Badi Abdul-Wahid 1c52961b0c
vivaldi: 3.8.2259.37-1 -> 4.0.2312.24-1 2021-06-10 08:59:55 -05:00
Michael Weiss 1d6a0d3cf2
chromiumDev: Install crashpad_handler
This executable is required to fix a startup error:
[990:990:0609/092114.482805:FATAL:double_fork_and_exec.cc(131)] execv /nix/store/k02xhxzn6sn2cihaal68wwsyk8cg9pkg-chromium-unwrapped-93.0.4535.3/libexec/chromium/crashpad_handler: No such file or directory (2)

Unfortunately Chromium M93 still segfaults in the VM test:
machine # [0610/100626.225850:ERROR:process_memory_range.cc(75)] read out of range
machine # [0610/100626.227312:ERROR:file_io_posix.cc(144)] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq: No such file or directory (2)
machine # [0610/100626.240410:ERROR:file_io_posix.cc(144)] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq: No such file or directory (2)
machine # [   19.810981] systemd-coredump[1015]: Process 987 (chromium) of user 1000 dumped core.
2021-06-10 12:11:20 +02:00
Michael Weiss c02ac479ba
chromium: get-commit-message.py: Support a new 0-day sentence
The current stable release announcement [0] uses a slightly different
message/structure.

[0]: https://chromereleases.googleblog.com/2021/06/stable-channel-update-for-desktop.html
2021-06-10 12:11:16 +02:00
Anderson Torres 9ebc740e96
Merge pull request #126341 from OPNA2608/update/palemoon-29.2.1/21.11
palemoon: 29.2.0 -> 29.2.1
2021-06-10 05:29:05 -03:00
OPNA2608 dc30d972bb palemoon: 29.2.0 -> 29.2.1 2021-06-10 09:13:16 +02:00
Gabriel Ebner 3cb4129816
Merge pull request #126387 from fortuneteller2k/vieb
vieb: 5.0.0 -> 5.1.0
2021-06-10 08:47:09 +02:00
Michael Weiss 053f1dc490
chromium: 91.0.4472.77 -> 91.0.4472.101
https://chromereleases.googleblog.com/2021/06/stable-channel-update-for-desktop.html

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

CVEs:
CVE-2021-30544 CVE-2021-30545 CVE-2021-30546 CVE-2021-30547
CVE-2021-30548 CVE-2021-30549 CVE-2021-30550 CVE-2021-30551
CVE-2021-30552 CVE-2021-30553
2021-06-10 08:45:38 +02:00
AndersonTorres e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
Michal Sojka 5102a12471 firefox: Make CUPS printers visible in the print dialog
Firefox 81 introduced a new print dialog. Under NixOS, this dialog
offers only "Save as PDF" as the destination. To print to a real
printer, one has to click "Print using the system dialog" and print
from there. This is not only one unnecessary extra click, but the
system dialog also does not offer preview.

With this commit, Firefox starts offering real printers in its
printing dialog, removing the above mentioned deficiencies.

CUPS is needed because Firefox uses dlopen() to load libcups.so.2 at
runtime. See
https://searchfox.org/mozilla-central/rev/b52cf6bbe214bd9d93ed9333d0403f7d556ad7c8/widget/nsCUPSShim.cpp#28
2021-06-09 23:09:48 +02:00
fortuneteller2k d5ead7ab4c vieb: 5.0.0 -> 5.1.0 2021-06-10 01:12:08 +08:00
Martin Weinelt e2701c3115
Merge pull request #126271 from mweinelt/firefox 2021-06-09 14:51:21 +02:00
Michael Weiss 950b321244
chromiumDev: Revert a patch to fix the build with LLVM 12
The build was failing with:
clang++: error: unknown argument: '-fsanitize-ignorelist=../../tools/cfi/ignores.txt'
2021-06-09 11:19:39 +02:00
Martin Weinelt 42e25d855f
firefox: use nss without p11-kit
Quickfix to allow firefox to recognize certificates as trusted by
Mozilla.

Related: #126065
2021-06-09 00:01:00 +02:00
Michael Weiss 5915f689b4
chromiumDev: 93.0.4530.5 -> 93.0.4535.3 2021-06-08 20:32:41 +02:00
Martin Weinelt 602163952d
Merge pull request #125669 from nbp/firefox-file-picker
firefox-bin: Avoid including both the wrapped and unwrapped versions.
2021-06-07 18:05:06 +02:00
Nicolas B. Pierron efef092ba5 firefox-bin: Avoid including both the wrapped and unwrapped version when using nix run command.
In order to make the man pages accessible, the previous code used
nix-support/propagated-user-env-packages. However this file is also used to set
the PATH when the application is executed with `nix run`, thus including the
wrapped and the wrappee in the environment.

Having the wrappee enumerated first in the environment caused `firefox` to
default to the wrappee, and as such not being able to find a proper GTK. This
was a source of failures while opening a file-picker.

This change removes the code to propagate the wrappe in the environment, as the
man pages are already linked in the wrapper output.
2021-06-07 11:42:18 +02:00
Sandro 1e0823497d
Merge pull request #125922 from FliegendeWurst/tbb-bin-10.0.17
tor-browser-bundle-bin: 10.0.16 -> 10.0.17
2021-06-07 02:42:59 +02:00
FliegendeWurst 1b73aa2aea tor-browser-bundle: delete unused extensions.nix 2021-06-06 11:55:02 +02:00
FliegendeWurst 0fc1a3d0d8 tor-browser-bundle-bin: 10.0.16 -> 10.0.17 2021-06-06 11:10:16 +02:00
Michael Weiss 3df02b20f7
Merge pull request #125641 from primeos/chromiumDev
chromiumDev: 92.0.4515.40 -> 93.0.4530.5
2021-06-04 12:19:30 +02:00
Michael Weiss 2c9e2b6875
chromiumDev: 92.0.4515.40 -> 93.0.4530.5 2021-06-04 11:54:51 +02:00
Michael Weiss c6890330f5
chromiumBeta: 91.0.4472.77 -> 92.0.4515.40 2021-06-04 11:52:14 +02:00
Sandro a895cc5a3f
Merge pull request #125063 from sikmir/lagrange
lagrange: 1.4.0 → 1.5.0
2021-06-03 17:09:25 +02:00
Michael Weiss 031dddf5ec
Merge pull request #125357 from primeos/chromiumDev
chromiumDev: 92.0.4515.20 -> 92.0.4515.40
2021-06-02 14:52:50 +02:00
Michele Guerini Rocco 7484c90d57
Merge pull request #125289 from dotlambda/qutebrowser-2.2.3
qutebrowser: 2.2.2 -> 2.2.3
2021-06-02 13:51:39 +02:00
Michael Weiss cf6496e72b
chromiumDev: 92.0.4515.20 -> 92.0.4515.40 2021-06-02 12:11:06 +02:00
Martin Weinelt f42ea75dec
firefox-esr: 78.10.1esr -> 78.11.0esr
https://www.mozilla.org/en-US/firefox/78.11.0/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2021-24/
2021-06-02 02:07:27 +02:00
Robert Schütz 29043644b0 qutebrowser: 2.2.2 -> 2.2.3
https://github.com/qutebrowser/qutebrowser/releases/tag/v2.2.3
2021-06-01 23:26:01 +02:00
Sandro 10f447c642
Merge pull request #124716 from r-ryantm/auto-update/brave
brave: 1.24.86 -> 1.25.68
2021-06-01 16:39:01 +02:00
Bernardo Meurer 6473dfb8c7
Merge pull request #125083 from taku0/firefox-bin-89.0
firefox-bin: 88.0.1 -> 89.0
2021-05-31 16:41:39 -07:00
Martin Weinelt 78f495f724
Merge pull request #125069 from mweinelt/firefox 2021-06-01 00:47:44 +02:00
Robin Gloster 666075648e
Merge pull request #125029 from r-ryantm/auto-update/elinks
elinks: 0.14.0 -> 0.14.1
2021-05-31 12:54:28 -05:00
taku0 bb2070754c firefox-bin: 88.0.1 -> 89.0 2021-05-31 21:50:53 +09:00
Martin Weinelt bcc35ef63f
firefox: 88.0.1 -> 89.0
https://www.mozilla.org/en-US/firefox/89.0/releasenotes/
2021-05-31 13:31:09 +02:00
Nikolay Korotkiy c4cb9a08a5
lagrange: 1.4.0 → 1.5.0 2021-05-31 13:38:02 +03:00
R. RyanTM 3a4f245d86 elinks: 0.14.0 -> 0.14.1 2021-05-31 03:04:33 +00:00
Michael Weiss 6c638ee6b1
ungoogled-chromium: 90.0.4430.212 -> 91.0.4472.77 2021-05-30 15:15:04 +02:00
R. RyanTM f625036c9e brave: 1.24.86 -> 1.25.68 2021-05-28 01:47:59 +00:00
Michael Weiss 136addaa6e
chromiumDev: 92.0.4512.4 -> 92.0.4515.20 2021-05-27 11:45:27 +02:00
fortuneteller2k 3e9365aefb vieb: 4.5.1 -> 5.0.0 2021-05-26 22:18:28 +08:00
Michael Weiss e522464f9a
chromium: 90.0.4430.212 -> 91.0.4472.77
https://chromereleases.googleblog.com/2021/05/stable-channel-update-for-desktop_25.html

This update includes 32 security fixes.

CVEs:
CVE-2021-30521 CVE-2021-30522 CVE-2021-30523 CVE-2021-30524
CVE-2021-30525 CVE-2021-30526 CVE-2021-30527 CVE-2021-30528
CVE-2021-30529 CVE-2021-30530 CVE-2021-30531 CVE-2021-30532
CVE-2021-30533 CVE-2021-30534 CVE-2021-30535 CVE-2021-21212
CVE-2021-30536 CVE-2021-30537 CVE-2021-30538 CVE-2021-30539
CVE-2021-30540
2021-05-25 22:00:08 +02:00
Michael Raskin b6d56e54ad
Merge pull request #124289 from r-ryantm/auto-update/links2
links2: 2.22 -> 2.23
2021-05-25 17:40:41 +00:00
Robert Schütz 563c5037c9
Merge pull request #121934 from dotlambda/qtfeedback-init
libsForQt5.qtfeedback: init at unstable-2018-09-03
2021-05-25 14:52:20 +02:00
Michael Weiss b6f54db787
chromiumBeta: 91.0.4472.69 -> 91.0.4472.77 2021-05-25 11:22:26 +02:00