[Pkg-chromium-commit] [pkg-chromium] 03/03: release 52.0.2743.116-2

Michael Gilbert mgilbert at moszumanska.debian.org
Sun Aug 7 04:39:13 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 6c0fd2f23c41d7d5086b3056314cf6fab8ec358f
Author: Michael Gilbert <mgilbert at debian.org>
Date:   Sun Aug 7 04:39:09 2016 +0000

    release 52.0.2743.116-2
---
 debian/README.debian | 15 +++++++++++++++
 debian/changelog     | 27 +++++++++++++++++++++++++++
 debian/control       |  1 +
 debian/copyright     |  2 +-
 debian/rules         |  6 ++++++
 5 files changed, 50 insertions(+), 1 deletion(-)

diff --git a/debian/README.debian b/debian/README.debian
index dd47527..074b3a2 100644
--- a/debian/README.debian
+++ b/debian/README.debian
@@ -14,3 +14,18 @@ entry bar to a selected search provider, can be disabled by setting
 "Make default" in the Default search settings dialog:
 
 chrome://settings/searchEngines
+
+Debugging
+=========
+To produce meaningful debugging information, please install the chromium-dbgsym
+package and launch chromium with the "-g" flag.
+
+$ chromium -g
+
+Information about installing dbgsym packages can be found on the Debian wiki:
+
+http://wiki.debian.org/AutomaticDebugPackages
+
+More information about debugging chromium can also be found on the Debian wiki:
+
+http://wiki.debian.org/Chromium/Debugging
diff --git a/debian/changelog b/debian/changelog
index ae5c96c..4162d4c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,30 @@
+chromium-browser (52.0.2743.116-2) unstable; urgency=medium
+
+  * Fix syntax error in debian/copyright.
+  * Include compiler info in the build log.
+  * Add information about debugging to README.debian.
+  * Build with gcc 5 during the gcc 6 transition (closes: #833501).
+
+ -- Michael Gilbert <mgilbert at debian.org>  Sun, 07 Aug 2016 01:05:40 +0000
+
+chromium-browser (52.0.2743.116-1) unstable; urgency=medium
+
+  * New upstream security release:
+    - CVE-2016-5141 Address bar spoofing. Credit to Sergey Glazunov
+    - CVE-2016-5142 Use-after-free in Blink. Credit to Sergey Glazunov
+    - CVE-2016-5139 Heap overflow in pdfium. Credit to GiWan Go
+    - CVE-2016-5140 Heap overflow in pdfium. Credit to Ke Liu
+    - CVE-2016-5145 Same origin bypass for images in Blink. Credit to Sergey
+      Glazunov
+    - CVE-2016-5143 Parameter sanitization failure in DevTools. Credit to
+      Gregory Panakkal
+    - CVE-2016-5144 Parameter sanitization failure in DevTools. Credit to
+      Gregory Panakkal
+    - CVE-2016-5146: Various fixes from internal audits, fuzzing and other
+      initiatives.
+
+ -- Michael Gilbert <mgilbert at debian.org>  Thu, 04 Aug 2016 13:01:42 +0000
+
 chromium-browser (52.0.2743.82-4) unstable; urgency=medium
 
   * Remove menu file.
diff --git a/debian/control b/debian/control
index e240fe6..af3d8ff 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Homepage: http://www.chromium.org/Home
 Build-Depends:
  debhelper (>= 9),
  gyp,
+ g++-5,
  python3,
  pkg-config,
  ninja-build,
diff --git a/debian/copyright b/debian/copyright
index 1cd307d..1f9aeeb 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -7522,7 +7522,7 @@ License: BSD-3-clause
     * Neither the name of Google Inc. nor the names of its
  contributors may be used to endorse or promote products derived from
  this software without specific prior written permission.
-
+ .
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
diff --git a/debian/rules b/debian/rules
index cda2adf..363fc2d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,10 @@ export LDFLAGS+=-Wl,--stats
 export CFLAGS+=-fuse-ld=gold
 export CXXFLAGS+=-fuse-ld=gold
 
+# hard code gcc 5 as the compiler during the gcc 6 transition (see #833501)
+export CC=gcc-5
+export CXX=g++-5
+
 # treat all warnings as errors
 defines=werror=
 
@@ -113,6 +117,8 @@ flotpaths=/usr/share/javascript/jquery/*min.js \
 	dh $@ --parallel
 
 override_dh_auto_configure:
+	# output compiler information
+	$(CXX) --version
 	# https://groups.google.com/a/chromium.org/d/topic/chromium-packagers/9JX1N2nf4PU/discussion
 	touch chrome/test/data/webui/i18n_process_css_test.html
 	# use system flot

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