[Pkg-chromium-commit] [pkg-chromium] 03/03: release 32.0.1700.123-1~deb7u1

Michael Gilbert mgilbert at moszumanska.debian.org
Sun Feb 16 18:47:18 UTC 2014


This is an automated email from the git hooks/post-receive script.

mgilbert pushed a commit to branch wheezy
in repository pkg-chromium.

commit 00a168fb99d32331d6e109b5e663aa8c91f923aa
Author: Michael Gilbert <mgilbert at debian.org>
Date:   Sun Feb 16 07:01:20 2014 +0000

    release 32.0.1700.123-1~deb7u1
---
 debian/changelog            | 20 ++++++++++++++++++++
 debian/control              |  3 ++-
 debian/patches/gcc4.7.patch | 38 +++++++++++++++++++-------------------
 3 files changed, 41 insertions(+), 20 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 713081d..ff75fbe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,23 @@
+chromium-browser (32.0.1700.123-1~deb7u1) stable-security; urgency=high
+
+  * New ustream stable release:
+    - High CVE-2013-6641: Use-after-free related to forms. Credit to
+      Atte Kettunen of OUSPG.
+    - High CVE-2013-6643: Unprompted sync with an attacker’s Google
+      account. Credit to Joao Lucas Melo Brasio.
+    - CVE-2013-6644: Various fixes from internal audits, fuzzing and other
+      initiatives.
+    - CVE-2013-6645 Use-after-free related to speech input elements.
+      Credit to Khalil Zhani.
+    - High CVE-2013-6646: Use-after-free in web workers. Credit to
+      Collin Payne.
+    - High CVE-2013-6649: Use-after-free in SVG images. Credit to
+      Atte Kettunen of OUSPG.
+    - High CVE-2013-6650: Memory corruption in V8. This issue was
+      fixed in v8 version 3.22.24.16. Credit to Christian Holler.
+
+ -- Michael Gilbert <mgilbert at debian.org>  Sun, 16 Feb 2014 04:03:23 +0000
+
 chromium-browser (31.0.1650.63-1~deb7u1) stable-security; urgency=high
 
   * New upstream stable release:
diff --git a/debian/control b/debian/control
index d71ffdf..4aeee35 100644
--- a/debian/control
+++ b/debian/control
@@ -81,7 +81,8 @@ Build-Depends: cdbs,
 	subversion,
 	libudev-dev,
 	libssl-dev,
-	libpci-dev
+	libpci-dev,
+	libcap-dev,
 Standards-Version: 3.9.2
 
 Package: chromium-browser
diff --git a/debian/patches/gcc4.7.patch b/debian/patches/gcc4.7.patch
index 5333314..3d257a0 100644
--- a/debian/patches/gcc4.7.patch
+++ b/debian/patches/gcc4.7.patch
@@ -1,19 +1,19 @@
 Index: chromium/src/chrome/browser/search_engines/template_url_prepopulate_data.h
 ===================================================================
---- chromium.orig/src/chrome/browser/search_engines/template_url_prepopulate_data.h	2013-11-16 23:32:24.587987959 +0000
-+++ chromium/src/chrome/browser/search_engines/template_url_prepopulate_data.h	2013-11-16 23:32:53.511987888 +0000
+--- chromium.orig/src/chrome/browser/search_engines/template_url_prepopulate_data.h	2014-02-16 04:09:57.000000000 +0000
++++ chromium/src/chrome/browser/search_engines/template_url_prepopulate_data.h	2014-02-16 04:13:52.611429433 +0000
 @@ -8,6 +8,7 @@
  #include <stddef.h>
  #include <string>
  #include <vector>
 +#include <cstddef>
  
+ #include "base/memory/scoped_vector.h"
  #include "base/strings/string16.h"
- #include "chrome/browser/search_engines/search_engine_type.h"
 Index: chromium/src/gpu/command_buffer/common/types.h
 ===================================================================
---- chromium.orig/src/gpu/command_buffer/common/types.h	2013-11-16 23:32:24.587987959 +0000
-+++ chromium/src/gpu/command_buffer/common/types.h	2013-11-16 23:32:53.511987888 +0000
+--- chromium.orig/src/gpu/command_buffer/common/types.h	2014-02-16 04:10:00.891430003 +0000
++++ chromium/src/gpu/command_buffer/common/types.h	2014-02-16 04:13:52.611429433 +0000
 @@ -12,6 +12,7 @@
  #endif
  #include <cstddef>
@@ -24,8 +24,8 @@ Index: chromium/src/gpu/command_buffer/common/types.h
  typedef signed char         int8;
 Index: chromium/src/ipc/ipc_channel.h
 ===================================================================
---- chromium.orig/src/ipc/ipc_channel.h	2013-11-16 23:32:24.587987959 +0000
-+++ chromium/src/ipc/ipc_channel.h	2013-11-16 23:32:53.511987888 +0000
+--- chromium.orig/src/ipc/ipc_channel.h	2014-02-16 04:10:41.619429903 +0000
++++ chromium/src/ipc/ipc_channel.h	2014-02-16 04:13:52.611429433 +0000
 @@ -1,3 +1,4 @@
 +#include <sys/types.h>
  // Copyright (c) 2012 The Chromium Authors. All rights reserved.
@@ -33,8 +33,8 @@ Index: chromium/src/ipc/ipc_channel.h
  // found in the LICENSE file.
 Index: chromium/src/third_party/ots/src/os2.cc
 ===================================================================
---- chromium.orig/src/third_party/ots/src/os2.cc	2013-11-16 23:32:24.587987959 +0000
-+++ chromium/src/third_party/ots/src/os2.cc	2013-11-16 23:32:53.511987888 +0000
+--- chromium.orig/src/third_party/ots/src/os2.cc	2014-02-16 04:10:01.967430000 +0000
++++ chromium/src/third_party/ots/src/os2.cc	2014-02-16 04:13:52.611429433 +0000
 @@ -5,6 +5,7 @@
  #include "os2.h"
  
@@ -45,8 +45,8 @@ Index: chromium/src/third_party/ots/src/os2.cc
  // http://www.microsoft.com/opentype/otspec/os2.htm
 Index: chromium/src/third_party/tcmalloc/chromium/src/base/stl_allocator.h
 ===================================================================
---- chromium.orig/src/third_party/tcmalloc/chromium/src/base/stl_allocator.h	2013-11-16 23:32:24.587987959 +0000
-+++ chromium/src/third_party/tcmalloc/chromium/src/base/stl_allocator.h	2013-11-16 23:32:53.511987888 +0000
+--- chromium.orig/src/third_party/tcmalloc/chromium/src/base/stl_allocator.h	2014-02-16 04:10:01.367430002 +0000
++++ chromium/src/third_party/tcmalloc/chromium/src/base/stl_allocator.h	2014-02-16 04:13:52.611429433 +0000
 @@ -39,6 +39,7 @@
  
  #include <stddef.h>   // for ptrdiff_t
@@ -57,8 +57,8 @@ Index: chromium/src/third_party/tcmalloc/chromium/src/base/stl_allocator.h
  
 Index: chromium/src/third_party/tcmalloc/chromium/src/base/vdso_support.h
 ===================================================================
---- chromium.orig/src/third_party/tcmalloc/chromium/src/base/vdso_support.h	2013-11-16 23:32:24.587987959 +0000
-+++ chromium/src/third_party/tcmalloc/chromium/src/base/vdso_support.h	2013-11-16 23:32:53.511987888 +0000
+--- chromium.orig/src/third_party/tcmalloc/chromium/src/base/vdso_support.h	2014-02-16 04:10:01.367430002 +0000
++++ chromium/src/third_party/tcmalloc/chromium/src/base/vdso_support.h	2014-02-16 04:13:52.611429433 +0000
 @@ -63,6 +63,7 @@
  
  #define HAVE_VDSO_SUPPORT 1
@@ -69,8 +69,8 @@ Index: chromium/src/third_party/tcmalloc/chromium/src/base/vdso_support.h
  namespace base {
 Index: chromium/src/third_party/tcmalloc/chromium/src/common.cc
 ===================================================================
---- chromium.orig/src/third_party/tcmalloc/chromium/src/common.cc	2013-11-16 23:32:24.587987959 +0000
-+++ chromium/src/third_party/tcmalloc/chromium/src/common.cc	2013-11-16 23:32:53.515987888 +0000
+--- chromium.orig/src/third_party/tcmalloc/chromium/src/common.cc	2014-02-16 04:10:01.367430002 +0000
++++ chromium/src/third_party/tcmalloc/chromium/src/common.cc	2014-02-16 04:13:52.611429433 +0000
 @@ -33,6 +33,7 @@
  #include "config.h"
  #include "common.h"
@@ -81,8 +81,8 @@ Index: chromium/src/third_party/tcmalloc/chromium/src/common.cc
  #include <unistd.h>                     // for getpagesize
 Index: chromium/src/third_party/tcmalloc/chromium/src/symbolize.h
 ===================================================================
---- chromium.orig/src/third_party/tcmalloc/chromium/src/symbolize.h	2013-11-16 23:32:24.587987959 +0000
-+++ chromium/src/third_party/tcmalloc/chromium/src/symbolize.h	2013-11-16 23:32:53.515987888 +0000
+--- chromium.orig/src/third_party/tcmalloc/chromium/src/symbolize.h	2014-02-16 04:10:01.367430002 +0000
++++ chromium/src/third_party/tcmalloc/chromium/src/symbolize.h	2014-02-16 04:13:52.611429433 +0000
 @@ -39,6 +39,7 @@
  #endif
  #include <stddef.h>  // for NULL
@@ -93,8 +93,8 @@ Index: chromium/src/third_party/tcmalloc/chromium/src/symbolize.h
  
 Index: chromium/src/ui/gfx/codec/jpeg_codec.h
 ===================================================================
---- chromium.orig/src/ui/gfx/codec/jpeg_codec.h	2013-11-16 23:32:24.587987959 +0000
-+++ chromium/src/ui/gfx/codec/jpeg_codec.h	2013-11-16 23:32:53.515987888 +0000
+--- chromium.orig/src/ui/gfx/codec/jpeg_codec.h	2014-02-16 04:10:00.135430005 +0000
++++ chromium/src/ui/gfx/codec/jpeg_codec.h	2014-02-16 04:13:52.611429433 +0000
 @@ -7,6 +7,7 @@
  
  #include <stddef.h>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-chromium/pkg-chromium.git



More information about the Pkg-chromium-commit mailing list