[Pkg-chromium-commit] [pkg-chromium] 01/01: release 51.0.2704.79-1

Michael Gilbert mgilbert at moszumanska.debian.org
Fri Jun 3 01:59:14 UTC 2016


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

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

commit 79f0f1303379c1851f996489cefb082f40254f63
Author: Michael Gilbert <mgilbert at debian.org>
Date:   Fri Jun 3 01:59:26 2016 +0000

    release 51.0.2704.79-1
---
 debian/changelog                 | 17 +++++++++++++++++
 debian/patches/gpu-timeout.patch |  6 +++---
 2 files changed, 20 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5829f2a..b026a6f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+chromium-browser (51.0.2704.79-1) unstable; urgency=medium
+
+  * New upstream security release:
+    - CVE-2016-1696: Cross-origin bypass in Extension bindings. Credit to
+      anonymous.
+    - CVE-2016-1697: Cross-origin bypass in Blink. Credit to
+      Mariusz Mlynski.
+    - CVE-2016-1698: Information leak in Extension bindings.  Credit to
+      Rob Wu.
+    - CVE-2016-1699: Parameter sanitization failure in DevTools. Credit to
+      Gregory Panakkal.
+    - CVE-2016-1700: Use-after-free in Extensions. Credit to Rob Wu.
+    - CVE-2016-1701: Use-after-free in Autofill. Credit to Rob Wu.
+    - CVE-2016-1702: Out-of-bounds read in Skia. Credit to cloudfuzzer.
+
+ -- Michael Gilbert <mgilbert at debian.org>  Thu, 02 Jun 2016 23:55:13 +0000
+
 chromium-browser (51.0.2704.63-2) unstable; urgency=medium
 
   * Fix libspeechd build error.
diff --git a/debian/patches/gpu-timeout.patch b/debian/patches/gpu-timeout.patch
index d45ef16..2829b40 100644
--- a/debian/patches/gpu-timeout.patch
+++ b/debian/patches/gpu-timeout.patch
@@ -4,9 +4,9 @@ bug-debian: http://bugs.debian.org/781940
 
 --- a/content/gpu/gpu_main.cc
 +++ b/content/gpu/gpu_main.cc
-@@ -86,7 +86,7 @@
- #if defined(CYGPROFILE_INSTRUMENTATION)
- const int kGpuTimeout = 30000;
+@@ -90,7 +90,7 @@ const int kGpuTimeout = 30000;
+ // infected machines.
+ const int kGpuTimeout = 15000;
  #else
 -const int kGpuTimeout = 10000;
 +const int kGpuTimeout = 20000;

-- 
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