From 22378c3ff6dfa86e139c6f381c37b855e3bddb12 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 28 Aug 2016 14:56:30 +0200 Subject: [PATCH] chromium: update to 52.0.2743.116. --- srcpkgs/chromium/files/musl-patches/musl-fixes.patch | 12 ++++++++++++ srcpkgs/chromium/template | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/srcpkgs/chromium/files/musl-patches/musl-fixes.patch b/srcpkgs/chromium/files/musl-patches/musl-fixes.patch index e2087949289..62692503fb8 100644 --- a/srcpkgs/chromium/files/musl-patches/musl-fixes.patch +++ b/srcpkgs/chromium/files/musl-patches/musl-fixes.patch @@ -207,3 +207,15 @@ if (severity_ == LOG_FATAL && !base::debug::BeingDebugged()) { // Include a stack trace on a fatal, unless a debugger is attached. base::debug::StackTrace trace; +diff --git a/third_party/ots/include/opentype-sanitiser.h b/third_party/ots/include/opentype-sanitiser.h +index a80ea16..55a2abf 100644 +--- a/third_party/ots/include/opentype-sanitiser.h ++++ b/third_party/ots/include/opentype-sanitiser.h +@@ -20,6 +20,7 @@ typedef unsigned __int64 uint64_t; + #define htonl(x) _byteswap_ulong (x) + #define htons(x) _byteswap_ushort (x) + #else ++#include + #include + #include + #endif diff --git a/srcpkgs/chromium/template b/srcpkgs/chromium/template index a33566289f3..dab2f3ad520 100644 --- a/srcpkgs/chromium/template +++ b/srcpkgs/chromium/template @@ -1,14 +1,14 @@ # Template file for 'chromium' pkgname=chromium # See http://www.chromium.org/developers/calendar for the latest version -version=52.0.2743.82 +version=52.0.2743.116 revision=1 short_desc="Google's attempt at creating a safer, faster, and more stable browser" maintainer="Juan RP " homepage="http://www.chromium.org/" license="BSD" distfiles="https://commondatastorage.googleapis.com/chromium-browser-official/${pkgname}-${version}.tar.xz" -checksum=a7de6015df9cf685d68efd1e070ae9c706c723cd9395d079a7d43672a2c37eb4 +checksum=a194ae1edb041024b3d4b6ba438f32fefdb6f1ecb24a96c50248a486b237a101 only_for_archs="i686 x86_64 x86_64-musl" lib32disabled=yes