From owner-svn-ports-all@freebsd.org Wed Jun 21 13:49:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67D01D90151; Wed, 21 Jun 2017 13:49:38 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 470416AA31; Wed, 21 Jun 2017 13:49:38 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 8C684157A; Wed, 21 Jun 2017 13:49:37 +0000 (UTC) Date: Wed, 21 Jun 2017 13:49:37 +0000 From: Alexey Dokuchaev To: "Carlos J. Puga Medina" Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r443998 - in head/www/chromium: . files Message-ID: <20170621134937.GA58267@FreeBSD.org> References: <201706202020.v5KKKjVK022857@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201706202020.v5KKKjVK022857@repo.freebsd.org> User-Agent: Mutt/1.8.2 (2017-04-18) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jun 2017 13:49:38 -0000 On Tue, Jun 20, 2017 at 08:20:45PM +0000, Carlos J. Puga Medina wrote: > New Revision: 443998 > URL: https://svnweb.freebsd.org/changeset/ports/443998 > > Log: > www/chromium: update to 59.0.3071.104 > > [...] > Modified: head/www/chromium/files/patch-base_files_file__util.h > ============================================================================== > --- head/www/chromium/files/patch-base_files_file__util.h Tue Jun 20 20:17:15 2017 (r443997) > +++ head/www/chromium/files/patch-base_files_file__util.h Tue Jun 20 20:20:44 2017 (r443998) > @@ -1,6 +1,6 @@ > ---- base/files/file_util.h.orig 2017-04-19 19:06:28 UTC > +--- base/files/file_util.h.orig 2017-06-05 19:03:00 UTC > +++ base/files/file_util.h > -@@ -406,7 +406,7 @@ BASE_EXPORT bool VerifyPathControlledByA > +@@ -406,7 +406,7 @@ BASE_EXPORT bool VerifyPathControlledByAdmin(const bas > // the directory |path|, in the number of FilePath::CharType, or -1 on failure. > BASE_EXPORT int GetMaximumPathComponentLength(const base::FilePath& path); > > > Modified: head/www/chromium/files/patch-base_native__library__posix.cc > ============================================================================== > --- head/www/chromium/files/patch-base_native__library__posix.cc Tue Jun 20 20:17:15 2017 (r443997) > +++ head/www/chromium/files/patch-base_native__library__posix.cc Tue Jun 20 20:20:44 2017 (r443998) > @@ -1,6 +1,6 @@ > ---- base/native_library_posix.cc.orig 2017-04-19 19:06:28 UTC > +--- base/native_library_posix.cc.orig 2017-06-05 19:03:00 UTC > +++ base/native_library_posix.cc > -@@ -35,7 +35,7 @@ NativeLibrary LoadNativeLibraryWithOptio > +@@ -35,7 +35,7 @@ NativeLibrary LoadNativeLibraryWithOptions(const FileP > // further investigation, as it might vary across versions. Crash here to > // warn developers that they're trying to rely on uncertain behavior. > CHECK(!options.prefer_own_symbols); > > Modified: head/www/chromium/files/patch-base_posix_unix__domain__socket__linux.cc > ============================================================================== > --- head/www/chromium/files/patch-base_posix_unix__domain__socket__linux.cc Tue Jun 20 20:17:15 2017 (r443997) > +++ head/www/chromium/files/patch-base_posix_unix__domain__socket__linux.cc Tue Jun 20 20:20:44 2017 (r443998) > @@ -1,4 +1,4 @@ > ---- base/posix/unix_domain_socket_linux.cc.orig 2017-04-19 19:06:28 UTC > +--- base/posix/unix_domain_socket_linux.cc.orig 2017-06-05 19:03:00 UTC > +++ base/posix/unix_domain_socket_linux.cc > @@ -23,6 +23,15 @@ > > @@ -16,7 +16,7 @@ > const size_t UnixDomainSocket::kMaxFileDescriptors = 16; > > #if !defined(OS_NACL_NONSFI) > -@@ -40,8 +49,14 @@ static bool CreateSocketPair(ScopedFD* o > +@@ -37,8 +46,14 @@ bool CreateSocketPair(ScopedFD* one, ScopedFD* two) { > > // static > bool UnixDomainSocket::EnableReceiveProcessId(int fd) { > @@ -31,7 +31,7 @@ > } > #endif // !defined(OS_NACL_NONSFI) > > -@@ -147,7 +162,11 @@ ssize_t UnixDomainSocket::RecvMsgWithFla > +@@ -144,7 +159,11 @@ ssize_t UnixDomainSocket::RecvMsgWithFlags(int fd, > // The PNaCl toolchain for Non-SFI binary build does not support > // SCM_CREDENTIALS. > if (cmsg->cmsg_level == SOL_SOCKET && > > Modified: head/www/chromium/files/patch-base_process_launch.cc > ============================================================================== > --- head/www/chromium/files/patch-base_process_launch.cc Tue Jun 20 20:17:15 2017 (r443997) > +++ head/www/chromium/files/patch-base_process_launch.cc Tue Jun 20 20:20:44 2017 (r443998) > @@ -1,6 +1,6 @@ > ---- base/process/launch.cc.orig 2017-04-19 19:06:28 UTC > +--- base/process/launch.cc.orig 2017-06-05 19:03:00 UTC > +++ base/process/launch.cc > -@@ -15,7 +15,7 @@ LaunchOptions::~LaunchOptions() = defaul > +@@ -15,7 +15,7 @@ LaunchOptions::~LaunchOptions() = default; > > LaunchOptions LaunchOptionsForTest() { > LaunchOptions options; > > Modified: head/www/chromium/files/patch-base_process_memory.cc > ============================================================================== > --- head/www/chromium/files/patch-base_process_memory.cc Tue Jun 20 20:17:15 2017 (r443997) > +++ head/www/chromium/files/patch-base_process_memory.cc Tue Jun 20 20:20:44 2017 (r443998) > @@ -1,6 +1,6 @@ > ---- base/process/memory.cc.orig 2017-04-19 19:06:28 UTC > +--- base/process/memory.cc.orig 2017-06-05 19:03:00 UTC > +++ base/process/memory.cc > -@@ -31,7 +31,7 @@ void TerminateBecauseOutOfMemory(size_t > +@@ -31,7 +31,7 @@ void TerminateBecauseOutOfMemory(size_t size) { > #endif > > // Defined in memory_mac.mm for Mac. > > Modified: head/www/chromium/files/patch-base_process_memory.h > ============================================================================== > --- head/www/chromium/files/patch-base_process_memory.h Tue Jun 20 20:17:15 2017 (r443997) > +++ head/www/chromium/files/patch-base_process_memory.h Tue Jun 20 20:20:44 2017 (r443998) > @@ -1,6 +1,6 @@ > ---- base/process/memory.h.orig 2017-04-19 19:06:28 UTC > +--- base/process/memory.h.orig 2017-06-05 19:03:00 UTC > +++ base/process/memory.h > -@@ -32,7 +32,7 @@ BASE_EXPORT void EnableTerminationOnOutO > +@@ -32,7 +32,7 @@ BASE_EXPORT void EnableTerminationOnOutOfMemory(); > // Crash reporting classifies such crashes as OOM. > BASE_EXPORT void TerminateBecauseOutOfMemory(size_t size); > > ... Every Chromium update comes with gazillion of patches (it's funny that Google cannot figure out how to write portable software that does not require shitload of patches after all these years). Many of these patches barely change between updates, modulo the context. Could you please try to exclude those from commit batch to reduce the churn on the repository? Thanks, ./danfe