From 5e4fd6eae5a915f150128ee2318da6dda67d38cd Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 19 Jan 2020 18:50:11 +0000 Subject: chromium: update to 79.0.3945.130 --- chromium/build/chromium.SlackBuild | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/chromium/build/chromium.SlackBuild b/chromium/build/chromium.SlackBuild index 899d17d6..b59be83a 100755 --- a/chromium/build/chromium.SlackBuild +++ b/chromium/build/chromium.SlackBuild @@ -433,6 +433,10 @@ # * Security update. # 79.0.3945.117-1: # 08/jan/2020 by Eric Hameleers +# * Security update. +# 79.0.3945.130-1: +# 19/jan/2020 by Eric Hameleers +# * Security update. # # ----------------------------------------------------------------------------- # @@ -445,7 +449,7 @@ SRCNAM=chromium SRCEXT=${SRCEXT:-""} # could be "-dev" for development build PRGNAM=${SRCNAM}${SRCEXT} # chromium or chromium-dev -VERSION=${VERSION:-79.0.3945.117} +VERSION=${VERSION:-79.0.3945.130} BUILD=${BUILD:-1} TAG=${TAG:-alien} @@ -695,6 +699,11 @@ touch $OUTPUT/patch-${PRGNAM}.log cat $SRCDIR/patches/chromium_fontmatching-logspam.patch | patch -p1 --verbose \ 2>&1 | tee -a $OUTPUT/patch-${PRGNAM}.log # Bug fixes: +# Enable USSPasswords by default to prevent a long delay in doing the +# initial sync of stored passwords (fixed in next release): +cat $SRCDIR/patches/chromium_sync-enable-usspasswords-by-default.patch \ + | patch -p1 --verbose \ + 2>&1 | tee -a $OUTPUT/patch-${PRGNAM}.log # Fix the link on 32bit: sed -e '/ldflags /s/-m32/&", "-Wl,-z,notext/' \ -i build/config/compiler/BUILD.gn -- cgit v1.2.3