Date: Thu, 1 Oct 2015 11:55:24 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r398269 - in branches/2015Q3/www/chromium: . files Message-ID: <201510011155.t91BtOni060686@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Thu Oct 1 11:55:23 2015 New Revision: 398269 URL: https://svnweb.freebsd.org/changeset/ports/398269 Log: MFH: r398035 www/chromium: update to 45.0.2454.101 Submitted by: Christoph Moench-Tegeder Obtained from: https://github.com/gliaskos/freebsd-chromium/pull/37 Security: http://vuxml.freebsd.org/freebsd/0e425bb7-64f2-11e5-b2fd-00262d5ed8ee.html Approved by: ports-secteam (delphij) Modified: branches/2015Q3/www/chromium/Makefile branches/2015Q3/www/chromium/distinfo branches/2015Q3/www/chromium/files/patch-net__base__mime_util_unittest.cc branches/2015Q3/www/chromium/files/patch-third_party__webrtc__base__linux.cc Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/www/chromium/Makefile ============================================================================== --- branches/2015Q3/www/chromium/Makefile Thu Oct 1 11:50:47 2015 (r398268) +++ branches/2015Q3/www/chromium/Makefile Thu Oct 1 11:55:23 2015 (r398269) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= chromium -PORTVERSION= 45.0.2454.93 +PORTVERSION= 45.0.2454.101 CATEGORIES= www MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # default, but needed to get distinfo correct if TEST is on Modified: branches/2015Q3/www/chromium/distinfo ============================================================================== --- branches/2015Q3/www/chromium/distinfo Thu Oct 1 11:50:47 2015 (r398268) +++ branches/2015Q3/www/chromium/distinfo Thu Oct 1 11:55:23 2015 (r398269) @@ -1,4 +1,4 @@ -SHA256 (chromium-45.0.2454.93.tar.xz) = 0652aad95e6135ce03c6bfa13c4b023b1d70d65af9e0a24dc0e9fe45578d2ac7 -SIZE (chromium-45.0.2454.93.tar.xz) = 321164908 -SHA256 (chromium-45.0.2454.93-testdata.tar.xz) = 8977e6fa33670a65452ce21e2ae2fcfd39db8989b013a21e1357d00f8bb64d7e -SIZE (chromium-45.0.2454.93-testdata.tar.xz) = 115781456 +SHA256 (chromium-45.0.2454.101.tar.xz) = 1b682dcaae9c89b2ebfdb192bb2f73c78c5b30a55103e7198fa3c1e21fed85fb +SIZE (chromium-45.0.2454.101.tar.xz) = 321015580 +SHA256 (chromium-45.0.2454.101-testdata.tar.xz) = 1d20a582d1dbfde75117940a85f9f94a935c6907be7a864e9d52511648c16d31 +SIZE (chromium-45.0.2454.101-testdata.tar.xz) = 115779764 Modified: branches/2015Q3/www/chromium/files/patch-net__base__mime_util_unittest.cc ============================================================================== --- branches/2015Q3/www/chromium/files/patch-net__base__mime_util_unittest.cc Thu Oct 1 11:50:47 2015 (r398268) +++ branches/2015Q3/www/chromium/files/patch-net__base__mime_util_unittest.cc Thu Oct 1 11:55:23 2015 (r398269) @@ -1,6 +1,6 @@ ---- net/base/mime_util_unittest.cc.orig 2014-10-10 08:54:16 UTC -+++ net/base/mime_util_unittest.cc -@@ -392,7 +392,7 @@ +--- net/base/mime_util_unittest.cc.orig 2015-09-26 19:23:37.646612000 +0200 ++++ net/base/mime_util_unittest.cc 2015-09-26 19:24:04.566580000 +0200 +@@ -242,7 +242,7 @@ { "MeSsAge/*", 1, "eml" }, { "image/bmp", 1, "bmp" }, { "video/*", 6, "mp4" }, Modified: branches/2015Q3/www/chromium/files/patch-third_party__webrtc__base__linux.cc ============================================================================== --- branches/2015Q3/www/chromium/files/patch-third_party__webrtc__base__linux.cc Thu Oct 1 11:50:47 2015 (r398268) +++ branches/2015Q3/www/chromium/files/patch-third_party__webrtc__base__linux.cc Thu Oct 1 11:55:23 2015 (r398269) @@ -1,5 +1,5 @@ ---- third_party/webrtc/base/linux.cc.orig 2014-10-10 09:16:13 UTC -+++ third_party/webrtc/base/linux.cc +--- third_party/webrtc/base/linux.cc.orig 2015-09-26 19:26:54.911449000 +0200 ++++ third_party/webrtc/base/linux.cc 2015-09-26 19:29:09.372270000 +0200 @@ -8,7 +8,7 @@ * be found in the AUTHORS file in the root of the source tree. */ @@ -9,7 +9,7 @@ #include "webrtc/base/linux.h" #include <ctype.h> -@@ -345,4 +345,4 @@ +@@ -288,4 +288,4 @@ } // namespace rtc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510011155.t91BtOni060686>