Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jan 2020 19:38:23 +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: r523736 - in branches/2020Q1/www/chromium: . files
Message-ID:  <202001211938.00LJcNLu040362@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Tue Jan 21 19:38:23 2020
New Revision: 523736
URL: https://svnweb.freebsd.org/changeset/ports/523736

Log:
  MFH: r523735
  
  www/chromium: update to 79.0.3945.130 [1] and restore path for policies [2].
  
  Submitted by:	Matthias Wolf [1], Landon Fuller [2] via Github
  Security:	https://chromereleases.googleblog.com/2020/01/stable-channel-update-for-desktop_16.html
  
  Approved by:	ports-secteam (implicit, browser)

Modified:
  branches/2020Q1/www/chromium/Makefile
  branches/2020Q1/www/chromium/distinfo
  branches/2020Q1/www/chromium/files/patch-chrome_common_chrome__paths.cc
Directory Properties:
  branches/2020Q1/   (props changed)

Modified: branches/2020Q1/www/chromium/Makefile
==============================================================================
--- branches/2020Q1/www/chromium/Makefile	Tue Jan 21 19:29:41 2020	(r523735)
+++ branches/2020Q1/www/chromium/Makefile	Tue Jan 21 19:38:23 2020	(r523736)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	chromium
-PORTVERSION=	79.0.3945.117
+PORTVERSION=	79.0.3945.130
 CATEGORIES?=	www java
 MASTER_SITES=	https://commondatastorage.googleapis.com/chromium-browser-official/ \
 		LOCAL/cpm/chromium/:fonts

Modified: branches/2020Q1/www/chromium/distinfo
==============================================================================
--- branches/2020Q1/www/chromium/distinfo	Tue Jan 21 19:29:41 2020	(r523735)
+++ branches/2020Q1/www/chromium/distinfo	Tue Jan 21 19:38:23 2020	(r523736)
@@ -1,7 +1,7 @@
-TIMESTAMP = 1578472567
-SHA256 (chromium-79.0.3945.117.tar.xz) = 4d960e8bd790cc1c8e7f0632790424957c4996a8a91b9d899eb572acec854ef1
-SIZE (chromium-79.0.3945.117.tar.xz) = 778215364
-SHA256 (chromium-79.0.3945.117-testdata.tar.xz) = f53530e59bfd76bf46e123eb281699e340281990a0e10405d48c2e6cefb7d84e
-SIZE (chromium-79.0.3945.117-testdata.tar.xz) = 252398316
+TIMESTAMP = 1579261549
+SHA256 (chromium-79.0.3945.130.tar.xz) = 56193431ab9d1193773b133d86b419bfae8d8b9196eea253660895e0e8f87ba0
+SIZE (chromium-79.0.3945.130.tar.xz) = 778319112
+SHA256 (chromium-79.0.3945.130-testdata.tar.xz) = da0b544e2f9a3022c5120a0dc21b945e4565e7e4b64f086eefd720e2c1e516d8
+SIZE (chromium-79.0.3945.130-testdata.tar.xz) = 252386344
 SHA256 (test_fonts.tar.xz) = cf9cbe3b7f1c4c42d426bddc65ec178d333ad7e205a36fe0a606a3c0c545ece1
 SIZE (test_fonts.tar.xz) = 200040

Modified: branches/2020Q1/www/chromium/files/patch-chrome_common_chrome__paths.cc
==============================================================================
--- branches/2020Q1/www/chromium/files/patch-chrome_common_chrome__paths.cc	Tue Jan 21 19:29:41 2020	(r523735)
+++ branches/2020Q1/www/chromium/files/patch-chrome_common_chrome__paths.cc	Tue Jan 21 19:38:23 2020	(r523736)
@@ -35,6 +35,16 @@
        if (!GetUserDownloadsDirectorySafe(&cur))
          return false;
        break;
+@@ -482,6 +482,9 @@ bool PathProvider(int key, base::FilePath* result) {
+     case chrome::DIR_POLICY_FILES: {
+ #if BUILDFLAG(GOOGLE_CHROME_BRANDING)
+       cur = base::FilePath(FILE_PATH_LITERAL("/etc/opt/chrome/policies"));
++#elif defined(OS_BSD)
++      cur = base::FilePath(FILE_PATH_LITERAL(
++          "/usr/local/etc/chrome/policies"));
+ #else
+       cur = base::FilePath(FILE_PATH_LITERAL("/etc/chromium/policies"));
+ #endif
 @@ -502,7 +502,7 @@ bool PathProvider(int key, base::FilePath* result) {
      }
  #endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001211938.00LJcNLu040362>