~chromium-team/chromium-browser/cosmic-stable

« back to all changes in this revision

Viewing changes to debian/patches/widevine-enable-version-string.patch

  • Committer: Olivier Tilloy
  • Date: 2019-03-12 20:45:37 UTC
  • mfrom: (1349.1.131 cosmic-beta)
  • Revision ID: olivier.tilloy@canonical.com-20190312204537-y4klulgirqghlge5
* Upstream release: 73.0.3683.75
  - CVE-2019-5787: Use after free in Canvas.
  - CVE-2019-5788: Use after free in FileAPI.
  - CVE-2019-5789: Use after free in WebMIDI.
  - CVE-2019-5790: Heap buffer overflow in V8.
  - CVE-2019-5791: Type confusion in V8.
  - CVE-2019-5792: Integer overflow in PDFium.
  - CVE-2019-5793: Excessive permissions for private API in Extensions.
  - CVE-2019-5794: Security UI spoofing.
  - CVE-2019-5795: Integer overflow in PDFium.
  - CVE-2019-5796: Race condition in Extensions.
  - CVE-2019-5797: Race condition in DOMStorage.
  - CVE-2019-5798: Out of bounds read in Skia.
  - CVE-2019-5799: CSP bypass with blob URL.
  - CVE-2019-5800: CSP bypass with blob URL.
  - CVE-2019-5801: Incorrect Omnibox display on iOS.
  - CVE-2019-5802: Security UI spoofing.
  - CVE-2019-5803: CSP bypass with Javascript URLs'.
  - CVE-2019-5804: Command line command injection on Windows.
* debian/patches/additional-search-engines.patch: removed, no longer needed
* debian/patches/configuration-directory.patch: refreshed
* debian/patches/disable-sse2: refreshed
* debian/patches/fix-extra-arflags.patch: refreshed
* debian/patches/fix-ffmpeg-ia32-build.patch: refreshed
* debian/patches/gn-no-last-commit-position.patch: refreshed
* debian/patches/revert-Xclang-instcombine-lower-dbg-declare.patch: refreshed
* debian/patches/search-credit.patch: updated
* debian/patches/set-rpath-on-chromium-executables.patch: refreshed
* debian/patches/suppress-newer-clang-warning-flags.patch: added
* debian/patches/title-bar-default-system.patch-v35: refreshed
* debian/patches/widevine-enable-version-string.patch: refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 #endif  // WIDEVINE_CDM_VERSION_H_
14
14
--- a/chrome/common/chrome_content_client.cc
15
15
+++ b/chrome/common/chrome_content_client.cc
16
 
@@ -99,7 +99,7 @@
 
16
@@ -97,7 +97,7 @@
17
17
 // Registers Widevine CDM if Widevine is enabled, the Widevine CDM is
18
18
 // bundled and not a component. When the Widevine CDM is a component, it is
19
19
 // registered in widevine_cdm_component_installer.cc.