[Pkg-chromium-commit] [pkg-chromium] 02/02: release 49.0.2623.75-2

Michael Gilbert mgilbert at moszumanska.debian.org
Sat Mar 5 00:58:10 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 605d9a7e54de4f634742aa6c4a01ae640f67ae81
Author: Michael Gilbert <mgilbert at debian.org>
Date:   Sat Mar 5 00:57:52 2016 +0000

    release 49.0.2623.75-2
---
 debian/changelog | 31 +++++++++++++++++++++++++++++++
 debian/control   |  4 ++--
 debian/rules     |  1 +
 3 files changed, 34 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2d4d553..d412cc1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,34 @@
+chromium-browser (49.0.2623.75-2) unstable; urgency=medium
+
+  * Update standards version.
+  * Add libffi-dev build dependency.
+
+ -- Michael Gilbert <mgilbert at debian.org>  Fri, 04 Mar 2016 00:14:12 +0000
+
+chromium-browser (49.0.2623.75-1) unstable; urgency=medium
+
+  * New upstream stable release:
+    - CVE-2016-1630: Same-origin bypass in Blink. Credit to Mariusz Mlynski.
+    - CVE-2016-1631: Same-origin bypass in Pepper Plugin. Credit to Mariusz
+      Mlynski.
+    - CVE-2016-1632: Bad cast in Extensions. Credit to anonymous.
+    - CVE-2016-1633: Use-after-free in Blink. Credit to cloudfuzzer.
+    - CVE-2016-1634: Use-after-free in Blink. Credit to cloudfuzzer.
+    - CVE-2016-1635: Use-after-free in Blink. Credit to Rob Wu.
+    - CVE-2016-1636: SRI Validation Bypass. Credit to ryan at cyph.com.
+    - CVE-2015-8126: Out-of-bounds access in libpng. Credit to joerg.bornemann.
+    - CVE-2016-1637: Information Leak in Skia. Credit to Keve Nagy.
+    - CVE-2016-1638: WebAPI Bypass. Credit to Rob Wu.
+    - CVE-2016-1639: Use-after-free in WebRTC. Credit to Khalil Zhani.
+    - CVE-2016-1640: Origin confusion in Extensions UI. Credit to Luan Herrera.
+    - CVE-2016-1641: Use-after-free in Favicon. Credit to Atte Kettunen.
+    - CVE-2016-1642: Various fixes from internal audits, fuzzing and other
+      initiatives.
+    - Multiple vulnerabilities in libv8 (version 4.9.385.26).
+  * Set use_sysroot=0 to continue using system libraries.
+
+ -- Michael Gilbert <mgilbert at debian.org>  Wed, 02 Mar 2016 23:47:54 +0000
+
 chromium-browser (48.0.2564.116-1) unstable; urgency=medium
 
   * New stable security release:
diff --git a/debian/control b/debian/control
index 4344ee7..1cff0a4 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,6 @@ Vcs-Git: git://anonscm.debian.org/pkg-chromium/pkg-chromium.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-chromium/pkg-chromium.git
 Homepage: http://www.chromium.org/Home
 Build-Depends:
- clang (>= 3.5),
  debhelper (>= 9),
  gyp,
  python3,
@@ -46,6 +45,7 @@ Build-Depends:
  libdrm-dev,
  libusb-dev,
  libicu-dev,
+ libffi-dev,
  libkrb5-dev,
  libexif-dev,
  libudev-dev,
@@ -81,7 +81,7 @@ Build-Depends:
  libgcrypt20-dev,
  fonts-ipafont-gothic,
  fonts-ipafont-mincho,
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
 
 Package: chromium
 Architecture: i386 amd64
diff --git a/debian/rules b/debian/rules
index 9236afa..483fa7e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,6 +26,7 @@ defines+=clang_use_chrome_plugins=
 # disabled features
 defines+=use_ozone=0 \
          use_gconf=0 \
+         use_sysroot=0 \
          use_allocator=none \
          linux_breakpad=0 \
          linux_use_libgps=0 \

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