| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
(cherry picked from commit 31b7a849b45f82dbe9784f3d6c15dea098af7041)
|
|
|
|
|
|
|
|
|
| |
Package chromium align with binaries from other distribution
This also fixes the issue that the soft OpenGL not working when there
are no GPU available. This can happen in docker containers.
(cherry picked from commit 3070ca7ff0d0e5a4417f40cd226896705a9751cc)
|
|
|
|
|
|
|
|
| |
In the future python will be a symlink to python3 or might not even
exist at all, forcing people to explicitly tell the system which version
of python they want.
(cherry picked from commit 9c41089409a4cc744a6728429b0e23403e9f6168)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
CVE-2020-6422: Use after free in WebGL.
CVE-2020-6424: Use after free in media.
CVE-2020-6425: Insufficient policy enforcement in extensions.
CVE-2020-6426: Inappropriate implementation in V8.
CVE-2020-6427: Use after free in audio.
CVE-2020-6428: Use after free in audio.
CVE-2020-6429: Use after free in audio.
CVE-2019-20503: Out of bounds read in usersctplib.
fixes #11401
|
|
|
|
|
|
| |
fixes #11160
(cherry picked from commit 27a8fe38c7b36c997b538316edbcac97f4bfaf8f)
|
|
|
|
| |
(cherry picked from commit cb24bdbce161cc920c6a911904a7bff76631d065)
|
|
|
|
| |
(cherry picked from commit ae019b5c972f11cdbd4d827ab7676ad1ef364f0c)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
CVE-2019-13725: Use after free in Bluetooth.
CVE-2019-13726: Heap buffer overflow in password manager.
CVE-2019-13727: Insufficient policy enforcement in WebSockets.
CVE-2019-13728: Out of bounds write in V8.
CVE-2019-13729: Use after free in WebSockets.
CVE-2019-13730: Type Confusion in V8.
CVE-2019-13732: Use after free in WebAudio.
CVE-2019-13734: Out of bounds write in SQLite.
CVE-2019-13735: Out of bounds write in V8.
CVE-2019-13736: Integer overflow in PDFium.
CVE-2019-13737: Insufficient policy enforcement in autocomplete.
CVE-2019-13738: Insufficient policy enforcement in navigation.
CVE-2019-13739: Incorrect security UI in Omnibox.
CVE-2019-13740: Incorrect security UI in sharing.
CVE-2019-13741: Insufficient validation of untrusted input in Blink.
CVE-2019-13742: Incorrect security UI in Omnibox.
CVE-2019-13743: Incorrect security UI in external protocol handling.
CVE-2019-13744: Insufficient policy enforcement in cookies.
CVE-2019-13745: Insufficient policy enforcement in audio.
CVE-2019-13746: Insufficient policy enforcement in Omnibox.
CVE-2019-13747: Uninitialized Use in rendering.
CVE-2019-13748: Insufficient policy enforcement in developer tools.
CVE-2019-13749: Incorrect security UI in Omnibox.
CVE-2019-13750: Insufficient data validation in SQLite.
CVE-2019-13751: Uninitialized Use in SQLite.
CVE-2019-13752: Out of bounds read in SQLite.
CVE-2019-13753: Out of bounds read in SQLite.
CVE-2019-13754: Insufficient policy enforcement in extensions.
CVE-2019-13755: Insufficient policy enforcement in extensions.
CVE-2019-13756: Incorrect security UI in printing.
CVE-2019-13757: Incorrect security UI in Omnibox.
CVE-2019-13758: Insufficient policy enforcement in navigation.
CVE-2019-13759: Incorrect security UI in interstitials.
CVE-2019-13761: Incorrect security UI in Omnibox.
CVE-2019-13762: Insufficient policy enforcement in downloads.
CVE-2019-13763: Insufficient policy enforcement in payments.
CVE-2019-13764: Type Confusion in V8.
CVE-2019-13767: Use after free in media picker.
ref #11043
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
use hwids rather than hwdata
|
| |
|
|
|
|
| |
disabel armhf and armv7 til we sorted out the clang++ problem
|
| |
|
|
|
|
|
|
|
| |
libelf has been replaced by elfutils. Update the dependency.
See:
f132727c38 (main/libelf: purge. replaced by elfutils, 2019-05-08)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
ref #9808
Upstream bug report: https://bugs.chromium.org/p/v8/issues/detail?id=8881
|
|
|
|
| |
arm builds need more work as they need clang
|
|
|
|
|
|
| |
gold does not seem to work with arm architectures.
libva patches are from void linux
|
|
|
|
| |
needed for gcc
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
This makes it possible to provide armv7 as additional architecture in
Alpine, next to armhf. See the discussion in this ML thread:
<https://lists.alpinelinux.org/alpine-devel/6271.html>
It's done by adding armv7 next to armhf in the arch line and also
!armv7 where the arch line said !armhf. The following script was used:
|
| |
|
| |
|
|
|
|
| |
This and the few previous commits together fixes #5701
|
| |
|
| |
|
| |
|
|
|
|
|
| |
disable widevine as upstream only supports Mac and Windows now. (and I
don't think it ever worked on alpine)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
fixes #7934
|
|
|
|
|
|
|
| |
to fix tab crashes, use patch from
https://github.com/lluixhi/musl-extras/issues/10#issuecomment-328272349
use various patches from fedora
|
| |
|
| |
|
| |
|
| |
|
| |
|