~chromium-team/chromium-browser/artful-beta

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Chad MILLER
  • Date: 2016-10-13 13:47:45 UTC
  • Revision ID: chad.miller@canonical.com-20161013134745-mvj8bxk2uhh3m0mv
* Move to using GN to build chromium.
  - debian/known_gn_gen_args
  - debian/rules
  patches
* debian/rules, lintians, installs, script: Move component libs out of
  libs/, to /usr/lib/chromium-browser/ only.
* debian/patches/do-not-use-bundled-clang: Use clang from path.
* debian/control: Express that binary packages could be on "any"
  architecture.
* Upstrem release of 54.0.2840.59:
  - CVE-2016-5181: Universal XSS in Blink.
  - CVE-2016-5182: Heap overflow in Blink.
  - CVE-2016-5183: Use after free in PDFium.
  - CVE-2016-5184: Use after free in PDFium.
  - CVE-2016-5185: Use after free in Blink.
  - CVE-2016-5187: URL spoofing.
  - CVE-2016-5188: UI spoofing.
  - CVE-2016-5192: Cross-origin bypass in Blink.
  - CVE-2016-5189: URL spoofing.
  - CVE-2016-5186: Out of bounds read in DevTools.
  - CVE-2016-5191: Universal XSS in Bookmarks.
  - CVE-2016-5190: Use after free in Internals.
  - CVE-2016-5193: Scheme bypass.
  - CVE-2016-5194: Various fixes from internal audits, fuzzing and other
    initiatives

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
Standards-Version: 3.9.6
61
61
 
62
62
Package: chromium-browser
63
 
Architecture: armhf armel i386 amd64 arm64
 
63
Architecture: any
64
64
Pre-Depends: dpkg (>= 1.15.6)
65
65
Depends: ${shlibs:Depends}, ${misc:Depends},
66
66
        bash (>= 4),
95
95
 sk, sl, sr, sv, sw, ta, te, th, tr, ug, uk, vi, zh-CN, zh-TW
96
96
 
97
97
Package: chromium-codecs-ffmpeg
98
 
Architecture: armhf armel i386 amd64 arm64
 
98
Architecture: any
99
99
Pre-Depends: dpkg (>= 1.15.6)
100
100
Depends: ${shlibs:Depends}, ${misc:Depends}
101
101
Conflicts: chromium-codecs-ffmpeg-extra, chromium-browser (<< 44)
109
109
 included. See chromium-codecs-ffmpeg-extra for additional codecs
110
110
 
111
111
Package: chromium-codecs-ffmpeg-extra
112
 
Architecture: armhf armel i386 amd64 arm64
 
112
Architecture: any
113
113
Pre-Depends: dpkg (>= 1.15.6)
114
114
Depends: ${shlibs:Depends}, ${misc:Depends}
115
115
Conflicts: chromium-codecs-ffmpeg, chromium-browser (<< 44)
124
124
 chromium-codecs-ffmpeg if you prefer only the patent-free codecs
125
125
 
126
126
Package: chromium-chromedriver
127
 
Architecture: armhf armel i386 amd64 arm64
 
127
Architecture: any
128
128
Pre-Depends: dpkg (>= 1.15.6)
129
129
Depends: ${shlibs:Depends}, ${misc:Depends}, chromium-browser (>= 4.0.203.0~)
130
130
Description: WebDriver driver for the Chromium Browser