From 254753ddbd12f934087895af52f8711f47c1ca89 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 30 Nov 2012 06:29:25 +0100 Subject: [PATCH] chromium: update to 23.0.1271.95. --- .../chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch | 4 ++-- srcpkgs/chromium/template | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/chromium/patches/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch b/srcpkgs/chromium/patches/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch index b84c53d8c5..f4706d7509 100644 --- a/srcpkgs/chromium/patches/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch +++ b/srcpkgs/chromium/patches/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch @@ -1,5 +1,5 @@ ---- chromium-23.0.1271.91/third_party/tcmalloc/chromium/src/base/linux_syscall_support.h 2012-07-10 10:48:31.000000000 +0300 -+++ chromium-23.0.1271.91/third_party/tcmalloc/chromium/src/base/linux_syscall_support.h 2012-07-11 23:44:11.000000000 +0300 +--- chromium-23.0.1271.95/third_party/tcmalloc/chromium/src/base/linux_syscall_support.h 2012-07-10 10:48:31.000000000 +0300 ++++ chromium-23.0.1271.95/third_party/tcmalloc/chromium/src/base/linux_syscall_support.h 2012-07-11 23:44:11.000000000 +0300 @@ -243,14 +243,13 @@ struct kernel_rusage { long ru_nivcsw; }; diff --git a/srcpkgs/chromium/template b/srcpkgs/chromium/template index f3d257e371..cf99341ef1 100644 --- a/srcpkgs/chromium/template +++ b/srcpkgs/chromium/template @@ -3,7 +3,7 @@ # Disable NaCL for now, broken with glibc-2.16. #_build_nacl=1 pkgname=chromium -version=23.0.1271.91 +version=23.0.1271.95 patch_args="-Np0" revision=1 short_desc="Google's attempt at creating a safer, faster, and more stable browser" @@ -12,7 +12,7 @@ homepage="http://www.chromium.org/" license="BSD" _url_base="http://commondatastorage.googleapis.com" distfiles="${_url_base}/chromium-browser-official/${pkgname}-${version}.tar.bz2" -checksum="385d1abe2800e64261cbfb6b5d91e1f4a818e0c832a581654a6b7ebd10f35b01" +checksum="30097d21dfff134cbdc0ebe6bb848558d4854f725322aa26b25f83741279f13c" if [ -n "${_build_nacl}" ]; then distfiles="${distfiles} ${_url_base}/nacl/nacl_sdk/${version}/naclsdk_linux.tar.bz2"