update to 70.0.3538.110

This commit is contained in:
robert 2018-11-20 19:09:41 +00:00
parent 94109167ea
commit 106c516c55
3 changed files with 6 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.396 2018/11/17 16:18:11 robert Exp $
# $OpenBSD: Makefile,v 1.397 2018/11/20 19:09:41 robert Exp $
.include <bsd.port.arch.mk>
@ -8,8 +8,7 @@ DPB_PROPERTIES= parallel parallel2
COMMENT= Chromium browser
V= 70.0.3538.102
REVISION= 0
V= 70.0.3538.110
DISTNAME= chromium-${V}

View File

@ -1,2 +1,2 @@
SHA256 (chromium-70.0.3538.102.tar.xz) = TaRUA14nHum/TWUwkZG+XjxYm6KcMwzQqichpj4brCo=
SIZE (chromium-70.0.3538.102.tar.xz) = 623084636
SHA256 (chromium-70.0.3538.110.tar.xz) = RF74j88oMgbB66T66xwYbIBeBT2LT/6sH8uIGHvBlC8=
SIZE (chromium-70.0.3538.110.tar.xz) = 623056692

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-chrome_browser_profiles_profile_io_data_cc,v 1.2 2018/11/04 12:33:24 robert Exp $
$OpenBSD: patch-chrome_browser_profiles_profile_io_data_cc,v 1.3 2018/11/20 19:09:41 robert Exp $
Index: chrome/browser/profiles/profile_io_data.cc
--- chrome/browser/profiles/profile_io_data.cc.orig
@ -12,7 +12,7 @@ Index: chrome/browser/profiles/profile_io_data.cc
#include "chrome/browser/net/trial_comparison_cert_verifier.h"
#include "net/cert/cert_verify_proc_builtin.h"
#endif
@@ -1135,7 +1135,7 @@ void ProfileIOData::Init(
@@ -1137,7 +1137,7 @@ void ProfileIOData::Init(
std::make_unique<net::MultiThreadedCertVerifier>(
verify_proc.get()));
}