summaryrefslogtreecommitdiffstats
path: root/chromium/build
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-05-04 18:37:06 +0000
committer Eric Hameleers <alien@slackware.com>2018-05-04 18:37:06 +0000
commit9313d43a93821494a3a40136e81fc8c15321c925 (patch)
tree3eee36f13611cc5d2ea13c0759fdbe208d57f38b /chromium/build
parentf588ebcc330c7aa44df24e6f661aa39dbe354a15 (diff)
downloadasb-9313d43a93821494a3a40136e81fc8c15321c925.tar.gz
asb-9313d43a93821494a3a40136e81fc8c15321c925.tar.xz
chromium: updated to 66.0.3359.139
Diffstat (limited to 'chromium/build')
-rwxr-xr-xchromium/build/chromium.SlackBuild12
1 files changed, 4 insertions, 8 deletions
diff --git a/chromium/build/chromium.SlackBuild b/chromium/build/chromium.SlackBuild
index 73b42885..c54dba8f 100755
--- a/chromium/build/chromium.SlackBuild
+++ b/chromium/build/chromium.SlackBuild
@@ -326,6 +326,9 @@
# 66.0.3359.117-1:
# 25/apr/2018 by Eric Hameleers <alien@slackware.com>
# * Update to M66.
+# 66.0.3359.139-1:
+# 25/apr/2018 by Eric Hameleers <alien@slackware.com>
+# * Security update (CVE-2018-6118).
#
#
# -----------------------------------------------------------------------------
@@ -339,7 +342,7 @@
SRCNAM=chromium
SRCEXT=${SRCEXT:-""} # could be "-dev" for development build
PRGNAM=${SRCNAM}${SRCEXT} # chromium or chromium-dev
-VERSION=${VERSION:-66.0.3359.117}
+VERSION=${VERSION:-66.0.3359.139}
BUILD=${BUILD:-1}
TAG=${TAG:-alien}
@@ -516,10 +519,6 @@ SRCURL[0]="https://commondatastorage.googleapis.com/${SRCNAM}-browser-official/$
SOURCE[1]="$SRCDIR/widevine-version.txt"
SRCURL[1]="https://redirector.gvt1.com/edgedl/widevine-cdm/current.txt"
-# This went missing in 66.0.3359.117:
-SOURCE[2]="$SRCDIR/blink-tools-${VERSION}.tar.gz"
-SRCURL[2]="https://pkgbuild.com/~foutrelis/sources/${SRCNAM}/blink-tools-${VERSION}.tar.gz"
-
# Create working directories:
mkdir -p $OUTPUT # place for the package to be saved
mkdir -p $TMP/tmp-$PRGNAM # location to build the source
@@ -570,9 +569,6 @@ echo "Extracting the source archive(s) for $PRGNAM..."
tar -xf ${SOURCE[0]}
cd ${SRCNAM}-${VERSION}
-# Needed for 66.0.3359.117 - see https://crbug.com/832283
-tar -xf ${SOURCE[2]} -C third_party/blink/tools/
-
# Patches:
touch $OUTPUT/patch-${PRGNAM}.log
# When compiling google's clang on 32bit Slackware use 'i586' in the triplet.