Merge lp:~ken-vandine/chromium-browser/chromium-browser.quantal into lp:~chromium-team/chromium-browser/chromium-browser.quantal

Proposed by Ken VanDine
Status: Merged
Merged at revision: 736
Proposed branch: lp:~ken-vandine/chromium-browser/chromium-browser.quantal
Merge into: lp:~chromium-team/chromium-browser/chromium-browser.quantal
Diff against target: 45 lines (+26/-1)
2 files modified
debian/changelog (+25/-0)
debian/rules (+1/-1)
To merge this branch: bzr merge lp:~ken-vandine/chromium-browser/chromium-browser.quantal
Reviewer Review Type Date Requested Status
Chromium team Pending
Review via email: mp+110831@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Micah Gersten (micahg) wrote :

Meh, this is wrong for quantal as armel isn't armv7. Also, there are other related things in debian/rules that should probably be fixed. But merging since this was uploaded, please make a merge proposal next time unless it's critical (and this didn't even build on any arch anyways)

736. By Micah Gersten

(merge in ken vandine's 18.0.1025.168~r134367-0ubuntu1)
we're forced to merge this broken branch since it's been uploaded already

* debian/rules
  - include armv7 in GYP_DEFINES for 11.10, 12.04 and 12.10. Fixes
    FTBFS on arm (LP: #993080)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2012-04-09 21:22:02 +0000
3+++ debian/changelog 2012-06-18 14:23:29 +0000
4@@ -1,3 +1,28 @@
5+chromium-browser (18.0.1025.168~r134367-0ubuntu1) quantal; urgency=low
6+
7+ * debian/rules
8+ - include armv7 in GYP_DEFINES for 11.10, 12.04 and 12.10. Fixes
9+ FTBFS on arm (LP: #993080)
10+
11+ -- Ken VanDine <ken.vandine@canonical.com> Mon, 18 Jun 2012 10:04:59 -0400
12+
13+chromium-browser (18.0.1025.168~r134367-0ubuntu0.12.04.1) precise-security; urgency=low
14+
15+ * New upstream release from the Stable Channel (LP: #992352)
16+ - [106413] High CVE-2011-3078: Use after free in floats handling. Credit to
17+ Google Chrome Security Team (Marty Barbella) and independent later
18+ discovery by miaubiz.
19+ - [117110] High CVE-2012-1521: Use after free in xml parser. Credit to
20+ Google Chrome Security Team (SkyLined) and independent later discovery by
21+ wushi of team509 reported through iDefense VCP (V-874rcfpq7z).
22+ - [117627] Medium CVE-2011-3079: IPC validation failure. Credit to PinkiePie
23+ - [121726] Medium CVE-2011-3080: Race condition in sandbox IPC. Credit to
24+ Willem Pinckaers of Matasano.
25+ - [121899] High CVE-2011-3081: Use after free in floats handling.
26+ Credit to miaubiz.
27+
28+ -- Micah Gersten <micahg@ubuntu.com> Tue, 01 May 2012 00:02:53 -0500
29+
30 chromium-browser (18.0.1025.151~r130497-0ubuntu1) precise; urgency=low
31
32 * New upstream release from the Stable Channel (LP: #977502)
33
34=== modified file 'debian/rules'
35--- debian/rules 2012-04-01 19:50:28 +0000
36+++ debian/rules 2012-06-18 14:23:29 +0000
37@@ -90,7 +90,7 @@
38 use_cups=0 \
39 $(NULL)
40 WANT_XZ_DEBS := 0
41-ifneq (,$(filter 10.10 11.04 unstable development,$(DEBIAN_DIST)))
42+ifneq (,$(filter 10.10 11.04 11.10 12.04 12.10 unstable development,$(DEBIAN_DIST)))
43 # on $(DEB_BUILD_ARCH) and $(DEBIAN_DIST), enforce an armv7 with thumb build (or not)
44 GYP_DEFINES += \
45 armv7=1 \

Subscribers

People subscribed via source and target branches

to all changes: