From b052ae8eb71ccd2fd37c10418730b1e1dd876d2f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 8 Oct 2014 11:15:03 +0200 Subject: [PATCH] chromium: update to 38.0.2125.101. --- .../patches/chromium-nacl-bootstrap-cflags.patch | 10 ---------- srcpkgs/chromium/template | 5 ++--- 2 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 srcpkgs/chromium/patches/chromium-nacl-bootstrap-cflags.patch diff --git a/srcpkgs/chromium/patches/chromium-nacl-bootstrap-cflags.patch b/srcpkgs/chromium/patches/chromium-nacl-bootstrap-cflags.patch deleted file mode 100644 index 1a04d781121..00000000000 --- a/srcpkgs/chromium/patches/chromium-nacl-bootstrap-cflags.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- native_client/src/trusted/service_runtime/linux/nacl_bootstrap.gyp.orig 2014-05-20 23:59:56.000000000 +0300 -+++ native_client/src/trusted/service_runtime/linux/nacl_bootstrap.gyp 2014-05-21 00:00:28.000000000 +0300 -@@ -96,6 +96,7 @@ - # coming after the -fno-stack-protector we added above. - '-fstack-protector', - '-fstack-protector-all', -+ '-fstack-protector-strong', - '-fprofile-generate', - '-finstrument-functions', - '-funwind-tables', diff --git a/srcpkgs/chromium/template b/srcpkgs/chromium/template index 2d1c9bd2094..3ed1502e10f 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=37.0.2062.124 +version=38.0.2125.101 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/${pkgname}-browser-official/${pkgname}-${version}.tar.xz" -checksum=5a7ca0b1e9b4c51555cf82d8bebf5a8cc5b5810ccacd1087ba82a17b8ac830d8 +checksum=d3303519ab471a3bc831e9b366e64dc2fe651894e52ae5d1e74de60ee2a1198a lib32disabled=yes nocross=yes @@ -63,7 +63,6 @@ do_configure() { # Disable glibc Native Client toolchain. conf+=" -Ddisable_glibc=1" - conf+=" -Dlinux_use_tcmalloc=0" # Use system-provided libraries. # TODO: use_system_hunspell (upstream changes needed).