summaryrefslogtreecommitdiffstats
path: root/chromium
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-08-01 14:26:43 +0000
committer Eric Hameleers <alien@slackware.com>2018-08-01 14:26:43 +0000
commit881c1a835466bb61180b5bebdac2c0922a1a7d52 (patch)
tree4a698fefdbadccd544731baf1e5df47a84da80b7 /chromium
parent1aa11289a97b36d253011f0ce057a6847f005ebd (diff)
downloadasb-881c1a835466bb61180b5bebdac2c0922a1a7d52.tar.gz
asb-881c1a835466bb61180b5bebdac2c0922a1a7d52.tar.xz
chromium: updated to 68.0.3440.84
Diffstat (limited to 'chromium')
-rwxr-xr-xchromium/build/chromium.SlackBuild9
1 files changed, 8 insertions, 1 deletions
diff --git a/chromium/build/chromium.SlackBuild b/chromium/build/chromium.SlackBuild
index 8d9323e3..934cab2d 100755
--- a/chromium/build/chromium.SlackBuild
+++ b/chromium/build/chromium.SlackBuild
@@ -341,6 +341,9 @@
# 67.0.3396.99-1:
# 02/jul/2018 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 68.0.3440.84-1:
+# 01/aug/2018 by Eric Hameleers <alien@slackware.com>
+# * Update to 68.
#
#
# -----------------------------------------------------------------------------
@@ -354,7 +357,7 @@
SRCNAM=chromium
SRCEXT=${SRCEXT:-""} # could be "-dev" for development build
PRGNAM=${SRCNAM}${SRCEXT} # chromium or chromium-dev
-VERSION=${VERSION:-67.0.3396.99}
+VERSION=${VERSION:-68.0.3440.84}
BUILD=${BUILD:-1}
TAG=${TAG:-alien}
@@ -587,6 +590,9 @@ touch $OUTPUT/patch-${PRGNAM}.log
# https://crbug.com/707721
cat $SRCDIR/patches/chromium_2nd_screen_dip.patch | patch -p1 --verbose \
2>&1 | tee -a $OUTPUT/patch-${PRGNAM}.log
+# Missing "#include <string>":
+cat $SRCDIR/patches/chromium_cors-string-r0.patch | patch -p1 --verbose \
+ 2>&1 | tee -a $OUTPUT/patch-${PRGNAM}.log
# Slackware specific:
# When compiling google's clang on 32bit Slackware use 'i586' in the triplet.
# I am a python noob so this is clumsy, better implementation is welcome :-)
@@ -724,6 +730,7 @@ _chromium_conf=(
"usb_ids_path=\"/usr/share/hwdata/usb.ids\""
'use_allocator="none"'
'use_bundled_fontconfig=false'
+ 'use_cfi_icall=false' # https://crbug.com/866290
'use_cups=true'
'use_custom_libcxx=true'
'use_gconf=false'