[Pkg-chromium-commit] [pkg-chromium] 02/02: release 43.0.2357.65-1
Michael Gilbert
mgilbert at moszumanska.debian.org
Thu May 21 04:33:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
mgilbert pushed a commit to branch master
in repository pkg-chromium.
commit 1275d118729bbe9d2464779188d3410537a491e9
Author: Michael Gilbert <mgilbert at debian.org>
Date: Thu May 21 04:34:22 2015 +0000
release 43.0.2357.65-1
---
debian/changelog | 27 +++++++++++++++++++++++++++
debian/chromium.dirs | 3 ---
debian/control | 7 +++----
debian/copyright | 4 ++++
debian/rules | 12 ++++++++----
5 files changed, 42 insertions(+), 11 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 7b1a65a..941f03d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,30 @@
+chromium-browser (43.0.2357.65-1) unstable; urgency=medium
+
+ * New upstream stable release:
+ - CVE-2015-1252: Sandbox escape in Chrome. Credit to anonymous.
+ - CVE-2015-1253: Cross-origin bypass in DOM. Credit to anonymous.
+ - CVE-2015-1254: Cross-origin bypass in Editing. Credit to
+ armin at rawsec.net.
+ - CVE-2015-1255: Use-after-free in WebAudio. Credit to Khalil Zhani.
+ - CVE-2015-1256: Use-after-free in SVG. Credit to Atte Kettunen.
+ - CVE-2015-1251: Use-after-free in Speech. Credit to SkyLined.
+ - CVE-2015-1257: Container-overflow in SVG. Credit to miaubiz.
+ - CVE-2015-1258: Negative-size parameter in Libvpx. Credit to cloudfuzzer
+ - CVE-2015-1259: Uninitialized value in PDFium. Credit to Atte Kettunen.
+ - CVE-2015-1260: Use-after-free in WebRTC. Credit to Khalil Zhani.
+ - CVE-2015-1261: URL bar spoofing. Credit to Juho Nurminen.
+ - CVE-2015-1262: Uninitialized value in Blink. Credit to miaubiz.
+ - CVE-2015-1263: Insecure download of spellcheck dictionary. Credit to
+ Mike Ruddy.
+ - CVE-2015-1264: Cross-site scripting in bookmarks. Credit to K0r3Ph1L.
+ - Fix for gzip file downloading (closes: #677948).
+ - Fix for bookmark navigation (closes: #756211).
+ * Enable HiDPI (closes: #763421).
+ * Make chromium-l10n binnmuable.
+ * Fix Built-Using fields.
+
+ -- Michael Gilbert <mgilbert at debian.org> Sat, 09 May 2015 22:37:06 +0000
+
chromium-browser (42.0.2311.135-2) unstable; urgency=medium
* Remove src/ prefix in debian/copyright.
diff --git a/debian/chromium.dirs b/debian/chromium.dirs
index 875fc28..ee8344b 100644
--- a/debian/chromium.dirs
+++ b/debian/chromium.dirs
@@ -1,6 +1,3 @@
usr/bin
etc/chromium.d
-
-usr/lib/chromium/plugins
-usr/lib/chromium/resources
diff --git a/debian/control b/debian/control
index a2ba7a1..88b5062 100644
--- a/debian/control
+++ b/debian/control
@@ -79,13 +79,11 @@ Build-Depends:
libgcrypt20-dev,
fonts-ipafont-gothic,
fonts-ipafont-mincho,
-Built-Using:
- libjs-jquery,
- libjs-jquery-flot,
Standards-Version: 3.9.6
Package: chromium
Architecture: i386 amd64
+Built-Using: ${Built-Using}
Depends:
${misc:Depends},
${shlibs:Depends},
@@ -108,6 +106,7 @@ Package: chromium-dbg
Architecture: i386 amd64
Section: debug
Priority: extra
+Built-Using: ${Built-Using}
Depends:
${misc:Depends},
chromium (= ${binary:Version}),
@@ -122,7 +121,7 @@ Architecture: all
Section: localization
Depends:
${misc:Depends},
- chromium (= ${source:Version}),
+ chromium (>= ${source:Version}), chromium (<< ${source:Version}.1~),
Description: web browser - language packs
Web browser that aims to build a safer, faster, and more stable internet
browsing experience.
diff --git a/debian/copyright b/debian/copyright
index 98b5a9d..225de08 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -9,6 +9,10 @@ Copyright:
2012-2015 Michael Gilbert <mgilbert at debian.org>
License: BSD-3-clause
+Files: *
+Copyright: Copyright (c) 2010 The Chromium Authors. All rights reserved.
+License: global BSD-style Chromium
+
Files: PRESUBMIT.py
Copyright: Copyright (c) 2010 The Chromium Authors. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.:
License: global BSD-style Chromium
diff --git a/debian/rules b/debian/rules
index 4ec9bd8..1948ac3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,7 +33,8 @@ defines+=use_ozone=0 \
enable_remoting_host=0 \
# enabled features
-defines+=enable_webrtc=1 \
+defines+=enable_hidpi=1 \
+ enable_webrtc=1 \
use_gio=1 \
use_pulseaudio=1 \
use_gnome_keyring=1 \
@@ -102,6 +103,7 @@ flotpaths=/usr/share/javascript/jquery/*min.js \
excluded=native_client/NOTICE \
third_party/flot/* \
third_party/libsrtp/srtp/doc/rfc3711.txt \
+ third_party/mesa/src/src/gallium/state_trackers/d3d1x/w32api \
%:
dh $@ --parallel
@@ -118,7 +120,7 @@ override_dh_auto_build:
mv out/Release/chrome_sandbox out/Release/chrome-sandbox || true
chmod 4755 out/Release/chrome-sandbox # suid sandbox
-override_dh_auto_install:
+override_dh_auto_install-arch:
dh_auto_install
echo "Any files placed in this directory will be sourced prior to executing chromium." \
> debian/chromium/etc/chromium.d/README
@@ -140,8 +142,10 @@ override_dh_fixperms:
override_dh_strip:
dh_strip --dbg-package=chromium-dbg
+override_dh_gencontrol:
+ dh_gencontrol -- -VBuilt-Using="$(shell dpkg-query -f '$${source:Package} (= $${source:Version}), ' -W libjs-jquery libjs-jquery-flot)"
+
override_dh_auto_clean:
- rm -f third_party/mesa/src/src/gallium/state_trackers/d3d1x/w32api
rm -rf out Makefile third_party/flot/*
find . -name \*.mk -execdir rm -rf {} \;
find . -name \*.pyc -execdir rm -rf {} \;
@@ -154,6 +158,6 @@ tarball=chromium-$(version).tar.xz
get-orig-source:
wget -c $(url)/$(tarball) -O ../$(tarball) && \
- x=$$(tar tf ../$(tarball) --strip-components=1 | grep -e config\.sub -e config\.guess) && \
+ x=$$(tar tf ../$(tarball) --strip-components=1 | grep -e config\.sub -e config\.guess -e \*.mk) && \
y=$$(for f in $(excluded) $$x; do echo --exclude-file $$f; done) && \
mk-origtargz $$y ../$(tarball)
--
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