summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xchromium/build/chromium.SlackBuild11
1 files changed, 10 insertions, 1 deletions
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 <alien@slackware.com>
+# * Security update.
+# 79.0.3945.130-1:
+# 19/jan/2020 by Eric Hameleers <alien@slackware.com>
+# * 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