[Pkg-chromium-commit] [pkg-chromium] 02/02: release 56.0.2924.76-5

Michael Gilbert mgilbert at moszumanska.debian.org
Sun Feb 26 03:13:43 UTC 2017


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

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

commit dbc35b7bb0f6f34d427c9a1832750ece12e6b126
Author: Michael Gilbert <mgilbert at debian.org>
Date:   Sat Feb 25 22:22:04 2017 +0000

    release 56.0.2924.76-5
---
 debian/changelog        | 10 ++++++++++
 debian/default-flags    |  3 ---
 debian/rules            |  1 +
 debian/scripts/chromium |  1 +
 4 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b4a7d1f..3bba800 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+chromium-browser (56.0.2924.76-5) unstable; urgency=medium
+
+  * Configure with fieldtrial_testing_like_official_build=true to avoid
+    building with experimental features enabled (closes: #855434).
+  * Do not disable background networking when remote extensions are enabled,
+    since that option also blocks updates to extensions (closes: #841401).
+    - Thanks to Tarmo Huuhka.
+
+ -- Michael Gilbert <mgilbert at debian.org>  Sat, 25 Feb 2017 21:41:02 +0000
+
 chromium-browser (56.0.2924.76-4) unstable; urgency=medium
 
   * Do not create a dbgsym package for widevine (closes: #855529).
diff --git a/debian/default-flags b/debian/default-flags
index 141468d..1b91204 100644
--- a/debian/default-flags
+++ b/debian/default-flags
@@ -12,8 +12,5 @@ export CHROMIUM_FLAGS="$CHROMIUM_FLAGS --no-default-browser-check"
 # Disable pinging
 export CHROMIUM_FLAGS="$CHROMIUM_FLAGS --disable-pings"
 
-# Disable background networking
-export CHROMIUM_FLAGS="$CHROMIUM_FLAGS --disable-background-networking"
-
 # Disable the builtin media router (bug #833477)
 export CHROMIUM_FLAGS="$CHROMIUM_FLAGS --media-router=0"
diff --git a/debian/rules b/debian/rules
index ac45942..3872fb5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,6 +56,7 @@ defines+=use_gio=true \
          enable_widevine=true \
          proprietary_codecs=true \
          ffmpeg_branding=\"Chrome\" \
+         fieldtrial_testing_like_official_build=true \
 
 # some notes about embedded libraries
 #  can't use system nss since net/third_party/nss is heavily patched
diff --git a/debian/scripts/chromium b/debian/scripts/chromium
index 3505d8a..b9e312d 100644
--- a/debian/scripts/chromium
+++ b/debian/scripts/chromium
@@ -84,6 +84,7 @@ done
 
 # Whitelist installed extensions that are specified via --load-extension
 if [ -z "$(echo $CHROMIUM_FLAGS | grep \\-\\-enable-remote-extensions)" ]; then
+  export CHROMIUM_FLAGS="$CHROMIUM_FLAGS --disable-background-networking"
   export CHROMIUM_FLAGS="$CHROMIUM_FLAGS --disable-extensions-except=$(echo $CHROMIUM_FLAGS | tr ' ' \\n | grep \\-\\-load-extension | cut -d= -f2 | tr \\n ,)"
 fi
 

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