Sandro Jäckel
80c78cc2e4
surf: 2.0 -> unstable-2019-02-08
2020-11-27 00:11:35 +01:00
TredwellGit
7dc2d9f819
chromium: 86.0.4240.75 -> 86.0.4240.111
...
https://chromereleases.googleblog.com/2020/10/stable-channel-update-for-desktop_20.html
CVE-2020-16000 CVE-2020-16001 CVE-2020-16002 CVE-2020-15999 CVE-2020-16003
2020-10-22 00:38:17 +00:00
Vladimír Čunát
65d6adcf3e
Merge #100713 : chromium: build on all cores
2020-10-20 20:58:16 +02:00
Andreas Rammhold
6057ea490f
firefox: 78.3.1esr -> 78.4.0esr
2020-10-20 16:29:09 +02:00
Andreas Rammhold
ae2f5cccbb
firefox: 81.0.2 -> 82.0
2020-10-20 16:29:07 +02:00
Andreas Rammhold
b6b09ac7ae
Merge pull request #99922 from S-NA/wip/firefox-lto
...
firefox: add ltoSupport and enable it by default
2020-10-20 16:23:35 +02:00
Michele Guerini Rocco
51b2e7a2d8
Merge pull request #100702 from emmanuelrosa/qutebrowser-1.14.0
...
pdfjs: 2.4.456 -> 2.6.347
2020-10-16 20:48:24 +02:00
Maximilian Bosch
3dd39cb4d4
Merge pull request #100600 from yoctocell/tbb-10.0.1
...
tor-browser-bundle-bin: 10.0 -> 10.0.1
2020-10-16 20:22:18 +02:00
conferno
c557c27ac3
chromium: fix build on i686 ( #100512 )
...
ld.gold runs out of memory on i686.
2020-10-16 19:37:28 +02:00
volth
8e861c07ce
chromium: build on $NIX_BUILD_CORES
2020-10-16 13:09:54 +00:00
Emmanuel Rosa
72f0938597
pdfjs: 2.4.456 -> 2.6.347
2020-10-16 18:55:37 +07:00
volth
5742fcdfa9
chromium: build on all cores
2020-10-16 11:22:28 +00:00
Michael Weiss
aee3076ba7
chromiumDev: M87 -> M88
2020-10-16 11:58:20 +02:00
Michele Guerini Rocco
1bfa8c120e
Merge pull request #100608 from charvp/qutebrowser-1.14.0
...
qutebrowser: 1.13.1 -> 1.14.0
2020-10-15 23:59:32 +02:00
Michael Weiss
a667bc7ae1
chromiumBeta: M86 -> M87
2020-10-15 20:46:24 +02:00
Charlotte Van Petegem
0ff57286ee
qutebrowser: 1.13.1 -> 1.14.0
2020-10-15 18:15:37 +02:00
yoctocell
178ca67f93
tor-browser-bundle-bin: 10.0 -> 10.0.1
2020-10-15 15:00:50 +02:00
Michael Weiss
015c5a2be6
chromium: Drop the libwebp include patch
...
Chromium 86.0.4240.75 builds fine without this patch. And since
WEBP_MAX_DIMENSION is the same in the system libwebp this patch should
not be required anymore (it was introduced in 06ec2a9f19
, apparently to
fix the build).
2020-10-15 14:33:15 +02:00
Mario Rodas
e24a4b950c
Merge pull request #100415 from taku0/flashplayer-32.0.0.445
...
flashplayer: 32.0.0.433 -> 32.0.0.445 [Critical security fix]
2020-10-13 22:08:54 -05:00
taku0
560cc80818
firefox-esr: 78.3.0esr -> 78.3.1esr
2020-10-13 22:17:10 +09:00
taku0
68a9d42e0d
firefox-bin: 81.0 -> 81.0.2
2020-10-13 22:17:10 +09:00
taku0
05b955a133
firefox: 81.0 -> 81.0.2
2020-10-13 22:17:10 +09:00
Michael Weiss
89003c67a1
Merge pull request #100110 from TredwellGit/chromium
...
chromium: speed up build and enable system ffmpeg, libjpeg, and zlib
2020-10-13 15:07:30 +02:00
taku0
52dcd5b211
flashplayer: 32.0.0.433 -> 32.0.0.445
2020-10-13 21:13:22 +09:00
AndersonTorres
58230e61ba
luakit: 2.2 -> 2.2.1
2020-10-12 04:07:17 -03:00
Gabriel Ebner
44c9d7fc72
Merge pull request #100152 from gebner/elinks0135
...
elinks: 0.13.2 -> 0.13.5
2020-10-10 20:21:15 +02:00
Gabriel Ebner
bd8dea89cb
elinks: 0.13.2 -> 0.13.5
2020-10-10 16:36:01 +02:00
TredwellGit
eb74717477
chromium: enable system ffmpeg, libjpeg, and zlib
2020-10-09 21:29:16 +00:00
TredwellGit
a7cbf67a24
chromium: disable symbols
...
By default GN produces a build with all of the debug assertions enabled (is_debug=true) and including full debug info (symbol_level=2). Setting symbol_level=1 will produce enough information for stack traces, but not line-by-line debugging. Setting symbol_level=0 will include no debug symbols at all. Either will speed up the build compared to full symbols.
2020-10-09 21:24:20 +00:00
Michael Weiss
73b67da169
chromium: Disable VA-API by default
...
This is done to avoid driver specific issues and restores the previous
behaviour. Like before video acceleration can be enabled without having
to rebuild Chromium.
2020-10-09 21:59:48 +02:00
Michael Weiss
2603bd54e4
Merge pull request #99975 from primeos/chromium
...
chromium: 85.0.4183.121 -> 86.0.4240.75
2020-10-09 21:54:44 +02:00
S. Nordin Abouzahra
aecd9ab1e4
firefox: disable LTO on Darwin
...
LTO in general is broken on Darwin (see #19312 ).
2020-10-08 23:29:13 -04:00
S. Nordin Abouzahra
214c833589
firefox: let LTO on Darwin select its own linker
2020-10-08 21:55:23 -04:00
Anderson Torres
e06c0fa1c0
Merge pull request #99536 from OPNA2608/update/palemoon-28.14.2
...
palemoon: 28.13.0 -> 28.14.2
2020-10-08 15:04:36 -03:00
Tim Steinbach
9b5201fb50
vivaldi: Remove maintainer nequissimus
2020-10-08 11:00:14 -04:00
TredwellGit
757bbdd948
chromium: Fix and enable our ANGLE support
...
This will additionally install the following files:
libEGL.so libGLESv2.so
libVkICD_mock_icd.so libvk_swiftshader.so libvulkan.so
libEGL.so and libGLESv2.so are required to fix our ANGLE support.
The rest should help with the Vulkan support (currently an experimental
feature that is disabled by default).
2020-10-07 20:37:35 +02:00
Michael Weiss
f79703e50c
chromium: 85.0.4183.121 -> 86.0.4240.75
...
https://chromereleases.googleblog.com/2020/10/stable-channel-update-for-desktop.html
This update includes 35 security fixes.
CVEs:
CVE-2020-15967 CVE-2020-15968 CVE-2020-15969 CVE-2020-15970
CVE-2020-15971 CVE-2020-15972 CVE-2020-15990 CVE-2020-15991
CVE-2020-15973 CVE-2020-15974 CVE-2020-15975 CVE-2020-15976
CVE-2020-6557 CVE-2020-15977 CVE-2020-15978 CVE-2020-15979
CVE-2020-15980 CVE-2020-15981 CVE-2020-15982 CVE-2020-15983
CVE-2020-15984 CVE-2020-15985 CVE-2020-15986 CVE-2020-15987
CVE-2020-15992 CVE-2020-15988 CVE-2020-15989
2020-10-07 20:37:35 +02:00
S. Nordin Abouzahra
4f12bddea6
firefox: add ltoSupport and enable it by default
2020-10-07 16:03:02 +02:00
Andreas Rammhold
a5a01d56a2
firefox: ensure pipewire is only enabled with wayland & webrtc
...
This ensures that we aren't applying any of the experiemental pipewire
patches when the dependencies aren't enabled. As of now pipewire only
works with wayland and webrtc. If either of them are not activated we
can't build with pipewireSupport and we should not.
2020-10-06 23:08:00 +02:00
OPNA2608
559cf217d6
palemoon: 28.13.0 -> 28.14.2
2020-10-04 10:19:14 +02:00
Jörg Thalheim
a2960ac430
Merge pull request #97603 from zowoq/rust-test-threads
2020-09-25 06:19:23 +02:00
Tim Steinbach
5ab14bf6ad
vivaldi: 3.3.2022.39-1 -> 3.3.2022.47-1
2020-09-24 16:50:38 -04:00
zowoq
f294531f17
castor: use cargoParallelTestThreads
2020-09-24 07:20:03 +10:00
Stig P
c68911714f
Merge pull request #98564 from yoctocell/tor-browser-bundle-bin-10.0
...
tor-browser-bundle-bin: 9.5.4 -> 10.0
2020-09-23 15:23:00 +00:00
yoctocell
281f44fb76
tor-browser-bundle-bin: 9.5.4 -> 10.0
2020-09-23 15:47:05 +02:00
Kevin Cox
c5e8e4c9d1
Merge pull request #98469 from taku0/firefox-bin-81.0
...
firefox, firefox-bin: 80.0.1 -> 81.0, firefox-esr: 78.2.0esr -> 78.3.0esr [High security fixes]
2020-09-23 07:55:49 -04:00
Michael Weiss
d1a27a5f00
chromium: 85.0.4183.102 -> 85.0.4183.121
...
https://chromereleases.googleblog.com/2020/09/stable-channel-update-for-desktop_21.html
This update includes 10 security fixes.
CVEs:
CVE-2020-15960 CVE-2020-15961 CVE-2020-15962 CVE-2020-15963
CVE-2020-15965 CVE-2020-15966 CVE-2020-15964
2020-09-22 13:58:22 +02:00
taku0
2460e0e6cd
firefox-esr: 78.2.0esr -> 78.3.0esr
2020-09-22 15:41:43 +09:00
taku0
3ad81fd022
firefox-bin: 80.0.1 -> 81.0
2020-09-22 13:49:18 +09:00
taku0
0669cd9d3f
firefox: 80.0.1 -> 81.0
2020-09-22 13:48:54 +09:00