Date: Wed, 21 Jun 2017 13:49:37 +0000 From: Alexey Dokuchaev <danfe@FreeBSD.org> To: "Carlos J. Puga Medina" <cpm@FreeBSD.org> 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> In-Reply-To: <201706202020.v5KKKjVK022857@repo.freebsd.org> References: <201706202020.v5KKKjVK022857@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170621134937.GA58267>